/***** 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;
}

/* Make HTML 5 elements display block-level for consistent styling */  

/***** END RESET *****/

.head_left > p {line-height: 21px;}
.head_right > p {line-height: 21px;}

.newh5 {font-size: 16px !important;}
.newh5 > a {font-size: 16px !important;}


/***** TEXT/LINK FORMATTING *****/

@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: #cccccc;
    color: #22211f;
    text-shadow: none;
}

::selection {
    background: #cccccc;
    color: #fff;
    text-shadow: none;
}

strong { font-family: 'montserratbold'; font-weight:normal;}

h1 { font-family: 'Oswald', sans-serif; font-weight: bold; color: #fbfc1a; font-size: 60px; text-transform: uppercase; text-shadow: 2px 1px 4px rgba(0,0,0,0.7);}
h2 { font-family: 'montserratlight'; font-weight: normal; color: #fff; font-size: 24px; text-transform: uppercase; text-shadow: 2px 1px 4px rgba(0,0,0,0.7);}
h3 { font-family: 'Oswald', sans-serif; font-weight: bold; color: #ebe718; font-size:22px; text-transform: uppercase;}
h4 { font-family: "montserratbold"; font-weight: normal; color: #fbfc1a; font-size:15px; line-height:normal; margin-bottom:10px;}
	
h5 { font-family: 'Oswald', sans-serif; font-weight: normal; color: #fff; font-size:22px;}
	h5 a{ font-family: 'Oswald', sans-serif; font-weight: normal; color: #fff!important; font-size:20px!important; }
	h5 a:hover{ color:#fff; text-decoration:underline }
h6{ font-size:17px; font-weight:bold; font-family: 'montserratbold'; color:#000; margin-bottom:17px;}

p { font-family: 'montserratlight'; color:#333333; font-size: 15px; line-height: 28px;}


.newtext {background-color: #fbfc1a !important; padding: 5px; color: black !important; text-shadow: none !important;}



a{
	color:#333333;
	text-decoration:none;
	transition: color .2s ease-in-out; 
	-moz-transition: color .2s ease-in-out; 
	-webkit-transition: color .2s ease-in-out;
	 font-family: 'montserratbold';
}

a:hover{color: #0c67d1; text-decoration:underline}



/***** SITE FRAMEWORK *****/

html, body{font-family: 'montserratlight';  -webkit-text-size-adjust: none; }
img {max-width: 100%; height: auto;}


.mybtn {padding: 10px; border-color: transparent !important; background-color: black !important; color: #fbfc1a !important; font-size: 17px;
    font-weight: bold;
    font-family: 'montserratbold';}

.bluehead {font-family: 'Oswald', sans-serif; font-weight: bold; font-size:30px; text-transform: uppercase; color: #0c67d1 !important;}

/***** HEADER *****/

#header{
    background: #22211f;
	padding:0;
	width: 100%;
	z-index:9999;
	position:relative;
}

.home-header{
	background: #22211f;
	width: 100%;
}

.head_left{
	float:left;
	width:30%;
	margin:3% 0 0 0;
	text-align:right;
}
	.head_left a, .head_left p{
		color:#cccccc;
		font-size:13px;
		font-weight:bold;
	}
	.head_left a:hover{color:#fff}
	
.head_right{
	float:left;
	width:29%;
	text-align:left;
	margin:3% 0 0 0;
}
	.head_right a,.head_right p{
		color:#cccccc;
		font-size:13px;
		font-weight:bold;
	}
	.head_right a:hover{color:#fff}

#logo{
	text-align:center;
	width: 39%;
	margin:0 1%;
	max-width:650px;
	position: relative;
	z-index: 1;
	float:left;
}

#title{background:#ccc;text-align:center;padding:1em 0;}
#title h1{color:#fff}




/***** SLIDESHOW *****/

#hero-message{
	padding: 8% 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}

#hero-message-transp{
	padding:7% 0 8% 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}

.slideshow{overflow:hidden; border-bottom: 2px #0c67d1 solid;}

.slideshow_transport{margin:0 auto;  }
.slideshow_transport img {width: 100%; height: auto;}

.fadein { position:relative; z-index: 0;}
.fadein img { position:absolute; opacity:0; animation-name: fade; animation-duration:90s; animation-iteration-count: infinite; *display:none;}
.fadein img:nth-child(1) { animation-delay: 0s;  }
.fadein img:nth-child(2) { animation-delay: 5s;  }
.fadein img:nth-child(3) { animation-delay: 15s;  }
.fadein img:nth-child(4) { animation-delay: 20s;  }
.fadein img:nth-child(5) { animation-delay: 25s;  }
.fadein img:nth-child(6) { animation-delay: 30s;  }
.fadein img:nth-child(7) { animation-delay: 35s;  }
.fadein img:nth-child(8) { animation-delay: 40s;  }
.fadein img:nth-child(9) { animation-delay: 45s;  }
.fadein img:nth-child(10) { animation-delay: 50s;  }
.fadein img:nth-child(11) { animation-delay: 55s;  }
.fadein img:nth-child(12) { animation-delay: 60s;  }
.fadein img:nth-child(13) { animation-delay: 65s;  }
.fadein img:nth-child(14) { animation-delay: 70s;  }
.fadein img:nth-child(15) { animation-delay: 75s;  }
.fadein img:nth-child(16) { animation-delay: 80s;  }
.fadein img:nth-child(17) { animation-delay: 85s;  }

@keyframes fade {
  0%   { opacity:1; }
  11.11%   { opacity: 1; }
  33.33%  { opacity: 1; }
  44.44%  { opacity: 1; }
  100% { opacity: 1; }
}

.wrapper{
	max-width: 1220px;
	margin: 0 auto;
}

.head_wrapper{
	max-width: 1220px;
	margin: 0 auto;
}

.column1 {width:100%;}
.column2 {width:50%; *width: 47%; float:left; padding:0 30px; box-sizing: border-box;}
.column3 {width:33.33333%; *width: 30%; float:left;  box-sizing: border-box;}
	.column3 a:hover{text-decoration:underline}
.column4 {width:25%; *width: 23%; float:left; padding-right: 20px; box-sizing: border-box;}
.column5 {width:19%; float:left; margin:0 1.2% 0 0;  box-sizing: border-box;}
	.column5.last { margin: 0; }
.column6 {width:16.66666%; *width: 14%; float:left; padding-right: 20px; box-sizing: border-box; margin: 0 0 20px 0;}




/***** NAV *****/

#navicon {
	font-size: 25px;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	color: #fff;
	background: #0c67d1;
	padding: 5px 10px;
}

#nav{
	background:#0c67d1;
	width:100%;
	height:44px;
}

#nav ul{
	list-style:none;
	position:relative;
    text-align: center;
	margin:0 auto;
	padding:0;
	width: 100%;
	z-index: 9999;
}

#nav ul li a{
	display:block;
    font-family: 'montserratbold';
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 13px;
	padding: 12px 15px;
	line-height:20px;
	transition: none; 
	-moz-transition: none; 
	-webkit-transition: none; 
}

#nav li:hover > a{
	color: #0c67d1;
	background: #fff;
}

#nav ul li{
	position:relative;
	zoom: 1;
	display: inline-block;
}
#nav ul li:hover > ul{
	display:block
}

#nav ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
    float: left;
    text-align: left;
	padding:0;
	z-index: 9999;
	box-shadow:0px 4px 10px #838383
}

#nav ul ul li{
	float:none;
	width:225px;
}
	
#nav ul ul li a{
	padding:10px 25px;
	background:#fff;
	width:246px;
	line-height:20px;
	display:block;
	border-bottom:1px #b7b7b7 solid;
	color: #0c67d1;
	font-family: 'montserratbold';
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
}

#nav ul ul li a:hover{
	background: #0c67d1;
	color:#fff;
	padding:10px 25px;
	line-height:20px;
}

