﻿/***** 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: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0;
}

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;} 

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/


h1 { font-family: 'montserratbold'; color: #000; font-size: 25px; text-transform: uppercase;}
h2 { font-family: 'montserratlight'; color: #333; font-size: 21px; }
h3 { font-family: 'montserratlight'; color: #000; font-size: 17px; text-transform: uppercase;}
h4 { font-family: 'montserratbold'; color: #e8bc50; font-size: 20px; text-transform: uppercase;}
h5 { font-family: 'montserratlight'; color: #dad8d8; font-size: 15px; text-transform: capitalize;}
h6 { font-family: 'montserratregular'; color: #fff; font-size: 14px;}
h7 { font-family: 'montserratlight'; color: #000; font-size: 12px; text-align:right;}

b{font-family: 'montserratbold'; font-size: 17px; line-height: 28px; color:#000;}

p { font-family: 'montserratlight'; font-size: 16px; line-height: 28px; color:#000;}
p a{color:#7190ca; font-family: 'montserratregular'; }
p a:hover{color:#000; font-family: 'montserratregular';}

.quote p{
	font-style: italic;
	font-family: 'montserratlight'; 
	font-size: 18px; 
	line-height: 28px;
	color:#fff;
}


/*===================== 
	link styles 
=======================*/
.nav-wrap {display: flex;position:relative;align-items: center;gap:10px;}
a{
	font-family: 'montserratbold';
	color: #1d1d1d;
	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: #077bab; 
	text-decoration:none;	
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}

a#small {
    font-family: 'montserratbold';
    color: #0da3e1;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background: #fff;
    border-radius: 6px;
    padding: 6px 12px;
}
a#small:hover {
    font-family: 'montserratbold';
    color: #077bab;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background: #ececec;
    border-radius: 6px;
    padding: 6px 12px;
}

a#email{
	font-family: 'montserratbold';
	color: #fff;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a#email:hover{
	color: #e8e8e8; 
	text-decoration:none;	
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}


/*===================== 
	header styles 
=======================*/

header {
	margin: 0 auto;
	width: 100%;
	background: #565555;
	padding: 1% 3%;
    box-sizing: border-box;
}

.header-right{float:right; text-align:right;width:50%;}
.header-right a {
    color: #fff!important;
    font-size: 16px;
    font-family: 'montserratlight';
    position: relative;
}
.header-right a:hover{color:#fff!important;}

.header-social {
	padding:0 2%;
	font-size: 20px;
}

.header-left{ color: #fff;font-size: 16px;font-family: 'montserratlight';position: relative;}   

.header-left{float:left; text-align:left; width:50%;}


.left{
	float: left;
	text-align: left;
}

.right{
	float: right;
	text-align: right;
}


.welcome {
    position: relative;
    top: 175px;
    margin: 0 auto 0;
    z-index: 998;
    width: 100%;
    text-align: center;
    left: 0;
}
	
#logo {
    width: 100%;
    text-align: center;
}

#logo img {
    max-width: 630px;
    width: 100%;
    height: auto;
}

.main-buttons {
    top: 10px;
    position: relative;
    text-align: center;
    width: 350px;
    z-index: 9999;
	margin:0 auto;
}

.main-buttons a h3 {
    padding: 10px;
    border-radius: 8px;
	color:#000;
    border: solid 1px #fff;
    background: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.main-buttons a h3:hover {
    border: solid 1px #ccc;
    background: #ccc;
    color: #000;
}

.giant{width:100%;}
.giant img{width:100%;}

#nav {background: #fff; width: 100%; display: inline-block; margin: 0 auto; text-align: center;}

/*===================== 
	content styles 
=======================*/


.content {
    background-image: url(../siteart/mid-bg.jpg);
    padding: 5% 0 3% 0;
    width: 100%;
    background-repeat: repeat;
    height: 450px;
	background-color: black;
}

.content-2 {
    background: #ddd;
    padding: 5% 0;
    width: 100%;
    background-repeat: repeat;
}


.about-btn {
    top: 10px;
    position: relative;
    text-align: center;
    width: 350px;
    z-index: 9999;
}

.about-btn a h3 {
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    border: solid 1px #fff;
    background: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    font-size: 16px;
}


.about-btn a h3:hover {
    border: solid 1px #fff;
    background: #fff;
    color: #000;
}



.divide-line{
	width:100%;
	height:3px;
	color:#b9953f;	
}


.wrapper {
	width: 100%;
	margin: 5% auto;
	max-width: 1100px;
}



.wrapper-home {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}
.wrapper-other {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}

.wrapper-footer {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}


.wrapper-home h1{    
	font-family: 'montserratbold';
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
.wrapper-home h2{
	font-family: 'montserratlight';
    color: #fff;
    font-size: 17px;
    font-style: italic;
}
.wrapper-home p{
    font-family: 'montserratlight';
    font-size: 18px;
    line-height: 53.35px;
    color: #fff;
}



.finance-buttons {
    position: relative;
    text-align: center;
    max-width: 350px;
	width:95%;
    z-index: 9999;
	margin: 2% 0;
}
.finance-buttons a {
	margin:20px 0;
	display: block;
}
.finance-buttons a h3 {
    padding: 10px;
    border-radius: 8px;
	color:#000;
    border: solid 1px #7190ca;
    background: #7190ca;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.finance-buttons a h3:hover {
    border: solid 1px #fff;
    background: #fff;
    color: #7190ca;
}

.wrapper-other iframe{width:100%;}

.wrapper-cf {
	padding: 0 3%;
	margin: 0 auto;
	background:#ccc;
    box-sizing: border-box;
}

.giant{width:100%;}
.giant img{width:100%;}


.button-wrap {
    text-align: center;
    margin: 3.5% auto;
    padding-bottom: 3.5%;
}
.button-wrap a h3{
	padding:10px;
	border-radius:8px;
	border: solid 1px #0da3e1;
	background:#0da3e1;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
.button-wrap a h3:hover{
	border: solid 1px #0da3e1;
	background: #fff;
    color: #0da3e1;
}


	
/*===================== 
	slideshow styles 
=======================*/


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto -55px;
    bottom: 160px;
}

.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;}

	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:45%; float:left; padding-right: 50px; box-sizing: border-box;}

