@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#2c2c2c;
	margin:0;
	padding:0 0 0 0;
	background:url(images/bg.jpg)#FFF;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
.textalignright {
	text-align:right;
}
.textalignleft {
	text-align:left;
}
.textaligncenter {
	text-align:center;
}
a {
	outline:none;
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4{
	font-family: 'Open Sans Condensed', sans-serif;
	padding:0;
	margin:0;
}
h1 {
	color:#ffc600;
	font-size:48px;
	text-shadow:1px 1px 1px #143266;
	line-height:48px;
	padding:0px;
}
h1 span{
	text-decoration:underline;
}
h2{
	font-size:40px;
	color:#FFF;
	text-shadow:1px 1px 1px #333;
	background:#00293d;
	text-align:center;
}
h3{
	font-size:36px;
	color:#000;
	text-align:center;
	padding:10px;
}
header{
	text-align:center;
	color:#000;
	position:relative;
}

header p{
	margin:0 auto;
	padding:0 10px 20px;
	max-width:750px;
	font-size:24px;
	color:#000;
}
.wrap {
	margin:0 auto;
	padding:0px;
	margin-top:10px; 
	max-width:900px;
	width:100%;
	position:relative;
}
.video-box{
	max-width:900px;
	width:100%;
	padding:0;
	border: none;
	margin:0 auto 25px;
	background:#000;
	border:15px solid rgba(255, 255, 255, 0.8);
}
.video-box iframe{ width:100%;}
.cbox{
	background:#fff;
	padding:30px;
	border:5px dashed #e7e6e4;
}
.leftbox{
	float:left;
	max-width:450px;
	font-size:18px;
	line-height:24px;
	
}
.leftbox ul{
	font-size:16px;
	margin:0;
	padding:15px 0 0;
	list-style-type:none;
}
.leftbox ul li{
	background:url(images/list-icon.png) no-repeat 0 0;
	padding:0 0 15px 30px;
}
.optinbox {
	float:right;
	width:350px;
	padding:0px;
	background:#e7e6e4;
	text-align:center;
}
.optinbox h3{
	background:#111;
	color:#FFF;
	font-size:20px;
	padding:10px 0;
}
.optinbox h3 span{
	font-size:32px;
	color:#ffb41f;
}
.optinbox h4{
	color:#000;
	font-size:22px;
	padding:15px 10px;
}
.form{
}
.optinbox input[type="text"] {
	max-width: 300px;
	height: 50px;
	background-color:#f9ffc4;
	text-align: center;
	font-size: 1.4em;
	margin:0 auto 12px;
	width:100%;
	border:2px solid #333;
}
.optinbox input[type="image"]{
	margin-bottom:12px;
}
.footer{
	background:#000;
	color:#FFF;
	padding:20px;
	text-align:center;
	margin-top:50px;
}
@media only screen and (max-width:480px) {
.optinbox {
	float: none;
	width:100%;
	padding:0px;
	background:#e7e6e4;
	text-align:center;
}
.cbox {
    padding:10px;
}
.leftbox{
	float: none;
	max-width:100%;
}
.optinbox input[type="image"]{
	max-width:318px;
	width:100%;
	height:auto;
}
}