html, body{
	height: 100%;
}
body{
	background:url('/est_docs/images/bg.jpg');
	-webkit-font-smoothing: subpixel-antialiased !important;
	font-size: 16px;
	overflow-x:hidden;
}
body a{
	text-decoration: underline;
	color:#1f98c7;
}
body a:hover{
	text-decoration: none;
	color:#1f98c7;
}
#main_wrap{
	padding:0 0 40px;
}
.calc{
	position: absolute;
	top:-119px;
	left:39%;
	margin-left:-616px;
	transform: rotate(-18deg);
}
.coffee{
	position: absolute;
	top:300px;
	right:57%;
	margin-right: -1184px;
}
h1{
	font-family: 'PT Sans',Times,sans;
	color:#FFF;
	font-size:60px;
	line-height: 85px;
	font-weight: bold;
	text-transform: uppercase;
	margin:0;
}
.header{
	text-align: center;
	color: #FFF;
	margin-top:20px;
}
.header hr{
	height:1px;
	border:none;
	background:#FFF;
	margin:0 auto 10px auto;
}
.header .lead{
	font-family: 'PT Serif', Calibri, Arial, sans-serif;
	font-size: 20px;
	font-size: 28px;
    line-height: 32px;
    font-style: italic;
}
#book{
	width:1250px;
	height: 665px;
	margin:0 auto;
	background:url('/est_docs/images/clipfolder.jpg');
	position: relative;
	z-index:100;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
}
#book #left_page{
	width:435px;
	height:570px;
	position: absolute;
	top:70px;
	left:27px;
}
#book #left_page .wrap_content{
	padding:20px;
}
#book #right_page{
	position: absolute;
	top:15px;
	left:775px;
	width: 435px;
	height:605px;
}
#book #right_page .wrap_content{
	padding:20px 20px 20px 35px;
}
#book #right_page .doc_title{
	border-bottom:solid 1px #c1c1c1;
	text-transform: uppercase;
	color:#6F6F6F;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom:10px;
	line-height: 24px;
	font-size: 20px;
	font-weight:bold;
	height: 48px;
	overflow: hidden;
}

#book #left_page .doc_title{
	border-bottom:solid 1px #282826;
	color:#6F6F6F;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 28px;
	padding-bottom:10px;
	margin-bottom:20px;
}

.docs_list{
	margin:0;
	list-style: none;
	font-size: 14px;
}
.docs_list li{
	margin:8px 0;
	line-height: 20px;
	padding-left:25px;
}
.docs_list li.doc{
	background:url('/est_docs/images/wordicon.gif') no-repeat 0 4px;
}
.docs_list li.pdf{
	background:url('/est_docs/images/icon_pdf.gif') no-repeat 0 4px;
}
.docs_list li a.active{
	text-decoration: none;
	color:#6F6F6F;
	cursor: default;
	outline: none;
}

.itogo{
	border-top:solid 1px #282826;
	padding-top:10px;
	margin-top:120px;
}
.itogo .price{
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 37px;
    font-weight: bold;
    line-height: 37px;
}

#block{
	border-radius: 10px;
	padding:20px;
	background: rgba(0,0,0,0.5);
	margin-top:30px;
	text-align: center;
	color:#FFF;
}
.jCountdown .label{
	background-color: transparent;
}

.form_wrap{
	margin-top:10px;
}
.form_wrap .form-actions{
	padding-top:10px;
	padding-bottom:0;
}
.form_wrap .main_btn{
	display: inline;
	border:none;
	color:#FFF;
	text-transform: uppercase;
	font-family: 'PFSquareSansProBold',Calibri,Arial,sans-serif;
	padding:15px;
	border-radius: 5px;
	font-size: 18px;
	width:338px;
	text-shadow:0px -1px 1px #F4810E;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.2);

	background: #ffcc07; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffcc07 0%, #f8931d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc07), color-stop(100%,#f8931d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffcc07 0%,#f8931d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffcc07 0%,#f8931d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffcc07 0%,#f8931d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffcc07 0%,#f8931d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc07', endColorstr='#f8931d',GradientType=0 ); /* IE6-9 */
}
.form_wrap .main_btn:active{
	box-shadow: none;
	position: relative;
	top:2px;
}

.soc{
	text-align: center;
	margin-top:30px;
}