@font-face {
    font-family: 'grotesk_m';
    src: url('../fonts/apercu_mono-webfont.eot');
    src: url('../fonts/apercu_mono-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apercu_mono-webfont.woff') format('woff'),
         url('../fonts/apercu_mono-webfont.ttf') format('truetype'),
         url('../fonts/apercu_mono-webfont.svg#apercumono') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
   font-family: 'serif_t';
    src: url('../fonts/tiem.eot');
    src: url('../fonts/tiem.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tiem.woff') format('woff'),
         url('../fonts/tiem.ttf') format('truetype'),
         url('../fonts/tiem.svg#tiem') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   HTML5 Boilerplate styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 0.75em; /* 12/16 -> 12px */
/*     line-height: 1.4em; */
    color: #6b5542;
    font-family: 'grotesk_m', courier, monospace; 
}

a{
  text-decoration: none;
  color: inherit;
}

a:hover{
  color: #000;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img,
a img {
    vertical-align: middle;
    display: block;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

dl, menu, ol, ul{
  padding: 0;
  margin: 0;
}

dl{
  margin-bottom: 15px;
}

dt{
  float: left;
  clear: left;
  margin: 0 10px 0 0;
}
dd{
  float: left;
  margin: 0;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

html, body{
  margin:0;
  padding:0;
  height:100%;
  width: 100%;  
}


/* TYPO */
h1, h2, h3, h4, h5, h6{
  font-family: 'serif_t';
  color: #010101;
  font-weight: normal;
}

h1{
  line-height: 1.5em;
  letter-spacing:1px;
}

#c51 h1, #c69 h1{
  line-height: 3.5em;
  margin: 0;
  padding: 0;
}

#c65 h1{
  width:450px;
}

#c65 .bodytext{
  
}

h2{
  letter-spacing:1px;
}

ul li a h2{
  color: #6b5542;
}

.large h2{
  color:black;
}


h3{
  color: #6b5542;
  text-transform:uppercase;
  letter-spacing:1px;
  text-decoration:underline;
  margin: 0 0 0 0 !important;
}

#wrap{
  min-height: 100%;
  position: relative;
  z-index: 1;
}


#header{
  position: absolute;
  width: 100%;
  height: 175px;
  background: #fff;
  display: block;
  z-index: 10;
  top: 31px;
  min-width: 690px;
}


#content{
  padding-top: 9px;
  height: 100%;
  z-index: 1;
}

#logo a{
  display: block;
  background: url(../img/logo_msm.png) no-repeat 0 0;
  width: 400px;
  height: 88px;
  margin: 30px 10px 20px 27px;
  float: left;
}

@media 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 192dpi) { 
    #logo a{
      background: url(../img/logo_msm_retina.png) no-repeat 0 0;
      background-size: 100%; 
      width: 400px;
      height: 88px;
    }
}

#navigation{
  float: right;
  padding: 62px 27px 0 0;
}

nav#meta{
  text-align: right;
}

nav#meta .facebook{
  display: inline-block;
  margin: 0px 7px -4px 0;
  width: 16px;
  height: 16px;
  background: url(../img/iconsprite_msm.png) no-repeat 0 0;
}

nav#meta a.active{
  color: #000;
}

nav#main ul{
  margin-top: 22px;
}

nav#main li{
  display: inline;
  margin: 0 0 0 15px;
}

nav#main li.active a{
  color: #000;
}

nav#main li a:hover{
  text-decoration: underline;
}

nav#topnav,
nav#bottomnav{
  width: 100%;
  display: block;
  padding-top: 9px;
  clear: both;
}

nav#topnav li,
nav#bottomnav li{
  display: block;
  float: left;
  width: 33%;
  border-right: 1px solid #6b5542;
  text-align: center;
  padding: 2px 0;
}

nav#topnav li a,
nav#bottomnav li a{
  font-family: 'serif_t';
  font-size: 14px;
}

nav#topnav li.last,
nav#bottomnav li.last{
  border-right: none;
}

