/*
Description: Variety Systems
Version: 1.2
Author: VS
Author URI: http://www.varietysystems.com
All rights reserved
*/

/* General */
body
{
	margin: 0;
	padding: 0;
	background: -webkit-linear-gradient(black, #19445F);
	background: -o-linear-gradient(black, #19445F);
	background: -moz-linear-gradient(black, #19445F);
	background: linear-gradient(black, #19445F);
	background-repeat: no-repeat;
	background-color: #19445F;
	min-height: 600px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}
.header-wrapper
{
	position: absolute;
	top: 0;
	right: 0;
}
.content-wrapper
{
	margin: 60px auto;
	width: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: justify;
}
.logo-wrapper
{
	color: white;
	font-size: 50px;
	font-family: Times New Roman;
	margin-top: 100px;
	white-space: nowrap;
	display: inline-block;
	text-shadow: 0px 10px 15px white;
}
.logo-wrapper:hover
{
	margin-top: 103px;
	text-shadow: 0px 7px 15px white;
	cursor: pointer;
}
.logo-wrapper:active
{
	margin-top: 106px;
	text-shadow: 0px 4px 15px white;
}
.footer-wrapper
{
	position: absolute;
	font-size: 24px;
	font-family: Times New Roman;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid white;
	text-shadow: 0px 5px 15px white;
}
.footer-wrapper a
{
	color: white;
	text-decoration: none;
	margin: 0 auto;
}

/* Commercial */
video {
	width: 100%    !important;
	height: auto   !important;
	z-index: -1;
}
#video_container
{
	position: relative;
	width: 100%;
	height: auto;
	max-height: 100%;
	min-height: 100%;
	background-color: #19445F;
}

#video_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	min-height: 100%;
	background: -webkit-linear-gradient(black, #19445F);
	background: -o-linear-gradient(black, #19445F);
	background: -moz-linear-gradient(black, #19445F);
	background: linear-gradient(black, #19445F);
	background-repeat: no-repeat;
	background-color: #19445F;
	z-index: 1;
}