/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------- */

body {
	padding:0;
	margin:0;
	line-height: 1;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background-color:#EEE5CE;
	background:url(images/fall.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eae0c5; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #eae0c5; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
a {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#fff;
}
a:hover {
	color:#A4AB79;
}
h1 {
	font-size:40px;
}
.offer {
	width:42%;
	float: left;
	box-sizing: border-box;
	position: fixed;
	bottom:0px;
	top:0px;
	background:rgba(188,51,17,0.7);
	color:#fff;
	text-align: center;
	/*position:absolute;*/
	bottom:0px;
	box-sizing: border-box;
	overflow-y: scroll;
	padding-bottom:50px;
}
.offer h1 {
	text-align:center;
	padding-bottom:20px;
	color:#EAE0C5;
	font-size:58px;
	line-height:40px;
	font-variant-caps: all-small-caps;

}
.offer h3 {
	font-size:24px;
	padding-bottom:18px;
}

.offer-wrap {
	max-width:400px;
	display: block;
	margin: auto;
}


.wrapper {
	width:58%;
	float: left;
	box-sizing:border-box;
	background:#FFFFFF;
	position: absolute;
	margin-left: 42%;
	bottom:0px;
	top:0px;
	padding: 0px;

}
.wrapper-row {position:relative; height: auto; width: 100%; float: left;}
.logo {
	width:100%;
	background-color:#fff;
	text-align:center;
}
.logo img {
	width:250px;
	margin:20px auto 20px auto;
}
.company {
	width:58%;
	float: left;
	position: absolute;
	margin-left: 42%;
	background-color:#677621;
	text-align:center;
	/*margin:0 0 0px 0;*/
	padding:0px;
	box-shadow: 0px 0px 15px #000000;
}
.company img {
	position:absolute;
	z-index:9999;
	left:100px;
}
.company p {
	padding:10px;
	font-size:14px;
	text-align: right;
}
#video {
	height: 320px;
	width: 320px;
	bottom:0px;
	left:-1px;
	position:absolute;
	z-index:99;
}
.mobile {
	display:none;
}
.disclaimer {
	width:95%;
	max-width: 900px;
	text-align:left;
	margin:0px auto;
	padding:0px;
	border-radius:20px;
	background-color:#EEE7C6;
	/*box-shadow: 0px 0px 15px #000000;*/
}
.disclaimer p {
	padding:20px;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	color:#9A634B;
	width:90%;
	max-width:875px;
	margin:auto;
}

/*-------------------Certificate----------------*/
.cert {width:60%; margin: 50px auto; display: block; max-width:700px; background:#eee; padding: 50px; box-sizing: border-box; box-shadow: 5px 5px 50px #1F4370; color:#000000;}
.timestamp {
	position:absolute;
	bottom:0px;
	right:0px;
	margin:20px 20px 20px 20px;
}

/*-------------------Form----------------*/

.form, .form table {width:100%;}
input    {
	width:85%;
	display:block;
	height: 25px;
	font:14px/18px Century Gothic, Helvetica, Arial, sans-serif;
	font-weight:400;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 15px;*/
	padding:2px 5px;
	margin:5px auto;
}

input:focus { 
	outline:none;
	background-color:#A4AB79;
	color:#FFFFFF;
}

/*----form btn----*/
input[type="submit"] {
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	width:180px;
	height:auto;
	box-shadow:0px 5px 10px #000000;
	border-radius:15px;
	border: none;
	padding:10px 5px;
	margin:10px auto;
	background:#4A4D08;
	-webkit-appearance: none;
}

input[type="submit"]:hover {
	background-color:#A4AB79;
	box-shadow:0px 0px 5px #000000;
}
textarea {
	width:85%;
	display:block;
	height: 100px;
	font:14px/18px Century Gothic, Helvetica, Arial, sans-serif;
	font-weight:400;
	padding:10px 5px;
	margin:5px auto;
	border:none;
}

textarea:focus {
	outline:0;
	background-color:#474747!important;
	color:#FFFFFF;
}
label {color: #fff;}
/*-----------tablet---------*/
@media only screen and (max-width:768px) {
	.offer, .wrapper {
		width:100%; position: relative; margin: auto; padding-bottom:50px; display: block; /*background:transparent;*/
	}
	.company {
	width:100%;
	float: left;
	position: relative;
	margin:auto;
	padding:0px;
	box-shadow: 0px 0px 15px #000000;
}
	.company, .company p {text-align:center;}
	body {
		background:url(images/fall.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.offer h1 {text-shadow:2px 2px 50px #0B3046;}
	.offer h3 {text-shadow:2px 2px 10px #0B3046;}
}

@media only screen and (max-width:592px) {
	#offer {font-size:18px;}
}
@media all and (max-width:320px) {


}