@charset "utf-8";
/* CSS Document */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
    line-height: 1.8rem;
}

a:hover {
    color: black;
    
}

h1 {
	font-family: 'Signika', sans-serif;
	font-size:2em;
    font-weight: 600;
}

h2 {
	font-family: 'Signika', sans-serif;
	font-size:1.5em;
    font-weight: 600;
}

h3 {
	font-family: 'Signika', sans-serif;
	font-size:1.25em;
    font-weight: 600;
}

h4 {
	font-family: 'Signika', sans-serif;
	font-size:1em;
    font-weight: 600;
    line-height: normal;
}

h5 {
	font-family: 'Signika', sans-serif;
	font-size:.85em;
    font-weight: 600;

}

h5 {
	padding-top: 5px;

}

.swiper {
      margin-left: auto;
      margin-right: auto;
    }
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.swiper-pagination-bullet-active{
	background: black!important;
}

.swiper-button-next svg, .swiper-button-prev svg{
	color: black;
}
.img-fluid-footer{
	padding-bottom: 15px;
	width: 18%;
}

.pad-40 {
	padding: 40px 0 !important;
}
/* HEADER */

.img-fluid-kubota {
    max-width: 100%;
    height: auto;
	vertical-align: middle;
	width: 310px;
}

.bottombar {
    background-color: #fff;
    color: #000; 
}

.bottombar h4, .bottombar a {
    line-height: 1.8rem;
    color:#000;
    text-decoration: none;
    font-size: 1em;
}

.center {
	text-align: center !important
}
/* NAVIGATION */

.navbar, .navi{
    background-color: black;
    text-align: center;
}


.navrow {
    background-color: black;
}

.restrict {
        max-width: 1200px;
}

.nav-link {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
	font-size:1em;
}

