/****CLEARFIX****/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/****GLOBAL****/

html {
    background: #ffffff;
}

body {
    margin: 0 auto; 
    width: 100%;
}

samp {
    display: none;
}

.inner{
    width:80%;
    margin: 0 auto;
}

.dark a, .dark p{
    color:#ffffff;
}

span.highlight {
    color: #ffffff;
    background-color: #000000;
}

[aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[aos="fade"].aos-animate {
  opacity: 1;
}

/****GLOBAL FONT STYLES****/

body p{
    font-size: 17px;
    font-family: "Fira Sans Extra Condensed", sans-serif;
    font-weight: 300;
    color: #666;
    line-height: 30px;
    margin-bottom: 40px;
}

body p a{
    font-size: 17px;
    font-family: "Fira Sans Extra Condensed", sans-serif;
    font-weight: 300;
    color: #666;
    line-height: 30px;
    margin-bottom: 40px;
    letter-spacing: normal;
    text-decoration: underline;
    text-transform: none;
}

body p.blurb{
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 300;
}

body h1{
    font-family:  "Open Sans", serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -1px;
    padding-bottom: 20px;
    line-height: 40px;
}

body .intro h1{
    font-family:  "Open Sans", serif;
    font-weight: 800;
    font-size: 60px;
    letter-spacing: -1px;
    padding-bottom: 30px;
}

body h2{
    font-family: "Archivo Black", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 12px;
}

body h3{
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-bottom: 50px;
    line-height: 20px;
}

body a{
    font-size: 12px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-decoration: none;
}

body a:hover{
    cursor: pointer;
}

#container{
  position: relative;
}

.scrollup {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url('images/top2.png') no-repeat;
    background-size: cover;
    z-index: 9999;
}

/****MAIN WRAPPER STYLES****/

#main_wrapper{
    width:100%;
    z-index: 2;
    position: initial;
}

/****MENU ITEMS****/

.menu_items{
    width:100%;
    height:100%;
    background: #000000;
    text-align: center;
    display: none;
    z-index: 8888;
    padding-top: 20%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.menu_items a{
    float: left;
    clear: both;
    color: #ffffff;
    width: 100%;
    line-height: 80px;
    font-size: 20px;
}

/****NAV STYLES****/

#nav_wrapper{
    width:97%;
    position:absolute;
    top:20px;
    z-index: 9999;
}

#nav_wrapper a.menu{
    float: right;
    background-image: url("images/hamburger_w.png");
    width: 26px;
    height: 17px;
    display: block !important; 
    text-indent: -9999px;

}

#nav_wrapper a.gallery{
    float: right;
    background-image: url(images/gallery_w.png);
    width: 26px;
    height: 17px;
    display: block;
    text-indent: -9999px;
    margin-right: 10px;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: bottom;
}

a.gallery_bottom{
    margin: 0 auto;
    background-image: url(images/gallery.png);
    width: 26px;
    height: 17px;
    display: block;
    text-indent: -9999px;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: bottom;
}

#nav_wrapper a.logo{
    float: left;
    width: 40px;
    height: 40px;
    display: block;
    margin-left: 40px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: bottom;
}

a.gallery_bottom:hover, a.gallery:hover, .scroll:hover, a:hover, .more:hover, .more2:hover{
    opacity:.5;
    -webkit-transition: opacity 0.2s linear; /* Safari and Chrome */
       -moz-transition: opacity 0.2s linear; /* Firefox 4 */
        -ms-transition: opacity 0.2s linear; /* MSIE */
         -o-transition: opacity 0.2s linear; /* Opera */
            transition: opacity 0.2s linear;
}

a.gallery_bottom, a.gallery, .scroll, a, .more, .more2{
    opacity: 1;
    -webkit-transition: opacity 0.2s linear; /* Safari and Chrome */
        -moz-transition: opacity 0.2s linear; /* Firefox 4 */
         -ms-transition: opacity 0.2s linear; /* MSIE */
          -o-transition: opacity 0.2s linear; /* Opera */
            transition: opacity 0.2s linear;
}

/****PUSH CONTENT STYLES****/

.push-down{
    background-color: #ffffff;
    height: 500px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
}
.content{
    transition: margin 1s ease;
    min-height: 60px;
}

#container.pushed .content{
   margin-top: 500px;
}

.cover{
    width: 100%;
    height:100%;
    position:absolute;
    display: none;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    cursor: pointer;
}

/****HERO STYLES****/


#hero_wrapper_outter{ 
    width:100%;
    background-attachment: fixed;
    height: auto;
    background-repeat: repeat-x;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

