﻿
/***** 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;  
} 


/*-------- COLORS --------
blue: 1c659a
gray: a8a9ad
*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Poppins', sans-serif !important;
	font-size:16px; 
	line-height: 26px; 
	color: #000; 
	font-weight:400;
	overflow-x:hidden;
	width:100%;
}
h1, h2, h3, h4 {font-family: 'Poppins', sans-serif !important;}
h1 { font-size: 35px; color: #1c659a; font-weight: 800; font-style: italic; text-transform:uppercase; letter-spacing: 2px; padding: 10px 0; line-height: 35px;}
h1 span{font-style: normal; font-size: 25px;}
h2 { font-size: 30px; color: inherit; font-weight: 800; font-style: italic; text-transform:uppercase; letter-spacing: 2px; padding: 5px 0;}
h3 { font-size: 20px; color: inherit; font-weight: 800; font-style: italic; text-transform:uppercase; letter-spacing: 1px;}
h4 { font-size: 18px; color: inherit; font-weight: 800; font-style: italic; text-transform:uppercase; letter-spacing: 1px; padding: 5px 0; }

a:link, a:visited, a:active {text-decoration:none;}
a:hover{transition: all .8s ease;}
strong{font-weight:700;}
#underline{text-decoration: underline;}

.fine-print{font-size: 13px;}

#pad{padding:20px 0;}
#l-pad{padding:40px 0;}
#xl-pad{padding:80px 0;}
#space{padding:50px 0;}

.clear{clear: both;}

/*--- HEADER STYLES --------------------------*/

.header {
	width:100%;
	float: left;
	background: url(../siteart/gray-stripes.png) repeat;
	background-color:#000;
}
.header .wrapper-inner{width: 90%;}

#topleft {display: inline-block;}
#topleft img{width:100%; max-width: 200px; position: absolute; z-index: 1000; top: 0}

#topright {
	    padding: 8px 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}

#topright p{display: inline-block; text-align: right; color: #fff; padding-bottom: 10px; letter-spacing: 1px; font-family: 'Poppins', sans-serif; margin: 0 0 0 40px;}
#topright p a{color: #fff;  }
#topright p a:hover{color: #1c659a;}


#topright .mobile-icons{display: none;}
#topright .mobile-icons .fa{color: #fff; font-size: 25px; margin: 0 0 0 20px;}

li.white-btn {
    padding: 0 !important;
}


