/* ********************************************
 * Global
 * ********************************************/

body {
	font-family: georgia, serif;
	font-size: 16px;
	overflow: hidden;
	padding-top:60px;
}

#skrollr-body {
	margin-top:60px;
}

p {
	margin: 0 0 20px;
}

a {
	color: #333;
}
a:hover {
	text-decoration: none;
}

img {
	width:100%;
}

hr {
	border-top: 1px dotted #333;
}


h1 {
	font-family:'Roboto';
	font-weight:700;
	font-size: 44px;
	margin-bottom: 20px;
}

h2, h3 {
	font-family:'Roboto';
	font-weight:700;
}

h2 {
	font-size: 36px;
}

.pull-left {
	margin-left: -400px;
	margin-right: 40px;
	float: left;
}
	.pull-left a {
		padding-left: 10px;
		font-family: 'Titillium Web';
		color: #333;
	}


.background-still, .foreground-still {
	position: absolute;
	height: 100%;
	width: 100%;
}
.foreground-still {
	z-index: 9997;
	pointer-events:none;
}
.background {
	height: 120%;
	width: 100%;
}
.foreground {
	height: 120%;
	width: 100%;
	z-index: 9999;
}
.background-full {
	width: 100%;
	height: 100%;
}
.source {
	font-size: 12px;
	color: gray;
	text-align: right;
}
.enlarge {
	font-family: "Open Sans";
	text-transform: uppercase;
}

#atstbx {
	display: none !important;
}

section {
	margin-bottom: 50px;
}

.scroll-hud {
	display: none;
}

#compatibility_mask img {
	width: 25%;
}

#compatibility_mask a {
	color: blue;
}

/* ********************************************
 * Header
 * ********************************************/

header {
	position: fixed;
	width: 100%;
	height: 60px;
	background-image: url('../images/header_gradient.png');
	top: 0px;
	z-index:9998;
	font-family: "Roboto";
	font-weight: 400;
	opacity:1;
}
	header div {
		height: 100%;
		display: inline-block;
		top:0px;
		vertical-align: top;
	}

	.heade-vs-logo {
		margin-top: 13px;
	}

	header .social_link {
		margin:0 5px 0 5px;
	}

.header_headline {
	display:inline-block;
	margin: 20px 0 0 10px;
	font-size:14px;
}

.header_social {
	margin:18px 40px 0 0;font-size:20px
}
.header-vs-logo {
	margin:12px 0 0 10px;
	width:170px;
}
.header-ae-logo {
	margin:3px 10px 0 0;
}
.header-ae-logo span {
	position:relative;
	font-size:11px;
	left:-30px;
}
.header-ae-logo a {
	position:relative;
	top:-16px;
}
.header-ae-logo-img {
	width:110px;
}


/* ********************************************
 * Sections
 * ********************************************/

/* Section0 */
/*	.section0 .background-still {
		background: url(../images/cloud-bg.jpg) 50% 50% no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
*/

.section0 {
	margin-bottom: 0;
}

#intro-animation {
	position: absolute;
	overflow: hidden;
	/*margin-top: 60px;*/
}

#pixel-container {
	position: absolute;
	/*top: 50%;*/
	/*left: 50%;*/
}

	.pixel-image {
		position: absolute;
		z-index: -1;
	}

	#pixel-container canvas {
		/*max-width: 100%;*/
		/*left: 50%;
		top: 50%;*/
		z-index: 1;
		width: 100%;
		height: 100%;
	}

	.title-container {
		position: absolute;
		top: 35%;
		font-family: "Roboto";
		font-weight: 300;
	}

	.title-frame {
		text-align: center;
		color: #fff;
		border: 5px solid #fff;
		height: 160px;
		overflow: hidden;
	}

	.title-container .title-frame .titles {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	/*.title {
		position: absolute;
		top: 0;
		left: 0;
	}*/

	.titles h1 {
		margin-bottom: 0;
		font-family: "Play";
		font-size: 70px;
	}

	.titles h2 {
		margin-top: 0;
		margin-bottom: 40px;
		font-size: 16px;
		font-style: italic;
		font-weight: 300;
	}

	.sponsored {
		opacity: 0;
	}

	.sponsored p {
		margin: 15px auto 10px;
	}

	.sponsored img {
		width: 55%;
		margin: 0 auto;
		max-width: 225px;
	}

	.by-line {
		margin-top: 30px;
		text-align: center;
		color: #fff;
	}

	.attr-caps {
		text-transform: uppercase;
	}

	#scroll-arrow-down {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		color: white;
		font-family: "Open Sans";
		font-size: 14px;
	}

	#scroll-arrow-down span {
		display: block;
		font-size: 24px;
	}


