@charset "utf-8";
/* CSS Document */

a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
}
* { outline: none; }
body { overflow-x:hidden; }

::-webkit-scrollbar-track, ::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #eee;
}
::-webkit-scrollbar {
	width: 10px;
	background-color: #eee;
}
::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.25); }

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */
.img-responsive {
    display: block !important;
    max-width: 100% !important;
    height: auto;
}

.topanchor1 {width: 45% !important;}
.topanchor2 {width: 30% !important;}

.topanchor2:hover {cursor: auto !important;}

/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */
.inven #wide_col { float: left; }
.hosted-content .columns.small-12 {
    width: 25%;
    float: left;
    padding: 0;
}
.attachment-search { width: 100% !important; }

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
.at-share-btn-elements{
	padding-bottom:10px !important;
}
.listings-wrapper .listing-smallcard .listing-smallcard-title{
	min-height:0 !important;
}
h1{font-size:2em;margin:0}
.listings-wrapper .listing-smallcard .listing-card-pricing .listing-prices {
     margin-bottom: 0px; 
}
.hosted-content img {
	vertical-align: baseline!important;
}
.hosted-content .pagination>.drop-down-form select, .hosted-content .pagination-blog>select {
    width: 60px;
}
/* =============================================================================
 new inventory resets                                                       
============================================================================= */
.top .small-12.medium-4.large-4.column, .top .small-12.medium-8.large-8.column.text-right, .top .small-12.medium-12.large-12.column, .footer .small-12.medium-6.large-4.column, .footer .small-12.medium-12.large-4.column,  .small-12.medium-12.large-12.column .column,  .small-12.medium-12.large-12.column, .column, .columns{box-sizing: border-box;}

/*.info-bar a[href^="tel:"], .footer a[href^="tel:"]  {
    color: #fff !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, .rent-title, .list-content .list-listing-mobile .price-container .price{color:#09539b !important;}
.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,  .list-content .list-listing-mobile .view-listing-details-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content .detail-additional-data .data-row .data-label, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder input {background-color:#09539b !important;}

.faceted-search-content .selected-facets-container .selected-facet:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .list-content .list-listing-mobile .view-listing-details-link:hover, .detail-content .detail-main-body .main-detail-data .offer-btn:hover, .detail-content .detail-main-body .main-detail-data .buy-btn:hover {background-color: #212121 !important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label {
    font-size: 12px;
    line-height: 1;
}
/* =============================================================================
   Typeography                                                              
============================================================================= */

h1, h3{
	font-family: 'Open Sans', ;
}
h2, h4, h5, h6, p, a, li{
	font-family: 'Montserrat', ;
}
h1{
  color: rgb(9, 83, 155);
}

h2{
  font-size: 20px;
  font-family: 'Open Sans', ;
  color: rgb(9, 83, 155);
  font-weight: bold;
  line-height: 1.5;
}
/* =============================================================================
   Header                                                              
============================================================================= */
.top{
	text-transform: uppercase;
	padding:10px 0;
}
.top .logo{
	max-height: 130px;
}
.top a.phone-number{
	color:#09539b;
	font-size: 20px;
	font-weight: 700;
	padding-right: 10px;
}
.top a.location{
	background-color:#09539b;
	color:white;
	padding:5px;
	font-size: 15px;
}
.bale-wrap-banner{ 
	background-color:#09539b;
	border:2px solid yellow;
	text-align: center;
}
.bale-wrap-banner .baletext{
	text-transform: uppercase;
	font-weight: 600;
	color:white;
	padding:5px;
	font-size: 17px;
	margin-bottom: 0px;
}
.top a.location:hover, a .bale-wrap-banner:hover{background-color:#222;}
.top .icon{
	max-height: 20px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Open Sans', ;
}


/* =============================================================================
   Search - header                                                           
============================================================================= */

.searchBar {
	display: block;
	width: 100%;
}

.searchBar input[type=text] {
	height: 2em;
	padding: 0 5px;
	font-size: 14px;
}
.searchBar input.head-search-button {
	height: auto;
	position:relative;
	width:100%;
	background-color:#09539b;
	color: white;
	text-transform:uppercase;
	font-family: 'Open Sans', ;
	font-size:14px;
	padding:5px 10px;
	border:none;
}
.searchBar input.head-search-button:hover {
	background-color:#222;
}

header {
	display: table;
	width: 100%;
	padding: 0px;
	background-color:#f5f5f5;
	border-top: thin solid #c1c1c1;
	border-bottom: thin solid #c1c1c1;
}

/* Menu Main */
.menu-main-container ul {
	margin: 0;
	padding:0;
	list-style: none;
	text-align: center;
}
.mobile-nav ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#menu-main a {
	display:block; 
	padding: 0.8em 0.8em;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	color:#333;
}
#menu-main a:hover {
	background-color:#e4e3e3;
}
#menu-main li {
	position: relative;
	display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 9999999;
	left: -99999em;
	background: black;
	text-align: left;
}
#menu-main li ul li { display:block; }
#menu-main ul li a:hover { color: #333; }
#menu-main > li:hover > ul {
	left: auto;
	min-width: 100%;
}
#menu-main > li li:hover > ul { 
	left: 100%;
	margin-left: 1px;
	top: -1px;
}

