/**
 * 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;
}

/* ------------------------------- */
@font-face {
    font-family: 'familiar_probold';
    src: url('fonts/familiar_pro-bold-webfont.eot');
    src: url('fonts/familiar_pro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/familiar_pro-bold-webfont.woff') format('woff'),
         url('fonts/familiar_pro-bold-webfont.ttf') format('truetype'),
         url('fonts/familiar_pro-bold-webfont.svg#familiar_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	padding:0;
	margin:0;
	line-height: 1;
	font-family:'familiar_probold', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #0f2b5b;
	background:url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
a {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#B39444;
}
a:hover {
	color:#FFFFFF;
}
.bug {
	position:absolute;
	margin-top:-50px;
	z-index:-10;
}
#bug span {
	padding:5px;
	border:#0f2b5b solid 3px;
	line-height:48px;
}
#bug a {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#ffffff;
}
#bug span:hover {
	color:#FFFFFF;
	border:#ffffff solid 3px;
	background-color:#0f2b5b;
}
.wrapper {
	width:95%;
	max-width: 900px;
	min-height:800px;
	margin:20px auto;
	/*background-image:url(images/bg-cta.jpg);*/
	background-repeat:no-repeat;
	background-position:left;
	background-size:cover;
	border-radius:60px 60px 60px 0;
	border:6px solid #fff;
	position:relative;
	box-shadow: 0px 4px 8px #000000;
}
.wrapper h1 {
	font-size:60px;
	line-height:60px;
	width:100%;
}
.wrapper p {
	line-height:24px;
}
#offer ul {
	padding:10px;
	margin:390px 0 0 -20px;
	/*max-width:530px;*/
	color:#fff;
	font-size:20px;
	line-height:34px;
	text-transform:uppercase;
	border:dashed 1px #fff;
	border-radius:0 0 60px 0;
	background-color:#628620;
}
.logo {
	padding-top:10px;
	width:100%;
	text-align:center;
}
.logo h1 {
	font-size:6vmin;
}
.logo h1 span {
	text-transform:uppercase;
}
.logo img {
	margin:10px auto 10px auto;
}
.company {
	width:100%;
	text-align:center;
	margin:10px 0px;
	padding:0px;
	border-top:1px solid #0f2b5b;
	border-bottom:1px solid #0f2b5b;
}
.company p {
	padding:5px 0 5px 0;
	font-size:14px;
}
#video {
	max-width: 598px;
	bottom:178px;
	left:0px;
	position:absolute;
	overflow:hidden;
}
#video .arrow {
	position:absolute;
	z-index:99;
	left:0;
	bottom:0;
}
.submit {
	padding:10px;
	margin:-20px -10px 10px -10px;
	text-transform:uppercase;
	color:#fff;
	border-radius:0px 16px 0px 0px;
}
.mobile {
	display:none;
}
#offer {
	display:block;
	font-size:8vmin;
	padding:20px;
}

#offer span {
	background-color:#4d585a;
	padding:10px;
	font-size:4.5vmin;
	line-height:11vmin;
}
#offer p {
	font-size:16px;
	width:55%;
}
.disclaimer {
	width:100%;
	text-align:left;
	margin:-40px 0 0 0;
	padding:40px 0px 0px 0px;
}
.disclaimer p {
	padding:5px 0;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	color:#fff;
	width:90%;
	max-width:875px;
	margin:auto;
	padding-bottom:20px;
	text-align:center;
	text-transform:uppercase;
}
.disclaimer p span {
	color:#ECC56B;
}

/*-------------------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: rgb(211,211,211); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(211,211,211,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(45deg, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#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;
}
#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 #CCC;
	padding:10px;
	overflow:auto;
}
.timestamp {
	position:absolute;
	bottom:0px;
	right:0px;
	margin:20px 20px 20px 20px;
}


/*-------------------Form----------------*/
.form {
	background-color:rgba(255,255,255,0.8);	
	padding:75px 10px 10px 10px;
	width:250px;
	height:auto;
	position:absolute;
	right:20px;
	bottom:20px;
	box-shadow: 0px 4px 10px #000000;
	border-radius:0px 20px 20px 0px;
	border:6px solid #fff;
	color:#ffffff;
	z-index:999999;
}

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:#0f2b5b;
	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: #0f2b5b; /* 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 {
	v-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);

	-webkit-appearance: none !important;
	padding:5px 10px;
	margin:5px;
	outline: 0!important;
	
	border: 1px solid #000!important;.  /*Removes border*/
     -webkit-appearance: none!important;  /*Removes default chrome and safari style*/
     -moz-appearance: none!important;  /*Removes default style Firefox*/
	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:#46A748!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:#4D585A!important;
	color:#FFFFFF;
}
/*--------------------*/
@media only screen and (max-width:790px) {
	.wrapper {
		width: 95%;
		max-width:700px;
		margin:15px auto;
		background-image:url(images/bg-cta-tablet.png);
		background-repeat:no-repeat;
		background-position:bottom left;
		background-size:cover;
		border-radius:20px;
	}
		.wrapper-cert {
		width: 100%;
		max-width:700px;
		margin:15px auto;
		background-repeat:no-repeat;
		background-position:bottom left;
		background-size:cover;
		border-radius:20px;
		height:auto;
	}
	.wrapper h1 {
	font-size:50px;
	line-height:50px;
	}
	.wrapper p {
	line-height:24px;
	}
	#offer ul {
	font-size:16px;
	line-height:34px;
	}
	.company p {
		padding:5px 0 5px 0;
		font-size:16px;
	}
	.cta {
		width:95%;
		margin:auto;
		height:auto;
	}
	.form {
		width:250px;
	}
	.mobile {
		display:none;
	}
	#offer {
		display:block;
		font-size:8vmin;
	}
	#offer span {
		font-size:4vmin;
		padding-right:20px;
	}
	#offer p {
		width:45%;
	}
	#video {
	max-width: 592px;
	}
	#video .arrow {
	display:none;
	}
	#offer-cert {
	display:block;
	font-size:7.5vmin;
	padding:20px;
}

