﻿/***** 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 auto;
	overflow-x: hidden;
}

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: 'montserratlight'; color: #ff6600; font-size: 23px;}

h3 { font-family: 'montserratlight'; color: #000; font-size: 21px;}

h4 { font-family: 'montserratlight'; color: #fff; font-size: 18px;}
h5 { font-family: 'montserratlight'; color: #fff; font-size: 11px; text-transform: lowercase;}

h6 { font-family: 'montserratregular'; color: #ff6600; font-size: 14px;}
h7 { font-family: 'montserratregular'; color: #fff; font-size: 12px; text-align: right; text-transform: uppercase;}

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: #ff6600; text-decoration:none;}

/*===================== 
	header styles 
=======================*/

.top-header{background:#fff; padding:1% 4%;}
.right {
    float: right;
    text-align: right;
}
	.right a{
		color:#000;
		font-family: 'montserratbold';
	}
	.right a:hover{
		color:#f7f220;
	}
	
.left {
    float: left;
    text-align: left;
	font-family: 'montserratregular';
}

.header {
	margin: 0 auto;
    width: 100%;
    background: #ff6600;
}
.header-wrapper{
	width:93%;
	padding: 0 3%;
}
	
#logo {
    padding: 2% 0 .5%;
    margin: 0;
    float: left;
}
#logo img{max-width:275px; width:100%;}



/*===================== 
	content styles 
=======================*/


.wrapper {
	width: 100%;
	margin: 0 auto;
    max-width: 1100px;
}
.wrapper-color {
	width: 100%;
	margin: 0 auto;
    background: #cfcfcf;
}
.content {
    padding: 4% 0;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.giant{width:100%;}
.giant img{width:100%;}

.manus{
	width: 95%;
    padding: 2% 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.manus a {
    flex: 1;
}

.manus img{
	max-width: 100%;
	text-align:center;
	padding: 0 1%;	
	opacity:.5;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
.manus img:hover{
	opacity:1;
	
}




/*===================== 
	button styles 
=======================*/


.button-wrap {
    width: 96%;
    margin: 3% 2%;
    text-align: center;
}

.column2 a h3 {
    color: #000;
    border: solid 1px #000;
    background: #ff6600;
	text-transform:uppercase;
    padding: 30px 0;
	text-align:center;
    border-radius: 9px;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;

}

.column2 a h3:hover{
	text-transform:uppercase;
    background: #ffb200;
	color:#000;
    border: solid 1px #000;
	cursor:pointer;
	padding-left: 15px;
}



/*===================== 
	NAV styles 
=======================*/

#nav {
    margin: 3% 0 0 0;
    float: right;
	z-index:99;
}

#nav ul{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	width: 100%;
	z-index: 9999;
}

#nav ul a {
    display: block;
    font-family: 'montserratbold';
    color: #000;
    border-top: 2px solid #ff6600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0px;
    padding: 20px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


#nav ul a:hover{
	color:#fff ;
	border-top: 2px #fff  solid;
}

#nav ul li{
	position:relative;
	float:left;
	zoom: 1;
	*display: inline;
}

#nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
}

#nav ul ul li{
	float:none;
	width:200px
}

#nav ul ul a {
    padding: 10px 30px 10px 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    border-bottom: 1px #000 solid;
    width: 200px;
}

#nav ul ul a:hover{
    border-bottom: 1px #03882f solid;
	color: #03882f;
}

#nav ul li:hover > ul
{display:block}




/*===================== 
	scrolling inv 
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	zoom wrap styles 
=======================*/

.zoom-container {
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #ff6600;
    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 h4 {
	display: block;
	text-align: center;
    font-family: 'montserratbold';
	font-size: 20px;
	font-style: normal;
	margin: 32% 0 0;
	text-transform: uppercase;
	color: #fff;
}
.zoom-container:hover .zoom-caption {
	background: none;
}
	
/*===================== 
	slideshow styles 
=======================*/


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.cycle-slideshow img{
	width:100%;
	border-bottom: solid 1px #ff6600;
}


/*===================== 
	widget styles 
=======================*/

.weather-widget-container1 {
	display:flex;
	width:100%;
	height:auto;
}

.widgetbox1, .widgetbox2 {
	height:35%;
	margin:1% auto;
}

.widgetbox1 {
	width:40%;
}

.widgetbox2 {
	width:40%;
}

.weather-widget-container2 {
	display:block;
	background-color:#cfcfcf;
}

.widgetbox3 {
	width:80%;
	padding:3%;
	margin:0 auto;

}

/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

#divider {
    width: 100%;
    margin: 0;
    border-top: solid 1px #03882f;
}


/*===================== 
	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;}

.column2 iframe{
	max-width:600px;
	width:100%;	
}
.column1-center {width:75%; margin: 0 auto; box-sizing: border-box;}
.column1-center h1 {line-height: 100px;}
.column1-center video {margin-bottom: 50px;}

/*===================== 
	main form
=======================*/

