/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * IndicateDesign.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2014
 */
@font-face {
  font-family: "LLAkkuratProWeb";
  src: url("../fonts/lineto-akkurat-pro-bold-s.eot");
  src: url("../fonts/lineto-akkurat-pro-bold-s.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-bold-s.woff") format("woff"), url("../fonts/lineto-akkurat-pro-bold-s.ttf") format("truetype"), url("../fonts/lineto-akkurat-pro-bold-s.svg#LLAkkuratProWeb-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "LLAkkuratProWeb";
  src: url("../fonts/lineto-akkurat-pro-light-s.eot");
  src: url("../fonts/lineto-akkurat-pro-light-s.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-light-s.woff") format("woff"), url("../fonts/lineto-akkurat-pro-light-s.ttf") format("truetype"), url("../fonts/lineto-akkurat-pro-light-s.svg#LLAkkuratProWeb-Light") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "LLAkkuratProWeb";
  src: url("../fonts/lineto-akkurat-pro-regular-s.eot");
  src: url("../fonts/lineto-akkurat-pro-regular-s.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-regular-s.woff") format("woff"), url("../fonts/lineto-akkurat-pro-regular-s.ttf") format("truetype"), url("../fonts/lineto-akkurat-pro-regular-s.svg#LLAkkuratProWeb-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }
body {
  background: white;
  color: #808285;
  font-size: 24px;
  margin-top: 36px;
  /* make 80px - sizing */
  padding-top: 0; }

body, * {
  font-family: 'LLAkkuratProWeb', Helvetica, Arial, sans-serif;
  font-weight: 100; }

@media (max-width: 767px) {
  body {
    margin-top: 0;
    padding-top: 30px; } }
a {
  color: #808285; }
  a:hover {
    text-decoration: none;
    color: #000; }

strong {
  letter-spacing: 0.25px;
  font-weight: 400; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
  outline: 0; }

.navbar-toggle {
  background: url(../img/nav-mobile-btn.png) no-repeat;
  border: 0;
  border-radius: 0;
  width: 25px;
  height: 30px;
  padding: 4px;
  background-position: center center; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background: url(../img/nav-mobile-btn.png) no-repeat !important;
    background-position: center center !important; }

.img-full {
  width: 100%; }

/* Slideshow */
#slides {
  position: relative; }

#slides .slides-container {
  display: none; }

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%; }

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both; }

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  /* overrides */
  height: 100%;
  top: 0;
  pointer-events: none; }

.slides-navigation a {
  position: absolute;
  display: block;
  width: 33px;
  height: 64px;
  text-indent: -9999px;
  /* overrides */
  background-position: center center;
  height: 100%;
  width: 23%;
  pointer-events: all; }

.slides-navigation a.prev {
  background: url(../img/left-arrow.png) no-repeat;
  background-size: 29px 42px;
  left: 25px;
  background-position: left center; }

.slides-navigation a.next {
  background: url(../img/right-arrow.png) no-repeat;
  background-size: 29px 42px;
  background-position: right center;
  right: 25px; }

@media (min-width: 1600px) {
  .slides-navigation a.prev,
  .slides-navigation a.next {
    background-size: 34px 55px; } }
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: none; }

.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%; }

.slides-pagination a.current {
  background: #222; }

.slides-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400; }

.project-nav {
  margin-top: 20px;
  font-size: 14px; }
  .project-nav.project-nav-prev {
    text-align: left; }
  .project-nav.project-nav-next {
    text-align: right; }

#gforms_confirmation_message {
  padding: 20px 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: left; }
  #gforms_confirmation_message .gform_confirmation_message {
    font-weight: 500; }

.validation_error {
  font-size: 14px; }

