/* 
Author: surag damodaran @ GVO Inc.,
 */


@import url(http://fonts.googleapis.com/css?family=Oswald:700,400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

body {
	background:#f2f3f8;
}

header {
	width:100%;
	height: 100px;
	background: #fff;
	border-bottom: 2px #333 solid;
}
.logo {
	width: 239px;
	margin: 30px 0 0 100px;
}
.body-content {
	background:white;
	border:1px #ccc solid;
	margin:20px auto;
	width:840px;
}
.header {
	background:#2b303e;
	height:75px;
	width:100%;
}

@media (max-width: 768px) {
	.logo {
		margin: 30px auto 0;
		display: block;
	}

}
.push {
	height:10px;
}
h1, h2, h3, h4 {
	
	text-align: center;
}
h1 {
	font-size: 43px;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	color:#3366ff;
	line-height: 60px;
}
h2 {
	font-family: "source sans pro", sans-serif;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	color: #333;
}
h4 {
	font-size: 26px;
	font-weight: 400;
	font-family: "source sans pro", sans-serif;
	color: #fff;
	padding-top:12px;
}
h4 span{
	font-weight: 700;
}
#orderForm {
	width:100%;
	max-width:400px;
	margin:30px auto 0;
	text-align:center
}
#mainBut {
	width:100%;
	max-width:250xp;
	height:85px;
	line-height: 72px;
	font-size: 35px;
}
.footer {
	width:100%;
	height: 120px;
	border-top:1px #dddde2 solid;
	
	color:#999;
}
.footTxt {
	color:#999;
	text-align:center;
	padding:10px 0 40px 0;
}
.foot-logos {
	line-height: 150px;
}
.footer img {
	width:100%;
	max-width: 900px;
	margin-top:50px;
}
.terms-wrap {
	width:100%;
	max-width: 800px;
	margin: 5px auto;
	height: 60px;
}
ul.copterms {
	margin: 0 auto;
	width:100%;
	max-width: 750px;
	color: #353535;
	font-size: 12px;
	line-height: 11pt;
	text-align: center;
	padding: 5px 0 0;
}
ul.copterms li {
	display: inline;
	margin-right:4px;
}
ul.copterms li a {
	color: #353535 !important;
	font-size: 12px;
	text-decoration:none;
}
ul.copterms li a:hover {
	color: #f00 !important;
	font-size: 12px;
}
.spacer {
	height: 10px;
}
.space {
	height: 8px;
}
.ui-widget-overlay {
	background: #000!important;
	opacity: .8!important;
	filter: Alpha(Opacity=80)!important;
}
/* Opt in */

.optinBox {
	width: 550px;
	overflow: hidden;
	border: 1px #d5d5d5 solid;
	border-radius: 5px;
	padding: 0 0 20px 0;
	background: #eeeeee;
	margin: 0 auto 30px;
}
.video {
	width: 100%;
	max-width: 770px;
	margin: 20px auto 12px;
	background: #fff;
	border: 1px #4c67a2 solid;
}
.optinBox h1 {
	font-size: 18px;
	font-wieight: bold;
	text-align: center;
	color: #000;
	line-height:30px;
}
input[type="email"] {
	width: 400px !important;
	height: 45px !important;
	border: 1px #ccc solid;
	border-radius: 5px;
	margin: 0 auto;
	padding: 6px 20px;
	font-size: 18px;
	color: #999;
	text-align: center;
	display: block;
}
#join_fb_button {
	margin: 15px 0 0 0;
	width: 420px;
	height: 55px;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: 1px solid #f47a20;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.5) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.5) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.5) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.5) inset, 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.5) inset, 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.5) inset, 1px 1px 3px rgba(0,0,0,0.2);
	font-weight: normal;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
}
#button {
	width: 420px;
	margin: 0 auto;
}
footer {
	width: 400px;
	margin: 0 auto;
}
footer h4 {
	margin: 2px 0 0 10px !important;
	font-size: 14px;
	color: #000;
	float: left !important;
	text-align:left;
	font-weight: normal;
}


footer #lock {
	width: 22px;
	height: 30px;
	float: left;
	margin: 2px 0 0 32px;
	background: url(../images/lock.png) no-repeat;
}