@font-face {
    font-family: 'WorkRoom';
    src: url('../workroom/fonts/workroom-webfont.eot');
    src: url('../workroom/fonts/workroom-webfont.eot?#iefix') format('embedded-opentype'),
         url('../workroom/fonts/workroom-webfont.woff') format('woff'),
         url('../workroom/fonts/workroom-webfont.ttf') format('truetype'),
         url('../workroom/fonts/workroom-webfont.svg#workroomregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  background: #fff url('../images/construction/background.01.jpg') scroll;
  color: #494949;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  padding: 0;
}

a {
  color: #4f862c;
  text-decoration: none;
}

  a:hover {
    color: #4f862c;
    text-decoration: underline;
  }

h1, h2, h3, h4 {
  margin: 0;
}

#story p {
  margin: 0 0 15px;
}

h2,
h2 a {
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

h2.preHeadline {
  margin-bottom: -8px;
}

h1,
h1 a {
  color: #494949;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

hr {
  background: transparent url('../images/construction/hr.png') repeat-x 0 0 scroll;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 15px;
  width: 100%;
}

#pageWrap {
  background: transparent url('../images/construction/pageWrap.png') scroll;
  margin-left: auto;
  margin-right: auto;
  min-height: 500px;
  padding: 10px;
  width: 940px;
}

#plateWrap {
  background: transparent url('../images/construction/plateWrap.png') scroll;
  box-shadow: 0px 0px 5px #737373;
  min-height: 500px;
  padding: 10px;
  width: 920px;
}

#contentWrap {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  min-height: 500px;
  width: 920px;
}

#top {
  background: transparent url('../images/construction/top.png') no-repeat 0 bottom scroll;
  height: 118px;
  width: 920px;
}

  #top a.logo {
    background: transparent url('../images/construction/logo.png') no-repeat scroll;
    display: block;
    float: left;
    height: 112px;
    width: 218px;
  }

  #top a.extra {
    background: transparent url('../images/construction/extra-info.png') no-repeat scroll;
    display: block;
    float: left;
    height: 112px;
    width: 218px;
  }

  #top div.quote {
    float: right;
    margin: 10px 8px 0 0;
    width: 350px;
  }

    #top div.quote p img {
      float: left;
      margin-right: 8px;
    }

    #top div.quote p {
      display: block;
      float: left;
      margin: 0;
      width: 350px;
    }

    #top div.quote p span {
      font-style: italic;
    }

#showcase {
  height: 295px;
}

  #showcase ul {
    margin: 0;
  }

