/***** 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;
	underline:none
}

/***** END RESET *****/

/*
logo yellow:           feea00
bright yellow:    	   f5fc07
					   
button dark yellow:    bfa74f

icon gray:             919ba1
footer black:          2f3130


font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;

/*------------------------------------------*/




h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
	line-height: 44px;
	font-weight: normal;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
	font-weight: normal;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
	font-weight: normal;
}
h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	font-weight: normal;
}
h7{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	font-weight: normal;
}



p{
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 23px;    
	color: #5a5f66
;
}

a { 
	color: #5a5f66
; 
	text-decoration:none;
    transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}

strong {font-family: 'Montserrat', sans-serif;}

.footer a{
	color: #5a5f66
;
}

a:hover {color:#bfa74f;}

a.icon-button {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    margin: 10px 0;
    border-radius: 6px;
    text-transform: uppercase;
    background: #f5fc07;
    background: -moz-linear-gradient(top, rgba(201,12,47,1) 0%, rgba(175,6,37,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fc07), color-stop(100%,#bfa74f));
    background: -webkit-linear-gradient(top, #f5fc07 0%,#bfa74f 100%);
    background: -o-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: linear-gradient(to bottom, #f5fc07 0%,#bfa74f 100%);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
   
}


a.icon-button:hover {
    opacity: 0.7;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a.finance-button {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    margin: 10px 0;
    border-radius: 6px;
    text-transform: uppercase;
    background: #f5fc07;
    background: -moz-linear-gradient(top, rgba(201,12,47,1) 0%, rgba(175,6,37,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fc07), color-stop(100%,#bfa74f));
    background: -webkit-linear-gradient(top, #f5fc07 0%,#bfa74f 100%);
    background: -o-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: linear-gradient(to bottom, #f5fc07 0%,#bfa74f 100%);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
   
}


a.finance-button:hover {
    opacity: 0.7;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

::-moz-selection {
    background: #f5fc07;
    color: #5a5f66
;
    text-shadow: none;
}

::selection {
    background: #f5fc07;
    color: #5a5f66
;
    text-shadow: none;
}

.bold{
    font-family: 'Montserrat', sans-serif;
}


/***** SITE FRAMEWORK *****/

html, body{
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;    
	color: #37414e;
	overflow-x: hidden;
	width: 100%;
}

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 2%;
}


.row{
    margin: 15px auto 100px auto;
}

#right{
	float: right;
}



#one-third {
    float: left;
    width: 25%;
    padding: 0 15px;
    text-align: center;
	color: #5a5f66
;
}
#one-third_first {
    float: left;
    width: 25%;
    padding: 0 15px;
    text-align: center;
	margin-left: 55px;
	color: #5a5f66
;
}
#one-third_last {
    float: left;
    width: 25%;
    padding: 0 15px;
    text-align: center;
	color: #5a5f66
;
}


#one-third img, #one-third_first img, #one-third_last img{
	padding-bottom:20px;
}
#one-third img:hover, #one-third_first img:hover, #one-third_last img:hover{
	opacity:0.7;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}



.icon-shadow{
	float:left;
}


.column1 {width:100%;}

.column2-map {width: 30%; float:left; box-sizing: border-box;}
.column2 {width:50%; float:left; 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;}
.column5 {width:20%; float:left; padding-right: 25px; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}

/*============================ 
	inventory button styles 
=============================*/

.left {float: left;}
.right {float: right;}

.inv-button {
    width: 27%;
    background: #5a5f66
;
    padding: 15px;
    margin: .5% 2%;
    display: block;
    float: left;
}


a .inv-button {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	border-radius: 6px;
}

.inv-button:hover {
	opacity:0.7;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}


.col-1-3 {
    width: 100%;
	text-align: center;

}


.row {
    padding: 0 1%;
    width: 98%;
    margin: 0 0 3%;
}


.container-fluid {
    width: 100%;
    margin: 0 auto;
}

.container-fluid-mobile{
	display:none;
}

.invTitle-container {
    background: #333;
	border-top:1px solid #f5fc07;
    padding: 10px 2%;
    font-family: 'Montserrat', sans-serif;
    color: #f5fc07;
    font-size: 20px;
    margin: 0 0;
	font-weight:bold;
}

.inv-title{
	padding: 0px 0;
	text-transform:uppercase;
	text-align:center;
}



/*===================== 
	inv iframes 
=======================*/


#inv iframe{
	overflow: visible;
	height:100%;
	margin: 50px 0 0;
}

#inv{
	margin: 0 auto;
}


/***** STYLES *****/

#logo {
	float:left;
	width: 200px;
}

#logo img{
	width: 100%;
}