.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}

.container-1 {
	padding:40px 0;
}

/*===================== 
	zoom wrap styles 
=======================*/

.zoom-container {
    float: left;
    width: 25%;
    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 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:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .82); /*------change bg color-------*/
	-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: 20px;
	font-style: normal;
	margin: 25% 0 0;
	text-transform: uppercase;
	color: #fff;
}
.zoom-container:hover .zoom-caption {
	background: none;
}



/*===================== 
	main form
=======================*/

.half {
    color: #fff;
    text-align: left;
    font-size: 12px;
}

#form{
	max-width:1100px;
	margin: 5% auto;
	color:#fff;
}

#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
    height: 35px;
    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';

}

strong{font-size: 16px;}

#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: 8px 4px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
}
#form input[type="radio"] {
    margin: 10px 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
    position: relative;
    top: 3px;
} 
#form input.send-button,
#form input.send-button, #form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 350px;
    font-size: 16px;
    color: #fff;
	border: solid 1px #fff;
    font-family: 'montserratregular';
    background: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
    height: 45px;
}

#form input.send-button:hover {
	background: #fff;
	color:#000;
    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;
}

.CaptchaImage {
    border: 1px solid #333;
    height: 50px;
}

.CaptchaAnswerPanel input {width: 100px !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 35px 0 !important;
}
.CaptchaWhatsThisPanel a {color: #cccccc;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*===================== 
	top footer styles 
=======================*/


#border-footer {
    width: 200px;
    border-top: 6px solid #7190ca;
    padding-bottom: 16px;
}

.bottom {
    width: 100%;
    background: #464b54;
}

.footer {
    width: 100%;
    padding: 45px 0 70px;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 0;
}

