@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) repeat;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
a {
	outline:none;
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	padding:0;
	margin:0;
}
h1 {
	color: #000;
	font-size:38px;
	line-height:44px;
	padding:12px 20px 30px;
	text-align:center;
}
h2 {
	font-size:36px;
	color:#fff;
	text-align:center;
	padding:10px 0;
	width:100%;
	background:#5065a1;
}
h3 {
	font-size:36px;
	color:#000;
	text-align:center;
	padding:10px;
}
header {
	text-align:center;
	color:#000;
	position:relative;
	z-index:1;
}
.btmimg {
	height:26px;
	width:218px;
	margin:0 auto;
	background:url(images/header-img.jpg) no-repeat top center;
	margin-bottom:10px;
}
header p {
	margin:0 auto;
	padding:0 10px 20px;
	max-width:750px;
	font-size:24px;
	color:#000;
}
.wrap {
	margin:0 auto 50px;
	padding:0px;
	max-width:1000px;
	width:100%;
	position:relative;
	background:rgba(255, 255, 255, 0.1);
	z-index: 1;
	text-align: center;
}
.video-box {
	float:left;
	max-width:520px;
	width: 100%;
	border: none;
	background:#000;
	margin:0px auto 10px;
	border:7px solid #dfdfdf;
}
.video-box iframe {
	width:100%;
}
.cbox {
	padding:30px 30px 30px;
	margin:0px 0 20px;
	background:#fff;
	border-radius: 20px;
	box-shadow: 0 0 5px #b1adaa;
	position:relative;
}
.cbox:before {
	position:absolute;
	z-index:1;
	top:-22px;
	left:30px;
	content:'';
	width:17px;
	height:45px;
	background:url(images/dot.png) no-repeat;
}
.cbox:after {
	position:absolute;
	z-index:1;
	top:-22px;
	right:30px;
	content:'';
	width:17px;
	height:45px;
	background:url(images/dot.png) no-repeat;
}
.cbox h5 {
	color:#111;
	font-size:24px;
	line-height:28px;
	padding:0 0 10px;
}
.leftbox {
	width: 100%;
	font-size:18px;
	line-height:24px;
	text-align:left;
	margin-top:20px;
}
.leftbox ul {
	font-size:16px;
	margin:0;
	padding:15px 0 0;
	list-style-type:none;
}
.leftbox ul li {
	position:relative;
	padding:0 0 8px 36px;
	margin-bottom:8px;
	border-bottom:dotted 1px #ccc;
	color:#000;
}
.leftbox ul li:before {
	position:absolute;
	content: "\f046";
	font-family: FontAwesome;
	left:0;
	top:2px;
	font-size:26px;
	color:#1abc9c;
}
.leftbox ul li:last-child {
	margin-bottom:0px;
	border-bottom:none;
}
.optinbox {
	float:right;
	max-width:390px;
	width:100%;
	padding:0 0 15px;
	background:#efefef;
	text-align:center;
	border-radius: 14px;
}
.optinbox h3 {
	background:#394c81;
	color:#1abc9c;
	font-size:20px;
	padding:5px 0;
	position:relative;
	border-radius: 14px 14px 0 0;
}
.optinbox h3 span {
	font-size:36px;
	color:#fff;
}
.optinbox h4 {
	color:#fff;
	font-size:22px;
	padding:10px 10px;
	margin-bottom:10px;
	background:#5065a1;
	position:relative;
	border-bottom:solid 4px #394c81;
}
/*.optinbox h4::before {
 background: rgba(0, 0, 0, 0) url("images/arrow.png") no-repeat scroll center bottom;
 bottom: -33px;
 content: "";
 height: 33px;
 left: 0;
 position: absolute;
 width: 100%;
}*/
.optinbox input[type="text"] {
	max-width: 300px;
	height: 60px;
	background-color:#fff;
	text-align: center;
	font-size: 16px;
	margin:0 auto 12px;
	width:100%;
	border:2px solid #8b8b8b;
	border-radius: 60px;
}
input[type="submit"] {
	line-height:60px;
	width:auto;
	cursor:pointer;
	font-size:32px;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	text-align: center;
	color:#0d244d;
	text-shadow:#fff 1px 2px 3px;
	padding:0 26px;
	letter-spacing: -1px;
	border:none;
	border-bottom: solid 4px #e83701;
	outline:none;
	vertical-align:top;
	border-radius: 10px;
	background: -webkit-linear-gradient(#fffa00, #fe6900); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fffa00, #fe6900); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fffa00, #fe6900); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fffa00, #fe6900); /* Standard syntax */
}
.footer {
	background:#111;
	color:#fff;
	padding:20px;
	text-align:center;
}
 @media(max-width:980px) {
.wrap {
max-width: 96%;
}
.leftbox {
max-width: 460px;
}
.optinbox {
max-width: 370px;
}
}
 @media(max-width:800px) {
h1 {
font-size: 36px;
}
.cbox h5 {
font-size: 22px;
}
.video-box {
max-width: none;
float:none;
}
.leftbox {
max-width: 47%;
}
.optinbox {
max-width: 340px;
}
}
 @media(max-width:767px) {
.wrap {
margin:0 10px;
width:auto;
}
h1 {
font-size:30px;
line-height: 40px;
}
h2 {
font-size:30px;
padding:10px;
}
.cbox {
padding: 28px;
}
.cbox h5 {
padding-bottom:0;
}
.video-box iframe {
height:300px;
}
.optinbox, .leftbox {
float:none;
margin:10px auto 0;
max-width:100%;
}
.footer {
line-height: 27px;
}
}
 @media(max-width:480px) {
h1 {
font-size:24px;
line-height: 30px;
}
.video-box iframe {
height:250px;
}
.cbox h5 {
font-size: 22px;
line-height: 28px;
}
.optinbox h3 {
font-size: 18px;
}
}
 @media(max-width:360px) {
h1 {
font-size: 22px;
line-height: 30px;
}
.video-box {
border: 10px solid #dfdfdf;
}
.video-box iframe {
height:160px;
}
.cbox {
padding: 22px;
}
.cbox h5 {
font-size: 22px;
line-height: 30px;
}
.optinbox h4 {
font-size: 18px;
}
.optinbox input[type="text"] {
max-width: 82%;
font-size: 1em;
}
input[type="submit"] {
font-size: 24px;
}
.optinbox h3 {
font-size: 16px;
}
.optinbox h3 span {
font-size: 30px;
}
}
 @media(max-width:320px) {
input[type="submit"] {
font-size: 20px;
padding: 0 20px;
line-height: 50px;
}
}
