.site-container {
  margin: 0 auto;
  max-width: 1575px;
  width: 90%;
}

.container {
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
}

body {
  background: #111;
  color: #fff;
  font-family: 'Nitti Grotesk Semilight';
  font-size: 16px;
  line-height: 1;
  padding: 0 0 50px 0;
}

a {
  color: #fff;
  text-decoration: none;
}

.size-full {
  display: block;
  height: auto;
  margin: 0 0 1em 0;
  max-width: 100%;
}

.header-image {
  display: block;
  height: auto;
  margin: 0 0 1em 0;
  width: 100%;
}

/*.v-center                                                                               {position:relative;top:50%;transform:translateY(-50%);}*/

.principals h4 {
  font-size: 16px;
  line-height: 22px;
  margin: 1px 0 42px 0;
}

.principals .principal {
  margin: 0 0 34px 0;
}

.principals .principal .info {
  float: left;
}

.principals .principal img {
  /*border:1px solid #ccc;*/
  display: block;
  height: auto;
  float: right;
}

.principals .principal .name {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 6px 0;
}

.principals .principal .name mark {
  background: none;
  color: #aaaaaa;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 5px;
}

.principals .principal .title {
  color: #aaaaaa;
  font-family: 'Nitti Grotesk';
  font-size: 14px;
  margin: 0 0 13px 0;
  text-transform: uppercase;
}

.principals .principal .read {
  font-size: 14px;
}

.two-column .col-1 {
  border-top: 2px solid #fff;
  float: left;
  padding-top: 32px;
  width: 61.5%;
}

.two-column .col-2 {
  border-top: 2px solid #fff;
  float: right;
  padding-top: 32px;
  width: 34.83%;
}

@media screen and (max-width:720px) {
  .two-column .col-1,
  .two-column .col-2 {
    float: none;
    width: 100%;
  }

  .two-column .col-1 {
    margin: 0 0 36px 0;
  }
}

.page-sidebar .box {
  border-bottom: 1px solid #5c5c5c;
  padding: 25px 0;
}

.page-sidebar .box:first-child {
  padding-top: 0;
}

.page-sidebar .box:last-child {
  border: none;
  padding-bottom: 0;
}

.page-sidebar h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.page-sidebar p,
.page-sidebar address {
  font-size: 18px;
  line-height: 1.3;
}

.page-sidebar p a {
  color: #aaaaaa;
}

@media screen and (max-width:720px) {
  .page-sidebar h3 {
    font-size: 20px;
  }

  .page-sidebar {
    padding-left: 0;
  }
}

.main-header {
  font-family: 'Nitti Grotesk';
  font-size: 18px;
  padding: 32px 0 0 0;
}

.main-header .logo {
  float: left;
}

.main-header .navigation {
  float: right;
  text-align: right;
}

.main-header .navigation li {
  display: inline-block;
  margin: 0 0 0 34px;
  position: relative;
}

.main-header .navigation li a {
  display: inline-block;
  position: relative;
}

.main-header .navigation li a:after {
  bottom: -6px;
  border-bottom: 1px solid #fff;
  content: " ";
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  width: 100%;
}

.main-header .navigation li a.active:after,
.main-header .navigation li a:hover:after {
  opacity: 1;
  -webkit-transition: opacity .9s;
  transition: opacity .9s;
}

