﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Thin.eot');
    src: local('Montserrat Thin'), local('Montserrat-Thin'),
        url('Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-Thin.woff2') format('woff2'),
        url('Montserrat-Thin.woff') format('woff'),
        url('Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-Bold.woff2') format('woff2'),
        url('Montserrat-Bold.woff') format('woff'),
        url('Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-Regular.woff2') format('woff2'),
        url('Montserrat-Regular.woff') format('woff'),
        url('Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/*===================== 
	base styles 
=======================*/
a.email-seller-link {
    color: #ffffff !important;
}
.scrolling-wrap {width:100%; height: 100px; margin-top:10px;}
.scrolling-wrap>iframe {width:100%;}
.carousel-fix {overflow:hidden;}
.link-ns {color:inherit !important;}
.link-ns:hover {color:inherit !important; text-decoration: none !important;}

.link-ns2 {color:inherit !important;}
.link-ns2:hover {color:#FFD97E !important; text-decoration: none !important;}


.career-bg {background-image:url("../siteart/career-bg-emp.jpg"); background-size: 100%; background-repeat: no-repeat; background-position: center center;}
.gradient-bg {background: rgba(5,153,170,1);
background: -moz-linear-gradient(-45deg, rgba(5,153,170,1) 0%, rgba(0,124,138,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(5,153,170,1)), color-stop(100%, rgba(0,124,138,1)));
background: -webkit-linear-gradient(-45deg, rgba(5,153,170,1) 0%, rgba(0,124,138,1) 100%);
background: -o-linear-gradient(-45deg, rgba(5,153,170,1) 0%, rgba(0,124,138,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(5,153,170,1) 0%, rgba(0,124,138,1) 100%);
background: linear-gradient(135deg, rgba(5,153,170,1) 0%, rgba(0,124,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0599aa', endColorstr='#007c8a', GradientType=1 );}

.card-img-top {max-height: 250px;}

h1.blue-text {color:#599aae;}

html {
    font-family: 'Montserrat'; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;font-size:1.2rem!important;
	}

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;} 

/*===================== 
	Layout styles 
=======================*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px !important;
    height: 50px !important;
}
.carousel-control-next {
    right: -40px !important;
}
.carousel-control-prev {
    right: -40px !important;
}

.pad1t {padding:1em 0px;}
.no-list {list-style:none; text-align: right;}
.no-list2 {list-style:none; text-align: left;}
.no-list, .no-list2 {position:relative; top:10px; color:#fff;}

.hero-par {text-align:center; padding:100px 0px; background-color:#d2d2d2;}
h3.blue-text {color:#599aae;}
h3 > span {font-size:18px !important;}
.cont-row {background-color:#599aae; padding:100px 0px;}
.cont-row-2 {background-color:#599aae; color:#fff;}

.brand-box {padding:2em 0; text-align: center; width:80%; margin:100px auto;  }

/** Bootstrap override **/
.row {margin-right:0px!important;margin-left:0px!important;}
.container-fluid {padding-right:0px!important;padding-left:0px!important;}

/*===================== 
	CTA styles 
=======================*/
.cta-wrap { position: relative; border: 1px solid black; width: 100%; height: 300px; z-index:1; margin: .60em auto; overflow: hidden;}
.cta-wrap img {width: 125%; max-height: auto;  transition-timing-function: ease-in-out; transition: 1s; text-align: center; margin: 0 auto;}
.cta-wrap:hover > img {width:110%; margin: 0 auto;}
.overlay { position: absolute; top: 0; left: 0; background:rgba(0,0,0,.7); z-index: 200; width:100%; height:300px; transition-timing-function: ease-in-out; transition: 1s;}
.overlay:hover { background:rgba(0,0,0,.0); }
.cta-text {position:absolute; left: 0; right: 0; top:25%; text-align: center; color:#fff; z-index: 300;}
.cta-text {position:absolute; left: 0; right: 0; top:25%; text-align: center; color:#fff; z-index: 300;}
.trucks-cta {background-image: url("/siteart/CTA03.jpg");}
.trailers-cta {background-image: url("/siteart/CTA01.jpg");}
.build-cta {background-image: url("/siteart/CTA04.jpg");}

.build-cta, .trucks-cta, .trailers-cta {background-size:cover; background-position: center center; background-repeat: no-repeat; padding: 3em; text-align: center; height:400px; width:400px; margin: 3em auto;}

/*===================== 
	Service

=======================*/

.service-bg {background-image: url("../siteart/service_background.jpg"); background-size: cover; background-repeat: no-repeat;padding-top:100px; padding-bottom:100px;}
.body-fh {min-height:375px;}
.head-fh {min-height:75px;}
.brand-flex {display:flex; justify-content: center; background-color: #ffffff; margin-top:50px; padding:1em; border-radius: 5px;}
.self-flex {align-self:center;}
.self-flex > img {max-height: 80px;}
/*===================== 
	Form Styles
=======================*/
#formpage input {
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	font-family:Arial, Helvetica, sans-serif;
	color:#8e8d8d;
	font-size:12px;
}

#formpage textarea {
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	font-family:Arial, Helvetica, sans-serif;
	color:#8e8d8d;
	font-size:12px;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	font-family:Arial, Helvetica, sans-serif;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
}
   
#formpage input  {
    width:100%;
}
 
#formpage input.larger  {
    width:250px;
}

#formpage textarea {
    width:250px;
    height:85px;
}


#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#8e8d8d; 
	color:#FFF;
	border:1px solid #16598d;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 



#formpage input.button,
#formpage input.button:focus {
    width:200px; 
    margin:0;
    padding:7px 0;
    background:#3989c2 url('../siteart/submit_btn.jpg') repeat-x;
    border:2px #fff solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}
#formpage input.button:hover {
	background:#FBD323;
	color:#00549A;
	text-shadow:none;
	border:2px #00549A solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
}
 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: left !important;
line-height:normal !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 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
 
 #formpage {
vertical-align:top;
width:100%;
}

#formpage td {
vertical-align:top;
padding:3px 5px;
} 

ul.navbar-nav {margin:0 auto;}
nav ul li {
    padding: 0 .7em;
}


.input-aria {width:400px !important;}

.cont-cta-wrap {text-align: left; width: max-content; float: right; padding-right:2em; border-right:solid 1px #fff; position: relative; height:100%;}

/*===================== 
	Build.htm tab Styles
=======================*/
.tablink2 {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink2 {width:33.33% !important;}

.tablink2:hover {
  background-color: #777;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 50px;
  text-align: center;
  width:100%;
  height: auto;
}

.logos img {
    width: 10%;
     padding:0px 15px;
}

.logos {
    text-align: center;
    padding:60px 0px;
}



#Home {background-color: #599AAE;}
#News {background-color: #599AAE;}
#Contact {background-color: #599AAE;}
#About {background-color: #599AAE;}



/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

	
h1 {
}
		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: white;
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/
header {
    height: 158px; /* adjust to match your header content */
    overflow: hidden;
}

header iframe {
    width: 100% !important;
    height: 158px; /* same as header */
    border: none;
}

.header-top {display: flex; background: #000; align-items: center; justify-content: center; padding: 15px 0;}
.header-top-wrap {display: flex; justify-content: space-between; align-items: center; width: calc(10vw + 700px); text-align: center;}
.header-top-wrap img {width: 158.89px;}
.header-top-wrap p, .header-top-wrap a {color: #fff; font-family: 'helvetica', sans-serif; font-size: 21px; line-height: 30px;}
.header-top-wrap p {margin-bottom: 0px;}
.header-top-wrap a:hover {color: #fff; text-decoration: none;}

/*===================== 
	nav styles 
=======================

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: 
	padding: ;
}

nav ul li a {
	font-family: 
	font-size: ;
	font-weight: 
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links 

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much 
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** Button styles ***************/

.btn-outline {border-color:#fff !important; color:#fff !important; width: 100%; font-weight: 700 !important; border:solid 2px !important; background-color:transparent;}
.btn-outline:hover {background-color:rgb(255,255,255,.25);}

/*===================== 
	mobile nav
=======================*/
/*
#menu-button{ /* initially will need to be hidden 
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed 
	padding: ;
	background: rgba(117,56,8,0.6);
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed 
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles 
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button 
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover 
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links 
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed 
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files  
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}


*/


/*===================== 
	content styles 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	inventory styles 
=======================*/

.mobile-nav {display: none !important;}
.list-top-section .list-listings-count {display: none !important;}
.breadcrumbs a, .lhmsalescomhdev-xhioxp, .detail__machine-location a, .lhmsalescomhstg-xhioxp, .linking-container a, .wwwlhmsalescom-xhioxp, .lhmsalescomhstgsandhillsdemocom-12h0fyw, .lhmsalescomhstgsandhillsdemocom-xhioxp, .lhmsalescomhstgsandhillsdemocom-xhioxp {color: #666 !important;}
.lhmsalescomhdev-xhioxp:hover, .shipping .listing-widget__text:hover, .lhmsalescomhstg-xhioxp:hover, .wwwlhmsalescom-xhioxp:hover {color: #fff !important;}
.lhmsalescomhdev-1r9hjhb, .shipping .listing-widget__text, .wwwlhmsalescom-1r9hjhb {color: #777 !important;}
.ts-disclaimer a, .detail__machine-location a:hover, .lhmsalescomhstg-12h0fyw:hover, .linking-container a:hover, .wwwlhmsalescom-12h0fyw:hover, .lhmsalescomhstgsandhillsdemocom-12h0fyw:hover {color: #3a658e !important;}
.detail-wrapper, .list-content {padding-top: 50px !important;}
.lhmsalescomhstg-1r9hjhb, .wwwlhmsalescom-1r9hjhb {color: #7A7A7A !important;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================= 
	 Responsive styles 
===========================*/
.tr-resp {width:50%;}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width:1400px) {
	.cta-wrap {height:250px;}
	.logos img {
        width: 20%;
    }
}


@media only screen and (max-width : 1200px) {
	.cta-wrap {height:200px;}
	.header-top {padding: 10px 0;}
	.header-top-wrap {flex-wrap: wrap; gap: 10px;}
	.header-top-wrap div {width: 100%;}
	
	header {
    	height: 274px; /* adjust to match your header content */
	}

	header iframe {
		height: 274px; /* same as header */
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	


.logos img {
        width: 31%;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.cont-cta-wrap {
    text-align: center;
    width: max-content;
    float: none;
    padding-right: 0em;
    border-right: none;
    position: relative;
    height: 100%;
    margin: 0 auto 50px;
}
	table {width:100%; text-align: center;}



.CaptchaPanel {
    margin: 0 auto !important;
    padding: 0 0 0 0 !important;
    text-align: center !important;
    line-height: normal !important;
}
.brand-box {margin:25px auto;}
button.navbar-toggler.collapsed, button.navbar-toggler {
    margin: 0 auto;
}
div#navbarSupportedContent {
    text-align: center;
}
.self-flex {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}
.nav-cont { text-align: center; padding-bottom: 10px; padding-left:0px !important; color:#fff;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 .col-md-12.top-nav.cont-row-2 > h4 {
    font-size: 22px;
}
#formpage input {
    width: 300px;
}
textarea {
    width: 300px !important;
}	
	div#formpage {margin: 0 auto;}	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

