﻿@font-face {
    font-family: 'icon-worksregular';
    src:url(../fonts/icon-works-webfont.eot);
    src: url(../fonts/icon-works-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/icon-works-webfont.woff) format('woff'),
         url(../fonts/icon-works-webfont.ttf) format('truetype'),
         url(../fonts/icon-works-webfont.svg#icon-worksregular) format('svg');
    font-weight: normal;
    font-style: normal;

} 
/***** BEGIN RESET *****/
html {scroll-behavior: smooth;}
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

/****************************************/


@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration:none;
	color:#DC4405;
}

a:hover {
	color:#000;
}

p {
	font-size:18px;
	line-height:26px;
}

h1 {
	font-size:32px;
	color:#DC4405;
	font-weight:800;
}

h6 {
	font-family:'roboto_condensedbold', Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
}

body {
	-webkit-text-size-adjust: none;
	font-family:'roboto_condensedregular', Helvetica, Arial, sans-serif;
	letter-spacing:0.3px;
	background:url(../siteart/brillant.png) repeat;
	width: 100%;
	overflow-x:hidden;
}

.mailer-graphic {padding-top:15px; display: flex; justify-content: center!important; align-items: center!important; margin:0 auto; max-width: 100%; width: 90%;}


.pad{padding: 20px 0;} .l-pad{padding: 40px 0;} .xl-pad{padding: 75px 0;}

.wrap {
	max-width:1300px;
	margin:0 auto;
	width:96%;
}

#wrapper{margin: 0 auto; text-align: left; width: 90%; padding: 50px 50px !important;}


header {
	width:100%;
	font-size:18px;
}

header i {
	color:#DC4405;
}
header .wrap{display: flex; align-items: center; max-width: 1500px;}
#topleft {
	width:40%;
	font-family:'roboto_condensedbold', Helvetica, Arial, sans-serif;
	text-align: left !important;
	justify-content: flex-start
}

#logo {
	width:20%;
	text-align: center;
	justify-content: flex-start
}

#topright {
	width:40%;
	text-align:right;
	justify-content: flex-start;
	padding: 10px 0
}
.redbtn.head{float: right; display: block; width:auto;padding: 5px 10px; margin-top:5px;}