.main-header .navigation .toggle {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0 0 0 10px;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.main-header .navigation .toggle:hover {
  color: #fff;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.main-header .navigation .toggle:hover:after {
  opacity: 0;
}

.main-header .navigation .toggle .fa {
  font-size: 11px;
  -webkit-text-stroke: 1px #000;
}

.main-header .mobile-menu {
  display: none;
}

.main-header li a.mobile-close {
  display: none;
}

@media screen and (max-width:720px) {
  .main-header .mobile-menu {
    display: block;
    float: right;
    margin: 1px 0 0 0;
  }

  .main-header li a.mobile-close {
    display: block;
  }

  .main-header .navigation {
    background: rgba(0,0,0,.75);
    float: none;
    position: fixed;
    left: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
    width: 100%;
    z-index: 900;
  }

  .main-header .navigation ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }

  .main-header .navigation li {
    border-bottom: 1px solid rgba(255,255,255,.5);
    display: block;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .main-header .navigation li a {
    font-size: 25px;
    padding: 22px 0;
  }

  .main-header .navigation li a:after {
    display: none;
  }

  .main-header .navigation .toggle {
    display: none;
  }

  .nav-open .navigation {
    left: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
}

.bg-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.view-project {
  margin-top: 64px;
}

.view-project .project-excerpt {
  float: left;
  margin: 0 2.43902439% 2.43902439% 0;
  position: relative;
  width: 14.63414634%;
}

.view-project .project-excerpt img {
  display: block;
  height: auto;
  width: 100%;
}

.view-project .project-excerpt .overlay-title {
  background: #222;
  background: rgba(0,0,0,.7);
  font-size: 14px;
  height: 100%;
  line-height: 1.3;
  opacity: 0;
  padding: 10px;
  position: absolute;
  -webkit-transition: .4s opacity;
  transition: .4s opacity;
  width: 100%;
  z-index: 2;
}

.view-project .project-excerpt:hover .overlay-title {
  opacity: 1;
  -webkit-transition: .4s opacity;
  transition: .4s opacity;
}

@media screen and (min-width:960px) {
  .view-project .project-excerpt:nth-child(6n) {
    margin-right: 0;
  }
}

@media screen and (max-width:960px) {
  .view-project .project-excerpt {
    float: left;
    margin: 0 2.66% 2% 0;
    width: 23%;
  }

  .view-project .project-excerpt:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width:700px) {
  .view-project .project-excerpt {
    clear: none;
    float: left;
    margin: 0 0 2% 0;
    width: 49%;
  }

  .view-project .project-excerpt:nth-child(even) {
    float: right;
  }
}

.view-single-project {
  margin-top: 64px;
}

.view-single-project .col-1 {
  border: none;
  padding: 0;
}

.view-single-project .slideshow {
  position: relative;
}

.view-single-project .slideshow .nav a {
  margin: -40px 0 0 0;
  padding: 15px;
  position: absolute;
  top: 50%;
  z-index: 500;
}

.view-single-project .slideshow .nav a.left {
  left: 0px;
}

.view-single-project .slideshow .nav a.right {
  right: 0px;
}

.view-single-project .slide img {
  display: block;
  height: auto;
  width: 100%;
}

.view-single-project .slide.two-up img:first-child {
  margin-bottom: 15px;
}

.view-single-project .box {
  border-bottom: 1px solid #fff;
  padding: 28px 0;
}

.view-single-project .box .row {
  margin: 0 0 16px 0;
}

.view-single-project .box .row:last-child {
  margin: 0;
}

.view-single-project .box:first-child {
  padding-top: 0;
}

.view-single-project .info-box {
  float: left;
  width: 50%;
}

.view-single-project .info-box:last-child {
  padding: 0 0 0 10%;
}

.view-single-project .info-box:first-child {
  padding: 0;
}

.view-single-project .info-box.categories p {
  margin: 0;
}

.view-single-project h2 {
  font-size: 24px;
  margin: 0 0 28px 0;
}

.view-single-project h5 {
  color: #aaaaaa;
  font-family: 'Nitti Grotesk';
  font-size: 12px;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

.view-single-project h5.collapse-it {
  margin: 0 0 8px 0;
}

.view-single-project h5 .icon {
  background: url(../images/arrow-down.png) no-repeat right center;
  background-size: 12px 6px;
  color: #aaaaaa;
  display: block;
  float: right;
  padding: 0 18px 0 0;
}

.view-single-project h5 .icon.less {
  background-image: url(../images/arrow-up.png);
}

.view-single-project .box p {
  line-height: 22px;
  margin: 0 0 22px 0;
}

.view-single-project .box p:last-child {
  margin-bottom: 0;
}

.view-single-project .box.description.collapsed p {
  display: none;
  margin: 0;
}

.view-single-project .box.description p:first-child {
  display: block;
}

.fullscreen-popup .view-single-project .slideshow-container {
  background: rgba(0,0,0,.85);
  position: fixed;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 50;
}

.fullscreen-popup .view-single-project .slideshow .nav a {
  position: fixed;
}

.fullscreen-popup .view-single-project .slide img {
  width: auto;
  margin: 0 auto;
}

.view-page-about {
  margin-top: 64px;
}

.view-page-about .content h2 {
  font-size: 30px;
  line-height: 1.13;
  margin: 0 0 25px 0;
}

.view-page-about .content h3 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 30px 0;
}

.view-page-about .content p {
  line-height: 22px;
  margin: 0 0 28px 0;
}

.view-page-about .more-info {
  border-top: 2px solid #fff;
  padding: 32px 0 0 0;
}

.view-page-about .more-info .subcol-1 {
  float: left;
  width: 48.14814815%;
}

.view-page-about .more-info .subcol-2 {
  float: right;
  width: 48.14814815%;
}

.view-page-about .more-info .client-list .list-1 {
  float: left;
  width: 46.15384615%;
}

.view-page-about .more-info .client-list .list-2 {
  float: right;
  width: 46.15384615%;
}

.view-page-about .more-info .client-list ul {
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width:720px) {
  .view-page-about .content h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .view-page-about .more-info .subcol-1,
  .view-page-about .more-info .subcol-2 {
    float: none;
    width: 100%;
  }
}

.view-page-careers {
  margin-top: 64px;
}

.view-page-careers .content {
  margin: 0 0 30px 0;
}

.view-page-careers .content p {
  font-size: 30px;
  line-height: 1.2;
}

.view-page-careers .content p a {
  border-bottom: 1px solid #aaaaaa;
  color: #aaaaaa;
}

@media screen and (max-width:720px) {
  .view-page-careers .content p {
    font-size: 22px;
    line-height: 1.4;
  }
}

.view-page-contact {
  margin-top: 64px;
}

.view-page-contact .map {
  margin: 0 0 15px 0;
}

.view-page-contact #map {
  height: 350px;
}

.view-page-contact .content {
  margin: 0 0 30px 0;
}

.view-page-contact .content p {
  font-size: 30px;
  line-height: 1.2;
}

.view-page-contact .content p a {
  border-bottom: 1px solid #aaaaaa;
  color: #aaaaaa;
}

.view-page-contact .etc {
  border-top: 1px solid #5c5c5c;
  padding: 30px 0 0 0;
}

.view-page-contact .etc .col {
  float: left;
  width: 33.3333%;
}

.view-page-contact .etc a {
  border-bottom: 1px solid #aaaaaa;
  color: #aaaaaa;
  font-size: 30px;
}

@media screen and (max-width:720px) {
  .view-page-contact #map {
    height: 250px;
  }

  .view-page-contact .etc .col {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
  }

  .view-page-contact .content p {
    font-size: 22px;
    line-height: 1.4;
  }

  .view-page-contact .etc a {
    font-size: 24px;
  }
}