#menu {
  background: transparent url('../images/construction/menu.background.png') repeat-x scroll;
  height: 48px;
  padding: 0;
  width: 920px;

  z-index: 1000;
}

  #menu:hover {
    z-index: 1001;
  }

  #menu div.leftside {
    background: transparent url('../images/construction/menu.leftside.png') no-repeat scroll;
    height: 55px;
    margin: -7px 0 0 -5px;
    position: absolute;
    width: 5px;
  }

  #menu div.rightside {
    background: transparent url('../images/construction/menu.rightside.png') no-repeat scroll;
    height: 55px;
    margin: -7px 0 0 920px;
    position: absolute;
    width: 5px;
  }

  #menu ul {
    float: left;
    list-style: none outside none;
    margin: 0;
  }

    #menu li {
      display: inline-block;
      margin: 0 0 0 -2px;
    }

    #menu a {
      color: #5c883f;
      display: block;
      font-family: 'Open Sans',Arial,Verdana,Tahoma,sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 45px;
      text-decoration: none;
      text-shadow: 0 0 1px #d7d1c4;
      text-transform: uppercase;
    }

    #menu a:hover,
    #menu li:hover a:hover {
      color: #5c883f;
    }

    #menu a span.left,
    #menu a span.right {
      background: transparent;
      display: inline-block;
      float: left;
      height: 49px;
      width: 0px;
    }

      #menu li:hover a span.left,
      #menu li:hover a span.right {
        /*background: url("../image/menu.main.sides.png") no-repeat scroll 0 0 transparent;*/
      }

    #menu a span.middle {
      background: transparent;
      display: inline-block;
      float: left;
      height: 43px;
      padding: 0 20px;
    }

      #menu li:hover a span.middle {
        background-color: #eae4d3;
        background-image: -moz-linear-gradient(center top , #eae4d3, #e0daca);
        color: #47742a;
        text-shadow: 0 0 1px #d7d1c4;
      }

        #menu .wrGlyph {
          float: left;
          font-size: 16px;
          font-weight: normal;
          line-height: 43px;
          margin-right: 5px;
          text-shadow: 0;
        }

      #menu li:hover a {
        color: #5c883f;
      }

    #menu a span.right {
      background: transparent;
    }

      #menu li:hover a span.right {
        /*background: url("../image/menu.main.sides.png") no-repeat scroll 0 bottom transparent;*/
      }

  #menu ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 10px;
  }

    #menu li {
      display: inline-block;
      margin: 0 0 0 -2px;
    }

  #menu div.sub.subLevel2 {
    display: none;
    margin: 0;
  }

  #menu div.sub {
    display: none;
    margin: 41px 0 0 2px;
    position: absolute;
    z-index: 1002;
  }

    #menu div.sub .wrGlyph {
      float: left;
      font-size: 16px;
      font-weight: normal;
      line-height: 35px;
      margin-right: 10px;
      text-shadow: 0;
    }

  #menu li:hover div.sub {
    display: block;
    opacity: 0.95;
  }

    #menu div.sub ul {
      clear: both;
      display: block;
      float: left;
      list-style: none;
      margin-left: 0;
      padding-left: 0;
    }

    #menu div.sub ul li {
      background: no-repeat scroll 0 0 #eae4d3;
      border-bottom: 1px solid #dad5c7;
      clear: both;
      display: block;
      height: 37px;
    }

      #menu div.sub ul li:hover {
        background-color: #e0daca;
      }

      #menu div.sub ul li span.label {
        background: no-repeat scroll right -111px #eae4d3;
        display: block;
        height: 37px;
        line-height: 38px;
        margin-left: 10px;
        padding: 0 30px 0 5px;
        min-width: 200px;
      }

        #menu div.sub ul li:hover span.label {
          background-color: #e0daca;
        }

        #menu div.sub ul li span.label img {
          display: none;
          margin-right: 4px;
        }

    #menu div.sub div.top {
      background-color: #b4b4b4;
      clear: both;
      display: block;
      float: left;
      height: 1px;
      margin-left: 4px;
      width: 256px;
    }

      #menu div.sub div.top span {
        background-color: #fff;
        display: block;
        height: 1px;
        width: 89px;
      }

    #menu div.sub div.end {
      background: url("../image/menu.sub.end.png") no-repeat scroll 0 0 transparent;
      clear: both;
      display: block;
      float: left;
      height: 3px;
    }

      #menu div.sub div.end span {
        background: url("../image/menu.sub.end.png") no-repeat scroll right bottom transparent;
        display: block;
        height: 3px;
        margin-left: 29px;
        width: 235px;
      }

  #menu div.subLevelDown {
    border-top: 1px solid #dad5c7;
    border-right: 1px solid #dad5c7;
    display: none;
    margin: -38px 0 0 257px;
    position: absolute;
    z-index: 1001;
  }

  #menu div.sub li:hover div.subLevelDown {
    display: block;
  }

    #menu div.subLevelDown ul {
      clear: both;
      display: block;
      float: left;
      list-style: none;
      margin-left: 0;
      padding-left: 0;
    }

    #menu div.subLevelDown ul li {
      background: no-repeat scroll 0 0 #eae4d3;
      clear: both;
      display: block;
      float: left;
      height: 37px;
    }

      #menu div.subLevelDown ul li span.label {
        background: no-repeat scroll right -111px #eae4d3;
        display: block;
        height: 37px;
        line-height: 38px;
        margin-left: 10px;
        padding: 0 30px 0 5px;
        min-width: 200px;
      }

        #menu div.subLevelDown ul li span.label img {
          display: none;
          margin-right: 4px;
        }

    #menu div.subLevelDown div.top {
      background-color: #b4b4b4;
      clear: both;
      display: block;
      float: left;
      height: 1px;
      margin-left: 4px;
      width: 256px;
    }

      #menu div.subLevelDown div.top span {
        background-color: #fff;
        display: block;
        height: 1px;
        width: 89px;
      }

    #menu div.subLevelDown div.end {
      background: url("../image/menu.sub.end.png") no-repeat scroll 0 0 transparent;
      clear: both;
      display: block;
      float: left;
      height: 3px;
    }

      #menu div.subLevelDown div.end span {
        background: url("../image/menu.sub.end.png") no-repeat scroll right bottom transparent;
        display: block;
        height: 3px;
        margin-left: 29px;
        width: 235px;
      }

  #menu .deviceEvents {
    float: right;
  }