#offer-cert span {
	font-size:2.5vmin;
	line-height:6vmin;
	color:#203447;
}
#offer-cert p {
	font-size:16px;
	line-height:6vmin;
	width:100%;
}
}

@media only screen and (max-width:692px) {
	#bug {
	height:auto;
	padding:20px;
	background:#4D585A;
	border:#FFFFFF solid 3px;
	font-size:5vmin;
	text-transform:uppercase;
	border-radius:0px 0px 20px 20px;
}
#bug span {
	padding:5px;
	border:#0f2b5b solid 3px;
	line-height:48px;
}
#bug a {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#ffffff;
}
#bug span:hover {
	color:#FFFFFF;
	border:#ffffff solid 3px;
	background-color:#0f2b5b;
}
.wrapper h1 {
	font-size:36px;
	line-height:36px;
	width:100%;
}
.wrapper p {
	line-height:24px;
}
#offer ul {
	display:none;
}
	.wrapper {
		width: 100%;
		max-width:400px;
		min-height:300px;
		/*height:650px;*/
		margin:20px auto;
		background-image:none;
		background-color:rgba(255,255,255,0.8);	
		border-radius:10px;
		padding-bottom:-50px;
		overflow:hidden;
	}
	.wrapper-cert {
		width: 100%;
		max-width:400px;
		max-height:465px;
		height:auto;
		margin:20px auto;
		background-image:none;
		background-color:#fa9a2a;
		border-radius:10px;
		padding-bottom:40px;
	}
	.company p {
		padding:5px 0 5px 0;
		font-size:16px;
	}
	#offer {
		background-color:rgba(255,255,255,0.8);	
		height:auto;
		margin-bottom:80px;
	}
	#offer span {
		line-height:15vmin;
		color:#ffffff;
	}
	#offer p {
		width:90%;
	}
	.cta {
		width:95%;
		margin:auto;
		height:auto;
		
	}
	.form {
	background-color:transparent;	
	padding:10px;
	margin:75px auto 20px auto;
	width:50%;
	height:100%;
	border:none;
	position:relative;
	box-shadow:none;
	color:#fff;
}
	.submit {
		display:none;
	}
	.mobile {
		width:100%;
		margin:0px auto;
		padding:0 0 15px 0;
		display:block;
	}
	#m-btn {
		width:99.5%;
		background-color:#0f2b5b;
		margin:10px auto;
		padding:10px 0px;
		box-shadow:0px 0px 5px #000000;
		border:#2B2B2B 1px solid;
	}
	#m-btn:hover {
		background-color:#C57484;
	}		
	#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;
	}
#offer-cert {
	display:block;
	font-size:7.5vmin;
	padding:20px;
}

#offer-cert span {
	font-size:18px;
	line-height:6vmin;
	color:#203447;
}
#offer-cert p {
	font-size:16px;
	width:100%;
	line-height:6vmin;

}	
}

@media all and (max-width:320px) {
	.wrapper {
		max-width:300px;
		margin:20px auto;
		background-image:none;
		border-radius:10px;
		/*min-height:650px;*/
	}
	.wrapper-cert {
		max-width:300px;
		margin:20px auto;
		background-image:none;
		border-radius:10px;
	}
	.form {
		width:65%;
		margin:20px auto;
		float:none;
	}
		#bug {
	width:125px;
	height:100px;
	padding:20px;
	position:absolute;
	top:500px;
	left:23%;
	background:#0f2b5b;
	border:#FFFFFF solid 3px;
	font-size:18px;
	text-transform:uppercase;
	z-index:99;
	box-shadow:#000000 5px 5px 10px;
}
}