/* Section1 */
.section1 {
	background-color: #fff;
	margin-top: 25px;
}

.section1 .row {
	margin-top: 50px;
	margin-bottom: 40px;
}

.dvr-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: ghostwhite;
}

	.dvr-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-ms-transform-origin: top left;
		-o-transform-origin: top left;
		transform-origin: top left;
	}

	#dvr-vcd {
		position: absolute;
		background-color: #0ff;
	}

	#dvr-dvd {
		position: absolute;
		background-color: #008080;
	}

	#dvr-720p {
		position: absolute;
		background-color: #008000;
	}

	#dvr-1080p {
		position: absolute;
		background-color: #6c8000;
	}

	#dvr-2k {
		position: absolute;
		background-color: #ff6600;
	}

	#dvr-4k {
		position: absolute;
		background-color: #f00;
	}

	#dvr-labels {
		position: absolute;
		z-index: 1000;
		display: block;
		width: 100%;
		height: 100%;
		font-family: 'roboto';
		font-weight: 500;
	}

		.dvr-label {
			position: absolute;
			text-align: center;
		}

		.dvr-4k-label {
			width: 100%;
			bottom: 0;
		}

		.dvr-2k-label {
			bottom: 35%;
			width: 46.5%;
			-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			transform: rotate(90deg);
			-webkit-transform-origin: bottom right;
			-moz-transform-origin: bottom right;
			-ms-transform-origin: bottom right;
			-o-transform-origin: bottom right;
			transform-origin: bottom right;
		}

		.dvr-1080p-label {
			width: 46.9%;
			bottom: 53.1%;
		}

		.dvr-720p-label {
			width: 31.3%;
			bottom: 68.7%;
		}

		.dvr-dvd-label {
			width: 17.2%;
			bottom: 82.8%;
		}

		.dvr-vcd-label {
			width: 8.6%;
			bottom: 91.4%;
		}



.section2 {

}

	.cinema-diagram-row {
		position: relative;
	}

	.cinema-diagram-container {
		position: absolute;
		top: 0;
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}

	.diagram-img {
		top: 0;
		left: 0;
	}

	#diagram-01, #diagram-02, #diagram-03, #diagram-04 {
		position: absolute;
	}

.big-screen-title {
	z-index: 100;
	text-align: right;
}

.big-screen-title p {
	margin-bottom: 4px;
}


.big-screen-copy {
	margin-top: 68%;
	z-index: 100;
}

.section3 .source {
	margin-top: 4px;
}

.jumbotron-container {
	position: relative;
	height: 0;
	padding-bottom: 40%;
}

	.jumbotron-image-container {
		position: absolute;
		overflow: hidden;
		width: 100%;
		background-color: black;
		perspective: 1000px;
	}

	#img-jumbotron-top {
		position: absolute;
		bottom: 50%;
		background: url('../images/jumbotron-top.jpg') center bottom no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-transform-origin: bottom center;
		-moz-transform-origin: bottom center;
		-ms-transform-origin: bottom center;
		-o-transform-origin: bottom center;
		transform-origin: bottom center;
	}
	#img-jumbotron-bottom {
		position: absolute;
		top: 49%;
		background: url('../images/jumbotron-bottom.jpg') no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-transform-origin: top center;
		-moz-transform-origin: top center;
		-ms-transform-origin: top center;
		-o-transform-origin: top center;
		transform-origin: top center;
	}

	.img-jumbotron {
		width: 110%;
		margin: 0 -5%;
	}

	.section3 h2 {
		margin-top: -120px;
		margin-bottom: 100px;
		color: white;
		font-size: 36px;
	}

	#section3-copy {
		position: relative;
	}

.attribution {
	text-align:right;
	color:gray;
	font-family:'Roboto';
	font-size:14px;
	font-weight:bold;
}

.attribution span {
	font-size:12px;
}

.section4 {
	font-family:'Roboto';
	font-weight:500;
	color: white;
	margin-bottom: 0;
}

	.side-scroller {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 0;
	}

	.section4 .background-full {
		top: 0;
		left: 0;
	}

	.section4 .fa-chevron-right {
		display: inline;
		opacity: 0;
		font-size: 70px;
	}

	.ad-fade-top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 45%;
		background: url('../images/ad-fade-top.png') repeat-x;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.ad-fade-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 35%;
		background: url('../images/ad-fade-bottom.png') repeat-x;
		-webkit-background-size: contain;
		background-size: contain;
	}

	#ad-01 {
		background: url('../images/remplissage.jpg') no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		text-align: center;
		position: absolute;
	}

		#ad-01 .logo {
			margin-top: 50px;
			margin-bottom: 40px;
		}

	#ad-02 {
		background: url('../images/construction.jpg') no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		position: absolute;
		top: 0;
	}

	#ad-03 {
		background: url('../images/launch.jpg') no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		position: absolute;
		top: 0;
	}

	#ad-04 {
		background: url('../images/tennis.jpg') no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		position: absolute;
		top: 0;
	}

	#ad-04 .ad-fade-bottom {
		height: 35%;
		opacity: 0.6;
	}

	.section4 .logo {
		width: 100%;
	}

