/**
 * 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;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration { -webkit-appearance:none; }
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
/* reset form */
input[type="email"], input[type="search"],
input[type=text], input[type=checkbox],
input[type=password], input[type=file],
input[type=submit], input[type=tel],
input[type=email], textarea {
 -webkit-appearance: none;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
strong {
	font-weight:bold;
}

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

body {
	padding:0;
	margin:0;
	line-height: 1;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background-image:url(images/bkgd.jpg);
}
a {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#7f5d49;
}
a:hover {
	color:#3c2110;
}
#bug {
	background-image:url(images/bug.png);
	background-repeat:no-repeat;
	width:200px;
	height:200px;
	position:absolute;
	margin-top:-100px;
}
.wrapper {
	width:95%;
	max-width: 900px;
	min-height:600px;
	margin:20px auto;
	background-image:url(images/bg-cta.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-size:cover;
	border-radius:20px;
	position:relative;
	box-shadow: 0px 0px 15px #000000;
}
.logo {
	width:100%;
	background-color:#fff;
	text-align:center;
	box-shadow:0px 2px 5px #B7AFA0;
}
.logo img {
	width:300px;
	margin:20px auto 20px auto;
}
.company {
	width:100%;
	background-color:#fff;
	text-align:center;
	margin:10px 0px;
	padding:0px;
}
.company p {
	padding:5px 0 5px 0;
	font-size:14px;
	color:#7f5d49;
}
#video {
	height: 320px;
	width: 320px;
	bottom:0;
	position:absolute;
}
.submit {
	background-color:#FFFFFF;
	padding:10px;
	margin:-10px -10px 10px -10px;
	text-transform:uppercase;
	color:#3c2110;
}
.mobile {
	display:none;
}
#offer {
	display:none;
}
.disclaimer {
	width:95%;
	max-width:900px;
	margin:auto;
	text-align:left;
	padding:0px;
	border-radius:20px;
	background: #f0e8c9;
	font-family:helvetica, arial, sans serif;
}
.disclaimer h1 {
	padding:5px 0;
	font-size:24px;
	line-height:24px;
	letter-spacing:1px;
	color:#fff;
	width:90%;
	margin:auto;
	padding:20px 0;
}
.disclaimer p {
	padding:5px 0;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	color:#3c2110;
	width:90%;
	margin:auto;
	padding:20px 0;
}
.disclaimer p span {
	font-size:24px;
	line-height:24px;
	color:#ECC56B;
}
.disclaimer strong {
	font-weight:bolder;
	font-size:16px;
}

/*-------------------Certificate----------------*/
#certHolder {
	max-width:700px!important;
	margin:10px auto 10px auto!important;
	color:#000;
	padding:10px;
	position:relative;
	overflow:auto;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	background-color:#f0ecda;
}
#certHolder p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
#certHolder li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
}
#certHolder h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	line-height:30px;
}
#certHolder img {
	max-width: 100%;
    height: auto;
}
#certLogo {
	margin:0 0 20px 0;
	position:relative;
	background:#fff;
}
#certInfo {
	width:100%;
	margin-bottom:10px;
	position:relative;
}
#certOffer {
	width:100%;
	max-width:300px;
	margin-bottom:20px;
	position:relative;
	float:right;
}
#certLeft {
	float:left;
	margin-bottom:10px;
	position:relative;
}
#disc {
	width:100%;
	float:left;
	margin-bottom:60px;
}
#cut {
	border:dashed 2px #3c2110;
	padding:10px;
	overflow:auto;
}
.timestamp {
	position:absolute;
	bottom:0px;
	right:0px;
	margin:20px 20px 20px 20px;
}

/*-------------------Form----------------*/
.form {
	background-color:#bdb69b;	
	padding:10px;
	width:250px;
	height:auto;
	position:absolute;
	right:30px;
	top:135px;
	bottom:0px;
	box-shadow: -3px 3px 15px #000000;
	border-radius:10px 10px 0px 0px;
	color:#4D4D4D;
}

input    {
	width:185px;
	display:block;
	border: 1px solid #000;
	height: 25px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	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 10px;
	margin:5px;
}

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


input[type="submit"] {
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	width:100%;
	height:auto;
	box-shadow:0px 5px 10px #000000;
	border-radius:15px;
	padding:10px 5px 10px 5px;
	margin:10px auto;
	background:#f37121; /* Old browsers */
}

input[type="submit"]:hover {
	box-shadow:0px 0px 5px #000000;
}

