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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
    font-family: 'productbold';
    src: url('../fonts/productbold/productbold.eot');
    src: url('../fonts/productbold/productbold.eot') format('embedded-opentype'),
         url('../fonts/productbold/productbold.woff2') format('woff2'),
         url('../fonts/productbold/productbold.woff') format('woff'),
         url('../fonts/productbold/productbold.ttf') format('truetype'),
         url('../fonts/productbold/productbold.svg#productbold') format('svg');
}

@font-face {
    font-family: 'productsans';
    src: url('../fonts/productsans/productsans.eot');
    src: url('../fonts/productsans/productsans.eot') format('embedded-opentype'),
         url('../fonts/productsans/productsans.woff2') format('woff2'),
         url('../fonts/productsans/productsans.woff') format('woff'),
         url('../fonts/productsans/productsans.ttf') format('truetype'),
         url('../fonts/productsans/productsans.svg#productsans') format('svg');
}


body{
	background-color:#010102;
	color:#fff;
	font-size:18px;
	line-height:27px;
	font-family: 'productsans';
}

a{
	color:#fac110;
	text-decoration:none;
}

b,strong{
	font-family: 'productbold';
}

.container{
	max-width:1600px;
	margin:0 auto;
}

img{
	max-width:100%;
}

#top-page {
	background-image: url(../images/top-bg.jpg);
	text-align: center;
	background-position: top center;
	background-size: cover;
	position: relative;
	padding-bottom: 100px;
}

#top-page h1 {
	font-family: 'productbold';
	font-size: 104px;
	line-height: 107px;
	text-transform: uppercase;
}

#top-page h2{
	font-family: 'productsans';	
	font-size:75px;
	line-height:104px;
	text-transform:uppercase;
	font-weight;normal;
}

#top-shadow {
	background-image: url(../images/shadow.png);
	height: 532px;
	position: absolute;
	bottom: -268px;
	width: 100%;
	background-repeat: repeat-x;
	background-size: contain;
	z-index: 3;
}

#top-page-desc {
	margin-top: -383px;
	position: relative;
	z-index: 3;
}

section#links {
	background-image: url(../images/links-bg.jpg);
	color: #fff;
	padding-top: 200px;
	overflow: hidden;
	padding-bottom: 250px;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#links-desc {
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 42px;
	font-family: 'Bebas Neue', cursive;
	max-width: 520px;
	margin: 0 auto;
	margin-bottom: 223px;
	position: relative;
	z-index: 4;	
}

#links-desc hr{
	color:#fac110;
	background:#fac110;
	height:4px;
	width:80px;
}

.actor-item {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-right: 3.6%;
	margin-bottom: 125px;
	position: relative;
	z-index: 4;
	transition:all 0.15s linear;
}

.actor-item a{
	text-decoration:none;
}

.actor-item:hover{
	background-color:#fac110;
}


.actor-item:hover .actor-photo:before{
	opacity:1;
}

.actor-item:hover .actor-text1,
.actor-item:hover .actor-text2,
.actor-item:hover .actor-text3{
	color:#27292a;
}


.actor-item.last-actor-item{
	margin-right: 0%;
}


.actor-photo {
	margin-bottom: 12px;
	position:relative;
	line-height:0;
	transition:all 0.15s linear;
}

.actor-photo:before {
	background-image: url(../images/MouseOver.png);
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	opacity: 0;
	transition:all 0.15s linear;
}


.actor-desc {
	border-left: 4px solid #fac110;
	padding-left: 19px;
	padding-right: 5px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}

.actor-text1 {
	font-family: 'productbold';
	font-size: 23px;
	line-height: 1;
	color: #fff;
	margin-bottom: 12px;
	transition:all 0.15s linear;
}

.actor-text2 {
	font-family: 'productbold';
	font-size: 16px;
	line-height: 1;
	color: #fac110;
	margin-bottom: 11px;
	transition:all 0.15s linear;
}

.actor-text3 {
	font-family: 'productsans';
	font-size: 16px;
	line-height: 1;
	transition:all 0.15s linear;
	color:#949494;
}

