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

* {
margin:0;
padding:0;
}

p, ul, ol, li, body {font-family:"BrandonGrotW01-Regular";}


html {
font-family:"BrandonGrotW01-Regular";
font-size:14px;
line-height: 22px;
color:#fff;
-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale;
font-weight:400;
}

body {background:#fff;}

#content {
width: 100%;
margin: 0 auto;
padding: 0;
}

.slidercontainer {height:auto;margin-top:-240px;}

.header {width:100%;height:240px;background:transparent;z-index:9999;position:relative;}


.logo {
	margin:0 auto;
	background: url(../images/logo.gif) no-repeat;
	background-position: center;
	width:100%;
	height:240px;
}

.outer {
	width:900px;
	min-height:250px;
	background:url(../images/outer.png) repeat;
	position: relative;
	margin: -350px auto 0 auto;
	z-index: 100;
	padding:15px;
}

#rightcontent {
width: 100%;
height: 100%;
background:url(../images/outer.png) repeat;
color:#fff;
text-align:center;
margin:auto;
padding:20px 7px;
}




/*sections*/
.section {
width:100%;
background: #fff;
padding:50px 0 0 0;
font-size:20px;line-height:26px;
margin-top:70px;
text-align:center;
color:#2c2d32;
}


.section p {margin:0 0 20px 0;}

.video {
	margin:30px 0 0 0;
	z-index:999;
	padding-bottom:50px;
}


/*responsive videos */

.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%; 
}

.map {width:100%;height:auto;}

.section img {max-width:100%;height:auto;}

.modal-header {border:0;}
.close {font-size:30px;}

/*footer*/
.footer {
	clear:both;
	width:100%;
   	background:#2c2d32; 
	padding:30px 0 30px 0;
	text-align:center;
}
	

.footer-logo {
	width:100%;
	height:78px;
	background:url(../images/footer-logo.png) no-repeat center;
	margin:auto;
}



/*buttons*/
.btn {
	width:100%;
	padding:15px 40px;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
	font-size:16px;
	background:#c1ba23;
	border-radius:0px!important;
	text-shadow:none;
	filter:none!important;
	border:none;
	color: #222;
	line-height:100%;
	margin:10px 0 10px 0;
}

.btn:hover {color:#222}

/*typography*/



h1 {
font-size: 30px;
text-align:center;
font-weight:400;
padding:0 30px 15px 30px;
margin:0 0 20px 0;
text-transform:uppercase;
font-family:"Brandon Grot W01 Bold";
color:#c16435;
background:url(../images/h1-line.png) bottom center no-repeat;
}

h2 {
font-size: 30px;
text-align:center;
font-weight:400;
padding:30px 0;
margin:0 0 20px 0;
text-transform:uppercase;
font-family:"Brandon Grot W01 Bold";
color:#c16435;
background:url(../images/h2-line.png) bottom center no-repeat;
}




/*form*/
label {
width:auto;
}

#thankyou1,#sorry1 {
display:none;
color:#fff;
text-align: center;
padding:15px 0;
}


#thankyou1 p, #sorry1 p {
	font-family:"Brandon Grot W01 Bold";
	font-size: 27px;
	line-height:110%;
	color:#c16435;
}

#register {
margin:12px 0 10px 0;
padding: 0;


}

.register {font-size:27px; text-transform: uppercase; font-weight:400;font-family:"Brandon Grot W01 Bold";line-height:100%;color:#c16435;}

form, fieldset {
padding:0;
margin:0;
border:none;
}

fieldset {
padding:0px 0px;
}



input,label, a.selectbox-link span.selectbox-link-text {
font-size: 20px !important;
color: #c16435 !important;
-webkit-box-shadow: none;
box-shadow: none;
font-weight:400;
font-family:"BrandonGrotW01-Regular";
text-align:center!important;
}

input {
width: 150px;
height: 40px;
border: 0;
border-bottom:1px solid #c16435;
margin: 0px 0 2px 1px;
padding: 0;
background:none!important;
text-align: center;
float:left;
border-radius:0;
}

.input-field {
float: left;
width: 160px;	
margin: 0 0px 0 15px;
}


input:hover {
border-bottom:1px solid #cccccc !important;
}

a.selectbox-link:hover {
border: 2px solid #cccccc !important;
}

a.selectbox-link {
float:left;
width: 213px;
float:left;
height: 35px!important;
border: 2px solid #fff!important;
margin:0px 0 0px 20px;
-webkit-border-radius: 0px;
-moz-border-radius   : 0px;
border-radius        : 0px;
position:relative;
z-index: 10;
background:url(../images/form-bg.png) repeat!important;
filter:none!important;
}

a.selectbox-link span.selectbox-link-icon span, span.selectbox-disabled span.selectbox-link-icon span {
    background:#fff;
    display: block;
    width: 100%;
    height: 100%;
}

a.selectbox-link span.selectbox-link-text, span.selectbox-disabled span.selectbox-link-text {
  padding-top: 5px;
  font-size:15px!important;
}



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

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

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


form fieldset p label {
width: 100%;
display: block;
font-size: 16px;
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:#fff;
}

.button-link {
width: 133px;
height: 40px;
margin: 0px 0 0 0;
padding: 0;
background: #c16435;
border: none;
cursor: pointer;
filter:none;
background-image:none;
}



.button-link span.msg, .button-link span#msg {
text-align: center;
font-size: 16px;
text-transform: uppercase;
color:#fff;
font-weight:400;
}

#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 {padding: 15px 0 0 0;color:#bf846a;}

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

p.privacy-policy {
font-size: 10px;
font-family: Arial, sans-serif;
text-align: center;
padding: 0;
text-transform: none;
line-height: 10px;
}

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

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

#privacy-policy {
display: none; 
font-family: Arial, sans-serif;
text-transform: none;
font-size: 10px;
line-height: 11px;
padding: 0;text-align: center;
color:#bf846a;
}


/*Media Queries*/


@media (max-width: 1024px) { 
.header {background:#c16435;}

.outer {
width:100%;
height:auto;
background-image:none;
margin: 0 auto;
padding:0px;
}

#rightcontent {
height: auto;
background-image:none;
padding:20px;
background-color:#ffffff;
}

.slidercontainer {margin-top:0px;}


.sp-buttons, .sp-arrow  {
	display:none;
}

input {
width: 100%;
float:none;
}


.input-field {
float: none;
width: 100%;	
margin: 0 0 15px 0;
}

.button-link {
width: 100%;
margin: 0;

}

.priv {padding:15px 0;}

.container {
width:100%;
}

.section{margin-top:0px;}


}



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


@media (max-width: 798px) { 


}

@media (max-width: 480px) { 




}