a:active, a:hover {
  	outline: 0;
}

body {
  	padding: 0;
  	margin: 0;
	background-color: #fff;
  	font-family: 'Lato',sans-serif;
  	line-height: 1;
  	border: 0;
  	font-size: 100%;
  	font: inherit;
 	vertical-align: baseline;
	background: #fff;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: inherit;
}

#header {
	height: 172px;
	width: 1014px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}


#header img {
	margin-right: auto;
	margin-left: auto;
}

#main-nav {
	position: relative;
	top: 0;
	width: 100%;
	height: 40px;
	background: #ebeef0;
}

#nav-wrapper {
	width: 100%;
	margin: 0 auto;
  	position: relative;
	text-align: center;
}

#nav-inner {
	display: inline-block;
	margin: 0 auto;
  	position: relative;
}

#main-nav #nav-inner .main-nav-link {
	display: block;
	font-family: 'Lato',sans-serif;
  	font-size: 17px;
  	height: 40px;
  	color: #728a98;
  	text-align: center;
	font-weight: 400;
  	padding: 11px 14px 0 16px;
  	font-weight: 700;
  	text-transform: uppercase;
  	float: left;
  	position: relative;
}

#main-nav #nav-inner .main-nav-link:after {
	position: absolute;
  	height: 15px;
  	width: 2px;
  	background-color: #728a98;
	top: 13px;
  	right: -2px;
  	content: " ";
}

#main-nav #nav-inner .main-nav-link.behind-the-goggles:after {
	display: none;
}

#main-nav #nav-inner .main-nav-link:hover {
	background-color: #728a98;
  	color: #fff;
}

#main-nav #nav-inner .main-nav-link:hover:after {
	display: none;
}


#main-nav #nav-inner .main-nav-link.fan-made, #main-nav #nav-inner .main-nav-link.behind-the-goggles {
	background: url('../images/external.png') no-repeat;
	background-position: center right;
  	padding-right: 30px;
}

#main-nav #nav-inner .main-nav-link.fan-made:hover, #main-nav #nav-inner .main-nav-link.behind-the-goggles:hover {
	background: url('../images/external-hover.png') no-repeat;
	background-position: center right;
  	padding-right: 30px;
	background-color: #728a98;
  	color: #fff;
}

#fan-sub-nav {
	position: absolute;
  	width: 200px;
  	background-color: #50606a;
  	top: 40px;
  	right: 165px;  /* Adjust right attribute to position FAN-MADE drop-dwon menu */
  	display: none;
  	z-index: 10;
}

#fan-sub-nav .sub-nav-link {
	display: block;
  	text-transform: uppercase;
  	color: #c0ced5;
	font-family: 'Lato',sans-serif;
  	font-size: 18px;
  	font-weight: 700;
  	padding: 0 0 22px 24px;
	text-align: left;
}

#fan-sub-nav .sub-nav-link:first-child {
	margin-top: 18px;
}

#fan-sub-nav .sub-nav-link:hover {
	color: #f5e050;
}

.display-block {
	display: block !important;
}

.content {
	width: 960px;
  	margin: 0 auto;
  	padding: 0;
	top: 35px;
}

.video-blocks {
	display: block;
	height: 360px;
}

.left {
	float: left;
  	width: 640px;
  	height: 360px;
}

.video-blocks .left .asset {
  	height: 360px;
}

.video-blocks .left .asset img {
	display: block;
}

.video-blocks .left .selectors {
	height: 40px;
}

.video-blocks .left .selectors:after {
	clear: both;
}

.video-blocks .left .selectors:before,  .video-blocks .left .selectors:after {
	content: " ";
  	display: table;
}

.video-blocks .left .selectors .selector.logo {
  	padding: 0;
}

.video-blocks .left .selectors .selector {
	width: 212px;
  	height: 40px;
  	background-color: #607f8f;
  	margin-right: 2px;
  	float: left;
  	cursor: pointer;
  	font-size: 17px;
  	color: #fff;
  	text-align: center;
  	font-weight: 700;
  	text-transform: uppercase;
  	padding: 11px 0 0 0;
}

.video-blocks .left .selectors .selector:last-child {
  	margin: 0;
}

.video-blocks .left .selectors .selector:hover {
  	background-color: #567180;
}

.video-blocks .right {
  	float: left;
  	width: 300px;
  	height: 360px;
  	margin-left: 20px;
	margin-top: 3px;
}

.video-blocks .right .ad {
  	margin-bottom: 13px;
  	display: block;
}

.video-blocks .right .ad img {
  	display: block;
}