.view-single-principal {
  margin-top: 64px;
}

.view-single-principal .col-1 .subcol-1 {
  float: left;
  width: 24%;
}

.view-single-principal .col-1 .subcol-2 {
  float: right;
  width: 71%;
}

.view-single-principal .portrait {
  display: block;
  height: auto;
  max-width: 100%;
}

.view-single-principal .content header {
  margin: 0 0 20px 0;
}

.view-single-principal .content h2 {
  font-size: 36px;
  line-height: 34px;
  margin: 0 0 2px 0;
}

.view-single-principal .content h2 mark {
  background: none;
  color: #aaaaaa;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 0 5px;
}

.view-single-principal .content .title {
  color: #aaaaaa;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.view-single-principal .content p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 1.4em 0;
}

.view-single-principal .projects {
  border-top: 2px solid #fff;
  padding: 18px 0 0 0;
}

.view-single-principal .projects h4 {
  font-size: 24px;
  margin: 0 0 15px 0;
}

.view-single-principal .projects .project-excerpt {
  float: left;
  margin: 0 3.5% 5% 0;
  width: 31%;
}

.view-single-principal .projects .project-excerpt img {
  display: block;
  height: auto;
  margin: 0 0 10px 0;
  width: 100%;
}

.view-single-principal .projects .project-excerpt:nth-child(3n+2) {
  clear: left;
}