/*-----------------DROPDOWN------------------*/
#InsertRecordCommunity {
	  	border: 1px solid #999!important;.  /*Removes border*/
     -webkit-appearance: none!important;  /*Removes default chrome and safari style*/
     -moz-appearance: none!important;  /*Removes default style Firefox*/
	font:16px/18px Century Gothic, Helvetica, Arial, sans-serif;
	border-radius:15px;
	background-color:#FFF!important;
	background:url(../images/bg-arrow.png) 170px 0px no-repeat;
	background-size:contain;
	width:200px;
	text-indent: 0.01px;          /* Removes default arrow from firefox*/
    text-overflow: "";               /*Removes default arrow from firefox*/
	filter: alpha(opacity=0);
}
/*-------------------------------------------*/	 

#InsertRecordCommunity:focus {
	outline:0;
	background-color:#474747!important;
	color:#FFFFFF;
	
}

select {
     -webkit-appearance: none!important;  /*Removes default chrome and safari style*/
     -moz-appearance: none!important;  /*Removes default style Firefox*/
	padding:5px 10px;
	margin:5px;
	outline: 0!important;
	border: 1px solid #000!important; /*Removes border*/
	font:14px/18px Century Gothic, Helvetica, Arial, sans-serif;
	border-radius:15px;
	background-color:#FFF!important;
	background:url(images/bg-arrow.png) 180px 0px no-repeat;
	background-size:contain;
	width:210px;
	text-indent: 0.01px;          /* Removes default arrow from firefox*/
    text-overflow: "";               /*Removes default arrow from firefox*/
	filter: alpha(opacity=0);
}
select:focus {
	outline:0;
	background-color:#ada400!important;
	color:#FFFFFF;
}

textarea {
	width:185px;
	display:block;
	border: 1px solid #000;
	height: 65px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	font:14px/18px Century Gothic, Helvetica, Arial, sans-serif;
	font-weight:400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 15px;
	padding:5px 10px;
	margin:5px;
}

textarea:focus {
	outline:0;
	background-color:#ada400!important;
	color:#FFFFFF;
}
/*--------------------*/
@media only screen and (max-width:768px) {
	.wrapper {
		width: 95%;
		max-width:700px;
		margin:15px auto;
		background-image:url(images/bg-cta-tablet.jpg);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:cover;
		border-radius:20px;
	}
	.company p {
		padding:5px 0 5px 0;
		font-size:16px;
	}
	.cta {
		width:95%;
		margin:auto;
		height:auto;
	}
	.form {
	background-color:#bdb69b;	
	padding:10px;
	width:280px;
	height:auto;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	box-shadow: -3px 3px 10px #000000;
	border-radius:0px 20px 20px 0px;
	color:#4D4D4D;
	overflow:hidden;
}
	.mobile {
		display:none;
	}
	#offer {
		display:none;
	}
	.disclaimer {
		max-width:700px;
	}
}

@media only screen and (max-width:592px) {
	#bug {
		display:none;
	}
	.wrapper {
		width: 95%;
		max-width:400px;
		height:auto;
		min-height:450px;
		margin:20px auto;
		background-image:none;
		background-color:#bdb69b;
		border-radius:10px;
		padding-bottom:40px;
	}
	.company p {
		padding:5px 0 5px 0;
		font-size:16px;
	}
	.submit {
		display:none;
	}
	#offer {
		width:100%;
		display:block;
		background-color:#fff;
		color:#fff;
		position:relative;
		border-radius:10px 10px 0px 0px ;
	}
	#offer h1 {
		padding:20px;
		text-align:center;
		color:#3c2110;
		font-size:24px;
		line-height:30px;
	}
	.cta {
		width:95%;
		margin:auto;
		height:auto;
		
	}
	.form {
	background-color:transparent;	
	padding:10px;
	margin:auto;
	width:80%;
	height:100%;
	position:relative;
	box-shadow:none;
	color:#fff;
	top:0px;
}
	.mobile {
		width:100%;
		margin:0px auto;
		padding:0 0 15px 0;
		display:block;
	}
	#m-btn {
		width:99.5%;
		background-color:#3c2110;
		margin:10px auto;
		padding:10px 0px;
		box-shadow:0px 0px 5px #000000;
		border:#2B2B2B 1px solid;
	}
	#m-btn:hover {
		background-color:#5b3d2b;
	}		
	#m-btn img {
		display: block;
   		margin: 0;
   		padding:15px 0 0 0;
		
	}
	#m-btn p {
		color:#fff;
		text-align:center;
		font-size:18px;
		text-transform:uppercase;
		text-decoration:none;
		
	}
	#icon-pho {
		width:100px;
		height:100px;
		margin:auto;
		background-image:url(images/img-icons-pho.png);
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
	}
	#video {
		display:none;
	}
	
}

@media all and (max-width:480px) {
	.wrapper {
		max-width:300px;
		margin:20px auto;
		background-image:none;
		border-radius:10px;
	}
	.form {
		width:75%;
		margin:20px auto;
		float:none;
		overflow: visible;
	}
}