@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900,700i&subset=latin-ext');
body  {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #666
}
.menu nav {
  position: relative;
  background: rgba(255,255,255,0.8);
  height: auto;
  z-index: 10;
}

.menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
.menu ul.first-level {
  right: 0;
  letter-spacing: 2px;
  width: 100%;
  text-align: right;
}
.menu ul.first-level li a{
    font-size: 1.2em;
    font-weight: 900;
}
.menu ul.second-level {
  left: 0;
  right: 0;
  position: absolute;
  text-align: right;
  letter-spacing: 0px;
  width: 100%;
}
.menu ul.second-level li a {
    font-size: 0.9em;
    font-weight: 400;
}
.menu li {
  display: inline-block;
  /* float: left; */
  margin-right: 1px;
}
.menu li a {
  display: block;
  height: 30px;
  margin-left: 20px;
  text-align: right;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  text-decoration: none !important;
  font-weight: 900;
  color: #000000;
}

#filtersMenu li a {
  height: 20px;
  line-height: 20px
}

.menu li ul li {
  display: inline-block;
  float: none;
}

.menu li ul li ul li {
  display: block;
  float: none;
}
.menu li ul li a {
  font-size: 0.9em;
  /* min-width: 50px; */
  /* padding: 0 10px; */
  color: #c0c0c0;
  text-align: right;
}
.menu li ul li a:hover, .menu li ul li a.selected{
  color: #000000;
}
.menu ul li a:hover + .hidden, .menu .hidden:hover {
  display: block;
}

.menu .show-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-align: right;
  padding: 10px 0;
  display: none;
}

.menu input[type=checkbox]{
  display: none;
}

.menu input[type=checkbox]:checked ~ #menu{
  display: block;
}

.menu .filters-menu{
  right: 0;
  display: none;
  background: #fff;
  position: absolute;
  padding-bottom: 3px
}

.overall-logo {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
  z-index: 300
}

.overall-logo.remove {
  opacity: 0;
}

.overall-logo img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.logo{ 
  width: 70px;
  height: 45px;
  display: block;
  background: url('../img/logo.jpg') no-repeat 0 50%;
  background-size: contain;
}

.hover-text {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  background: rgba(0,0,0,0.6);
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.grid-item:hover .hover-text {
  opacity: 1;
}

.z-index-200 {
  z-index: 200
}

.hover-text p {
  color: #fff;
  margin-bottom: 0;
}

.hover-text > p {
  font-size: 1.4em;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.hover-text .text-holder {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.team-description {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #fff
}

.team-description i{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.2rem;
}

.search-input {
  border: 0px;
  background: transparent;
  border-bottom: 2px solid #b9b9b9;
  margin: 0 auto;
  display: block;
  top: 48%;
  color: #e0e0e0;
  position: relative;
  outline: none;
  font-size: 1.5rem;
}

.fa-navicon {
  font-size: 1.8rem
}

.modal-preview {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(255,255,255,0.9);
  z-index: 201
}

h1 {
  font-size: 1.6em
}

h4 {
  font-size: 1.8em
}

.center-image {
  position: relative;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translateY(-50%);
  display: block;
  margin: 0 auto
}

.h-80-px {
  height: 80px
}

.font-thin {
  font-weight: 300
}

.search-table li {
  border-top: 1px solid
}

.search-table {
  list-style: none;
}

.font-small {
  font-size: 0.9rem
}


.font-smaller {
  font-size: 0.8rem
}

.clickable:hover {
  cursor: pointer;
  background-color: #d6d6d6
}

.aspect-ratio {
  width: 100%;
  padding-top: 56%;
  position: relative;
}

.aspect-ratio.wide {
  padding-top: 28%
}

.aspect-ratio.tall {
  padding-top: 112%
}

.img-container {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  overflow: hidden;
}

@media screen and (max-width: 760px){
  .menu.visible {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 50px;
    background-color: #fff;
    z-index: 100;
  }
  .menu li a {
    margin-left: 0;
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px
  }
  .menu li ul li a {
    font-size: 1em;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  nav > ul > li {
    width: 100%;
    background-color: #fff;
    text-align: center;
  }
  nav > ul > li > a {
    text-align: center !important;
  }
  .menu ul.second-level {
    position: relative;
    text-align: center;
  }
  .menu ul.second-level > li{
    display: block;
  }
  .menu ul.second-level > li > a{
    text-align: center;
  }
  #filtersMenu{
    left: 0;
  }
  #filtersMenu a{
    text-align: center;
  }
}



/*slider css*/
.sliderTools {
  background-color: lightgray;
}
.max-h-100{
  max-height: 100% !important;
  margin: 0 auto;
}
.carousel {
  position: relative;
  height: calc(100vh - 130px);
}

#fullscreenProjectImages {
  height: 100%;
}

@media screen and (max-width: 760px){
  .carousel {
    position: relative;
    height: 30vh
  }
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  text-align: center;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.carousel-inner > .item > span {
  vertical-align: middle;
}
.slider-numbs {
  font-size: 90%;
  font-weight: bold;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    backface-visibility: visible;
    perspective: 1000px;
    transition: opacity 0.8s ease-in-out 0s;
  }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    opacity:0;
  }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    opacity:0;
  }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    opacity:1;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.slider-controls,
