/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/*---------------------------------------- 
				Global properties
---------------------------------------- */
html, body {height: 100%;}
body {
	min-width:1100px;
	font-size:18px;
	line-height:28px;
	color:#000;
	font-family: "Open Sans";
 	font-weight: 400;
 	position: relative;
 	background: url(../images/bg.jpg) center top no-repeat #fff;
}
.container {
	width: 1100px;
	margin: 0 auto;
}
.extra {
	min-height: 100%;
	position: relative;	
}

p {margin: 0 0 28px;}
strong {font-weight:700;}
em {font-weight:600;}

/*---------------------------------------- 
				Headings
---------------------------------------- */
h1 {
 	font-size: 40px;
 	line-height: 48px;
	color: #165f95;
 	font-family: "Open Sans";
	font-weight: 800;
	letter-spacing:-2px;
 	margin: 0 0 42px 0;
}
	.giveaway h1 {
		font-size:60px;
		line-height:72px;
		text-align:center;
		color:#0a416c;
		font-weight: 400;
		margin: 0 0 47px 0;
	}
		.giveaway h1 span {
			display:block;
			font-weight:800;
		}
h2 {
 	font-size: 24px;
 	line-height: 29px;
  	color: #010000;	
	font-family: "Open Sans";
 	font-weight: 300;
 	font-style: italic;
 	margin: 0 0 51px;
 	padding: 0 45px;
}
h3 {
 	font-size: 26px;
 	line-height: 30px;
  	color: #343433;	
	font-family: "Open Sans";
	font-weight: 800;
	letter-spacing:-1px;
	text-align:center;
	margin:0 0 27px;
}
h5 {
 	font-size: 24px;
 	line-height: 30px;
  	color: #000;	
	font-family: "Open Sans";
 	font-weight: 400;
	font-style:italic;
 	margin: 0 0 1px;
}
h6 {
 	font-size: 12px;
 	line-height: 20px;
  	color: #000;	
	font-family: "Open Sans";
 	font-weight: 700;
	text-align:center;
	text-transform:uppercase;
 	margin: 0 0 11px;
}
/*---------------------------------------- 
				Header
---------------------------------------- */
#header {
	padding:56px 0 23px;
}
/*---------------------------------------- 
				Logo
---------------------------------------- */
#header h1 {
	margin:0;
}
	.logo {
		display:block;
		width:150px;
		height:27px;
		text-indent:-5000px;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
/*---------------------------------------- 
				Content
---------------------------------------- */
#content {
	padding: 114px 0 114px 0;
}

/*---------------------------------------- 
				Book
---------------------------------------- */
.book {
	float:left;
	margin: 0 -5px 0 0;
}
.book-info {
	font-size: 16px; 
 	line-height: 19px;
 	color: #3f3f3f;	
	font-weight: 300;
	text-align: center;
	padding:25px 30px 0 0;
	overflow: hidden;
}	
	.company-logo {
		margin: 0 0 55px 0;
	}	
	.book-info p {
		padding: 0 140px;
		margin:0 0 24px;
	}
	
.popup-book .book {
	margin:5px 23px 0 -41px;
}
.popup-book .book-info {
	text-align:left;
	padding:0 19px 0 0;
	overflow:visible;
}

.book-mini .book {
	margin:0 34px 0 0;
}
.book-mini .book-info {	
	font-size: 24px;
 	line-height: 32px;
	text-align:left;	
	font-weight:300;
	font-style:italic;
	padding:9px 0 0;
}
/*---------------------------------------- 
				Button
---------------------------------------- */	
.button {
	display: inline-block;
	cursor:pointer;
	font-size: 22px;
	line-height:26px;
	color: #fff;
	font-family: "Open Sans";
	font-weight: 400;
	text-decoration: none;
	text-transform:uppercase;
	padding: 20px 79px 20px 33px;	
	background: #eb792a;
	border:1px solid #ed8b46;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	.button:hover {
		background-color: #e26e1e;
		border-color: #e26e1e;
	}
	.btn-text {
		display:inline-block;
		position: relative;	 
	}
		.btn-text:after {
			content:'';
			display: inline-block;
			width: 24px;
			height: 24px;
			margin-left: 22px;
			background: url(../images/arrow.png) 0 0 no-repeat;
			position: absolute;
			left: 100%;
			top:2px;
		}	

