@charset "UTF-8";

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

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

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
	font-family: 'Conv_HelveticaNeueLTStd-Roman';
	font-size: 13px;
	color: #fff;
}

#mainContainer {
	width: 100%;
	height: 100vh;
	background: url(images/mainBg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
#creditsContainer {
	width: 100%;
	height: 100vh;
	background: url(images/creditsBg.jpg) no-repeat top right;
	background-size: cover;
	position: relative;
}
#contactContainer {
	width: 100%;
	height: 100vh;
	background: url(images/contactBg.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
#eqContainer {
	width: 100%;
	height: 100vh;
	background: url(images/eqBg.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
#mainLogo {
	width: 30%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#mainLogo img {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#creditsLogo {
	width: 40%;
	position: absolute;
	right: 0;
	bottom: 0;
}
#creditsLogo img {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#contactLogo {
	width: 50%;
	position: absolute;
	right: 0;
}
#contactLogo img {
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
}
#eqLogo {
	width: 50%;
	position: absolute;
	right: 0;
}
#eqLogo img {
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
}
nav {
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 7%;
	left: 0;
	z-index: 5;
	font-family: 'Conv_HelveticaNeueLTStd-LtCn';
}
#links {
	width: 100%;
	height: 78px;
	position: absolute; 
	top: 0;
	left: 0;
}
#links ul {
	list-style-type: none;
	margin: 0 0 0 50px;
	padding: 0;
}
#links ul li {
	display: block;
	float: left;
	margin: 18px 11px 0 11px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
#links ul li:hover {
	color: #cddc28;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}
#links ul li.active {
	display: block;
	float: left;
	margin: 18px 11px 0 11px;
	color: #cddc28;
	font-size: 20px;
	text-transform: uppercase;
}
#links ul li a:link {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}
#links ul li a:visited {
	color: #fff;
}

#links ul li a:hover, #links ul li a:active {
	color: #cddc28;
	text-decoration: none;
}
#links ul li a.active:link, #links ul li a.active:visited, #links ul li a.active:link {
	color: #cddc28;
	text-decoration: none;
}
#links ul li a:active2 {
	color: #ff6c3b;
	text-decoration: none;
}
#links ul li a.active2:link, #links ul li a.active2:visited {
	color: #ff6c3b;
	text-decoration: none;
}
#navLogo {
	width: 100%;
	height: 127px;
	position: absolute;
	bottom: 25px;
	background-color: #fff;
}
#navLogo img {
	top: 20px;
	left: 60px;
	position: absolute;
}
.textContent {
	width: 22%;
	height: auto;
	right: 15%;
	bottom: 55%;
	position: absolute;
	line-height: 19px;
	letter-spacing: 0.5px;
}
.textContent a:link, .textContent a:visited {
	color: #fff;
	text-decoration: underline;
}
.textContent a:hover {
	color: #cddc28;
}
#contactContainer .textContent {
	right: 5%;
	bottom: 50%;
}
.creditsContent {
	width: 30%;
	height: 40vh;
	right: 8%;
	top: 5%;
	position: absolute;
	line-height: 19px;
	letter-spacing: 0.5px;
}
.creditsInner, .eqInner {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow-y:scroll;
	direction:rtl;
}
.eqContent {
	width: 30%;
	height: 50vh;
	left: 8%;
	top: 5%;
	position: absolute;
	line-height: 19px;
	letter-spacing: 0.5px;
}
span.workYear {
	
}
span.workTitle {
	font-weight: bolder;
}

::-webkit-scrollbar {
  	background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
	width: 10px; 
}
::-webkit-scrollbar-track {
 
}
::-webkit-scrollbar-thumb {
    background-color: #fff;
	height: 30px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
#showreelPop {
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index:9;
	display: none;
}
#showreel {
	width: 800px;
	height: 450px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -225px;
}