#hero_wrapper_outter_sm{ 
    width:100%;
    background-attachment: fixed;
    height: 116px;
    background-color: #141414;
    background-repeat: repeat-x;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

/****CLIENT SPECIFIC IMAGES STYLES****/

#content_wrapper .inner{
    overflow: hidden;
}

#content_wrapper .inner.intro{
    max-width: 1000px;
}

#content_wrapper .inner img{
    width: 100%;
    float: left;
}

#content_wrapper .inner h1{
    width: 76%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

#content_wrapper .inner.intro h1{
    width: 100%;
    margin: auto;
    line-height: 70px;
}

#content_wrapper .inner.intro p{
    width: 100%;
    margin: 0 auto 40px auto;
}

#content_wrapper .inner p{
    width: 60%;
    margin: 0 auto 40px auto;
    max-width: 620px;
    z-index: 1;
    position: relative;
}

#content_wrapper .intro.inner p {
    max-width: 100%;
}

#content_wrapper .inner.text p{
    margin-bottom: 40px;
}

#content_wrapper .inner.text{
    color: white;
    background: #000000;
    padding-bottom: 0px;
}

#content_wrapper .inner.text p{
    color: white;
}

#content_wrapper .inner.text.black, #content_wrapper .inner.text.black p{
    color: #000000;
}

#content_wrapper .inner.text p{
    color: #eee;
}

#container.magicleap .inner.blade1.text{
    background: linear-gradient(#2d75bb, #428ed9, #4897e4);
}

#container.magicleap .inner.blade3.text{
    background: linear-gradient(#722d6c, #783172, #813b7b);
}

#container.kraken .inner.blade3.text{
    background: linear-gradient(#ffffff, #faf8f8, #faf8f8);
}

#container.tmo .inner.blade1.text{
    background: #f5f5f5;
}

#container.ritz .inner.text{
    background: #ffffff;
}

#container.ritz .inner.blade3.text{
    background: white;
}

#container.visa .inner.blade5.text{
    background: #f3c00e;
}

#container.kraken .full_bleed.blade2{
    margin-top:0;
}

.visa .image_grid{
    margin-bottom: 100px;
}

.visa .desktop{
    display: block;
}

.visa .mobile{
    display: none;
}

p.small{
    font-size: 15px;
    color: #adadad;
    line-height: 22px;
}

/****HERO IMAGES****/
#hero_wrapper_outter.home{ 
    background-image: url("images/hero_bg4.jpg");
    background-color: black;
}
#hero_wrapper_outter.tmo{ 
    background-image: url("images/hero_tmo.jpg");
}
#hero_wrapper_outter.google{ 
    background-image: url("images/hero_google.jpg");
}
#hero_wrapper_outter.visa{ 
    background-image: url("images/hero_visa.jpg");
}
#hero_wrapper_outter.tch{ 
    background-image: url("images/hero_tch.png");
}
#hero_wrapper_outter.samsung{ 
    background-image: url("images/hero_samsung.jpg");
}
#hero_wrapper_outter.kraken{ 
    background-image: url("images/hero_kraken.jpg");
}
#hero_wrapper_outter.ritz{ 
    background-image: url("images/hero_ritz.jpg");
}
#hero_wrapper_outter.magicleap{ 
    background-image: url("images/hero_magicleap.jpg");
}
#hero_wrapper_outter.xfl{ 
    background-image: url("images/hero_xfl.jpg");
}
#hero_wrapper_outter.pg{ 
    background-image: url("images/hero_pg.jpg");
}
#hero_wrapper_outter.ups{ 
    background-image: url("images/hero_ups.jpg");
}

#hero_wrapper{ 
    width:78%;
    max-width: 1000px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size:cover;
    padding-top:20vh;
    padding-left:11%;
    padding-right:11%; 
    height:80vh;
    text-align: center;
    z-index: 0;
    margin: 0 auto;

}

#hero_wrapper p.blurb{
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
    color: black;

}

#hero_wrapper_outter.home #hero_wrapper p.blurb{
    font-size: 20px;
    max-width: 60%;
    margin: 0 auto;
    color: #fff;
}

#hero_wrapper img{
    text-align: center;
    padding-bottom: 40px;
    width: 12%;
    height: 12%;
}

#hero_wrapper_outter h1{
    font-size: 100px;
    max-width: 60%;
    line-height: 100px;
    padding-bottom: 40px;
    margin: 0 auto;
    color: black;
}

#hero_wrapper_outter.home h1{
    color: black;
}

