/***** CSS 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 	vertical-align: baseline;
}

 .gradient {
       filter: none;
    }
a {
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {box-sizing: border-box;}

body {
	line-height: 1.42857;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif!important;
	-webkit-text-size-adjust: none; 
	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.blue_gradient{

	background-image: -webkit-linear-gradient(to bottom, #ffde16, #cdb000); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(to bottom, #ffde16, #cdb000); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #ffde16, #cdb000); /* Standard syntax; must be last */
    color:transparent;
	-webkit-background-clip: text;
    background-clip: text;
	}

img {
    display: inherit !important;
}
.map-responsive {
    overflow: hidden;
    position: relative;
	height: 100%;
}

p {
    font-weight: 500;
    color: #3a3a3a;
}
h2{
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 10px;
}
h1{
    text-transform: uppercase;
}
/*
===============================================================
===============================================================
*/
/***** Header *****/
div#header {
    display: inline-flex;
	width: 100%;
    padding: 0 5%;
    text-align: center;
	background-image:url('/siteart/nav_bkg.jpg');
	background-repeat:repeat-x;
	background-size: contain;
	box-sizing: border-box;
}
div#header-logo {
    text-align: center;
}
#header-logo img {
    width: 70%;
    text-align: center;
    margin: 20px auto;
	min-width: 200px;
    max-width: 320px;
}
div#header-left, div#header-right {
    width: 20%;
    margin: auto;
}
p.header_text, p.header_text a {
    font-size: 1.1em;
    font-weight: 900;
    color: #3a3a3a;
}
p.header_text img, p.header_text a img{
	display:inline !important;
	vertical-align: middle;
	min-width: 40px;
    width: 20%;
}


/*******Main*******/
.main{
   /*text-align:center;*/
}
div#main-image {
	background-image:url('/siteart/main_image.jpg');
	height: 452px;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    justify-content: center;
	position: relative;

}
.main-text {
    line-height: 1.4em;
    padding: 10px 40px;
}
.under_image_baner{
	background: #ffde16;
	text-align: center;
}
.under_image_baner p {
    padding: 25px;
	color:#000;
	font-weight:900;
}
p#caption{
	background-image: -webkit-linear-gradient(to bottom, #ffde16, #cdb000); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(to bottom, #ffde16, #cdb000); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #ffde16, #cdb000); /* Standard syntax; must be last */
    color:transparent;
	-webkit-background-clip: text;
    background-clip: text;
	font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke: 0.4px #000;
    position: absolute;
    width: 100%;
    bottom: 25px;
	text-align: center;
}


/*******inv btn********/
.inv_menu_btn {
    display: inline;
}
div.inv_menu_btn a img {
    width: 50%;
}
.inv_menu_btn a {
    font-size: 0;
}
div#bottom_boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	text-align: center;
	background: #efefef;
}
div.bottom_box {
	width:50%;
}
p.btm_bx_title {
	background-image: -webkit-linear-gradient(to bottom, #ffde16, #cdb000); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(to bottom, #ffde16, #cdb000); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #ffde16, #cdb000); /* Standard syntax; must be last */
    color:transparent;
	-webkit-background-clip: text;
    background-clip: text;
	font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
	margin-top: 30px;
}
span.btm_bx_tel_title{
    color:#000;
	-webkit-background-clip: text;
    background-clip: text;
	float: left;
    font-weight: 600;
    text-transform: uppercase;
}
p.btm_bx_subtitle span{
    color:#000;
	-webkit-background-clip: text;
    background-clip: text;
	margin-top: 10px;
	font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}
p.btm_bx_subtitle a{
	background-image: -webkit-linear-gradient(to bottom, #ffde16, #cdb000); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(to bottom, #ffde16, #cdb000); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #ffde16, #cdb000); /* Standard syntax; must be last */
    color:transparent;
	-webkit-background-clip: text;
    background-clip: text;
	font-size: 1.2em;
}
p.btm_bx_subtitle a:hover{
	background-image:none;
    color:#666;
	font-size: 1.2em;
	text-decoration:underline;
}
a.btm_bx_tel {
    color: #000;
    font-weight: 500;
}
a.btm_bx_tel:hover {
    color: #666;
}

/*#contact_box {
	    padding: 5% 0;
}
#contact_box_tel {
    width: 20%;
	margin: 5px auto;
}
#contactpage_box_tel{
	margin: 5px auto;
	width:15%;
}
span.btm_bx_tel {
    float: right;
}
p#btm_bx_address {
    margin-top: 5px;
}*/

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
 
 
/******Footer*****/
div#page_ftr_cdts {
    background: #000;
    color: #fff;
	padding: 15px 5%;
	background-size: contain;
}

.credits a, .credits{
    color: #fff;
}

div#ftr_credits {
    font-size: 0.8em;
    display: flex;
}
.credits.credits_right {
    margin-left: auto;
}