.gfield_error {
  font-size: 14px;
  border: 1px solid #C89797; }

.gform_wrapper {
  padding-top: 20px; }
  .gform_wrapper input,
  .gform_wrapper textarea {
    background: #f2f1f2;
    border: 0;
    padding: 9px 14px;
    font-size: 16px;
    font-weight: 100;
    color: #333;
    font-family: 'LLAkkuratProWeb', Helvetica, Arial, sans-serif; }
  .gform_wrapper input[type=text] {
    font-size: 16px !important;
    padding: 9px 14px !important;
    width: 99.2% !important; }
  .gform_wrapper textarea {
    padding: 9px 14px !important;
    font-size: 16px !important; }
  .gform_wrapper input[type=submit] {
    background: #ffec00;
    color: #7d7e82;
    text-transform: uppercase;
    font-size: 12px !important;
    padding: 12px 14px 10px 14px !important; }
  .gform_wrapper #input_1_2 {
    margin-top: 14px; }
  .gform_wrapper .gform_footer {
    margin-top: -4px;
    padding-top: 14px; }

footer {
  margin-top: 22px;
  clear: both; }
  footer #inner-footer {
    border-top: 2px solid #ffec00;
    padding-top: 19px;
    padding-bottom: 10px; }

.mobile-nav {
  position: fixed;
  display: none;
  right: 0;
  z-index: 9999;
  top: 50px;
  width: 85%;
  background: #E6E7E8;
  display: block;
  width: 0; }
  .mobile-nav ul {
    list-style-type: none;
    margin-top: 30px;
    font-size: 18px; }
    .mobile-nav ul li {
      clear: both;
      text-transform: uppercase;
      padding-bottom: 10px; }
      .mobile-nav ul li a {
        display: block;
        line-height: 1.8em;
        font-weight: 400; }
    .mobile-nav ul li.child {
      padding-left: 20px; }
      .mobile-nav ul li.child a {
        font-weight: 100; }

.navbar-nav {
  padding-top: 16px;
  /* make 80px */
  padding-bottom: 12px;
  /* make 80px */ }

