/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
}



a {
	color:#0066b6;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	color:#002d56;
	text-decoration:none;
}

p{
	padding:7px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}



 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.my-left {float:left;}
.my-right {text-align:right;}
.none{display:none;}

*{
	box-sizing:border-box;
}

body { 

}

.my-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}

.my-no-pad-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}




::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/
.my-header{
	width:98.9%;
	display:inline-block;
	margin:0 auto;
	background:#fff;
	padding:5px 10px;
}

.my-logo{
	text-align:left;
	width:100%;
	margin:0 auto;
	display:inline-block;
	padding:20px 10px 0;
}
.my-logo img{
	width:270px;
	margin:0 auto;
}




/* HOME PAGE STYLES
-----------------------------------------------*/

.my-blue {color:#0066b6; font-weight: 900;}
.drk-blue {color:#002d56; font-weight: 900;}

.blue-btn {background:#0066b6; color:#fff; font-weight: bold; padding:10px; border-radius: 10px; margin-top: 7px;}
.blue-btn:hover {background:#002d56; color:#fff; }

.fixed-width {width:70%; margin:0 auto; padding: 20px; }
.spacer {padding:15px}
.spacer-pg {padding:50px 15px}

ul.secondary li {list-style: none; text-transform: uppercase; padding:5px 0;}


/* =============================================================================
     CTA                                                             
============================================================================= */

			.cta {
			    overflow: auto;
				padding:10px 10px 30px;
				position: relative;
				z-index: 1;
				
			}
			.cta ul { 
				margin:0; 
				list-style:none; 
				width: 100%;
				display: table;
				position: relative;
			}
			
			.cta ul li { 
				padding: 0;
				margin: 0px; 
			}
			.cta ul li:first-child { margin-left:0px; }
			
			.cta ul li div:first-child {
				list-style:none;
				position: relative;
				background-repeat:no-repeat;
				background-size: cover;
				background-position: 50% 50%;
				padding: 0;
				height: 300px;
				z-index:999;
				margin-bottom: 10px;
			}
			.cta a span {
				text-align: center;
				display: table-cell; 
				vertical-align:bottom;
			}
			.cta a h2 { color: #fff; font-weight: bold; line-height: 1; text-transform:uppercase; font-size:25px;  vertical-align: bottom; width:100%; padding:20px 10px;  margin-bottom: 100px; text-shadow: 1px 1px 5px #000; }
			.cta a h2 strong { display: block; font-weight: 800; font-family: 'Roboto Slab', serif!important;}
			.cta a:hover { opacity: 1; }
			.cta a .overlay {
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				padding: 0;
				width: 100.2%;
				height: 100%;
				background: rgba(0,0,0,.4);
			}
			.cta ul li .cta1 { background-image:url("/siteart/construction.jpg"); margin:10px; }
			.cta ul li .cta2 { background-image:url("/siteart/con-attachment.jpg"); margin:10px;}
			.cta ul li .cta3 { background-image:url("/siteart/truck.jpg"); margin:10px;}
			.cta ul li .cta4 { background-image:url("/siteart/trailers.jpg"); margin:10px;}
			.cta ul li .cta5 { background-image:url("/siteart/ag.jpg"); margin:10px;}
			.cta ul li .cta6 { background-image:url("/siteart/ag-attachment.jpg"); margin:10px;}
			.cta ul li .cta7 { background-image:url("/siteart/parts.jpg"); margin:10px;}
			.cta ul li .cta8 { background-image:url("/siteart/browse.jpg"); margin:10px;}

			.cta img {display: inline-block; width:20px;}

			.cta a:hover .overlay { background: rgba(0,0,0,0); }
			
				/* Interior */
				#interior .cta ul li div:first-child { height: 135px; }


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#002d56 !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {font-size: 20px!important; font-family: 'Roboto Slab', serif!important; text-transform: uppercase;}



/* FOOTER
------------------------------*/
.my-footer{
	width:100%;
	color:#eaeaea;
	font-size:11px;
	text-align:center;
	background:#002d56;
	padding: 0 0 30px 0;
}

.my-footer a{
	color:#eaeaea;
	text-decoration:none;
}

.my-footer a:hover{
	color:#eaeaea;
	text-decoration:none;
}
.my-divfooter{
	width:60%;
	margin:20px auto;
}

/* faceted inventory
------------------------------*/































@media screen and (max-width:1400px){
	.carousel-caption {bottom:20%!important;}
}

@media screen and (max-width:1100px){
	.carousel-caption {left:15%!important; right:15%!important; bottom:0!important;}
	.fixed-width {width:90%; margin:0 auto; padding: 20px;}
}

@media screen and (max-width:992px){
	
}

@media screen and (max-width:768px){
	.my-logo {text-align: center; padding:10px;}
	.contacts {display: none;}
	
	.text-left,.text-right {text-align: center!important;}
}