/* Dropdown Arrow */
/*#menu-main li > a:after {
	content: ' ';
    background: url(../siteart/down.png) no-repeat 80% 50% / 8px;
    top: 0;
    position: absolute;
    width: 15px;
    height: 100%;
}
#menu-main li > a:hover:after { background: url(../siteart/down.png) no-repeat 80% 50% / 8px; }
#menu-main li > a:only-child:after { content: none; }
*/

	/* Mobile Menu Toggle */
	.off-canvas-container { position: relative;	}
	.off-canvas-inner {
	    position: relative;
		width: 100%;
		display: block;
		overflow:hidden;
	}
	.off_canvas {
		position: relative;
		height: 100vh;
		max-height: 100%;
		background: #222;
		position: fixed;
		overflow-x:hidden;
		top: 0;
    	z-index: 1;
	}
	.off_canvas_content.is_open, .off_canvas_content.open_right.is_open {
		filter: blur(3px);
		position:fixed;
		width: 100%;
	}
	.off_canvas_content.is_open { transform: translateX(300px); }
	.off_canvas_content.open_right.is_open { transform: translateX(-250px); }
	.position_left, .position_right {
		width: 300px;
		overflow-y: auto;
	}
	.position_left {
		transform: translateX(-300px);
		left: 0	
	}
	.position_right {
		transform: translateX(300px);
		right: 0;	
	}
	.position_left.is_open, .position_right.is_open {
		transform: translateX(0px);
		z-index: 999999;
		-webkit-box-shadow: 2px 0 20px -4px #222;
        box-shadow: 2px 0 20px -4px #222;
	}
	.off_canvas_content, .off_canvas_content.is_open, .position_left, .position_left.is_open, #off_canvas_cover.is_open, #off_canvas_cover, .position_right.is_open, .position_right  {
		-webkit-transition: all 0.75s ease;
		-moz-transition: all 0.75s ease;
		-o-transition: all 0.75s ease;
		transition: all 0.75s ease;		
	}
		/* Close Btn */
		.close {
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 12px;
			top: 15px;
			display: block;		
		}
		.close:hover {
			cursor:pointer;
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
		}
		#off_canvas_cover, #off_canvas_cover.is_open { transform: rotate(0); }
		#off_canvas_cover {
			visibility:hidden;
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index:-1;
			background: rgba(255,255,255,.65);
			opacity: 0;
		}
		#off_canvas_cover.is_open {
			opacity: 1;
			visibility:visible;
			z-index:9999;
		}

  	/* Mobile Menu */
	.off_canvas header {
		background: transparent;
		padding: 0px;
		position: relative;		
		top: 0;
	}
	.off_canvas h2 {
		color: #fff;
		text-align:left;
		font-size: 1.5em;
		margin: 10px 15px;		
	}
	.mobile.button { display: none;	}
	.mobile-nav #mobile-menu-main { border-top: 1px solid #333; }
	.mobile-nav #mobile-menu-main li {
		width: 100%;
		position: relative;
	}
	.mobile-nav #mobile-menu-main li a:hover { color: #fff; }
	.mobile-nav #mobile-menu-main a {
		width: 100%;
		color: #818181;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 14px;
		border-bottom: 1px solid #333;
	}

	/* Mobile Sub-Menu */
	.mobile-nav #mobile-menu-main ul {
		position: relative;
		z-index: initial;
		left: 0;
		background: transparent;
		text-align: left;
		width: 100%;
		padding: 0px;
		display:none;
	}
	.mobile-nav ul li ul li a { padding: 10px 0; }
	.mobile-nav ul li a:hover { color: #fff !important; }
	
	/* First Dropdown */
	.mobile-nav #mobile-menu-main > li li:hover > ul {
		left: 0px;
	}
	/* Second Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu li a {
		margin: 0 0 0 5%;
	}
	/* Third Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 10%;
	}
	/* Fourth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 15%;
	}
	/* Fifth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 20%;
	}

	/* Mobile Btn */
	.mobile-nav li button.mobile_btn {
		height: 45px;
		width: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background: #333;
		display: inline-block;
		border-radius: 3px 0 0 3px;
		border:none;
	}
	.mobile-nav li button.mobile_btn:hover { cursor: pointer }
	.mobile-nav button.mobile_btn::after {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		background: url(../siteart/mobile_arrow.png) no-repeat center center / 10px;
		width: 100%;
		height: 100%;
	}
	.mobile-nav li button.mobile_btn.active { background: #666; }
	.mobile-nav li button.mobile_btn.active::after, .close:hover {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

/* =============================================================================
   SLIDER                                                              
============================================================================= */

.slide-contain {
	width:100%;
	float:left;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left;}

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#D30003; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#001f66;}
.pager > * { cursor:pointer;}
.heroslide{
	height: 740px;
	overflow: hidden
}
.heroimg{
	height: 740px!important;
	display: flex!important;
	justify-content: flex-end;
	overflow: hidden
}
.herotext {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
	padding-left: 5px;
    text-transform: uppercase;
}
.heroslide .slick-slide img{
	max-height: 98px!important;
}
.herotextoverlay {
    position: absolute;
    border-bottom: solid 0px #09539b;

    height: 705px;
    width: 25%;
    z-index: 10;
    top: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.heroslide.slick-initialized.slick-slider.slick-dotted {
    background: url("/siteart/slider/hay-blue-bkgd.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    border-bottom: solid 22px #09539b;
	background-color: black;
}

.herotextoverlayleft {
    background: url(/siteart/blue-border.png);
    background-size: cover;
    width: 100%;
    height: 92px;
    position: relative;
    z-index: 10;
    top: -740px;
    background-position: bottom;
}
.flexbox{
	display: flex;
	align-items: center;
}
/* parallax ends */

/* =============================================================================
   CTA                                                              
============================================================================= */
#featSlider { 
	position:relative;
	display: block; 
	width: 100%; 
	height: 250px; 
	overflow:hidden; 
	background: #024370;
}
#featSlider ul { display: table; width: 110%; list-style:none; margin: 0;max-width: 110%; }
#featSlider ul li {
	height: 400px;
	margin: 0px;
	padding: 0px;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
	position:relative;
	top: -7vh;
	overflow:hidden;
	margin-right: 8px;
}
#featSlider ul li:first-child {
    margin-left: -80px;
}
#featSlider ul li a .text section, #featSlider ul li div:first-child {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
#featSlider ul li div:first-child {
	width: 130%;
    position: absolute;
    display: table;
    height: 100%;
	left:-35px;
}
#featSlider ul li a:hover div:first-child {
	-webkit-transform: rotate(-15deg) scale(1.1);
	-moz-transform: rotate(-15deg) scale(1.1);
	-ms-transform: rotate(-15deg) scale(1.1);
	-o-transform: rotate(-15deg) scale(1.1);
	transform: rotate(-15deg) scale(1.1);
}
#featSlider ul li:last-child div:first-child { width: 100%;}
#featSlider ul li #ag { background:url(../siteart/ag-equip.jpg) no-repeat 50% 50% / cover; background-color: black;}
#featSlider ul li #construction { background: url("../siteart/construction.jpg") no-repeat 50% 50% / cover; background-color: black;}
#featSlider ul li #service { background: url(../siteart/services.jpg) no-repeat 50% 50% / cover; background-color: black;}
#featSlider ul li #video { background: url(../siteart/videos.jpg) no-repeat 50% 50% / cover; background-color: black;}


