/***** 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;
}

.clear{
	clear:both;
}
/* Desktop */
#menu {
  display: none;
}

/* Mobile */
@media (max-width: 768px) {
  #nav {
    display: none;
  }
  #menu {
    display: block;
  }
}
.view-listing-details-link {background: #1F5BB5!important;}
/* Make HTML 5 elements display block-level for consistent styling */  

/***** END RESET *****/

/***** 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: #A7ADB5;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #A7ADB5;
    color: #fff;
    text-shadow: none;
}

strong { font-family: 'montserratbold';}

h1 { font-family: 'montserratlight'; font-size: 22px; color:#454545;}
h2 {font-family: 'montserratregular';font-size: 20px;color: #555555;font-weight: 400;}
h3 { font-family: 'montserratbold'; font-size: 16px; color:#fff; margin: 25px 0;}
h4 { font-family: 'montserratlight'; font-size: 14px; color:#fff;}
h5 { font-family: 'montserratbold'; font-size: 30px; color:#7190ca; text-align:left; width:100%; margin: 0 0 45px 0;}

p { font-family: 'montserratlight'; font-size: 14px; line-height: 42px; color:#424242;}
a{
	color:#105AC9;
	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: #000;
}



/***** SITE FRAMEWORK *****/

html, body{
	background: url(../siteart/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header{
	padding: 15px 0;
	width:100%;
}

#header-wrap {
    background: #424242;
	opacity: 0.9;
    position: relative;
    z-index: 143;
    height: 110px;
}

.wrapper{
	max-width: 1300px;
	margin: 0 auto;
}

.greeting {
    text-align: left;
    z-index: 1009;
    position: relative;
    left: 100px;
    line-height: 45px;
    width: 50%;
	top:140px;
}

.greeting h3 {
    font-family: 'montserratbold';
    font-size: 36px;
    color: #fff;
    margin: 25px 0;
}

.link {
	font-size:20px;
	text-align:center;
	padding:10px 20px;
    background: #fff;
    color: #175DC7;
    border-radius: 3px;
    width: 185px;
	font-family: 'montserratbold';
}
.link:hover {
    background: #175DC7;
    color: #fff;
	
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;

}



/*** BACKGROUND SLIDES ****/


/*.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: -314px 0 -90px;
}*/


.cycle-slideshow {
    width: 100%;
    position: relative;
    bottom: 314px;
    margin-bottom: -300px;
	background-color:#000;
}

.cycle-slideshow img{
	width:100%;
}



/***** NAV *****/

#nav {
    margin: 2.5% 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: #fff;
	text-decoration:none;
	text-transform: uppercase;
	font-size:14px;
	letter-spacing: 1px;
	padding: 20px 25px;
}

#nav ul a:hover
{
	border-top: 2px #fff solid;
	padding: 20px 25px 10px 25px;
}

#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: 13px;
    text-transform: uppercase;
    color: #757575;
    background: #fff;
    border-bottom: 1px #c3cbd6 solid;
    width: 200px;
}

#nav ul ul a:hover
{
    border-bottom: 1px #c3cbd6 solid;
	color: #2d81ff;
	padding: 10px 30px 10px 25px;

}

#nav ul li:hover > ul
{
	display:block
}




/***** STYLES *****/

#logo {
    float: left;
    position: relative;
    z-index: 99;
    margin: 2% 0 0;
}

#logo img{
	width:100%;
	max-width:215px;
}

.column1 {width:100%;}
.column2 {width:50%; float:left; padding-right: 20px; box-sizing: border-box;}
.column2-map {
    width: 50%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    right: 60px;
    position: relative;
}
.column2-map iframe{width:100%;}

.column3 {width:33.33333%; float:left; padding-right: 20px; box-sizing: border-box;}

.column4 {width:25%; float:left; padding-right: 20px; box-sizing: border-box;}
.column5 {width:20%; float:left; padding-right: 20px; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 20px; box-sizing: border-box;}



.go-back{
	margin: 0 0 50px;
}
.go-back img{
	height:20px;
	display:inline;
	padding-right:10px;
}
	.go-back img:hover{
		opacity:0;
	}
	.go-back:hover{
    background-image: url(../siteart/icon_arrowBlack.png);
	background-repeat: no-repeat;
	color:#424242;
	}


	.go-back a{
		font-family: 'montserratregular';
		color:#7190ca;
		font-size:14px;
	}