/****Contact*****/

.middle {
    padding: 40px 10%;
	text-align: center;
}

p.phone_number a:hover {
    color: #666;
}
p.phone_number {
    margin-bottom: 20px;
}
.right-half {
    margin-top: 10px;
}

p.btm_bx_subtitle {
    margin-bottom: 40px;
    margin-top: 20px;
}

.blue_gradient a{
background-image: -webkit-linear-gradient(to bottom, #ffde16, #cdb000); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(to bottom, #ffde16, #cdb000); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(to bottom, #ffde16, #cdb000); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #ffde16, #cdb000); /* Standard syntax; must be last */
    color:transparent;
	-webkit-background-clip: text;
    background-clip: text;
	}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   
#navcontain {
    margin: 70px 0 0 auto;
	
}
.blue_gradient{

    color:#000;
	background-image:none;

	}

p#caption{
    color:#000;
	background-image:none;
	position:relative;
	margin-top:420px;
	text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
	
}
#navcontain {
    margin: 70px 40px auto auto !important;
}


/*******inv btn********/


p.btm_bx_title {
    color:#000;
	background-image:none;
}
span.btm_bx_tel_title{
    color:#000;
	background-image:none;
}
p.btm_bx_subtitle span{
    color:#000;
	background-image:none;
}
/****Contact*****/


p.phone_number a:hover {
     color: #666;
	 background-image:none;
}


.blue_gradient a, p.btm_bx_subtitle a{
    color:#000 ;
	background-image:none;
	}

/*Inventory*/

.hosted-content #listings-title {
	
    color:#000  !important;
	background-image:none;

}

}
/***** RESPONSIVE STYLES *****/

.show-menu-for-mobile, .only_on_mobile {display:none;}  

@media screen and (max-width: 1815px) {
	#wide_col {width: auto!important;}
}

/*ipad landscape*/
@media screen and (max-width: 1024px) {

.only_on_mobile{
	display:block;	
}

.not_on_mobile{
	display:none;	
}

.fillout-form {
	width:100%;

}
.right-half {
    float: none;
    width: 100%;
}

div#header {
    display: block;
	padding:0;
}

#header-logo img {
    width: 100%;
	margin: 0 auto;
	display: block;
	padding: 15px;
    margin-bottom: 0;
    min-width: 200px;
}
div#header-left, div#header-right {
    width: 100%;
}
p.header_text img, p.header_text a img {
    max-width: 50px;
    width: 15%;
}
p#caption {
    display: none;
}

.footer {
    display: block;
}
.footer_col.footer-address {
    text-align: center; 
}

.footer-right {
    text-align: center;
}
.footer_col.footer-address p, .footer-right p a {
    margin-bottom: 15px;
}
div#ftr_credits {
    display: block;
    text-align: center;
}
.credits.credits_right {
    margin:auto;
    width: 50%;
}
div#contact_box, p.btm_bx_subtitle a{
    font-size: 0.9em; 
	padding:1em;
}
#contactpage_box_tel {
    margin: 5px auto;
    width: 100%;
    padding: 0 20%;
}
p.btm_bx_subtitle.contact_page a {
	font-size:1.2em;
}
p.btm_bx_subtitle {
    margin-bottom: 10px;
}

p.btm_bx_title {
	margin-top:10px;	
}

}
	
/*ipad portrait*/
@media screen and (max-width: 768px) {
p.btm_bx_title, p.btm_bx_subtitle span {
	font-size:1em;	
}
}

/*iphone 6 landscape*/
@media screen and (max-width: 667px) {
.inv_menu_btn {
    display: block;
}
div.inv_menu_btn a img {
    width: 100%;
}
div#bottom_boxes {
   display: block;
}
div.bottom_box{
	width:100%;

}
p.btm_bx_title {
	font-size:1.2em;	
}
div.bottom_box {
    width: 100%;
    min-height: auto;
}
p.btm_bx_title{
	margin-top:0;
}
p.btm_bx_subtitle a{
	font-size:1em;	
}
p.btm_bx_title {
    margin-top: 5px;    
}
}

/*iphone 6,7, X portrait*/
@media screen and (max-width: 375px){
body .full #wide_col {
    float: none !important;
}
#contact_box_tel {
    width: 100%;
    padding: 0 15%;
}
#contactpage_box_tel {
	padding: 0 10px;
}
}

/*iphone 5 portrait*/
@media screen and (max-width: 320px){

}