#featSlider ul li a .text {
	width: 100%;
	background: rgba(0,0,0,.25);
	position: absolute;
	top: 0;
	height: 100%;
	display: table;
}
#featSlider ul li a .angletext{
	font-family: 'Open Sans', ;
	width: 85%; 
	margin: 0px 0px 0 12px;
	color: #FFF; 
	text-shadow: 2px 2px 2px #000;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
}
#featSlider ul li a .text .angletext2 { 
	border-top: 3px solid #feda00; 
	width: 85%; 
	margin: 0px 0px 0 12px;
	color: #FFF; 
	text-shadow: 2px 2px 2px #000;
	font-weight: 500;
}
#featSlider ul li a:hover .text { background: rgba(0,0,0,.6) }
#featSlider ul li:first-child a .text section { padding-left: 100px }
#featSlider ul li a .text section {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#featSlider ul li a, #featSlider ul li a:visited { color: #fff; }
#featSlider ul li a:hover, #featSlider ul li a:focus { color: #fff; }
#featSlider ul li a:hover .text p { 
	color: rgba(255,255,255,1);
	padding-top: 5px;
}
#featSlider ul li:last-child a .text section {
    position: relative;
    padding-right: 110px;
}

@media only screen and (max-width: 1500px) { 	
	#featSlider ul li:first-child a .text section { padding-left: 85px }
	#featSlider ul li:last-child a .text section { padding-right: 85px; }
}

