﻿/***** 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;}

/***** 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;
}
a:hover  {
    text-decoration:underline;
    color:#fff;
}

h1 { font-size:40px; font-family: 'Roboto Condensed', sans-serif; font-weight:700; }
h2 { font-weight:700; font-size:36px; font-family: 'Roboto Condensed', sans-serif; }
h3 { font-weight:400; font-size:32px; font-family: 'Roboto Condensed', sans-serif; }
h4 { font-weight:700; font-size:26px; font-family: 'Roboto Condensed', sans-serif; }
h5 { font-weight:700; font-size:20px; font-family: 'Roboto Condensed', sans-serif; }

p { /*margin-bottom:15px;*/ font-size:18px; font-family: 'Roboto Condensed', sans-serif; }
	 
.wrapper {
	width:96%;
	margin:0 auto;
	max-width:1170px;
}

.wrapper-lrg {
    width: 85%;
    margin: 0 auto;
}

.wrapper-sml {
	width:92%;
	margin:0 auto;
	max-width:1000px;
}

.wrapper-smler {
	width:85%;
	margin:0 auto;
	max-width:800px;
}

.padding20 { margin:0 auto; padding:20px 0; }
.padding50 { margin:0 auto; padding:50px 0; }
.padding200 { margin:0 auto; padding:100px 0; }