/* HOME TOUT SLIDER */
.home-carousel-img a img {
	width: 640px !important;
	height: 360px !important;
	margin-top: 40px;
}

ul.slick-dots {
	position: relative;
	top: -65px;
	padding-left: 10px;
}

ul.slick-dots li {
	list-style: none;
	display: inline;
	padding: 0 0 0 5px;
}

.slick-dots li button {
	display: inline-block;
  	cursor: pointer;
  	width: 20px;
  	height: 20px;
	color: #fff;
  	background-color: #fff;
  	border-radius: 10px;
  	border: 2px solid #f5e050;
  	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.35);
  	margin-right: 2px;
  	position: relative;
}

.slick-dots li.slick-active button {
	display: inline-block;
  	cursor: pointer;
  	width: 20px;
  	height: 20px;
	color: #f5e050;
  	background-color: #f5e050;
  	border-radius: 10px;
  	border: 2px solid #f5e050;
  	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.35);
  	margin-right: 2px;
  	position: relative;
}

/* FAN BANNER */
.fan-banner {
	display: block;
  	height: 75px;
  	background: url('../images/fan/cutout-rectangle.png')  no-repeat;
  	margin-top: 30px;
  	padding: 0 0 0 150px;
  	cursor: pointer;
  	position: relative;
}

.fan-banner:hover .submit-link {
  	top: -10000px;
}

.fan-banner:hover .submit-link-hover {
  	top: 0;
}

.fan-banner .submit-link {
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 150px;
}

.fan-banner .submit-link-hover {
  	display: block;
  	position: absolute;
  	top: -10000px;
  	left: 150px;
}

/* TOUT GRID */
.items-grid {
  	padding: 10px 0 0 0;
	width: 1014px;
}

.items-grid:after {
  	clear: both;
}

.items-grid:before, .items-grid:after {
  	content: " ";
  	display: table;
}

.items-grid .grid-item {
  	float: left;
  	width: 232px;
  	height: 232px;
  	margin: 0 10px 10px 0;
  	display: block;
  	position: relative;
}

.items-grid .grid-item .bar {
  	height: 35px;
  	background-color: #45bed8;
  	padding: 4px 0 0 0;
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	z-index: 5;
}

.items-grid .grid-item .bar.transparent {
  	background-color: transparent;
}


.items-grid .grid-item .photo {
  	position: relative;
  	display: block;
  	z-index: 4;
}

.items-grid .grid-item:hover .bar {
  	background-color: #8fd8e8;
}

.items-grid .grid-item:hover .photo {
  	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}


/* FOOTER */
.footer {
  	height: 240px;
  	background-color: #2a2d2f;
  	margin-top: 60px;
	width: 100%;
}

.footer .social-links {
 	width: 960px;
  	margin: 0 auto;
  	padding: 0;
	top: 60px;
	text-align: center;
}

.footer .social-links a {
  	display: inline-block;
  	margin-right: 29px;
}

.footer .social-links a img {
  	width: 37px;
  	height: 37px;
}

.footer .logos {
  	width: 280px;
  	margin: 0 auto;
  	padding: 0;
	text-align: center;
	top: 100px;
}

.footer .logos .illumination {
  	width: 112px;
  	float: left;
  	margin-right: 35px;
}

.footer .logos .universal {
  	width: 99px;
  	float: left;
}

.copyright {
  	height: 50px;
  	background-color: #171717;
}

.copyright .copyright-inner {
  	width: 960px;
  	margin: 0 auto;
}

.copyright .copyright-inner .copy {
  	float: left;
  	font-family: Helvetica,Arial,sans-serif;
  	font-size: 14px;
  	color: #fff;
  	padding: 18px 0 0 0;
  	text-transform: uppercase;
}

.copyright .copyright-inner .copyright-links {
  	float: right;
  	padding: 18px 0 0 0;
}

.copyright .copyright-inner .copyright-links a {
  	display: block;
  	float: left;
  	font-family: Helvetica,Arial,sans-serif;
  	font-size: 14px;
  	color: #fff;
  	text-transform: uppercase;
  	margin-right: 43px;
}

.copyright .copyright-inner .copyright-links a:hover {
  	color: #999;
}

/* SUBMIT MODAL */
.modal-background {
	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
  	z-index: 100;
  	display: none;
  	opacity: 0;
  	-webkit-transition: opacity .2s ease-in-out;
  	transition: opacity .2s ease-in-out;
}

.modal-background.show {
  	display: block;
}

.modal-background.active {
  	opacity: 1;
}

