@import url("../webfont/stylesheet.css");

/* reset stuff */
* {
margin:0;
padding:0;
}

/* set stuff */

p, ul, ol, li, body {font-family: 'Arvo', Georgia, sans-serif;}

html {
width:100%;
height:100%;
font-family: 'Arvo', Georgia, serif;
font-size:21px;
line-height: 120%;
background-color: #fafafa;
color:#000;
-webkit-font-smoothing: antialiased;
}

body {background-color: #fafafa;}

.top {width:980px;}

.logo {
	width:250px;
	height:402px;
	float:left;
	background:url(../images/logo.png) no-repeat center;
	background-color:#ffd100;
}

.star {padding:0 0 10px 0;}

.slidercontainer {
	width:730px;
	height:402px;
	float:right;
}


.headline {
	z-index:100;
	margin-top:190px;
	position:absolute;
	text-align:center;
	width:560px;
}

h1 {
position:relative;
left:30px;
font-size: 4.8em;
color: #000;
font-family: 'montefiorecondensed_bold', sans-serif;
font-weight:normal;
margin:0;
padding:0;
line-height:95%;
}

.line1{
border-bottom: 2px solid black;
border-top:2px solid black;
}

.line2 {border-bottom: 2px solid black;}


.container {
display:block;
width:980px;
margin:0 auto;
}

/* center content */

#content {
width: 980px;
margin: 0 auto;
padding: 0;
background: #fff;
}


.footer {
	width:100%;
   	padding:40px 0;
   	background:#fff;
	margin:0 auto;
	text-align:center;
	line-height: 200%;
	font-size:1.2em;
	border-top:1px solid #ccc;
}


#rightcontent {
width: 380px;
height:640px;
padding: 20px 40px;
left: 0;
float: right;
z-index: 100;
background: #000;
position: relative;
margin: 0 0 0 0;
font-size: 14px;
}


.fl {
float:left;
}
.fr {
float:right;
}

.cl {
clear:both;

}

.clearfix {
*zoom: 1;
}

.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}

.clearfix:after {
clear: both;
}

.call {
	padding:15px 40px!important;
	font-size:1.6em!important;
	font-weight:normal!important;
	margin-bottom:20px;
}

.btn {
	display:inline-block;
	padding:15px 20px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.2em;
	margin-top:25px;
	text-align:center;
	border-radius:0!important;
	text-shadow:none!important;
	font-weight:700;
}

.box {
	max-width:480px;
	padding:15px 20px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.4em;
	margin:0 auto;
	text-align:center;
	font-weight:700;
	background:#ffd100;color:#000!important;
}