/**SPANS**/
.topblue { font-weight:700; font-size:24px; color:#28296a; /*blue*/ text-transform:uppercase;}
.center { text-align:center; }
.italic { font-style:italic; font-weight:400;}
.bold { font-weight:700; }
.small { font-weight:400; font-size:10px; }

/**FORMS**/
input {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
	
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

form {
	vertical-align:top;
	margin:0 auto;
}




/*===================== 
                HEADER 
=======================*/
.top-bar {
	background:rgba(255, 255, 255, 0.6);
	margin:0 auto; 
	padding:10px 20px;
	border-bottom:#000 solid 3px;
}

.top-bar-title { font-size:20px; text-transform:uppercase; font-style:italic; color:#28296a; /*blue*/ font-weight:700; }
.top-bar-text {
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	margin:5px;
}

.top-bar-text img {
	width: 15px;
	display:inline-block;
}

.top-bar-left {
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	margin:2px 0;
}

.top-bar-text p {
	font-size:16px;
	color:#000;
	padding:0 5px;
}

.top-bar-text a {
	font-size:16px;
	color:#000;
	padding:0 5px;
}

.top-bar-text a:hover {
	text-decoration:none;
	color:#0874CD; /*light blue*/
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;	
}

.top-bar-text i {
	font-size:16px;
	color:#fff;
}

.top-bar-text i:hover {
	text-decoration:none;
	color:#0664B1; /*light blue*/
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;	
}

/*===================== 
                Logo 
=======================*/
.logo-head {
	background:url(../siteart/diamond-plate.png) repeat;
	margin:0 auto; 
	padding:0;
}

.small-box-logo {
	float:left;
	text-align:center;
	margin: 0 auto;
	dispaly:inline-block;
	padding:44px 0;
}

.small-box-logo img {
	display:inline-block !important;
	max-width:100%;
}

.small-box-logo p {
	font-size:13px;
	font-weight:700;
}

.small-box h3 {
	padding-top:40px;
}

.small-box {
	color:#000;
	float:right;
	text-align:center;
	width: auto;
	margin: 0 auto;
	dispaly:inline-block;
	padding:32px 0;
}

.small-box img {
	display:inline-block !important;
}

.small-box p {
	color:#28296a; /*blue*/
	font-size: 16px;
    text-decoration: none;
}
.small-box h4 { font-size: 32px; text-transform:uppercase; font-style:italic; color:#28296a; /*blue*/ font-weight:700; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
.small-box h5 { font-size: 22px; color:#28296a; /*blue*/ font-weight:700; }


/*  END HEADER
------------------------------------------------*/

/*===================== 
                BODY 
=======================*/
.main-home {
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.main-image img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.main-text {
	width:100%;
	margin:0 auto;
	display:inline-block;
	float:none;
	text-align:center;
}

.main-text-box {
	margin:0 auto;
	text-align:center;
	display:inline-block;
	padding: 32px 20px;
}

.main-text-header {
	margin:0 auto;
	text-align:center;
	display:inline-block;
}

.main-text-header h2 {
	color:#fff;
	text-shadow: 3px 3px 14px #000;
	font-size:80px;
	padding:15px 0;
	padding-right:20px;
}

.welcome-underline {
	margin: 0 auto;
	width:44%;
	border-bottom: 5px solid #fff;
	float:right;
}

.main-text h1 {
	font-size:80px;
	line-height:80px;
	color:#fff;
	text-align:right;
	text-shadow: 1px 1px 4px #000;
}

.about-contain {
	margin: 0 auto;
	width:100%;	
	background:#fff;
	color:#000;
}

.about-info-text {
	width: 52%;
    margin: 0 3%;
    float: left;
    padding: 60px 0;
}

.about-info-text p {
	font-weight:400;
	font-size:20px;	
	color:#000;
}

.about-info {
	margin: 0 auto;
	float:left;
}

.about-info img {
	width:100%;
	height:100%;
	display:block;
	margin-top: 9%;
}



/**button1**/
	.button1 {
		width:85%;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#005a92;
		color:#fff;
		font-size:14px;
		font-weight:400;
		display:inline-block;
		padding: 10px 3px;
		text-align:center;
		border:1px solid #000;
		text-transform:uppercase;
		margin:10px 0;
	}

	a .button1 {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .button1 {
		color:#fff;
		background:#d8232f;
		text-shadow:none;
	}

.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);
}

/*===================== 
                INVENTORY BOXES
=======================*/
.inventory-contain {
	box-sizing:border-box;
	width: 100%;
    text-align:center;
    background-size: 100%;
	background:url(../siteart/diagnol-grey.jpg)repeat;
}

.trailer-box {
	float:none;
	height:auto;
	margin: 51px 10%;
	padding:20px 0;
	text-align:center;
}
.trailer-box:nth-last-child {
	margin: 51px 10%;
}

.trailer-box img { max-width:100%; }
	
.inventory-box {
	box-sizing: border-box;
	height:auto;
	border:#ccc 2px solid;
	padding:20px 0;
	background: #fff;
	text-align:center;
}

.inventory-box img {
	margin-bottom:10px;
	
}

.inventory-box-title {
	text-align:center;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#676767;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	padding:5px 0;
}

	/**green button**/
	.green-button {
		width:60%;
		float:none;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#fff;
		color:#28296a; /*blue*/
		border:2px solid #28296a; /*blue*/
		font-size:14px;
		font-weight:400;
		display:inline-block;
		margin:10px 0;
		font-weight:700;
		padding:10px 0;
		text-align:center;
		vertical-align:top;
	}

	a .green-button {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .green-button {
		color: #fff;
		background:#28296a; /*blue*/
		border:2px solid #28296a; /*blue*/
	}

/*===================== 
                LOCATIONS 
=======================*/
.location-boxes {
	margin: 0 auto;
	box-sizing:border-box;
	width:100%;
}

.box1 {
	width:50%;
	margin: 0 auto;
	box-sizing:border-box;
	float:left;	
	padding:20px 0;
}

.box1 h3 {
	font-weight:700;
	color:#28296a; /*blue*/
}

.box1 a {
	text-decoration:underline;
}
.box1 a:hover {
	color:#3b3c82; /*light blue*/
}

/*===================== 
                HEADER 
=======================*/
.page-heading {
	display: block;
	padding: 50px 0;
	max-width: 100%;
	background:url(../siteart/diamond-plate-dark.png) repeat;
	margin:0 auto; 
}

.parts-heading {
	display: block;
	padding: 50px 0;
	max-width: 100%;
	background:url(../siteart/parts-gradient.png) center center no-repeat;
		background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto; 
}

.service-heading {
	display: block;
	padding: 50px 0;
	max-width: 100%;
	background:url(../siteart/service-gradient.png) center center no-repeat;
		background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto; 
}

.about-heading {
	display: block;
	padding: 50px 0;
	max-width: 100%;
	background:url(../siteart/about-gradient.png) center center no-repeat;
		background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto; 
}

.heading-text {
	width:100%;
	margin:0 auto;	
}

.heading-text h2, .heading-text h1 {
	font-size:40px;
	line-height:40px;
	color:#fff;
	text-shadow: 1px 1px 4px #000;
	text-transform:uppercase;
}

/*===================== 
                CONTACT 
=======================*/
.contain60 {
	width: 60%;
    margin: 0 auto;
    box-sizing: border-box;
    float: left;
    padding: 10px 5px;
}

.contain40 {
	width: 40%;
    margin: 0 auto;
    box-sizing: border-box;
    float: left;
    padding: 10px 5px;
	display:inline-block;
	max-width:100%;
	color:#fff;
}

.about-box2 h2 {
    color: #015ea5;
    font-size: 30px;
    border-bottom: 3px solid #015ea5;
    padding-bottom: 10px;
	padding-top:20px;
}
	.about-box2 {
		float:left;
		width: 100%;
		box-sizing: border-box;
		height:auto;
		margin: 30px .5%;
		border:4px solid #D5D5D5;
	}
	
	.three-across {
		width:100%;
		margin:0 auto;
		display:inline-block;
	}
	
	.three-across-box {
		width:31%;
		padding:10px;
		margin:1%;
		float:left;
		display:inline-block;
		box-sizing:border-box;
		background:#fff;
		border:#676767 solid 1px;
		color:#28296a; /*blue*/
	}
	
	.three-across-box h5 {
		margin-bottom:5px;
	}
	
	.three-across-box a {
		font-size:14px;
		color:#28296a; /*blue*/
		margin-bottom:0;
	}
	
	.three-across-box a:hover {
		color:#3b3c82 /*light blue*/;
		font-style:italic;
	}
	
	.three-across-box p {
		font-size:14px;
		color:#28296a; /*blue*/
		margin-bottom:5px;
	}
	
.two-boxes {
	width:100%;
	margin:0 auto;
	display: block;	
	float:left;
	box-sizing:border-box;
	width: 100%;
    background-size: 100%;
	padding:0 30px;
}
	
.box-50 {	
	margin:0 auto;
	width:46%;
	display:inline-block;
	float:left;
	margin: 0 2%;
}
.center-text {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.box-50 img { display:inline-block; width: 15px;}
.box-50 h4 { font-size:24px; color:#3b3c82 /*light blue*/; text-decoration:underline; padding-bottom:10px; text-transform:uppercase; }
.box-50 h5 { font-size:20px; color:#A2A2A2; display: inline-block; padding-bottom:10px; }
.box-50 p { padding-bottom:10px; padding-left:20px;}

.two-boxes a { text-decoration:underline; }
.two-boxes a:hover { color:#3b3c82 /*light blue*/; }

.box-70 {	
	margin:0 auto;
	width:68%;
	display:inline-block;
	float:left;
	padding-right:20px;
	color: #000;
}

.box-30 {	
	margin:0 auto;
	width:27%;
	display:inline-block;
	box-sizing:border-box;
	float:left;
	text-align:center;
	border-left:#D5D5D5 1px solid;
	padding-left:10px;
}

.center-text {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.box-30 h4 { font-size:26px; color:#28296a; /*blue*/ text-transform:uppercase; }
.box-30 h5 { font-size:20px; color:#A2A2A2;}
.box-30 p { font-size:16px; }
.box-30 a { font-size:16px; }
.box-30 a:hover { color:#3b3c82 /*light blue*/; }

/*===================== 
                SCROLLING INVENTORY 
=======================*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding:20px 0;
	border-top:6px solid #28296a; /*blue*/
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
                MAP 
=======================*/
.map {
	margin: 0 auto;
	width:100%;
}

/*===================== 
                INVENTORY BOXES
=======================*/
.border-contain { border-top:5px solid #dadada; background:#e6e6e6; }
.border-contain-half { width:50%; margin:0 auto; display:inline-block; float:left; }
.inventory-contain { padding: 40px 0 60px 0; }
.bigpic {
	width: 100%;
	float:left;	
}

.bigpic img {
	width:100%;
	float:left;	
	border:1px solid #000;
}

.containertwo {
	width:33%;
	float:left;
}

.onefourthone {
	width:80%;
	margin:10px 7% 0;	
	float:left;
	padding:50px 5%;
}

.categoryonefourth {
	width:92%;
	float:left;
}

.onefourthtwo {
	width:92%;
	background:none;
	float:left;
	margin-bottom:10px;
}

.onefourthtwo a:hover {
	text-decoration:none;
}



.butone {
	width:100%;
	background:#000; 
	color:#fff;
	font-weight:700;
	-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;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	text-transform:uppercase;
}
.butone-italic { font-style:italic; color:#6B6DBD; font-weight:400; }

.butone:hover { background:#B8B8B8; color:#fff }

body a:link { -webkit-tap-highlight-color: #fff; }

	a .butone {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
		color: #fff;
	}
	
	.butone-contain {
		width:100%;
		margin: 0 auto;
		diplay:inline-block;
		text-align:center;
	}
	
	.butone-contain p {
		font-size:24px;
		font-family: 'Roboto Condensed', sans-serif;
		text-align:center;
		padding: 10px;	

	}
	
	.circle-right, .butone-contain p {
		margin: 0 auto;
		display:inline-block;
	}
	
	.butone:hover .circle-right img {
		margin-left:13px;
		margin-right:-8px;	
		color: #fff;
		display:inline-block;
	}
	
	.circle-right img {
		width:18px;
		-webkit-transition: all .3s ease; /* Safari and Chrome */
		-moz-transition: all .3s ease; /* Firefox */
		-ms-transition: all .3s ease; /* IE 9 */
		-o-transition: all .3s ease; /* Opera */
		transition: all .3s ease;
		display:inline-block;	
	}
/*===================== 
                SIDE HEADING 
=======================*/
.side-heading {
	width:100%;
	margin:0 auto;
	text-align:right;
}

.side-heading-text {
	width:20%;
	float:left;
	margin:0 auto;
	font-weight:700;
	padding:12px 12px 12px 0;
	-webkit-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
}

/*===================== 
                QUICK LINKS
=======================*/	
.quick-links {
	max-width: 100%;
	background:url(../siteart/diamond-plate-dark.png) repeat;
	margin:0 auto; 
	border-top:6px solid #28296a; /*blue*/
	background-color: black;
}

.quick-links-contain {
	width:100%;
	margin:0 auto;
}

.quick-box-sm {	
	margin:0 auto;
	width:15%;
	min-height:135px;
	float:right;
	padding: 50px 0;
	display:inline-block;
	vertical-align: top;
}
.quick-box {	
	margin:0 auto;
	width:21.25%;
	min-height:135px;
	float:right;
	padding: 50px 0;
	display:inline-block;
	vertical-align: top;
}

.quick-box img {
	max-width:90%;
	display:inline-block;
	margin: 0 auto;
}

.quick-box h5, .quick-box-sm h5 {
	font-size:20px; 
	font-weight:700;
	color:#fff;
	padding-bottom:3px;
	text-transform:uppercase;
}

.quick-box p, .quick-box-sm p {
	font-size:16px;	
	color:#fff;
	text-transform:uppercase;
	text-decoration:underline;
}

.quick-box a, .quick-box-sm a {
	font-size:16px !important;
	color:#fff !important;	
	font-weight:400 !important;
	text-transform:uppercase !important;
	text-decoration:underline !important;
}

.quick-box a:hover, .quick-box-sm a:hover {
	color:#3b3c82 !important; /*light blue*/
	text-decoration:underline !important;
}


/*===================== 
                FOOTER 
=======================*/
.footer-wrapper {
		background:#e6e6e6;
		margin:0 auto;	
		padding:30px 0;
		border-top:#000 solid 6px;
	}
	.footer-container {
		width: 100%;
		margin: 0 auto;	
	}
	.left-side {
		display:inline-block;
		text-align:left;
		font-weight:700;
		box-sizing:border-box;
		width: 49%;
		text-transform:none;
		vertical-align:middle;
	}
	.left-side p {
		margin-bottom:0;
		font-size:12px;
		color:#000;
		text-transform:uppercase;
	}
	.left-side a {
		font-size:12px;
		color:#000;
		font-weight:700;
		text-decoration:none;
		text-transform:uppercase;
	}
	.left-side a:hover {
		text-decoration:underline;
		color:#28296a; /*blue*/
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	.right-side {
		display:inline-block;
		text-align:right;
		box-sizing:border-box;
		width: 49%;
		text-transform:none;
		font-weight:400;
	}
	.right-side p {
		font-size:12px;
		font-weight:700;
		color:#000;
		text-decoration:none;
		text-transform:uppercase;
	}
	.right-side a {
		font-size:12px;
		font-weight:700;
		color:#000;
		text-decoration:none;
		text-transform:uppercase;
	}
	.right-side a:hover {
		text-decoration:underline;
		color:#28296a; /*blue*/
		-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: #ccc!important; }

/*===================== 
     FACETED INVENTORY
=======================*/
.wrapper,.currency-selector,.detail-content .dealer-info .dealer-company-header,.detail-content .dealer-info .phone-and-email .send-email-btn,.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn,.list-content .list-title .list-title-text,.list-content .list-listing {
	font-family: 'Roboto Condensed', sans-serif !important;
}

.view-listing-details-link, .buy-now-link,.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn,.detail-content .detail-additional-data .data-row .data-label,.compare-listings-container .compare-container .button,.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder input,.detail-content-mobile .contact-options a,.detail-content-mobile .detail-additional-data .data-row .data-label,.detail-content-mobile .detail-contact-bar .contact-bar-btn, .mobile-done-button, .apply-button, .Manufacturer-button, .g-recaptcha.button {
	background: #28296a !important;
	border: 2px solid #28296a !important;
	color: #fff !important;
	border-radius: 0 !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}

.faceted-search-content .selected-facets-container .selected-facet,.mobile-breadcrumb {
	
	background: #28296a !important;
}

.detail-content .detail-additional-data .data-row .data-label,.detail-content .detail-additional-data .data-row .data-value,.detail-content-mobile .detail-additional-data .data-row .data-label {
	font-weight: bold !important;
	text-transform: uppercase !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	
}

.list-content .list-listing-mobile .dealer-phone-container a, .back-button {
	border-color:#28296a !important;
		color: #28296a !important;
}

.list-content .list-container .buy-now-link, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text,.faceted-search-content .selected-facets-container .selected-facet,.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn,.faceted-search-content .faceted-section-box .faceted-search,.faceted-search-content .faceted-section-box .faceted-range .faceted-range-input-container,.faceted-search-content .faceted-section-box .faceted-text-input,input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="reset"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
	border-radius: 0 !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}

.list-content .price-container .price,.list-content .list-top-section .list-listings-count,.detail-content .detail-main-body .main-detail-data .detail-title {
	color:  #28296a !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}

#calculator-mobile .modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn {
	margin-top: 10px !important;
}
.view-listing-details-link:hover, .buy-now-link:hover,.detail-content .detail-main-body .main-detail-data .offer-btn:hover, .detail-content .detail-main-body .main-detail-data .buy-btn:hover,.detail-content .dealer-info .phone-and-email .send-email-btn,.compare-listings-container .compare-container .button:hover,.media-buttons .print-this, .media-buttons .email-this,
.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button:hover, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input:hover, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder button:hover, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder input:hover,.contact-options .collapsible-content a,.fin-calc-mobile>a,#calculator-mobile .modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn, .mobile-done-button:hover, .apply-button:hover, .Manufacturer-button:hover, .g-recaptcha.button:hover{
	background: #fff !important;
	border: 2px solid #28296a !important;
	color: #28296a !important;
	font-weight: bold !important;
	text-decoration: none !important;
	border-radius: 0 !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name,.faceted-search-content .faceted-section-box .faceted-option-checkbox-container.faceted-header {
	font-size: 14px !important;
}

.faceted-search-content .faceted-section-head .faceted-section-title {
	font-size: 16px !important;
}
.fin-calc:hover,.currency-selector,.detail-watchlist-lnk-wrapper .compare-checked,.contact-information a:hover,.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3,.compare-listings-container .compare-container .compare-price,.bread-crumbs-heading .return-links .return-links-link span,.bread-crumbs-heading .return-links .return-links-link i,.detail-content .search-results,.faceted-search-content .selected-facets-container .selected-header a:hover {
	color: #28296a !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
	
    margin-top: 0 !important;
}

.body-wrapper input {
	margin: 0 !important;
}

.compare-chkbox-container .compare-listings .fa-check {
	top: 1px !important;
    left: 1px !important;
}
.compare-chkbox-container .compare-listings .compare-label {margin-bottom: 6px !important; margin-left: 4px !important;}
/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1200px) { 	
	.about-info {
		width: 100%;
		text-align:center;
	}
	
	.about-info img {
		width:50%;
		max-width:100%;
		display:inline-block;
		margin-top: 20px;
		border:#464646 solid 1px;
	}
	.about-info-text {
		padding: 20px 0;
		width: 100%;
		margin:0;
	}
	.quick-box, .quick-box-sm {	
		margin:0 auto;
		width:50%;
		text-align:center;
	}

}

@media screen and (max-width: 1000px) {
	.side-heading-text { width:40%; }
}
@media screen and (max-width: 820px) {
	.padding20 { padding:10px 0; }
	.padding50 { padding:20px 0; }
	
	.small-logos {
		width: auto;
		padding:10px 30px;
	}
	.small-box-logo {
   		padding: 20px 0;
		width: 100%;
	}
	.small-box {
		width: 100%;
		float: none;
		text-align: center;
		padding: 10px 0;
	}
	
	.border-contain-half { width:100%; }
	.trailer-box { margin: 51px 10% 0 10%; }
	.trailer-box img { max-width:100%; }
}
@media screen and (max-width: 768px) {
	.butone-contain p { font-size: 16px; }
	
	.box-70 {	
		margin:0 auto;
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	
	.box-30 {	
		margin-top:20px;
		padding-top:20px;
		width:100%;
		text-align:left;
		border-top:#ccc 1px solid;
		border-left:0;
		padding-left: 0;
	}
	.about-info-text p {
	font-size:18px;	
}

}	
@media screen and (max-width: 700px) {
	.right-side { width: 100%; text-align:center; }
	.right-side a { font-size:10px; }
	.right-side p { font-size:10px; }
	.left-side { width: 100%; text-align:center; }
	.left-side a { font-size:10px; }
	.left-side p { font-size:10px; }
	
	.main-text-box { padding:0; }
 	.main-text-header h2 { font-size:60px; padding:0; padding-right:0; }
	
	.box-50 { width:100%; margin: 0 auto; }
	.box1 { width: 100%; }

}
@media screen and (max-width: 570px) {
	.top-bar { padding:10px 0; }
	.top-bar-text { text-align: center; margin: 5px 0; width: 100%;}
	
	.side-heading-text { width:45%; }
	.side-heading-text p { font-size:14px; }
	
	.containertwo { width: 95%; padding: 0 10px; }
	.onefourthtwo { width: 100%; margin-bottom: 30px; }
	.categoryonefourth { width: 100%; }
	.butone-contain p { font-size: 24px; }
	
	.quick-box, .quick-box-sm {	
		width:100%;
    	padding: 15px 0;
		min-height:0;
	}
	
	.quick-box-line {
		text-align:center;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {

}