.navbar {
  background-color: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  border-bottom: 2px solid #ffec00; }
  .navbar .navbar-brand {
    font-weight: 700;
    letter-spacing: -1px;
    margin-right: 20px;
    margin-top: 15px;
    /* make 80px */ }
  .navbar li {
    font-size: 14px;
    text-transform: uppercase; }
    .navbar li a {
      font-weight: 400; }

.navbar-item {
  font-weight: 400;
  color: #777; }

.navbar-nav-aside {
  float: right; }
  .navbar-nav-aside li {
    padding: 0; }

.navbar-nav-condensed .navbar-nav-work-marks,
.navbar-nav-condensed .navbar-nav-work-graphics,
.navbar-nav-condensed .navbar-nav-work-environments {
  display: none; }

.page-id-32 .navbar-nav-condensed * {
  display: block; }

.navbar-nav-primary > li {
  padding: 15px 0px !important;
  margin: 0 8px !important; }

.navbar-nav-primary.navbar-nav-condensed > li > a {
  padding: 0 !important; }

.navbar-nav-primary.navbar-nav-expanded > li > a {
  padding: 0 0 0 0 !important; }

.navbar-nav-aside > li {
  padding: 15px 0 !important;
  margin: 0 !important; }

.navbar-nav-aside > li > a {
  padding: 0 !important; }

.navbar-nav-expanded .navbar-nav-work {
  background: url(../img/IDG_MENU_CARROT.png) no-repeat;
  background-position: right 47%;
  padding-right: 25px !important;
  background-size: 6px 10px; }

.navbar-nav-work-detail {
  background: url(../img/IDG_MENU_CARROT.png) no-repeat;
  background-position: left 47%;
  text-indent: 25px;
  background-size: 6px 10px; }

.navbar-nav-work-marks a:hover {
  color: #ffec00 !important; }

.navbar-nav-work-graphics a:hover {
  color: #f06730 !important; }

.navbar-nav-work-environments a:hover {
  color: #de3794 !important; }

/* Active States */
.navbar-nav-work-marks.active a {
  color: #ffec00 !important;
  background: none !important; }

.navbar-nav-work-graphics.active a {
  color: #f06730 !important;
  background: none !important; }

.navbar-nav-work-environments.active a {
  color: #de3794 !important;
  background: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'LLAkkuratProWeb', Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-weight: normal; }

h1, .h1 {
  font-size: 24px;
  color: #808285; }

h2, .h2 {
  font-size: 18px;
  color: #808285; }

h3, .h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  color: #808285;
  text-transform: uppercase; }

p, .p {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.3em; }

.map-image {
  margin-top: 20px; }

.work-grid-item-container {
  margin-bottom: 32px; }

@media (max-width: 768px) {
  .work-grid-item-container {
    margin-bottom: 16px; } }
.work-grid-item {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
  height: 293px;
  background-size: 100%;
  background-size: cover;
  -moz-background-size: 100%;
  position: relative; }
  .work-grid-item .work-meta {
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.9);
    color: #808285;
    margin: 0;
    padding: 0;
    padding: 12px;
    line-height: 1.3em;
    font-weight: 100; }
    .work-grid-item .work-meta .work-meta-client,
    .work-grid-item .work-meta .work-meta-project {
      text-transform: uppercase; }
    .work-grid-item .work-meta .category {
      display: block;
      clear: both;
      letter-spacing: 0px;
      font-weight: 100 !important;
      text-transform: capitalize;
      font-family: 'LLAkkuratProWeb', Helvetica, Arial, sans-serif; }
    .work-grid-item .work-meta .work-meta-description {
      padding-top: 20px; }
      .work-grid-item .work-meta .work-meta-description p {
        line-height: 1.3em;
        font-size: 13px; }
  .work-grid-item.marks-only .work-meta {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .work-grid-item.marks-only .work-meta-title-line {
    padding-top: 14px; }
  .work-grid-item.marks-only .work-meta-description {
    display: none !important; }

@media (max-width: 1199px) {
  .work-meta-title-line {
    padding-top: 5px; } }
.detail-label {
  text-transform: uppercase;
  letter-spacing: -1px; }

.about-credits {
  margin-top: 53px; }
  .about-credits p {
    font-size: 14px; }

@media (max-width: 1200px) {
  .about-credits-responsivebreak {
    display: block;
    clear: both; } }
@media (max-width: 996px) {
  .about-address-responsivebreak {
    display: block;
    clear: both; } }
@media (min-width: 992px) {
  .about-credits {
    margin-top: 201px; } }
@media (min-width: 1200px) {
  .about-credits {
    margin-top: 309px; } }
@media (min-width: 1600px) {
  .about-credits {
    margin-top: 482px; } }
@media (max-width: 767px) {
  .about-credits {
    margin-top: 20px; } }
/* Responsive Layout: Top Nav */
@media (max-width: 767px) {
  .navbar-brand {
    margin: 0;
    padding: 0; } }
/* Responsive Layout: Work Landing Page */
@media (max-width: 767px) {
  .work-meta {
    font-size: 17px; }
    .work-meta .category {
      font-size: 15px; } }
@media (min-width: 767px) {
  .work-meta {
    font-size: 15px; }
    .work-meta .category {
      font-size: 12.5px; }

  .work-grid-item {
    height: 221px; } }
@media (min-width: 992px) {
  .work-meta {
    font-size: 16px; }
    .work-meta .category {
      font-size: 13px; }

  .work-grid-item {
    height: 293px; } }
@media (min-width: 1200px) {
  .work-meta {
    font-size: 18px; }
    .work-meta .category {
      font-size: 14px; }

  .work-grid-item {
    height: 293px; } }
.work-grid-item .work-meta {
  border-top: 2px solid #808285; }

.work-grid-item.work-grid-item-marks .work-meta {
  background: #e2e3e4;
  border-top: 2px solid #ffec00; }

.work-grid-item.work-grid-item-environments .work-meta {
  border-top: 2px solid #de3794; }

.work-grid-item.work-grid-item-graphics .work-meta {
  border-top: 2px solid #f06730; }

.project-tags,
.project-related {
  margin-bottom: 20px; }

.project-details-type,
.project-details-year {
  clear: both;
  display: block; }

@media (max-width: 767px) {
  .project-tags {
    margin-bottom: 15px; }

  .project-description {
    margin-bottom: 15px; }

  .project-details-type,
  .project-details-year {
    margin-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .project-details-type {
    margin-bottom: 15px; }

  .row.triple-vertical {
    margin-bottom: 0 !important; } }
/* Responsive Layout: Work Detail Page */
.row.triple-vertical,
.row.one-large,
.row.row-left-large-right-split-two,
.row.large-left-vertical-right {
  margin-bottom: 30px; }

.gallery-bigbox img {
  margin-bottom: 15px; }

@media (min-width: 767px) {
  .row-left-large-right-split-two .gallery-bigbox img {
    height: 324px;
    margin-bottom: 0; }
  .row-left-large-right-split-two .gallery-multirow img {
    height: 147px; }
  .row-left-large-right-split-two .gallery-multirow img:first-child {
    margin-bottom: 30px; }

  .large-left-vertical-right .gallery-largeleft img {
    height: 324px; }
  .large-left-vertical-right .gallery-verticalright img {
    height: auto; } }
@media (max-width: 767px) {
  .triple-vertical {
    margin-bottom: 0; }
    .triple-vertical .gallery-triple img {
      margin-bottom: 15px; }
    .triple-vertical .gallery-triple:last-child img {
      margin-bottom: 0; }

  .large-left-vertical-right .gallery-largeleft img {
    margin-bottom: 15px; }

  .gallery-multirow img:first-child {
    margin-bottom: 30px; } }
@media (min-width: 768px) and (max-width: 768px) {
  button.navbar-toggle {
    display: none; } }
@media (min-width: 992px) {
  .row-left-large-right-split-two .gallery-bigbox img {
    height: 420px; }
  .row-left-large-right-split-two .gallery-multirow img {
    height: 195px; }
  .row-left-large-right-split-two .gallery-multirow img:first-child {
    margin-bottom: 30px; }

  .large-left-vertical-right .gallery-largeleft img {
    height: 411px; }
  .large-left-vertical-right .gallery-verticalright img {
    height: 411px; } }
@media (min-width: 1200px) {
  .row-left-large-right-split-two .gallery-bigbox img {
    height: 510px;
    /* 750 x 500 */ }
  .row-left-large-right-split-two .gallery-multirow img {
    height: 240px;
    /* 360 x 240 */ }
  .row-left-large-right-split-two .gallery-multirow img:first-child {
    margin-bottom: 30px; }

  .large-left-vertical-right .gallery-largeleft img {
    height: 540px; }
  .large-left-vertical-right .gallery-verticalright img {
    height: 540px; } }
@media (min-width: 1600px) {
  .row-left-large-right-split-two .gallery-bigbox img {
    height: 678px;
    /* 750 x 500 */ }
  .row-left-large-right-split-two .gallery-multirow img {
    height: 324px;
    /* 360 x 240 */ }
  .row-left-large-right-split-two .gallery-multirow img:first-child {
    margin-bottom: 30px; }

  .large-left-vertical-right .gallery-largeleft img {
    height: 678px; }
  .large-left-vertical-right .gallery-verticalright img {
    height: 678px; } }
@media (max-width: 767px) {
  .row.triple-vertical,
  .row.one-large,
  .row.row-left-large-right-split-two,
  .row.large-left-vertical-right {
    margin-bottom: 15px !important; }

  .row-left-large-right-split-two .gallery-multirow img:first-child {
    margin-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .large-left-vertical-right .gallery-largeleft img,
  .large-left-vertical-right .gallery-verticalright img,
  .row-left-large-right-split-two .gallery-bigbox img,
  .row-left-large-right-split-two .gallery-multirow img {
    height: 480px; }

  .large-left-vertical-right .gallery-largeleft img,
  .row-left-large-right-split-two .gallery-bigbox img,
  .gallery-triple img {
    margin-bottom: 30px; }

  .large-left-vertical-right .gallery-verticalright img {
    height: auto; } }
.master-image-container {
  overflow: hidden; }
  .master-image-container .img-master {
    width: 150%;
    margin-left: -25%;
    margin-top: -7.25%;
    margin-bottom: -14.25%; }

/* Homepage Customizations */
body.home {
  padding-top: 0; }
body.home .container-footer {
  display: none; }

.container-footer-home {
  display: none; }

/* Ajax load */
#content {
  margin: 0;
  padding: 0; }

.this-title {
  display: none !important; }

.bg-loader,
.bg-loader-error {
  position: fixed;
  z-index: 9999;
  background: #fff;
  padding: 20px;
  top: 200px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.bg-loader-ajax {
  background: url(../img/LOAD_SPINNER_2X_D.gif) no-repeat !important;
  display: block;
  width: 100%;
  text-align: center;
  background-position: center top !important;
  height: 300px; }
  .bg-loader-ajax img {
    display: none; }

.ajax-down {
  margin-top: 40px; }

.jscroll-added {
  margin-top: 42px; }

.jscroll-added .ajax-push {
  margin: 0 !important; }

.jscroll.row {
  margin-top: -40px; }

#content-container.not-home {
  margin-top: 70px; }

.jscroll-added .jscroll .ajax-down {
  margin-top: 0; }

#content:first-child .container {
  margin-top: 110px; }

.jscroll-added #content:first-child .container {
  margin-top: 0px; }

@media (max-width: 767px) {
  #content-container.not-home {
    margin-top: 30px; }

  #content:first-child .container {
    margin-top: 70px; }

  body {
    padding-top: 0; } }
#content.is-home .container {
  margin-top: 0; }

.hero-about {
  margin-top: -40px; }

.bg-loader-scroll {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.wloading {
  height: 50px;
  width: 50px; }

.wloading-scroll {
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px; }

.mobile-cover {
  display: none; }

@media (max-width: 767px) {
  #slides {
    display: none; }

  .mobile-cover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
    .mobile-cover .mobile-text {
      position: relative;
      top: 33%;
      transform: translateY(-33%);
      text-align: center;
      font-size: 33px;
      color: #fff;
      font-weight: 400;
      padding-right: 10%;
      letter-spacing: -1px;
      padding-left: 10%; } }
.pagenotfound {
  background: url(../img/bonobo404.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  margin-top: -117px; }
  .pagenotfound h1 {
    color: #fff;
    text-align: center;
    padding-top: 160px;
    margin-bottom: 450px;
    font-size: 38px; }

::selection {
  background: #ffec00;
  /* Safari */ }

::-moz-selection {
  background: #ffec00;
  /* Firefox */ }

.no-touch .work-grid-item .work-meta,
.no-touch .work-grid-item .work-meta-description {
  -webkit-transition: height .68s ease;
  -moz-transition: height .68s ease;
  -o-transition: height .68s ease;
  transition: height .68s ease; }
.no-touch .work-grid-item.marks-only .work-meta,
.no-touch .work-grid-item.marks-only .work-meta-description {
  -webkit-transition: height .32s ease;
  -moz-transition: height .32s ease;
  -o-transition: height .32s ease;
  transition: height .32s ease; }
.no-touch .work-grid-item.all-types .work-meta,
.no-touch .work-grid-item.all-types .work-meta-description {
  -webkit-transition: height .68s ease;
  -moz-transition: height .68s ease;
  -o-transition: height .68s ease;
  transition: height .68s ease; }
.no-touch .work-grid-item .work-meta:hover {
  height: 100%; }
.no-touch .work-grid-item .work-meta-description:hover {
  display: block; }
.no-touch .marks-only.work-grid-item-marks:hover .work-meta {
  height: 74px; }

.touch .work-meta-description {
  display: none; }