.flex-location {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.location-head span {
    font-size: 22px;
    font-style: italic;
    font-weight: 600 !important;
    font: 'roboto_condensedregular', Helvetica, Arial, sans-serif !important;
}
.location-head {
    flex: 1;
}

.location-head a {
    font-size: 16px;
    font-weight: 500 !important;
    display: inline-block;
    font: 'roboto_condensedregular', Helvetica, Arial, sans-serif !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #DC4405 !important;
    font-weight: 900 !important;
}

a.fb-icon {
	    color: #DC4405;
	transition: .3s all;
}

a.fb-icon:hover{
	color: #000;
}
a.fb-icon:hover img {
	filter: brightness(0);
}
a.fb-icon img {
    max-width: 100%;
    width: 18px;
    display: inline-block;
	transition: .3s all;
}

.button-head {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.bottom-flex {
	gap:10px;
    display: inline-flex;
    align-items: baseline;margin: 8px 0;
}
a.honda-power {display: inline-block;}
a.honda-power img {
    max-width: 100%;
    width: 80px
}
/* Header Search */
.swiper-slide img {height: 100%;width: 100%;object-fit: cover; }

.honda-promo-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.honda-promo-slider .swiper-slide img {
    width: 100%;
	max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.search-flex {
	    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: flex-end;
}
form.header-search.slide-search {box-sizing: border-box;width: 100%;display: inline-flex;}
.search-flex .search {margin: 0;}
/*.search input {width: 100% !important;}*/
.toggle-buttons span {flex-basis: 100%;text-align: left;font-size: 14px;text-transform: uppercase;}


.toggle-buttons {
    display: flex;
	gap: 2px;
    background: #fff;
	cursor: pointer;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
	flex-wrap:wrap;
}

.search-btn {
   flex: 1;
    border: 1px solid #111;
	 transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: #fff;
	color: #000;
	    font-size: 14px;
    cursor: pointer;
    font-family: 'roboto_condensedregular', Helvetica, Arial, sans-serif;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1;
}

.search-btn:hover {
	background: #DC4405;
	color:#fff;border-color:#DC4405;
}

.searchselect,.searchselect1 {
    background: #111;
    color: #fff;border-color:#111;
}

.searchselect:hover,.searchselect1:hover {
	color: #fff !important;
}
 .searchtoggle {
        display: block;
        position: absolute;
        top: 0;
        width: 30%;
        left: 35%;
        right: 35%;
        background: url("../siteart/headwedge.png") center center no-repeat;
        text-align: center;
        padding: 5px 0;
        -moz-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .searchtoggle p {
        color: #fff;
        font-weight: 800;
        padding: 0;
    }
    .searchtoggle:hover,
    .mobilesearchclose:hover {
        cursor: pointer;
    }
    .mobilesearchclose {
        display: block;
        position: absolute;
        right: 5%;
        top: 8%;
        background: #000;
        color: #fff;
        padding: 4px 8px;
    }
    .mobilesearchclose p {
        font-size: 18px;
        padding: 0;
        font-weight: 800;
    }
    .mobilesearchclose:hover {
        background: #fff;
        color: #88181a;
    }
    .filter {
        text-align: left;
        padding-left: 5%;
    }

/*--Temporary header--*/
header .wrap {gap: 40px;}
#topleft,#topright {flex: 2;}
#logo {flex:1;}
#topleft {text-align: center !important;font-size: 15px !important;}
.flex-location {text-align: center !important;gap: 40px !important;margin-bottom: 10px !important;}
.location-head span {text-transform: uppercase;font-size: 16px;font-weight: 900 !important;display: block;margin-bottom: 0px !important;}
header,header a {font-size: 16px !important;}
.location-head a {font-size: 16px !important;}
.location-head a.redbtn {color: #fff !important;background: #000;font-size: 15px !important;margin-bottom: 5px;display: inline-flex; align-items: center;justify-content: center;}
.location-head a.redbtn i {font-size: 10px !important;}
a.honda-power img {width: 65px !important;}
/*---SEARCH-----------------------------*/
.search{display: block; margin-bottom: 15px;}

#search,#submit{display:inline-block; zoom: 1; vertical-align:middle; padding:0.5% 1%; border:none; 
	-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
#search{line-height: 1 !important;height: auto !important;width: 60%; color:#969696; font-family: 'Open Sans', sans-serif !important; background: #e6e6e6; padding: 10px}
#submit{ background:#DC4405; color:#fff; padding:9px; font-family: 'icon-worksregular'; font-size: 18px; font-weight: bold;}
#submit:hover{background: #000; color: #fff; cursor: pointer;}
.kubota-promo-wrap {display: flex;align-items: center;justify-content: center;font-size: 13.3333px !important;}
.kubota-promo-wrap img {max-width: 100%; width: 100%;}
/***** SIDE TABS *****/
#logo img {
    max-width: 100%;
    width: 100%;
}

.side {
	background: #fff;
    width: 300px;
    height: 300px;
    position: fixed;
    z-index: 100;
}
#facebook {
     top: 250px; 
    height: auto;
    z-index: 998;
	left: -340px;
	width:340px
}

#facebookTab {
    display: block;
	height: 137px;
	width: 50px; 
	background:url(../siteart/facebook.jpg);
    position: absolute;
    right: -50px;
    top: 0px;
}

#markets {
    width: 300px;
    height: 350px;
    top: 250px;
    right: -300px;
    z-index: 9999999;
}

#marketTab {
    display: block;
	height: 45px;
	width: 45px; 
	background: url(/siteart/commoditieswidget.jpg);
    position: absolute;
    left: -45px;
    top: 0px;
	overflow:visible !important;
}



/*.widgetcontainer {
	height: 250px;
	overflow:hidden;
	width: 250px;
}*/

#weather {
    top: 320px;
    right: -300px;
    height: 159px;
    z-index: 999999;
}

#weatherTab {
    display: block;
	height: 45px;
	width: 45px; 
	background: url(/siteart/weatherwidget.jpg);
    position: absolute;
    left: -45px;
    top: 0px;

}