/*---------BUTTONS------------*/


.button-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

#buttons {
    text-align: center;
    display: inline-block;
    padding: 2% 2%;
}

#buttons a h4{
    color: #fff!important;
    border: solid 1px #1E6ADD;
	background: #1E6ADD;
	text-transform:uppercase;
    padding: 30px 0;
	width:400px;
	float:left;
	margin:0 2%;
	text-align:center;
    border-radius: 9px;
}


#buttons a h4:hover{
	text-transform:uppercase;
    background: #fff;
    color: #2d81ff!important;
	border: solid 1px #2d81ff;
	cursor:pointer;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/*---------ABOUT SECTION------------*/

.giant img{
	width:100%;
}


.company-info {
    width: 100%;
    max-width: 1000px;
    text-align: left;
    margin: 150px auto;
}

.other-info{
    margin: 45px auto 0;
    width: 100%;
    max-width: 1000px;
    text-align: left;
}
.other-info p {
    line-height: 21px;
    font-size: 16px;
}

.mid-section {
    width: 100%;
    padding: 20px 0;
    background-image: url(../siteart/mid-bg.jpg);
    background-repeat: no-repeat;
    height: 353px;
    background-size: cover;
}

.mid-section-contact{
	width:100%;
    padding: 42px 0 70px 0;
    background-image: url(../siteart/mid-bg2.jpg);
    background-repeat: no-repeat;
    height: auto; 
	background-size: cover;
}
.mid-section-thank{
	width:100%;
    padding: 42px 0 70px 0;
    background-image: url(../siteart/mid-bg6.jpg);
    background-repeat: no-repeat;
    height: auto; 
	background-size: cover;
}


.mid-section-about {
    width: 100%;
    padding: 42px 0 70px 0;
	background-image: url(../siteart/mid-bg3.jpg);
    background-repeat: no-repeat;
    height: auto; 
    background-size: cover;
}

.mid-section-freight{
	width:100%;
    padding: 42px 0 70px 0;
    background-image: url(../siteart/mid-bg5.jpg);
    background-repeat: no-repeat;
    height: auto; 
	background-size: cover;
}




/*--------------------------***** QUOTE FORM *****-------------------------------*/

#form{
	max-width:1000px;
	width:100%;
	margin: 0 auto;
	padding: 4% 0;
	color:#6c676a;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	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.button,
#form input.button:focus {
    font-family: 'montserratbold';
    width:400px; 
	color: #fff;
    background: #1C62CA;
	border: solid 1px #1C62CA;
    font-size:16px;
	line-height:14px;
	font-weight:bold;
	text-transform: uppercase;
	cursor: pointer;
	border-radius:6px;
	height: 40px;
}
#form input.button:hover {
	color: #2d81ff;
    background: none;
	border: solid 1px #2d81ff;
    cursor: pointer;
    font-family: 'montserratbold';
}
 
/*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;
	font-family: 'montserratlight';

}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:0 !important;
}
.CaptchaWhatsThisPanel a {
	color: #454545;
	font-size:12px;
	line-height:14px;
	font-family: 'montserratlight';
}
.CaptchaWhatsThisPanel a:hover {
	text-decoration:none;	
	color: #2d81ff;
	font-size:12px;
	font-family: 'montserratlight';
} 




/***** FOOTER STYLES *****/

#border {
    width: 200px;
    border-top: 6px solid #2d81ff;
    padding-bottom: 16px;
}

.bottom {
    width: 100%;
    background: #757575;
}

.footer {
    width: 94%;
    padding: 10px 0 35px;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 3%;
}

.footer a{font-family: 'montserratlight'; color: #fff; font-size: 11px; line-height: 24px;}
.footer a:hover{color: #006ed5; font-weight:bold;}

.bottom-footer {
    background: #242424;
    padding: 20px 0;
    color: #ccc;
}

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;}

.divfooter {
    float: left;
    line-height: 14px;
    width: 100%;
	text-align: center;
} 
.clear{clear:both;}	



/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 5% 0!important;
}

.hosted-content #listings-title {
    font-size: 33px;
    color: #2d81ff;
}
	