/*	.ad-logo {
		margin-bottom: 20px;
	}*/

	.ad-container-bottom {
		position: absolute;
		bottom: 30px;
		width: 100%;
	}

	.ad-h2 {
		font-size: 80px;
	}


/*	.section5 .background-fixed{
		position:absolute;
		height:100%;
		width:100%;
		background: url(../images/hangar.jpg) 50% 50% no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}*/
.section5 {
	margin-top: 50px;
}

.broadcast-diagram-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.sponsored-video p {
	font-style: italic;
	font-size: 14px;
}

.sponsored-hr {
	width: 75%;
	float: right;
	margin-top: 8px;
}

.sponsored-p {
	margin-bottom: 10px;
	float: left;
}

.video-container {
	position: relative;
	clear: both;
	width: 100%;
	height: 0;
	margin-bottom: 10px;
	padding-bottom: 66.6666%;
}

#player {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sidebar {
	/*margin-top: 100px;*/
	position: relative;
	top: 100px;
}

.sidebar p {
	font-family: 'Roboto';
	font-weight: 300;
	color: gray;
}

.sidebar h3 {
	text-align: center;
}

.slideshow-sidebar {
	position: relative;
	height: 100%;
}

#slideshow {
	position: absolute;
	padding-top: 10px;
}

#slideshow-mobile {
	display: none;
}

.slideshow {
	width: 100%;
}

.slideshow p {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}

.camera-slideshow {
	position: relative;
	padding-bottom: 66.6666%;
	overflow: hidden;
}

.camera-slideshow-img {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#cam-slideshow-01, #cam-slideshow-01-m {
	position: absolute;
	z-index: 6;
}

#cam-slideshow-02, #cam-slideshow-02-m {
	position: absolute;
	z-index: 5;
}

#cam-slideshow-03, #cam-slideshow-03-m {
	position: absolute;
	z-index: 4;
}

#cam-slideshow-04, #cam-slideshow-04-m {
	position: absolute;
	z-index: 3;
}

#cam-slideshow-05, #cam-slideshow-05-m {
	position: absolute;
	z-index: 2;
}

#cam-slideshow-06, #cam-slideshow-06-m {
	position: absolute;
	z-index: 1;
}

#lightbox {
    position:fixed;
    top:60px;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.85);
    text-align:center;
    z-index: -1;
    opacity: 0;

    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#lightbox.active {
	opacity: 1;
	z-index: 1000;
	display: block;
}

#lightbox p {
    text-align:right;
    color:#fff;
    margin-right:20px;
    font-size:12px;
}

#lightbox-img {
	position: absolute;
	top: 44%;
}

#lightbox img {
    -webkit-box-shadow: 0 0 25px #111;
    box-shadow: 0 0 25px #111;
    width: 80%;
    max-width:940px;
}


.section6 {
	background: url('../images/launch-bkg.jpg') no-repeat center bottom;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 0;
}

.big-screen-tv {
	margin-bottom: 40px;
}


.tv-container {
	position: relative;
	width: 100%;
	padding-bottom: 69%;
	margin-top: 15px;
}

	.tv-screen {
		position: absolute;
		width: 100%;
		height: 100%;
	}

		#tv-hd p {
			position: absolute;
			bottom: 20%;
			left: 20%;
			color: white;
			font-family: 'Roboto';
			font-size: 40px;
		}

	#tv-4k {
		position: absolute;
		right: 0;
		top: 0;
		overflow: hidden;
	}

	#tv-4k p {
		position: absolute;
		bottom: 20%;
		color: white;
		font-family: 'Roboto';
		font-size: 40px;
	}

	.tv-divider {
		position: relative;
		width: 8.2%;
		/*margin-right: -25px;*/
		z-index: 1000;
		float: right;
		background: url('../images/tv-slider.png') no-repeat top right;
		-webkit-background-size: contain;
		background-size: contain;
	}

	#tv-4k img {
		position: absolute;
		right: 0;
	}

.analytics-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 65.8683%;
	margin-bottom: 25px;
}

	.analytics-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

		#analytics-full {
			position: absolute;
			left: 0;
			top: 0;
			overflow: hidden;
		}