nav#bottomnav{
  display: block;
  bottom: 9px;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}

#content .column{
  width: 14%;
  float: left;
  border-right: 1px solid #6b5542;
  background: #fff;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

#content #consultancy{
  border-right: none;
}

#content .active{
  width: 70%;
  position: relative;
}
/* #content .active, */
#content .active .content{  
  overflow: visible !important;
}

#content .active .content{
  background: #fff;
}  

#content .column .label{
  text-align: center;
  font-family: 'serif_t';
  font-size: 14px;
  padding-top: 2px;
  cursor: pointer;
  background: #fff;
  padding: 5px 0;
}

#content .column .footer-label{
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  width: 95%;
}

#content .column .content{
  margin: 172px 0 0 0;
  opacity: 0.4;
/*   min-width: 470px; */
/*   overflow: hidden; */
}

#content .column .inner-content{
  min-width: 760px;
  clear: both;
  float: none;
  cursor: pointer;
/*   overflow: hidden; */
/*   max-height: 2000px; */
}

#content .active .inner-content{
  cursor: default;
}

#content #architecture .inner-content{
  min-width: 260px;
}

#content #architecture .inner-content-wrap.loading{
  background: url(../img/loading.gif) no-repeat 50% 50%;
  height: 300px;
}

#content .active .content{
  opacity: 1;
}

#content .column h1.title{
  font-size: 14px;
  color: #6b5542;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing:2px;
}

#content #architecture .content{
  padding: 0 15px 100px 27px;
}
  
#content #design .content{
  padding: 0 15px  100px 15px;
}
  
#content #consultancy .content{
  padding: 0 0  100px 15px;
}

#content ul.filter{
  width: 215px;
  float: left;
  margin-bottom: 42px;
  list-style: none;
}

#content ul.filter li.active a{
  color: #000;
}

#content ul.teaser-list{
  margin-left: -27px;
}

#content ul.teaser-list li{
  list-style: none; 
  width: 230px;
  margin: 0 0 15px 27px;
  float: left;
  height: 190px;
}

#content ul.teaser-list .color{
  display: none;
}

#content ul.teaser-list a:hover .color{
  display: inline;
}
#content ul.teaser-list a:hover .mono{
  display: none;
}

#content ul.teaser-list li .title{
  display: block;
  text-decoration: underline;
  margin: 8px 0 4px;
  line-height: 1em;
}

#content .column .pagination-single{
  margin: 30px 0 50px 0;
}

/* Design / Post-list */
.post-list li{
  list-style: none;
  margin-bottom: 65px;
}

.post-list span.date{
  float: left;
  width: 100px; 
}

.date{
  color: #6b5542;
}

.post-list h2{
  float: left;
  margin: 0;
  width: 40%;
  color: #6b5542;
  font-family: 'grotesk_m';
  font-size: 1em;
}
.post-list header{
  clear: both;
  float: none;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

#design .inner-content p,
#consultancy .inner-content p,
.post-list p{
  width: 460px;
}
.post-list .subtitle{
  width: 460px;
  text-indent: 0px;
  margin-left: 100px;
}

.post-list .flexslider{
  max-width: 690px;
  min-width: 460px;  
  margin: 0 0 8px 0;
/*
  width: 80%;
  margin: 0 auto 65px;
*/
}


/* Detail */
#content-wrap{
  margin-top: 135px;
  padding-bottom: 130px;
}

#content-wrap .post{
  width: 640px;
  margin: 0 auto;
}

#content-wrap .post a {
text-decoration: underline;
}

#content-wrap .flexslider {
/*   max-width: 1024px; */
/*   width: 80%; */
/*   min-width: 640px; */
  margin: 0 auto 65px;
  width: 95%;

}



.pagination-single{
  border-bottom: 1px solid #6b5542;
  padding: 100px 0 40px;
}
.pagination-single a,
.pagination-single span{
  float: left;
  font-family: 'serif_t';
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}
.pagination-single span{
  text-decoration: none;
  opacity: 0.4;
}
.pagination-single .previous{
  float: right;
  text-align: right;
  width: 30%;
}
.pagination-single .next{
  float: left;
  width: 30%;
}