@media only screen and (max-width: 1250px) { 

	#featSlider ul li h3 { font-size: 1.5em; }
	#featSlider ul li:last-child a .text section { padding-right: 50px; }
	#featSlider ul li:last-child div:first-child { width: 145%; }
}

@media only screen and (max-width: 800px) {

#featSlider ul li, #featSlider ul li a .text, #featSlider ul li a .text section, #featSlider ul li a div:first-child {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);		
	}
	#featSlider ul li a:hover div:first-child {
		-webkit-transform: rotate(0deg) scale(1.1);
		-moz-transform: rotate(0deg) scale(1.1);
		-ms-transform: rotate(0deg) scale(1.1);
		-o-transform: rotate(0deg) scale(1.1);
		transform: rotate(0deg) scale(1.1);			
	}
	#featSlider ul { width: 100%; max-width: 100%; }
	#featSlider ul li { height: 40vh; top: 0; margin: 0; }
	#featSlider ul li:first-child { margin: 0; }
	#featSlider ul li:first-child a .text section, #featSlider ul li:last-child a .text section { padding: 0 }
	#featSlider { height: auto; display: table; overflow: visible; }
	#featSlider ul li {height: 200px; width: 50%;}
	#featSlider ul li a .angletext, #featSlider ul li a .text .angletext2{margin-left: auto; margin-right: auto; display: block;}
}

@media only screen and (max-width: 425px) {
	#featSlider ul li {height: 150px; width: 100%;}
}


/* =============================================================================
   Body                                                            
============================================================================= */