#description-logo img {
	max-width: 650px;
	margin: 0px auto 250px auto;
	display: block;
}

#footer-content {
	text-align: center;
	padding-top: 170px;
	padding-bottom: 300px;
}

#footer-cta{
	font-size:35px;
	text-transform:uppercase;
	line-height:1.2;
	font-family: 'productbold';
	text-decoration:none;
	color:#fac110;
}

.footer-icon {
	margin-bottom: 23px;
}

#bottom-shadow {
	background-image: url(../images/shadow-footer.png);
	background-repeat: repeat-x;
	background-size: contain;
	position: absolute;
	bottom: 0;
	height: 400px;
	width: 100%;
}

#footer-bt a {
	border: 3px solid #fac110;
	border-radius: 5px;
	padding: 17px 35px 17px 35px;
	display: inline-block;
	font-size: 42px;
	text-transform: uppercase;
	margin-top: 30px;
	transition:all 0.25s linear;
	font-family: 'productbold';
}

#footer-bt a:hover{
	background:#fac110;
	color:#000;
}

@media (max-width: 1680px) {
	#top-page h1 {
		font-size: 80px;
		line-height: 95px;
	}
	
	#top-page h2 {
		font-size: 60px;
		line-height: 95px;
	}	
	
	section#links {
		padding-top: 235px;
	}
	
	#links-desc {
		font-size: 29px;
		line-height: 39px;
		margin-bottom:180px;
	}
	
	.container {
		padding-left: 30px;
		padding-right: 30px;
		box-sizing:border-box;
	}
	
	.actor-text1 {
		font-size: 20px;
		margin-bottom: 8px;
	}
	
	.actor-text2 {
		font-size: 14px;
		margin-bottom: 7px;
	}
	
	.actor-text3 {
		font-size: 14px;
	}
	
	#footer-content {
		padding-top: 100px;
		padding-bottom: 200px;
	}
}

@media (max-width: 1360px) {
	#links-desc {
		max-width: 655px;
	}

	.actor-item,
	.actor-item.last-actor-item	{
		width: 30.5%;
		margin-right: 3.6%;
		margin-bottom: 75px;
	}
	
	.actor-item:nth-child(3n){
		margin-right:0;
	}
	
	#actors-wrapper {
		text-align: center;
	}

	#top-page h1 {
		font-size: 47px;
		line-height: 55px;
	}

	#top-page h2{
		font-size: 34px;
		line-height: 55px;
	}
	
	#top-page-desc {
		margin-top: -200px;
	}
	
	section#links {
		padding-top: 110px;
		padding-bottom: 150px;
	}
	
	#top-shadow {
		height: 300px;
		bottom: -160px;
	}
	
	#footer-cta {
		font-size: 20px;
	}

	#footer-bt a {
		border: 2px solid #fac110;
		padding: 7px 30px 5px 30px;
		font-size: 20px;
	}

	.footer-icon img {
		max-width: 60px;
	}
	
	#footer-content {
		padding-top: 0;
		padding-bottom: 100px;
	}
}

@media (max-width: 1024px) {
	.actor-text1 {
		font-size: 13px;
		margin-bottom: 4px;
	}
	
	.actor-text2 {
		font-size: 10px;
		margin-bottom: 4px;
	}
	
	.actor-text3 {
		font-size: 10px;
	}

}


@media (max-width: 767px) {
	#description-logo img {
		max-width: 90%;
		margin: 50px auto 150px auto;
	}

	#top-page h1 {
		font-size: 26px;
		line-height: 30px;
	}
	
	#top-page-desc {
		margin-top: -105px;
	}

	#top-page h2 {
		font-size: 20px;
		line-height: 30px;
	}
	
	#links-desc,body {
		font-size: 16px;
		line-height: 25px;
	}

	section#links {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	
	#links-desc hr {
		height: 3px;
	}
	
	.actor-item, .actor-item.last-actor-item {
		width: 70%;
		margin-right: 0 !important;
		margin-bottom: 75px;
	}	
	
	#links-desc {
		margin-bottom: 50px;
	}
}


@media (max-width: 450px) {
	#group-img {
		max-width: 100%;
	}	
}