#contact {
    float: right;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    color: #5a5f66
;
    font-size: 17px;
    margin: 10px 0 0 0;
}

#contact a{
    color: #5a5f66
;
}
#contact a:hover{
    color: #2f3130;
}



.cycle-slideshow{
	width: 100%;
	height: auto;
}

.cycle-slideshow img{
	width: 100%;
	height: auto;
}

#slide-shadow {
    margin-bottom: 25px;
    width: 100%;
    max-width: 1330px;
}
#slide-shadow img {
    width: 100%;
}

/***** SEARCH *****/

.container{
	margin: 0 auto;
}

.main{
	padding: 30px 0;
}


.search-container {
    background: #5a5f66
;
    padding: 10px 2%;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 18px;
    margin: 0 0;
}

.search-container iframe{
	overflow: visible;
	height:100%;
	width:100%;
}


.search {
  position: relative;
  float: right;
}
.search-title{float:left; padding: 5px 0; text-transform: uppercase;}
.search-title a{color: #F5731F; }

.search:before {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  font-family: 'FontAwesome';
  content: '\f002';
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
  padding: 8px;
  background: #f5fc07;
  background: -moz-linear-gradient(top, rgba(201,12,47,1) 0%, rgba(175,6,37,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fc07), color-stop(100%,#bfa74f));
  background: -webkit-linear-gradient(top, #f5fc07 0%,#bfa74f 100%);
  background: -o-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
  background: -ms-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
  background: linear-gradient(to bottom, #f5fc07 0%,#bfa74f 100%);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;

}

.search input[type=text] {
    width: 523px;
    height: 24px;
    background: #fff;
    border: 1px solid #5a5f66
;
    padding: 5px 15px;
    color: #000;
}

.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  opacity: 0;
  cursor: pointer;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 30px;
	border-radius: 5px;
	box-sizing: border-box;
}
#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 30px;
	border-radius: 5px;
	box-sizing: border-box;
}




/***** NAV *****/

#nav
{
	width: 100%;
	margin: 0 auto;
}

#nav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width: 100%;
	z-index: 9999;
}

#nav ul a
{
	display:block;
    font-family: 'Montserrat', sans-serif;
	color: #C41003;
	text-decoration:none;
	text-transform: uppercase;
	font-size:14px;
	letter-spacing: 1px;
	padding: 20px 25px;
}

#nav ul a:hover
{
	border-bottom: 10px #C41003 solid;
	padding: 20px 25px 10px 25px;
}

#nav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#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: 13px;
	text-transform: none;
	letter-spacing: none !important;
	border-bottom: 1px #eeeeee solid;
	width: 200px;
}

#nav ul ul a:hover
{
	border-bottom: 0;
	padding:10px 30px 10px 25px;
}

#nav ul li:hover > ul
{
	display:block
}


/***** SEARCH *****/

#footer-quick-search-wrap{width:200px; float:left; position:relative; }

#footer-quick-search-wrap form{
	width:200px;
	position:relative;
	display:block;
	margin: 0 0 0 -5px;
}

#footer-quick-search-wrap form input{
	width:165px;
	background: none;
	border: 1px #a9a9a9 solid;
	color: #fff;
	height: 16px;
	padding:0 0 0 10px;
	position:absolute;
	font-size: 11px;
	margin-left: 25px;
}

#footer-quick-search-wrap form .button{
	width:21px;
	height:18px;
	position:absolute;
	color: #fff;
	background: url(../siteart/search-icon.png) center no-repeat;
	border: none;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
	z-index: 9999;
}

#footer-quick-search-wrap form .button:hover{
	background: url(../siteart/search-icon2.png) center no-repeat;
}

/***** FINANCE STYLES *****/

.finance{
    width: 100%;
    text-align: center;
}

