﻿/***** 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;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0;
}

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;} 

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/


h1 { font-family: 'montserratbold'; color: #000; font-size: 25px; text-transform: uppercase;}
h2 { font-family: 'montserratbold'; color: #000; font-size: 21px;}
h3 { font-family: 'montserratbold'; color: #000; font-size: 18px;}
h4 { font-family: 'montserratlight'; color: #000; font-size: 16px;}
h5 { font-family: 'montserratlight'; color: #000; font-size: 15px; text-transform: uppercase;}
h6 { font-family: 'montserratregular'; color: #fff; font-size: 14px;}
h7 { font-family: 'montserratlight'; color: #000; font-size: 12px; text-align:right;}

p { font-family: 'montserratlight'; font-size: 16px; line-height: 28px; color:#000;}

.quote{
	font-style: italic;
	font-family: 'montserratlight'; 
	font-size: 20px; 
	line-height: 28px;
	color:#000;
}


/*===================== 
	link styles 
=======================*/

a{
	font-family: 'montserratbold';
	color: #000;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #ccc; text-decoration:none;}

/*===================== 
	header styles 
=======================*/

.header {
	margin: 0 auto;
	width: 100%;
	background: url('../siteart/header_bg.jpg');
	background-size: cover;
}
	
.logo {
    padding: 2% 0;
    margin: 0 auto;
	text-align: center;
}
.logo img{max-width:395px; width:100%; text-align: center; margin: 0 auto;}



/*===================== 
	content styles 
=======================*/


.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}

