
body
{
  font-family: "europa",sans-serif !important;
  font-size:8px !important;;
  line-height: 1.4em !important;;

  padding:50px 40px 80px 40px;
  padding:50px 0px 80px 0px;
}

#wrapper
{
  opacity:0;
}

a
{
 text-decoration: none;
}

#message
{
  height: 100vh;

}
#front-banner
{
  position: absolute;
  top:0px;
  width:100%;
  height: 100vh;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index:-1;
  opacity:0;
  transition: 0.5s;
  display: none;
}

#image_office img{
  width:100%;
  margin-bottom: 60px;
}

#map_box
{
  width:100%;
  /*height: calc(100vh*0.3);*/
  min-height: 300px;
  margin-bottom:60px;
}
#front-banner.opacity_trans
{
  opacity:0.85;
}

.self-align-center
{
  -webkit-align-self: center; /* Safari 7.0+ */
      align-self: center;
}

.front-banner
{
/*  width:100%;
  height: 100vh;*/
}

.container-fluid {
  max-width:1440px;
}

#menu .container-fluid
{
  max-width:2400px;
}
.burger_transform {
  margin-left: 15px;
      display: inline-block;
      vertical-align: middle;
      float: right;
}

.single-burger_shape {
    height: 3px;
    width: 17px;
    margin-bottom: 3px;
    cursor: pointer;
}

/*.active .topBurger, .active .botBurger
{
  opacity:0.2;
}*/

/*loader*/
.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #232323;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  position: absolute;
  top: 20px;

    z-index: 1;
}

.text-center .loader
{
  left: 50%;
  transform: translateX(-50%);
}
.text-right .loader
{
  right:20px;

}

.text-left .loader
{
  left: 20px;

}

.viewer-transform
{
  position: absolute;
  top: 25px;
  left: 25px;
}

.viewer-shape
{
  width:30px;
  height:30px;
}

a {
   outline: 0;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}



.outer-circle
{
  width:29px;
  height:29px;
  padding:5px;
  border:none;
  border-radius: 50%;
}
.inner-circle
{
  width:10px;
  height:10px;

  border-radius: 50%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.menu_fixed
{

}

.menu_fixed #menu
{
  position: fixed;
  width:100%;
  top:0px;
  left:0px;
  z-index:100;
  padding: 50px 40px 00px 40px;
  margin-bottom:80px;
}

.menu_fixed #menu-trigger
{
  height:60px;
  margin-bottom: 40px;
}

.bold
{
  font-weight: bold;
}

.white
{
  color:#fff;

}

.white-bg
{
  background-color:#fff;

}

.white2
{
  color:#fafafa;

}

.white2-bg
{
  background-color:#fafafa;

}

.white3
{
  color:#c1c1c1;

}

.white3-bg
{
  background-color:#c1c1c1;

}

.black
{
  color:#00020d;
}

.black-bg
{
  background-color:#00020d;
}

.grey
{
  color:#6b6b6b;
}

.grey-bg
{
  background-color:#6b6b6b;
}


.grey2
{
  color:#9b9b9b;
}

.grey2-bg
{
  background-color:#9b9b9b;
}

.grey3
{
  color:#353535;
}

.grey3-bg
{
  background-color:#35353;
}


.inline-block
{
  display:inline-block;
}

.clearer
{
  clear:both;
}
/*menu*/


#menu{
  margin-bottom:40px;

}
.logo-transform
{
  float:left;
  position: relative;
    top: -10px;
    left:-13px;
    opacity:0;
}

.logo-shape
{
  width:215px;
}


.logo-shape img{
  width:100%;
}

.menu-transform
{
  float:right;
}

.menu-shape
{
  font-size:1.32em;
  font-weight:bold;

}

.menu-shape .nav > li > a{
  color:#353535;
    padding:7px 15px;
    transition: 0.5s;
}

.menu-shape .nav > li > a img{
  width:1.85em;
}

.nav > li
{
  left:-13px;
  opacity:0;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color:#6b6b6b;
    opacity:0.8;
}

.navbar-nav > li {
    display: inline-block;
    vertical-align: middle;
    float:none;
    text-align: center;
}

.navbar-nav > li.current  > a
{
  color:#c1c1c1;

}

.menu_border
{
  border-bottom: solid 3px #232323;
  width:0%;
  display: inline-block;
}

.small-menu-contents-shape .navbar-nav > li {
    display: block;
        margin-bottom: 15px;
}

.small-menu-contents-shape .navbar-nav > li.item-119, .small-menu-contents-shape .navbar-nav > li.item-120{
    display:inline-block;
    margin-bottom: 15px;
}

