/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/

/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,600,700');
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Fira Sans', sans-serif;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both; height:0px; margin:0;}
.no-right {margin-right:0 !important;}
a:link {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
.semi {font-weight:600;}
.strong {font-weight:700;}
.red {color:#ed2e26;}
.white {color:#fff;}


h1 {
	font-size:40px;
	text-transform:uppercase;	
}

h2 {
	font-size:30px;	
}

h3 {
	font-size:26px;	
}

h4 {
	font-size:24px;	
}


p {
	font-size:20px;
	line-height:1.4;
}

a {
	color:#000;
}

a:hover {
	color:#333333;
}

.listings-wrapper .listing-boxed .listing-boxed-details h2 {
	font-weight:700;
	font-size:20px !important;	
}

.listing-boxed-description {
    font-size: 16px;
    line-height: 1.4;
}

/***** END RESET *****/

/***** FRAMEWORK *****/
header {
	position:relative;
	z-index:10;
	width:100%;
	background:#fff;
}
.site-width {
	max-width:1240px;
	padding:0 10px;	
	margin:0 auto;
}

.logo {
    float: left;
    max-width: 350px;
    width: 25%;
}

.logo img {
	max-width:100%;	
}

.header-contact {
    float: right;
    margin-top: 2%;
    text-align: right;
}

.header-contact i {
    font-size: 20px;
    margin-right: 12px;
}

.header-contact span {
	margin-bottom:10px;	
	font-size:18px;
	margin-right:10px;
}

.header-contact i, .header-contact span{
    display: inline-block;
}

/*********************************picturebuttons*********************************/

.request-button a{
	display:block;
	margin-bottom:15px;
	padding:51px 11px;
	width:300px;
	margin: 4px auto;
	float:right;
	font-family:'Fira Sans', sans-serif;
	color: #fff!important;
	text-transform:uppercase;
	text-decoration:none;
	text-align: center;
	font-size:22px;
	background:#ed2e26;
}

.request-button a:hover {
	background:#000;
	font-weight:700;
	color:#fff;
}


.picbuttons {
width:100%;
float:left;	
background:#000;
border-top:solid 5px #ed2e26;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/links-bg.jpg);
}

.onefourth {
width:25%;
float:left;	

}

.caption {
color:#fff;
width:70%;
float:left;
font-size:22px;	

}

.cap {
width:96%;
padding:0 2%;
float:left;
position:absolute;
bottom:20px;
}

.caption h3 {
font-size:32px;	
text-shadow:2px 2px 2px #000;
}

.arrow {
font-size:34px;
color:#f15a25;
width:30%;
float:left;
text-align:right;	

padding-top:10px;
}

.onefourth img {
opacity: 0.6;

  filter: alpha(opacity=50); /* For IE8 and earlier */	
}

.onefourth img:hover {
	opacity: 1;
}

.image-zoom-container {
	list-style: none;
	font-size: 0px;
	max-width:1220px;
	margin:0 auto;
	margin-top:-95px;
}
.zoom-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 32%;
	margin:6px 1%;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
	border:solid 3px #fff;
	z-index:9;
}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;

}
#zoom-one {margin-left:0;}
#zoom-three {margin-right:0;}

.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.zoom-container:hover img {
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
}
.zoom-container:hover .zoom-caption {
	background: none;
}



#main-content {
	padding:20px 0;	
}

#main-content h1 {
	margin-bottom:10px;	
}

#manu-container {
    padding-top: 15px;
    background: #fff;
    margin: 0 auto;
    padding: 10px;
	text-align:center;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#manu-container h2 {
	padding-bottom:10px;
	border-bottom:solid 4px #ed2e26;
	margin-bottom:20px;
	flex-basis:100%;
}

.manu-box {	flex-basis:9%;	box-sizing:border-box;text-align: center;}
.manu-box img {width:90%; margin: 0 auto; text-align: center}