li.white-btn a {background: #fff !important;padding: 10px 15px !important;border-radius: 3px !important;color: #1c659a !important;transition: .4s all;font-weight: 900 !important;}

li.white-btn a:hover {background:#1c659a !important;color:#FFF !important;}
/*---BODY--------------------------------*/

.gray-bg{background:#a8a9ad;}
.black-bg{background: #000; color: #fff;}
.blue-bg{background: #1c659a; color: #fff;}
.blue-bg h1{color: #fff;}
.gray-stripes{background: url(../siteart/gray-stripes.png) repeat;}

.wrapper-inner {width: 80%; margin: 0 auto;}
.wrapper-center {width: 80%; margin: 0 auto; text-align: center;}

#pageimage{display: block; width: 100%;}

#blue-btn{display: inline-block; background: #1c659a; color: #fff; padding:10px 25px; margin: 5px 0; letter-spacing: 2px; font-size: 14px; font-weight: 700; font-style: italic; font-family: 'Poppins', sans-serif;}
#blue-btn:hover{background: #a8a9ad;}

#black-btn{display: inline-block; background: #000; color: #fff; padding:10px 25px; margin: 5px 0; letter-spacing: 2px; font-size: 14px; font-weight: 700; font-style: italic; font-family: 'Poppins', sans-serif;}
#black-btn:hover{background: #a8a9ad;}

#gray-btn{display: inline-block; background: #74767b; color: #fff; padding:8px 25px; margin: 5px 0; letter-spacing: 2px; font-size: 14px; font-weight: 700; font-style: italic; font-family: 'Poppins', sans-serif;}
#gray-btn:hover{background: #1c659a;}
.blue-bg #gray-btn:hover{background: #000;}

/*---HOME----------------------------------*/
.cycle-slideshow img{width: 100%;}

.hero-overlay{background: rgba(0,0,0,.8); background-size: cover; color: #fff; width: 100%; max-width: 550px; height: 100%; position: absolute; top: 0; z-index: 999;}
.hero-overlay .wrapper-inner{padding: 10vw 0;}


/*--scrolling inventory--*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*-- def- contact--*/
.def-contact{display: flex; align-items: center; background: #74767b;}

.def-contact .left{display: inline-block;  color: #fff; width:30%;}
.def-contact .left h2{color: #b5d7f2;}
.def-contact .left p, .def-contact .left a{color: #fff; line-height: 30px;}

.def-contact .right{display: inline-block; width: 74%;}
.def-contact .right iframe{width: 100%; height: 400px; display: block;}





/*---CONTACT PAGE------------------------------------*/
.contact-left{display: inline-block; width:40%; vertical-align:top; float: left;}
.contact-left p{line-height: 30px;}
.contact-left a {color: #000;}

.contact-right{display: inline-block; width:50%; vertical-align:top; float: right;}
.contact-right iframe{width: 100%; height: 300px; display: block;}



/*---INVENTORY PAGES ------------------------------------*/


.wrapper-inv{width:90%; margin: 0 auto;}

.container{color: #000 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link{background-color: #1c659a !important; color: #fff!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link{background-color: #1c659a !important;}

.list-content .list-title .list-title-text{font-family: 'Poppins', sans-serif !important; letter-spacing: 2px; padding: 10px 0; line-height: 35px;}

.list-content .list-title .list-listings-count{color: #000 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover{background-color: #1c659a !important}

.faceted-search-content .faceted-section-box .faceted-view-more-btn, .faceted-search-content .selected-facets-container .selected-facet{background: #1c659a !important;}

.detail-content .detail-main-body .main-detail-data .detail-price{color: #1c659a !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn{background-color: #1c659a !important}
 .detail-content .detail-main-body .main-detail-data .buy-btn{background-color: #1c659a !important; margin-bottom: 10px !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn { background-color: #1c659a !important; color: #fff !important; border: 1px solid #1c659a !important;}

.detail-content .dealer-info{margin: 10px !important;}
.detail-content .search-results{color: #1c659a !important;}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price{color: #1c659a !important;}

.detail-content .detail-additional-data .data-row .data-label{background-color: #1c659a !important}

.detail-content .detail-main-body .main-detail-data .detail-title{font-weight: 700 !important; font-family: 'Poppins', sans-serif !important;}

/*--mobile--*/
.list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .check-availability-link{background-color: #1c659a !important}
.list-content .list-listing-mobile .buy-now-link{background-color: #1c659a !important;}
.list-content .list-listing-mobile .email-seller-link{background-color: #000 !important}

.list-content .list-listing-mobile .price-container .price, .detail-content-mobile .detail-main-body .main-detail-data .detail-price{color: #1c659a !important;}

.detail-content-mobile .detail-additional-data .data-row .data-label{background-color: #1c659a !important}
.detail-content-mobile .dealer-info h3{font-weight: 700 !important; font-family: 'Poppins', sans-serif !important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{background-color: #1c659a!important; border: 1px solid #1c659a !important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile{background-color: #1c659a !important; border: 1px solid #1c659a !important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile{background-color: #000 !important; border: 1px solid #000 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile{background-color: #212121 !important; border: 1px solid #212121 !important;}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{background-color: #212121!important;}



/*--FOOTER------------------------------*/

.foot-left{display: inline-block; float: left; width: 80%; color: #fff; margin-top: 20px;}
.foot-left li{display: inline-block;}
.foot-left li a{margin: 0 12px 0 0; color: #fff; font-weight: 700; font-style: italic; text-transform: uppercase; letter-spacing: 1px; font-size: 15px;}

.foot-left p{font-size: 13px; font-weight: 400; color: #fff;}
.foot-left a{color: #fff;}


.foot-right{display: inline-block; float: right; text-align: right;}
.foot-right img{width: 100%; max-width: 150px; }




/*---FORM STYLES------------------------*/
form h4{background: #1c659a; color: #fff; padding: 5px 5px 5px 5px;}
#formpage {  margin: 0 auto;  font-family: 'Poppins', sans-serif;}
#formpage div {
	vertical-align:top;
	padding:5px 5px 5px 0;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

#formpage input {
	padding:10px;
	border:1px solid #eaeaea;
	font-size:16px;
	background:#fff;	
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	    box-sizing: border-box;
}

#formpage textarea {
	padding:10px;
	border:1px solid #eaeaea;
	font-weight: 700;
	color:#000;
	font-size:16px;
	background:#fff;
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
	    box-sizing: border-box;
}

/* 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 #134773;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:8px 10px;
	width:100%;
	font-family: 'Poppins', sans-serif;
}

#formpage span{display: flex;flex-wrap:wrap;}
.formfield {
	flex: 1; 
	display:inline-block; 
	margin-right: 5px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}

#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;	
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

.CaptchaMessagePanel {}
/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:rgba(233,233,233,1.00); 
	color:#000;
	border:1px solid #134773;
	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%;
	font-family: 'Poppins', sans-serif;
    margin:0 auto;
    background: #a8a9ad; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	font-size:16px;
	padding: 10px;
	font-weight: 700;
	font-style: italic;
	letter-spacing:1px;
	text-align: center;
	display: block;max-width: 250px;
	border: none;transition: .3s all;cursor: pointer;
}
#formpage input.button:hover {

    background: #000; /* For browsers that do not support gradients */
    color:#fff;

}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
	padding:10px 10px;
} 

.checkbox {text-align: left;}
#formpage input[type="checkbox" ] {
	width:25px; 
	text-align: left;
}

#formpage a#red-border-button  {color:#134773; background:#fff; padding:10px; border:1px solid #134773; transition:.2s ease;}
#formpage a#red-border-button:hover  {color:#fff; background:#134773; padding:10px; border:1px solid #134773;}
/*control the Captcha */

.CaptchaPanel {margin: 0 auto !important; font-weight: 400 !important; padding:0 0 0 0 !important;line-height:normal !important;color:#fff;width: 250px; text-align:left;max-width: 100%;}

.CaptchaImagePanel {
font-weight: 400 !important;	
margin-top: 10px;
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;
text-align: center;color: #fff !important;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;font-weight: 400 !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;font-weight: 400 !important;
}
.CaptchaWhatsThisPanel a {color:#fff;font-weight: 400 !important;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


.service-form .CaptchaWhatsThisPanel a,.service-form .CaptchaMessagePanel{color: #000 !important;}

/*--- RESPONSIVE STYLES ---------------------------------------*/
@media screen and (max-width:1580px){




}

@media screen and (max-width:1400px){
	
	.hero-overlay{position: relative; height: auto; background: #000; width: 100%; max-width: 100%;}
	.hero-overlay .wrapper-inner{padding: 30px 0;}

}

@media screen and (max-width:1200px){
.wrapper-inner, .wrapper-center{width: 90%;}	
	
	.hero-overlay .wrapper-inner{padding: 5vw 0;}

}

@media screen and (max-width:1100px){
#pad{padding:15px 0;}
#l-pad{padding:40px 0;}
#xl-pad{padding:60px 0;}
#space{padding:40px 0;}	
	
h1{font-size: 30px;}
h1 span{font-size: 22px;}
h2{font-size: 28px;}
	
	
	#topright p{display: none;}
	#topright .mobile-icons{display: block;}
	
	
/*
	.hero-overlay{position: relative; height: auto; background: #000; width: 100%; max-width: 100%;}
	.hero-overlay .wrapper-inner{padding: 30px 0;}
*/
	
/*-- def- contact--*/
	.def-contact{display: block; }
	.def-contact .left{display: block;  color: #fff; width:100%; padding: 20px 0;}

	.def-contact .right{display: block; width: 100%;}
	.def-contact .right iframe{height: 280px; }


/*---CONTACT PAGE------------------------------------*/
	.contact-left{display: block; width:100%; float: none;}

	.contact-right{display: block; width:100%; float: none; margin-top: 20px;}
	.contact-right iframe{height: 280px;}


/*--FOOTER------------------------------*/
	.foot-left{display: block; float: none; text-align: center;width: 100%; color: #fff; margin-top: 20px; margin-bottom: 10px;}
	.foot-left li a{font-size: 16px;}

	.foot-right{display: block; float: none; text-align: center;}
	.foot-right img{ max-width: 100px; }

	
	
}





@media screen and (max-width:649px){

.formfield{flex-basis: 100%; margin-right: 0; margin-top: 5px;}
#formpage div{padding: 5px 0;}
#formpage input{padding: 10px 0 10px 5px;}
#formpage textarea{width: 100%; margin-right: 0; padding: 5px 0 5px 5px;}
	

#space{display: none}	

}

@media screen and (max-width:340px){
#topleft img {max-width: 120px;top: 0px;}	
	
	.foot-left li{display: block; text-align: center; margin: 5px auto;}	
}