#welcome {
	width:46%;
	left:0;
	right: 0;
	text-align:center;
	margin:10% auto;
	padding:5%;
	background:rgba(255,255,255,0.9);
	-moz-box-shadow:0px 0px 6px rgba(0, 0, 0, .4); 
	-webkit-box-shadow:0px 6px 5px rgba(0, 0, 0, .4); 
	box-shadow:0px 0px 6px rgba(0, 0, 0, .4);
}

.ie8 #welcome, .ie7 #welcome {
	background:#fff;
}

#welcomebackground {
	width:100%;
	float:left;
	
	/* The image used */
    background-image: url(../siteart/new-welcome-bg.jpg);

    /* Set a specific height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-top:solid 2px #fff;
}


.kubota-promo img{width: 100%; display: block;}
.kubota-promo img:hover{opacity: .95;}

/*---tractor PACKAGE PAGE ----*/
.trailer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin: 0 auto;
}

.trailer-box {
  flex: 1 1 calc(50% - 60px); /* Two per row with gap accounted */
  max-width: 800px;
  text-align: center;
}

.trailer-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.caption {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
}


.tractor-wrap {
    margin: 0 auto;
    width: 85%;
}

.trailer-page h1 {
    text-transform: uppercase;
    font-size: 38px;
}

.flex-trailers {
    display: flex;
    gap: 20px;
    margin: 50px 0;
}

.half-flex,.trailer-solo{
    flex: 1;flex-basis: 40%;
    flex-grow: 1;
}

.half-flex img, .trailer-solo img {
	max-width: 100%;
}
.half-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.trailer-img {
    flex-basis: 40%;
    flex-grow: 1;
	display: inline-flex;
}

.trailer-solo img {
    max-width: 100%;
	width: 500px;
}

/* ----------BUILD MY KUBOTA ---------- */
.build-kubota {background:#e6e6e6;padding: 50px 0; }

.kubota-grid{display: flex;
    gap: 10px;
    text-align: center;
}
.product-box{background: #fff;
    padding: 20px;
    text-align: center;
    display: block;
    flex: 1 !important;transition: .3s all;}
.product-box img {    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    height: 220px;}
.product-box h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
}

.build-kubota .wrap {
    text-align: center;
    text-transform: uppercase;
}

.build-kubota h2 {font-size: 28px}

.product-box:hover {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

.finance-banner {
    display: flex;
}
.finance-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* ---------- KUBOTA slideshow
.kubota-slideshow-container {
  position: relative;
  max-width: 100%;
}

.kubota-slide {
  display: none;
}

.kubota-slide img {
	width: 100%;
	height: auto;

	padding-bottom: 30px;

}

.kubota-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.kubota-dot {
  cursor: pointer;
  height: 11px;
  width: 11px;
  margin: -13px 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.kubota-dot.active {
  background-color: #333;  Darker dot for active slide 
}


.kubota-fade {
  animation: kubotaFadeEffect 3s ease;
}
---------- */


/* ---------- Zoom container ---------- */
.image-zoom-container {
	list-style: none;
	font-size: 0px;
	padding-top: 10px;
}
.zoom-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 50%; /* this value + 2 should = 33% */
	*width:49.7%;
	border: 2px solid #fff;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
}
.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-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 .zoom-caption h3 {
	display: block;
	text-align: center;
	font-size: 40px;
	font-weight:normal;
	color: #fff;
	margin: 15% 0 0;
	padding: 10px 0;
	color:#fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,.8);
	font-family:'roboto_condensedbold', Helvetica, Arial, sans-serif;
}
.zoom-container .zoom-caption h4 {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight:normal;
	color: #fff;
	margin: 1% auto 0;
	padding: 8px 0;
	color:#fff;
	background:#DC4405;
	text-transform:uppercase;
	width:140px;
	-moz-box-shadow:0px 0px 6px rgba(0, 0, 0, .4); 
	-webkit-box-shadow:0px 6px 5px rgba(0, 0, 0, .4); 
	box-shadow:0px 0px 6px rgba(0, 0, 0, .4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.zoom-container .zoom-caption h4:hover {
	background:#464646;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container:hover .zoom-caption {
	background: none;
}


#manulogos {
	width:100%;
	float:left;
	padding:2% 0;
	text-align:center;
	
	/* The image used */
    background-image: url(../siteart/kubota-bg.png);

    /* Set a specific height */
    height: 450px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#manulogos {
	width:100%;
	float:left;
	padding:2% 0;
	text-align:center;
	
	/* The image used */
    background-image: url(../siteart/kubota-bg.png);

   

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.manu-logos {
	padding: 2% 0;
    text-align: center;
    background-image: url(../siteart/kubota-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: inline-block;
    width: 100%;
}

.manu-logos h3 {
	text-shadow: 1px 1px 6px rgba(255,255,255,.9);
	font-family:'roboto_condensedbold', Helvetica, Arial, sans-serif;
	font-size: 28px;
    color: #DC4405;
    font-weight: normal;
}

#manulogos h1 {
	text-shadow: 1px 1px 6px rgba(255,255,255,.9);
	font-family:'roboto_condensedbold', Helvetica, Arial, sans-serif;
}

#logowrap {
	margin:0 auto;
}

#logowrap img {
	    max-width: 100%;
	width: 100%;
}

#logowrap img:hover {
	opacity:0.7;
}