.pagination-list{
  float: left;
  width: 40%;
  text-align: center;
}
.pagination-list li{
  list-style: none;
  display: inline;
}
.pagination-list li a{
  display: inline;
  text-decoration: none;
  float: none;
}
.pagination-list li.active a,
.pagination-list li a.active{
  color: #000;
}

/* Detail: Architecture */
.arc-post{
  padding: 0 27px 100px 0;
}
.arc-post-header .backlink{
  float: left;
  width: 80px;
  margin-top: 2px;
}
.arc-post-header .backlink a{
  text-decoration: underline;
}
.arc-post-header h1.post-title{
  float: left;
  text-decoration: none;
  font-family: 'grotesk_m';
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.arc-post .flexslider-arc-post{
  margin: 15px 0;
  min-width: 540px;
}

.arc-post .flexslider-arc-post .flex-control-nav{
  top: -32px !important;
  text-align: right;
  width: 70%;
  margin-left: 30%;
  height: 30px;
  background: none;
}


/* News / News-List */
.float-list{
  width: 90%;
  margin: 0 auto;
  padding: 0 12px 0 13px;
}
.float-list li{
  float: left;
  list-style: none;
  margin: 0 13px 10px 12px;
}
.float-list li a{
  display: block;
  overflow: hidden;
  margin-bottom:30px;
}

.float-list li.width_1{ 
  width: 217px;
}

.float-list li.width_2{ 
  width: 459px;
}

/* Team List */
.team-list{
  padding: 40px 12px 0 13px;
  margin-bottom: 70px;
  overflow: hidden;
}
.team-list li{
  list-style: none;
  float: left;
  width: 217px;
  margin: 0 13px 0 12px;
  height: 377px;
}

.team-list li.intro{
/*   height: 680px; */
  height: auto;
  margin-bottom: 16px;
}

.team-list img{
  display: block;
  margin-bottom: 15px;
}
.team-list blockquote{
  padding: 0 0 12px;
  height: 287px;
  width: 217px;
  overflow: hidden;
  margin: 0;
  vertical-align: bottom;
  display: table-cell;
  font-family: 'serif_t';
  letter-spacing:0.1em;
  font-size: 30px;
  color:black;
  line-height: 32px;
}

.intro_column{
  float: left;
  width: 230px;
  margin-left: 27px;
  margin-right: 33px;
}

.intro_column h2{
  text-decoration: underline;
  font-family: 'serif_t';
  color: #6b5542;
  text-transform: uppercase;
  margin-top: 0;
}

.intro_column p{
  margin-bottom: 55px;
}

.intro h3{
  margin-top:-3px;
}

.bodytext{
  color:black;
}

.maps_content{
  padding-top: 40px;
}

.maps{
  float: left;
  width: 720px;
}

.maps-list li{
  list-style: none;
}

.maps_wrap{
  width: 450px;
  height: 440px;
  margin: 0 33px 40px 0;
  float: left;
}

.maps_info{
  float: left;
  width: 230px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
/*
@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}
*/

/* iPhone */
@media (max-device-width: 640px) and (max-device-width: 540px) {
 /*Smaller and smaller...*/
  #wrap{
    min-width: 1024px;
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix{
  clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{
  outline:none;
}


.slides, .flex-control-nav, .flex-direction-nav{
  list-style:none;
  margin:0;
  padding:0;
}

.flexslider{
  background:#fff;
  margin:0 0 60px;
  padding:0;
  position:relative;
  zoom:1;
}

.flexslider .slides > li{
  -webkit-backface-visibility:hidden;
  display:none;
  margin-bottom: 0;
}

.flexslider .slides img{
  display:block;
  width:100%;
}

.flex-pauseplay span{
  text-transform:capitalize;
}

.slides:after{
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}

* html .slides{
  height:1%;
}

.flex-viewport{
  -moz-transition:all 1s ease;
  -webkit-transition:all 1s ease;
  max-height:2000px;
  transition:all 1s ease;
}

.loading .flex-viewport{
  max-height:300px;
}

.flexslider .slides{
  zoom:1;
}

.carousel li{
  margin-right:5px;
}



.flex-direction-nav{
  height:0;
}

.flex-direction-nav li{
  margin-bottom: 0;
}

.flex-direction-nav a{
  -webkit-transition:all .3s ease;
  cursor:pointer;
  display:block;
  height: 100%;
  margin: -5px 0 0;
  opacity:0;
  position:absolute;
  text-indent:-9999px;
  top: 0;
  background: #fff;
  width: 20%;
  z-index:10;
}

/*
.flex-direction-nav .flex-next{
   background:url(../img/icon_arrows_r.png) no-repeat right 50%;
  right:-36px;
}

.flex-direction-nav .flex-prev{
  background:url(../img/icon_arrows_l.png) no-repeat left 50%;
  left:-36px;
}
*/

.flexslider:hover .flex-next{
  opacity:0;
  right:5px;
}

.flex-next:hover{
  cursor: e-resize;
}

.flexslider:hover .flex-prev{
  left:5px;
  opacity:0;
}

.flex-prev:hover{
  cursor: w-resize;
}

.flex-direction-nav .flex-disabled{
  cursor:default;
  filter:alpha(opacity=20);
  opacity:.2!important;
}

.flex-control-nav{
  bottom: 0px;
  left: 0;
  position:absolute;
  text-align:left;
  width:10%;
  background: #fff;
  z-index: 99;
}

.post-list .flex-control-nav{
  bottom: -24px;
  background: none;
}

.flex-control-nav li{
  display:inline;
  margin:0 6px 0 0;
  zoom:1;
}

.flex-control-paging li a{
  color:#6b5542;
  cursor:pointer;
/*   display:block; */
  height:11px;
  width:11px;
}

.flex-control-paging li a:hover{
  color:#000;
}

.flex-control-paging li a.flex-active{
  color:#000;
  cursor:default;
}

.flex-control-thumbs{
  margin:5px 0 0;
  overflow:hidden;
  position:static;
}

.flex-control-thumbs li{
  float:left;
  margin:0;
  width:25%;
}

.flex-control-thumbs img{
  cursor:pointer;
  display:block;
  opacity:.7;
  width:100%;
}

.flex-control-thumbs .flex-active{
  cursor:default;
  opacity:1;
}

html[xmlns] .slides,.no-js .slides > li:first-child{
  display:block;
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover,.flex-control-thumbs img:hover{
  opacity:0;
}

.flexslider p.flex-caption {
  float: right;
  text-align: right;
  width: 90%;
  margin-bottom: 0;
}

/*
@media screen and max-width 860px {
  .flex-direction-nav .flex-prev
  {
    left:0;
    opacity:1;
  }
  
  .flex-direction-nav .flex-next
  {
    opacity:1;
    right:0;
  }
}
*/




/* ================================== SLIMBOX ============================= */

#lbOverlay {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
}

#lbCenter, 
#lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
}

#lbBottomContainer {
  z-index: 99;
}

.lbLoading {
  background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  cursor: w-resize;
/*   background: transparent url(../img/icon_arrows_l.png) no-repeat 0 15%; */
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  cursor: e-resize;
/*   background: transparent url(../img/icon_arrows_r.png) no-repeat 100% 15%; */
}

#lbBottom {
  color: #6B5542;
  font-family: 'grotesk_m',courier,monospace;
  line-height: 1.4em;
  text-align: left;
  border: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: transparent url(../img/icon_close.png) no-repeat center;
  margin: 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
/*   font-weight: bold; */
}

/* ================================== SELECTED OBJECTS ============================= */

::-moz-selection {
background: #6b5542;
color: white;
}
::selection {
  background: #6b5542;
  color: white;
}


#c52 i {
  font-style: normal !important;
}