/*---------------------------------------- 
				Footer
---------------------------------------- */
#footer {
	padding: 43px 0 36px;
	border-top: 1px solid #494a4b;
 	border-bottom: 1px solid #7d7e7f;	
 	background: #2f3031;	
	width:100%;
	position: absolute;
 	bottom: 0;
 	left: 0;
}
.copyright {	
	font-size: 14px;
	line-height: 20px;
	color:#909090;
	font-weight: 300;
	padding: 0 0 0 62px;
}

/*---------------------------------------- 
			Popup
---------------------------------------- */	
.bg-overlay {
	display:none;
	background:rgba(4,5,10,.6);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:100;
}
.popup-box {
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:101;
}	
	.box-content {
		width:644px;
		background:url(../images/bg-popup.jpg) 0 0 no-repeat #fff;
		top:207px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}
		.box-inner {padding:25px 55px 30px;}

		
.btn-close {
	width:29px;
	height:29px;
	font-size:0;
	line-height:0;
	background:url(../images/bg-close.png) 0 0 no-repeat;
	position:absolute;
	top:-15px;
	right:-14px;
}

/*---------------------------------------- 
			Complete
---------------------------------------- */
.diagram-line {
	height:2px;
	border:1px solid #e2e2e2;
	background:#fff;
	margin:0 0 32px;
	position:relative;
}
	.complete {
		height:4px;
		width:50%;
		background:url(../images/loading.gif) 0 0 no-repeat;
		position:absolute;
		left:0;
		top:-1px;
	}
	
/*---------------------------------------- 
				Form
---------------------------------------- */
.field {	
	margin:0 0 9px;
	position:relative;
}
.form-control {
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#9b9b9b;
	font-family: "Open Sans";
 	font-weight: 400;
	padding:8px 15px;
	background:#fff;
	border:1px solid #d0dce2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

/* Error */
.field.error:after {
	display:block;
	content:'';
	width:24px;
	height:24px;
	background:url(../images/error-icon.png) 0 0 no-repeat;
	position:absolute;
	left:100%;
	top:50%;
	margin:-12px 0 0 15px;	
}
.error .form-control {
	background:#ffebeb;
	border:1px solid #ff8989;
}

.error-msg {
	display:none;
	font-size:14px;
	line-height:20px;
	color:#ff4b4b;
	font-family: "Open Sans";
 	font-weight: 400;
	text-align:center;
	padding:6px 0 0 0;
}
	.error-msg.error {display:block;}

.form-buttons {
	padding:24px 0 0 0;
	text-align:center;
}
	.form-buttons .button {
		font-size:18px;
		line-height:24px;
		padding: 13px 64px 11px 24px;	
	}
	
	.form-buttons .button .btn-text:after {
		width: 20px;
		height: 18px;
		margin-left: 17px;
		background: url(../images/arrow-small.png) 0 0 no-repeat;
		top:3px;
	}
	
::-webkit-input-placeholder {color:#545252;}
::-moz-placeholder          {color:#545252;}/* Firefox 19+ */
:-moz-placeholder           {color:#545252;}/* Firefox 18- */
:-ms-input-placeholder      {color:#545252;}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

/*---------------------------------------- 
				Giveaway
---------------------------------------- */
.giveaway {background:#fff;	}
	.giveaway .extra {background:url(../images/bg-bot.jpg) center bottom repeat-x;}
	.giveaway .container {width:956px;}
	.giveaway #header .container {width:1100px;}
	
	.giveaway #content {padding:0 0 70px;}
	
.col-1,
.col-2 {
	float:left;
	position:relative;
}
.col-1 {
	width:336px;
	margin-right:80px;
}
.col-2 {width:540px;}

.box {
	padding:35px 20px 24px 69px;
	border:1px dashed #959595;
	margin:0 0 58px;
}

.rule {
	color:#0a416c;
	padding:15px 0 20px 22px;
	margin:40px 35px 40px 0;
	background:#e7f1fa;
	position:relative;
}
	.rule:after {
		content:'';
		display:block;
		width:59px;
		height:159px;
		background:url(../images/rule-arrow.png) 0 0 no-repeat;
		position:absolute;
		left:100%;
		top:50%;
		margin-top:-81px;
	}
	
.widget {padding:6px 0 0 0;}
	
	
/* #Clearing
================================================== */

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}