@charset "utf-8";
/* CSS Document */


.row {
    margin: 0px;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.notInv * {
    box-sizing: border-box;
}

h1 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
}

h4 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

h5 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.darkblue {
    background: #00345f;
}

.lightblue {
    background: #005499;
}



/* HEADER & NAVIGATION */


.top-header {
    background-color: #fff;
    font-size: 14px;
}

.top-header a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.top-header a:hover {
    color: #000;
    text-decoration: underline;
}

.logo {
    max-width: 450px;
}

.smlogo {
    max-width: 100px;
    max-height: 50px;
}

.navrow {
    background: #00345f;
}

.navbar a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.navbar a:active {
    color: #ffcc00;
}

.navbar a:hover {
    color: #ffcc00;
}

.dropdown-menu {
    background: #00345f;
}

.dropdown-item:hover {
    background: #005499;
    width: auto;
}

/* ABOUT */

.about h2 {
    color: #00345f;
    font-weight: 700;
}

.btn-orange {
    background: #f15a29;
    border: 1px solid #f15a29;
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-sm-orange {
    background: #f15a29;
    border: 1px solid #f15a29;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mapimg {
    max-width: 350px;
}

/* QUICK LINKS */

.quick-links {
    background: #005499;
}

.quick-links a {
    color: #fff;
}

.farm-equip {
    background-image: url(/../siteart/farm-equipment.jpg);
    border: 3px solid #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    padding: 150px 0;
}

.const-equip {
    background-image: url(/../siteart/const-equipment.jpg);
    border: 3px solid #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    padding: 150px 0;
}

.attach {
    background-image: url(/../siteart/attach.jpg);
    border: 3px solid #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    padding: 150px 0;
}

.wholebtn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    z-index: 1;

    /* fixes overlap error in IE7/8, 
     make sure you have an empty gif */
    background-image: url('empty.gif');
}


/* BRAND SHOWCASE */

.logos {
    background-image: url(/../siteart/terrazzo.png);
    background-repeat: repeat;
}

/* KUBOTA TRACTOR PACKAGES */

.kubota-pkgs {
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.kubota-pkgs h2 {
	color: #fff;
	padding-top: 15px;
}

.kubota-pkgs-display {
	width: 33.33%;
	height: auto;
	padding: 10px 10px 20px 10px;
}

.kubota-swiper .kubota-pkgs-display {
	width: 100%;
}

.kubota-pkgs-display p {
	font-size: 14px;
	color: #fff;
	margin: 10px 0;
}

.kubota-pkgs-display strong {
	font-size: 16px;
}

.kubota-pkgs-display a {
	text-transform: none!important;
	font-weight: 500!important;
	padding: 5px 10px;
	font-size: 14px;
	color: #000;
	transition: all .2s ease;
}

.kubota-pkgs-display a:hover {
	background-color: #000;
	color: #f15a29;
	text-decoration: none;
}

img.kubota-pkgs-images {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	object-fit: contain;
}

.kubota-swiper {
	width: 100%;
	height: 100%;
	background-color: #000!important;
}

.kubota-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 10px 10px;
	margin-bottom: 30px;
}

.kubota-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-wrapper {
	align-items: center;
}

.swiper-pagination-bullet {
	background-color: #fff;
}

.swiper-pagination-bullet-active {
	background-color: #ccc;
}

.swiper-button-next, .swiper-button-prev {
	color: #f15a29!important;
}

/* QUICK CONTACT */

.quick-contact {
    color: #fff;
    line-height: 1.2;
}

.quick-contact a {
    color: #d4ac20;
}

/* FOOTER */


.pre-footer {
    background-color: #212121;
    color: #fff;
    font-size: 12px;
}

.pre-footer a {
    color: #fff;
}

.pre-footer a:hover {
    color: #fff;
}

/* INVENTORY STYLES */
.list-container-flexrow .view-listing-details-link {
	background-color: #00345f!important;
}
.list-top-section .list-listings-count, .listing-prices__retail-price {
	color: #00345f!important;
}
.lindskovimpcomhdev-1wrdd0v, .faceted-search-content .selected-facets-container .selected-facet {
	color: #000!important;
}

/* MEDIA QUERIES */

@media (max-width: 991px) {
	.kubota-pkgs {
		flex-wrap: wrap;
	}
	.kubota-pkgs-display {
		width: 50%;
	}
}

@media (min-width: 768px){
	.justify-content-md-space{
		justify-content: space-around!important;
	}
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .btn-orange {
        font-size: 26px;
    }
	.kubota-pkgs-display {
		width: 100%;
	}
	.kubota-pkgs h2 {
		font-size: 25px;
		text-align: center;
	}

}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {}