.submission-modal {
  	position: fixed;
  	z-index: 101;
  	top: -200px;
  	left: 50%;
  	margin-top: -170px;
  	margin-left: -150px;
  	width: 300px;
  	height: 300px;
  	background-color: #fff;
  	padding-top: 30px;
  	padding: 30px 24px 0 24px;
  	-webkit-transition: top .2s ease-in-out;
	-moz-transition: top .2s ease-in-out;
  	transition: top .2s ease-in-out;
}

.submission-modal.active {
  	top: 50%;
	-webkit-transition: top .2s ease-in-out;
	-moz-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out;
}

.submission-modal .submit-copy {
  	text-transform: uppercase;
  	font-size: 20px;
  	line-height: 30px;
  	font-weight: 700;
  	color: #607f8f;
  	padding: 24px 0 0 0;
}

.submission-modal .close-button {
	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: 1;
  	height: 50px;
  	line-height: 50px;
  	color: white;
  	cursor: pointer;
  	display: inline-block;
  	width: 50px;
  	font-size: 18px;
  	text-transform: uppercase;
  	text-align: center;
  	background-color: #607F8F;
  	font-style: normal;
}

.submission-modal .close-button:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


/* INTERIOR SECTIONS */
.overlay {
	background: #fff;
	background: rgba(255,255,255,0.8);
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	filter: alpha(opacity=80);	
}


/* SYNOPSIS */
.content.synopsis {
	display: none;
	top: 0;
	font-family: 'Lato',sans-serif;
	color: #728a98;
}

.content.synopsis h1 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.content.synopsis h1 sup {
	font-size: 8px;
	top: -12px;
}

.content.synopsis .synopsis-content {
	width: 960px;
  	padding: 0 80px 50px 80px;
	top: 35px;
}

.content.synopsis .synopsis-content p {
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 700;
}

.content.synopsis .close-button {
	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: 1;
  	height: 50px;
  	line-height: 50px;
  	color: white;
  	cursor: pointer;
  	display: inline-block;
  	width: 50px;
  	font-size: 18px;
  	text-transform: uppercase;
  	text-align: center;
  	background-color: #607F8F;
  	font-style: normal;
}
	
.content.synopsis .close-button:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.features {
	width: 75%;
	margin:  20px auto 0;
	list-style-type: none;
}

ul.features li {
	
}

ul.features li.a {
	margin-top: 20px;	
	font-weight: 700;
	font-size: 16px;
}

ul.features li.b {
	font-weight: 700;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 5px;	
}

ul.features li.c {
	font-weight: 500;	
	font-size: 12px;
	margin-left: 30px;
}

ul.features li.d {
	font-weight: 300;
	font-size: 11px;
	margin-left: 45px;
}

ul.features li.e {
	font-weight: 300;
	font-size: 9px;
	margin-left: 60px;	
}


/* PARTNERS */
.content.partners {
	display: none;
	top: 0;
	font-family: 'Lato',sans-serif;
	color: #728a98;
}

.content.partners h1 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.content.partners .partners-content {
	width: 1014px;
  	padding: 0 80px 50px 80px;
	top: 35px;
}

.content.partners .partners-content p {
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 700;
}

.content.partners .close-button {
	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: 1;
  	height: 50px;
  	line-height: 50px;
  	color: white;
  	cursor: pointer;
  	display: inline-block;
  	width: 50px;
  	font-size: 18px;
  	text-transform: uppercase;
  	text-align: center;
  	background-color: #607F8F;
  	font-style: normal;
}
	
.content.partners .close-button:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.content.partners .partners-content img {
	position: relative;
	display: inline-block;
	width: 250px;
	height: 150px;
	margin: 0 10px 0 10px;
	padding: 0;
}



/* TRAILER */
.video-header {
	height: 70px;	
}

.video-buttons {
	position: fixed;
	right: 0px;
}

.video-buttons a {
	display: inline;
}

.youtube-player-container {
	background: #000;
	position: relative;
	width: 100% !important;
}

#yt_embededvideo {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
  	padding-top: 30px;
  	height: 0;
  	overflow: hidden;
}

#yt_embededvideo object, #yt_embededvideo object embed {
	width: 100% !important;	
	position: absolute;
  	top: 0;
  	left: 0;
}

.video-carousel-container {
	height: 200px;	
}

.video-carousel {
	width: 794px;
	margin: auto;
	top: 23px;	
}


@media screen and (max-height: 650px) {

	.video-carousel-container {
		height: 150px;	
	}

	.video-carousel {
		transform: scale(0.8, 0.8);
		-moz-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		-o-transform: scale(0.8, 0.8);
		top: 0px;
	}
	
}

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

	.video-carousel-container {
		height: 150px;	
	}

	.video-carousel {
		transform: scale(0.8, 0.8);
		-moz-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		-o-transform: scale(0.8, 0.8);
		top: 0px;
	}	
	
}