.homepage .main-shape{
	background-image: url("../siteart/main-blue-shape.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.homepage .main-shape .row{padding-top: 0;}
.homepage .main-shape .main-pngs{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top:10px;
}
.center-up{padding-top:100px; padding-bottom:20px;}
.blue-decoration{
	width: 100%;
}

.row.signup {
text-align: center;
/* width: 100%; */
	max-width: 100% !important;
	width:100%;
	padding-bottom: 21px;
}

.row.signup button{    background-color: rgb(9, 83, 155);
    color: white;
    font-size: 19px;
    padding: 13px;
margin-bottom: 25px;
cursor: pointer !important;}

.row.signup .signup-wrap a{}


.row.signup .signupheader{
	background-color: #09539b;
    color: white;
    text-transform: uppercase;
    padding: 9px;
    margin-bottom:16px;
	font-size:20px;
}

.signup-wrap {    
	    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;}

/* =============================================================================
   Form                                                              
============================================================================= */
.column.text-center.form-space.black-area{
	padding-bottom: 10px;
}
.column.text-center.form-space.black-area p.form-label{
    background-color: #09539b;
    color: white;
    text-transform: uppercase;
    padding: 5px;
    margin: 0px !important;
}
.CaptchaPanel {
	margin: 0 !important;
	padding: 0px !important;
}
.CaptchaMessagePanel {
	padding: 0 !important;
	font-size: 14px;
}
.CaptchaImagePanel {
	padding: 0 !important;
}
.CaptchaWhatsThisPanel a {
	background-color: rgba(255,255,255,0.00);
	padding: 0px;
	color:black;
	background-image: none !important;
}
.CaptchaWhatsThisPanel a:hover {
	background-color: rgba(0,0,0,0.00);
	text-decoration: underline;
}
.formss [type=submit], .formss [type=reset] {
	background: #09539b;
	padding: 7px 10px;
	font-size: 15px;
	border: none !important;
	color: white;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.formss [type=submit]:hover, .formss [type=reset]:hover {
	background: #222;
}
/* =============================================================================
   Manufacture brand slider                                                          
============================================================================= */
.brandsSlider {
    padding: 10px 0px;
	border-top: thin solid #c1c1c1;
    border-bottom: thin solid #c1c1c1;
}
.slick-slide img {
    display: block;
    max-height: 60px;
}
/* =============================================================================
   Footer                                                              
============================================================================= */
.map-responsive{
    overflow:hidden;
    padding-bottom:300px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.footer{
	padding:10px 0;
	background-color: #fff;
	border-top:solid 1px #eee;
}
.footer a {
	color: black;
}
.footer a:hover {
	color: #09539b;
}
.footer h6 {
	font-weight: 600;
	font-size: 16px;
	color:#09539b;
	text-transform: uppercase;
}

.footer .footheader {
	font-weight: 600;
	font-size: 16px;
	color:#09539b;
	text-transform: uppercase;
}


.footer ul {
	font-size: 12px;
	line-height: 1.8;
	list-style-type: none;
	margin-left: none !important;
}
.footer ol, .footer ul {
	margin-left: 0;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:13px;}
a.footerlink:hover {text-decoration:none; font-size:13px;}

.footertext{font-size:13px;}

.smallfootertext{ display: none;}

.divfooter { text-align:right; margin:0 auto;}
.footer .logo{
	margin-left: auto; 
	max-width: 200px;
	display: block;
    padding: 10px 0;
}






/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1450px) {
.topanchor1 {width: 58% !important;}
.topanchor2 {width: 40% !important;}
	.heroimg {background-position: right !important;}
.herotextoverlay {
    position: absolute;
/*    background: #062d53;*/
    height: 715px;
    width: 25%;
    z-index: 10;
    box-sizing: border-box;
   top: 258px;
    display: flex;
	border-bottom: none;
	padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}}



@media only screen and (max-width: 1200px) {
	.main-shape .small-12{width: 100%;}
	.main-shape {
    background-size: contain;
}
	.main-shape .main-pngs {
    max-width: 275px;
    padding-top: 0px;
}
	.center-up {
    padding: 0px 15%;
}
	
}



@media only screen and (max-width: 1024px) {
	
.divfooter { text-align:center;}
.footer .logo{margin-right: auto;}
.herotextoverlay {
    background: #09539be6;
    height: 200px;
    width: 100%;
    display: flex
;    padding: 20px;
	
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    clip-path: none;
    align-content: center;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    margin-bottom: 0px;
    top: -0px;
    left: 0%;
}	
	.herotextoverlayleft {
		display: none!important;
	}
	.heroimg{
		height: 380px!important;
		background-position: center !important;
	}	
	.heroslide{
			height: 380px!important;	
	}
}
@media only screen and (max-width: 900px) {
	
	.topanchor1 {width: 100% !important; display: block !important;}
.topanchor2 {width: 100% !important; display: flex!important; flex-wrap: wrap;}

	.off_canvas { display: block; }
	.mobile.button {
		display: block;
		background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;
		height: 45px;
		width: 45px;
		position:relative;
		color: transparent !important;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.menu-main-container { display: none; }

    .slider-pagi  {width: 45% !important; bottom:0 !important;}
}

@media only screen and (max-width: 735px) {
	.top a.phone-number {
    padding-right: 0px;
    display: block;
}
	    .herotext {
        font-size: 20px;
        padding-top: 20px;
    }
	.heroslide .slick-slide img{
	max-height: 48px!important;
}.heroslide {
        height: 360px !important;
    }
	.herotextoverlayleft{
		top: -533px;
	}
	    .heroimg {
        height: 360px !important;
			background-size: contain!important;
    }
	    .herotextoverlay {
        background: #09539be6;
        height: auto;
        width: 100%;
        display: flex
;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        clip-path: none;
        align-content: center;
        box-sizing: border-box;
        padding-left: 0px;
        position: relative;
        margin-bottom: 0px;
        padding-bottom: 20px;
        top: 0px;
        left: 0%;
    }
	.top .logo{min-width: 230px;}
	.bhLink{margin-left: auto; margin-right: auto; display: block;}
}

@media only screen and (max-width: 640px) {
	.top a.phone-number {display: inline-block;padding-right: 10px;}
	.top .logo{margin-left: auto; margin-right: auto; display: block;}
	.top .float-right {float: none; margin-left: auto; margin-right: auto; text-align: center;}
	.flexbox{
	flex-wrap: wrap;
}


@media only screen and (max-width: 900px) {
	.row.signup {padding-bottom:30px;}
	.row.signup .small-12.medium-5.large-5.column {margin-top:40px;}
	.signup-wrap {    
	width: 100%;
    margin: 0 auto;}
}

}
@media only screen and (max-width: 470px) {
	.slider-pagi  {width:50% !important; bottom:0 !important;}
	.top a.phone-number {display: block;padding-right: 0px; text-align: center;}
	.top a.location {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
	.top .small-12 .searchBar .small-6{width:100%;}
	
}
@media only screen and (max-width: 330px) {
	
	.footer .small-6{width: 100%; text-align: center;}
	
}