.nav-link:hover {
    color: #e6e6e6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #fff;
    color: black;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-menu {
    background-color: black !important;
    text-transform: uppercase;
}

.dropdown-menu a {
    color: #fff;
    text-transform: uppercase;
}

a.submenu{
    padding-left: 40px;
    font-size: .75em;
}
.bottombar a:hover {color: #555555 !important;}
/* HERO */
/*5-26-21------*/
.hero{width: 100%; display: flex; align-items: center; background: url(/siteart/hero-img.jpg); background-size: cover; padding: 150px 0;}
	
.hero .ag, .hero .const{justify-content: flex-start; width: 50%; bottom: -200px; position: relative}
	
.hero .ag .inner{width: 75%; margin: 0 auto}
.hero .const .inner{ width: 75%; margin: 0 auto} 
.hero .ag .inner img, .hero .const .inner img{width: 100%; max-width: 220px;}
	
.search-wrap{background: none; padding: 0px 2px;; margin-top: 0px;}

.agsearch, .consearch {width: 97%; margin:	0 auto;}
.agsearch button {background:#a2172a;}
.consearch button {background:#e58e1a !important;}

.hero-mobile{display: none; align-items: center}	
.hero-mobile .ag{background: url(/siteart/caseih-farmall.jpg) no-repeat; background-size: cover; justify-content: flex-start; width: 50%; bottom: 0; border-right: 10px solid #fff;}	
.hero-mobile .end{background: url("/siteart/kubota-hero.jpg") no-repeat; background-size: cover; justify-content: flex-start; width: 50%; bottom: 0;}
.hero-mobile .const{background: url(/siteart/case-loader.jpg) no-repeat; background-size: cover; justify-content: flex-start; width: 50%; bottom: 0; border-right: 10px solid #fff;}	
.hero-mobile .ag .inner{width: 75%; margin: 0 auto; padding: 50px 0}
.hero-mobile .const .inner{ width: 75%; margin: 0 auto; padding: 50px 0} 
.hero-mobile .end .inner{width: 75%; margin: 0 auto; padding: 50px 0;}

.hero-mobile .ag .inner img, .hero-mobile .const .inner img,
.hero-mobile .end .inner img {width: 100%; max-width: 220px;}


@media (max-width: 1350px) {
.hero{display: none}
.hero-mobile{display: flex; align-items: center}
.caseih, .casec, .kubota-casec{width:91px !important;}
}
@media (max-width: 870px) {
	.hero-mobile .ag .inner, .hero-mobile .const .inner, .hero-mobile .end .inner{width: 78%;}
}
@media (max-width: 838px) {
	.hero-mobile .ag .inner, .hero-mobile .const .inner, .hero-mobile .end .inner{width: 80%;}
}
@media (max-width: 818px) {
	.hero-mobile .ag .inner, .hero-mobile .const .inner, .hero-mobile .end .inner{width: 90%;}
}
@media (max-width: 750px) {
.hero-mobile{display: block;}	
.hero-mobile .ag{ justify-content: flex-end; width: 100%; border-right: none}	
.hero-mobile .const{justify-content: flex-end; width: 100%; border-right: none;}
	.hero-mobile .end{justify-content: flex-end; width: 100%;}
	.hero-mobile .ag .inner, .hero-mobile .const .inner, .hero-mobile .end .inner{width: 75%;}
}

/*
.hero {
    background-image: url(/../siteart/graysquares.png);
    background-repeat: repeat;
}
*/



.agside {
    background: #000;
}

.agimg, .conimg {
    width: 95%;
}

.agsearch button {
    background:#a2172a !important;
}

.conside {
    background: #e58e1a;
}

.consearch button {
    background:#000;
}

.kubota-promo { max-width: 100%; width: 100%;box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;margin-top: 40px;}

/* SEARCH */

.search button {
     width: 20% !important;
    margin: 0 2% !important;
    padding: 10px 0 !important;
    border: none !important;
    color: #fff !important;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
	border-radius: 0 !important;
}

.caseih {
    width: 29%;
    margin: 0 -5% 0 10%;
    padding: 10px 15px;
	background: rgb(162,23,42,.9);
	border:none;
	color:#fff;
	font-size:25px;
	text-transform:uppercase;
	font-weight:600;
	justify-content: center;
}

.casec {
    width: 29%;
    margin: 0 -5% 0 10%;
    padding: 10px 15px;
	background: rgb(235,160,67, .9);
	border:none;
	color:#fff;
	font-size:25px;
	text-transform:uppercase;
	font-weight:600;
	justify-content: center;
}

.kubota-casec {
	background: rgba(232,61,39,0.90);
	
}
.search-row {
    padding: 10px;
    background-color: black;
    justify-content: center;
    align-items: center;

}
.search select{width: 92%;padding:12px 8px;box-sizing:border-box;background:#f2f2f2;color:#777;cursor:pointer;border:1px solid #ccc;margin: 0 2%;}
.search{display:flex;position:relative; flex:9;}
.search:before{color:#ccc;}
.search input[type=text]{width: 75% !important;
    padding: 13px !important;
    box-sizing: border-box !important;
    border: 1px solid #ccc !important;
    border-left: none !important;
    margin: 0 2%;
    /* display: block; */
    line-height: 0px !important;
    height: auto !important;
    overflow: visible !important;}
.search input[type=submit]{position:absolute;top:0;right:0;width:42px!important;height:42px;opacity:0;cursor:pointer}


/* WELCOME */

.welcome {
    background-image: url(/../siteart/tractor-13opacity.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #fff;
    line-height: 1.6rem;
}


/* QUICK LINKS */

.quicklinks {
    background-color: black;
}

.newequip {
    background-image: url("/siteart/newequipment-2a.jpg");
    width: 220px;
    height:165px;
    border: 4px solid #fff;
}

.newequip:hover {
    background-image: url("/siteart/newequipment-2b.jpg");
    width: 220px;
    height:165px;
}

.usedequip {
    background-image: url("/siteart/usedequipment-2a.jpg");
    width: 220px;
    height:165px;
    border: 4px solid #fff;
}
.usedequip:hover {
    background-image: url("/siteart/usedequipment-2b.jpg");
    width: 220px;
    height:165px;
}

.service {
    background-image: url("/siteart/service-2a.jpg");
    width: 220px;
    height:165px;
    border: 4px solid #fff;
}
.service:hover {
    background-image: url("/siteart/service-2b.jpg");
    width: 220px;
    height:165px;
}

.parts {
    background-image: url("/siteart/parts-2a.jpg");
    width: 220px;
    height:165px;
    border: 4px solid #fff;
}
.parts:hover {
    background-image: url("/siteart/parts-2b.jpg");
    width: 220px;
    height:165px;
}

/* CONTACT BOX */

.map {
    background: url(/../siteart/map.PNG) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    min-height: 300px;
}

.contact-box {
    background-color: rgba(255, 255, 255, 0.94);
}

.redbutton {
    background-color: black;
    color: #fff;
}

/* LOGOS */

.logos {
    background-color: #fff;
    border-top: 4px solid #303030;
    border-bottom: 4px solid #303030;
}

.logos img, .logos-plain img {
    width: 150px;
    margin: 0 30px 0 30px;
	max-width: 100%;
}

.logo-large {
    width: 280px !important;
    margin: 0 30px 0 30px;
}

.logo-large img {
	max-width: 100% !important;
}
/* PARTS */

.partspage {
    background-image: url(/../siteart/tractor-13opacity.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.partspage a{
    color:black;
}
.partspage a:hover, .contactus a:hover {color: #A2172A}

/* CONTACT US */

.googlemap{
    max-width: 600px;
}

.contactus a{
    color:black;
}

/* CONSIGN */

.btn-consign {
    width: 20%;
    margin: 0 2%;
    padding: 10px;
	background-color:black;
	border:none;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
}

/* FOOTER */

.pre-footer {
    background-color: black;
    color: #fff; 
    font-size:12px;
}

.pre-footer a {
    color: #fff;
}

.pre-footer a:hover{
    color: #e6e6e6;
}

.footer{
    background-color: black;
    color: #fff;
    font-size:10px;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline; 
	font-size:10px;
	color:#fff;
}

a.footerlink:hover {
	text-decoration:none; 
	font-size:10px;
}

/* USED EQUIPMENT */


.used-farm {
    background-image: url(/../siteart/used-farm-red.jpg);
    width: 220px;
    height:165px;
}
.used-farm:hover {
    background-image: url(/../siteart/used-farm-gray.jpg);
}

.tractors {
    background-image: url(/../siteart/tractors-red.jpg);
    width: 220px;
    height:165px;
}
.tractors:hover {
    background-image: url(/../siteart/tractors-gray.jpg);
}

.planting {
    background-image: url(/../siteart/planting-red.jpg);
    width: 220px;
    height:165px;
}
.planting:hover {
    background-image: url(/../siteart/planting-gray.jpg);
}

.tillage {
    background-image: url(/../siteart/tillage-red.jpg);
    width: 220px;
    height:165px;
}
.tillage:hover {
    background-image: url(/../siteart/tillage-gray.jpg);
}

.hay-forage {
    background-image: url(/../siteart/hay-forage-red.jpg);
    width: 220px;
    height:165px;
}
.hay-forage:hover {
    background-image: url(/../siteart/hay-forage-gray.jpg);
}

.manure {
    background-image: url(/../siteart/manure-red.jpg);
    width: 220px;
    height:165px;
}
.manure:hover {
    background-image: url(/../siteart/manure-gray.jpg);
}

.lawn-mowers {
    background-image: url(/../siteart/lawn-mowers-red.jpg);
    width: 220px;
    height:165px;
}
.lawn-mowers:hover {
    background-image: url(/../siteart/lawn-mowers-gray.jpg);
}

.motorsports {
    background-image: url(/../siteart/motorsports-red.jpg);
    width: 220px;
    height:165px;
}
.motorsports:hover {
    background-image: url(/../siteart/motorsports-gray.jpg);
}

.used-const {
    background-image: url(/../siteart/used-const-red.jpg);
    width: 220px;
    height:165px;
}
.used-const:hover {
    background-image: url(/../siteart/used-const-gray.jpg);
}

.dozers {
    background-image: url(/../siteart/dozers-red.jpg);
    width: 220px;
    height:165px;
}
.dozers:hover {
    background-image: url(/../siteart/dozers-gray.jpg);
}

.excavators {
    background-image: url(/../siteart/excavators-red.jpg);
    width: 220px;
    height:165px;
}
.excavators:hover {
    background-image: url(/../siteart/excavators-gray.jpg);
}

.wheel-loaders {
    background-image: url(/../siteart/wheel-loaders-red.jpg);
    width: 220px;
    height:165px;
}
.wheel-loaders:hover {
    background-image: url(/../siteart/wheel-loaders-gray.jpg);
}

.loader-backhoes {
    background-image: url(/../siteart/loader-backhoes-red.jpg);
    width: 220px;
    height:165px;
}
.loader-backhoes:hover {
    background-image: url(/../siteart/loader-backhoes-gray.jpg);
}

.skid-steers {
    background-image: url(/../siteart/skid-steers-red.jpg);
    width: 220px;
    height:165px;}

.skid-steers:hover {
    background-image: url(/../siteart/skid-steers-gray.jpg);
}

.forklifts {
    background-image: url(/../siteart/forklifts-red.jpg);
    width: 220px;
    height:165px;
}
.forklifts:hover {
    background-image: url(/../siteart/forklifts-gray.jpg);
}

.motor-graders {
    background-image: url(/../siteart/motor-graders-red.jpg);
    width: 220px;
    height:165px;
}
.motor-graders:hover {
    background-image: url(/../siteart/motor-graders-gray.jpg);
}

.compactors {
    background-image: url(/../siteart/compactors-red.jpg);
    width: 220px;
    height:165px;
}
.compactors:hover {
    background-image: url(/../siteart/compactors-gray.jpg);
}

.kubota-fall-ad-wrapper {
  padding-top: 35px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.kubota-fall-ad-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
}

.kubota-fall-ad-col {
  width: 32%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.kubota-fall-ad-img {
  width: 100%;
  max-width: 333px;
  height: auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: transform 0.5s ease;
}

.kubota-fall-ad-img:hover {
  transform: scale(1.02);
}

.kubota-fall-ad-caption {
  font-size: 0.8rem;
  color: #444;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.4;
}

.kubota-fall-ad-extra {
  text-align: center;       /* centers the image and caption */
  margin-top: 40px;         /* adds spacing above */
}

.kubota-fall-ad-extra img {
  max-width: 65%;          /* keeps it responsive */
  height: auto;             /* maintains aspect ratio */
  display: inline-block;    /* ensures it centers properly */
}

.kubota-fall-ad-extra .kubota-fall-ad-caption {
  margin-top: 10px;         /* space between image and caption */
  font-size: 16px;          /* adjust caption size */
  color: #333;              /* caption color */
}


/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
.welcome, .partspage {
    background:none;}
    
.toplogos {
    float: center;
    margin-left:1.5rem;
    margin-right: 1.5rem;
    }

}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
.welcome, .partspage {
    background:none;}
    
.toplogos {
    float: center;
    margin-left:1.5rem;
    margin-right: 1.5rem;
    }

}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
.partspage {
    background-position: center;}


.toplogos {
    float: right;
    margin-left:1.5rem;
    margin-right: 1.5rem;
    }


}

@media (max-width: 480px) {
.logo-large {
    width: 150px !important;
	}
	
       
} 



/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
.toplogos {
    float: right;
    margin-left:1.5rem;
    margin-right: 1.5rem;
    }


}


/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {

.toplogos {
    float: right;
    margin-left:1.5rem;
    margin-right: 1.5rem;
    }
       
} 



/*Extra EXTRA large devices (very large desktops)*/
@media (min-width: 1557px) {

       
} 
@media screen and (max-width: 540px) {
    .kubota-fall-ad-row {
        flex-direction: column;
        align-items: center;
    }

    .kubota-fall-ad-col {
        width: 100%;
        max-width: 400px;
    }
	.kubota-fall-ad-img {width: 266px;}
	
	.kubota-fall-ad-extra img {width: 456px;}
}


/*
@media only screen and (max-width: 767px) {	

 SEARCH 
.search-container {
    max-width: 1040px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
    text-align: center;
    min-height:300px;
}

.search-flex {flex: 1;margin: 10px 0;}


#search button {
    width: 96%;
    margin: 0 2%;
    background:#303030;
    border:none;
    color:#fff;
    font-size:15px;
    text-transform:uppercase;
    font-weight:600;
    padding: 10px 0;
}

.search-flex-3 {
    flex-grow: 1;
}

#search {
    padding: 10px;
    box-sizing: border-box;
    background: black;
}
#search h2 {color:#fff; font-size:28px;}
#search select{width: 92%;padding:12px 8px;box-sizing:border-box;background:#f2f2f2;color:#777;cursor:pointer;border:1px solid #ccc;margin: 0 2%;}
.search{display:flex;position:relative;flex: 1;flex-direction: column;}
.search:before{color:#ccc;}
.search input[type=text]{width: 96%;padding:13px;box-sizing:border-box;border:1px solid #ccc;border-left:none;margin: 10px auto;}
.search input[type=submit]{position:absolute;top:0;right:0;width:42px!important;height:42px;opacity:0;cursor:pointer}	
}
*/