.slick-prev, .slick-next {
    position: absolute;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
  	width: 43px;
  	height: 125px;
  	background: url('../images/video/prev.png') no-repeat;
  	margin: 0;
  	padding: 0;
  	top: 12px;
  	left: -55px;
}

.slick-prev:hover {
  	/*background: url('../images/video/prev-hover.png') no-repeat;*/
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
}

.slick-next {
  	width: 43px;
  	height: 125px;
  	background: url('../images/video/next.png') no-repeat;
  	margin: 0;
  	padding: 0;
  	top: 12px;
  	right: -55px;
}

.slick-next:hover {
  	/*background: url('../images/video/next-hover.png') no-repeat;*/
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.slick-slide {
	width: 250px;
	margin-right: 20px;
}

li.slick-slide {
	height: 150px;
	width: 250px;
	background-color: #c0ced5;
}

.slick-slide img {
	width: 100%;
	position: relative;
  	transform: translateY(-10%);
	-ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
}

.video-name {
	position: absolute;
  	width: 250px;
	height: 150px;
	top: 0px;
 	padding: 55px 10px;
	color: #728a98;
	text-align: center;
  	font-family: 'Lato',sans-serif;
	display: none;
	background-color: rgba(255,255,255,0.8);
	border: 2px solid #f5e050;
	font-size: 16px;
	font-weight: 700;
}	

.video-name:hover {
	display: block;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.slick-slide img:hover~.video-name, .thumbimg:hover + .video-name {
    display: block !important;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}


.slick-slide img:active~.video-name, .thumbimg:active + .video-name {
    display: block !important;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.thumbimg {
	position: absolute;
  	width: 250px;
	height: 150px;
	top: 0px;
	text-align: center;
	background-color: transparent;
	border: 2px solid #728a98;
}

.thumb-selected {
	border: 2px solid #f5e050;
}

.video-buttons .close-button {
  	height: 50px;
	width: 50px;
	margin: 10px 10px 0 0;
  	line-height: 50px;
  	color: white;
  	cursor: pointer;
  	display: inline-block; 	
  	font-size: 18px;
  	text-transform: uppercase;
  	text-align: center;
  	background-color: #607F8F;
  	font-style: normal;
}

.video-buttons #video-share {
	background: #607F8F url('../images/video/fbshare.png') no-repeat;
	height: 50px;
	width: 50px;
	float: left;
  	margin: 10px 10px 0 0;
}

.video-buttons .close-button:hover, .video-buttons #video-share:hover {
  	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.fallbackYT{
	width:100%;
	height:85%;
	margin:auto;
}

/* Gallery */
.gallery-content {
	height: 100%;
	width: 100%;
}

.gallery-content .close-button {
	position: absolute;
  	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
  	line-height: 50px;
  	color: white;
  	cursor: pointer;
  	display: inline-block; 	
  	font-size: 18px;
  	text-transform: uppercase;
  	text-align: center;
  	background-color: #607F8F;
  	font-style: normal;
	z-index: 999;
}

.gallery-content .close-button:hover {
	background-color: #8ea1ad;
}





.galleryslides, .galleryslides div, .galleryslides img.galleryimg {
	position:fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100% !important;
	height: 100% !important
}

.galleryprev {
	background: url('../images/gallery/prev.png') no-repeat;
	width: 38px;
	height: 111px;
	z-index: 6000;
	position:fixed;
	top: 45%;
	left: 10px;
}

.galleryprev:hover {
	background: url('../images/gallery/prev-hover.png') no-repeat;
	
}

.gallerynext {
	background: url('../images/gallery/next.png') no-repeat;
	width: 38px;
	height: 111px;	
	z-index: 6000;
	position:fixed;
	top: 45%;
	right: 10px;
}

.gallerynext:hover {
	background: url('../images/gallery/next-hover.png') no-repeat;	
}

.gallery-share {
	position:fixed;
	bottom: 15px;
	right: 15px;	
	height: 50px;
	width: 50px;
	background-color: #607F8F;
	z-index: 6000 !important; 
}

.gallery-download {
	position:fixed;
	bottom: 15px;
	right: 80px;	
	height: 50px;
	width: 50px;
	background-color: #607F8F;
	z-index: 6000 !important; 
}

.gallery-share:hover, .gallery-download:hover {
	background-color: #8ea1ad;
}







