﻿/***** 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 */
}





/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/ 
body {margin:0; font-size:18px; color:#000; -webkit-text-size-adjust: none; font-family: 'Roboto Condensed', sans-serif !important;}

td {vertical-align: top;}


/* CLEAR */
.clear {clear: both;}

/* HEADERS */
h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
h1 {font-size:26px; font-weight:700;}
h2 {font-size:24px; font-weight:normal;}
h3 {font-size:20px; font-weight:normal;}
h4 {font-size:18px; font-weight:normal;}
h5 {font-size:16px; font-weight:normal;}
h6 {font-size:14px; font-weight:normal;}


/* PARAGRAPH/LIST/GENERAL TEXT */

/* LINKS */
a{-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;}
a:link, a:visited {color:#28296a; text-decoration:none;}
a:hover, a:active {color:#000; text-decoration:none;}

a[href^="tel:"] {color:#28296a;  text-decoration: none;}

/* IMAGES */
img {display:block;}

/* TEXT EMPHASIS */
em {font-family: 'InterItalic';}
strong {font-weight: 700;}

/* TEXT STYLINGS */
.dark {color:#131313;}
.gray {color:#4F4F4F;}
.heavy {font-weight:800;}

/* ALIGNMENT */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}









	 
.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;
}









.wrap {width:calc(100% - 50px); max-width:1020px; margin:0 auto;}




.hero {
	position:relative;
	background: rgb(112,113,116);
	background: linear-gradient(91deg, rgba(112,113,116,1) 0%, rgba(186,188,190,1) 22%, rgba(215,217,218,1) 31%, rgba(173,176,178,1) 70%, rgba(145,148,150,1) 100%);
}

 

.yellowbg {background:#fdf7ad;}
.lightyellowbg {background:#fffdde;}






/*===================== 
                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; }






/* HEADER
------------------------------------------------*/	
/*.site-header {
	display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between;
	margin:15px auto 0 auto; padding:10px 0; font-size:15px; line-height:25px; font-weight:700; color:#830300; background:#fdf7ad;
}	

.site-header a {text-decoration:none; color:#800102;}
.site-header a[href^="tel:"] {color:#800102 !important;}

.header-services {}

.header-contact {margin:0 35px 0 0;}*/





/* LOGO
------------------------------------------------*/	
.logo {margin:0 0 0 35px;}	
.logo img {width:100%; max-width:250px;}	






/*  MAIN
------------------------------------------------*/	
/*.main {display:flex; flex-flow:row wrap; justify-content:space-between; padding:25px 0; font-size:1.1em;}
.main h1 {width:100%; margin:0 0 25px 0; text-align:center; color:#28296a;}*/








.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:flex;
	flex-flow:row wrap;
	align-items:center; 
	justify-content:center;
	text-align:center;
}

.main-text-box {
	margin:0;
	text-align:center;
	padding:32px 20px;
}

.main-text-header {
	margin:0;
	text-align:center;

}
.main-text-header h1 {
	color:#fff;
	text-shadow: 1px 1px 4px #000;
	font-size:80px;
	line-height:1; 
	padding:15px 0;
	padding-right:20px;
	font-weight: 700;	
}

.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;
}













.hero-equipment {position:relative; z-index:1; bottom:0; width:100%; max-width: 557px;}
.hero-equipment img {width:100%; max-width:559px;}

.hero-link {position:absolute; top:10%; right:10px; width:178px; height:110px; padding:22px 0 0 0; font-size:.8em; text-align:center; background:url("/siteart/silver_oval.png") no-repeat;}
.hero-link span {font-size:1.25em; font-weight:700;}

.location {margin:0 20px 0 0; padding:12px; text-align:center; background:#e7e7e7;}
.location a {font-size:.85em;}
.location a[href^="tel:"] {font-size:1.1em; font-weight:700;}
.location iframe {width:100%; max-height:250px; margin:8px 0 0 0;}


.contact-details {width:35%; text-align:right;}
.contact-details a[href^="tel:"] {font-weight:700;}

.location-map {width:60%; margin:0 2.5%;}
.location-map iframe {width:100%; max-height:350px;}




.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:5% auto 0 auto;
	float:left;
	width:42%;
}





/*===================== 
                HEADER 
=======================*/
.page-heading {
	display: block;
	padding: 50px 0;
	max-width: 100%;
	background-color: #000000 !important;
	background:url(../siteart/diamond-plate-dark.png) repeat;
	margin:0 auto; 
}

.parts-heading {
	display: block;
	padding: 50px 0;
	max-width: 100%;
	background-color: #000000!important;
	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-color: #000000!important;
	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 h1 {
	font-size:40px;
	line-height:40px;
	color:#fff;
	text-shadow: 1px 1px 4px #000;
	text-transform:uppercase;
	font-weight: normal;
}









/*===================== 
                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:#787878; 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-70 h3, .box-30 h3 {font-size:26px; font-weight:700; color:#28296a; text-transform:uppercase;}
.box-30 h4 {font-size:22px; font-weight:700; color:#28296a; text-transform:uppercase;}
.box-30 h5 {font-size:18px; font-weight:700; color:#5B5B5B; text-transform:uppercase;}
.box-30 p { font-size:16px;}
.box-30 a { font-size:16px; }
.box-30 a:hover { color:#3b3c82 /*light 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*/
}







/*===================== 
                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;}






/*===================== 
                SCROLLING INVENTORY 
=======================*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding:20px 0;
	background:#e7e7e7; 
	border-top:6px solid #28296a; /*blue*/
}
 
.scrolling{
    width:100%;
    height:90px;
}

/*===================== 
                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-color: #000000!important;
	background:url(../siteart/diamond-plate-dark.png) repeat;
	margin:0 auto; 
	border-top:6px solid #28296a; /*blue*/
}

.quick-links-contain {
	width:100%;
	margin:0 auto;
}

.quick-box {	
	margin:0 auto;
	width:20%;
	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 {
	font-size:20px; 
	font-weight:700;
	color:#fff;
	padding-bottom:3px;
	text-transform:uppercase;
}

.quick-box p {
	font-size:16px;	
	color:#fff;
	text-transform:uppercase;
	text-decoration:underline;
}

.quick-box a {
	font-size:16px !important;
	color:#fff !important;	
	font-weight:400 !important;
	text-transform:uppercase !important;
	text-decoration:underline !important;
}

.quick-box 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;
	}
	





/************************************************ Responsive Styles **/


/*===================== 
                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 {	
		margin:0 auto;
		width:50%;
		text-align:center;
	}

}

@media screen and (max-width: 1024px) {
	.main {flex-flow:column;}
	
	.hero-equipment {left:0; margin:0 20px;}
	.hero-equipment img {margin:0 auto;}
	
	.hero-link {position:absolute; top:10%; right:0; left:0; width:178px; height:110px; margin:0 auto; padding:17px 0 0 0; font-size:.8em; text-align:center; background:url("/siteart/silver_oval.png") no-repeat;}
	.hero-link span {font-size:1.25em; font-weight:700;}
	
	.location {margin:20px;}
	
	
	.contact-details {width:100%; text-align:center;}

	.location-map {width:95%; margin:0 auto;}
	.location-map iframe {width:100%; max-height:350px; margin:45px 0 0 0;} 
}

@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) {
	.header-contact {order:1;}
	.header-services {display:none;}
	
	.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: 575px) {
	.site-header {flex-flow:column;}	
	.header-contact {margin:10px 0 0 0; text-align:center;}
	
	.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 {	
		width:100%;
    	padding: 15px 0;
		min-height:0;
	}
	
	.quick-box-line {
		text-align:center;
		margin: 0 auto;
	}
}