@charset "utf-8";
/* RESET CSS
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font-size: 100%;
}
a:link, a:visited {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	text-decoration: none;
	color: #2eb0e4;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a:hover, a:active {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	text-decoration: none;
	color: #008fc8;
	cursor: pointer;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
::selection {
	background: #2eb0e4;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
 background: #2eb0e4;
 color: #fff;
 text-shadow: none;
}
/* BASIC CSS
--------------------------------------------- */

body {
	background:#d2b48c;
	color: #3c3c3c;
	font:14px/24px Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.container {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
/* TYPOPGRAPHY
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "OpenSansRegular", Arial, Helvetica, sans-serif;
	color: #3c3c3c;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
	text-decoration: none;
	font:14px/24px "OpenSansRegular", Arial, Helvetica, sans-serif;
}
/* HEADER
--------------------------------------------- */
#header {
	margin: 0px;
	padding:0px 0px;
	height: auto;
}/*
#header .logo {
	float: left;
	padding: 50px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
}*/

#maincontent {
  height: auto;
  margin:0;
  padding:0;
}
#maincontent .middlebox {
	text-align:center;
	margin:0 auto;
}
#maincontent .offerbox {
	border:2px dashed #ffffff;
	width:670px;
	margin:60px auto 20px auto;
	padding:5px;
	border-radius:5px;
}
#maincontent .offerboxcnt {
	background:#ffffff;
	margin:0 auto;
	padding:40px;
	border-radius:5px;
	text-align:center;
}
#maincontent .offerboxcnt h1 {
	color:#ef7701;
	font:36px/38px "OpenSansBold", Arial, Helvetica, sans-serif;
}
#maincontent .offerboxcnt h3 {
	font:18px/28px "OpenSansRegular", Arial, Helvetica, sans-serif;
	color:#757575;	
	margin:40px 0px;
}
#maincontent .offerboxcnt h2 {
	font:28px/30px "OpenSansSemibold", Arial, Helvetica, sans-serif;
	color:#212121;	
}
a.orange-btn {
	font:22px/30px "OpenSansSemibold", Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:#ef7600;
	border:1px solid #de6e00;
	border-radius:3px;
	padding:14px 36px;
	display:inline-block;
}
a.orange-btn:hover {
	background:#d16700;
}