#hero_wrapper_outter.home h3.lg{
    font-weight:800;
    font-size:80px;
    line-height:80px;
}

#hero_wrapper_outter.home {
    text-align:left;
}

#hero_wrapper_outter h3{
    max-width: 60%;
    margin: 0 auto;
    color: white;
}

#hero_wrapper img.logo{
    width: 40%;
    margin: 100px auto 0 auto;
}

#hero_wrapper .scroll{
    background-image: url("images/arrow_down_w.gif");
    position:absolute;
    right: 0;
    z-index: 9999;
    bottom: 40px;
    width:14px;
    height: 28px;
    left: 0;
    right: 0;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
}

#bottom{
    text-indent: -9999px;
    font-size: 0;
}

/****FEATURED STYLES

#featured_wrapper{
    width:100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

#featured_wrapper .image_grid{
    display: inline-block;
    margin-top: 40px;
}

#featured_wrapper .image_grid a{
    float: left;
    width: 48%;
    margin: 1% 1% 1% 1%;
    height: auto;
}

#featured_wrapper .image_grid img{
    width: 100%;
}****/

/****FEATURED STYLES****/

#featured_wrapper{
    width: 100;
    margin: 0 auto;
    padding: 0 0 100px 0;
}

#featured_wrapper .image_grid{
    vertical-align: middle;
}

#featured_wrapper .image_grid a{
    float: left;
    width: 31.7%;
    height: 100%;
    position: relative;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    margin: .8%;
}

/**#featured_wrapper .image_grid a.cubcadet span{
    background: rgba(20, 20, 20, .9);
}
#featured_wrapper .image_grid a.visa span{
    background: rgba(10, 14, 78, .9);
}
#featured_wrapper .image_grid a.tmo span{
    background: rgba(217, 24, 124, .9);
}
#featured_wrapper .image_grid a.samsung span{
    background: rgba(42, 39, 47, .9);
}**/

#featured_wrapper .image_grid a span{
    background: rgba(20, 20, 20, .9);
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

#featured_wrapper .image_grid a span{
    display: none;
}

#featured_wrapper .image_grid a:hover span{
    width: 100%;
    height: 75.5%;
    padding-top: 50%;
    position: absolute;
    display: block;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
    cursor: pointer;
    z-index: 9999;
}

#featured_wrapper .image_grid img{
    width: 100%;
    display: block;
}

#featured_wrapper .image_grid.inner{
    width: 80%;
    padding:40px;
    margin: 0 auto;
}

/****CONTENT WRAPPER STYLES****/

#content_wrapper{
    width: 100%;
    margin: 0 auto 0 auto;
}

#content_wrapper .inner.intro{
    width: 76%;
    padding-top: 100px;
    padding-bottom: 60px;
    margin: 0 auto 0 auto;
    clear: both;
}

#content_wrapper .inner{
    width: 100%;
    padding-top: 100px;
    margin: 0 auto 0 auto;
    clear: both;
    position: relative;
}

#content_wrapper .inner.image{
    padding-top: 0;
}

#content_wrapper .inner.gray{
    background-color: #f4f4f4;
}

#content_wrapper .inner.white{
    background-color: none;
}

#other_work{
    margin: 0 auto;
    width: 80%;
    padding-top: 100px;
}

#other_work .thumb_block{
    width: 100%;
    float: left;
    padding-left:;
    padding-right:;
    padding-top:;
    padding-bottom:;
}

#other_work .thumb_block.hidden{
    width: 100%;
    display: none;
}

#other_work .thumb_block .work{
    width: 29%;
    float: left;
    padding: 2%;
}

#other_work .thumb_block .work .image{
    width: 100%;
}

#other_work .thumb_block .work img{
    width: 100%;
}

#other_work .thumb_block h2{
    padding-bottom: 0;
    padding-top: 14px;
    font-size: 13px;
}

#other_work .thumb_block p{
    margin-bottom: 0;
}

#other_work .more, #other_work .more2{
    margin-top: 60px;
    background-image: url(images/more.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    float: left;
}

#other_work .more:hover, #other_work .more2:hover{
    cursor: pointer;
}

#other_work .more2{
    display: none;
}

#other_work .more{
    display: none;
}

#other_work h1.header{
    font-size: 30px;
    text-align: left;
    padding-left: 2%;
    padding-bottom: 10px;
}

#content_wrapper .inner.intro h1.header_simple{
    font-size: 40px;
    text-align: center;
    padding-bottom: 0px;
}

#content_wrapper .inner.white.half h1, #content_wrapper .inner.white.half p, #content_wrapper .inner.white.half a{
    text-align: right;
}

