@import '../css/normalize.css';
@import '../css/fonts.css';
@import '../components/jQuery.mmenu/src/css/jquery.mmenu.css';
body {
  background: #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
}
body.home .logo {
  display: none;
}
@media (max-width: 991px) {
  body.home {
    background-image: url('../images/bcg_slide-1.jpg');
  }
}
body.about .nav a.about {
  color: #d18849;
}
@media (max-width: 991px) {
  body.about {
    background-image: url('../images/bcg_slide-2.jpg');
  }
}
body.expertise .nav a.expertise {
  color: #d18849;
}
@media (max-width: 991px) {
  body.expertise {
    background-image: url('../images/bcg_slide-3.jpg');
  }
}
body.founder .nav a.founder {
  color: #d18849;
}
@media (max-width: 991px) {
  body.founder {
    background-image: url('../images/bcg_slide-4.jpg');
  }
}
body.case-studies .nav a.case-studies {
  color: #d18849;
}
@media (max-width: 991px) {
  body.case-studies {
    background-image: url('../images/bcg_slide-5.jpg');
  }
}
body.press .nav a.press {
  color: #d18849;
}
@media (max-width: 991px) {
  body.press {
    background-image: url('../images/bcg_slide-6.jpg');
  }
}
body.contact .nav a.contact {
  color: #d18849;
}
@media (max-width: 991px) {
  body.contact {
    background-image: url('../images/bcg_slide-7.jpg');
  }
}
#home .bcg {
  background-image: url('../images/bcg_slide-1.jpg');
}
#about .bcg {
  background-image: url('../images/bcg_slide-2.jpg');
}
#expertise .bcg {
  background-image: url('../images/bcg_slide-3.jpg');
}
#founder .bcg {
  background-image: url('../images/bcg_slide-4.jpg');
}
#case-studies .bcg {
  background-image: url('../images/bcg_slide-5.jpg');
}
#press .bcg {
  background-image: url('../images/bcg_slide-6.jpg');
}
#contact .bcg {
  background-image: url('../images/bcg_slide-7.jpg');
}
main {
  width: 100%;
}
.no-js {
  padding-top: 106px;
}
section {
  opacity: 0;
}
.loaded section,
.no-js section {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
#preload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.hsContainer {
  overflow: hidden;
  position: relative;
}
.slide {
  min-height: 100vh;
  overflow: hidden;
}
.slide .bcg {
  min-height: 100vh;
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
}
.slide .bcg .hsContainer {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 25.75vh 0 11.75vh 0;
  height: 62.5vh;
}
@media (max-width: 991px) {
  .slide .bcg {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  .slide {
    min-height: 0;
  }
  .slide .bcg {
    min-height: 0;
  }
  .slide .bcg .hsContainer {
    padding: 185px 0 0 0;
    height: auto;
  }
}
@media (max-width: 991px) {
  .slide {
    min-height: 0;
  }
  .slide .bcg {
    min-height: 0;
  }
  .slide .bcg .hsContainer {
    padding: 100px 0 0 0;
    height: auto;
  }
}
.bg_container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  z-index: -1;
}
body {
  color: #7b7b7b;
  font-family: 'Open Sans';
  font-size: .8em;
}
a {
  color: #cf823f;
  font-weight: bold;
}
h2 {
  color: #cf823f;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 100;
}
h3 {
  font-size: 1em;
  text-transform: uppercase;
}
/* global rules */
.caps {
  text-transform: uppercase;
}
.caps span,
.caps img {
  vertical-align: middle;
  margin-right: 10px;
}
.hide,
.hide-blocks .block {
  display: none !important;
}
.icon {
  position: absolute;
  margin-left: 863px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: url(../images/icon-minus.png) no-repeat;
}
.hide-blocks .icon {
  background: url(../images/icon-plus.png) no-repeat;
}
.icon.back {
  margin-left: 413px;
  background: url(../images/icon-back.png) no-repeat;
}
.pad {
  padding: 30px;
}
@media (max-width: 991px) {
  .pad {
    padding: 20px;
  }
}
/* navigation */
.bar {
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: 0;
  background: #000;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.bar .logo {
  padding-bottom: 22px;
}
@media (max-width: 991px) {
  .bar .logo {
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .bar .logo img {
    height: 37px;
    width: auto;
  }
}
.bar.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
.bar .nav li {
  display: inline-block;
}
.bar .nav li a {
  display: block;
  padding: 22px 10px;
  color: #aaa;
  font-weight: bold;
}
.bar .nav li a.current,
.bar .nav li a:hover {
  color: #d18849;
}
@media (max-width: 991px) {
  .bar .nav {
    display: none;
  }
}
#open-menu {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 22px;
  border: solid 1px #aaa;
  padding: 8px;
}
#open-menu span {
  height: 3px;
  display: block;
  background-color: #aaa;
  margin-bottom: 5px;
}
#open-menu span:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #open-menu {
    display: block;
  }
}
.content {
  margin: 0 auto;
  width: 82.5%;
  width: 100%;
  max-width: 1170px;
}
.content:before,
.content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content:after {
  clear: both;
}
@media (max-width: 991px) {
  .content .block-1 {
    display: none;
  }
}
.content p {
  margin-bottom: 1.45em;
  line-height: 1.45em;
}
.content > div {
  float: left;
}
.content .block {
  width: 50%;
  min-height: 500px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 991px) {
  .content .block {
    width: auto;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.content .block-2 {
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
  .content .block-2 {
    margin-bottom: 30px;
  }
}
.content .box {
  margin-right: 2%;
  margin-top: 35px;
  width: 32%;
  font-size: .85em;
  text-transform: uppercase;
}
.content .box .inner {
  border: 1px solid #cf823f;
  padding: 2px 20px;
  height: 325px;
}
.content .box .inner li {
  color: #ccc;
}
@media (max-width: 991px) {
  .content .box {
    width: 100%;
    float: none;
  }
  .content .box .inner {
    border-left: none;
    border-right: none;
    border-top: none;
    height: auto !important;
    min-height: 0;
    padding-bottom: 30px;
  }
  .content .box .inner h2 {
    margin-top: 0;
  }
  .content .box:last-child .inner {
    border-bottom: none;
  }
}
.content .box:last-of-type {
  margin-right: 0 !important;
}
.content .box li {
  margin: 0px 15px 3px 15px;
}
.content .full {
  font-size: 1.28em;
}
.content .col {
  width: 45%;
  margin-right: 5%;
}
.content .col:last-child {
  margin-right: 0;
}
.overlay {
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #eee;
  margin-bottom: -18.75vh;
  margin-top: 18.75vh;
}
@media (max-width: 1199px) {
  .overlay {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .overlay {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* home */
#home {
  height: 90vh !important;
}
#home .cta {
  text-align: center;
  display: none;
}
#home .cta h2 {
  font-weight: bold;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.75);
  display: inline-block;
  padding: 10px 30px;
  border: solid 1px #cf823f;
  margin-top: 60px;
  margin-right: 20px;
}
#home .home-logo {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 30px;
}
#home .home-logo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #home .home-logo img {
    margin-top: 100px;
  }
}
#founder .pad:before,
#founder .pad:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#founder .pad:after {
  clear: both;
}
#founder .pad h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#founder .founder-image {
  float: left;
  width: 25%;
}
#founder .founder-image img {
  max-width: 100%;
  height: auto;
}