.white {background-color:#fff;color:#000;}
.white:hover{background:#000;color:#fff;}

.black {background:#000;color:#fff;}
.black:hover{background-color:#fff;color:#000;}

.yellow{background:#ffd100;color:#000!important;}
.yellow:hover{background:#000;color:#ffd100!important;}

a {
co//lor: #8DC63F;
fo//nt-size:19px;
text-decoration:none;
}

label {
width:auto;
}

#thankyou1,#sorry1 {
display:none;
color:#000000;
padding:20px 10px ;
font-size: 16px;
text-align: center;
height:250px; /* should be the same height as #register */
}


#register {
padding:0;
margin:0;
}

.register {
font-size:4.1em;
font-family: 'montefiorecondensed_bold', sans-serif;
font-weight:normal;
color:#fff;
}

.registersmall {
font-size:2.6em;
font-family: 'montefiorecondensed_bold', sans-serif;
font-weight:normal;
color:#fff;
margin:-10px 0 0 0;
line-height:100%;
}

.reg {color:#fff;font-size:1.4em;}

.loc {color:#fff;font-size:1.1em;line-height:110%;margin:5px 0;}

#jpform {
height:295px;
background: transparent url(../images/form-bg.png) top left no-repeat;
}

/* infield label */
form, fieldset {
padding:0;
margin:0;
border:none;
}

fieldset {
padding:15px 0px;
}


input,label,a.selectbox-link span.selectbox-link-text {
font-size: 15px !important;
color: #fff !important;
-webkit-box-shadow: none;
box-shadow: none;
font-weight:normal;
font-family:'Arvo', Georgia, serif;
}

input {
width: 100%;
height: 55px;
border: 1px solid #000;
border-bottom: 1px solid #fff !important;
margin: 0px 0 2px 1px;
padding: 0;
background: #000;
text-align: center;
}

input:hover {
border: 1px solid #5897fb !important;
}

a.selectbox-link:hover {
border: 1px solid #5897fb !important;
}

a.selectbox-link {
width: 213px !important;
width: 101px !important;
float:left;
height: 28px;
border:1px solid #ccc !important;
margin:0 0 13px 1px;
-webkit-border-radius: 3px;
-moz-border-radius   : 3px;
border-radius        : 3px;
background-color:#B9DA8B !important;
position:relative;
z-index: 10;

}
/* this set the styles for the hidden fields created by the link select javascript. */
/* the hidden field is 1x1px and is loaded behind the select list div. this allows us to properly position the validation message. */
input.hiddenfield {
width:1px;
height:1px;
border:0px;
float:right;
position:relative;
z-index: 1;
to//p:-30px;
left:-40px;
background: none;
}
/* you can fine tune the styles for the hidden fields by using the select field id.  */
input#Select_Something {
left:-210px;
}

form p {position: relative; margin: 1px 0;}

form p label {
position: absolute;
top: 9px;
left: 0;
}

form p br {display: none;}

form fieldset p label {
width: 100%;
display: block;
font-size: 14px;
text-align: center;
}


label.infield {
margin:5px 0 0 0;
color:grey;
}

label.error {
margin:6px 0 0 0;
padding:0 0 0 4px;
background-color:white;
}

.button-link {
width: 100%;
height: 55px;
margin: 20px 0 0 0;
padding: 0;
background: #ffd100;
border: 0;
cursor: pointer;
}

.button-link span.msg, .button-link span#msg {
text-align: center;
padding:3px;
font-size: 24px;
text-transform: uppercase;
font-weight:normal;
color:#000;
font-family:'Arvo', Georgia, serif;
}

#loadingbtn, #thankyou {
display:none;
}

body.browser-msie-10 .carousel-control.left {
margin-left:0;
}
body.browser-msie-10 .carousel-control.right {
margin-left:944px;
}

body.browser-safari .carousel-control.left {
margin-left:0;
}
body.browser-safari .carousel-control.right {
margin-left:944px;
}



#fancybox-outer {
background:#000000 url('../images/loading.gif') center center no-repeat;
}


/* Privacy Policy 
----------------------------------------------
----------------------------------------------
*/

.priv {margin:15px 0; color:#fff;}

.privacy-policy {
font-size: 10px;
}

p.privacy-policy {
font-size: 9px;
text-align: center;
text-transform: none;
line-height: 10px;
padding: 0 20px 10px 20px;
}

a.policy-link {
color: #fff;
text-decoration: underline;
}

a:hover .policy-link {
text-decoration: none;
}

#privacy-policy {
display: none; 
text-transform: none;
font-size: 9px;
line-height: 11px;
padding: 0 10px;
}


/* Content Blocks
----------------------------------------------
----------------------------------------------
*/

.main-text {
	width:600px;
	text-align:center;
	background:#fff;
	margin:-625px 0 0 0;
	position:absolute;
}


.center {text-align:center;}

.mobile-main {
	text-align:center;
	padding:20px;
	line-height:180%;
}

.feature {
	padding:20px 15px 0 15px;
	margin:85px 0 0 0;
	height:98px;
	border-bottom:1px solid #1d1d1b;
}

.border {
	border-right:1px solid #1d1d1b;
	border-left:1px solid #1d1d1b
}

.feature-text {
	font-size:1.4em;
	line-height:100%;
	text-align:center;
}


.section-1b {
	background:url(../images/bg2.jpg) no-repeat bottom;
	height:512px;
	border-top:1px solid #ccc;
}


.second-text {
	text-align:center;
	padding:0 50px;
	margin:50px auto 0 auto;
}

.second-text p {font-size:1.3em;}


.section-2 {
width:100%;
background: #ffd100;
text-align:center;
padding:20px;
margin:0 auto;
}

.stat1 {
font-family: 'montefiorecondensed_bold', sans-serif;
font-weight:normal;
color:#000;
font-size:2.5em;
line-height:100%;
}

.source1 {
	margin-bottom:40px;
}

.stat2 {
font-family: 'montefiorecondensed_bold', sans-serif;
font-weight:normal;
color:#000;
font-size:2.2em;
line-height:100%;
}

.source2 {
}

.section-3 {
width:100%;
height:516px;
background: url(../images/location-map.jpg) no-repeat;
margin:0 auto;
}


#example1 {
width: auto;	
}



