body {
  background-color: #FFF;
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'futura_lt_btlight';
  font-size: 20px;
}

a {
  color: rgba(0,0,0,0.4);
  transition: all 0.4s ease;
}

p a {
  color: rgba(137,126,108,0.6);
  transition: all 0.4s ease;
  font-family: 'futuramedium';
}

a:hover {
  color: rgba(0,0,0,1);
}

.top-notch {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background-color: rgba(255,255,255, 1) !important;
}

.desktop-menu {
  float: right;
  margin-top: 2px;
  margin-left: -20px !important;
  margin-right: 10px;
}

#textBlock {
  margin: 0 !important; margin-top: -60px !important;
}

.icon-cell {
  text-align: center;
  font-size:  38px;
  font-weight: bold;
  margin-top: -17px;
}

.icons-cell {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  padding-right: 40px;
  margin-top: -10px;
}

#scroll-top, #scroll-text {
  margin: 2px;
  margin-top: 6px;
  cursor: pointer;
}


.news-grid {
  padding:27px;
  padding-right: 40px;
  padding-top: 0px;
  margin-top: 156px;
}

.news-item {
  padding: 0px;
  margin: 15px;
  display: none;
}

.news-content {
  padding-right: 15px;
}
.news-content p {
  font-family: 'futura_hv_btheavy' !important; font-size: 18px !important;
}

.news-content h4 {
  font-family: 'futura_lt_btlight' !important;
  font-size: 15px;
  margin-top: 14px !important;
}

.news-image {
  width: 100%;
  height: auto;
  background-color: #FFF;
}


.news-title {
  position: relative;
  text-align: center;
}

.news-title-text {
  font-size: 24px;
  line-height: 26px;
  color: #FFF;
  font-family:'futura_hv_btheavy';
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 90%;
}

.mobile-menu-trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 15000 !important;

}

.close-fullscreen-trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 15000 !important;
  cursor: pointer;
  margin-top: -9px;
  margin-right: 1.5px;

}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 40000;

}
.spinner {
  margin: auto;
  width: 200px;
  height: 200px;
  background-color: #FFF;
  position:absolute; /*it can be fixed too*/
          left:0; right:0;
          top:0; bottom:0;
          margin:auto;

          /*this to solve "the content will not be cut when the window is smaller than the content": */
          max-width:100%;
          max-height:100%;
          overflow:auto;
}

.project-grid {
  margin-top: 165px !important;
  margin-left: 26px;
  margin-right: 26px;
}