.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: #2d81ff!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #757575!important;
    color: #fff!important;
}

/*===================== 
 faceted inv styles 
=======================*/
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

.faceted-search-content .faceted-section-head h5{font-size: 18px;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}
.dealer-name{text-align: right !important;}
.list-content .listing-portion-title{color: black !important;}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#2767C9 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

 .selected-facet, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#2164C8 !important;}

.list-top-section .list-listings-count {
	color: #2975A4!important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #2d81ff !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #2d81ff !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

.detail-additional-data h3{color: #000!important}


/***** RESPONSIVE STYLES *****/

.show-menu-for-mobile {display:none;}  

@media screen and (max-width: 1366px) {
	
.company-info {
    margin: 115px auto 0;
}

}
@media screen and (max-width: 1280px) and (min-width:1024px) {
.show-menu-for-mobile {display:none;}

.wrapper{
	padding: 0 10px;
}

	
}
@media screen and (max-width: 1265px) {

#nav ul a {
    font-size: 12px;
    letter-spacing: 0px;
    padding: 20px 16px;
}

#nav ul a:hover
{
	border-top: 2px #fff solid;
	padding: 20px 16px !important;
}
#nav ul ul a {
    padding: 20px 16px;
}



}
@media screen and (max-width: 1124px) {

.mid-section {
    width: 94%;
    padding: 42px 3%;
    background-image: url(../siteart/mid-bg.jpg);
    background-repeat: no-repeat;
    height: 413px;
    background-size: cover;
}

.mid-section-contact{
	width:94%;
    padding: 42px 3%;
    background-image: url(../siteart/mid-bg2.jpg);
    background-repeat: no-repeat;
    height: auto; 
	background-size: cover;
}
.mid-section-freight{
	width:94%;
    padding: 42px 3%;
    background-image: url(../siteart/mid-bg3.jpg);
    background-repeat: no-repeat;
    height: auto; 
	background-size: cover;
}

	
}
@media screen and (max-width: 1070px) {

.divfooter {
    float: none;
    width: 100%;
}

.footer-logo {
    float: none;
    width: 100%;
    margin: 2% 0;
}


}
@media screen and (max-width: 1023px) {
.show-menu-for-mobile {display: none;}

.wrapper{
	padding: 0 10px;
}



}
@media screen and (max-width: 985px) {
	
.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: 2% 2% 0 0;
    color: #fff;
}

#nav  {display:none;}
	
	
#header-wrap {
    background: #424242;
    opacity: 0.9;
    position: relative;
    z-index: 143;
    height: 85px;
}
#logo {
    float: left;
    position: relative;
    z-index: 99;
    margin: 1% 0 0 1%;
}
	
	
	
	
.greeting {
    text-align: left;
    z-index: 1009;
    position: relative;
    left: 100px;
    line-height: 45px;
    width: 50%;
    top: 65px;
}
.greeting h3 {
    font-family: 'montserratbold';
    font-size: 27px;
    color: #fff;
    margin: 25px 0;
    text-shadow: -2px 1px #3e3e3e;
    line-height: 27px;
}
.link {
    font-size: 17px;
    text-align: center;
    padding: 0px 15px;
    background: #fff;
    color: #175DC7;
    border-radius: 3px;
    width: 185px;
    font-family: 'montserratbold';
}	
	