/* Typography
----------------------------------------------
----------------------------------------------
*/

ul li {
	margin-bottom:10px; 
}


h2 {
font-weight: 600;
font-size: 4em;
color:#000;
font-family: 'montefiorecondensed_bold', sans-serif;
font-weight:normal;
line-height:100%;
background: url(../images/hr.png) center bottom no-repeat;
padding-bottom: 20px;
margin-bottom:25px;

}

h3 {
font-size: 1.7em;
line-height:170%;
text-align:center;
text-transform:uppercase;
font-family: 'Arvo', Georgia, serif;
}
.lg {font-size:2em;line-height:170%;}
.newdeshon {max-width:100%;height:auto;margin: 10px 0;}

.price {
	font-size: 2.9em;
	padding:10px 0;
}

h4 {
font-weight: 100;
font-size: 23px;
color: #00a9b7;
margin-bottom: 19px;
letter-spacing: 3px;
}


.copy {
margin-bottom: 30px;	
}

.text-center {
text-align: center;	
}


a.anchor {
display: block;
position: relative;
top: -139px;
visibility: hidden;
}

.mobile-only {
display: none;	
}

a[href^=tel]{
color:#fff;
text-decoration:none;
}

/*responsive videos */

#videoModal .modal-dialog  {}

.embed-container { 
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
	height:auto;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position:absolute; 
	top:0;
	left:0;
	width:100%;
	height:100%; 
}




/* Media Queries - Mobile
----------------------------------------------
----------------------------------------------
*/



@media (max-width: 1024px) { 
	
#content {
width: 100%;
}	

}

@media screen and (min-width: 768px) {
		
	#videoModal .modal-dialog  {width:800px;}

}

@media (max-width: 768px) { 

#rightcontent {
width: 100%;
height: auto;
margin: 0 auto;
position:relative;
}

input {
width: 100%;
height: 55px;
margin: 0px 0 2px 1px;
padding: 0;
text-align: center;
}

form p label {
position: absolute;
top: 16px;
left: 0;
}

.register {padding:0;}
.priv {height:auto;padding-bottom:15px;}

h3 {font-size:1.4em;}

.price {font-size:2.2em;line-height:120%;}

.feature-text {margin:30px 0}

.section-1b {
	background:url(../images/bg2.jpg) no-repeat bottom;
	height:auto;
	padding-bottom:170px;
}


.second-text {
	text-align:center;
	margin-left:0;
	width:100%;
	padding:0 10x;
}

.second-text p {font-size:1.1em;}


.section-2 {
text-align:center;
padding:15px 10px;
}

.section-3 {
padding:60px 25px;
height:300px;
}


}

@media (max-width: 480px) { 
	


.features {
	padding:10px 0!important;
}
.line {border-bottom:none!important;}

.section-1 {
	display:block;
	clear:both;
}

#tab-container {
width: 100%;
margin-top: 0;
position:relative;
margin-left:0;
display:block;
clear:both;
}

h2 {font-size:3.6em;}	



.logo {
	width:100%;
	background:url(../images/logo-mobile.png) no-repeat center;
	background-color:#ffd100;
	height:80px;
	float:none;
	
}

.top {width:100%;}


.slidercontainer {
	clear:both;
	float:none;
	width:auto;
	height:auto;
}


.headline {
	z-index:100;
	margin-top:20px;
	position:absolute;
	text-align:center;
	width:100%;
}

h1 {
position:relative;
left:0px;
font-size: 3em;
margin:0;
padding:0;
line-height:95%;
}

.line1{
border-bottom: 2px solid black;
border-top:2px solid black;
}

.line2 {border-bottom: 2px solid black;}


}

