﻿/***** 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;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #8f002e;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #8f002e;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0 auto;
}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/


h1 { font-family: 'montserratbold'; color: #000; font-size: 26px; text-transform: uppercase;}
h2 { font-family: 'montserratbold'; color: #fff; font-size: 25px;}
h3 { font-family: 'montserratlight'; color: #8f002e; font-size: 21px;}
h4 { font-family: 'montserratlight'; color: #fff; font-size: 19px;}
h5 { font-family: 'montserratlight'; color: #fff; font-size: 11px; text-transform: uppercase;}

h6 { font-family: 'montserratbold'; color: #fff; font-size: 16px;}
h7 { font-family: 'montserratregular'; color: #fff; font-size: 14px; }
h8 { font-family: 'montserratlight'; color: #fff; font-size: 12px;}
h8 a{color: #fff;}
h8 a:hover{ color: #2b1a7f;}

h9{	font-size:20px; color: #757575; font-family: 'montserratlight';}

h10{ font-family: 'montserratbold'; color: #000; font-size: 16px; text-transform: uppercase;}


p { font-family: 'montserratlight'; font-size: 15px; line-height: 28px; color:#000;}


.quote {
    font-style: italic;
    font-family: 'montserratlight';
    font-size: 14px;
    line-height: 19px;
    color: #8f002e;
    padding: 5px;
    text-align: left;
}


.divider{
	height:3px;
	color:#8f002e;
	width:20%; 	
}


/*===================== 
	link styles 
=======================*/

a{
	font-family: 'montserratregular';
	color:#8f002e;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #757575; text-decoration:none;}



/*===================== 
	header styles 
=======================*/

.header{
	padding: 15px 0;
	width:100%;
	border-bottom:3px solid #fff;
	background: #2b1a7f;
    background: -moz-linear-gradient(top, rgba(201,12,47,1) 0%, rgba(175,6,37,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b1a7f), color-stop(100%,#000));
    background: -webkit-linear-gradient(top, #2b1a7f 0%,#000 100%);
    background: -o-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: linear-gradient(to bottom, #2b1a7f 0%,#000 100%);
}

.top-header{
	margin: 0 auto;
		
}
.right-header{
	float:right;	
}

#logo{max-width:250px;width:100%;float:left;}

.wrapper{
	max-width: 1100px;
	margin: 0 auto;
}



/*===================== 
	nav styles 
=======================*/

#nav {
    margin: 3.2% 0 0 0;
    float: right;
    z-index: 99;
}
#nav ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	width: 100%;
	z-index: 9999;
	border-top: 2px transparent solid;
}

#nav ul a
{
	display:block;
    font-family: 'montserratbold';
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	font-size:14px;
	letter-spacing: .3px;
	padding: 20px 14px;

}

#nav ul a:hover
{
	border-top: 2px #fff solid;
}

#nav ul li
{
	position:relative;
	float:left;
	zoom: 1;
	*display: inline;
}

#nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
}

#nav ul ul li
{
	float:none;
	width:200px
}

#nav ul ul a {
    padding: 10px 30px 10px 25px;
    font-size: 13px;
    text-transform: uppercase;
    color: #757575;
    background: #fff;
    border-bottom: 1px #c3cbd6 solid;
    width: 200px;
}

#nav ul ul a:hover
{
    border-bottom: 1px #c3cbd6 solid;
	color: #7190ca;
	padding: 10px 30px 10px 25px;

}

#nav ul li:hover > ul
{
	display:block
}


/*===================== 
	content styles 
=======================*/



.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}

.logo {width:100%; margin:0;}
.logo img{max-width:320px;}