#form {
    max-width: 1100px;
    padding: 5% 0;
    color: #333333;
    background: #cfcfcf;
    margin: 0 auto;
}
#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;
    color: #000;
    font-family: 'montserratregular';
    background: #ff6600;
    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 {
	background: #f7f220;
	color:#000;
    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: #859090;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*===================== 
	top footer styles 
=======================*/

.bottom {
    width: 100%;
    background: #000;
}
.column4 iframe{width:100%;	}


.divider{
	border-bottom:solid 5px #ff6600;
	width:20%;	
}

.footer {
    width: 100%;
    padding: 45px 0 40px;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 0;
}

.footer a{font-family: 'montserratlight'; color: #fff; font-size: 11px; line-height: 24px;}
.footer a:hover{font-weight:bold;}



/*-------------------*/

.bottom-footer {
    background: #fff;
    padding: 2% 0;
}



a.footerlink:link, a.footerlink:visited, a.footerlink:active{font-family: 'montserratregular'; color:#757575; font-size:10px; line-height: 14px;}
a.footerlink:hover {font-family: 'montserratbold'; font-weight:bold; text-decoration:none; font-size:10px;}
.footertext{font-family: 'montserratregular'; font-size:10px; color:#757575; line-height: 14px;}
.smallfootertext{font-family: 'montserratlight'; font-size:10px; color:#757575; line-height: 14px;}



/*===================== 
  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: #000!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #ff6600!important;
    color: #fff!important;
}



/***** RESPONSIVE STYLES *****/

.show-menu-for-mobile {display:none;}


@media screen and (max-width: 1568px){



}
@media screen and (max-width: 1336px){

.zoom-container .zoom-caption h4 {
    font-size: 17px;
    margin: 32% 0 0;
	
}

#nav ul a { font-size: 12px; padding: 20px 15px;}

}
@media screen and (max-width: 1260px){

#nav ul a { font-size: 12px; padding: 20px 10px;}

.manus img { padding:0 2%;}


}
@media screen and (max-width: 1170px){

.wrapper{padding: 0 2%; width:93%;}
#form { padding: 5% 4%;}
.content { padding: 4% 2%; width: 93%;}

.zoom-container .zoom-caption h4 {
    font-size: 14px;
    margin: 32% 0 0;
}

#nav ul a {
    font-size: 11px;
    padding: 20px 8px;
}


}
@media screen and (max-width: 1125px){

#nav ul a {
    font-size: 11px;
    padding: 20px 8px;
}



}
@media screen and (max-width: 1075px) {
	
	.weather-widget-container1 {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: stretch;
	}
	
	.widgetbox1, .widgetbox2 {
		width:90%;	
		margin:5% auto;
	}

	.widgetbox3 {
		width:90%;
	}

.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
.divfooter {max-width:90%}


#navicon {
    float: right;
    font-size: 32px;
    text-decoration: none;
    position: relative;
    z-index: 99999999999999999;
    margin: 5% 2% 0 0;
    color: #000;
}
#nav {display:none;}

	.manus {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
	
.manus a {
    flex-basis: 23% !important;
    flex: none;
}
	
	.manus img {
    padding: 0 2%;
    height: auto !important;
}
	
}
@media screen and (max-width: 985px) {


h3 {font-size: 17px;}
.zoom-container .zoom-caption h4 {font-size: 12px;margin: 32% 0 0;}
	
}
@media screen and (max-width: 841px) {
 
.zoom-container .zoom-caption h4 {
    font-size: 11px;
    margin: 32% 0 0;
} 

.column4 { width: 33.333%; padding-right: 25px;} 
.column2 {width: 100%; padding-right: 0px; margin: 1% 0;}

 
}
@media screen and (max-width: 768px) {
 
.column4 {
    width: 100%;
    padding-right: 0;
    margin: 2% 0;
} 

h1 {font-size: 22px;}
h2 {font-size: 19px;} 
p {font-size: 14px;}
 
h3 {font-size: 15px;}
.column2 a h3 {padding: 20px 0;}



 
}
@media screen and (max-width: 735px) {

.zoom-container .zoom-caption h4 {
    font-size: 9px;
    margin: 32% 0 0;
}

	.manus a {
    flex-basis:30% !important;
    flex: none;
}
	
}
@media screen and (max-width: 605px) {


.zoom-container .zoom-caption h4 {
    font-size: 0px;
    margin: 16% 0 0;
}

}
@media screen and (max-width: 470px) {


.zoom-container .zoom-caption h4 {
    font-size: 0px;
    margin: 3% 0 0;
}
.manus a {
    flex-basis:45% !important;
    flex: none;
}
}
@media screen and (max-width: 410px) {

.zoom-container {width: 100%;}
.zoom-container .zoom-caption h4 {
    font-size: 18px;
    margin: 30% 0 0;
}

.header {margin: 3% auto 2%;width: 93%;}
#logo {padding: 2% 0 .5%;width: 100%;}
#navicon {float: left; margin: 0% 2% 0 0;}



}
@media screen and (max-width: 315px) {

.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

#navicon {float: left; margin: 0% 2% 0 0;}
#nav  {display:none;}

.top-header{font-size: 13px;}
.manus a {
    flex-basis:100% !important;
    flex: none;
}

}
	