#finance-title{
	color: #2f3130;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 15px;
	text-align:center;
}

#finance h4{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
	text-align:center;

}

.finance-container {
    font-weight: 400;
    max-width: 975px;
    margin: 0 auto;
    padding: 1% 3% 0;
    color: #5a5f66
;
}

.finance-section {
	width: 100%;
    text-align: center;
}

.finance-section img {
    width: 100%;
    max-width: 920px;
    margin: 0 0 3%;
}

/***** FORM STYLES *****/

.quote-section img{
	width:100%;
	margin:0;
}

#form-title{
	color: #2f3130;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 15px;
}

.form-container {
    font-weight: 400;
    max-width: 1015px;
    margin: 0 auto;
    padding: 1% 10.5%;
    color: #5a5f66
;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 30px;
	border-radius: 5px;
	box-sizing: border-box;
}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 90px;
	border-radius: 5px;
	box-sizing: border-box;
}
 
#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
    background: #f5fc07;
    background: -moz-linear-gradient(top, rgba(201,12,47,1) 0%, rgba(175,6,37,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fc07), color-stop(100%,#bfa74f));
    background: -webkit-linear-gradient(top, #f5fc07 0%,#bfa74f 100%);
    background: -o-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: linear-gradient(to bottom, #f5fc07 0%,#bfa74f 100%);
    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 {
	opacity:0.7;
    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;
	line-height:normal !important;
	float: left;
	text-align: left !important;
}

.CaptchaPanel 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:14px;
	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: 0px 0 0px 0 !important;
    font-size: 14px;
}

.CaptchaWhatsThisPanel a {color: #5a5f66
;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/***** FOOTER FORM *****/

.footer-half {width:50%; float:left; box-sizing: border-box;}
.half-pad{padding-right:25px;}

#footer-form input {
    font-family: 'Open Sans', sans-serif;
	width: 100%;
	background: #555555;
	padding: 5px 10px;
	border: none;
	margin: 5px 0 15px;
	height: 35px;
	box-sizing: border-box;
	color: #aaaaaa;
}

#footer-form textarea {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    background: #555555;
    padding: 5px 10px;
    border: none;
    margin: 5px 0 9px;
    height: 60px;
    box-sizing: border-box;
    color: #aaaaaa;
}

#footer-form select {
    font-family: 'Open Sans', sans-serif;
	width: 100%;
	background: #555555;
	padding: 5px 6px;
	border: none;
	margin: 5px 0 15px;
	height: 35px;
	box-sizing: border-box;
	color: #aaaaaa;
}
 
#footer-form input.send-button,
#footer-form input.send-button:focus {
    font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
    width:200px; 
    font-size:14px;
	color: #fff;
	background: #f5fc07;
    background: -moz-linear-gradient(top, rgba(201,12,47,1) 0%, rgba(175,6,37,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fc07), color-stop(100%,#bfa74f));
    background: -webkit-linear-gradient(top, #f5fc07 0%,#bfa74f 100%);
    background: -o-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: linear-gradient(to bottom, #f5fc07 0%,#bfa74f 100%);
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	border-radius: 6px;

}
#footer-form input.send-button:hover {
	opacity: 0.8;
	color:#fff;
	cursor:pointer;
}

/***** FOOTER STYLES *****/

.footer {
	background: #333;
    padding: 50px 0 0;
	width:100%;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #aaaaaa;
}
.footer a{
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #aaaaaa;
}
.footer a:hover{color: #fff;}


.contact-frame{
	height: 280px;
	width: 100%;
}

/***** FOOTER STYLES *****/

/*.footer {
	background: #212121;
	margin: 25px auto 0;
	padding: 25px 0;
	color: #5a5f66
;
}
*/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{ font-family: 'Open Sans', sans-serif;; color:#5a5f66
; font-size:10px;}
a.footerlink:hover { font-family: 'Open Sans', sans-serif; color:#000; text-decoration:none; font-size:10px;}

.footertext{ font-family: 'Open Sans', sans-serif; font-size:10px; color:#5a5f66
;}

.smallfootertext{ font-family: 'Open Sans', sans-serif; font-size:10px; color:#5a5f66
;}

.divfooter { max-width: 900px; text-align:center; margin: 50px auto; line-height: 24px; }
 
.clear{clear:both;}	


/***** INVENTORY STYLES *****/

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    border: 1px #484a49 solid!important;
    color: #484a49!important;
    background:#dad508!important
}
.listings-wrapper .hosted-theme .btn {
    border: 1px #484a49 solid!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
	border: 1px #484a49 solid!important;
    background: #fff!important;
    color: #484a49!important;
}


.hosted-content .widget-express .column3 { display:none!important}
.hosted-content .widget-express { display:none!important}
a.widget-express-container{display:none!important}




/***** RESPONSIVE STYLES *****/

.show-menu-for-mobile {display:none;}  

@media screen and (max-width: 1327px) {
.inv-button {
    width: 26%;
    margin: .5% 2%;
    display: block;
    float: left;
}



}

@media screen and (max-width: 1280px) and (min-width:1024px) {
.show-menu-for-mobile {display:none;}


}
@media screen and (max-width: 1055px) {

#one-third_first {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-left: 0;
    color: #5a5f66
;
	padding: 0 0 6% 0;
}
#one-third {
    float: none;
    width: 100%;
    border-right: none;
    margin: 0;
    padding: 0 0 6% 0;
}
#one-third_last {
    float: none;
    width: 100%;
    text-align: center;
    color: #5a5f66
;
    margin: 0;
	padding: 0 0 6% 0;
}
.row {
    padding: 0 5%;
    width: 90%;
    margin: 0 0 3%;
}

.icon-shadow {
    display: none;
}

}

@media screen and (max-width: 1023px) and (min-width:911px) {
.show-menu-for-mobile {display: none;}


#one-fourth{
	float: none;
	width: 213px;
	margin: 0 auto;
}

.inv-button {
    width: 24.7%;
    margin: .5% 2%;
    display: block;
    float: left;
}    



}