.sm_content {color:#780020; font-family: 'montserratlight'; font-size: 15px; line-height: 28px;}
.bottom-content-border{
	border-bottom: solid 5px #780020;
	width:35%;
	padding:10px 0 20px;	
}
.select-loc{margin:20% 0 0;	}
.select-loc img{align-items:baseline;}


.column3b {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3b .fa {
    font-size: 27px;
    color: #757575;
    padding: 15px;
}

.column3c {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3c .fa {
    font-size: 27px;
    color: #757575;
    padding: 15px;
}

.line-divider {
    border-top: solid 1px #780020;
    width: 35%;
    padding: 0 0 40px;
}

#home-link{	margin-bottom:2%;}
#home-link a{
	color:#8f002e;
    font-family: 'montserratlight';
}
#home-link a:hover{
	color: #757575;
}

/*===================== 
	zoom styles 
=======================*/

.zoom-container {
    float: left;
    width: 33.3333%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}
	.zoom-container h2{
	color:#fff;
    font-family: 'montserratbold';
	}
	
.zoom-container a{color: #bbbbbb;}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .82);
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption h2 {
	display: block;
	text-align: center;
    font-family: 'montserratbold';
	font-size: 19px;
	font-style: normal;
	margin: 17% 0 0;
	text-transform: uppercase;
	color: #fff;
}
.zoom-container:hover .zoom-caption {
	background: none;
}



/*===================== 
	button styles 
=======================*/


.button-wrap {
    width: 100%;
    text-align: center;
	display:inline-block;
}

.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}

.column3 a h3 {
    color: #8f002e;
    border: solid 1px #8f002e;
    padding: 30px 0;
	width:300px;
	float:left;
	text-align:center;
    border-radius: 9px;
}

.column3 a h3:hover{
    background: #8f002e;
	color:#fff;
    border: solid 1px #8f002e;
	cursor:pointer;
}

	
/*===================== 
	slideshow styles 
=======================*/

.slides{background:#8f002e; padding: 4% 2%; border-bottom: 2px solid #fff;}

.cycle-slideshow {
    width: 100%;
    position: relative;
	background:#8f002e;
}
.cycle-slideshow img{
	width:100%;
	
}



/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}

.container {
	max-width: 1100px;
	margin: 5% 0;
	width:100%
}
	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}

.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}



/*===================== 
	main form
=======================*/

#form{
	background: #fff;
	max-width:1100px;
	margin: 5% auto;
	color:#333333;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'montserratregular';
	background: #646d6d;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
	height: 50px;
}

#form input.send-button:hover {
	background: #158d12;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color: #859090;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 



/*===================== 
	quote form
=======================*/

.form-container{
	max-width:1100px;	
	width:100%;
}


.form .title {
    color: #e21836;
    font-size: 18px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}


.form .border {
    border-bottom: 3px solid #e21836;
    width: 180px;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}
.form{
	max-width:1100px;
	margin: 0 auto;
	color:#333333;
	text-align:left;
}

.form input {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #989797;	
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
    font-family: 'montserratregular';
}

.form textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #989797;	
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
    font-family: 'montserratregular';
}

.form select {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #989797;	
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
    font-family: 'montserratregular';
}

