
body {
	color:#252525;
	text-align: center;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: navigo, sans-serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: 200;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	display: block;
	color: #333;
	font-weight: 500;
}

a.svg {
	display: inline;
}


 
@font-face {
	font-family: 'GT-Sectra-Book';
	src: url('../webfonts/GT-S-Book/GT-S-B.eot') format('embedded-opentype'),
		url('../webfonts/GT-S-Book/GT-S-B.woff') format('woff'),
		url('../webfonts/GT-S-Book/GT-S-B.ttf') format('truetype');	
}

@font-face {
	font-family: 'GT-Sectra-Book-italic';
	src: url('../webfonts/GT-S-Book-Italic/GT-S-B-italic.eot') format('embedded-opentype'),
		url('../webfonts/GT-S-Book-Italic/GT-S-B-italic.woff') format('woff'),
		url('../webfonts/GT-S-Book-Italic/GT-S-B-italic.ttf') format('truetype');	
}

@font-face {
	font-family: 'GT-Super-Bold';
	src: url('../webfonts/GT-S/GT-S-Display-Bold.eot') format('embedded-opentype'),
		url('../webfonts/GT-S/GT-S-Display-Bold.woff') format('woff'),
		url('../webfonts/GT-S/GT-S-Display-Bold.woff2') format('woff2'),
		url('../webfonts/GT-S/GT-S-Display-Bold.ttf') format('truetype');	
}




#arrowDown, #aboutBtn #menu01, #menu02, #menu03, #menuOverlayInner li:hover, .btn, .btn:hover, #aboutBtn li {
transition: 0.3s;
-moz-transition:  0.3s; /* Firefox 4 */
-webkit-transition:  0.3s; /* Safari and Chrome */
-o-transition: 0.3s; /* Opera */
} 

.infoFade, a, #aboutBtn, #arrow_svg, #arrow_svg:hover, #arrow, #dishSVG, .headerTitle, #infoBtn2Inner, .infoBtn, .mainNameTitle, #mailIcon {
transition: 0.4s;
-moz-transition:  0.4s; /* Firefox 4 */
-webkit-transition:  0.4s; /* Safari and Chrome */
-o-transition: 0.4s; /* Opera */

}

#closeBtn, #holder, .title, .hidden, #nameTitle, #header span, #header, #menuOverlay  {
transition: 0.6s;
-moz-transition:  0.6s; /* Firefox 4 */
-webkit-transition:  0.6s; /* Safari and Chrome */
-o-transition: 0.6s; /* Opera */

}


#nameTitle, .headerName {
transition: 0.7s;
-moz-transition:  0.7s; /* Firefox 4 */
-webkit-transition:  0.7s; /* Safari and Chrome */
-o-transition: 0.7s; /* Opera */

}

/*.section a {
	display: block;
}*/


a img:hover, a img {
	transition: 0.4s;
	-moz-transition:  0.4s; /* Firefox 4 */
	-webkit-transition:  0.4s; /* Safari and Chrome */
	-o-transition: 0.4s; /* Opera */
}

section#holder {
width:100%;
overflow: hidden;
padding:0px;
}

.bodyBlack {
	background-color: #212121;
}

.container {
	max-width:1400px;
	margin:0px auto;
	padding-top: 150px;
}

.headerBGVid {
	position: relative;
	height: 100%;
}

#headerBGVidmp4 {
	height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    margin: 0px -50%;
}

.headerName	{
	position: absolute;
    top: 65px;
    z-index: 5;
    transform: translate(-50%, -100%);
    font-family: 'GT-Super-Bold';
    left: 50%;
    font-size: 40px;
    opacity: 0;
}

.mainNameTitle {
	position: fixed;
	color: #fff;
    top: 65px;
    z-index: 5;
    transform: translate(-50%, -100%);
    font-family: 'GT-Super-Bold';
    left: 50%;
    font-size: 40px;
    opacity: 0;
    line-height: 35px;
}