.content{
	padding:4% 0;
	background:#b83738;	
}
.content h1{color:#fff;}
.content h2{color:#fff;}
.content p{color:#fff;}
.content p a{color:#fff;}



.giant{width:100%;}
.giant img{width:100%;}


.manus {
    width: 100%;
    margin: 1% auto;
    text-align: center;
}
.manus img{
	max-height:80px;
	padding: 2% 2%;
	text-align: center;	
}

.button-wrap {
    margin: 3% auto;
    text-align: center;
}

.btn {
    color: #b83738;
    border: solid 2px #b83738;
    border-radius: 4px;
    display: inline;
    text-align: center;
    padding: 1% 5%;
    margin: 0 2%;
    font-size: 17px;
}

a .btn {color: #b83738;}
a .btn:hover{
	background: #b83738;
	color:#fff;
	border: solid 2px #b83738;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
	
	
	
	
	
	

/*===================== 
	zoom wrap styles 
=======================*/

.zoom-container {
    float: left;
    width: 16.66%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container a{color: #bbbbbb;}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .82); /*------change bg color-------*/
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
    font-family: 'montserratbold';
	font-size: 20px;
	font-style: normal;
	margin: 14% 0 0;
	text-transform: uppercase;
	color: #fff;
}
.zoom-container:hover .zoom-caption {
	background: none;
}

/*===================== 
	detailed search
=======================*/

.search input, .search select {
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    background-color: #fff;
	box-sizing: border-box;
	color: #555;
	margin-top: 8px;
	box-sizing: border-box;
	border-radius: 5px;
	outline:none;
}
::-webkit-input-placeholder{color: #555;}
:-moz-placeholder{color: #555;}
::-moz-placeholder{color: #555;}
:-ms-input-placeholder{color: #555;}

.search input[type="submit"]{
	background: #0f7649;
	font-family: 'montserratbold';
    font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border:1px solid #0f7649;
    width: 100%;
    outline: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	padding: 10px 8px;
	margin-bottom: 8px;
}
.search input[type="submit"]:hover {background: #fff; color:#0f7649; border:1px solid #0f7649;}

a.button{
	display: inline-block;
	padding: 4px 25px;
	box-sizing: border-box;
	background: #0f7649;
	font-family: 'montserratbold';
    font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border:1px solid #0f7649;
	border-radius: 5px;
}
.search a.button{display: block;}
.location-links a.button{display: block; margin: 0 0 5px;}
a.button:hover {background: #fff; color:#0f7649; border:1px solid #0f7649;}

	
/*===================== 
	slideshow styles 
=======================*/


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.cycle-slideshow img{
	width:100%;
}




/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}

	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}



/*===================== 
	main form
=======================*/

#form {
    margin: 0 auto;
    color: #ffffff;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button, #form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    font-family: 'montserratregular';
    background: none;
    color: #fff;
	border: solid 2px #fff;	
    background: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
    height: 50px;
}


#form input.send-button:hover {
    color: #fff;
	border: solid 2px #e9a360;	
    background: #e9a360;
    font-family: 'montserratregular';
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !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: #000000;
    font-family: 'montserratlight';
}

.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*===================== 
	top footer styles 
=======================*/

.bottom {
    width: 100%;
    background: #e9a360;
}

.footer {
    width: 100%;
    padding: 45px 0 70px;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 0;
}

.footer a{font-family: 'montserratlight'; color: #fff!important; font-size: 13px; line-height: 24px;}
.footer a:hover{font-weight:bold;color: #333;}


/*-------------------*/

.bottom-footer {
    background: #fff;
    padding: 2% 2%;
}

.bottom-footer a{color:#333;}
.bottom-footer a:hover{color:#000;}

.bottom-footer .left{font-size: 11px;}
.bottom-footer .right{font-size: 11px;}



/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 5% 0!important;
}
	
	
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #757575;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background: #e9a360!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #757575!important;
    color: #fff!important;
}


/*-----Control widget size------*/

.hosted-content .widget-express .column3 img {width: 100%;max-width: 30px !important;}
.hosted-content .widget-express img {width: 30px;}
.hosted-content .hauler-image img {width: 30px;}
.hosted-content .widget-unico img { width: 30px;}
.hosted-content .listing-boxed-pricing .widgets, .hosted-content .listing-card-inner .widgets img { width: 30px;}


/*-----Hide widgets------*/

/*.hosted-content .widget-express .column3 { display:none!important}
.hosted-content .widget-express { display:none!important}
.hosted-content .hauler-image  { display:none!important}
.hosted-content .widget-unico { display:none!important}
.hosted-content .listing-boxed-pricing .widgets, .hosted-content .listing-card-inner .widgets img { display:none!important}

a.widget-express-container{display:none!important}
a.widget-unico-container{display:none!important}
a.widget-hauler-container{display:none!important}
a.widget-nah-container{display:none!important}*/





/*===================== 
  responsive styles 
=======================*/



@media screen and (max-width: 1280px){





}
@media screen and (max-width: 1207px){

.wrapper{
	width:94%;
	padding: 0 3%;	
}



}
@media screen and (max-width: 1024px) {

h1 {font-size: 23px;}
h2 {font-size: 18px;}
p {font-size: 15px;}


.content h1 {font-size: 23px;}
.content h2 {font-size: 18px;}
p {font-size: 15px;}

.column4 {
    width: 100%;
    padding-right: 0;
}

.footer .column4 img {
    margin: 10% 0 0;
}


}
@media screen and (max-width: 775px) {
 
.column2 {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 9% 0;
    padding-right: 0!important;
    text-align: left!important;
}

.button-wrap {
    margin: 5% auto;
    text-align: center;
} 

.manus img {
    max-height: 90px;
    padding: 2% 2%;
    text-align: center;
}




 
}
@media screen and (max-width: 600px) {

.bottom-footer .left {
    font-size: 11px;
    float: none;
    text-align: center;
    margin: 1% auto;
}
.bottom-footer .right {
    font-size: 11px;
    float: none;
    text-align: center;
    margin: 1% auto;
}

}
@media screen and (max-width: 521px) {

.btn {
    color: #b83738;
    border: solid 2px #b83738;
    border-radius: 4px;
    display: block;
    text-align: center;
    padding: 2% 0;
    margin: 2% 0;
    font-size: 15px;
}
.button-wrap {
    margin: 5% auto;
    text-align: center;
    width: 75%;
}



}
@media screen and (max-width: 315px) {

.manus img {
    max-height: 90px;
    padding: 2% 0;
    text-align: center;
}


}
	