/***** third level menu ---- not working

#nav ul ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	z-index: 9999;
	box-shadow:0px 4px 10px #838383
}

#nav ul ul ul li{
	float:none;
	width:225px;
}
	
#nav ul ul ul li a{
	padding:10px 25px;
	background:#fff;
	width:246px;
	line-height:20px;
	display:block;
	border-bottom:1px #b7b7b7 solid;
	color: #0c67d1;
	font-family: 'montserratbold';
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
}

#nav ul ul ul li a:hover{
	background: #0c67d1;
	color:#fff;
	padding:10px 25px;
	line-height:20px;
}

*****/


/***** STYLES *****/

.spacer{
	display: inline;
	padding: 0 10px;
}

#message { font-family: 'montserratbold'; font-weight: normal; color: #DC1313; font-size: 24px; line-height: 36px; text-align: center; padding: 0 0 25px 0;}

.main {
	background: #fff;
	padding: 4em 0;
}

.category { width:16%; *width: 16%; float:left; padding: 50px 20px; box-sizing: border-box; text-align: center;}
.category a{ font-family: 'montserratbold'; font-size: 16px; transition: none; -moz-transition: none; -webkit-transition: none;}
.category a:hover{ color:#0b67d1; text-decoration:none;}
.category img:hover{ opacity:.5;}

.applications { font-family: 'montserratbold'; font-size: 16px; text-align: center;}
.applications a{ transition: none; -moz-transition: none; -webkit-transition: none; text-align: center;}
.applications img{max-width: 80%; margin: 0 auto;}
.applications img:hover{opacity:.5;}



/***** BUTTON STYLES *****/

a.inventory-button{
	display: block;
	float: left;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	text-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	text-align: center;
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(222,222,222,1) 72%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,191,191,1)), color-stop(72%, rgba(222,222,222,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(222,222,222,1) 72%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(222,222,222,1) 72%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(222,222,222,1) 72%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%, rgba(222,222,222,1) 72%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#cccccc', GradientType=0 );
	border-radius: 5px;
	font-family: 'montserratbold';
}

a.inventory-button:hover{background: #fbfd1a; text-decoration:none; color:#22211f; }


a.inventory-button-bottom{
	display: block;
	float: left;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	text-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	text-align: center;
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(222,222,222,1) 72%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,191,191,1)), color-stop(72%, rgba(222,222,222,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(222,222,222,1) 72%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(222,222,222,1) 72%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(222,222,222,1) 72%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%, rgba(222,222,222,1) 72%, rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#cccccc', GradientType=0 );
	border-radius: 5px;
	font-family: 'montserratbold';
}

a.inventory-button-bottom:hover{background: #fbfd1a; text-decoration:none; color:#22211f; }


/***** FORM *****/

.head-blue{color:#0c67d1}

#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 select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 30px;
	border-radius: 5px;
	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.button,
#form input.button:focus {
    width:200px; 
    background:#0c67d1;
	color:#fff;
	border:2px #0c67d1 solid;
	border-radius:5px;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
	
}
#form input.button:hover {
	background: #22211f ;
    border:2px #22211f solid;
	color: #fbfd1a;
}
 
 
/*****  CAPTCHA *****/

.CaptchaPanel {
	line-height:normal !important;
	padding: 25px 0 0 !important;
}

.CaptchaImagePanel {
	width: 183px;
	padding: 0 10px !important;
}

.CaptchaMessagePanel {
	width: 183px;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
	padding: 0 !important;
}

.CaptchaAnswerPanel {
    width:200px; 
	padding: 0 !important;
}

.CaptchaWhatsThisPanel {
	width: 200px;
	line-height:0;
	padding: 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;text-align: left;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 



/***** GOOGLE MAP 

.google-maps {
    float:right;
    position: relative;
    padding-bottom:150%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}
*****/


/***** AT STYLES *****/

.border{BORDER:1px #cccccc solid!IMPORTANT;}
.fluid{width:99.8% !important}



/***** GALLERY *****/

#gal_container {
	padding:0 20px;
	margin:0 auto;
	text-align:center;
}
#gal_container img {  /*Style to make the thumbnail image style on the gallery page.*/
	height:185px;
	margin:0 5px 5px 0;
	border:1px #CCC solid;
}
    
	
	
/***** SCROLLING INVENTORY *****/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	border-top:2px solid #fbfd1a;
	padding:20px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/***** FRAMELESS INVENTORY *****/
.list-content .list-title .list-listings-count{text-shadow: none!important}
.hosted-content h2,.bread-crumbs-heading .return-links .return-links-link span,.bread-crumbs-heading .return-links .return-links-link i,.compare-listings-container .compare-container .compare-price,.list-content .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count,.list-content .list-title .list-listings-count,.list-content .price-container .price,.compare-checked a{text-shadow:none; color:#0c67d1!important}
.hosted-content h2 a{text-shadow:none; color:#0c67d1!important}
.list-content .listing-portion-title {color: #000 !important;text-shadow: none !important;}
.faceted-search-content .faceted-section-head h5{color:black!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name{color:black!important;}
.detail-content .detail-additional-data h4{color:black!important;}
.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn,.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder input{background-color: #0c67d1!important;}
.detail-content .detail-additional-data .data-row .data-label,.compare-listings-container .compare-container .button,.detail-content-mobile .contact-options a,.detail-content-mobile .detail-contact-bar .contact-bar-btn{background-color: #0c67d1!important;}
.detail-content .search-results,.currency-selector{color: #0c67d1!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-color: #0c67d1!important;}
.view-listing-details-link, .buy-now-link:hover {color: #fff !important;}
.detail-content .detail-main-body .main-detail-data .detail-title {text-shadow: none !important;}
.detail-content .dealer-info .phone-and-email .send-email-btn {background:#0c67d1!important; color:#ebe718 !important; border-color: #ebe718 !important;}
.contact-info-heading h2,.modal-bg .modal-top h2, .modal-container .modal-top h2,.detail-content-mobile .dealer-info h3,.detail-additional-data h3{color: #000 !important;}
.detail-content-mobile .detail-additional-data .data-row .data-label {background:#ebe718 !important; color: #000 !important; font-weight: bold !important; }

.contact-options .collapsible-content a {color: #fff !important;}
/***** FOOTER STYLES *****/

.footer {
	width:100%;
	background: #22211f;
	border-top: 1px #32302d solid;
	border-bottom: 1px #32302d solid;
	padding:50px 0;
	font-family: 'montserratregular';
	font-size: 12px;
	line-height: 24px;
	color: #cccccc;
}
.footer a{font-family: 'montserratregular'; color: #cccccc; font-size: 12px; line-height: 24px;}
.footer a:hover{color: #fff; }

.bottom-footer{
	background: #22211f;
	padding: 20px 0;
}

.footer-logo{
	float: right;
	max-width: 150px;
	text-align: right;
	padding-top: 5px;
}

a.fb, a.emailtop{
	position: relative;
	font-size: 40px;
	margin: 0 10px 0 0;
	color:#cccccc;
}
a.fb:hover{color: #fbfd1a;}
a.emailtop:hover{color: #fbfd1a;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{font-family: 'montserratregular'; color:#aaaaaa; font-size:10px; line-height: 14px;}
a.footerlink:hover {font-family: 'montserratbold'; color:#fbfc1a; text-decoration:none; font-size:10px;}
.footertext{font-family: 'montserratregular'; font-size:10px; color:#aaaaaa; line-height: 14px;}
.smallfootertext{font-family: 'montserratlight'; font-size:10px; color:#aaaaaa; line-height: 14px;}
.divfooter {float: left; width: 65%; line-height: 14px; color:#cccccc;}
 
.clear{clear:both;}	



/***** RESPONSIVE STYLES *****/
.show-menu-for-mobile {display:none;}  

@media screen and (max-width: 1280px) and (min-width: 1221px) {
     .show-menu-for-mobile {display: block;}
    .hide-for-mobile {display:none;}
    .hide {display:none;}
    #nav {display:none;}

}

@media screen and (max-width: 1220px) and (min-width: 1151px) {
     .show-menu-for-mobile {display: block;}
    .hide-for-mobile {display:none;}
    .hide {display:none;}
    #nav {display:none;}

    .head_left{
        width:24%;
        line-height:1em;
        }
    .head_right{
        width:24%;
        line-height:1em;
        }
    #logo{width:49%}

    #nav ul li a{padding:12px 1.5em;}
    .wrapper{padding: 0 20px;}
	
	.head_left > p {line-height: 28px;}
.head_right > p {line-height: 28px;}

.newh5 {font-size: 16px!important; line-height: 28px;}

}

@media screen and (max-width: 1150px) and (min-width: 959px) {
    .show-menu-for-mobile {display: block;}
    .hide-for-mobile {display:none;}
    .hide {display:none;}
    #nav {display:none;}

    h1 { font-size: 48px; line-height: 50px;}

    .head_left{
        width:25%;
        line-height:.6em;
        }
    .head_right{
        width:25%;
        line-height:.6em;
        }
    #logo{width:48%}

    h5 a{font-size:16px!important}

    #nav ul li a{padding:12px .8em; font-size:12px;}

    .wrapper{padding: 0 20px;}

    .column2{padding:0 10px;}
        a.inventory-button{  font-size:14px;}
    .category{width:33%}

    #hero-message-transp{
        padding:14% 0 14% 0;
    }
	
		.head_left > p {line-height: 28px;}
.head_right > p {line-height: 28px;}

.newh5 {font-size: 16px!important; line-height: 28px;}

}

@media screen and (max-width: 1080px)  {
	.column5 {width:100%; float:none; margin:0 auto 5px auto;  }
		a.inventory-button-bottom{margin-bottom:10px}
    
    .show-menu-for-mobile {display: block;}
    .hide-for-mobile {display:none;}
    .hide {display:none;}
    #nav {display:none;}
}


@media screen and (max-width: 958px) and (min-width: 841px) {
    .show-menu-for-mobile {display: block;}
    .hide-for-mobile {display:none;}
    .hide {display:none;}
    #nav {display:none;}

    .wrapper{padding: 0 20px;}

    #logo{float: none; margin: 0 auto;}
    #header-phone{float: none;text-align: center;}
    h1 { font-size: 48px; line-height: 50px;}
    h2 { font-size: 20px;}

    a.inventory-button{font-size: 14px;}

    .head_left{display:none;}
    .head_right{display:none;}
    #logo{width:60%; margin:0 auto; float:none}

    .column2 {float: none; width: 100%; padding:0;}
        a.inventory-button{ margin-bottom: 10px;}
    .category{width:33%}

    .google-maps {
        padding-bottom:20%;
        margin-bottom:3em;
    }

}

@media screen and (max-width: 840px) and (min-width: 615px) {
    .show-menu-for-mobile {display: block;}
    .hide-for-mobile {display:none;}
    .hide {display:none;}
    #nav {display:none;}

    .wrapper{padding: 0 25px;}
    .column2 {float: none; width: 100%; padding:0;}
    .column3{ float: left; width: 100%; text-align: center; margin-bottom: 3em;}
    .column4{ float: left; width: 50%; text-align: center; margin-bottom: 15px;}
    .category{ float: left; width: 50%; text-align: center; margin-bottom: 15px; padding: 10px 20px;}


    .head_left{display:none;}
    .head_right{display:none;}
    #logo{width:70%; margin:0 auto; float:none}

    h1 { font-size: 36px; line-height: 40px;}
    h2 { font-size: 20px;}

    .divfooter {float: none; width: 100%; text-align: center;}
    .footer-logo{float: none; margin: 0 auto; text-align: center; padding: 0 0 15px;}

    .column2 {float: none; width: 100%; padding:0;}
        a.inventory-button{ margin-bottom: 10px;}

    .google-maps {
        padding-bottom:20%;
        margin-bottom:2em;
    }


}

@media screen and (max-width: 614px) and (min-width: 401px) {
    h1 { font-size: 27px; line-height: 32px;}
    h2 { font-size: 20px;}
    .show-menu-for-mobile {display: block;}
    .hide-for-mobile {display:none;}
    .hide {display:none;}
    #nav {display:none;}

    .main{padding:3em 0;}
    .wrapper{padding: 0 25px;}
    .column2 {float: none; width: 100%; padding:0;}
    .column3{ float: left; width: 100%; text-align: center; margin-bottom: 3em;}
    .column4{ float: left; width: 50%; text-align: center; margin-bottom: 15px;}
    .category{ float: left; width: 50%; text-align: center; margin-bottom: 15px; padding: 10px 20px;}

    .head_left{display:none;}
    .head_right{display:none;}
    #logo{width:100%; margin:0 auto; float:none}

    .divfooter {float: none; width: 100%; text-align: center;}
    .footer-logo{float: none; margin: 0 auto; text-align: center; padding: 0 0 15px;}

    a.inventory-button{font-size: 14px; margin-bottom: 10px;}

    .google-maps {
        padding-bottom:20%;
        margin-bottom:2em;
    }


}

@media screen and (max-width: 700px){
    h4{font-size: 20px}
    h6 {font-size: 22px;}
    .footer  {font-size: 17px;line-height: 30px; padding: 1em 0 0 0}
    .footer a {font-size: 17px;line-height: 30px;}
    .column3{ float: none; width: 100%; text-align: center; margin-bottom: 1em;}
    .main {text-align: center; padding: 1em 0
}

@media screen and (max-width: 400px){
    h1 { font-size: 18px; line-height: 19px;}
        #title h1{font-size:26px}
    h2 { font-size: 16px;}
    .show-menu-for-mobile {display: block;}

    .hide-for-mobile {display:none;}
    .hide {display:none;}
    #nav {display:none;}

    .main{padding:2em 0;}
    .wrapper{padding: 0 20px;}
    .column2 {float: none; width: 100%; padding:0;}
    .column4{ float: none; width: 100%; text-align: center; margin-bottom: 15px;}
    .category{ float: none; width: 100%; text-align: center; margin-bottom: 15px; padding: 10px 20px;}

    .head_left{display:none;}
    .head_right{display:none;}
    #logo{width:100%; margin:0 auto; float:none}

    .divfooter {float: none; width: 100%; text-align: center;}
    .footer-logo{float: none; margin: 0 auto; text-align: center; padding: 0 0 15px;}

    a.inventory-button{font-size: 14px; margin-bottom: 10px;}

    .google-maps {
        padding-bottom:20%;
        margin-bottom:2em;
    }

    #gal_container img {  /*Style to make the thumbnail image style on the gallery page.*/
        height:100px;
    }

}