body {
  font-family: "Oswald", sans-serif;
  background-color: #111111;
}


.preserve-whitespace {
  white-space: pre-wrap; }

.preserve-whitespace--nowrap {
  white-space: pre; }

.site-header {
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-align-items: center;
  align-items: center;
  height: 160px;
  padding-bottom: 10px;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 0px;
  position: relative; }

  .site-header2 {
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-align-items: center;
  align-items: center;
  height: 160px;
  padding-bottom: 10px;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 0px;
  position: relative;
  width:60%;
  margin:0 auto; }

.logo {
  color: #fff;
  clear: both;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  padding-bottom: 0px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0px;
  text-transform: uppercase; }

.logo a {
  color: inherit; }

.logo.logo-text {
   width: 100%; }

.logo-wrap {
  flex: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  padding-top: 0px;
  width: auto; }

.logo-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.logo p{
  font-size:20px;
  text-transform: lowercase;
  font-weight: lighter;
}

nav {
  float: right;
  width: 25%;
  padding-left: 0%;
  padding-right: 0%;
  text-align: right; }

nav .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  padding-right: 20px; }

  nav .nav-link a {
    color: #AEAEAE;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase; }
    nav .nav-link a:hover {
      color: #FFFFFF;
      font-style: normal;
      font-weight: 400;
      text-transform: uppercase; }
    nav .nav-link a.active {
      color: #fff;
      font-style: normal;
      font-weight: 400;
      text-transform: uppercase; }

main {
  padding-bottom:100px;
}

.site-container {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  width: 100%; }

.site-wrap {
  position: relative;
  width: 100%; }


.site-content {
  margin-left: 4%;
  margin-right: 4%;
  width: 92%; }

a.back-btn{
  float:left;
  color:#AEAEAE;
  text-decoration: none;
  font-size:25px;
  padding-left:20px;
  width:100%;
  margin-bottom:25px;
}

a.back-btn:hover{
  color:#FFFFFF;
}

a.back-btn:active{
  color:#FFFFFF;
}

a.back-btn p{
  top:10px;
  padding-bottom:0px;
  float:left;
  margin-top:-5px;
}

a.back-btn svg{
  float:left;
}

.project{
  margin:0 auto;
  width:80%;
  max-width:1000px;
  color: #ffffff;
  font-weight: 100;
  }

  .project-text{
    padding-left:20px;
    padding-right:20px;
    font-size: 20px;
  }

  .project-text a{
    color:#AEAEAE;
  }

  .project-text a:hover{
    color:#FFFFFF;
  }

  .project h3{
    font-weight: 400; 
    margin-bottom:0px; 
  }

  .project h4{
    font-weight: 200; 
    margin-top:0px; 
  }

  .project p{
    padding-bottom:20px;
  }

  .project-images img{
    width:100%;
    margin-bottom:15px;
  }

  .project-images video{
    width:100%;
    margin-bottom:15px;
  }

  .project-images iframe{
    width:100%;
    aspect-ratio: 16 / 9;
  }

.ig-post{
  display: block;
  text-align: center;
  width:100%;
  max-width: 675px;
  margin:0 auto;
}

.ig-post img{
    width:100%;
    max-width: 675px;
    opacity: 1;
  }

.ig-post-hover{
  transition: .5s ease;
  opacity: 0;
  text-align: center;
}

.ig-post-hover p{
  background-color: rgba(0, 0, 0, 0.75); 
  color:#fff;
  font-size:25px;
  width:100%;
  width:100%;
  max-width:675px;
  margin:0 auto;
  position: absolute;
  padding-top:50px;
  padding-bottom:50px;
}

.ig-post:hover .ig-post img{
  opacity: 0.3;
}

.ig-post:hover .ig-post-hover {
  opacity: 1;
}

  .contact-item {
  width:100%;
  margin-bottom:50px;
  display: flex;
}

.contact-item img {
  width:100%;
  margin-bottom: 0px
}

.contact-column-left {
  width:40%;
  padding-bottom:0px;
  margin-bottom:0px;
}

.contact-column-right {
  width:60%;
  margin-left:20px;
}

.contact-column-right h3{
  margin-bottom:0px;
  font-weight: 300;
}

.contact-column-right p{
  margin-bottom:0px;
}

.contact-column-right a{
  color:#AEAEAE;
}

.contact-column-right a:hover{
  color:#FFFFFF;
}

@media (max-width: 1500px) {
    .site-header2 {
      width:75%;
    }
  }
@media (max-width: 900px) {
    .ig-post-hover p{
      width:80%;
      position: absolute;
    }
    .site-header2 {
      width:100%;
    }
  nav {
    padding: 0;
    width: 35%;}
  .site-header {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 8px; }
  .site-header.on-scroll i {
    background-color: #fff; }
  .logo-wrap {
    max-width: 100%;
    padding: 0;
    width: 100%; }
  .logo-container {
    width: 100%; }
  .logo {
    max-width: 100%;
    padding: 0 0px 0 0; }
  .logo-text {
    /* stylelint-disable length-zero-no-unit */
    /* stylelint-enable length-zero-no-unit */
    font-size: 33px;
    line-height: 33px;
    padding-left: 0px; }
    .logo p{
      font-size: 20px;
    }
  main,
  .site-container {
    width: 100%; }
  .site-content {
    margin: 0;
    padding: 0 0;
    width: 100%; }

  .site-footer {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%; } }



@media (max-width: 540px) {

  nav {
    padding: 0;
    width: 40%; }
  
  .logo {
    font-size: 30px;
    line-height: 23px;
    pading:0; } 
    .logo p{
      padding-top:8px;
      font-size:15px;
      margin:0 auto;
    }

  .site-header {
    padding-bottom: 6px;
    } 

  .project-text{
    font-size: 17px;
  } 

}


/* Portfolio Items */

.portfolio {
  display: flex;
  flex-wrap: wrap; 
  padding-bottom: 0px;
  padding-top: 0px; }

@media (max-width: 900px) {
  .portfolio {
    padding-bottom: 0px;
    padding-top: 0px; } }

@media (max-width: 540px) {
  .portfolio {
    padding-bottom: 0px;
    padding-top: 0px; } }

.port-item .separator:last-child,
.project-header .fields .separator:last-child {
  display: none; }

.port-item .details-inner:after, .portfolio:after {
  clear: both;
  content: '';
  display: table; }

.port-item {
  display: block;
  position: relative;
  margin-right: 5px;
  width: calc(50% - 2.5px); }

.port-item .port-item-container {
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  position: relative; }

@media (max-width: 900px) {
  .port-item .port-item-container {
    margin-bottom: 5px;
    margin-top: 0px; } }

@media (max-width: 540px) {
  .port-item .port-item-container {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px; } }

  .port-item.hold-space .port-item-image:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%; }
  .port-item.hold-space .hover {
    left: 0;
    min-height: 100%;
    position: absolute;
    top: 0; }
  .port-item .port-item-image-wrap {
    overflow: hidden;
    position: relative; }
  .port-item .port-item-image {
     float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0); }
    .port-item .port-item-image:after {
      -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
      -moz-transition: background-color 0.2s ease, opacity 0.2s ease;
      transition: background-color 0.2s ease, opacity 0.2s ease;
      content: '';
      display: block;
      height: 30%;
      left: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: #111111;
      opacity: 0; }
  .port-item .hover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 100%;
    overflow: hidden;
    width: 100%; }
    .port-item .hover .hover_img {
      font-family: 'object-fit: cover;';
      height: calc(100% + 2px);
      left: 50%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: calc(100% + 2px); }
      .port-item .hover .hover_img.js-lazy {
        background-color: rgba(0, 0, 0, 0.03); }
      .port-item .hover .hover_img.js-lazy.image-loaded {
        background-color: transparent; }

      .port-item:hover .port-item-image:after, .port-item.touch-hover .port-item-image:after {
        background-color: #111111;
        opacity: 0.9; }
  .port-item .port-item-image,
  .port-item .port-item-image:after,
  .port-item .hover {
    border-radius: 0px; }

  .port-item:hover .port-item.touch-hover {
    opacity: 0;
    visibility: hidden; }
  .port-item:hover .port-item.touch-hover {
    opacity: 1;
    visibility: visible; }
  .port-item .title,
  .port-item .description {
    clear: both; }
  .port-item .description {
    white-space: pre-line;
    word-wrap: break-word; }


  .port-item .details-inner {
    overflow: hidden; }