.small-menu-contents-transform
{
  margin-top:20px;
  margin-bottom: 40px;
}

.small-menu-contents-shape
{
      font-size: 1.34em;
      padding:10px;
      border-bottom:solid 3px  #00020d;
}

.small-menu-contents-shape a
{
  color:#00020d;
  font-weight: 700;
}

.burger_shape{
    padding: 10px;
    position: relative;
    top: -10px;
    right: -10px;
}
/*Front */

.front-banner-title-transform
{
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.front-banner-title-shape {
    text-align: center;
    font-size: 3.5em;
    letter-spacing: 3px;
}

.project-title-transform
{
  position: relative;
  opacity:0;
  right:-6px;
}

.front-banner-shape:hover .front-banner-title-shape {
  color:#fff;

}

.frontTopRow-transform
{
  position: relative;
  top:20px;
  opacity:0;
}

.front-banner-column-container
{
  width: 100%;
text-align: center;
position: relative;
}

.front-banner-column-container a{
  width:100%;
}

.front-banner-column-container img{
  width:100%;
}


.singleColumn-front
{
  margin-bottom:15px;
  margin-top:15px;
  position: relative;
}

.singleColumn-front.lazyloaded .loader
{
  display: none;
}

.singleColumn-front img
{
  width:100%;
  position: relative;
    z-index: 2;
}

.singleColumn-front-shape
{
  position: relative;

  min-height: 140px; /* 60px;*/
}


.projectTitle-front-transform {
    position: absolute;
  /*  width: 100%;*/
    top: 0px;
    left:0px;
    /* transform: translateY(-50%) translateX(50%); */
    /* -webkit-transform: translateY(50%) translateX(50%); */
    /* -moz-transform: translateY(-50%) translateX(50%); */
    /* left: -15px; */
    z-index: 2;
     padding: 30px;
     padding-left:0px;
}

.projectRows
{
  position: relative;
  opacity:0;
  /*top:-13px;*/
}

.projectRows .projectTitle-front-transform {

 width: 100%;

     padding: 0px;
     padding-left:0px;
}

.inline-cols
{
  display: inline-block;
  vertical-align: bottom;
  float:none;
  max-width:49%;
}

.inline-cols .text-cols
{max-width:70%;}

.projectRows .projectTitle-front-transform
{
  width:100%;
}

.projectRows .projectTitle-front-shape
{
  padding:20px 20px;
  background: #fafafa;
}



.projectRows .text-left .projectTitle-front-shape
{
  text-align: left;
}

.projectRows .text-right .projectTitle-front-shape
{
text-align: right;
}

.projectRows .text-center .projectTitle-front-shape
{
text-align: center;
}

.hasCaption .projectTitle-front-transform
{
  /*left:20px;*/
}

.projectTitle-front-shape
{
  font-size:2em;/*3em;*/
  line-height: 1.35em;
  letter-spacing: 0.2px;
  padding:20px;
  opacity:0;
  position: relative;
  top:-10px;

      text-align: right;

  /*border-top: solid 3px #00020d;*/
}

.subtitle-transform
{
  position: relative;
  top:-10px;
}

.projectTitle-front-shape a,.projectTitle-front-transform a
{
  text-decoration: none;
}

.projectTitle-front-shape a:hover
{
  text-decoration: none;
  color:inherit;
}


.front-slide
{
  padding-right:0px;
  padding-left:0px;
}


.singleColumnFront
{
  width:100%;
}

.front-parent
{
  position:relative;
}

/*project */

.projectDescription-transform
{
  margin-top : 60px;
  margin-bottom: 60px;
}

.projectSlideshow-transform
{

}

.projectSlideshow-shape
{
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;

}

.item-102
{
  /*display:none !important;*/
}

.project-title-shape
{
  text-align:right;
  font-size:1.3em;
}

.project-title-shape strong
{
  font-size:2.8em;
  color:#353535 ; /*#00020d ;/*#6b6b6b;*/
}

.subtitle-shape
{
  font-size:0.6em;
  font-weight: bold;
}

.singleColumn
{
  margin-bottom:15px;
  margin-top:15px;

  position: relative;
overflow: hidden;
min-height: 60px;
}

.singleColumn.resize-no .column-container
{
  width:auto;
}

.singleColumn.lazyloaded .loader
{
  display: none;
}

.column-container
{
  width: 100%;
  position: relative;
}

.singleColumn img
{
  width:100%;
  position: relative;
  z-index: 2;
}

.singleColumn.resize-no img
{
  width:auto;
  max-width: 100%;
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index:10;
    padding-right:30px;
    text-align: right;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius: 50%;
}

.slick-dots li.slick-active
{
    background-color: #232931;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.lightboxOverlay {


    background-color: #fafafa;
    opacity: 1;
    z-index: 9;
}

.lightbox {

    z-index: 9;

}

.lb-caption
{
  display: none !important;
  opacity:0;
}

#lightbox.lightbox {
    display: block;
    top: 50% !important;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.lightbox .lb-image {

    border-radius: 0px;
    border: none;
}

.lb-data .lb-close {

    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;

    position: absolute;
    z-index: 20;
    top: 40px;
}

.lb-data .lb-caption {
  /*display:none;*/
}

.lb-outerContainer {

  background-color: transparent;
}

.categorySlideshow-transform
{/*
  position: fixed;
  top:0px;
  left:0px;
  z-index:20;*/
}



.projectSlideshow-slideshow .categorySlide
{
  height: inherit;
}

.categorySlide img{
  height: 100%;
  width:auto;
}

.projectDescription-shape
{
  padding:30px 0px;;
width:calc(100vw*0.75);
  max-width:920px;
  max-width: 1200px;
  font-size:3.3em;


}



.projectDescriptionHeader-shape
{
  padding:20px;

  letter-spacing: 0.25px;
  line-height: 1.35em;

  background: transparent;
transition: 5s;
-webkit-transition: 5s;
-moz-transition: 5s;
color: #777;

/*font-weight: 700;*/

font-size: 1.05em;
}

#message .projectDescriptionHeader-shape
{color:#fff;
  padding:60px;}

.color1
{
  background: #a9dccb;;
}


.color2
{
  background: #e4a27e;

}

.color3
{
  background: #c9caa4;

}

.color4
{
  background: #92b3bc;

}

.color0
{
  background: #ffda91;

}

.color6
{
  background: transparent;

}

.color0 .grey2,.color1 .grey2,.color2 .grey2,.color3 .grey2,.color4 .grey2,.color5 .grey2
{
  color:#fff;
}

.color6 .grey2
{
  color:#9b9b9b;
}


.projectDescriptionHeader-shape p
{
  position: relative;
  top:10px;
  opacity:0;
}


.projectDescriptionMore-transform
{
  /*width:80%;*/
}

.projectDescriptionMore-shape
{
  padding:20px;
  letter-spacing: 0.25px;
  font-size:0.7em;
  line-height: 1.35em;
}
._row{
  margin-left: 0px;
  margin-right: 0px;
}

#project-view-shape
{
  padding:15px;
}

.project-title-shape
{
  padding:0px 15px;
}

.rowDetails-transform
{

}

.larger
{
  font-size:2em;
}

.rowDetails-shape
{
  display: inline-block;
  padding:50px 0px 50px 0px;
  max-width:900px;
  font-size:2.9em;
  letter-spacing: 0.25px;
  line-height: 1.35em;
}

.rowDetails-transform.larger
{
  font-size:0.82em;
}

.creditsContainer-transform
{
  margin:60px 0px;
}

.creditsContainer-shape
{
  display: inline-block;
  max-width:600px;
  padding:20px;
  font-weight:300;
  font-size:2.1em;
  line-height: 1.25em;
}

.creditsContainer-shape strong{
  font-weight:bold;
  margin-top:30px;
  color:#00020d;
  line-height: 1.8em;
}

/*office*/

.description-shape
{
  max-width:800px;
  font-size:2em;
  line-height: 1.25em;
  letter-spacing: 0.25px;

}

.description-shape.grey2 strong
{color:#777;}

.description-shape a
{
  color:#232323;
  text-decoration: none;
}

.description-shape h1
{
  font-size:1.45em;
  font-weight: bold;
  margin-bottom:1.3em;
    margin-top: 0px;
  color:#232323 ;/*6b6b6b;*/
}

.office-image-shape img
{
  width:100%;
}

.office-staff-details-shape h2
{
  font-weight: 400;
  font-size:1.2em;
  margin-bottom:15px;
}

.office-staff-details-shape
{
  font-size : 1.6em;
  line-height: 1.24em;
  padding:10px;
  font-weight: 400;
}

.staff-office
{
  margin-top:90px;
}

.contact-description-shape
{
  font-size: 5.4em;

line-height: 1.25em;

padding: 50px 0px;
}

.contact-shape .description-shape h1
{

  margin-bottom:0.28em;

}