.form input[type="checkbox"] {
    margin: 5px 5px 5px 0;
    width: 17px;
    height: 14px;
    display: inline;
}
.form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
.form input.button,
.form input.button:focus {
    font-family: 'montserratbold';
    width:400px; 
	background: #2b1a7f;
    border: solid 2px #2b1a7f;
	color: #fff;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	border-radius:6px;
}
.form input.button:hover {
	background: #fff;
    border: solid 2px #2b1a7f;
	color: #2b1a7f;
    cursor: pointer;
    font-family: 'montserratregular';
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:10px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:0 !important;
}
.CaptchaWhatsThisPanel a  {text-decoration:none;font-size:11px; color: #333; font-family: 'montserratlight';}
.CaptchaWhatsThisPanel a:hover {text-decoration:none; color:#2b1a7f; font-family: 'montserratlight';} 



/*---------------------------------Toggle Accordion--------------------------------------------*/

.quote-click {
    padding: 17px;
    border-radius: 6px;
    background: #2b1a7f;
    color: #fff;
	font-family: 'montserratbold';
    margin: 4% 0;
	font-size: 20px;
}
.quote-click:hover{
	cursor: pointer;
}



/*===================== 
	footer styles
=======================*/
footer{margin:4% 0 0 0;}

#border-footer {
    width: 200px;
    border-top: 6px solid #2b1a7f;
    padding-bottom: 16px;
}

.bottom {
    width: 100%;
    background: #757575;
}

.footer {
    width: 94%;
    padding: 45px 0 70px;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 6%;
}

.footer a{font-family: 'montserratlight'; color: #fff; font-size: 11px; line-height: 24px;}
.footer a:hover{font-weight:bold;}

.bottom-footer{
	background: #fff;
	padding: 20px 0;
}

.footer-logo {
    float: right;
    max-width: 410px;
    text-align: center;
}

.footer-logo img{
	padding:0 5px;
	height: 59px;
}


.divfooter a{font-family: 'montserratregular'; font-size:10px; color:#757575; line-height: 14px;}
.divfooter a:hover{font-family: 'montserratbold'; font-weight:bold; text-decoration:none; font-size:10px;}

.divfooter {
    float: left;
    line-height: 14px;
    width: 60%;
	font-family: 'montserratlight';
	font-size:10px;
	color:#757575;
	
} 
.clear{clear:both;}	

/***** INV STYLES *****/


.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #757575;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background: #8f002e!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #757575!important;
    color: #fff!important;
}



/***** RESPONSIVE STYLES *****/

.show-menu-for-mobile {display:none;}  


@media screen and (max-width: 1170px) and (min-width:1151px) {

.wrapper {margin: 0 4%;}

#nav ul a {font-size: 13px; padding: 20px 11px;}

.column3c h9{font-size: 17px;}


}
@media screen and (max-width: 1150px) {
.wrapper {margin: 0 4%;}


#nav ul a {font-size: 13px; padding: 20px 25px;}

.column3 a h3 {
    padding: 30px 0;
    width: 100%;
    float: left;
}

.column3c{padding-right:0;}
.column3c h9{font-size: 17px;}


}
@media screen and (max-width: 1105px) {

#nav ul a {padding: 20px 11px;} 

}
@media screen and (max-width: 1035px){

.column3b { width: 100%; float: none;  padding-right: 0;}
.column3c h9{font-size: 16px;}
.column3c .fa {font-size: 25px; padding: 8px;}



}
@media screen and (max-width: 940px) {
 
.zoom-container .zoom-caption h2 {font-size: 17px; margin: 14% 0 0;}
h5 {font-size: 10px;}

.column3c {width: 100%; float: none;} 


}
@media screen and (max-width: 875px) {
	
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
.divfooter {max-width:90%}

#navicon {
    float: right;
    font-size: 32px;
    text-decoration: none;
    position: relative;
    z-index: 99999999999999999;
    margin: 12% 0 0 0;
    color: #fff;
    left: 170px;
}

#nav  {display:none;}

.divfooter { width: 100%; margin: 2% 0 0;}
.footer-logo {float: left;text-align: center;}




}
@media screen and (max-width: 660px) {

.column2 {
    width: 100%;
    float: none;
    padding-right: 0;
    margin: 3% 0 0;
}

.select-loc {margin: 4% 0 0;}

.column4 {
    width: 45%;
    float: left;
    padding-right: 0;
    margin: 0 0 4%;
}


}
@media screen and (max-width: 620px) {
#navicon {margin: 20% 0 0 0;}

h3 {font-size: 17px;}

.zoom-container .zoom-caption h2 {font-size: 15px;margin: 14% 0 0;}
h5 {font-size: 9px;}


}
@media screen and (max-width: 530px) {
#navicon {
    float: right;
    margin: 20% 0 0 0;
    left: 140px;
}

h2 {font-size: 21px;}
h4 {font-size: 16px;}

h3 {font-size: 17px;}
.column3 {
    width: 100%;
    float: none;
    padding-right: 0;
}
.column3 a h3 {
    padding: 15px 0;
    width: 100%;
    float: left;
    margin: 1% 0;
}

.zoom-container {float: none; width: 100%;}

h1 {font-size: 22px;}

.column4 {
    width: 100%;
    float: none;
    padding-right: 0;
    margin: 0 0 4%;
}



}
@media screen and (max-width: 481px) {
#navicon {
    float: right;
    margin: 8% 0 0 0;
    left: 0px;
}

#logo {
    max-width: 250px;
    width: 100%;
    float: none;
    margin: 0 auto;
}

.right-header {
    float: left;
    margin: 6% 0 0;
}

.form input.button, .form input.button:focus {width: 100%;}

}
@media screen and (max-width: 400px) {

h1 {font-size: 18px;}
.quote-click {font-size: 16px;}

.slides {display: none;}



}
@media screen and (max-width: 330px) {
.footer-logo img {padding: 0 5px; height: 50px;}

h9 {font-size: 17px;}
.column3c h9 {font-size: 15px;}



}