.footer a{font-family: 'montserratlight'; color: #fff!important; font-size: 11px; line-height: 24px;}
.footer a:hover{font-weight:bold;}


.bottom-footer {
    background: #fff;
    padding: 4% 0 2%;
}

.footer-logo {
    float: right;
    max-width: 410px;
    text-align: center;
}

/*-------------------*/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{font-family: 'montserratregular'; color:#464b54; font-size:10px; line-height: 14px;}
a.footerlink:hover {font-family: 'montserratbold'; font-weight:bold; text-decoration:none; font-size:10px;}
.footertext{font-family: 'montserratregular'; font-size:10px; color:#464b54; line-height: 14px;}
.smallfootertext{font-family: 'montserratlight'; font-size:10px; color:#464b54; line-height: 14px;}

.divfooter {
    float: left;
    line-height: 14px;
    width: 100%;
} 
.clear{clear:both;}	



/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 5% 0!important;
}

.hosted-content #listings-title {
    font-size: 1.8rem;
    color: #7190ca;
}
	
	
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #464b54;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background: #7190ca!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #464b54!important;
    color: #fff!important;
}



 .right {
    
    font-weight: bold!important;
    font-size: 14px!important;
}
.widget-price-container {
    font-weight: 400!important;
	font-size: 11px!important;
}


/*.List {height:auto !important;}*/
.show-all-modal .all-options-container.fixed-search-height {overflow: visible;}
/*===================== 
  responsive styles 
=======================*/




@media screen and (max-width: 1466px){

.main-buttons {
    bottom: 200px;
    margin: 0 auto -102px;
}
.cycle-slideshow {
    width: 100%;
    position: relative;
    bottom: 56px;
}



}

@media screen and (max-width: 1280px){

.cycle-slideshow {
    width: 100%;
    position: relative;
}

}
@media screen and (max-width: 1185px){

.wrapper-home {
    width: 96%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 2%;
}
.wrapper-footer {
    width: 96%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 2%;
}
.wrapper-other {
    width: 96%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 2%;
}


	

}
@media screen and (max-width: 1135px){

.main-buttons {
    text-align: center;
    width: 300px;
    z-index: 9999;
    position: relative;
    bottom: 150px;
    margin: 0 auto -120px;
}


}
@media screen and (max-width: 1091px) {
 
.header {
	overflow:visible !important;
}

.main-buttons {margin: 0 auto -102px;}
	
.wrapper-home p {
    font-family: 'montserratlight';
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}

}
@media screen and (max-width: 1005px) {

.column2 {
    width: 50%;
}
	
	
}
@media screen and (max-width: 975px) {

.column4 {
    width: 50%;
}

.wrapper-home p {
    font-family: 'montserratlight';
    font-size: 18px;
    line-height: 45px;
    color: #fff;
}	
	
	
}
@media screen and (max-width: 830px) {

.main-buttons {display:none!important;}
	
.zoom-container .zoom-caption h2 {
    font-size: 16px;
    margin: 20% 0 0;
}	
h5 {font-size: 10px;}	

.wrapper-home {
    width: 96%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 2%;
}
	
	
.welcome {top: 200px;}
	
#logo img {
    max-width: 547px;
    width: 100%;
    height: auto;
}	

	
	
.content {
    background-image: url(../siteart/mid-bg.jpg);
    padding: 5% 0;
    width: 100%;
    background-repeat: repeat;
    height: 900px;
}	
.column2 {
    width: 95%;
    float: left;
    padding-left: 50px;
    box-sizing: border-box;
    padding: 2% 0;
}
	
	
	
	
}
@media screen and (max-width: 700px) {
.welcome {top: 160px;}
.column3 {
    width: 100%;
    padding-right: 0;
    padding: 2% 0;
}
	
.content {height: 900px;}
.wrapper-home h1 {font-size: 20px;}
.wrapper-home p { font-size: 15px; line-height: 32px;}	
	
h1 {font-size: 20px;}
p { font-size: 15px; line-height: 32px;}	
	

}
@media screen and (max-width: 600px) {
 .welcome {top: 125px;align-self: center;}
.header-right {
    float: left;
    text-align: left;
    width: 100%;
}
.header-right a {
    float: left;
    padding-right: 2%;
}
	.header-right img {
    padding-right: 2%;
    position: relative;
    float: left;
    bottom: 10px;
}
	
i.fa-fa-facebook-square{font-size:large;}
	
	
.header-left {
    float: left;
    text-align: left;
    width: 100%;
    padding: 1% 0 0;
}

.column4 {
    width: 100%;
	padding-right:none;
}
	
.zoom-container {
    width: 50%;
    line-height: 20px;
}
	
	
.hosted-content .btn.listings-button .fa, .hosted-content .listings-button .fa {
    display: none!important;
}
	
@media screen and (max-width: 520px){	
.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 10px auto -55px;
}	
 
}
@media screen and (max-width: 520px){
	

.column2 {
    width: 100%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    padding: 1%;
}
	
#logo img {
    max-width: 478px;
    width: 100%;
    height: auto;
}

	
.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto -34px;
    bottom: 34px;
}



}
@media screen and (max-width: 430px) {


.header-left {padding: 1% 0 2%;}
.header-right {padding: 0 0 1% 0;}


}
@media screen and (max-width: 400px) {

#logo img {
    max-width: 275px;
    width: 100%;
    height: auto;
}
	
.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto 0;
    bottom: 0px;
}

#form input.send-button, #form input.send-button, #form input.send-button:focus {
    width: 310px;
    font-size: 16px;
    border-radius: 6px;
    height: 45px;
}
.about-btn {
    top: 10px;
    position: relative;
    text-align: center;
    width: 310px;
    z-index: 9999;
}


}
@media screen and (max-width: 310px) {

.header-left img {
    padding-right: 0%;
    width: 100%;
    max-width: 44px;
}
	

.zoom-container {
    width: 100%;
    line-height: 20px;
}

.content {
    height: 955px;
}
	
	


}


@media screen and (max-width: 280px) {


.content {
    height: 1000px;
}

#form input.send-button, #form input.send-button, #form input.send-button:focus {
    width: 250px;
    font-size: 16px;
    border-radius: 6px;
    height: 45px;
}
.about-btn {
    top: 10px;
    position: relative;
    text-align: center;
    width: 250px;
    z-index: 9999;
}
	
.finance-buttons {
    position: relative;
    text-align: center;

    z-index: 9999;
    margin: 2% 0;
}


}
