html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; background: transparent; font-weight: 100; -webkit-font-smoothing: antialiased;}

@font-face {
  font-family: 'WorkSans-Black';
  src: url('../fonts/WorkSans-Black.eot');
  src: url('../fonts/WorkSans-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/WorkSans-Black.svg#WorkSans-Black') format('svg'),
       url('../fonts/WorkSans-Black.ttf') format('truetype'),
       url('../fonts/WorkSans-Black.woff') format('woff'),
       url('../fonts/WorkSans-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans-Regular';
  src: url('../fonts/WorkSans-Regular.eot');
  src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg'),
       url('../fonts/WorkSans-Regular.ttf') format('truetype'),
       url('../fonts/WorkSans-Regular.woff') format('woff'),
       url('../fonts/WorkSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans-Light';
  src: url('../fonts/WorkSans-Light.eot');
  src: url('../fonts/WorkSans-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/WorkSans-Light.svg#WorkSans-Light') format('svg'),
       url('../fonts/WorkSans-Light.ttf') format('truetype'),
       url('../fonts/WorkSans-Light.woff') format('woff'),
       url('../fonts/WorkSans-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'FoundersGrotesk-Light';
  src: url('../fonts/FoundersGrotesk-Light.eot');
  src: url('../fonts/FoundersGrotesk-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/FoundersGrotesk-Light.svg#FoundersGrotesk-Light') format('svg'),
       url('../fonts/FoundersGrotesk-Light.ttf') format('truetype'),
       url('../fonts/FoundersGrotesk-Light.woff') format('woff'),
       url('../fonts/FoundersGrotesk-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


a{
	text-decoration: none!important;
	color: inherit!important;
}

body{
	background: #FFF;
	font-family: 'FoundersGrotesk-Light';
}

.slideshowBanner{
    width: calc(100% - 160px);
    margin: auto;
    height: calc(100vh - 90px);
    margin-top: 50px;
    margin-bottom: 40px;
    overflow: hidden;
}

.slideshowBanner .slide{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.slick-list{
	height: 100%;
}

.slick-track{
	height: 100%;
}

.mainLogo{
	position: absolute;
    top: 9px;
    left: 80px;
    width: 110px;
    z-index: 9;
}

.mainLogo img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.mainLogo img.show{
	opacity: 1;
}

.downArrow{
    position: absolute;
    top: calc(100vh - 70px);
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    z-index: 1;
    cursor: pointer;
}

.downArrow img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.downArrow img.show{
	opacity: 1;
}

.bgVid{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
    overflow: hidden;
}

.insta{
	position: absolute;
	top:45px;
	right: 80px;
	width: 28px;
	height: 28px;
    z-index: 1;
    cursor: pointer;
}

.insta img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.insta img.show{
	opacity: 1;
}

.menuBtn{
	min-width: 100px;
    padding: 8px;
    position: fixed;
    top: 11px;
    right: 80px;
    cursor: pointer;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 17px;
    line-height: 17px;
    transition: all 0.35s linear;
    pointer-events: all;
    opacity: 1;
}

.menuBtn span{
    height: 12px;
}

.menuBtn:hover{
	color: #FFF;
	background-color: #000;
}

nav.open .menuBtn{
	pointer-events: none;
	opacity: 0;
}

.closeBtn{
	color: #FFF;
	min-width: 100px;
    padding: 8px;
    position: fixed;
    top: 11px;
    right: 80px;
    cursor: pointer;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    border-radius: 30px;
    font-size: 17px;
    line-height: 17px;
    transition: all 0.35s linear;
    pointer-events: none;
    opacity: 0;
    background: #000;
}

.closeBtn span{
    height: 12px;
}

.closeBtn:hover{
	color: #000;
	background-color: #FFF;
}

nav.open .closeBtn{
	pointer-events: all;
	opacity: 1;
}

.about{
    margin-top: 40px;
}

nav{
	position: fixed;
	width: 100%;
	height: 50px;
	background: #FFF;
	z-index: 9;
	top: 0px;
	transition: all 0.5s linear;
	box-shadow: 0px 0px 10px rgba(0,0,0,0);
}


nav.scrolled{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

nav.open .navBg{
    background: #000;
}

.drop{
	display: flex;
    background: #000;
    position: absolute;
    width: calc(100% - 160px);
    color: #FFF;
    z-index: 1;
    padding: 40px 80px;
    font-size: 48px;
    line-height: 58px;
    transform: translateY(-100vh);
    -webkit-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-moz-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-ms-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

nav ul{
    list-style: none;
    flex-basis: 50%;
}

nav:after{
	content: '';
    width: 0px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50px;
    transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.35s;
    z-index: 9;
    left: 80px;
}

nav.open:after{
	width: calc(100% - 160px);
}

nav.open .drop{
	transform: translateY(50px);
}

nav ul li{
	 cursor: pointer;
     width: 100%;
     opacity: 0;
     transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
     transform: translateX(-100px);
}

nav.open ul li{
	opacity: 1;
    transform: translateX(0px);
}

nav.open ul li:nth-child(1){
	transition-delay: 1s;
}

nav.open ul li:nth-child(2){
	transition-delay: 1.2s;
}

nav.open ul li:nth-child(3){
	transition-delay: 1.4s;
}

nav.open ul li:nth-child(4){
	transition-delay: 1.6s;
}

nav.open ul li:nth-child(5){
	transition-delay: 1.8s;
}


nav ul li.closed ul{
  max-height: 0;
}

nav ul li ul{
	-webkit-transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-moz-transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-ms-transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-o-transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-height: 410px;
	overflow: hidden;
	transform: none;
}


nav ul li ul{
	position: relative;
	padding: 0px;
	padding-left: 30px;
	top: 0px;
	font-size: 25px;
	line-height: 58px;
	color: #b2b2b2;
}

nav ul li ul li{
    width: calc(100% - 30px);
	cursor: pointer;
}

.instaMenu{
	width: 30px;
	height: 30px;
}

.navBg{
    position: fixed;
    width: 100%;
    height: 50px;
    background: #FFF;
    z-index: 2;
    transition: all 0.35s linear;
}

.csPreview{
	position: relative;
    flex-basis: 50%;
    float: right;
    display: flex;
    align-items: center;
}

.csPreviewImg {
    position: absolute;
    width: 100%;
    height: 400px;
    background-color: #FFF;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: all 0.35s linear;
}

.csPreviewImg.show{
	opacity: 1;
}

/*.bgVid:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(24,62,112,0.7);
}*/

video#bgvid{
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    /* width: auto; */
    height: 100%;
    z-index: -4;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    object-fit: cover;
}

.inner{
	max-width: 600px;
	margin: auto;
	padding: 70px 0px;
}

h1{
	font-family: 'WorkSans-Light';
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 50px;
}

p{
	font-family: 'WorkSans-Regular';
	font-size: 16px;
	line-height: 21px;
    padding: 0px 50px;
}

.clientsGrid{
	display: flex;
	flex-wrap: wrap;
}

.clientsGrid .client{
	flex-basis: 33.333%;
    margin-bottom: 30px;
}

.partners{
	display: flex;
	width: 500px;
	margin: auto;
	margin-top: 200px;
}

.partnerIcon{
	flex-basis: calc(33.33% - 40px);
    margin: 0 20px;
}

.twoCol{
	display: flex;
}

.col{
	flex-basis: 50%;
}

.col p{
	padding: 0px;
	text-align: center;
}

.bounce {
  animation: bounce 2s infinite;
}

.btn{
	font-size: 17px;
	border: 1px solid #ff7376;
    border-radius: 30px;
    padding: 20px;
    min-width: 100px;
    width: fit-content;
    padding: 8px 40px;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    transition: all 0.35s linear;
    cursor: pointer;
}

.btn a{
	height: 15px;
}

.btn span{
	height: 15px;
	color: #000;
}

.btn:hover{
	color: #000;
	background-color: #ff7376;
}

.textBlock{
	width: calc(100% - 160px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 80px 80px 160px;
}

.textBlock h2{
	font-family: 'WorkSans-Light';
	flex-basis: 100%;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}

.textBlock h3{
	font-family: 'WorkSans-Regular';
	font-size: 16px;
    line-height: 21px;
    text-decoration: underline;
    margin-bottom: 21px;
}

.textBlock p{
	padding: 0px 50px 0px 0px;
}

.leftCol{
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
}

.rightCol{
    flex-basis: calc(50% - 10px);
}

.imagesBlock{
	width: calc(100% - 160px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.imageHolder{
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.imageHolder img{
    width: 100%;
    height: auto;
    display: block;
}

.imageHolder:nth-child(even){
	margin-right: 0px;
}

.fullImage{
	width: 100%;
	margin-bottom: 40px;
}

.fullImage img{
    width: 100%;
    height: auto;
}

.caseStudiesLinks{
	display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.caseStudyLink{
    position: relative;
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
    background: aliceblue;
    padding: 10% 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    
}

.caseStudyLink:nth-child(2){
    margin-right: 0px;
}

.caseStudyLink a{
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s linear;
}

.caseStudyLink:hover a{
	opacity: 1;
	pointer-events: all;
}

.caseStudyLink h3{
	font-size: 18px;
}

.previewImage{
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0px;
    z-index: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 0.35s linear;
    opacity: 1;
}

.caseStudyLink:hover .previewImage{
	opacity: 0.3;
}

.caseStudies{
    width: calc(100% - 160px);
    padding: 40px 80px;
    margin: auto;
    display: flex;
    border-top: 1px solid;
    border-bottom: 1px solid;
    flex-wrap: wrap;
}

.caseStudies h2{
	font-family: 'WorkSans-Light';
    flex-basis: 100%;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
    text-align: center;
}

.contact .btn{
	color: #000;
}

footer{
	background:#000;
	color: #FFF;
}

.footerLogo{
    width: 110px;
    margin: auto;
    padding: 40px 0px;
}

.footerLogo img{
	width: 100%;
	height: auto;
}

.footerLinks{
	text-align: center;
    padding-bottom: 40px;
}

.footerLinks a{
	margin: 0px 20px;
}

.instagram{
	background: #000;
	color: #FFF;
    padding-bottom: 50px;
}

.instagram .instaLogo{
	width: 30px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

.instagram .instaImage{
    padding-bottom: 4.6%;
	background-position: center center;
	background-size: cover;
}

#sb_instagram{
	display: none!important;
}

.instaSlider{
    width: calc(100% - 160px);
    left: 80px;
    overflow: hidden;
}

/* the slides */
.slick-slide {
    margin: 0 10px!important;
}
/* the parent */
.slick-list {
    margin: 0 -10px!important;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@media screen and ( max-width: 1200px ){

	.mainLogo {
	    left: 30px;
	}
	
	.menuBtn{
	    right: 30px;
	}
	
	.slideshowBanner {
    	width: calc(100% - 60px);
    }
    
    .instaSlider {
    	width: calc(100% - 60px);
    	left: 30px;
    }
    
    .instagram .instaImage {
    	padding-bottom: 2.2%;
    }
    
    .closeBtn {
	    right: 30px;
    }
    
    .drop {
	    width: calc(100% - 60px);
	    padding: 40px 30px;
    }
    
    nav:after{
        left: 30px;
    }
    
    nav.open:after {
    	width: calc(100% - 60px);
	}
	
	nav ul {
    	flex-basis: 100%;
	}
	
	.csPreview{
		display: none;
	}
	
	.textBlock {
	    width: calc(100% - 60px);
	    padding: 80px 30px;
	}
	
	.leftCol {
    	flex-basis: 100%;
		margin-right: 0px;
	    margin-bottom: 30px;
	}
	
	.imagesBlock {
    	width: calc(100% - 60px);
    }
    
    .imageHolder {
	    flex-basis: 100%;
	    margin-right: 0px;
	}
	
	.rightCol {
    	flex-basis: 100%;
	}
	
	.caseStudies {
    	width: calc(100% - 60px);
    	padding: 40px 30px;
    }
    
    .caseStudyLink {
    	position: relative;
		flex-basis: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	    padding: 20% 0px;
	}

}

@media screen and ( max-width: 640px ){
	
	.instagram .instaImage {
	    padding-bottom: 4.4%;
	}
	
	.contact h1{
	    width: 80%;
	    margin: auto;
	    margin-bottom: 50px;
	}
	
	.slideshowBanner {
        height: calc(39vh - 90px);
    }
    
    .twoCol {
    	display: flex;
    	flex-wrap: wrap;
	}
	
	.twoCol .col{
	    margin-bottom: 30px;
	    flex-basis: 100%;
	}
	
	.clientsGrid {
	    padding: 40px;
	}
	
	.clientsGrid .client {
    	flex-basis: 50%;
	}

	
}