﻿



/***** 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;}
.clear {clear: both; height:0px; margin:0;}




.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}






/***** END RESET *****/

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
       url('../fonts/roboto-condensed-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v16-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
       url('../fonts/roboto-condensed-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body {
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	margin:0;
	font-size:18px;
	-webkit-text-size-adjust: none;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    text-decoration:none;
    color:#000;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	cursor: pointer;
}
a:hover  {
    text-decoration:underline;
    color:#666666;

}

h1 {
	font-size:38px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}

h2 {
	font-weight:700;
	font-size:34px;
}

h3 {
	font-weight:400;
	font-size:30px;
}

h4 {
	font-weight:400;
	font-size:26px;
}

h5 {
	font-weight:700;
	font-size:22px;
}


p {
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
}

.padding40 {
	padding:40px 0;
}
	 
.wrapper {
	width:96%;
	margin:0 auto;
	max-width:1170px;
}

.wrapper-sml {
	width:92%;
	margin:0 auto;
	max-width:1000px;
}

.wrapper-smler {
	width:85%;
	margin:0 auto;
	max-width:800px;
}

.wrapper-wide {
	width:92%;
	margin:0 auto;
}

/**SPANS**/
.topblue { font-weight:700; font-style:italic; font-size:14px; }
.center { text-align:center; }
.italic { font-style:italic; }
.bold { font-weight:700; }
.small { font-weight:400; font-size:10px; }

/*===================== 
                HEADER 
=======================*/
.main-heading {
	margin: 0 auto;
	width:100%;
	background:url(../siteart/diamondplate.jpg)center center no-repeat;
    background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-bar {
	width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
	vertical-align: middle;
	padding:20px 0;
}

.small-box-logo {
	width: 20%;
    box-sizing: border-box;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
	float:left;
}

.small-box-logo img {
	display:inline-block !important;
}

.small-box {
    width: 23%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    float: right;
    padding:30px 0;
	vertical-align: middle;
}

.small-box p {
	color:#363636;
	font-weight:700;
	font-size:20px;
}

.small-box p:hover {
	text-decoration:none;
	color:#000;
}

.small-box a {
	color:#363636; /*red*/
	text-decoration:none;
	font-weight:700;
	font-size:20px;
}

.small-box a:hover {
	text-decoration:none;
	color:#000;
}

.large-box {
    width: 55%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    float: right;
    padding:50px 0;
	vertical-align: middle;
}

.large-box p {
	color:#363636;
	font-weight:700;
	font-size:48px;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
}

/*===================== 
                BODY 
=======================*/
.main-pic {
	width:100%;
	height:auto;
	margin: 0 auto;
	background:url(../siteart/main.jpg) center center no-repeat;
    background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:350px 0 50px 0;
	border-bottom:3px solid #f8b914;
}

.main-pic img {
	width:100%;	
	display:block;
}

.welcome-box {
	width:50%; 
	padding:10px;
	background:rgba(48, 48, 48, 0.9);
	border:1px solid #787878;
	-webkit-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.5);
	box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.5);
}

.welcome-box h1 {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	color:#fff;
}

.welcome-box h4 {
	color:#fff;
}

.main-container {
	width:100%;
	margin: 0 auto;
	float: left;
}

.main-contact {
	-webkit-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.5);
	box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.5);	
}

.box25 {
	width: 22%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    margin: 0 1%;
    display: inline-block;
	vertical-align:top;
}