.headerGradient {
    position: absolute;
    top: 0px;
    height: 25%;
    background-image: linear-gradient(rgb(0 0 0 / 16%), rgb(0 0 0 / 0%));
    width: 100%;
    z-index: 3;
 }

.headerGradientDarker {
    position: absolute;
    top: 0px;
    height: 25%;
    background-image: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 0%));
    width: 100%;
    z-index: 3;
 }

.headerGradientLighter {
    position: absolute;
    top: 0px;
    height: 25%;
    background-image: linear-gradient(rgb(0 0 0 / 6%), rgb(0 0 0 / 0%));
    width: 100%;
    z-index: 3;
 }


#homepageHeader .headerName, #homepageHeader .headerTitle {
color: #fff;
}

.headerTitle {
	position: absolute;
    top: 50%;
    z-index: 5;
    transform: translate(55%, -50%) rotate(90deg);
    font-family: navigo, sans-serif;
    right: 55px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    opacity: 0;
}

.headerTitle span {
	font-size: 12px;
	vertical-align: bottom;
}

.infoBtn, #infoBtn2 {
	position: fixed;
    top: 30px;
    z-index: 5;
    color: #fff;
    font-family: navigo, sans-serif;
    right: 50px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.1em;
    cursor: pointer;
    opacity: 0;
}

.mailContact {
	position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 5;
    color: #000;
    font-family: navigo, sans-serif;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.02em;
    cursor: pointer;
    opacity: 1;
}




.webBtn {
	position:fixed;
	top: 50px;
    z-index: 5;
    color: #fff;
    font-family: navigo, sans-serif;
    left: 50px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.1em;
    cursor: pointer;
}


#mailIcon {
	fill: #000;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 5;
    color: #000;
    cursor: pointer;
    opacity: 0;
    width: 30px;
}

.mailIcon {
	fill: #000;
	
}

.mailIcon:hover #mailIcon {
	fill:#dadada;
}


#infoBtn2 {
	color: #333;
	position: fixed;
	top: 40px;	
	overflow: hidden;
    display: block;
    height: 27px;
    width: 40px;
}

#infoBtn2Inner {
	opacity: 0;
	position: absolute;
    top: 0px;
    left: 0px;
}

.introSection {
	height: 100vh;
	position: relative;
}



.introSectionText {
	margin: 30vh 0px 20vh 20px;
	width: 66%;
	/*margin: 30vh auto;
    width: 59%;*/
    font-family: navigo, sans-serif;
    text-align: left;
}


.introSectionText h1 {
	font-size: 80px;
    font-family: "gt 'GT-Super-Bold'";
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.5px;
}

.introSectionText h2 {
	line-height: 53px;
    font-size: 54px; 
	font-family: mabry pro;
	font-weight: 500;
   }

.introSectionText p {
	font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-top: 35px;
}

.comma {
	font-size: 40px;
	display: inline-block;
}

.introSectionText .underlineMed {
	margin: 22px 0px;
}

.left {
	    margin: 0 auto 0 2%;
}

.right {
    margin: 0 5% 0 auto;
}

.leftMid {
	float:left;
	margin-left: 9%;
}

section {
	padding: 50px 0px;
	overflow: hidden;
	position: relative;
}

section img {
	display: block;
	margin:0px auto;
}

.projectContain section {
	padding: 50px;
}

img {
	width: 100%;
	position: relative;
	
}


.highlight{
	background-color: rgb(243, 230, 211);
}


.hidden {
opacity:0;
-webkit-transform: translateY(0px);
}

/* widths */


.width600 {
	max-width: 45%;
}

.width700 {
	max-width: 50%;
}

.width800 {
	max-width: 57%;
}

.widthMed {
	max-width: 65%;
}

.widthLrg {
	max-width: 70%;
}

.widthXl {
	max-width: 75%;
}

.widthXXl {
	max-width: 85%;
}