.project-item {
  /*padding: 10px; height: 300px !important;*/
  padding: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.project-item a {
  color: #000;
  z-index: 200 !important;
}

.project-title-heading {
  margin-bottom: 60px;
}

.ccm-image-block {
  margin-bottom: 30px !important;
}

.image-selector {
  position: absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  /*margin-top: 45%;*/
  bottom: 40px;
  width: auto;
  height: auto;
  text-align: center;
  display: none;
  background: transparent;
  display: block;
}

.image-selector2 {

  margin-left:auto;
  margin-right:auto;
  /*margin-top: 45%;*/
  /*bottom: 20px;*/
  width: auto;
  height: auto;
  text-align: center;
  display: none;
  background: transparent;
  display: block;
}

.image-selector3 {

  margin-left:auto;
  margin-right:0;
  margin-top: 6;
  /*margin-top: 45%;*/
  /*bottom: 20px;*/
  width: auto;
  height: auto;
  text-align: center;
  display: none;
  background: transparent;
  display: block;
  float: right;
  padding-right: 40px;
}


.image-selector ul, .image-selector2 ul, .image-select3 ul {
  margin-left: 40px;
}

.image-selector ul li, .image-selector2 ul li {
  display: inline-block;
  color: #FFF;
  width: auto;
  margin: 5px;
  cursor: pointer;
  font-size: 12px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.image-selector3 ul li {
  display: inline-block;
  color: #FFF;
  width: auto;
  margin: 5px;
  cursor: pointer;
  font-size: 10px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.vegas-hide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 15000;
  display: none;
}

.fullscreen {
  height: 110% !important;
  width: 100% !important;
  display: block;
}

#icon-scroll, #icon-scroll-text, #fullscreen {
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 48px;
  margin-top: -10px;
}

h1 {
  font-family: 'futura_hv_btheavy';
  font-size: 32px;
}

h1 strong {
  font-weight: normal !important;
}

h2, h3 {
  font-family: 'futuramedium';
  font-size: 18px;
}

h4 {
  font-size: 18px;
  margin-top: 0px;
  font-family: 'futura_lt_btlight' !important;
}

.columns {
  margin: 0 !important;
  padding: 0 !important;
}

.image-block {
  position: fixed !important;
  width: 50%;
  height: 100%;
  margin: 0 !important;
}

.mobile-image-block {
  position: relative !important;
  width: 100%;
  height: 320px;
  margin: 0 !important;
}

.double-image-left, .double-image-right {
  padding: 4px;
  padding-left: 0;
  padding-right: 0;
}


@media only screen and (max-width: 600px) {}

.content-block, .content-block2 {
  padding: 20px !important;
  padding-top: 0px !important;
  /*  width: 50%; */
  font-family: 'futura_lt_btlight';
}

.content-block p {
  font-size: 18px !important;
  line-height: 28px !important;
}

.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

.content-column {
  min-height: 95% !important;
}

header {

  height: 80px ;

  z-index: 1200;
  /*
  background-color: transparent !important;
  position: fixed;
  right: 0;
  top: 0;
  */
}

.logo {
  width: 225px;
  margin: 40px;
  margin-left: 40px;
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.logo-home {
  padding-top: 21px;
}


.slider .logo-detail {
  margin-top: 21px !important;
}

.detail-page .logo-detail {
  margin-top:40px !important;
}


.logo img {
  width: 100%;
}

.top-menu {
  padding: 10px;
  padding-top: 0px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
}

.nav {
  float: right;
  padding: 20px;
  padding-right: 16px;
  padding-top: 0;

}

.nav li {
  display: inline-block;
  margin: 14px;
  text-transform: lowercase;
  font-family: 'futura_hv_btheavy';
  font-size: 28px;
  text-align: right;
}

.sub-navx {
  float: right;
  padding-right: 30px;
  display: block; position: absolute; top: 53; right: 0; display: none;
  text-align: right;
}

.filter-button {
  cursor: pointer;
  color: rgba(0,0,0,0.4);
  transition: all 0.4s ease;
  text-align: right;
}

.filter-selected,
.filter-button:hover {
  color: #000;
}

.sub-navx li {
  display: inline-block;
  margin: 10px;
  text-transform: lowercase;
  font-family: 'futura_hv_btheavy';
  font-size: 17px;
  text-align: right;
  height: 15px;

}

.sub-navx li a {
  color: rgba(0,0,0,0.4);
  transition: all 0.4s ease;

}

.sub-navx li a:hover {
  color: #000;
}


.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 20000;
}

.page-vegas {
  width: 100%;
  height: 98%;
  min-height: 98%;
  background-color: transparent;
  margin-top: -40px;
}

.page-vegas-home {
  width: 100%;
  height: 105% !important;
  min-height: 105% !important;

}

 .slider  {
  width: 100%;
  height: 100%;
}


.project-white-title {
  font-size: 28px; margin-top: -25px; margin-left: 30px;color: #FFF;text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  font-family:'futura_hv_btheavy' !important;
}

/* HOVER TEST SHIZZLE */
.container {
    height: auto;
    position: relative;
    width: 100%;
    background-color: #FFF;
    cursor: pointer;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.img-hover {
  cursor: pointer;
  transition: all 0.4s ease;
}

.img-hover:hover {
  opacity: 0.6;
}

.middle, .middlex {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  padding: 20px;
}

.middle h2 {
  font-size: 26px;
    font-family: 'futura_hv_btheavy' !important;
}

.middlex h2 {
  font-size: 26px;
    font-family: 'futura_hv_btheavy' !important;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.middle h4, .middlex h4 {
  font-size: 18px;
  margin-top: -5px;
    font-family: 'futura_hv_btheavy' !important;
}

.container:hover img {
  opacity: 0.6;
}

.container:hover .middle, .container:hover .middlex  {
  opacity: 1;
}

.bureau-grid {
  padding-top: 140px !important;
}

.bureau-info {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.double-column {
  margin-top: 40px;
  -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
}

.double-text-column, .single-column {
  margin-top: 40px;
}

.double-text-column .col1 {
  padding-right: 10px;
}

.double-text-column .col2 {
  padding-left: 10px;
}

.bureau-header {
  width: 100%;
  height: 60%;
  text-align: center;
  vertical-align: bottom;
  min-height: 580px;
  max-height: 580px;
}

.bureau-header h1 {
  font-size: 52px !important;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  color: #FFF
}

.bureau-nav-top {
  position: fixed;
  bottom: 30px;
  right: 42px;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.2);
  text-align: center;
  line-height: 40px;
  font-size: 28px;
  color: #FFF;
  cursor: pointer;
  padding-top: 5px;
  transition: all 0.4s ease;
  display: none;
}

.bureau-nav-top:hover {
  background-color: rgba(0,0,0,1);
}


/* SCREEN NAV */

#move_previous, #xmove_previous {
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  left: 0;
  height: 65px;
  width: 65px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}

#move_next, #xmove_next {
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  right: 0;
  height: 65px;
  width: 65px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}

#move_previous_detail {
  position: absolute;
  top: 48%;
  margin-top: -32.5px;
  left: 0;
  height: 65px;
  width: 65px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}

