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

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

body {
	padding:0;
	margin:0;
	line-height: 1;
	font-family:'proxima-nova-alt', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background:#fff;
	height: 100%;
	width: 100%;
}
a {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#453936;
	font-family:'proxima-nova-alt', Helvetica, Arial, sans-serif;
	-webkit-transition:color 1s;
	transition:color 1s;
}
h1 {
    font-family: 'proxima-nova-alt';
	font-size:100px;
	text-transform:uppercase;
}
h2 {
    font-family: 'proxima-nova-alt';
	font-size:24px;
	text-transform:uppercase;
}
p {
	font-size:21px;
	color:#CE8233;
}
.headline {
	background:#D38030;
	width:100%;
	float:left;
}
.headline h2 {
	margin:10px;
	text-align:center;
	
}
.content {
	width:60%;
	margin:auto;
	padding:30px 10px 0px 20px;
	float:left;
}
.content p {
	color:#000000;
}
#bug {
	background-image:url(images/bug.png);
	background-repeat:no-repeat;
	width:200px;
	height:200px;
	position:absolute;
	margin-top:-100px;
}
.wrapper {
	width:100%;
	max-width: 70%;
	min-height:350px;
	position:relative;
	margin:0px;
	padding:0px;
	background:#47515B;/* IE6-9 fallback on horizontal gradient */
	z-index:999999;
	display:inline-block;
	vertical-align:top;
	float:right;
	background:url(images/bg-bluebg.gif) repeat;

}
.container {
	width:100%;
	position:relative;
}
.bg-location {
	background:url(images/bg-location.jpg) no-repeat;
	background-size:cover;
	background-position:left 10%;
	width:30%;
	float:left;
	height:150px;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.bg-deck {
	background:url(images/bg-deck.jpg) no-repeat;
	background-size:cover;
	background-position:right;
	width:30%;
	float:left;
	height:577px;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.bg-inside {
	background:url(images/bg-inside.jpg) no-repeat;
	background-size:cover;
	background-position:left 27%;
	width:70%;
	height:348px;
	display:inline-block;
	vertical-align:top;
}

#cert {
}

#cert h1 {
	font-size:36px;
}
#cert p {
	font-size:19px;
}
.logo {
	width:100%;
	background-color:#fff;
	text-align:center;
	overflow:auto;
}
.logo img {
	width:300px;
	margin:20px;
	float:left;
}
.company {
	width:225px;
	text-align:center;
	margin:10px auto;
	padding:0px;
	float:right;
}
.company ul {
	margin-right:20px;
}
.company li {
	padding:5px 0 5px 0;
	font-size:18px;
	line-height:24px;
	color:#CBCBCD;
	margin:auto;
}
#video {
	height: 320px;
	width: 320px;
	bottom:0;
	position:absolute;
}
.mobile {
	display:none;
}
#offer {
	display:none;
}
.disclaimer {
	width:100%;
	height:100%;
	text-align:left;
	margin:0px;
	padding:0px 0px 15px 0px;
	z-index:101;
	margin-top:50px;
	float:left;
}
.disclaimer p {
	padding:5px 0;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	color:#fff;
	width:95%;
	margin:auto;
}
.disclaimer p span {
	font-size:24px;
	line-height:24px;
	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:'proxima-nova-alt', Helvetica, sans-serif;
	font-size:9px;
}
#certHolder li {
	font-family:'proxima-nova-alt', Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
}
#certHolder h1 {
	font-family:'proxima-nova-alt', 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:#463B37;
	padding:22px 0px 0px 0px;
	width:240px;
	position:relative;
	display:inline-block;
	color:#4D4D4D;
	float:right;
}

label {
	display:block;
	text-align:center;
	color:#fff;
}
input    {
	width:185px;
	display:block;
	border:none;
	height: 25px;
	font:14px/18px 'proxima-nova-alt', Helvetica, Arial, sans-serif;
	font-weight:400;
	padding:2px 10px;
	margin:5px;
}

input:focus { 
	outline:none;
	border:none;
	color:#000;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}


input[type="submit"] {
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:24px;
	width:100%;
	height:auto;
	padding:10px 5px 10px 5px;
	margin:10px auto;
	background:#D38030;
	color:#FFFFFF;
	border:none;
	-webkit-transition:background 1s, color 0.5s;
	transition:background 1s, color 0.5s;
}


/*-----------------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 'proxima-nova-alt', 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 'proxima-nova-alt', 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:#CDBE8A!important;
	color:#FFFFFF;
}

textarea {
	width:185px;
	display:block;
	border: 1px solid #000;
	height: 50px!important;
	-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 'proxima-nova-alt', Helvetica, Arial, sans-serif;
	font-weight:400;
	padding:5px 10px;
	margin:5px;
}

textarea:focus {
	outline:0;
	background-color:#CDBE8A!important;
	color:#FFFFFF;
}
label span {display:none;}

.thankyou {
	min-height:385px;
	font-family:'proxima-nova-alt', Helvetica, Arial, sans-serif!important;
}
.btn {
	background:#473B37;
	color:#FFFFFF;
	padding:10px;
	font-size:18px;
	-webkit-transition:background 1s, color 1s;
	transition:background 1s, color 1s;
	position:absolute;
}

/*--------------------*/
@media only screen and (min-width:1080px) {
	.form {
		float:left;
	}
}
@media only screen and (max-width:983px) {
	.content {
		width:50%;
	}
	h1 {font-size:72px; width:95%;}
	p {width:95%;}
	.company p {
		padding:5px 0 5px 0;
		font-size:16px;
	}
	.cta {
		width:95%;
		margin:auto;
		height:auto;
	}
	.form {
		width:250px;
		top:0px;
		right:0px;
	}
	.mobile {
		display:none;
	}
	#offer {
		display:none;
	}
	#wrap-image {
		display:none;
	}
}

