﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
		Fonts
=======================*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 10, 2015 */


@font-face {
    font-family: 'oswald_regularregular';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-regular-webfont.woff') format('woff'),
         url('../webfonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	background:url(../siteart/p6.png) repeat;
	color:#000;
	}

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; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	font-weight:800;
	text-transform:uppercase;
	line-height:1.5em;
	color:#262626;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}

p {
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-weight:700;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #50c4f1;
	} 
	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; border-radius:3px;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
 
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
.topbar{background:#231f20; padding:2px 0;font-size:14px;color:#fff;}
.topbar p{padding:0 0 0 0;}
.topbar i{margin-right:5px;}
.topbar ul{list-style:none;}
.topbar ul li{float:left;padding:7px 40px 7px 0;}
.topbar ul li:last-child{float:right;padding:7px 0 7px 0;}

header{position:relative;width:100%;margin:0;padding:5px 0;background:#fff;-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);}

.headerwrap{width:96%;max-width:1170px;margin:0 auto;}
.logo{float:left;width:250px;padding-top:5px;}
.header-right{float:left;width: calc(100% - 250px);}
.address{text-align:right;padding-top:10px;}
.address h2{padding:0;color:#000;}
.address h5{padding:0;color:#000;}


/*===================== 
	layout styles 
=======================*/

.wrapper{width:96%;max-width:1400px;margin:0 auto;padding:0;box-sizing:border-box;}
.container{width:100%;max-width:1400px;margin:0 auto;}
.padit{padding:2% 0;}
.hero{position:relative;display:block;background:url(../siteart/LeeBoy-Used-Background.jpg) center center no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;min-height: 700px;padding: 50px 0;box-sizing:border-box;}
.herowrapper{width:96%;max-width:1400px;margin:0 auto;padding:0;}
.herowrapper table{min-height: calc(100vh - 200px);padding:20px 0;}

.hero-left{float:left;width:40%;}
.hero-right{float:left;width:60%;}

.herotext{padding:80px 40px;}
.herotext h1{color:#fff;font-size:60px;font-style:italic;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);padding:0 0 15px 0;line-height:1em;}
.herotext h1 span{color:#fff;font-weight:300;font-size: 48px;}
.herotext p{color:#fff;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);font-size: 20px;}
.hero-button{text-transform:uppercase;color:#fff;font-size:18px;font-weight:700;display:inline-block;background: #0077b6;padding: 15px 50px;text-decoration:none;border:#fff 1px solid;}
.hero-button:hover{background:#07b4f7;color:#fff;}
.home-search{background: rgba(80, 196, 241, .8); border: 1px solid #ccc; padding: 15px; font-size: 12px;}
.home-search h3 span{color:#fff;}
.home-search h3 i{margin:0 0 0 5px;color:#fff;}

.panel {display: block;}
.accordion{cursor:pointer;}

.welcome h1{color:#000;}
.welcome{background:url(../siteart/leeboy-background-cover.jpg) center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.scrolling{display:block;background:url(../siteart/scrollingbg.jpg) repeat; padding:30px 0; border-top:#50c4f1 4px solid;}
.welcome .wrapper{background:#fff;padding:15px;}
.ribbon{text-align:left;color:#fff;background:#50c4f1;position:relative;display: flex;align-items: center;padding:20px 0;}
.ribbon-left{float:left;width: 42%;}
.ribbon-middle{float:left;width:33%;}
.ribbon-right{float:left;width: 25%;}

.ribbon h2{color:#fff;font-size: 42px;padding:0 0 0 0;}
.ribbon h2 i{
	border: #fff 1px solid;
	color:#262626;
    padding: 15px 25px;
    border-radius: 50%;
    margin-right: 20px;
}
.ribbon p{color:#262626;font-size: 20px;padding:10px 0;line-height:1.2em;}
.ribbon-button{text-transform:uppercase;color:#fff;font-size:18px;font-weight:700;display:block;background: #0077b6;padding: 15px 50px;text-decoration:none;border:#fff 1px solid;margin:10px 0;text-align:center;}
.ribbon-button:hover{background:#07b4f7;color:#fff;}
.linkbox{display:inline-block;zoom: 1;*display: inline;width:142px; height:70px;padding-top:100px; font-family: 'Open Sans', sans-serif;position:relative;}
a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .linkbox{color:#000;}

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

.flexfields{padding:0;margin:0;list-style:none;display:flex;flex-direction:row;justify-content: space-around;align-items:center;flex-wrap: wrap;}
.flexfields li{flex-grow: 1;flex-basis: 170px;margin:8px;}

.atimage{width:220px; float:right; position:relative;margin:0 0 10px 0;}
	
/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}
label{
	display:block;
	font-size:16px;
	padding-top: 4%;
}
input{
    font-family: 'Montserrat', sans-serif;
	border: #999999 solid 1px;
	padding: 10px;
	font-size:14px;
	line-height:20px;
	box-sizing:border-box;
	width:100%;
	border-radius: 0;
}
input:focus{
	border: #2885b3 solid 1px;
}
input.button{
	border:#ccc solid 1px;
	background-color:#262626;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
}

input.button:hover{
	background-color:#07b4f7;
	color:#fff;
	cursor:pointer;
}

select{
    font-family: 'Montserrat', sans-serif;
	border: #999999 solid 1px;
	padding: 10px;
	font-size:14px;
	line-height:20px;
	box-sizing:border-box;
	width:100%;
	background:#fff;
	border-radius: 0;
}
textarea{
    font-family: 'Montserrat', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 10px;
	font-size:14px;
	box-sizing:border-box;
	width:100%;
	border-radius: 0;
}


/*--------Scrolling Inventory--------*/

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:0 auto;
	height:92px; 
	padding:0;
	background:#000;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#000
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }

.hosted-content .col{margin:0 0 0 0;}
.hosted-content select,.hosted-content input{width:auto!important;}
.hosted-content .compare{display:none !important;}
.hosted-content .at-share-btn-elements{display:none !important;}
.hosted-content .listing-smallcard-title{min-height:1em !important;padding-top:10px;}
.hosted-content .listing-smallcard-title a{font-size:22px !important;font-family: 'Roboto Condensed', sans-serif;font-weight:800;}
.hosted-content .listings-button{background:#50c4f1 !important;}
.hosted-content .listings-button:hover{background:#fff !important;color:#000 !important;}

.hosted-content .no-print a{
	text-decoration: none;
	background: #50c4f1;
	color: #fff;
	padding: 2px 20px;
	border-radius: 2px;
	text-transform:uppercase;
	font-weight:bold;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	z-index: 999;
}

.hosted-content .no-print a:hover{background: #07b4f7;}
.hosted-content .no-print a img{
	display:none;
}
.hosted-content .no-print a:before{
	content: " Refine Search";
}
.hosted-content .no-print a:after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left:10px;
  font-weight:normal;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 680px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}			
}


/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#111111;padding:50px 0;border-top:#474747 4px solid;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom h3{color:#fff;font-size:20px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#50c4f1;}
.social{}
.social img{height:35px;width:auto;display:inline-block;}

footer {
	margin: 0 auto;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#666;
	}

.smallfootertext {
	font-size:11px; 
	color:#666;
	}

.divfooter {
	text-align:center; 
	margin:0 auto;
	}

/* inventory styles */
.faceted-option-checkbox-container input{width: auto!important;}
.list-content .list-title .list-listings-count{color:#000 !important;}
.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link {background:#50c4f1 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #50c4f1 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}

.contact-options a, .fin-calc-mobile>a{background: #50c4f1 !important;}
/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #000 !important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative; background: #fff !important; border: 1px solid #ccc; border-radius: 3px;  z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1600px) {
.hero{min-height: auto;padding: 50px 0;box-sizing:border-box;}
}

@media screen and (max-width: 1400px) {
.ribbon-left{float:left;width: 60%;}
.ribbon-middle{float:left;width: 40%;}
.ribbon-right{float:left;width: 100%;}
}
@media screen and (max-width: 1024px) {
	.hero{;min-height: calc(100vh - 550px);}
.hero-left{float:left;width:100%;}
.hero-right{float:left;width:100%;}
.herotext{padding:20px 10px;text-align:center;}
.home-search{width:100%;box-sizing:border-box;}
input{
	-webkit-appearance: none;
}

input.button{
	-webkit-appearance: none;
}


select{
	-webkit-appearance: none;
}	
	
}
@media screen and (max-width: 1000px) {
	.ribbon{text-align:center;}
	.ribbon p{padding:0 0;}
.ribbon-left{float:left;width: 100%;}
.ribbon-middle{float:left;width: 100%;}
.ribbon-right{float:left;width: 100%;}
}

@media screen and (max-width: 800px) {
}
@media screen and (max-width: 680px) {
.home-search h3{line-height:1em;padding:0;text-align:center;}
.panel {display: none;}
.ribbon h2{color:#fff;font-size: 32px;padding:0 0 0 0;}
.ribbon h2 i{
	border: #fff 1px solid;
	color:#262626;
	padding: 10px 18px;
	border-radius: 50%;
	margin-right: 20px;
}
.pagebottom{text-align:center;}

}

@media screen and (max-width: 480px){
.hero p{font-size:16px;}
.ribbon h2 i{display:none;}
.home-search h3{text-align:center;}
.pagebottom{text-align:center;}
.atimage{width:220px; float:none; position:relative;margin:0 auto 10px;display:block;}
}
@media screen and (max-width: 324px){
.home-search h3 {font-size:20px;}
.ribbon h2 {font-size:24px;}
}
	