#buttons {
    text-align: center;
    display: inline-block;
    margin: 2% 20px;
    padding: 0;
}	
.button-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding: 2% 0%;
}	

}
@media screen and (max-width: 944px) {
	
.column4 {
    width: 20%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
}
.column2-map {
    width: 60%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    right: 30px;
    position: relative;
}	

}
@media screen and (max-width: 910px) and (min-width:796px) {
.show-menu-for-mobile {display: block;}

.wrapper{
	padding: 0 10px;
}
	
#buttons {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 1% 2%;
}
	
	
	

}
@media screen and (max-width: 795px) {

.wrapper{padding: 0 15px;}
h5{font-size:26px;}
	
.greeting {
    text-align: left;
    z-index: 1009;
    position: relative;
    left: 55px;
    line-height: 45px;
    width: 50%;
    top: 15px;
}
	
.mid-section {
    width: 94%;
    padding: 1% 3%;
    background-image: url(../siteart/mid-bg.jpg);
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
}	
.company-info {margin: 60px auto;}
	

}
@media screen and (max-width: 730px) {

.column2 {width: 100%; float: none; padding: 2% 0px;}
	
.column4 {float: none; width: 100%; margin: 0 0 25px 25px; }
.column2-map {
    width: 94%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    right: 0;
    position: relative;
    left: 25px;
}	


}
@media screen and (max-width: 690px) {


.greeting {
    text-align: left;
    z-index: 1009;
    position: relative;
    left: 40px;
    line-height: 45px;
    width: 50%;
    top: 0px;
}
.greeting h3 {
    font-family: 'montserratbold';
    font-size: 25px;
    color: #fff;
    margin: 25px 0;
    text-shadow: -2px 1px #3e3e3e;
    line-height: 27px;
}
.link {
    font-size: 17px;
    text-align: center;
    padding: 0px 15px;
    background: #fff;
    color: #175DC7;
    border-radius: 3px;
    width: 150px;
    font-family: 'montserratbold';
}


@media screen and (max-width: 630px) {
	
.cycle-slideshow {
    width: 100%;
    position: relative;
    bottom: 148px;
    margin-bottom: -145px;
}
.greeting {
    text-align: left;
    z-index: 1009;
    position: relative;
    left: 40px;
    line-height: 45px;
    width: 50%;
    top: 30px;
}
	
	

}
@media screen and (max-width: 550px) {

.cycle-slideshow {
    width: 100%;
    position: relative;
    bottom: 175px;
    margin-bottom: -170px;
}
	
#buttons a h4 {
    color: #fff!important;
    border: solid 1px #2d81ff;
    background: #2d81ff;
    text-transform: uppercase;
    padding: 30px 0;
    width: 285px;
    float: left;
    margin: 0;
    text-align: center;
    border-radius: 9px;
}
	
	
}
@media screen and (max-width: 535px) {



.mid-section {
    width: 94%;
    padding: 10% 3%;
    background-image: url(../siteart/mid-bg.jpg);
    background-repeat: no-repeat;
    height: auto;
}

.mid-section-contact{
	width:94%;
    padding: 10% 3%;
    background-image: url(../siteart/mid-bg2.jpg);
    background-repeat: no-repeat;
    height: auto; 
	background-size: cover;
}
.mid-section-freight{
	width:94%;
    padding: 10% 3%;
    background-image: url(../siteart/mid-bg3.jpg);
    background-repeat: no-repeat;
    height: auto; 
	background-size: cover;
}


p {line-height: 30px;}



}
@media screen and (max-width: 443px){

#form input.button, #form input.button:focus {width: 100%;}

.CaptchaPanel {text-align: center !important;}

	
}
@media screen and (max-width: 412px){
		
.greeting {display: none!important;}	
	
.cycle-slideshow {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-bottom: 0px;
}
	
#buttons a h4 {
    padding: 30px 0;
    width: 235px;
}
	
	
}
@media screen and (max-width: 320px){
	
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

#navicon {
	float: right;
	font-size: 32px;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#fff;
}

#nav  {display:none;}

.wrapper{padding: 0 15px;}

h2 { font-size: 19px;}
h5{font-size:26px;}


}
@media screen and (max-width: 285px){

#buttons a h4 {
    color: #fff!important;
    border: solid 1px #2d81ff;
    background: #2d81ff;
    text-transform: uppercase;
    padding: 15px 0;
    width: 200px;
    float: left;
    margin: 0;
    text-align: center;
    border-radius: 9px;
}
#header-wrap {
    background: #424242;
    opacity: 1;
    position: relative;
    z-index: 143;
    height: 140px;
}
#logo {
    float: left;
    position: relative;
    z-index: 99;
    margin: 6% 0 0 1%;
}	
.column2-map {
    width: 85%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    right: 0;
    position: relative;
    left: 15px;
}
	
	
}
@media screen and (max-width: 260px){
	
#buttons a h4 {
    color: #fff!important;
    border: solid 1px #2d81ff;
    background: #2d81ff;
    text-transform: uppercase;
    padding: 15px 0;
    width: 150px;
    float: left;
    margin: 0;
    text-align: center;
    border-radius: 9px;
}
	

	
	
	
}
	
	
	
	