.section img {
	width: 100%;
}

#stiplaSection img, #bellLabsSection img, #scienceMuseum img, #typeFaces img, #RolexBB img, .gallery img{
	margin: 30px 0px
}

.header {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: rgb(240, 234, 219);
}

#ftHeader .headerName, #ftHeader .headerTitle, #stiplaHeader {
	color:#33333;
}

#stiplaHeader #arrow {
	fill:#333;
}

/*#header span {
	position:absolute;
	color:#333;	
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}*/

#menuOverlayInnerText .underlineSml {
	margin:20px 0px;
}

.underlineSml {
width: 20px;
display: block;
height: 1px;
background-color: #9B9A9A;
margin: 30px auto;
}



.underlineMed {
width: 45px;
display: block;
height: 1px;
background-color: #9B9A9A;
margin: 30px auto;
}

.projectTitle {
	margin: 0px auto 50px auto;
	line-height: 75px;
}

.title {
	/*	*/
	font-family: "GT-Super-Bold";
	/*font-family: "Larish Neue";*/
	color:#000;
	letter-spacing: 0px;
	font-size: 70px;
	font-weight: 300;
	position: absolute;
	top:55%;
	left:50%;
	transform: translate(-50%, -50%);
	width:85%;
	z-index: 8;
	opacity: 0;
}

p#title {
	font-family: "GT-Super-Bold";
	font-size: 75px;
	/*font-weight: 600;*/
}


h1, h3, h4 {
	font-family: "GT-Super-Bold";

}

h1 {
	font-size: 80px;
	line-height: 80px;
	/*font-weight: 600;*/
}


h2 {
	line-height: 18px;
	font-weight: 300;
	margin: 25px 0px;
}

.footer p, p.projectDescription {
	letter-spacing: 0px;
	font-size: 21px;
	line-height: 26px;
}

.footer {
	padding: 0px 0px 50px 0px;
}

.projectDetail h2, .projectContain h2 {
	font-size: 26px;
}

h3 {
	font-size: 60px;
	line-height: 60px;
}

h4 {
	font-size: 60px;
	line-height: 60px;
}

.footer ul {
	width:80%;
	margin:0px auto;
	overflow: hidden;
}

.footer ul li {
	float: left;
	text-align: left;
	width:68%;
	padding-left: 5%;
}

.footer ul li:first-child {
	width:27%;
	padding-left: 0px;
}


.footer .underlineSml {
	display: inline-block;
}

p.projectDescription {
width: 55%;
margin:0px auto;
text-align: left;
display: inline-block;
}

#clDescription, #stiplaDescription, #bergerDescription, #innocentDescription, #rolexDescription, #illoDescription, #amexDescription, #amexDescriptionMob, #instaText, #vitalSignsDescription {
	text-align: center;
}



.btn {
	font-size: 40px;
	display: inline-block;
	color: #252525;
	border-bottom: 1px solid #252525;
	margin: 0px auto;
	line-height: 45px;
	font-family: "GT-Super-Bold";
}

.btn:hover {
	border-bottom: 1px solid #e33f3f;
	color:#e33f3f;
}

.item a{
	position: relative;
	overflow: hidden;
}


.item a:hover > .infoFade {
	opacity: 1;
}



.infoFade:hover > .title {
	top: 49%;
	opacity: 1;
}

.center {
	margin: 0px auto;
}

.infoFade {
	position: absolute;
	cursor:pointer;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index:5;
	background-color:rgba(247, 247, 246, 0.98);
	opacity: 0;

}

#kew .infoFade {
	background-color:rgba(255, 255, 255, 0.86);
}







/* ---- Kew film & responsive film ---- */

.filmOutter {
	margin:0px auto;
	position: relative;
}

.filmInner {
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	
}

.film {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 

#innocentMP4Outer, #BUSAMP4Outer, #vitalMP4Outer, #vanillMP4Outer {
	margin:0px auto;
	position: relative;
	overflow: hidden;
}

