/* CSS Document */

* {
	margin:0px;
	padding:0px;
	outline:none;
}
body {
	background-color:#f5f6f9;
	font-family: sans-serif;
	font-size:17px;
	line-height:1.5;
	color:#333;
}
a {
	color:#069;
}
p, h1, h2, h3, ul {
	margin:0px 0px 25px 0px;
}
h1, h2, h3 {
	font-family:"Lato", sans-serif;
	letter-spacing:-1px;
}
.clear {
	clear:both;
}
.header {
	background:#323234;
	color:#FFF;
	text-align:center;
	padding:15px;
	border-bottom:solid 5px #219ee1;
}
.header h2 {
	margin-bottom:0px !important;
}
.head-liner {
	background:url(../images/header-bg.png) repeat-x top;
	height:5px;
}
.wrapper {
	width:970px;
	border-radius:6px;
	margin:auto;
	margin-top:25px;
	margin-bottom:50px;
	background:#FFF;
	padding-top:50px;
	padding-bottom:50px;
	border:solid 1px #e2e2e2;
}
.content {
	padding:0px 50px 0px 50px;
}
.video {
	width:680px;
	border:solid 3px #219ee1;
	margin:auto;
	padding:0px;
	height:383px;
	z-index:10000;
	position:relative;
	background:#FFF;
}
.promo {
	background:url(../sp_images/promo-bg.jpg) center top;
	padding:30px 0px 15px 0px;
	z-index:10;
	border:none;
	margin-bottom:25px;
	margin-left:-15px;
	margin-right:-15px;
}
.counter {
	overflow: hidden;
}
.guarantee {
	background:url(../sp_images/guarantee.png) no-repeat 40px center;
	background-color:#eee;
	border-top:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
	margin-bottom:25px;
	padding:60px 50px 35px 280px;
}
.packages {
	width:870px;
	display:table;
	margin:auto;
	margin-bottom:25px;
	margin-top:160px;
}
.package {
	display:table-cell;
	width:48%;
	padding:35px;
	background:#FFF;
}
.package h2 span {
	border-radius:4px;
	padding:5px 10px 5px 10px;
	font-weight:100;
	margin-left:15px;
	background:#eee;
	color:#333;
	font-weight:700;
	border:solid 1px #e2e2e2;
}
.box-shot {
	margin-top:-150px;
}
.splitter {
	display:table-cell;
	width:3%;
}
.variant {
	background:#eee;
	margin-left:-35px;
	margin-right:-35px;
	padding:15px;
	margin-bottom:25px;
	min-height:160px;
}
ul li {
	margin-left:0px;
	list-style:none;
	background:url(../sp_images/tick.png) no-repeat left top;
	padding-left:35px;
	margin-bottom:15px;
}
.footer {
	width:820px;
	margin:auto;
	margin-bottom:50px;
	margin-top:50px;
}
.testimonial {
	margin-bottom:35px;
}
.author {
	float:left;
	width:140px;
}
.author img {
	margin-bottom:15px;
	width:100px;
	height:100px;
}
.comment {
	float:right;
	background:#323234;
	padding:20px 20px 20px 20px;
	color:#fff;
	width:650px;
	border-radius:4px;
	position:relative;
}
.arrow {
	background:url(../sp_images/arrow.png) no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	top:20px;
	left:-30px;
}
.items {
	margin:50px;
	border:solid 1px #e2e2e2;
}
.item {
	padding:25px 50px 1px 50px;
	border-bottom:dotted 1px #ccc;
}
.item b {
	font-size:34px;
	display:block;
	margin-bottom:15px;
	font-family:"Lato"
}
.item-header {
	background:#f9fafb;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:0px;
	padding-left:50px;
	padding-right:50px;
	border-bottom:solid 1px #e2e2e2;
}
.left-image {
	margin:0px 25px 25px 0px;
}
.sticky {
	position:fixed;
	right:30px;
	bottom:30px;
	background:#666;
	color:#eee;
	font-size:12px;
	display:inline-block;
	padding:5px 10px 5px 10px;
	border-radius:4px;
}
.sticky a {
	text-decoration:none;
	color:#FFF;
}
.question {
	background:url(../sp_images/question.png) no-repeat left top;
	padding-left:50px;
	min-height:40px;
	color:#069;
	line-height:40px;
}
.answer {
	margin-left:50px;
	color:#666;
}
#exit {
	padding:20px;
	border:dashed 3px #069;
	background:#FFF;
	display:inline-block;
	width:575px;
	position:absolute;
	top:220px;
	left:50%;
	margin-left:-310px;
	z-index:50000;
	display:none;
}
#exit img {
	margin:0px 50px 25px 0px;
}
.text {
	padding:8px 15px 8px 15px;
	display:block;
	margin-bottom:5px;
	width:320px;
}
.start {
	background:#069;
	padding:8px 20px 5px 20px;
	border:none;
	border-radius:4px;
	border-bottom:solid 3px #036;
	color:#fff;
	font-size:12px;
	font-weight:700;
	cursor:pointer;
	line-height:22px;
	display:block;
	margin-top:15px;
}
#shadow {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#333;
	opacity:0.9;
	z-index:40000;
	display:none;
}