.port-item:hover .details-wrap,
.port-item.touch-hover .details-wrap {
  opacity: 1; }

  .port-item .details-wrap {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 8%; }

.port-item .details {
  border-radius: 0px; }

.port-item .details-inner {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 0%;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 0%; }

.port-item .details-wrap {
  opacity: 0;
  position: absolute;
  bottom: 0;
  transition: opacity 0.15s ease;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  padding-top: 0%;
  width: 100%; }

.port-item .details {
  position: relative;
  width: 100%;
  height:auto; }

  .port-item .title {
    color: #FFFFFF;
    float: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: auto;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0px;
    text-align: left;
    text-transform: uppercase;
    width: 100%; }
  .port-item .description {
    color: #999999;
    float: none;
    font-size: 20px;
    font-style: normal;
    font-weight: light;
    line-height: 26px;
    margin: auto;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    text-align: left;
    text-transform: none;
    width: 100%; }
  .port-item:nth-child(2n) {
    margin-right: 0; }
  .port-item:nth-child(2n + 1) {
    clear: left;
    margin-left: 0; }



/* -- Spider Slider -- */


.spider-simple-slider-wrapper {
    width: 100%;
    position: relative;
    padding-bottom:0px;
}

.spider-control_prev,
.spider-control_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    width:48px;
    height: 48px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 38px;
    overflow: hidden;
    cursor: pointer;
}

