/* CSS Document */
html, body {
	position: relative;
	margin: 0;
	background: url('../images/infootbg.jpg') #000;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.no-bg{
	background: #000!important;
	overflow: visible;
}
#trailer iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
}
#trailer img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	color: #fff;
}
.content_overlay {
	position: relative;
	z-index: 9999;
	height: 100vh;
}
.content_text {
	position: absolute;
	bottom: 13%;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.bottom {
	position: absolute;
	bottom: 9%;
	margin: 0 auto;
	height: 35px;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.gradient_overlay {
	position: absolute;
	bottom: -10px;
	width: 100%;
	z-index: 1;
}
.gradient_overlay img {
	width: 100%;
}
.open_trailer, .close_trailer, .press_release {
	cursor: pointer;
}
.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu li {
	display: inline-block;
	padding: 0 10px;
}
.mobile{
	display: none!important;
}
.press_contact{
	color: #fff;
	padding-top: 15px;
	font-family: Arial;
}
.release{
	color: #fff;
	width: 50%;
	padding: 0 10px;
	margin: 30px auto;
}

@media (max-width: 800px) {
	body {
		overflow: visible;
		background-size: contain;
		background-repeat: none;
	}
	.menu {
		width: auto;
		margin: 0 auto;
	}
	.menu li {
		display: block;
		padding: 0 0 7px;
	}
	.content_text {
		position: relative;
		margin-top: 50%;
		width: 100%;
		text-align: center;
		z-index: 99;
	}
	.content_text img {
		width: 100%;
		height: auto;
	}
	.bottom {
		position: relative;
		margin: 0 auto;
		height: 35px;
		text-align: center;
		width: 100%;
		z-index: 2;
	}
	.desk{
		display: none!important;
	}
	.mobile{
		display: block!important;
	}
}