.filmCenter {
	margin:0px auto;
}

#innocentMP4Inner, #vitalMP4Inner {
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

#BUSAMP4Inner {
	padding-bottom: 46.8%;
	height: 0;
}

#vanillMP4Outer {
 	max-width:400px;
 }

#vanillMP4Inner{
	padding-bottom: 159%;
	height: 0;
}

#vanillMP4Inner .mp4 {
left: 0.5px;
}

#soliMainVid .mp4 {
left: 1px;
}

.mp4 {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}

#aboutBtn {
z-index:4;
position: fixed;
top: 20px;
left:20px;
cursor: pointer;
width: 25px;
overflow: hidden;
display: block;
opacity: 0;
}

#aboutBtn li {
	height: 2px;
	margin:5px 0px;
	background-color: #333;
	width: 100%;
}


#aboutBtn:hover > li#one {
width: 60%;
}	

#aboutBtn:hover > li#two {
width: 85%;
}	

#arrow {
	max-width: 50px;
	position:absolute;
	bottom: 5.5%;
	fill: #fff;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 6;
}

.arrowdownInner {
	fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.arrowdownInnerBlack {
	fill: none;
    stroke: #333333;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}



#arrow_svg:hover {
fill: rgba(0, 0, 0, 0.40);
-webkit-transform: translate(-50%, -60%);
}

#arrow_svg {
	width:55px;
	position:absolute;
	bottom:20%;
	cursor: pointer;
	opacity: 1;
    -webkit-transform: translate(-50%, -50%);
}


#menuOverlay {
	height: 100vh;
	width: 60vw;
	background-color: rgba(255,255,255,0.98);
	position: fixed;
	z-index: 7;
	top:0px;
	right: 0px;
	overflow: auto;
	margin-left:-40vw;
	overflow-x: hidden;
	opacity: 0;
}

#menuOverlayInner {
	position: absolute;
	top: 60px;
    left: 60px;
	
	
}

#menuOverlayInnerText {
	text-align: left;
	overflow: hidden;
	width: 72%;

}

#menuOverlayInner p {
	font-family: navigo, sans-serif;
 	font-size: 20px;
    line-height: 27px;
    font-weight: 200;
    padding-bottom: 25px;

}

#contactIcons {
	height: 30px;
	padding-bottom: 80px;
}

#contactIcons li {
	float:left;
	display: inline-block;
	margin-right:7px;
}

.icon {
	width:25px;
}

#closeBtn {
	cursor: pointer;
	position: absolute;
    top: 0px;
    right: 45px;
    font-size: 40px;
	font-family: navigo, sans-serif;
	z-index: 7;
	font-weight: 200;

}



/* --- red highlight color --- */

#menuOverlayInner li:hover {
color:#e33f3f;
}

#menuOverlayBg {
	position: fixed;
	top:0px;
	left:0px;
	height: 100vh;
	width:100vw;
	z-index: 6;
	background-color: #0000009c;
	display: none;
}



.shadow {
-moz-box-shadow: 3px 4px 4px rgba(27, 27, 27, 0.07);
-webkit-box-shadow: 3px 4px 4px rgba(27, 27, 27, 0.07);
box-shadow: 3px 4px 4px rgba(27, 27, 27, 0.07);
}



.margin30 {
	margin: 30px 0px;
}



.projectTitle h2 {
	font-size: 18px;
	margin: 15px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.projectTitle h1 {
	font-size: 70px;
}

.projectTitle {
	line-height: 33px;
	margin: 80px auto 20px auto;
	overflow: hidden;
}

#chanLogo {
	height:45px;
	fill:#ffffff;
	margin-bottom: 2px;
	opacity: 0;

}

#arrowBack g {
	display: inline-block;
}




#soliMainVid {
	max-width: 700px;
	overflow: hidden;
}