#contentSubWrap {
  overflow: auto;
  width: 920px;
}

  #story {
    clear: both;
    float: left;
    margin: 25px 30px 0 40px;
    width: 440px;
  }

    #story.fullWidth {
      width: 840px;
    }

    #story h1 a:hover {
      text-decoration: none;
    }

  p.ingress {
    font-size: 16px;
    line-height: 22px;
  }

  #story img {
    box-shadow: 0 0 5px #787878;
    padding: 10px;
  }

  #story img.nofx {
    box-shadow: none !important;
    padding: 0;
  }

  #paper {
    background: transparent url('../images/construction/paper.background.png') repeat-y 0 0 scroll;
    float: left;
    margin: 20px 0 0 0;
    width: 400px;
  }

    #paperSubWrap {
      background: transparent url('../images/construction/paper.top.png') no-repeat 0 top scroll;
      float: left;
      padding: 60px 35px 0 60px;
      width: 305px;
    }

    #paperEndWrap {
      background: transparent url('../images/construction/paper.bottom.png') no-repeat 0 bottom scroll;
      float: left;
      min-height: 192px;
      padding: 0 35px 35px 60px;
      width: 305px;
    }

    #paper h1 {
      font-size: 18px;
      font-weight: 700;
    }

    #paper h1.note {
      font-family: 'Architects Daughter';
      font-weight: normal;
      border-bottom: 6px solid #fbe8ab;
    }

    #paper hr {
      background: transparent url('../images/construction/paper.hr.png') no-repeat 0 0 scroll;
      border: 0;
      height: 1px;
      margin-bottom: 15px;
      width: 305px;
    }

    #paper hr.note {
      opacity: 0.5;
    }

    #paper input[type="text"],
    #paper input[type="password"] {
      width: 295px;
    }

#footer {
  background: transparent url('../images/construction/bottom.png') no-repeat 0 top scroll;
  clear: both;
  height: 65px;
  margin-top: 15px;
  width: 920px;
}

  #footer div {
    float: left;
    width: 210px;
  }

  #footer div:first-child {
    margin-left: 20px;
    margin-right: 25px;
    width: 220px;
  }

  #footer div:last-child {
    margin-right: 20px;
  }

  #footer p {
    font-size: 13px;
  }

#postPage {
  margin-left: auto;
  margin-right: auto;
  min-height: 36px;
  padding: 10px;
  width: 940px;
}

  #engstream {
    background: transparent url('../images/construction/engstream.png') no-repeat 0 top scroll;
    clear: both;
    float: right;
    height: 36px;
    margin-top: 5px;
    width: 143px;
  }

textarea, input[type="text"], input[type="email"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #FCFCFD;
  border: 1px solid #BBBBBC;
  border-radius: 2px 2px 2px 2px;
  transition: all 150ms ease-in-out 0s;
}
select, textarea, input[type="text"], input[type="email"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
  color: #222221;
  display: inline-block;
  font-size: 15px;
  height: 16px;
  line-height: 16px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-top: 4px;
  width: 95%;
}