#move_next_detail {
  position: absolute;
  top: 48%;
  margin-top: -32.5px;
  right: 0;
  height: 65px;
  width: 65px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}

/* END SCREEN NAV */


/* GRID */
.center-point-horizontal {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #F0F;
  z-index: 90000;
}
.center-point-vertical {
  position: fixed;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  width: 1px;
  border: 1px solid #F0F;
  z-index: 90000;
}
.center-point-horizontal2 {
  position: fixed;
  top: 48%;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #FF0;
  z-index: 90000;
}

.mik-lijn-top {
  position: fixed;
  top: 30;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #F0F;
  z-index: 90000;
}

.mik-lijn-top2 {
  position: fixed;
  top: 71;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #F0F;
  z-index: 90000;
}

.mik-lijn-top3 {
  position: fixed;
  top: 136;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #F0F;
  z-index: 90000;
}

.mik-lijn-top4 {
  position: fixed;
  top: 180;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #FF0;
  z-index: 90000;
}


.mik-lijn-bottom {
  position: fixed;
  bottom: 30;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #F0F;
  z-index: 90000;
}

.mik-lijn-bottom2 {
  position: fixed;
  bottom: 55;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid orange;
  z-index: 90000;
}


.mik-lijn-links {
  position: fixed;
  top: 0;
  left: 40px;
  bottom: 0;
  height: 100%;
  border: 1px solid #F0F;
  z-index: 90000;
}

.mik-lijn-links1 {
  position: fixed;
  top: 0;
  left: 140px;
  bottom: 0;
  height: 100%;
  border: 1px solid #F0F;
  z-index: 90000;
}

.mik-lijn-rechts {
  position: fixed;
  top: 0;
  right: 40px;
  bottom: 0;
  height: 100%;
  border: 1px solid #F0F;
  z-index: 90000;
}

.mik-lijn-rechts1 {
  position: fixed;
  top: 0;
  right: 140px;
  bottom: 0;
  height: 100%;
  border: 1px solid #F0F;
  z-index: 90000;
}

/* END GRID */


/* MAP */
iframe {
  height: 100% !important;
}
.mapouter {
  text-align: right;
  height: 60%;
  width: 100%;
  max-height: 580px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  /*height: 100%;*/
  width: 100%;
  max-height: 580px;
}

.background-mask {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(255,255, 255,0);
  transition: all 0.4s ease
}

.background-mask:hover {
  background-color: rgba(255,255, 255,0.8);
}

.background-mask:hover h1 {
  color: #000;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}