#press .content {
    overflow: hidden;
  }
  #press .content p {
    float: left;
    width: 48%;
  }
@media (max-width: 991px) {
  #founder .founder-image {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}
#founder .marco {
  margin-top: 5px;
}
#founder .founder-content {
  width: 68.5%;
  float: right;
}
#founder .founder-content p:first-of-type {
  margin-top: 0;
}
#founder .founder-content h3 {
  margin-top: 0;
}
@media (max-width: 1199px) {
  #founder .founder-content p:last-of-type {
    display: none;
  }
}
@media (max-width: 991px) {
  #founder .founder-content {
    float: none;
    width: auto;
  }
}
@media (max-width: 1199px) {
  #expertise .pad p:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  #services,
  #career-highlights {
    margin-top: 30px;
  }
}
#services .content,
#career-highlights .content {
  padding-top: 18.75vh;
  padding-bottom: 10vh;
}
@media (max-width: 1199px) {
  #services .content,
  #career-highlights .content {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #services .content,
  #career-highlights .content {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #career-highlights .content {
    height: auto !important;
  }
}
#career-highlights .content .col {
  float: left;
}
@media (max-width: 991px) {
  #career-highlights .content .col {
    margin-left: 20px;
    margin-right: 20px;
    float: none;
  }
}
#career-highlights .content .col.col-1 {
  width: 47.5%;
  margin-right: 5%;
  float: left;
}
@media (max-width: 991px) {
  #career-highlights .content .col.col-1 {
    float: none;
    width: auto;
  }
}
#career-highlights .content .col.col-2 {
  width: 47.5%;
}
@media (max-width: 991px) {
  #career-highlights .content .col.col-2 {
    float: none;
    width: auto;
  }
}
#career-highlights .content h2 {
  margin-top: 35px;
}
@media (max-width: 991px) {
  #career-highlights .content h2 {
    font-size: 24px;
    margin-left: 20px;
  }
}
#career-highlights .content p {
  color: #ccc;
}
#career-highlights .content blockquote {
  position: relative;
  font-style: normal;
  margin-top: 3em;
  margin-left: 0;
  margin-right: 0;
}
#career-highlights .content blockquote p {
  position: relative;
  z-index: 2;
  padding-right: 0;
  margin-right: 0;
  color: #cf823f;
}
#career-highlights .content blockquote p:first-child {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5em;
}
#career-highlights .content blockquote p:last-child {
  margin-bottom: 0;
  color: #999;
  font-style: normal;
}
@media (max-width: 991px) {
  #career-highlights .content blockquote {
    position: static;
    margin-top: 2em;
  }
}
/* case studies */
@media (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
.visible-sm {
  display: none;
}
@media (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}
@media (max-width: 991px) {
  #case-studies .block {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  #case-studies .block:last-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #case-studies .block-1 {
    display: block;
    min-height: 0;
  }
}
#case-studies .block-1 .gallery {
  display: none;
  height: 500px;
  background: #fff;
}
#case-studies .block-1 .gallery .gallery-image {
  width: 100% !important;
  height: 500px !important;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  #case-studies .block-1 .gallery {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  #case-studies .block-1 .gallery .gallery-image {
    position: absolute;
    top: 0;
    height: 0 !important;
    padding-top: 100%;
  }
}
#case-studies .block-1 .pager {
  display: none;
  position: absolute;
  z-index: 10;
  margin-top: 445px;
  width: 100%;
  text-align: center;
}
#case-studies .block-1 .pager a {
  display: inline-block;
  margin: 4px;
  width: 15px;
  height: 15px;
  text-indent: -999px;
  border: 1px solid #fff;
}
#case-studies .block-1 .pager a.activeSlide {
  background: #cf823f;
  border: 1px solid #cf823f;
}
#case-studies .block-1 .pager a:hover {
  border: 1px solid #cf823f;
}
@media (max-width: 991px) {
  #case-studies .block-1 .pager {
    margin-top: 82%;
  }
  #case-studies .block-1 .pager a {
    width: 30px;
    height: 30px;
    margin: 6px;
  }
}
#case-studies .block-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  #case-studies .block-2 {
    min-height: 0;
    padding-bottom: 10px;
  }
  #case-studies .block-2 h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#case-studies .block-2 .details {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: .85em;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out;
  overflow: scroll;
}
#case-studies .block-2 .details h2 {
  text-transform: uppercase;
}
#case-studies .block-2 .details.slide-in {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 991px) {
  #case-studies .block-2 .details.slide-in {
    display: block;
  }
}
#case-studies .block-2 .details ul {
  margin-left: 15px;
}
@media (max-width: 991px) {
  #case-studies .block-2 .details {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    position: static;
    display: none;
  }
}
@media (max-width: 991px) {
  #case-studies .block-2.mobile-content .back {
    display: none;
  }
  #case-studies .block-2.mobile-content .pad {
    padding: 30px;
  }
}
#press .block {
  height: 500px;
  overflow: scroll;
}
@media (max-width: 991px) {
  #press .block {
    height: auto;
    overflow: visible;
    margin-bottom: 30px;
  }
}
#press .content h2 {
  margin-top: 0;
}
/*#press .content .columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}*/
@media (max-width: 991px) {
/*  #press .content .columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }*/

   #press .content p {
    float: none;
    width: 100%;
  }
}
#press .content p {
  margin: 0 0 1.1em 0;
}
.thumb {
  width: 475px;
}
.thumb a {
  float: left;
  display: block;
  margin: 0 8px 8px 0;
  width: 150px;
  height: 150px;
  list-style: none;
  cursor: pointer;
  line-height: 1.3em;
}
.thumb a > span {
  position: absolute;
}
.thumb a span.title {
  opacity: 0;
  text-align: center;
  padding: 20px;
  width: 110px;
  height: 110px;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  display: table;
}
.thumb a span.title span {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .thumb > a {
    width: 28.5%;
    margin-right: 2%;
    height: auto;
  }
  .thumb > a:last-of-type {
    margin-right: 0;
  }
  .thumb > a span.image {
    position: static;
  }
  .thumb > a span.image img {
    width: 100%;
    height: auto;
  }
  .thumb > a span.title {
    position: static;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    color: #555;
  }
}
@media (max-width: 991px) {
  .thumb {
    width: 100%;
  }
  .thumb > a {
    width: 23.5%;
    margin-right: 2%;
    height: auto;
  }
  .thumb > a:last-of-type {
    margin-right: 0;
  }
  .thumb > a span.image {
    position: static;
  }
  .thumb > a span.image img {
    width: 100%;
    height: auto;
  }
  .thumb > a span.title {
    position: static;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    color: #555;
  }
}
@media (max-width: 520px) {
  .thumb > a {
    width: 48%;
    margin-right: 4%;
  }
  .thumb > a:nth-of-type(even) {
    margin-right: 0;
  }
}
.thumb a:hover .title,
.thumb a.current .title {
  opacity: 1;
}
.thumb a.current .title {
  color: #cf823f;
}
/*
 * Responsive Stuff
 ******************************************************/
@media (min-width: 768px) {
  .content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .content {
    width: 1170px;
  }
}