.slider-controls:hover,
.slider-controls:focus,
.slider-controls:active {
  position: absolute;
  top: 0;
  margin-top: 0;
  color: #000;
  padding: 5px 9px;
  bottom: 0;
  width: 50%;
}
.slider-controls svg{
  width: 25px;
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: drop-shadow( 0px 1px 1px #666 );
  filter: drop-shadow( 0px 1px 1px #666 );
}
.slider-controls.left{
  left: 0
}
.slider-controls.right{
  right: 0
}
.slider-controls.right svg{
  float: right;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}

/*contact form*/
.contact{
    width: auto;
    height: 500px;
    display: block;
}
.cont-form{
    float:right;
    min-height: 250px;
    padding-top: 120px;
}
.cont-text{
    float:right;
    height: 100px;
    text-align: right;
    font-size: 1em;
    font-weight: 700;
}
#contact-form {
    margin-bottom: 0;
}

#contact-form p {
    margin-bottom: 1px;
}

#contact-form input,
#contact-form textarea {
    border-bottom: 1px #000000 solid;
    border-top: none;
    border-left:none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    color: #000000;
    font-size: 0.9em;
    height: auto;
    padding: 11px;
    margin: 0;
    resize: none;
}

#contact-form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
    resize: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-form .submit {
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #000000;
    font-size: 1em;
    font-weight: 700;
    padding: 3px 10px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin-top: 30px;

    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    color: #c0c0c0;
    border: 1px solid #c0c0c0;
}

.close-popup {
  position: absolute;
  right: 10px;
  top: 5px;
}

.close-popup i {
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
}

#fullscreenPreview .close-popup {
  z-index: 2
}

#fullscreenPreview.modal-preview {
  background: #fff;
}

#searchModal.modal-preview {
  background: rgba(0,0,0,0.8);
}

#searchModal .close-popup i {
  color: #fff;
}

a.target-burger {
  margin: 0.8rem;
  margin-right: 0;
  width: 3em;
  height: 3em;
  right: 0;
  position: absolute;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.target-burger ul.buns {
  width: 1.625em;
  height: 1.625em;
  list-style: none;
  margin: -0.8125em 0 0 -0.8125em;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #000;
}

a.target-burger ul.buns li.bun {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  margin-top: -0.75px;
  -webkit-transform: translateY(-3.75px) translateZ(0);
  transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}

a.target-burger ul.buns li.bun:last-child {
    -webkit-transform: translateY(3.75px) translateZ(0);
    transform: translateY(3.75px) translateZ(0);
}

a.target-burger.toggled ul.buns li.bun {
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
}

a.target-burger.toggled ul.buns li.bun:last-child {
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}

.about-page {
  color: #666;
}

.awards-page a {
  color: inherit;
}

.awards-page a:hover {
  text-decoration: none;
  color: #b3b2b2
}

.text-indent{
  text-indent: 1.5rem
}

.black-font {
  color: #000;
  font-weight: bold
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

body > .container-fluid {
  min-height: 83vh;
}

.project-container .row i,
.project-container .slider-numbs{
  color: #000;
  font-size: 1.1rem
}

.slider-icons i {
  margin-top: 3px
}

.project-info-container p {
  border-bottom: 1px solid #000;
}

.project-info-container span.black-font {
  width: 120px;
  display: inline-block;
}

@media (max-width: 1400px) {
  body > .container-fluid {
    min-height: 80vh;
  }
}

.pad1{
    padding-bottom: 25px;
}
.pad2{
    padding-top: 10px;
}


@media (min-width: 1919px) {
    body{
        font-size: 17px;
    }
    .project-info-container span.black-font {
        width: 200px;
    }
    .project-container .row i,
    .project-container .slider-numbs{
        font-size: 17px ;
    }
    .slider-icons i {
        margin-top: 0
    }
}