﻿
/***** BEGIN RESET *****/

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
.header, nav, article, .footer, address {  
    display: block;  
} 

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px; 
	line-height: 26px; 
	-webkit-text-size-adjust:none; 
	background: #000 url(../siteart/corn-bg.jpg) no-repeat center center fixed; 
	background-size: cover;
	color: #000; 
	font-weight:300;
	overflow-x:hidden;
	width:100%;
}
h1 { font-size: 2.5em; color:#af1a1f;font-weight:700; text-align:left; text-transform:uppercase; padding: 10px 0; line-height: 40px;}
h1 span{color:#000; font-weight:300; font-size: 35px; text-transform:uppercase;}
h2 {font-size: 22px; text-align:left; color:#000; font-weight:400;text-transform:uppercase;}
h3 {font-size:20px; color: #000; font-weight: 700; text-align: left; padding: 5px 0; text-transform:uppercase;}
h4{font-size: 20px; color:#af1a1f; font-weight:700;}

a:link, a:visited, a:active {text-decoration:none; color:#000; transition: .3s ease-in-out all;}

strong{font-weight:700;}

h1 a{color:#fff;}

#pad{padding:3% 0;}

#pad2{padding:4% 0;}

/*--- HEADER STYLES --------------------------*/
.header {
	width:100%;
	float:left;
	font-size:18px;
	background:#af1a1f; 
	box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.4);
}


#topleft {
	width:30%;
	position: absolute;
    content: " ";
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
    transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
	background:#fff;
	padding: 4px 0; 
}

#main-logo {
	padding-left: 13%;
	
}
#main-logo img{width:100%; max-width: 288px;
	-ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
	display: inline-block;
}

#topright {
	margin-right: 5%;
	float:right;
	padding:5px 0;
	display:inline-block;
	text-align: right;
}
#topright p{
	text-transform:uppercase;
	color:#fff; 
	text-align:right; 
	font-size: 15px;
	font-weight: 700;
	padding: 4px 0; 
}

.phone-link {
    color: white !important; /* Text color */
    text-decoration: none;
}

.phone-link:hover {
    background-color: black !important;; /* Text color when hovered */
}




/*---BODY--------------------------------*/

.wrapper { width: 100%; margin: 0 auto; background:#fff;}
.gray{background:#f3f3f3;}

.wrapper-inner {padding: 1% 0; width: 75%; margin: 0 auto; text-align:left;}
.wrapper-inner p { margin: 0 auto; }

#buttons{
	width:100%;
	max-width:250px;
	display: inline-block;
    background: #fff; 
    line-height:14px;
    color:#af1a1f;
	padding: 12px 10px;
	font-size: 16px;
	font-weight:700;
	text-decoration:none; 
	text-transform: uppercase;
	text-align:center;
	margin: 5px 10px 5px 0;
}
#buttons:hover{background: #af1a1f; color:#fff; transition: .3s ease-in-out all;}



/*---SLIDER-------------------*/
.cycle-slideshow img{width:100%; background-color: white}


.slider-quote h1{color:#fff; font-weight: 300; font-size: 2.5em; line-height: 25px;}
.slider-quote h2{color: #af1a1f; font-weight: 700; font-size: 3.25em; line-height: 60px;}
.slider-quote h3{color:#fff; font-weight: 300; font-size: 2.5em; line-height: 25px;}
.slider-quote {
	text-align:left;
	position:absolute;
	right: 0;
	top:8vw;
	z-index:999;
	padding: 2% 2% 2% 0;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
        /* Opera/IE 8+ */
}



.slider-button {
  display: flex;
  overflow: hidden;
}



.button-text{
  background-color: #fff;
  width: 220px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 0 8px 30px;
  color:#af1a1f;
    content: " ";
    display: flex;
	align-items: center;
    top: 0;
    left: 0;
    z-index: 999;
    transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
	 
}
.button-text p{    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}

 .button-go {
	background: #af1a1f;
	padding: 8px 0;
	text-align: center;
	 width: 90px;
	 margin-left:-20px;
}
.button-go .fa{
	color:#fff; 
	font-size: 30px;
}

.button-text:hover{background:#af1a1f; color:#fff; transition: .3s ease-in-out all;}
.button-go:hover{background: #941115;}




	
/* SIDE TABS
------------------------------------------------*/	
#fb {
    top: 200px;
    left: -300px;
    z-index: 99999;
}

.side {
	background: #fff;
    width: 300px;
    height: 510px;
    position: fixed;
    z-index: 100;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

#facebookTab {
    display: block;
	height: 73px;
	width: 49px; 
	background: #af1a1f url(../siteart/facebook.png);
    position: absolute;
    right: -49px;
    top: 0px;
}
/*---CONTACT PAGE------------------------------------*/
.contact-col{width: 30%;display: inline-block; padding: 10px 5px;}


#AT{width:200px; float:right; position:relative; padding-bottom: 2%;}


.hosted-content .radio-icon{margin: 0 !important; color: #000 !important;}


.categories {
	background:rgba(255,255,255,.75); 
	margin: 0 auto; 
	text-align:center; 
	padding: 1.5% 0px; 
	width: 100%;
}

#inv-buttons{
	display:inline-block; 
	border: 1px solid #af1a1f; 
	border-bottom: 6px solid #af1a1f; 
	width: 180px; 
	padding: 18px 30px; 
	color:#af1a1f; 
	text-decoration: none; 
	font-weight: 400; 
	margin: 5px; 
	font-size: 15px;
}
#inv-buttons:hover{background:#af1a1f; color: #f3f3f3; transition: .3s ease-in-out all;}

.inv-buttons-clear{clear: both;}
/*----------DETAILED SEARCH----------------------------*/

.detailed-search-wrap {
	padding: 30px 0;
	font-family: 'Montserrat', sans-serif;
}
.detailed-search-wrap h1 { font-size: 30px; color:#fff;font-weight:700; text-align:center; text-transform:uppercase; padding-bottom: 30px; line-height: 40px;}
.detailed-search-wrap h1 span{color:#fff; font-weight:300; font-size: 30px; text-transform:uppercase;}

.content {
	width: 90%;
	margin: 0 auto;
}

.detailed-form {
	margin: auto;
}
.clear {
	clear: both;
}
.detailed-row {
	margin: 10px 0 5px;
	font-size: 18px;
}
.column3 {
	width: 33.33%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 5px;
}

.detailed-search input[type='submit'] {
	font-size: 16px;
	background: none;
	width: 100%;
	color: #af1a1f;
	display: inline-block;
	border-radius: 0 !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
}
.detailed-search input[type='submit']:hover{
	background:#af1a1f;
	color:#fff;
	
}
.detailed-search input[type='text'] {
	width: 100%;
	padding: 10px;
	font-size: 15px;
	background-color: #f9f9f9;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.detailed-search-wrap h3 span {
	color: #d7d7d7;
}




/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #af1a1f!important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 5px auto;}
.noUi-handle{position: relative; background: #fff !important; border: 1px solid #ccc; border-radius: 3px;  z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; color: #fff;}
.example-val span{font-weight: 400; color: #fff;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}


main {
  width:100%;
  padding: 50px;
  margin: 0 auto;
}
/*
.section {
  display: none;
  padding: 20px 0 0;
}



/*
label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #bbb;
	border: 1px solid transparent;
	text-transform:uppercase;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/*label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  border: 1px solid #ddd;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
	text-transform:uppercase;
	font-weight: 700;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5{
  display: block;
}*/

@media screen and (max-width: 650px) {

  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}



.search-button {
  display: flex;
  overflow: hidden;
}



.search-button-text{
  background-color: #fff;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  color:#af1a1f;
    content: " ";
    display: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
	 
}
.search-button-text input{    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}

 .search-button-go {
	background: #af1a1f;
	padding: 8px 0;
	text-align: center;
	 width: 130px;
	 margin-left:-20px;
}
.search-button-go .fa{
	color:#fff; 
	font-size: 30px;
}

.search-button-text:hover{background:#af1a1f; color:#fff; transition: .3s ease-in-out all;}
.search-button-go:hover{background: #941115;}


/*---FORM STYLES-----------------------------**/

#formpage { 
	vertical-align:top; 
	margin: 0 auto;  
	width: 100%;
}

#formpage div {
	vertical-align:top;
	padding:5px 0px;
	color: #fff;
	font-family: 'Montserrat', sans-serif; 
}

#formpage input {
	padding:10px 5px;
	border:1px solid #fff;
	font-size:13px;
	background:#fff;
	font-family: 'Montserrat', sans-serif; 
	color:#c3c2c2;
	text-transform:uppercase;
	box-sizing: border-box;
}

#formpage textarea {
	padding:10px 0px;
	border:1px solid #fff;
	color:#c3c2c2;
	font-size:13px;
	background:#fff;
	font-family: 'Montserrat', sans-serif; 
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #fff;
	color:#c3c2c2;
	vertical-align:middle;
	line-height:normal;
	padding:10px 5px;
	width:100%;
	font-family: 'Montserrat', sans-serif; 
	margin: 0;
}

.formfield {
	width:50%; 
	margin: 0 auto;
	color: #000;
	text-align:left;
	font-family: 'Montserrat', sans-serif; 
}

#formpage input  {
    width:100%;
}
 
#formpage input.larger  {
    width:100%;
}

.message{text-align: center; margin: 0 auto; float: none; color:#c3c2c2;}
#formpage textarea {
    width:100%;
	max-width:50%;
    height:85px;
	font-family: 'Montserrat', sans-serif; 
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	background: none;
	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#abacac; 
	color:#FFF;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:100%;
	max-width:250px;
	display: inline-block;
    background: #fff; 
	border: #fff 1px solid;
    line-height:14px;
    color:#af1a1f;
	padding: 12px 10px;
	font-size: 16px;
	font-weight:700;
	text-decoration:none; 
	text-transform: uppercase;
	text-align:center;
	margin: 5px 10px 5px 0;
}
#formpage input.button:hover {
    background: #af1a1f; /* For browsers that do not support gradients */
	border: #af1a1f 1px solid;
    color:#fff;
	width:100%;
	max-width:250px;
	display: inline-block;
    line-height:14px;
	padding: 12px 10px;
	font-size: 16px;
	font-weight:700;
	text-decoration:none; 
	text-transform: uppercase;
	text-align:center;
	margin: 5px 10px 5px 0;

}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    text-align:left;
} 

/*control the Captcha */
.CaptchaPanel { margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 50%; text-align:center;}

.CaptchaImagePanel {
	
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:5px 0;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 auto;
padding:2px 0px 2px 0px !important;
width: 43% !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}  

.form-category{padding: 5px 0; font-weight: 700;}


/*---CONTACT PAGE---------------------------------*/
.contact{text-align: center; padding: 1% 0; width: 75%; margin: 0 auto; color:#fff;}
.contact h2 { font-size: 30px; color:#fff;font-weight:700; text-align:center; text-transform:uppercase; padding-bottom: 30px; line-height: 40px;}
.contact h2 span{color:#fff; font-weight:300; font-size: 30px; text-transform:uppercase;}



/*---FOOTER STYLES---------------------------------*/

.home-map{width: 100%; height: 450px;}
.map-overlay{color:#000; background: #fff; width:40%; position: absolute; margin-top: -400px; right: 0; 
	transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
} 



.map-overlay-inner{padding:3% 0px 3% 10%; -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);}
.map-overlay p, .map-overlay a{color:#000;text-align:left;padding-top:5px; }
.map-overlay a:hover{text-decoration: underline;}
.map-overlay h2 {
	font-size: 2.5em;
    color: #af1a1f;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 40px;}
.map-overlay h2 span{
	color: #000;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;}

.small-print{font-size: 14px;}

.gm-style .place-card-large{display: none !important;}

.footer{background:#f3f3f3 !important; width:100%;}

.footer-inner { width: 75%; margin: 0 auto; text-align:center;}
.footer-left{text-align: left;float: left;color:#000; padding: 20px 0;}
.footer-left h4{color:#af1a1f; font-weight: 700;}
.footer-left p{font-size: 14px; }

.footer-right{text-align: right; float: right;color:#000; padding: 20px 0; font-size: 14px;}
.footer-right p{display: inline-block; padding: 0 8px; text-decoration: none;}
.footer-right a{color:#000; padding:5px 0;}
.footer-right a:hover{color:#af1a1f;}

.copyright{background:#fff; width: 100%;}


/*--- RESPONSIVE STYLES ---------------------------*/
@media screen and (max-width:1500px){

	
.right-col{width:60%;}
}


@media screen and (max-width:1100px){
.header{position:relative;}
.header-inner p{ text-align: center; font-size: 16px; float:none; margin:0 auto; padding: 10px 0;}

	#main-logo{padding-left: 0;}
.logo img {position: relative; left:0; width: 100%; max-width: 200px; margin: 0 auto; display: block;}
#topleft {width:100%; position:relative; text-align: center; transform: none;}
#topleft img {margin: 0 auto; text-align:center;  transform: none;}
	
#topright {width:100%; float: none; text-align: center; margin-right: 0; margin:  0 auto}
#topright h2, #topright p {margin: 0; text-align:center;}

	.slider-quote{top: 16vw;}
	.slider-quote h1{font-size: 2.25em; line-height: 15px;}
	.slider-quote h2{font-size: 3em;}

	
	.formfield {width:90%;}
	#formpage textarea {max-width: 90%;}
#formpage input.checkbox{width: 46%;}

	.contact-col{width: 100%;}
	
	
.right-col{width: 55%;}
	.left-col h1{font-size: 40px;}
	.left-col span{font-size: 16px;}
}


@media screen and (max-width:1000px){
.inv-buttons-clear{display: none;}
#topright h2, #topright p {font-size: 14px;}

.slider-quote{display: none;}

.left-col{width: 100%; max-width: 100%; height: 100%;}
.left-col h1{text-align: center; margin: 0 auto; padding: 10px 0;}
.right-col{max-width: 100%; width: 100%;}

.map-overlay{
	transform-origin: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
	width:50%;
} 
	
.column3, .column3 .last{width: 100%; padding: 0;}
.search-button {margin-top: 15px;}

.map-overlay-inner{ -ms-transform: none;
    -webkit-transform: none;
    transform: none;}

	.footer-left, .footer-right{text-align: center; float: none; padding: 8px 0;}
}

@media screen and (max-width:820px){
h1 { font-size: 28px; text-align: center; }
h1 span{font-size: 28px;}

	h3{text-align: center;}
	
.wrapper-inner{width: 90%; text-align: center;}
	
	
.home-map{width: 100%; height: 250px;}
.map-overlay{position: relative; margin-top: 0; width: 100%;}
	.map-overlay-inner p{text-align: center; }
	.map-overlay-inner{padding: 3% 0;}
	
	#fb {display: none;}
}

@media screen and (max-width:649px){


#AT{max-width:200px;width:100%; text-align: center; float:none;}
	

	
.left-col h1{font-size: 30px;}


}

@media screen and (max-width:420px){

	.formfield {width:100%;}
	#formpage textarea {max-width: 100%;}
	
#formpage input.checkbox{width: 40%;}

		#inv-buttons{width:75%;}

}

@media screen and (max-width:320px){
	

	
}