.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.sub-image {
    height: 450px;
    display: block;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title {
    padding: 5px 0;
    position: absolute;
    z-index: 9;
    background: rgba(237, 46, 38, 0.7);
    text-align: center;
    bottom: 0;
    width: 100%;
}

.page-title h1 {
	color:#fff;	
}

.equipment-box-white, .equipment-box-gray {
	padding:20px 10px;
	width:100%;	
	margin:10px 0;
	border:solid 1px #D4D4D4;
	box-sizing:border-box;
}

.form-box-white {
	padding:20px 10px;
	width:100%;	
	margin:10px 0;
	border:solid 1px #D4D4D4;
	box-sizing:border-box;
}


.equipment-box-white img {
	width:100%;
}

.box-half-contain {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.box-half {
    text-align: left ;
    width: 48%;
    display: block;
    float: left;
    margin: 0 1%;
	margin-left: 1.6%;
    padding: 5px 0px;
}

.equipment-box-gray {
	background:#EFEFEF;	
}
a.home-button {
	background:#ed2e26;
	color:#fff;
	margin:10px 0 20px;
	text-transform:uppercase;
	font-weight:600;
	display:inline-block;
	padding:15px  60px;
	
}

.home-alert {
	text-align:center;
	background:#ed2e26;
	padding:20px;
}

.home-financing {
	text-align:center;
	background:#000;
	padding:20px;
}

.home-alert a, .home-financing a {
	font-size:38px;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
}

.other-alert {
	text-align:center;
	background:#252525;
	padding:20px;
}

.other-alert a {
	font-size:38px;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
}
.rental-buttons {
	margin:20px 0;	
	position:relative;
	display:block;
}
a.rental-button {
    width: 48%;
    margin: 0 1%;
    float: left;
    text-align: center;
    background: #ed2e26;
    padding: 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

p.equip-button {
	background:#ed2e26;
	color:#fff;
	margin-top:20px;
	display:inline-block;
	padding:10px  40px;
}
.finance-apps {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;	
}
.finance-apps a {
    background: #ed2e26;
    color: #fff;
    margin: 20px 0;
    padding: 15px 10px;
    width: 30%;
    text-align: center;
	font-weight:600;
}

.equip-desc h4, .equip-desc h3 {
	margin-bottom:10px;	
}
.equip-tabs {
	width:100%;
}

.equip-tabs-half {
	width:48%;
	margin:0 auto;
	float:left;
}

.equip-tabs ul {margin:0 auto; padding:0; max-width:1040px; display:flex; flex-direction:row;}
.equip-tabs ul li {flex:1 0 auto; padding:20px 0; text-align:center;}
.equip-tabs-button {
    text-decoration: none;
    background: #ed2e26;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
	}
	
.equip-tabs-button a {
	color: #fff;
}
	
.equip-tabs li a {
	color:#ed2e26;
}




.staff-desc h4, .staff-desc h3 {
	margin-bottom:10px;	
}

.staff-desc a {
	background:#ed2e26;
	color:#fff;
	margin-top:20px;
	display:inline-block;
	padding:10px  40px;
}
.staff-desc h4 {font-size:19px; font-weight:400;}

.staff-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 20px;
}
.staff-desc {
    text-align: center;
    box-sizing: border-box;
    flex: 1 0 auto;
    border: solid 1px #eee;
    padding: 10px;
	box-sizing: border-box;
	flex-basis: 30%;
	flex-grow:1;
}

.staff-desc.manager-box {
    flex-basis: 100%;
}
.half {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}


.model-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.modelBox {
    flex-basis: 48%;
    text-align: center;
    padding: 10px;
    margin: 10px 1%;
    background: #fff;
    box-sizing: border-box;
}

.equipment-box-gray ul li {
    text-indent: 5px;
    list-style: inside;
	margin:5px 0;
}

.equip-desc {
    float: left;
    width: 70%;
}
.equip-img {
    float: right;
    width: 30%;
    text-align: center;
}

.equip-img img {
    max-width: 100%;
}


.equip-desc li {
    list-style: disc;
    margin-left: 20px;
    line-height: 1.3;
}

.google-maps {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-contain {
	max-width:1040px;
	padding:0 10px;
	margin:20px auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;	
}

.contact-map {
	flex:4 0;
}

.contact-info {
	flex:1 0;
    border: solid 1px #efefef;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-right: 2%;
}

.contact-form h2 {
	font-size:20px;	
	margin-bottom:5px;
}



.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.form-half {
    text-align: left ;
    width: 48%;
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
	margin-left: 1.6%;
    padding: 5px 0px;
}

.form-full {
    text-align: left ;
    width: 98%;
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
	margin-left: 1.6%;
    padding: 5px 0px;
}

.form-half select, .form-full select {
    width: 100%;
    padding: 6px 5px;
    border: 1px solid #DBDBDB;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
}


.form-half input, .form-full input {
    width: 100%;
    padding: 6px 5px;
    border: 1px solid #DBDBDB;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
	margin: 5px 0;
}

input[type=checkbox],
input[type=radio]{ 
	width: 20px;
}

input[type=checkbox],
input[type=radio]{ 
	margin-left:15px;
}


/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}





/* SHOWROOM */
.inventory_Background {
	background: url(../siteart/slides/skytrack-slide-10054.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.showroom_Gehl {
	background: url(../siteart/parts-banner/GEHL/gehl.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.showroom_Genie {
	background: url(../siteart/parts-banner/GENIE/genie_telehandler.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.showroom_Skyjack {
	background: url(../siteart/parts-banner/SKYJACK/skyjack.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.showroom_JLG {
	background: url(../siteart/parts-banner/SKYJACK/skyjack.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.showroom_Snorkel {
	background: url(../siteart/parts-banner/snorkel/snorkel.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.showroom_Mec {
	background: url(../siteart/parts-banner/MEC/mec.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.showroom_Pettibone {
	background: url(../siteart/parts-banner/pettibone/pettibone.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.xseries_Pettibone {
	display: none;
	margin:10px 0;
}

.xseries-image {
    text-align: center;
	max-width:600px;
	margin:0 auto;
}

.xseries-image img {
	width:100%;	
}


.showroom_Nifty {
	background: url(../siteart/parts-banner/nifty/nifty.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.showroom_Toro {
	background: url(../siteart/parts-banner/toro/toro.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
/***** FOOTER *****/

#quick-links {
	background:#000;
	padding:20px 0;	
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/links-bg.jpg);
}

.quick-contain {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 10px;
}

.quick-contain h4 {
	margin-bottom:10px;	
}
.quick-contain a, .quick-contain p {
	color:#fff;
	font-size:16px;
	line-height:1.2;
}
.quick-contain a:hover {
	color: #949494;	
}
.red-button {
	display:block;
	margin-bottom:15px;
	padding:12px 0;
	width:300px;
	margin: 0 auto;
	float:none;
	font-family:'Fira Sans', sans-serif;
	color: #fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	background:#ed2e26;
	border: 1px solid #fff;
	cursor:pointer;
	-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;	
}

.red-button:hover {
	background:#000;
	border:1px solid #ccc;
	font-weight:700;
	color:#fff;
}

.fourth {
	width:20%;
	margin-right:1%;
	float:left;
}

.third {
	width:32%;
	margin-right:1%;
	float:left;
}

.quick-logo {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.quick-logo img {
	display:inline-block!important;
}

.quick-contain .half {width:59%;}

.half .half {
	width: 49% !important;
}
.full {width:100%;}

footer {
	background:#000;
	padding:10px 0;	
}


footer h4 {color:#fff; font-size:17px;}
footer a {color:#fff;}
.left-foot {
	float:left;	
	display: flex;
	gap: 30px;
}
.right-foot {
	float:right;	
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;
	font-family: 'Fira Sans', sans-serif;
	font-size:13px;
	color:#Fff;
}


a.footerlink:hover {
	text-decoration:none; 
	font-family: 'Fira Sans', sans-serif;
	font-size:13px;
}

.footertext{
	font-family: 'Fira Sans', sans-serif;
	font-size:13px; 
	color:#fff;
}

.smallfootertext{
	font-family: 'Fira Sans', sans-serif;
	font-size:13px; 
	color:#fff;
}

.divfooter {
	text-align:left; 
	margin:0 auto;
}
.contact-mobile {display:none;}
.main-content-image {
	float:right;
	max-width:300px;	
}

.foot-title {    font-size: 24px !important; margin-bottom: 20px;}

/*  JOB SITE ============================================================================= */
.jobsite {
	text-align: left !important;
}
.jobsite_marginbottom {
	margin-bottom: 20px !important;
}
img.thumb {
	width: 23.72%;
	height: 175px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border: 3px solid #000;
	display: inline-block;
	margin: 5px 5px 5px 0px;
	float: left;
}

a.fancybox {
	display: inline !important;
}



/*  WARRANTY  ============================================================================= */
.warranty {
	padding: 50px 0px !important;
}
	.warranty h1 {
		font-family: 'Lato', sans-serif;
font-weight:900;
		font-size: 20px;
		text-align: left !important;
		color: #000;
		line-height: 150%;
		margin-bottom: 5px;
	}
	.warranty p {
		text-align: left !important;
		color: #000;
		line-height: 150%;
	}
	.warranty_marginBottom {
		margin-bottom: 20px !important;
	}


.warrantyBox {
	position: relative;	
}
	.warrantyBox img {
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		width: 100%;
		height: auto;
	}
	.warrantyBox a {
	    display: inline-block !important;
	    width: 100% !important;
	    height: 100% !important;
	    line-height: 0 !important;
	    font-size: 0 !important;
	    color: transparent !important;
	    text-decoration: none !important;
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	}
	
	
	
/*HVR DROP DOWN*/
.hvrDropdown {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.hvrDropdown:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.dropdownContainer { /*the box that contains the icon that will drop down*/
	height: 100%;
	width: 270px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dropdownContainer:active {background: black; top: 2px;}
.dropdownContainer:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.dropdownContainer:active:before {color: #703b87;}

.hiddenDropdown:before {left: 0; top: -200%;}
.hiddenDropdown:hover:before {top: 0;}
.icon-remove:before {
	text-align: center;
	content: "";
	color: white;
	background: url(../siteart/download.png);
	background-size: cover;
	background-position: center;
}



/*WARRANTY*/
.warranty_Background {
	background: url(../siteart/subpage_banner/warranty.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

	/*SUB PAGES*/
	.bannerTitle {
	    width: 100%;
	    box-sizing: border-box;
	}
	.bannerTitle_Main h1 {
		text-align: center !important;
	}
	.bannerTitle_Sub h2 {
		text-align: center !important;
	}
	
		
	/*SUB PAGES*/
	.subpage_Banner {
	    height: 300px;
	}	
	.bannerTitle {
	    width: 100%;
	    box-sizing: border-box;
	}
	.bannerTitle_Main h1 {
		text-align: center !important;
		font-size: 16px;
	}
	.bannerTitle_Sub h2 {
		text-align: center !important;
		font-size: 16px;
	}
	.subpage_Banner {
	    height: 245px;
	}	
	.inner {
	width: 90%;
	height: auto;
	max-width: 1200px;
	margin:0 auto;
	float:none;
}

.warranty_border {
	padding: 20px 10px !important;
    border: solid 1px #D4D4D4;
    box-sizing: border-box;
}

/***** RESPONSIVE STYLES *****/

@media only screen and (max-width: 1130px){
	.request-button a{width:260px;}
}

@media only screen and (max-width: 995px){
	.request-button a{width:184px;}
}

@media only screen and (max-width: 900px) {
	.equip-tabs-half {
		width:100%;
		padding:5px 0;
	}
	
	footer .site-width {
	display: flex;
		justify-content: space-between;
	}.staff-desc{flex-basis: 45%;}
	
	
}

@media only screen and (min-width:768px) and (max-width: 1000px) {
.header-contact i, .header-contact h3 {
	font-size:16px;	
}
.caption {
    font-size: 18px;
}
.caption h3 {
    font-size: 24px;
}
	
}

@media only screen and (max-width: 767px) {
.main-content-image {display:none;}
.header-contact {display:none;}
.contact-mobile {display:block;}

.contact-mobile i {
    font-size: 18px;
    margin-right: 10px;
}

.contact-mobile h3 {
	margin-bottom:10px;	
	font-size:18px;
	margin-right:10px;
}

	
.contact-mobile i, .contact-mobile h3 {
    display: inline-block;
}
	.contact-mobile .left-foot{float: none; text-align: center}
	.contact-mobile .right-foot{float: none; text-align: center}

a.rental-button {width:100%; margin:10px 0;}

.logo {
    float: none;
    max-width: 350px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
	
.header-contact {
    float: none;
    text-align: center;
	margin-top:0;
}	
.image-zoom-container {
	margin-top:0;	
}

#main-content {text-align:center;}

.manu-box {flex-basis:30%;}
.quick-contain {flex-wrap:wrap;}
.third, .fourth, .quick-contain .half, .half .half {
    width: 100% !important;
	float:none;
    text-align: center;
    margin: 10px 0;
}
footer {padding-bottom:35%;}
.divfooter {text-align:center;}


.equip-desc {
	float:none;
	width:100%;
	text-align:center;	
}

.equip-img {
    display: none;
    width: 100%;
    text-align: center;
}



.equip-tabs ul {
	flex-wrap:wrap;	
}

.equip-tabs ul li {
    flex: 1 0 14%;
    padding: 20px 0;
    text-align: center;
}

.contact-info {
	flex-basis:100%;
	margin-bottom:10px;	
}

.zoom-container  {
	width:48%;
	margin:10px 1%;
}	

#zoom-three, #zoom-one {margin:10px 1%;}

.caption {width:100%;}
.sub-image {height:280px;}	

img.thumb {
	width: 45.72%;
	height:140px;
}
	
	footer .site-width {
		flex-wrap: wrap;
		gap: 10px;
	}

	.left-foot,.right-foot {
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 767px) {
.request-button a{float:none;padding: 11px 11px; font-size:20px;}
}

@media only screen and (max-width: 600px) {
.form-half {
	width:100%;
	margin: 0 1.6%;
}
.equip-tabs ul li {
    flex: 1 0 25%;
    padding: 20px 0;
    text-align: center;
}

.zoom-container {width:100%; border-bottom:solid 2px #fff;}
.left-foot, .right-foot {
    float: none;
    flex-basis: 100%;
    text-align: center;
    margin: 0;
}
	.left-foot,footer .site-width {
		flex-wrap: wrap;
		gap: 15px;
	}
	
	.left-foot .white,.staff-desc,.staff-desc.manager-box {
		flex-basis: 100%;
	}
	

}