.credits {
	margin-top: 250px;
	padding: 60px 0 60px 0;
	text-align: center;
	color: white;
	font-family: 'Roboto';
}

	.credits p:nth-last-child(2) {
		margin-bottom: 60px;
	}

	.presented-by-ae-logo {
		display: block;
		width: 220px;
		margin: 0 auto 60px;
		color:#aeaeae;
	}


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


}

@media screen and (max-width: 1050px) {
	.header_headline{
		display:block;
		width: 265px;
	}
}

@media screen and  (max-width: 991px) {
	.dvr-2k-label {
		width: 46%;
	}
	.section3 h2 {
		margin-top: -100px;
	}
	.section6 {
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.modal-md-hide {
		display:none;
	}
	.credits {
		margin-top: 100px;
	}
}

@media screen and  (max-width:810px) {
	.breakpoint2{
		display:none;
	}
	.header_social {
	margin:18px 0px 0 0;font-size:20px
	}
}

@media screen and  (max-width: 767px) {
	.title-container {
		width: 100%;
	}

	.titles h1 {
		font-size: 60px;
		margin-top: 35px;
	}

	.dvr-2k-label {
		width: 46.5%;
	}

	.big-screen-copy {
		margin-top: 80%;
	}

	.section3 h2 {
		margin-top: -80px;
		margin-bottom: 60px;
	}

	#ad-01 .logo {
		max-width: 250px;
	}

	.ad-container-bottom {
		bottom: 15px;
	}

	.ad-container-bottom p {
		margin-bottom: 5px;
	}

	.ad-container-bottom .logo {
		max-width: 125px;
		float: right;
	}

	.sidebar {
		top: 0;
	}

	.broadcast-diagram-container {
		width: 70%;
		margin: 0 auto;
	}

	#slideshow {
		/*position: relative;*/
		display: none;
	}

	/*#slideshow-desktop {
		display: none;
	}*/

	#slideshow-mobile {
		display: block;
	}

	.slideshow {
		margin-top: 20px;
	}

	.camera-slideshow {
		width: 90%;
		margin: 0 auto;
	}

	.slideshow .source {
		display: none;
	}

	.camera-slideshow-img {
		cursor: default;
	}

	.post-cam-slideshow {
		margin-top: 25px;
	}

	.big-screen-tv {
		width: 90%;
		margin: 0 auto;
	}

	.analytics-container {
		width: 80%;
		margin: 0 auto 25px;
		padding-bottom: 53%;
	}

	.modal-sm-hide{
		display:none;
	}
}

@media screen and  (max-width:650px) {
	.header_headline {
		display:none;
	}

	.titles h1 {
		font-size: 44px;
		margin-top: 40px;
	}

	.title-frame {
		/*height: 130px;*/
	}

	.sponsored img {
		width: 55%;
	}

	.section3 h2 {
		margin-top: 20px;
		margin-bottom: 10px;
		color: #000;
	}

	.section6 {
		-webkit-background-size: 130%;
		background-size: 130%;
	}
}

@media screen and (max-width:550px) {
	.cinema-diagram-row {
		top: 100px;
	}

	#dvr-labels {
		font-size: 10px;
	}

	.big-screen-title, .big-screen-title .source {
		text-align: left;
	}


	.big-screen-copy {
		margin-top: 86%;
	}

	.ad-h2 {
		font-size: 44px;
	}

	.section4 .fa-chevron-right {
		font-size: 36px;
	}

	.ad-fade-bottom, #ad-04 .ad-fade-bottom {
		height: 50%;
	}

}

@media screen and (max-width:401px) {
	header .social_link {
		margin:0px;
	}

	section {
		margin-bottom: 10px;
	}

	.sponsored {
		margin-top: 10px;
	}

	.cinema-diagram-row {
		top: 105px;
	}

	.big-screen-title p {
		margin-bottom: 0;
	}

	.ad-container-bottom p {
		font-size: 15px;
	}

	#ad-03 .ad-fade-bottom {
		height: 65%;
	}

	#ad-04 .ad-h2 {
		font-size: 36px;
	}

	#ad-04 .ad-fade-bottom {
		height: 75%;
	}

	.section6 {
		-webkit-background-size: 170%;
		background-size: 170%;
	}

	#tv-4k p, #tv-hd p {
		bottom: 10%;
		font-size: 24px;
	}

	.credits {
		margin-top: 20px;
	}

	.presented-by-ae-logo {
		width: 180px;
	}
}

/*mobile-specific styles*/
.skrollr-mobile #skrollr-body{
	margin-top: 60px;
}

.skrollr-mobile .mobile-sm-hide {
	display:none;
}