.box25 h5 { color:#fff; }
.box25 p { color:#fff; }
.box25 a { color:#fff; }
.box25 a:hover { color:#f8b914; }

.box40 {
	width: 37%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    margin: 0 1%;
    display: inline-block;
	vertical-align:top;
}

.box60 {
	width: 57%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    margin:0 1%;
    display: inline-block;
	vertical-align:top;
}

.yellow-box {
	background:#f8b914;
	padding:10px 0;
	margin:20px 0;
	text-align:center;
}

.yellow-box p {
	color:#000;
	/*text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);*/
}

.yellow-box h5 {
	font-weight:700;
	/*text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);*/
	color:#000;
}

.contact-box1 {
	padding: 0 0 20px 0;
	text-align:center;
}

.contact-third-contain {
	width:100%;
	height:auto;
	margin: 0 auto;
	display:inline-block;
	box-sizing:border-box;
	padding-top: 15px;
	text-align:center;
}

.half {
	width:48%;	
	float:left;
	display:inline-block;
	box-sizing:border-box;
	margin:0 1%;
	padding: 0 auto;
	text-align:left;
}

.half p {
	font-size:16px;
}

/**button1**/
	.button1 {
		width:auto;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#f7f7f7;
		color:#000;
		font-size:14px;
		font-weight:400;
		display:inline-block;
		padding: 10px 20px;
		text-align:center;
		border:1px solid #f8b914;
		text-transform:uppercase;
		margin:0;
	}

	a .button1 {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .button1 {
		color:#000;
		background:#f8b914;
		text-shadow:none;
		border:1px solid #E1E1E1;
	}

.hvr-shrink {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

.categorybox-text {
	float:left;
	width: 90%;
	margin: 0 0 0 0;
	box-sizing: border-box;
	margin-right:10px;
}

.categorybox {
	float:left;
	width:48%;
	height:80px;
	margin: 0 0 0 0;
	margin: 0 .5%;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border:1px solid #000;
	-webkit-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.5);
	box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.5);
	background-color:#000;
}

.categorybox .categorybox-title {
	text-align:left;
	width:90%;
	position:absolute;
	top:52%;
	left:47%;
	transform: translate(-50%,-50%); 
	-webkit-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	line-height:1em;
	margin:0 0 0 0;
	text-transform:uppercase;
	z-index:99;
	text-shadow: 2px 2px 5px #000;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	margin:0 3% 20px;
}

.categorybox-title:hover .fa-arrow-circle-right {
	margin-left:15px;
	margin-right:-10px;	
}

.fa-arrow-circle-right {
	margin-left:5px;
	-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;	
}

.categorybox-title a:hover {
	text-decoration:none;
}

.categorybox:after { 
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6d6d6d;
	opacity: 0.8; 
	transition: .3s all;
	display:block;
}
.categorybox:hover:after {
	opacity: 0.2;
	background: #6d6d6d;
}

a .categorybox {
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

a:hover .categorybox-title {
	text-shadow:none;
}

.categorybox p {
	font-weight:400;
	color:#fff;
	font-size:14px;
}

.categorybox h4 {
	color:#fff;
	font-size:26px;
}

.quick-cash {
	width:100%;
	height:auto;
	margin: 0 auto;
	background:url(../siteart/diamondplate.jpg) center center no-repeat;
    background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:40px 0;
}

.quick-cash h1 {
text-shadow: -1px -1px 0 #f8b914, 1px -1px 0 #f8b914, -1px 1px 0 #f8b914, 1px 1px 0 #f8b914;
}

.main-financing {
	padding:40px 0;
	background:#1c1c1c;
}

.apply-button {
	width:48%;
	margin: 0 auto;
	float:left;
}

.main-financing p {
	color:#fff;
	padding-top: 15px;

}

/*===================== 
                PAGES HEADING 
=======================*/

.heading-pic {
	width:100%;
	height:auto;
	margin: 0 auto;
	background:url(../siteart/main2.jpg) center center no-repeat;
    background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:40px 0;
	border-bottom:3px solid #f8b914;
}

.heading-pic img {
	width:100%;	
	display:block;
}

.heading-box {
	width:50%; 
	padding:10px;
}

.heading-box h1 {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
	color:#fff;
}

/*===================== 
                CONTACT FORM 
=======================*/
.contact {
	float:none;
	display:inline-block;
	box-sizing:border-box;
	align-items:center;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	width:100%;
	height:auto;
	float:left;
	margin: 0 auto;
	padding:0 20px;
}

.contact h3 {
	color:#f8b914;
	font-weight:700;
}

.thin-border {
	padding:20px;
	margin: 20px 0;
	border:1px solid #ccc;
}

.splitform-container {
	width:100%;
	margin: 0 auto;	
	display:inline-block;
	box-sizing:border-box;
}

.splitform {
	width: 48%;
    float: left;
}

form {
    vertical-align: top;
    margin: 0 auto;
    font-size: 12px;
}

form p {
    font-size: 12px;
}

select {
	font-family: 'Roboto Condensed', sans-serif;
	box-sizing:border-box;
	width:100%;
	padding:5px;
	margin:5px 0 10px 0;
}

option {
	font-family: 'Roboto Condensed', sans-serif;
	box-sizing:border-box;
	margin:5px 0 10px 0;
}

input {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
}

textarea {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

.blue-button {
	display:block;
	margin-bottom:15px;
	padding:12px 0;
	width:40%;
	margin: 0 auto;
	float:none;
	font-family:'Roboto Condensed', sans-serif;
	color: #000;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	background:#f7f7f7;
	border:1px solid #f8b914;
	cursor:pointer;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;	
}

.blue-button:hover {
	color:#000;
	background:#f8b914;
	text-shadow:none;
	border:1px solid #E1E1E1;
}

#financing-box {
	vertical-align:top;
}

#financing-box a {
	color: #f8b914;
	text-decoration:underline !important;
}

#financing-box a:hover {
	color: #666666;
	text-decoration:none !important;
}

#financing-box h3 {
    color: #f8b914;
    font-weight: 700;
	margin-bottom:15px;
}

/*===================== 
                SCROLLING INVENTORY 
=======================*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin: 0;
	border-top:3px solid #f8b914;
	border-bottom:3px solid #f8b914;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
                MAP 
=======================*/
.map {
	margin: 0 auto;
	float:left;
	width: 100%;
}

/*===================== 
                FOOTER 
=======================*/
.main-footer {
	width:100%;
	height:auto;
	margin: 0 auto;
	background:url(../siteart/footer.jpg) center center no-repeat;
    background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:40px 0;
	background-color:#000;
}

.footer-wrapper {
		background:#cdcdcd; 
		margin:0 auto;	
		padding:20px 0;
	}
	
	.footer-container {
		width: 92%;
		margin: 0 auto;	
	}
	
	.left {
		display:inline-block;
		text-align:left;
		font-weight:700;
		box-sizing:border-box;
		width: 49%;
		color:#fff;	
		text-transform:none;
		font-weight:400;
		vertical-align:middle;
	}
	
	.left p {
		margin-bottom:0;
		font-size:10px;
	}
	
	.left a {
		color:#000;
		font-size:11px;
		text-decoration:none;
	}
	
	.left a:hover {
		text-decoration:underline;
		color:#7F7F7F;
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	.right {
		display:inline-block;
		text-align:right;
		font-weight:700;
		box-sizing:border-box;
		width: 49%;
		color:#fff;
		text-transform:none;
		font-weight:400;
	}
	
	.right p {
		margin-bottom:0;
		font-size:11px;
		font-family: 'Roboto Condensed';
	}
	
	.right a {
		color:#000;
		font-size:11px;
		text-decoration:none;
	}
	
	.right a:hover {
		text-decoration:underline;
		color:#7F7F7F;
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}

/*===================== 
                HOSTED CONTENT 
=======================*/
.hosted-content h3 {
	font-family: 'Roboto Condensed', sans-serif!important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 1.5em !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner {
	color:#fff !important;
}
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    line-height: 1.5em !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-name {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
	background:#303030 !important;
}

.column5.left.fluid-mobile.left{color: #000!important;}

.listing-price-label.bold {color: #000!important;}

.nobr {color: #000!important;}

.left {color: #000 !important;}



/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1200px) { 
	.large-box p { font-size:34px; }
	.small-box a { font-size:15px; }
	.small-box p { font-size: 15px; }
}

@media screen and (max-width: 1000px) {
	.small-box-logo { width: 100%; float:left; }
	.small-box-logo img { display:inline-block !important; max-width:100%; }
	.small-box { width: 100%; text-align:center; padding:10px 0; }
	.large-box { width: 100%; float: right; padding:10px 0; }
	
	.box40 { width: 100%; margin: 10px 0; }
	.box60 { width: 100%; margin: 10px 0; }
	
	.main-pic { padding:150px 0 20px 0; }
	.welcome-box { width:90%; margin: 0 auto; padding:10px; text-align:center;}
	
	h1 { font-size:34px; }
	h2 { font-size:30px; }
	h3 { font-size:36px; }
	h4 { font-size:22px; }
	h5 { font-size:18px; }
	p { font-size:16px; }
	a { font-size:16px; }
	.padding40 { padding: 25px 0;}
	#financing-box h3 { font-size:22px; margin-bottom:15px; }
	#financing-box a { font-size:22px; }

	.quick-cash { padding:10px 0; text-align:center; }
	.quick-cash h1 { text-align:center; }
	.quick-cash p { text-align:center; }
	.quick-cash a { text-align:center; }
	.main-financing { padding:10px 0; }
	.main-financing p { text-align:center; }
}

@media screen and (max-width: 850px) {
	.box25 {
		width: 47%;
		margin: 10px 0;
		text-align:center;
	}
}

@media screen and (max-width: 768px) {
	.right {
		width: 100%;
		text-align:center;
	}
	.left {
		width: 100%;
		text-align:center;
	}
	
	.categorybox { width:100%; margin: 1% 0;}

}
@media screen and (max-width: 570px) {
	.box25 {
		width: 100%;
		margin-top: 10px;
	}
	
	.heading-box {
		text-align:center;	
		width:100%;
		padding:0;
	}
	
	.apply-button {
		width:100%;
	}
}
@media screen and (max-width: 480px) {

}