.spider-control_prev {
    left: 5px;
    background:#111111;
    border-radius: 50%;
}

.spider-control_next {
    right: 5px;
    background:#111111;
    border-radius: 50%;
}

.spider-control_prev span:before,
.spider-control_next span:before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
}

.spider-control_prev span:before {
    background: url('images/arrow.png') no-repeat;
    background-size: contain;
    top: 25%;
    right: 20%;

}

.spider-control_next span:before {
    background: url('images/arrow.png') no-repeat;
    background-size: contain;
    transform:scaleX(-1);
    top: 26%;
    right: 20%;
}

.spider-simple-slider-overflow-hidden {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.spider-simple-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}

.spider-simple-slider-element {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.spider-slide-image {
    width:100%;
}

/* -- End Slider -- */



.accused{
  background-image: url('images/accused/accused.jpg');
  background-size: contain; }

.ccwbanners{
  background-image: url('images/ccwbanners/ccwbanners.jpg');
  background-size: contain; }

.caggraphics{
  background-image: url('images/caggraphics/caggraphics.jpg');
  background-size: contain; }

.colorgrading{
  background-image: url('images/colorgrading/colorgrading.jpg');
  background-size: contain; }

.cagvideos{
  background-image: url('images/cagvideos/cagvideos.jpg');
  background-size: contain; }

.prri{
  background-image: url('images/prri/prri.jpg');
  background-size: contain; }

.neondisplay{
  background-image: url('images/neondisplay/neondisplay.jpg');
  background-size: contain; }

.vrman{
  background-image: url('images/vrman/vrman.jpg');
  background-size: contain; }

.ajlgraphics{
  background-image: url('images/vrman/vrman.jpg');
  background-size: contain; }

.ogan{
background-image: url('images/ogan/ogan.jpg');
background-size: contain; }

.greenpeace{
  background-image: url('images/greenpeace/greenpeace.jpg');
  background-size: contain; }

.floweranim{
  background-image: url('images/floweranim/floweranim.jpg');
  background-size: contain; }

.strangewilds{
  background-image: url('images/strangewilds/strangewilds.jpg');
  background-size: contain; }

.sunspots{
  background-image: url('images/sunspots/sunspots.jpg');
  background-size: contain; }

  .transsurvey{
  background-image: url('images/transsurvey/transsurvey.jpg');
  background-size: contain; }

.color1{
  background-image: url('images/colorgrading/video1.jpg');
  background-size: contain; }

.color2{
  background-image: url('images/colorgrading/video2.jpg');
  background-size: contain; }

.color3{
  background-image: url('images/colorgrading/video3.jpg');
  background-size: contain; }

.color4{
  background-image: url('images/colorgrading/video4.jpg');
  background-size: contain; }

.color5{
  background-image: url('images/colorgrading/video5.jpg');
  background-size: contain; }

.color6{
  background-image: url('images/colorgrading/video6.jpg');
  background-size: contain; }

.color7{
  background-image: url('images/colorgrading/video7.jpg');
  background-size: contain; }

.color8{
  background-image: url('images/colorgrading/video8.jpg');
  background-size: contain; }

.cagvideo1{
  background-image: url('images/cagvideos/cagvideo1.jpg');
  background-size: contain; }

.cagvideo2{
  background-image: url('images/cagvideos/cagvideo2.jpg');
  background-size: contain; }

.cagvideo3{
  background-image: url('images/cagvideos/cagvideo3.jpg');
  background-size: contain; }

.cagvideo4{
  background-image: url('images/cagvideos/cagvideo4.jpg');
  background-size: contain; }

.cagvideo5{
  background-image: url('images/cagvideos/cagvideo5.jpg');
  background-size: contain; }

.cagvideo6{
  background-image: url('images/cagvideos/cagvideo6.jpg');
  background-size: contain; }



/* Portfolio Item Tablet */

@media (max-width: 1000px) {
  .port-item .title {
    font-size: 18px;}
    .port-item .description {
    font-size: 18px; } }

@media (max-width: 900px) {
  .port-item {
    margin-right: 0 !important;
    width: 100%; }
  .port-item .title {
    font-size: 25px;
    line-height:25px; }
  .port-item .description {
    font-size: 20px;
    line-height:26px; } }

/* Portfolio Item Phone */

@media (max-width: 540px) {
  .port-item {
    margin-right: 0 !important;
    width: 100%; }
    .port-item .title {
      font-size: 20px;
      padding-bottom: 0px;
      padding-top:10px;
      padding-right:15px; }
    .port-item .description {
      font-size: 16px;
      padding-top: 0px; }
  .details-wrap {
    display: none;}
  .port-item:hover .port-item-image:after, .port-item.touch-hover .port-item-image:after {
        background-color: #111111;
        opacity: 0.0; }
  .details-wrap2{
    padding-left:25px;
    margin-bottom:30px;
  }
     }

@media (min-width: 541px) {
  .details-wrap2{
    display:none;
  }
}

/* Back-To-Top Button */  

.back-to-top .arrow {
  margin-right: 10px; }

.icon-back-to-top {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  left: 50%;
  position: absolute;
  top: 50%; }

.back-to-top {
  display: none; }

.back-to-top-fixed {
  position: fixed;
  z-index: 3;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 60px;
  display: block;
  bottom: 40px;
  height: 60px;
  width: 60px;
  right: 40px; }
  .back-to-top-fixed:hover {
    background: white; }
    .back-to-top-fixed:hover .icon-back-to-top {
      fill: #111111;
      opacity: 1; }

.icon-back-to-top {
  fill: #fff;
  height: 24px;
  opacity: 0.7;
  position: absolute;
  width: 24px; }

@media (max-width: 900px) {
  .back-to-top-fixed {
    display: none; } }