/* Glyphs  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.wrGlyph {
  font-family: 'WorkRoom';
  text-transform: none;
}

.wrGlyph.rightSide {
  margin-right: 0 !important;
  margin-left: 8px;
}

.wrGlyph.add:after {
    content: "o";
}

.wrGlyph.archive:after {
    content: "O";
}

.wrGlyph.archiveIn:after {
    content: "Q";
}

.wrGlyph.archiveIncoming:after {
    content: "R";
}

.wrGlyph.archiveOut:after {
    content: "P";
}

.wrGlyph.archiveOutgoing:after {
    content: "S";
}

.wrGlyph.arrowDown:after {
    content: "g";
}

.wrGlyph.arrowLeft:after {
    content: "e";
}

.wrGlyph.arrowRight:after {
    content: "f";
}

.wrGlyph.arrowUp:after {
    content: "h";
}

.wrGlyph.calendar:after {
    content: "G";
}

.wrGlyph.category:after {
    content: ",";
}

.wrGlyph.clearIt:after {
    content: "ä";
}

.wrGlyph.clock:after {
    content: "H";
}

.wrGlyph.code:after {
    content: "7";
}

.wrGlyph.comments:after {
    content: "U";
}

.wrGlyph.config:after {
    content: "E";
}

.wrGlyph.cross:after {
    content: "p";
}

.wrGlyph.dashboard:after {
    content: "6";
}

.wrGlyph.delete:after {
    content: "p";
}

.wrGlyph.edit:after {
    content: "t";
}

.wrGlyph.email:after {
    content: "K";
}

.wrGlyph.environment:after {
    content: "/";
}

.wrGlyph.export:after {
    content: "5";
}

.wrGlyph.filter:after {
    content: "M";
}

.wrGlyph.home:after {
    content: "ö";
}

.wrGlyph.image:after {
    content: "V";
}

.wrGlyph.item:after {
    content: "z";
}

.wrGlyph.key:after {
    content: "B";
}

.wrGlyph.wrLabel:after {
    content: "3";
}

.wrGlyph.link:after {
    content: "!";
}

.wrGlyph.locked:after {
    content: "y";
}

.wrGlyph.logout:after {
    content: "w";
}

.wrGlyph.new:after {
    content: "Y";
}

.wrGlyph.ok:after {
    content: "q";
}

.wrGlyph.open:after {
    content: "Å";
}

.wrGlyph.page:after {
    content: "r";
}

.wrGlyph.print:after {
    content: "9";
}

.wrGlyph.reload:after {
    content: "M";
}

.wrGlyph.save:after {
    content: "j";
}

.wrGlyph.search:after {
    content: "A";
}

.wrGlyph.settings:after {
    content: "F";
}

.wrGlyph.statistics:after {
    content: "N";
}

.wrGlyph.lightning:after {
    content: "k";
}

.wrGlyph.tagItem:after {
    content: "Z";
}

.wrGlyph.texting:after {
    content: "8";
}

.wrGlyph.upload:after {
    content: "I";
}

.wrGlyph.user:after {
    content: "C";
}

.wrGlyph.users:after {
    content: "D";
}

.wrGlyph.workroom:after {
    content: "4";
}

.box-header .wrGlyph {
  line-height: 39px !important;
}
/* Glyphs  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Modal  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(143,27,15,0.8);
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body  {
    background: #222;
    perspective: 600px;
}

.container {
    background: #e74c3c;
    min-height: 100%;
}

.md-modal a {
  color: #fcc71f;
}

/* Effect 5: newspaper */
.md-show.md-effect-5 ~ .md-overlay {
    background: rgba(0,127,108,0.8);
}

.md-effect-5 .md-content {
    transform: scale(0) rotate(720deg);
    opacity: 0;
    transition: all 0.5s;
}

.md-show.md-effect-5 .md-content {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

button,
input[type="submit"],
input[type="button"] {
	border: none;
	padding: 3px 10px;
	background: #f5f5f5;
  border: 1px solid #d4d4d4;
	color: #515151;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px 3px 0;
	border-radius: 2px;
}

button:hover,
input[type="submit"]:hover {
	background: #e9e9e9;
}

div.md-modal button {
  background: #ffffff;
  border: 0;
}

  div.md-modal button:hover {
    background: #f5f5f5;
  }
/* Modal  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

/* ************************* Pagination ************************* */
.storyNavigation {
    clear: both;
    float: left;
    font-size: 11px;
    margin: 15px 0 10px 0;
    padding: 0 15px 0 25px;
    width: 440px;
}

    .storyNavigation .previous {
        float: left;
        width: 125px;
    }

    .storyNavigation .pagination {
        margin: auto;
        text-align: center;
        width: 325px;
    }

        .storyNavigation .pagination span {
          display: inline-block;;
        }

        .storyNavigation .pagination a {
            background: #f0f0f0;
            border: 1px solid #ccc;
            color: #7a7a7a;
            display: inline-block;
            padding: 1px 3px;
        }

            .storyNavigation .pagination a:hover {
                background: #6EB43F;
                border: 1px solid #6EB43F;
                color: #fff;
                text-decoration: none;
            }

        .storyNavigation .pagination a.active:hover,
        .storyNavigation .pagination a.active {
            background: #fff;
            border: 1px solid #ccc;
            color: #7a7a7a;
            cursor: default;
        }

    .storyNavigation .next {
        float: right;
        text-align: right;
        width: 125px;
    }



div.paginationPageItems {
	width: 400px;
	text-align: center;
	margin: auto;
}

#pagination {
	padding: 3px 4px 5px 3px;
	margin-top: 3px;
	border-top: 1px dashed #b2b2b2;
}