.advertisement {
	width: 100%;
	margin-top: 7px;
}

.advertisement img {
	max-width: 100%;
}

a.flex-logos {
    flex-grow: 1;
    flex-basis: 15%;
    background: rgba(255,255,255,0.5);
    padding:20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
       gap: 50px;
}

.grid-manu {
	display:grid;
	grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}



.manu-logos .wrap {
	width: 90% !important;
	
}
/*---Contact------------------------*/

#main {
	width:100%;
	float:left;
	padding:4% 0;
}

#main i {
	color:#DC4405;
}

#contact {
	width:25%;
	float:left;
	margin-right:3%;
}

#map {
	width:72%;
	float:left;
	/*height: 800px;*/
    display: inline-block;
    overflow: hidden;
}

#map iframe {
	position: relative;
    top: -67px;
    border: none;
}

#solo-map {
	width:72%;
	float:left;
	height: 773px;
    display: inline-block;
    overflow: hidden;
}

#solo-map iframe {
	position: relative;
    top: 0px;
    border: none;
	margin-bottom:10px;
}

#solo-map img {width:100%!important; height:450px!important; object-fit: cover!important; }



#contact-us{padding:60px 0 40px 0}

#contact-us h3 {font-size: 22px}


.flex-honda {
	display: flex;
	flex-wrap: wrap;gap:20px;
}
.flex-honda a {
    display: inline-block;
}
.flex-honda .invbox {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    flex-basis: 20%;
    flex-grow: 1;
    text-align: center;
	transition: .3s all;    float: none !important;
    margin: 0 !important;
}
.power-flex img {
	max-height: 400px;}