.view-single-principal .projects .project-excerpt:nth-child(3n+1) {
  margin-right: 0;
}

.view-single-principal .projects .project-excerpt p {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.view-single-principal .pager {
  border-top: 2px solid #fff;
  font-size: 20px;
  margin: 16px 0 0 0;
  padding: 36px 0 0 0;
}

.view-single-principal .pager span {
  border-bottom: 1px solid #aaaaaa;
  color: #aaaaaa;
}

.view-single-principal .pager .left {
  float: left;
}

.view-single-principal .pager .right {
  float: right;
}

@media screen and (max-width:720px) {
  .view-single-principal .col-1 .subcol-1,
  .view-single-principal .col-1 .subcol-2 {
    float: none;
    width: 100%;
  }

  .view-single-principal .portrait {
    margin: 0 0 10px 0;
  }
}

.filters {
  border-top: 2px solid #fff;
  left: 0;
  font-size: 14px;
  height: 100%;
  padding: 5% 3%;
  position: absolute;
  -webkit-transition: left .4s;
  transition: left .4s;
  top: 0;
  width: 30%;
  z-index: 60;
}

.filters > .form {
  position: relative;
}

.filters.closed {
  left: -30%;
  -webkit-transition: left .4s;
  transition: left .4s;
}

.filters:after {
  background: rgba(0,0,0,.8);
  content: " ";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-transition: left .4s;
  transition: left .4s;
  top: 0;
  width: 30%;
  z-index: -1;
}

.filters.closed:after {
  left: -30%;
  -webkit-transition: left .4s;
  transition: left .4s;
}

.filters .close-filter {
  position: absolute;
  top: -30px;
  right: 0;
}

.filters .line {
  border: none;
  border-top: 1px solid #aaa;
  margin: 15px 0;
}

.filters h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.filters .list li {
  float: left;
  margin: 0 0 10px 0;
  width: 50%;
}

.filters .list li label:hover {
  cursor: pointer;
}

.filters .list li input {
  display: none;
}

.filters .list li input:checked + label {
  color: #ccc;
  font-weight: 600;
}

/*.filters .list li #location-all + label                                                 {color:#aaa;font-weight:400;}*/

@media screen and (max-width:720px) {
  .filters {
    display: none;
  }
}

.slick-slider {
  margin-bottom: 0;
}

.form label {
  color: #aaaaaa;
  display: block;
  font-size: 15px;
  margin: 0 0 3px 0;
}

.form .text {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  float: left;
  font-family: 'Nitti Grotesk Semilight';
  font-size: 18px;
  padding: 4px;
  width: 90%;
}

.form .text:focus {
  outline: none;
}

.form .go {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #fff;
  display: block;
  font-family: 'Nitti Grotesk Semilight';
  font-size: 18px;
  float: right;
  text-transform: uppercase;
  width: 10%;
}

.form .go img {
  position: relative;
  top: 4px;
}

.form .go:hover {
  cursor: pointer;
}

@media screen and (max-width:720px) {
  .form .text {
    width: 85%;
  }

  .form .go {
    position: relative;
    left: -8px;
    top: 2px;
    width: 15%;
  }
}

.view-page-contact p.info-window {
  color: #222;
  font-size: 12px;
  line-height: 1.4;
  padding: 20px 10px;
  width: 200px;
}