@media screen and (max-width: 910px) and (min-width:796px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

#navicon {
	float: left;
	font-size: 32px;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.5rem;
	color:#212121;
}
#contact {
    float: none;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    color: #5a5f66
;
    font-size: 17px;
    margin: 8px 0;
    text-align: center;
}

#logo {
    float: none;
    margin: 0 auto;
    text-align: center;
}


#one-third {
    float: left;
    width: 37%;
    border-right: none;
    margin: 0 0 0 55px;
}

#nav  {display:none;}

.inv-button {
    width: 27%;
    margin: .5% 2%;
    display: block;
    float: left;
	padding:6px;
}
a .inv-button {
    font-size: 12px;
}
}
@media screen and (max-width: 832px) {

#one-third_first {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-left: 0;
    color: #5a5f66
;
	padding: 0 0 6% 0;
}
#one-third {
    float: none;
    width: 100%;
    border-right: none;
    margin: 0;
    padding: 0 0 6% 0;
}
#one-third_last {
    float: none;
    width: 100%;
    text-align: center;
    color: #5a5f66
;
    margin: 0;
	padding: 0 0 6% 0;
}
.row {
    padding: 0 5%;
    width: 90%;
    margin: 6% 0 3%;
}




}
@media screen and (max-width: 800px) and (min-width:611px) {

.inv-button {
    width: 35%;
    margin: .5% 5%;
    display: block;
    float: left;
}

}
@media screen and (max-width: 795px) and (min-width:421px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
.divfooter {max-width:90%}

#navicon {
	float: left;
	font-size: 32px;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.5rem 1rem 0.5rem 0.5rem;
	color:#212121;
}

#logo{
	float: none;
	text-align:center;
	max-width: 280px;
	margin: 0 auto;
}


#contact {
    float: none;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    color: #5a5f66
;
    font-size: 17px;
    margin: 8px 0;
    text-align: center;
}


#one-fourth{
	float: none;
	width: 213px;
	margin: 0 auto;
}


#nav  {display:none;}