.power-flex .invbox {flex-basis: 30% !important;}
.flex-honda .invbox img {
       margin: 0 auto !important;
    float: none;
    text-align: center;
    transition: .3s all;
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.career-opening {
    margin: 20px 0;
}
.career-opening h2 {
    margin-bottom: 10px;
    font-size: 28px;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
}

.career-opening ul {
    list-style: disc !important;
    padding-inline-start: 40px;
    line-height: 2;
}

.career-opening strong {
    text-transform: uppercase;
}

/*--- testimonials--*/
.black-bg{background: #000}

.testimonials{text-align: center; color: #fff;}
.test-box{background: #fff; color: #000; text-align: center; padding: 20px 0 0 0; margin: 10px 5px; min-height: 380px !important;}
.test-box img{margin: 0 auto; padding: 10px 0 15px 0; width: 100%; max-width: 180px;} .test-box p{width: 90%; margin: 0 auto; font-size: 16px;}

.video-wrap {
	    margin-bottom: 30px;
	flex-basis: 48%;
}

.videos {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.location-info {
    text-align: center;
}

.location-info a {
    font-size: 20px;
    line-height: 1.5;
}

.location-info img {
    max-width: 100%;
}
/*---History------------------------*/

.year {
	font-size:20px;
	color:#DC4405;
}

.rightimg {
	width:29%;
	float:right;
	margin:0 0 2% 2%;
	font-size:14px;
	text-align:center;
	background:#fff;
	padding-bottom:5px;
	color:#464646;
}
/********FACETED INVENTORY************/
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {
    background: #000 !important;
}
.faceted-search-content .selected-facets-container .selected-facet {
    background: #000 !important;
}
.list-content .list-title .list-listings-count {
    color: black !important;
}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
     color:   #DC4405 !important; 
}
.detail-content .detail-main-body .main-detail-data .offer-btn {
    background: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
    border-color: #DC4405 !important;
    color: #DC4405 !important; 
}
.detail-content .detail-additional-data .data-row .data-label {
    background: #DC4405 !important; 
}
.button, .view-all-link {
     background: #DC4405 !important;
}

.detail-content .detail-main-body .main-detail-data .detail-price {
    color:   #DC4405 !important; 
}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    background: black !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
     background: black !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {
    background: black !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {
    background: black !important;
}
.detail-content-mobile .detail-additional-data .data-row .data-label {
    background: #DC4405 !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: black !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
    color: #DC4405 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .opened {
    color: #DC4405 !important;
    border-color: #DC4405 !important;
}

.list-content .list-listing-mobile .price-container .price {
    color: #DC4405 !important;
}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call {
    color: #DC4405 !important;
    border-color: #DC4405 !important;
}

.list-content .list-listing-mobile .view-listing-details-link {
    background: black !important;
}
/*---Equipemnt Pages------------------------*/

.invbox {
	width:23%;
	float:left;
	margin:1%;
	margin-bottom:30px!important;
}

.invbox:hover img {
	opacity:0.7;
}

.invbox:hover h2 {
	background:#000;
}

.invbox h2 {
	width:100%;
	float:left;
	padding:2% 0;
	background:#DC4405;
	text-align:center;
	color:#fff;
	font-weight:normal;
	font-size:20px;
	transition: .3s all;
}

.invbox img {
	width:100%;
	float:left;
}

.safety_disclaimer{text-align: center;font-size: 12px;}
.disclaimer-tag {background: #eee;color: #111;padding: 15px 0;}

.service-card {border: #000 1px solid; text-align: center; float:none; margin:0;}
.service-flexbox {display: flex; flex-wrap: wrap; gap:15px; justify-content: center;}

#service-button{background: #DC4405; color: #fff; text-align: center; padding:10px 25px; font-weight: bold; margin-top: 25px; font-family:'roboto_condensedregular', Helvetica, Arial, sans-serif;  }
#service-button:hover{background: #000;}
.service-btn {margin: 30px auto; text-align:center;}

/***** Parts / service *****/
.split {
	width:48%;
	float:left;
	margin-right:2%;
}

.redbtn {
	font-size: 20px;
	color: #fff;
	padding: 8px 0;
	color:#fff;
	background:#DC4405;
	text-transform:uppercase;
	width:160px;
	-moz-box-shadow:0px 0px 6px rgba(0, 0, 0, .4); 
	-webkit-box-shadow:0px 6px 5px rgba(0, 0, 0, .4); 
	box-shadow:0px 0px 6px rgba(0, 0, 0, .4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

.redbtn a, .redbtn i {
	color:#fff!important;
}

.redbtn:hover {
	background:#464646; color: #fff
}


.servicemanu{display: inline-block; width: 32%; margin: 10px 5px; vertical-align: top;text-align: center; border: 1px solid #000; padding: 20px 0;}
.servicemanu p{font-size: 16px;}
.servicemanu img{width: 100%; max-width: 200px; margin-bottom: 20px;}

.breadcrumbs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
.breadcrumbs a {
	color: #DC4405;
	font-size: 16px;
}
.breadcrumbs i {
	font-size: 12px;
	padding: 1px 2px 0 0;
}
.breadcrumbs p {
	font-size: 16px;
}


/*---Slideshow-----------------------------*/

#slideshow {
	width:100%;
	float:left;
	overflow:hidden;
}


/*---SLIDER STYLES-----------------------------*/
.cycle-slideshow{border-top: 5px solid #DC4405; display: block; border-bottom: 0}
.cycle-slideshow img{width: 100%;}
.cycle-pager { 
    text-align: center; 
	width: 100%; 
	z-index: 500; 
	position: absolute; 
	bottom: 10px; 
	overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; 
	font-size: 45px; 
	width: 18px; 
	height: 16px; 
    display: inline-block; 
	color: rgba(0,0,0,.6); 
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #009943;}
.cycle-pager > * { cursor: pointer;}

.cycle-prev {left: 25px; position: absolute; z-index: 999; top: 13vw; color: #fff;}
.cycle-prev .fa, .cycle-next .fa{color: #fff; opacity: .6; font-size: 23px;}
.cycle-prev .fa:hover, .cycle-next .fa:hover{opacity: 1.0; transform: scale(1.12); transition: all 0.3s;}

.cycle-next {right: 25px; position: absolute; z-index: 999; top: 13vw; color: #fff;}


/* 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:#ddd\9; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#DC4405;}
.pager > * { cursor:pointer;}


/*--- SHOWROOM -------------------------*/
.showroom-wrap {max-width:85%; margin:0 auto; width:96%; text-align: center; padding: 20px 0;}
.flex-showrooms {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.zoom-container-showroom{flex-basis: 20%; position: relative; overflow: hidden; display: inline-block; box-sizing: border-box; text-align: center; margin: 0px 2px; }
.zoom-container-showroom img{display: block; width: 100%; border:2px solid #f5f5f5;}
.zoom-container-showroom .zoom-caption{position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 15px; box-sizing: border-box; z-index: 10;  text-transform: uppercase; transition: all .5s ease}
.zoom-container-showroom .zoom-caption h4{font-size: 20px; font-weight: 700; color: #000; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.zoom-container-showroom .zoom-caption img{display: inline; position: relative; top: 3px; left: 6px}
.zoom-container-showroom a:hover .zoom-caption{background: rgba(0,0,0,.4);}

.zoom-container-showroom  h4{font-size: 18px; font-weight: 700; color: #000; text-transform: uppercase; margin-top: 10px;}



/*---Footer-------------------------*/

footer {
	width:100%;
	float:left;
	padding:2% 0;
	background:#000;
	color:#ccc;
}

footer p {
	font-size:16px;
	line-height:24px;
}

footer a {
	color:#ccc;
}

footer a:hover {
	color:#fff;
}

#bottomcontact {
	width:28%;
	float:left;
	margin-right:2%;
}

#bottomnav {
	width:30%;
	float:left;
	margin-right:2%;
}

.half {
	width:47%;
	float:left;
	margin-right:3%;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ccc;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ccc;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#ccc;}

.divfooter {width:38%; float:left; color:#ccc;}



.byefarm {
	display:block;
}
	
.hifarm {
	display:none;
}

/*--------FORM STYLES--------------------------------------*/
#red-button{background: #DC4405; color: #fff; text-align: center; padding:10px 25px; font-weight: bold; margin-top: 25px; display: inline-block; font-family:'roboto_condensedregular', Helvetica, Arial, sans-serif;}
#red-button:hover{background: #000;}


#formpage {margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; align-items: center;}

#formpage div {
	padding:5px 5px;
	color: #000;
}

#formpage input {
	padding:10px;
	border:1px solid #a7a9ac;
	background:#fff;
	font-weight: 400;
	font-family: 'roboto_condensedregular', Helvetica, Arial, sans-serif;
}

#formpage textarea {
	padding:10px;
	border:1px solid #8e8d8d;
	color:#000;
	font-size:13px;
	background:#fff;
	margin-top: 5px;
	font-weight: 400;
	font-family: 'roboto_condensedregular', Helvetica, Arial, sans-serif;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #a7a9ac;
	color:#a7a9ac;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:10px;
	width:100%;
}

.formfield.full {width: 100%;}

.formfield {
	width:calc(50% - 1em);
	margin: .5em;
	text-align:left;
	font-weight: 400;
	box-sizing: border-box;
	
}
#formpage input,#formpage select  {
    width:100%;
	margin-top: 5px;box-sizing: border-box;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;box-sizing: border-box;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
	text-align: left;	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#ddd; 
	color:#000;
	border:1px solid #ccc;
	outline-style:none;
}


#formpage input.button,
#formpage input.button:focus {
    width:120px;
    margin:0 auto !important;
    background: #DC4405; 
    padding:10px 20px;
    font-size:15px;
	font-family:'roboto_condensedregular', Helvetica, Arial, sans-serif;
	font-weight: bold;
    color:#fff;
	float: none;
	display: block;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s; 
	text-align: center;
    border-radius: 0 !important;
 -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
	cursor: pointer;
}
#formpage input.button:hover {
	width:120px;
    margin:0;
    padding:10px 20px;
    background: #000; 
	color:#fff !important;
}


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */

.CaptchaPanel {
	margin:0 auto !important;
	padding:0 0 0 0 !important;
	line-height:normal !important;
	width: 30%; 
	text-align:center !important;
	
}

.CaptchaImagePanel {
margin-top: 10px;
padding:0 0 0 0;
	text-align: center;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
	text-align: center;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
	text-align: center;
}
.CaptchaWhatsThisPanel a {color:#a7a9ac;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 



/*-- responsive-------------------------------------*/
@media screen and (max-width: 1212px)  {
	.product-box{position: relative;}
	.product-box h3 {position: absolute;bottom:15px;left: 0;right: 0;}
	.product-box img{height: auto !important}
}

@media screen and (max-width: 1212px)  {
	
	.invbox h2 {
		font-size:20px;
	}
	
	.flex-trailers {
		flex-wrap: wrap;
	}
	
	
	.half-flex, .trailer-solo {
		flex-basis: 100%;
	}
	
	.trailer-img {
    flex-basis: 24%;
		
	}
	
	.zoom-container-showroom {
    flex-basis: 29%;
	}
	
	.product-box h3 {bottom: 20px;font-size: 18px;}
}

@media screen and (max-width: 1155px)  {
	.grid-manu {grid-template-columns: repeat(3, 1fr);}	
	#welcome {width: 56%;}
	.button-head{flex-wrap:wrap;}
	.button-head a {flex-basis: 100%;max-width: 200px;}
	
}

@media screen and (max-width: 1040px)  {
	
}


@media screen and (max-width: 980px)  {
	#welcome {width: 70%;}
	
	.zoom-container .zoom-caption h3 {
		font-size: 32px;
		margin: 10% 0 0;
	}
	.flex-honda .invbox{flex-basis: 45%;}
	.zoom-container .zoom-caption h4 {
		font-size: 18px;
		width:130px;
	}
	
	.invbox {
		width: 31.33%;
	}
	.flex-honda a {
    display: inline-block;
    width: 100%;
}
	.byefarm {
		display:none;
	}
	
	.hifarm {
		display:block;
	}

	.servicemanu{width: 46%;}

	
/*-- testimonials --*/
	.testimonials .wrap{width: 100%; max-width: 75%;}
	
	.trailer-img {
		flex-basis: 40%;
	}
	
}

@media screen and (max-width:920px)  {
	.kubota-grid {flex-wrap:wrap;}
	.product-box {
    flex-basis: 22% !important;
}

}

@media screen and (max-width: 810px)  {
	
	.kubota-slide img {padding-bottom: 18px;}
	
	#manulogos {
		height: auto;
	}
	
	#logowrap img {
	}
	
	#bottomcontact {
		width:47%;
		margin-right:3%;
	}
	
	#bottomnav {
		width:50%;
		margin-right:0;
	}
	
	.half {
		width:47%;
		float:left;
		margin-right:3%;
	}
	
	.divfooter {width:100%; margin-top:20px;}
	
}

@media screen and (max-width: 780px)  {
	
	  .trailer-box {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .caption {
    font-size: 1.3rem;
  }
	
	.button-head {justify-content: center;}
	.button-head a{margin: 0 !important;}
	header .wrap{display: block}
	#topleft {
		width: 100%;
		justify-content: flex-start;
		text-align:center !important;
	}
	
	#logo {
		width: 100%;
		justify-content: flex-start;
		text-align:center;
		padding: 20px 0
	}
	#logo img{max-width: 280px;}
	#topright {
		width: 100%;
		justify-content: flex-start;
		text-align:center;
	}
	.redbtn.head{float: none; display: block; text-align: center; margin: 0 auto; width: 200px; padding: 8px 0}

    .search {
        text-align: center;  
        float: none;
        padding-bottom: 5px;
    }
	.zoom-container .zoom-caption h3 {
		font-size: 26px;
		margin: 7% 0 0;
	}
	
	.zoom-container .zoom-caption h4 {
		font-size: 16px;
		width:110px;
		padding:5px 0;
	}
	
	#manulogos, #welcomebackground {
		background-attachment: scroll;
	}
	
	#contact {
		width:37%;
	}
	
	#map {
		width:60%;
	}
	
	
	
	.rightimg {
		width:40%;
	}
	
	.invbox h2 {
		font-size:17px;
	}
	
	
	
	.formfield {width:96%; }
	
	.videos {
		gap: 40px;
	}
	.video-wrap {
		flex-basis: 100%;
		margin-bottom: 0 !important;
	}
	
	
	.flex-location {
		flex-wrap: wrap;
		padding: 20px 0;
		margin-bottom: 0;
	}
	
	.location-info {
		flex-basis: 100%;
		text-align: left;
	}
	
	.zoom-container-showroom {
		    flex-basis: 45%;
	}
	
	.kubota-dot {
    height: 8px;
    width: 8px;
    margin: -15px 3px;
  }

  .kubota-dots {
    bottom: 10px;
  }
	
}



@media screen and (max-width: 630px)  {
#light #formpage{display: block;}
#light #formpage .formfield{width: 100%; justify-content: flex-end; display: block; margin: 10px 0}

	.flex-honda .invbox {
		flex-basis: 35%;
		    width: 100% !important;
	}
	.invbox {
		width: 48%;
	}
	
	.hifarm {
		display:none;
	}
	
	.zoom-container-showroom{}
	
	a.flex-logos {
    flex: 1;
    flex-basis: 25%;
}
	.flex-wrap {
    gap: 40px;
	}
	.trailer-img {
    flex-basis: 33%;
		
	}
	.kubota-slideshow-container {margin: 5px auto;}
	
	
}

@media screen and (max-width: 610px)  {
.mailer-graphic {width: 100%;}
}


@media screen and (max-width: 540px)  {
	    .grid-manu {
			grid-template-columns: repeat(2, 1fr);}
.trailer-img {
		flex-basis: 100%;
	}
	.zoom-container {
		width: 100%;
	}
	
	.zoom-container .zoom-caption h3 {
		margin: 6% 0 0;
	}
	
	#logowrap img {
	}
	
	#contact {
		width:100%;
		margin:0 0 20px;
	}
	
	#map {
		width:100%;
	}
	
	.kubota-slide img { padding-bottom: 14px;}
	.image-zoom-container {padding-top: 2px;}


	
	.rightimg {
		width:100%;
		margin:0 0 15px;
	}
	
	.split {
		width:100%;
		margin:0;
	}
	
	.redbtn {
		margin-bottom:20px;
	}
	
		.servicemanu{width: 85%; margin: 10px auto; display: block; padding: 15px 0}
	.servicemanu img{max-width: 130px; margin-bottom: 10px;}
	.zoom-container-showroom {
		    flex-basis: 100%;
	} 
	
		.side-tabs {
    display: none !important;
}
.product-box {
    flex-basis: 40% !important;
}

.build-kubota {display: none !important;}	
}


@media screen and (max-width: 470px)  {

	
	#bottomcontact {
		width:100%;
		margin-right:0;
		text-align:center;
	}
	
	#bottomnav {
		width:100%;
		margin:20px 0 0;
		text-align:center;
	}
	
	.half {
		width:100%;
		margin-right:0;
	}
	
	.divfooter {text-align:center;}
	
	a.flex-logos {
    flex: 1;
    flex-basis: 40%;
}
	.flex-wrap {
    gap: 40px;
}
	
}

@media screen and (max-width: 415px)  {
	
	.invbox {
		width: 98%;
	}
	
	.zoom-container-showroom{width: 100%; margin: 8px auto;}
	
	.flex-honda .invbox {
		flex-basis: 100% !important;
		    width: 100% !important;
	}
	
}

@media screen and (max-width: 315px)  {
	
	.trailer-row {gap: 32px; 
	}
	
	.caption {font-size: 13px;}
	
	    .grid-manu {
			grid-template-columns: repeat(1, 1fr);}
	h1 {
		font-size:25px;
	}
	
	
	#logowrap img {
	}
	
}