#content_wrapper .inner.white.half.right{
    
}

#content_wrapper .center{
    text-align: center;
}
#content_wrapper #other_work .right{
    text-align: right;
}

#content_wrapper .blurb{
    line-height: 34px;
    font-size: 18px;
}

#content_wrapper .split_column{
    width: 100%;
    text-align: left;
    padding-top: 30px;
}

#content_wrapper .split_column .column.left{
    float: left;
    width: 44%;
    padding-right: 6%;
}

#content_wrapper .split_column .column.right{
    float: left;
    width: 44%;
    padding-right: 0%;
}

.half_content{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

#content_wrapper .half_content h1, #content_wrapper .half_content p {
    text-align: right;
}

#content_wrapper .half_content h1{
    font-size: 30px;
}

#content_wrapper .half_content p{
    font-size: ;
}

.half_content .left{
    float: left;
    width: 20%;
    padding-right: 5%;
    padding-top: 80px;
    padding-left: 15%;
}

.half_content .right{
    float: left;
    width: 45%;
    margin-right: 15%;
}

.half_content .right .image_grid{
    width: 100%;
}

.half_content .right .image_grid img{
    float: left;
    width: 100%;
}

.line{
    display: block;
    height: 1px;
    margin: 0 auto;
    background-color: #dbdbdb;
}

#content_wrapper .full_bleed{
    width:100%;
    margin-top: 30px;
    background-attachment: fixed;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: none;
    overflow: hidden;
}

#content_wrapper .inset img{
    width:100%;
}

/*#content_wrapper .full_bleed.tmo1{
    width:100%;
    background-attachment: fixed;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("images/tmo_blade1_bg.jpg");
    overflow: hidden;
}*/

#content_wrapper .full_bleed.visa5{
    width:100%;
    background-attachment: fixed;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("images/visa_blade5_bg.jpg");
    overflow: hidden;
}

#content_wrapper .full_bleed img{
    width:100%;
    position: relative;
    bottom: 0;
}

#content_wrapper .full_bleed.tmo1 img{
    width:100%;
    position: relative;
    bottom: -6px;
}

#content_wrapper .full_bleed.tmo2{
    width:100%;
    background-attachment: fixed;
    display: block;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: white;
    overflow: hidden;
}

#content_wrapper .full_bleed.tmo2 img{
    width:100%;
    position: relative;
    bottom: -6px;
}

#content_wrapper .half.tmo3{
    width: 50%;
    background-attachment: fixed;
    display: block;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-image: url(images/tmo_blade3.jpg);
    float: right;
}

#content_wrapper .half.tmo35{
    width: 100%;
    background-attachment: fixed;
    display: block;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-image: url(images/tmo_blade3.jpg);
}

/****IMAGE WRAPPER STYLES****/

#image_wrapper{
    width: 76%;
    margin: 0 auto;
}

.samsung #image_wrapper .image_grid{
    padding-top: 40px;
}

#image_wrapper .image_grid{
    vertical-align: middle;
}

#image_wrapper .image_grid img{
    float: left;
    width: 31%;
    height: 100%;
    position: relative;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    padding: 1%;
}

#image_wrapper .image_grid.twocol{
    vertical-align: middle;
}

#image_wrapper .image_grid.twocol img{
    float: left;
    width: 48%;
    height: 100%;
    position: relative;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    padding: 1%;
}

/****COMPARISON SLIDER STYLES****/

.cd-image-container {
  position: relative;
  width: 100%;
  margin-bottom: 10px; 
}
.cd-image-container img {
  display: block;
        width: 100%;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #4b5bbc url("images/cd-arrows.svg") no-repeat center center;
  cursor: move;

  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #262f65;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/****CLIENT STYLES****/

#client_wrapper{
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width:100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

#client_wrapper .inner{
    width:80%;
}

#client_wrapper img{
    float: left;
    width: 17%;
    margin: 4%;
    height: auto;
    opacity: .6;
}

.video_container {
  position: relative;
  width: 76%;
  margin: 1% auto;
}

.video_container_3dconcepts{
  position: relative;
  width: 86%;
  margin: 1% auto;
  max-height: 675px;
}


.video_container_3dconcepts video{
  width: 48%;
max-height: 675px;
    float: left;
    margin-right: 2%;
    max-width: 540px;
}

.video_container_3dconcepts .no{
    margin-right: none;
}

.video_container video{
  width: 100%;
}


/****FOOTER STYLES****/

#footer_wrapper{
    background: border-box;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#footer_wrapper p{
    color: #707070;
    padding: 0 20%;
}