.search input[type=text] {
    width: 390px;
    height: 24px;
    background: #fff;
    border: 1px solid #5a5f66
;
    padding: 5px 15px;
    color: #000;
}




}
@media screen and (max-width: 741px){


.container-fluid {
	display:none;
}

.container-fluid-mobile{
    width: 100%;
    margin: 0 auto;
	display:block!important;
}

.inv-button {
    width: 47%;
    margin: .5% 1% 1%;
    display: block;
    float: left;
}
.row-mobile {
    padding: 0 5%;
    width: 100%;
    margin: 0 0 3%;
}



}
@media screen and (max-width: 720px){


.column2-map {
    width: 35%;
    margin: 0 0 5% 0;
}

.footer-half {
    float: none;
    width: 92%;
    padding-right: 0;
    margin: 2% 4%;
}

.footer {
    background: #333;
    padding: 30px 0 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #aaaaaa;
}



}

@media screen and (max-width: 628px){
	
#slide-shadow {
    display: none;
}



h2 {
    font-size: 17px;
}

.search-title {
    display: none;
}


.search:before {
    position: absolute;
    right: 34px;
    /* left: 1px; */
    top: 1px;
    width: 20px;
    height: 18px;
    font-family: 'FontAwesome';
    content: '\f002';
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
    padding: 8px;
    background: #f5fc07;
    background: -moz-linear-gradient(top, rgba(201,12,47,1) 0%, rgba(175,6,37,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fc07), color-stop(100%,#bfa74f));
    background: -webkit-linear-gradient(top, #f5fc07 0%,#bfa74f 100%);
    background: -o-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(201,12,47,1) 0%,rgba(175,6,37,1) 100%);
    background: linear-gradient(to bottom, #f5fc07 0%,#bfa74f 100%);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.searchButton {
    position: absolute;
    top: 0;
    right: 35px;
    width: 35px;
    height: 35px;
    opacity: 0;
    cursor: pointer;
}

.search {
    position: relative;
    float: none;
    text-align: center;
}

.search input[type=text] {
    max-width: 360px;
    height: 24px;
    background: #fff;
    border: 1px solid #5a5f66
;
    padding: 5px 15px;
    color: #000;
    width: 100%;
}
}
@media screen and (max-width: 518px){

.search input[type=text] {
    max-width: 260px;
    height: 24px;
    background: #fff;
    border: 1px solid #5a5f66
;
    padding: 5px 15px;
    color: #000;
    width: 100%;
}

}
@media screen and (max-width: 420px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
.divfooter {max-width:90%}

#navicon {
	float: left;
	font-size: 32px;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.5rem 1rem 0.5rem 0.5rem;
	color:#212121;
}

#logo{
	float: none;
	text-align:center;
	max-width: 280px;
	margin: 0 auto;
}
#contact {
    float: none;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    color: #5a5f66
;
    font-size: 14px;
    margin: 8px 0;
    text-align: center;
}

#one-third{
	float: none;
	width: 100%;
	margin: 25px auto;
	border-right: none;
}

#one-third img, #one-third_first img, #one-third_last img{
	float: none;
	width: 80%;
	height: auto;
	margin: 0 auto;
	border-right: none;
	max-width:132px;
}


#nav  {display:none;}

.column2-map {
    width: 41%;
    margin: 0 0 7% 0;
}

.cycle-slideshow {
    display: none;
}

.row-mobile {
    padding: 0;
    width: 90%;
    margin: 6% 0 3%;
}

.inv-button {
    width: 94%;
    margin: .5% 3%;
    display: block;
    float: left;
    padding: 6px;
    min-width: 100px;
}


}
@media screen and (max-width: 410px){

.search input[type=text] {
    max-width: 200px;
    height: 24px;
    background: #fff;
    border: 1px solid #5a5f66
;
    padding: 5px 15px;
    color: #000;
    width: 100%;
}

.inv-button {
    width: 94%;
    margin: 0.8% 9%;
    display: block;
    float: left;
    padding: 6px;
    min-width: 100px;
}


}
@media screen and (max-width: 380px){


#contact {
    font-size: 11px;
}

#footer-form input.button, #footer-form input.button:focus {
    width: 150px;
	
}

}
@media screen and (max-width: 380px){

.column2-map {
    width: 45%;
    margin: 0 0 10% 0;
}

}
@media screen and (max-width: 380px){

.search input[type=text] {
    max-width: 165px;
    height: 24px;
    background: #fff;
    border: 1px solid #5a5f66
;
    padding: 5px 15px;
    color: #000;
    width: 100%;
}


}