#soliMainVid .filmInner {
	padding-bottom: 93.25%;
}

#socialSection .projectDescription {
	margin:50px 0px;
}

#BTJContain .btn {
	margin: 25px 0px;
}

#socialGrid {
	width:100%;
	margin:15px 0px;
	overflow: hidden;
}

#socialGrid li{
	margin:1%;
	width: 31%;
	float: left;
}

/*#dishSVG {
	max-width: 52%;
	position: absolute;
	transform: translate(-50.5%, -50.5%);
	display: inline-flex;
	top: 47%;
	opacity: 0.9;
}

#dishSVG .st0 {
	fill:#bbb78f;
}*/

#cowMob {
	display: none;
}

#cowDesktop {
	display: block;
}

#aboutSec p {
	font-family: 'Space Mono', monospace;;
	letter-spacing: 0px;
	font-size: 17px;
	line-height: 22px;
}

#aboutSec {
	padding:200px 0px;
}

#aboutSecInner {
	display: inline-block;
	width: 49%;
	text-align: left;
	float: left;
	margin-left: 13%;
}


#aboutSecInner .underlineSml {
	display: inline-block;
}

#aboutTextBtn {
	z-index: 5;
	position: fixed;
	top: 50%;
	left: -10px;
	cursor: pointer;
	overflow: hidden;
	display: block;
	transform: rotate(90deg);
	text-transform: uppercase;
	font-family: Space Mono;
	font-size: 18px;
	letter-spacing: 2px;
	color: #333;
	opacity: 0;
}

#reelVideoDesktop, #reelVideoMob {
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reelHolder {
	height:100vh;
}

.reelHolder .headerTitle {
	color:#fff;
}

/* ---------------------------- Screen Sizes ---------------------------- */

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

#dishSVG {
	max-width: 70%;
}

}


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



#socialGrid li{
	margin: 20px auto;
	width: 70%;
	float:none;
}

#menuOverlay {
	width:100%;
	height:100%;
} 


#menuOverlayInner {
	padding: 30px;
	width: 80%;
}

p.projectDescription {
	width:80%;
}

.section, .projectContain {
max-width: 90%;
}

h1 {
	font-size: 60px;
	line-height: 60px;
}

}

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



#headerBGVidmp4 {
    margin: 0px -150%;
}

.headerTitle {
	font-size: 13px;
	right: 45px;
}

.headerName {
	line-height: 38px;
}

.infoBtn {
	right: 40px;
}

#menuOverlayInner {
    position: absolute;
    top: 50px;
    left: 40px;
    width: 90%;
    padding: 0px;
 }

#menuOverlayInnerText {
	width: 82%;
 }

h3 {
	font-size: 48px;
}

#cowDesktop {
	display: none;
}

#cowMob {
	display: block;
}

#dishSVG {
	max-width: 87%;
}

#vanillMP4Outer {
 	max-width:350px;
 }

#socialGrid li{
	width: 90%;
}


.projectTitle h1 {
	font-size: 60px;
}

.projectTitle h2 {
	font-size: 18px;	
}

.projectTitle {
	margin: 0px auto;
}



.footer .underlineSml {
	display: block;
}


.projectContain {
	max-width:100%;
}

section, .projectContain section {
	padding: 25px 0px;
}

.title {
	font-size: 50px;
	line-height: 50px;

}

.item {
	cursor: pointer;
}

.item a {
margin: 0px auto;

}

.right {
	margin-right: auto;
	float: none;
}

.left {
	margin-left: auto;
	float: none;
}

.leftMid {
	float:none;
	margin-left: auto;
}



.width600, .width700, .width800, .widthMed, .widthLrg, .widthXl, .widthXXl   {
	max-width: 90%;
}


}


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




/*#menuOverlayInner {
	line-height: 24px;
	width:90%
}

#menuOverlayInner li {
	font-size: 33px;
	line-height: 33px;
}*/





}