#footer_wrapper .copyright{
    width: 100%;
    text-align: center;
    margin-top:140px;
}


/****TABLET SPECIFIC STYLES****/

@media (max-width: 1023px) and (min-width: 640px){
    
    
    #hero_wrapper img {
        width: 16%;
        height: 16%;
    }
    
    #hero_wrapper_outter #hero_wrapper h1 {
        font-size: 90px;
        line-height: 90px;
        max-width: 80%;
        padding-bottom: 30px;
    }
    
    #hero_wrapper_outter #hero_wrapper p.blurb {
        font-size: 18px;
        max-width: 80%;
        line-height: 32px;
    }
    
    body h3 {
    font-size: 12px;
    padding-bottom: 30px;
    }
    
    #featured_wrapper .image_grid a {
        width: 48.4%;
    }
    
    #footer_wrapper p {
    padding: 0 10%;
    }
    
    #other_work {
        margin: 0 auto;
        width: 80%;
        padding-top: 100px;
    }
    
    #other_work .thumb_block .work {
        width: 46%;
        float: left;
        padding: 2%;
    }
    
}

@media screen and (max-width: 639px){
    
    body h1 {
    font-size: 36px;
    }
    
    #hero_wrapper.home {
        padding-top:10vh;
        padding-bottom:10vh;
    }
    
    #hero_wrapper img {
        width: 26%;
        height: 26%;
    }
    
   #hero_wrapper_outter #hero_wrapper h1 {
        font-size: 60px;
        line-height: 60px;
        max-width: 98%;
        padding-bottom: 30px;
    }
    
    #hero_wrapper_outter.home #hero_wrapper p.blurb {
      font-size: 16px;
        max-width: 90%;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 40px;
    }
    
    #hero_wrapper_outter #hero_wrapper h3 {
    font-size: 11px;
    padding-bottom: 30px;
    max-width: 90%;
    }
    
    #hero_wrapper_outter.home #hero_wrapper h3.lg {
    font-size: 80px;
    }
    
    #content_wrapper h1{
        font-size: 36px;
    }
    
    #content_wrapper .inner{
        width: 100%;
        text-align: center;
    }
    
    #footer_wrapper p {
    padding: 0 10%;
    }
    
    #hero_wrapper p.blurb {
        max-width: 90%;
    }
    
    #featured_wrapper .image_grid a {
        width: 99.7%;
        margin:3% 0;
    }
    
    #featured_wrapper .image_grid.inner{
        padding:8px;
        width:90%;
    }
    
    #content_wrapper .split_column{
    width: 100%;
    text-align: center;
    padding-top: 30px;
    }

    #content_wrapper .split_column .column.left{
        width: 100%;
        padding-right: 0;
    }

    #content_wrapper .split_column .column.right{
        width: 100%;
        padding-right: 0;
    }
    #hero_wrapper img.logo {
    width: 80%;
    margin: 100px auto 0 auto;
    }
    
    #other_work {
        margin: 0 auto;
        width: 80%;
        padding-top: 100px;
        text-align: center;
    }
    
    #other_work h1.header {
        font-size: 30px;
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
        text-align: center;
    }
    
    #other_work .thumb_block .work {
        width: 100%;
        float: left;
    }
    
    #image_wrapper .image_grid.twocol img{
        width: 100%;
        padding: 2% 0;
    }
    
    #image_wrapper .image_grid img {
        float: left;
        width: 46%;
        height: 100%;
        position: relative;
        text-align: center;
        color: #ffffff;
        overflow: hidden;
        padding: 2% 2%;
    }
    
    #image_wrapper .image_grid img:last-child {
      display: none;
    }
    
    .samsung #image_wrapper .image_grid img:last-child {
      display: block;
    }
    
    #content_wrapper .inner p {
        width: 80%;
    }
    .more2 {
        display: block;
        margin-top: 20px;
        background-image: url(images/more.png);
        background-position: top center;
        background-repeat: no-repeat;
        width: 100%;
        height: 60px;
        float: left;
    }
    
    #other_work .more:hover, #other_work .more2:hover{
        cursor: pointer;
    }
    .hidden2{
        display: none;
    }
    
    .visa .desktop{
        display: none;
    }

    .visa .mobile{
        display: block;
    }
    
    #content_wrapper .inner.intro h1{
        width: 100%;
        margin: auto;
        font-size: 50px;
        line-height: 60px;
    }
    
    #hero_wrapper .scroll{
        bottom: 70px;
    }
    
    .scrollup {
        bottom: 20px;
        right: 20px;
    }   
    
}