@media only screen and (max-width:826px) {
	.content {
		width:95%;
		margin:auto;
		padding:15px 0px 0px 30px;
		float:none;
		display:block;
	}
	p {
		font-size:18px;
		color:#CE8233;
	}
	#bug {
		display:none;
	}
	.wrapper {
		width: 50%;
		height:auto;
		min-height:595px!important;
		padding-bottom:5px;
		text-align:center;
		position:relative;
	}

	.bg-woman {
		background:url(images/bg-woman.jpg) no-repeat;
		background-size:cover;
		background-position:left 27%;
		width:70%;
		height:235px;
		display:inline-block;
		vertical-align:top;
	}
	.bg-location {
		background:url(images/bg-location.jpg) no-repeat;
		background-size:cover;
		width:50%;
		float:left;
		display:inline-block;
		vertical-align:top;
		height:216px;
	}
	.bg-deck {
		background-position:center;
		height:384px;
		width:50%;
	}
	.bg-inside {
		width:100%;
	}

	h1 {
		font-size:48px;
	}
	.company p {
		padding:5px 0 5px 0;
		font-size:16px;
	}
	#offer {
		width:100%;
		display:block;
		color:#fff;
		position:relative;
	}
	#offer h1 {
		padding:20px;
		text-align:center;
		color:#fff;
		font-size:24px;
		line-height:30px;
	}
	.cta {
		width:95%;
		margin:auto;
		height:auto;
		
	}
	.form {
		float:none!important;
		display:block;
		margin:10px auto;
		height:auto;
		z-index:-1;
	}
	.mobile {
		width:100%;
		margin:0px auto;
		padding:0 0 15px 0;
		display:block;
		float:left;
	}
	#m-btn {
		width:99.5%;
		background:#47515B;
		margin:10px auto;
		padding:10px 0px;
		box-shadow:0px 0px 5px #000000;
		border:#2B2B2B 1px solid;
		-webkit-transition:background 1s;
		transition:background 1s;
	}
	#m-btn:hover {
		background:#3A2A12;
	}		
	#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;
	}
	.logo img {
		margin:20px auto;
	}
	.disclaimer {
		text-align:center;
	}
	.thankyou {
		min-height:595px;
	}
	.btn {
		position:relative;
		margin:auto;
	}

	
}
@media all and (max-width:751px) {
	.bg-deck {
		height:400px;
	}
	.thankyou {
		width:100%!important;
		max-width:100%;
		overflow:auto;
		min-height:350px!important;
	}
	#bg-ty {
		height:429px;
		background-position:center;
	}
	
}
@media all and (max-width:721px) {
	.bg-deck {
		height:410px;
	}
	
}

@media all and (max-width:721px) {
	.bg-deck {
		height:429px;
	}
	
}


@media all and (max-width:540px) {
	.wrapper {
		width:100%;
		background-image:none;
		max-width:100%;
	}
	.bg-guy {
		background:url(images/bg-guy.jpg) no-repeat;
		background-size:cover;
		width:50%;
		float:left;
		height:300px;
		display:inline-block;
		vertical-align:top;
	}
	
	h1 {
		font-size:36px;
	}
	.bg-location{
		background:url(images/bg-location.jpg) no-repeat;
		background-size:cover;
		background-position:left 10%;
		width:100%;
		float:left;
		height:200px;
		display:inline-block;
		vertical-align:top;
		position:relative;
	}
	.bg-deck {
		background:url(images/bg-deck.jpg) no-repeat;
		background-size:cover;
		width:100%;
		float:right;
		height:200px;
		margin:5px auto;
		display:inline-block;
		vertical-align:top;
		position:relative;
	}
	.bg-woman {
		background:url(images/bg-woman.jpg) no-repeat;
		background-size:cover;
		background-position:left 27%;
		width:100%;
		height:150px;
		display:inline-block;
		vertical-align:top;
	}
	.bg-inside {
		background:url(images/bg-inside.jpg) no-repeat;
		background-size:cover;
		background-position:bottom center;
		width:100%;
		height:200px;
		display:inline-block;
		vertical-align:top;
		float:left;
	}
	input, textarea {
		width:150px;
	}
	.form {
		width:80%;
	}
	.company {
		width:100%;
		text-align:center;
		margin:0px auto 0px auto;
		padding:0px;
		float:none;
		display:block;
		position:relative;
		top:0px;
	}
	.company a {
		padding:5px 0 5px 0;
		font-size:21px;
		line-height:24px;
		color:#47515B;
		margin:auto;
		margin:10px;
	}
	.logo img {
		float:none;
	}
	.thankyou {
		min-height:300px;
	}
	.content {
		width:80%;
	}
}

@media all and (max-width:420px) {
	.logo img {
		padding-top:25px;
		width:95%;
		max-width:250px;
	}
	.company li, .company a{font-size:16px; line-height:18px;}
	
	.company ul {
		margin-right:0px;
	}
}