


/******************************/
/*  Main content Logos
/******************************/

section.logos {
	position: relative;
	padding: 20px 0 0 0;
	z-index: 50;
}

section.logos img.logo {
    display: inline-block;
    margin: 10px 20px;
}
section.logos h1 {
	font-weight: 300;
	color: gray;
}

/******************************/
/*  Main content Video
/******************************/

section.video {
	position: relative;
	width: 100%;
	margin-top: -100px;
	z-index: 40;
}
section.video #dopvideo {
	width: 100%;
	opacity: 0.5;
}
section.video .curtain {
	position: absolute;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
section.video .curtain-grey-top {
	top:0;
	background-image: url(../../images/welcome/grey-curtain-top.png);
	background-position: bottom center;
}
section.video .curtain-blue-bottom {
	bottom:0;
	background-image: url(../../images/welcome/blue-curtain-bottom.png);
	background-position: bottom center;
}
@media (max-width: 1440px) {
	section.video .curtain { height: 130px; }
	section.video { margin-top: -50px; }
}
@media (max-width: 1024px) {
	section.video .curtain { background-size: 130% 100%; height: 130px; }
	section.video { margin-top: -50px; }
}
@media (max-width: 768px) {
	section.video .curtain { background-size: 100% 100%; height: 40px; }
	section.video { margin-top: -10px; }
}
section.video .videoButton {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}
section.video .videoButton > div, section.video .videoButton > div > .row {
	position: relative;
	height: 100%;
}
section.video .videoButton a {
	display: block;
	clear: both;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: url(../../images/welcome/video-button.png) no-repeat center center;
	background-size: cover;
	font-size: 1px;
	text-indent: -9999px;
	opacity: 0.65;
	cursor: pointer;
}
section.video .videoButton a:hover {
	opacity: 1;
}
@media (max-width: 450px) {
	section.video .videoButton a {
		width: 60px;
		height: 60px;
	}
	section.video .videoButton h3 {
		font-size: 18px;
	}
	section.video .videoButton p.separator {
		font-size: 1px;
	}
}


