﻿@charset "UTF-8";

@import url('https://rsms.me/interface/interface.css');

/* RESET 
------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}



/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {
	font-size: 100%;
	font-family: 'luiss_sansregular', sans-serif !important;
	background: #fff;
}

/* SELECTION */
::selection {
	color: #fff;
	background: #070797;
}

::-moz-selection {
	color: #fff;
	background: #070797;
}


/* CLEAR */
.clear {
	clear: both;
}

/* HEADERS */
/*Remove or simplify font-weight and font-height */
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
}

/*h1 {
	font-size: 45px;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: 'luiss_sansregular', sans-serif;
}

h1 span {
	font-family: 'luiss_sansthin_sans', sans-serif;
}

h2 {
	font-size: 30px;
	font-weight: normal;
	font-family: 'luiss_sansthin_sans', sans-serif;
}

h3 {
	font-size: 43px;
	font-weight: normal;
	color: #464646;
	font-family: 'luiss_sansitalic', sans-serif;
}

h3 span {
	font-family: 'luiss_sansbold_italic', sans-serif;
}

h4 {
	font-size: 40px;
	font-weight: normal;
	font-family: 'luiss_sansregular', sans-serif;
}

h5 {
	font-size: 36px;
	font-weight: normal;
	color: #5e5e5e;
	font-family: 'luiss_sansregular', sans-serif;
}

h6 {
	font-size: 20px;
	font-weight: normal;
	font-family: 'luiss_sansregular', sans-serif;
}*/

hr {
	border-top: 1px #ccc solid;
	order-bottom: 0;
}

/* PARAGRAPH/LIST/GENERAL TEXT */

/* LINKS */
a {
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	transition: .5s ease-in;
}

a:link,
a:visited {
	color: #202020;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #f30601;
	text-decoration: none;
}

/*a[href^="tel:"] {color:#D40E21;  text-decoration: none;}*/

/* IMAGES */
img {
	display: block;
}

/* TEXT EMPHASIS */
em {
	font-family: 'luiss_sansitalic', sans-serif;
}

strong {
	font-family: 'luiss_sansbold', sans-serif;
}

/* TEXT STYLINGS */
.dark {
	color: #131313;
}

.gray {
	color: #4F4F4F;
}

.heavy {
	font-family: 'luiss_sansbold', sans-serif;
}

.blue {
	color: #2723A3;
}

.red {
	color: #F30000;
}

.white {
	color: #fff;
}







.claas-red {
	color: #d40000;
}

.demco-red {
	color: #db1b2c;
}

.kinze-blue {
	color: #0073a3;
}

.new-holland-blue {
	color: #244099;
}



.farm-king-black {
	color: #181415;
}

.farm-king-green {
	color: #b7d456;
}





.white-bg {
	background: #fff;
}

.off-white-bg {
	background: #f7f7f7;
}

.light-gray-bg {
	background: #edecec;
}

.black-bg {
	background: #000;
}

.new-holland-blue-bg {
	background: #0d2c6c;
}

.arts-way-green-bg {
	background: #00593a;
}

.claas-red-bg {
	background: #d40000;
}

.demco-red-bg {
	background: #db1b2c;
}

.farm-king-green-bg {
	background: #b7d456;
}

.kinze-blue-bg {
	background: #0073a3;
}

.sitrex-orange-bg {
	background: #f63300;
}

.brandt-black-bg {
	background: #010101;
}

.kubota-orange-bg {
	background: #dc4405;
}

.landpride-orange-bg {
	background: #e49640;
}


/* ALIGNMENT */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}











/* Pop up styles */
#popupContainer {
	display: none;
	position: absolute;
	z-index: 12000;
	top: 15% !Important;
	left: 0;
	right: 0;
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 3.5%;
	color: #fff;
	border: 2px #fff solid;
	background: #e95112;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#popupContainer h2 {
	margin: 0 0 10px 0;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	font-family: 'luiss_sansregular', sans-serif;
}

#popupContainer p,
#popupContainer a {
	font-family: 'luiss_sansregular', sans-serif;
	font-weight: 300;
	font-size: 26px;
	color: #fff;
	line-height: 135%;
	text-align: center;
}

#popupContainer img {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

#popupClose {
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 2px 3px;
	font-size: 20px;
	line-height: 20px;
	color: #22313F;
	cursor: pointer;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
}

#popupOverlay {
	position: fixed;
	z-index: 11000;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1375px) {
	#popupContainer {
		width: 75%;
	}
}

@media screen and (max-width: 875px) {
	#popupContainer {
		width: 90%;
	}
}








.button {
	margin: 25px auto;
}

.button a {
	padding: 18px 24px;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #2723A3;
	font-family: 'luiss_sansregular', sans-serif;
}





.application-form {
	margin: 4% 12% 5% 12%;
}

.application-form h4 {
	margin: 0 0 30px 0;
}



.general-form {
	margin: 4% 12% 5% 12%;
}

.general-form h4 {
	margin: 0 0 30px 0;
}





/* FORM
------------------------------------------------*/
.site-form {
	width: 100%;
}

.site-form .two-cells {
	width: 49%;
	*width: 49%;
	margin: 0 2% 0 0;
}

.site-form .two-cells:nth-of-type(even) {
	margin-right: 0 !important;
}

.site-form .three-cells {
	width: 32%;
	*width: 32%;
	box-sizing: border-box;
}

.site-form .four-cells {
	width: 23%;
	*width: 24%;
	box-sizing: border-box;
}

.site-form .full-cell {
	width: 98.5% !important;
	margin-right: 0 !important;
}

.site-form .last {
	margin-right: 0 !important;
}

.site-form .instructions {
	font-size: 14px;
	color: #555;
	margin: 6px 0 6px 0;
}

.site-form .note {
	font-size: 12px;
	font-style: italic;
	color: #555;
	text-align: center;
	margin: 8px 0 0 0;
}

.site-form input[type="text"],
.site-form input[type="email"],
.site-form input[type="number"],
.site-form input[type="time"],
.site-form input[type="date"],
.site-form select,
.site-form input {
	margin: 6px 1% 9px 0;
	padding: 12px 0;
	font-size: 15px;
	background-color: #f7f7f7;
	text-indent: 12px;
	box-sizing: border-box;
	border: 1px #B5B5B5 solid;
}

.site-form input[type="text"]:focus,
.site-form input[type="email"]:focus,
.site-form input[type="number"]:focus,
.site-form input[type="time"]:focus,
.site-form input[type="date"]:focus,
.site-form select:focus {
	background-color: #fcfcfc;
}

.site-form textarea {
	width: 100%;
	height: 100px;
	margin: 6px 0 9px 0;
	padding: 4px 8px;
	font-size: 18px;
	background-color: #f9f9f9;
	border: 1px #B5B5B5 solid;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: 'luiss_sansregular', sans-serif;
}

.site-form textarea:focus {
	background-color: #FCFCFC;
	border: 1px #5A5A5A solid;
}

.site-form .check-field {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.site-form .check-field .checkbox {
	margin: 0 8px 8px 8px;
	padding: 0;
	color: #4D4D4D;
}

.site-form input[type="submit"] {
	height: 41px;
	padding: 0 20px;
	margin: 10px auto 0 auto;
	font-size: 16px;
	text-indent: 0;
	text-transform: uppercase;
	color: #fff;
	background: #110D87;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'luiss_sansregular', sans-serif;
}

.site-form input[type="submit"]:hover {
	color: #fff;
	background: #4a4a4a;
	letter-spacing: .5px;
	transform: scale(1.01, 1.01);
	cursor: pointer;
	-webkit-appearance: none;
}


.CaptchaImage {
	margin: 0 auto;
}



/* CONTACT BAR
------------------------------------------------*/
.header-contact-bar {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
	background: #f8f8f8;
	font-family: 'luiss_sansthin_sans', sans-serif;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.tagline {
	margin: 0 5% 0 0;
	padding: 0;
	font-size: 1.5em;
	font-family: 'luiss_sansbold_italic', sans-serif;
}

.header-contact-bar .icon {
	margin: 0 8px 0 0;
	font-size: 25px;
	line-height: 25px;
}

.header-contact-bar div a {
	text-decoration: none;
	color: #fff;
}

.header-social {
	margin: 0;
	padding: 15px 15px;
}

.header-social .icon {
	color: #3c3cab;
}

.yellow-divide {
	margin: 0 -9px 0 0;
	padding: 0;
	width: 18px;
	height: 56px;
	transform: skew(-16deg);
	background: #f4df4a;
}

.header-location {
	margin: 0;
	padding: 15px 55px;
	color: #fdfdfd;
	background: #3030a6;
}

.header-location .icon {
	color: #e2e2ed;
}

.header-phone {
	margin: 0;
	padding: 15px 55px;
	color: #fdfdfd;
	background: #1b1b94;
}

.header-phone .icon {
	color: #bdbdd3;
}

.phone-angle {
	width: 0;
	height: 0;
	margin: 0 0 0 -18px;
	padding: 0;
	border-bottom: 56px solid #1b1b94;
	border-left: 16px solid transparent;
}


/* HEADER
------------------------------------------------*/
.site-header {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0 5%;
	border-bottom: 4px #2222a0 solid;
}


/* LOGO
------------------------------------------------*/
.logo {
	margin: -70px 0 0 0;
	padding: 0;
}

.logo img {
	width: 100%;
	max-width: 400px;
}



/*  NAVIGATION
------------------------------------------------*/
#menu-button{display: none;}
nav.mobile {display:none;}






/*nav.primary ul li a {
	display:block; margin:0; padding:5px 10px;
    font-size:1.35em; line-height:1.25; text-align:center; text-decoration:none; text-transform:uppercase; color:#292c76; border-bottom:5px #f7f7fa solid;	
	cursor:pointer; font-family: 'source_sans_prosemibold', sans-serif; transition:.5s ease-in;	
}	

nav.primary ul li a:hover {color: #a0a2d9; border-bottom:5px #cfd2e1 solid;}*/




nav.primary {
	position: relative;
	align-self: flex-end;
	z-index: 500;
	margin: 0;
	padding: 0;
}

nav.primary ul {
	display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; 
	margin: 0 auto;
	padding: 0;
}

nav.primary ul li {margin:0; padding:0; list-style-type:none;}

nav.primary ul li a {
	display:block;
	color: #1a1a1a;
	font-weight:normal;
	font-size: 1.175em;
	line-height: 90px;
	text-decoration:none;
	margin: 0;
	padding: 0 13px;
	text-align:center;
	cursor: pointer;
	font-family: 'luiss_sansbold', sans-serif;
	transition: .5s ease-in;
}

nav.primary ul li a:hover {
	color: #fff;
	background: #F30000;
}


.small-icon {
	font-size: .6em;
}

/*  SUB NAV
------------------------------------------------*/

/*nav.primary ul li li {width: 230px;}
nav.primary ul li li a {
	width: 230px; padding:18px 0; font-size:1.2em; line-height:1; text-indent:20px; text-align:left; color:#292c76; border-right:none; border-left:none; border-bottom:none; background: #f7f7fa;
}

nav.primary ul li li a:hover {color:#292c76; border-bottom:none; background:#9EA1CC; -webkit-animation-name:none; animation-name:none;}*/



nav.primary ul li li {
	width: 245px;
}

nav.primary ul li li a {
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 14px 0;
	text-indent: 20px;
	color: #fff;
	background: #131388;
	width: 245px;
	text-align: left;
	font-family: 'luiss_sansregular', sans-serif;
}

nav.primary ul li li a:hover{
	letter-spacing: .5px;
	color: #fff;
	background: #020267;
}

/*  SUB SUB NAV
------------------------------------------------*/
nav.primary ul li li li a {
	background: #0a0a74;
}

nav.primary ul li li li a:hover {
	color: #fff;
	background: #00005c;
}


/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {display: none; position: absolute; padding:0;} 
nav.primary ul ul ul {position: absolute; left: 100%; top:0; margin:0; padding:0;}
nav.primary ul li:hover > ul {display: block; z-index: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}



/*  BRAND LINES BANNER
------------------------------------------------*/
.brand-highlights {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0;
	padding: 20px 5%;
	background: #eee;
}

.brand-highlights img {
	width: 100%;
	max-width: 160px;
	margin: 10px 15px;
	padding: 0;
}


.brand-highlights img.nh-logo {
	width:260px;
	max-width:none; 
	margin: 10px 15px;
	padding: 0;
}

/*  ANNOUNCEMENT BANNER
------------------------------------------------*/
.announcement-banner {
	margin: 0;
	padding: 20px 5%;
	text-align: center;
	color: #fff;
	border-top: 3px #B40A11 solid;
	border-bottom: 3px #B40A11 solid;
	background-color: #d2232a;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='88' height='24' viewBox='0 0 88 24'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='autumn' fill='%23d83a40' fill-opacity='0.4'%3E%3Cpath d='M10 0l30 15 2 1V2.18A10 10 0 0 0 41.76 0H39.7a8 8 0 0 1 .3 2.18v10.58L14.47 0H10zm31.76 24a10 10 0 0 0-5.29-6.76L4 1 2 0v13.82a10 10 0 0 0 5.53 8.94L10 24h4.47l-6.05-3.02A8 8 0 0 1 4 13.82V3.24l31.58 15.78A8 8 0 0 1 39.7 24h2.06zM78 24l2.47-1.24A10 10 0 0 0 86 13.82V0l-2 1-32.47 16.24A10 10 0 0 0 46.24 24h2.06a8 8 0 0 1 4.12-4.98L84 3.24v10.58a8 8 0 0 1-4.42 7.16L73.53 24H78zm0-24L48 15l-2 1V2.18A10 10 0 0 1 46.24 0h2.06a8 8 0 0 0-.3 2.18v10.58L73.53 0H78z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.announcement-banner a {
	padding: 8px 8px;
	text-decoration: none;
	color: #fff;
	border: 1px #fff solid;
	background: #202020;
	font-family: 'luiss_sansbold', sans-serif;
}

.announcement-banner hr {
	width: 35%;
	margin: 0 auto;
	border-top: 1px #fff solid;
	border-bottom: 0;
}

.announcement-title {
	font-size: 24px;
	font-family: 'luiss_sansbold', sans-serif;
}

.announcement-title span {
	font-family: 'luiss_sansregular', sans-serif;
}

.announcement-subtitle {
	font-size: 34px;
	text-transform: uppercase;
	font-family: 'luiss_sansbold_italic', sans-serif;
}

.announcement-description {
	margin: 10px 0 0 0;
	font-size: 20px;
}


.kubota-annoucement {
	padding: 35px 5%;
	border-top: 3px #af3300 solid;
	border-bottom: 3px #af3300 solid;
	background-color: #dc4405;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='https://www.w3.org/2000/svg'%3E%3Cg fill='%23c3430e' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}


/*  HERO
------------------------------------------------*/
.hero {
	position: relative;
	line-height: 0;
}

.hero iframe {
	width: 100%;
	height: 447px;
	border: 0
}

.hero.promo-landing img {
	width: 100%;
}


/*  PAGE HERO
------------------------------------------------*/
.page-hero {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
}

.page-hero h1 {
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 80%;
	padding: 15px 10%;
	color: #fff;
	background: #2723A3 url(../siteart/blue-pattern-bg.jpg);
	font-family: 'luiss_sansbold', sans-serif;
}

.page-hero img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}






/*  ACTION LINKS
------------------------------------------------*/
.hero-action-links {
	position: absolute;
	width: 100%;
	bottom: 8%;
	z-index: 100;
}

.action-wrap {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.action-link {
	position: relative;
	width: 18%;
	min-width: 340px;
	margin: 20px 15px;
	border: 1px #e5e5e5 solid;
	background: rgb(34, 34, 160);
	background: linear-gradient(106deg, rgba(34, 34, 160, 1) 0%, rgba(34, 34, 160, 1) 77%, rgba(9, 9, 132, 1) 77%);
}

.action-link .icon {
	font-size: 100px;
}

.action-link a {
	display: block;
	font-size: 30px;
	line-height: 82px;
}

.action-link a:link,
.action-link a:visited {
	padding: 0 0 0 8%;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'luiss_sansbold', sans-serif;
}

.action-link a:hover,
.action-link a:active {
	letter-spacing: .5px;
}

.action-icon i {
	position: absolute;
	float: right;
	right: -12px;
	margin: -10px 0 0 0;
	font-size: 100px;
	color: #f2f2fb;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
}


/*  SLIDESHOW
------------------------------------------------*/
.cycle-slideshow {
	width: 100%;
	line-height: 0;
	z-index: 10;
	position: relative;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
}



.kubota-speacials {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
}

.kubota-speacials a {
	width: calc(50% - 10px);
}

.kubota-speacials img {
	width: 100%;
}


/*  COMPANY HISTORY SHOW
------------------------------------------------*/
.history-show {
	position: relative;
	border-bottom: 5px #2222a0 solid;
}

.history-show .history-slide {
	width: 100%;
	background: #2222a0;
}

.history-show .history-slide img {
	width: 100%;
	height: auto;
}

.history-show h5 {
	position: absolute;
	bottom: 5%;
	right: 5%;
	width: 200px;
	margin: 0;
	padding: 25px 0;
	font-size: 65px;
	text-align: center;
	color: #fff;
	border: 4px #fff solid;
	font-family: 'luiss_sansbold', sans-serif;
}



/*  BRAND SLIDESHOW 
------------------------------------------------*/
.brand-slideshow {
	margin: 0;
	padding: 0 10%;
	background: rgb(230, 230, 230);
	background: linear-gradient(-70deg, rgba(230, 230, 230, 1) 0%, rgba(241, 241, 241, 1) 100%);
}


/*.brand-show {height:400px; line-height:normal !important;}*/



/*.cycle-prev, .cycle-next {position:absolute; top:0; width:15%; opacity:0; filter:alpha(opacity=0); z-index:800; height:100%; cursor:pointer;}
.cycle-prev {left:0; margin:0; padding:0; font-size:45px; color:#fff;}
.cycle-next {right:0; font-size:45px; color:#fff;}
.cycle-prev:hover, .cycle-next:hover {opacity:.7; filter:alpha(opacity=70)}

.cycle-pager {text-align: center; width: 100%; z-index:350; position: absolute; top: 10px; overflow: hidden;}
.cycle-pager span {
	font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


div.responsive img { width: auto; height: auto }*/








/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin: 20px 0;
}

.scrolling {
	width: 100%;
	height: 90px;
}




/*  QUCIK SEARCH
------------------------------------------------*/
.quick-search {
	margin: 0;
	padding: 35px 15% 45px 15%;
	background: #eee;
}

.quick-search h5 {
	margin: 0 0 12px 0;
}

/*.expand-button {margin:25px 0 -65px 0; position: relative; text-align:center; }
.expand-button a {padding:15px 20px; font-size: 22px; text-transform:uppercase;  text-decoration:none; color:#fff; background:#ff0000;}*/


/*----qls---------*/
.qls h2{font-size:75px; font-weight:700; text-transform:uppercase; line-height:65px; padding-bottom:30px;}
.qls{display:block!important; width:100%; padding:60px 0 80px 0;}
.ql-row{background:transparent;margin: 0 auto;padding:10px 0px;width: 100%;top:0;left: 0;right:0;display:block!important;}
.ql-slider{padding:5px; box-sizing:border-box; position:relative; width:100%;}
.ql-slider img{width:100%; height:600px; object-fit:contain; box-sizing:border-box; background-color:#fff; margin: 0 auto; background: #fff; transition:.3s ease;}
.slick-list{max-width:1600px!important;}
.ql-slider:hover img{filter:brightness(.6);}
.ql-slider:hover p {width:70%;}

.ql-slider p{transition:.3s ease; box-sizing:border-box; width:80%; position:absolute; bottom:5%; left:0; right:0; margin:0 auto; color:#fff; font-size:28px; text-transform:uppercase; text-shadow:2px 2px 5px rgba(0,0,0,.8); font-weight:700; display:flex; flex-direction:row; justify-content:space-between;}
.ql-slider p i{margin-left:20px;padding:13px; height:42px; width:42px; box-sizing:border-box; transition:.3s ease; font-size:15px; border:solid 1px #fff; color:#fff; border-radius:50%;}

.slick-prev,
.slick-next {border-radius:50%; z-index:1000; /*background-color:#fff; border:solid 1px #6b6b6b; text-align:center; padding:20px; display:block; margin-left:10px; cursor:pointer; transition:.3s ease-in-out;*/}
.slick-list{margin:0 auto!important;}
/*.slick-prev:hover, .slick-next:hover{right:0px!important;}*/
/*.slick-next:before{font-family:"Font Awesome 5 Free"!important; content: "→"!important; color:#6B6B6B; font-size:24px!important; font-weight:600;}*/







.inv-main {
	margin: 4% 0;
	padding: 35px 0;
}



/*  HOME PAGE TEXT
------------------------------------------------*/
.home-text {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
	padding: 4% 10% 5% 10%;
	background: rgb(18, 18, 129);
	background: linear-gradient(-115deg, rgba(18, 18, 129, 1) 48%, rgba(28, 28, 117, 1) 100%);
}

.home-text h1 {
	display: inline-block;
	border-top: 1px #f1d951 solid;
}

.home-text a:link,
.home-text a:visited {
	color: #fff;
}

.home-text a:hover,
.home-text a:active {}

.home-text article {
	width: 65%;
	flex: 1;
}





/*  ARTICLE
------------------------------------------------*/
article {
	margin: 0;
	padding: 0;
}

article h1 {
	margin: 0 0 10px 0;
}

article h2 {
	margin: 0 0 0 10px;
}

article p {
	font-size: 1.125em;
	line-height: 1.3em;
}






/*  ASIDE
------------------------------------------------*/
/*
aside {width:35%; flex:1; margin:0; padding:0; background:#f0f0f0 url(../siteart/topo-background-pattern.jpg) repeat; }
aside iframe {width:100%; height:275px; border:1px #cbcbcb solid;}


.home-map {width:80%;}

.contact-details {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around;}
.contact-details .contact-link {font-family: 'luiss_sansbold';}
.contact-details .contact-link span {font-size:16px; color:#646464; font-family: 'luiss_sansregular';}
.contact-details .contact-link a {font-size:18px; text-decoration:none; color:#646464;}
*/





/*  BODY TEXT
------------------------------------------------*/
.body-text {
	margin: 0;
	padding: 4% 10% 5% 10%;
	background: rgb(237, 237, 237);
	background: linear-gradient(322deg, rgba(237, 237, 237, 1) 0%, rgba(245, 245, 245, 1) 100%);
}

.body-text h1 {
	color: #2723A3;
}

.body-text hr {
	width: 95%;
	margin: 6px 0 12px 0;
	padding: 1px 0;
	border-top: 1px #e8e8e8 solid;
	border-right: 0;
	border-bottom: 1px #e8e8e8 solid;
	border-left: 0;
}



.body-side-photo {
	/*width:40%;*/
	float: right;
	position: relative;
	margin: 0 0 40px 5%;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'luiss_sansbold', sans-serif;
}

.body-side-photo img {
	width: 100%;
	line-height: 0;
	border: 1px #181818 solid;
}



.secondary-text {
	margin: 0;
	padding: 4% 10% 5% 10%;
	border-top: 1px #dcdcdc solid;
	background: rgb(251, 251, 251);
	background: linear-gradient(90deg, rgba(251, 251, 251, 1) 0%, rgba(240, 240, 240, 1) 100%);
}

.secondary-text ul {
	margin: 16px 0;
	list-style: inside;
}

.secondary-text li {
	margin: 8px 0 4px 20px;
}

.secondary-text p {
	font-size: 1.125em;
	line-height: 1.3em;
}




/*  INVENTORY LISTINGS
------------------------------------------------*/
.hosted-content {
	margin: 0 0 65px 0;
	padding: 4% 10% 65px 10%;
}

.hosted-content #listings-title {
	margin: 0 0 10px 0;
	font-size: 2.5rem;
	color: #2222a0;
	font-family: 'luiss_sansbold', sans-serif;
}

.hosted-content h1 {
	font-size: 29px;
	color: #2222a0;
	font-family: 'luiss_sansbold', sans-serif;
}

.hosted-content h3 {
	font-size: 28px;
}

.hosted-content h3 span {
	font-size: 24px;
}

.hosted-content .listings-detail-wrapper .information-box h3 {
	margin: 0 0 4px 0 !important;
}

.hosted-content h5 {
	font-size: 24px;
}

.hosted-content .listings-detail-wrapper .spec-group {
	margin: 8px 0 10px !important;
}

.hosted-content .listings-detail-wrapper .listing-details ._DetailListingPrice .inline-currency-selector .currency-selector {
	margin: 0 5px !important;
}

.hosted-content .listings-detail-wrapper .listing-details ._DetailListingPrice select {
	height: 30px !important;
}


/*  SPECIALS - INVENTORY LISTINGS
------------------------------------------------*/
.specials-text {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 55px 10%;
	border: 1px #b9b9b9 solid;
	background: #f2f2f2;
}

.current-special {
	margin: 0 0 15px 0;
	padding: 30px 2.5%;
	border: 1px #b9b9b9 solid;
	background: #f9f9f9;
}

.current-special.lastone .current-special-alt .special-list,
.current-special.lastone .current-special-alt .special-list img {
	width: 100% !important;
}

.current-special-alt.secondone,
.current-special-alt.thirdone {
	width: 48% !important;
	display: inline-block;
	margin: 0 0.5vw;
}

current-special:last-of-type {}

.current-special .title {
	font-size: 24px;
	font-family: 'luiss_sansbold', sans-serif;
}

.current-special .sub-title {
	font-size: 20px;
	font-family: 'luiss_sansitalic', sans-serif;
}

.current-special-alt {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 1% 0;
}

.current-special-alt .special-list {
	width: 27%;
	margin: 1%;
	padding: 1% 2%;
	border: 1px #d8d8d8 solid;
	background: #fbfbfb;
}

.current-special-alt .special-list .sub-title {
	font-size: 18px;
	font-weight: 100;
	color: #6d6d6d;
	font-family: 'luiss_sansbold', sans-serif;
}

.current-special-alt .special-list ul li {
	margin: 3px 0 3px 6px;
	list-style: none;
}

.current-special .specialPromo {
	max-width: 700px;
	margin: 0 auto;
}

.current-special .specialPromo img {
	width: 100%;
	border: 1px #b9b9b9 solid;
}

.special-footnote {
	margin: 35px 0 0 0;
	text-align: center;
	color: #5C5C5C;
}


/*  SHOWROOM BRANDS
------------------------------------------------*/
.showroom-lines {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin: 3% 0;
	padding: 0 6%;
}

.showroom-brand {
	flex-grow: 1;
	margin: 35px 1%;
	padding: 0 1%;
}

.showroom-brand .brand-icon {
	flex-grow: 1;
	margin: 0;
}

.showroom-brand .brand-icon a {
	display: block;
	padding: 32px;
}

.showroom-brand .brand-icon img {
	width: 94%;
	max-width: 170px;
	margin: 0 auto;
	padding: 0 2%;
}

.showroom-brand h5 {
	margin: 8px 0 0 0;
	font-size: 26px;
	text-align: center;
	color: #5e5e5e;
	font-family: 'luiss_sansbold', sans-serif;
}


/*  PREMIER LINE BRANDS
------------------------------------------------*/
.premier-lines {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin: 3% 0;
	padding: 0 6%;
}

.premier-brand {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-around;
	flex-grow: 1;
	width: 46%;
	min-width: 500px;
	margin: 40px 1%;
	padding: 0 1%;
}

/*.premier-brand:last-of-type {margin:40px 20%;}*/
.premier-brand .brand-icon {
	width: 19%;
	margin: 0 3% 0 0;
	padding: 35px 0;
}

.premier-brand .brand-icon img {
	width: 92%;
	max-width: 170px;
	margin: 0 auto;
	padding: 0 4%;
}

.premier-brand .brand-desc {
	width: 78%;
	margin: 0;
	padding: 10px 0;
	font-size: 17px;
	line-height: 22px;
}

.premier-brand .brand-desc a {
	color: #2723A3;
	line-height: 30px;
}


/*  SHORT LINE BRANDS
------------------------------------------------*/
.short-lines {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0;
	padding: 3% 10%;
	background: #dbdbdb;
}

.short-lines .short-brand {
	flex-grow: 1;
	margin: 0;
	padding: 20px;
	background: #f7f7f7;
}

.short-lines .short-brand:nth-child(even) {
	background: #edecec;
}

.short-lines .short-brand .brand-icon img {
	margin: 0 auto;
}


/*  SHOWROOM BRANDS
------------------------------------------------*/
/*.showroom-lines {display:flex; flex-flow:row wrap; align-items:flex-start; margin:3% 0; padding:0 6%;}
.showroom-brand {flex-grow:1; margin:35px 1%; padding:0 1%;}
.showroom-brand .brand-icon {flex-grow:1; margin:0;}
.showroom-brand .brand-icon a {display:block; padding:32px;}
.showroom-brand .brand-icon img {width:94%; max-width:170px; margin:0 auto; padding:0 2%;}
.showroom-brand h5 {margin:8px 0 0 0; font-size:26px; text-align: center; color:#5e5e5e; font-family:'luiss_sansbold', sans-serif;}*/



.team-department {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	padding: 4% 10% 5% 10%;
}

.department {
	width: 100%;
	margin: 0 0 0 0;
}



/*  TEAM PROFILES
------------------------------------------------*/

.large-profile {
	width: 84%;
	margin: 0;
	padding: 0 8%;
}

.small-profile {
	width: 25%;
	margin: 0;
	padding: 0;
	/*display:flex; flex-flow:column wrap; align-items:center; justify-content: space-between;*/
}



.team-profile {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}

.profile-image {
	margin: 0;
	padding: 0;
}

.profile-image img {
	width: 100%;
	max-width: 163px;
	border: 1px #595959 solid;
}

.profile-name {
	font-size: 26px;
	line-height: 28px;
	font-family: 'luiss_sansbold';
	color: #2222a0;
}

.profile-position {
	font-size: 22px;
	line-height: 24px;
}

.profile-email {
	font-size: 18px;
	line-height: 20px;
}

.profile-text {
	width: 250px;
}











/*  CONTACT INFO BANNER
------------------------------------------------*/
.contact-banner {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	background: rgb(18, 18, 129);
	background: linear-gradient(-115deg, rgba(18, 18, 129, 1) 48%, rgba(28, 28, 117, 1) 100%);
}

.field-details {
	margin: 25px 15px;
	padding: 0;
	color: #fff;
}

.field-details a {
	color: #fff;
}


/*   TEAM EMAIL CONTACT INFO
------------------------------------------------*/
.team-emails {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 6px 5% 30px 5%;
	padding: 2%;
	border: 1px #fff solid;
	background: #ececec;
}

.team-emails .team-contact {
	flex-grow: 1;
	margin: 10px;
	padding: 20px 25px;
	font-size: 20px;
	text-align: center;
	border: 1px #D7D7D7 solid;
	background: #fff;
}

.team-emails .team-contact a {
	font-size: 16px;
}








/*  FOOTER
------------------------------------------------*/
.site-footer {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	padding: 25px 2%;
	background: #191989 url(../siteart/footer-background.png) repeat;
}

.site-footer h6 {
	display: inline-block;
	padding: 0 8px 0 0;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px #fff solid;
}

.link-group {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 1px 0 0 0;
	border-top: 1px #fff solid;
}

.link-group ul {
	margin: 6px 15px 0 0;
	padding: 0;
	list-style: none;
}

.link-group ul a {
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
	color: #fff;
}

.footer-contact {
	align-self: flex-end;
	text-align: right;
	font-family: 'luiss_sansthin_sans';
}

.footer-contact .phone {
	margin: 0 0 12px 0;
}

.footer-contact a .icon {
	margin: 0 4px 0 0;
}

.footer-contact a:first-of-type {
	margin: 0 20px 0 0;
}

.footer-contact a:link,
.footer-contact a:visited {
	font-size: 20px;
	text-decoration: none;
	color: #fff;
}

.footer-contact a:hover,
.footer-contact a:active {}


/*  FOOTER COPYRIGHT
------------------------------------------------*/
.footer-copyright {
	margin: 0;
	padding: 20px 5%;
	font-size: 16px;
	text-align: right;
	color: #fff;
	border-top: 1px #f4df4a solid;
	background: #13137e;
}




/************************************************ Responsive Styles **/

@media screen and (max-width: 1780px) {
	.brand-lines {
		padding: 10px 5% 35px 5%;
	}

	.brand-title {
		width: 100%;
	}
}

@media screen and (max-width: 1600px) {
	.tagline {
		margin: 0 .75% 0 0;
	}

	nav.primary ul li a {
		font-size: 1.05em;
	}
}

@media screen and (max-width: 1480px) {
	.tagline {
		margin: 0 3% 0 0;
		padding: 0;
		font-size: 1.2em;
	}

	.logo {
		margin: 20px 0;
		padding: 0;
	}
}

@media screen and (max-width: 1450px) {
	nav.primary {
		display: none;
	}

	#menu-button {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 1.375em;
		line-height: 60px;
		position: relative;
		z-index: 400;
		cursor: pointer;
		font-family: 'luiss_sansbold', sans-serif;
	}

	#menu-button a {
		color: #1a1a1a;
		text-decoration: none;
		padding: 0;
		font-weight: 100;
	}

	nav.mobile ul li .fa-chevron-down {
		position: absolute;
		z-index: 501;
		right: 10px;
		margin: 18px 0 0 0;
	}

	nav.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: -285px;
		width: 285px;
		height: 100%;
		z-index: 5000;
		overflow: auto;
		background: #333;
	}

	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index: 9999;
		display: inline-block;
		top: 15px;
		left: 15px;
		font-size: 16px;
		word-spacing: 13px;
		color: #ccc !important;
	}

	nav.mobile .social-media a:link,
	nav.mobile .social-media a:visited {
		color: #ccc;
		text-decoration: none;
	}

	nav.mobile .social-media a:hover,
	nav.mobile .social-media a:active {
		color: #fff;
		text-decoration: underline;
	}

	nav.mobile .menuheading {
		color: #ccc;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
		background: #313131;
		font-family: 'luiss_sansbold', sans-serif;
	}

	nav.mobile .menu-title {
		position: absolute;
		vertical-align: top;
		top: 16px;
		right: 47px;
		text-transform: uppercase;
		font-size: 12px;
		color: #ccc;
	}

	nav.mobile .menu-toggle {
		position: absolute;
		top: 8px;
		right: 10px;
		padding: 6px 9px 5px;
		display: inline-block;
		font-weight: 700;
		font-size: 18px;
		line-height: 1;
		color: #ccc;
		text-decoration: none;
		vertical-align: top;
		font-family: Arial, sans-serif;
	}

	nav.mobile .menu-toggle:hover {
		color: #fff;
	}

	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}

	nav.mobile ul li {
		color: #999;
		font-size: 15px;
		border-bottom: 1px solid #303030;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size: 15px;
		text-align: left;
		text-decoration: none;
		border-left: 4px #333 solid;
		padding: 15px 20px 15px 35px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}

	nav.mobile ul li a:hover {
		background: rgba(45, 45, 45, 0.5);
		color: #fff;
		border-left: 4px #2723A3 solid;
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}

	nav.mobile ul li li a {
		color: #ccc;
		background: #444;
		border-left: 4px #444 solid;
		padding: 15px 15px 15px 35px;
	}

	nav.mobile ul li li a:hover {
		background: rgba(65, 65, 65, 0.5);
	}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}

	nav.mobile ul li li li a {
		color: #ccc;
		background: #555;
		border-left: 4px #555 solid;
	}

	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}

	/* FOURTH LEVEL */
	nav.mobile ul li li li li:last-child {
		border: none;
	}

	nav.mobile ul li li li li a {
		color: #ccc;
		background: #666;
		border-left: 4px #666 solid;
	}

	nav.mobile ul li li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}

	.nav-footer {
		color: #727272;
		position: relative;
		text-align: center;
		font-size: 16px;
		line-height: 16px;
		padding: 15px 0;
	}
}

@media screen and (max-width: 1350px) {
	.site-form .three-cells {
		width: 100%;
		*width: 100%;
	}

	.site-form .full-cell {
		width: 100% !important;
	}

	.page-hero,
	.hero iframe {
		height: 350px;
	}

	.current-special-alt .special-list {
		width: 43%;
	}

	/*.premier-brand:last-of-type {margin:40px 1%;}*/
	.footer-contact {
		width: 100%;
		margin: 25px 0 0 0;
		text-align: center;
	}
}

@media screen and (max-width: 980px) {
	.site-form .four-cells {
		width: 48%;
		*width: 49%;
	}

	.header-location span {
		display: none;
	}

	.header-phone span {
		display: none;
	}

	.logo img {
		max-width: 350px;
	}

	.page-hero,
	.hero iframe {
		height: 250px;
	}

	.history-show h5 {
		width: 180px;
		padding: 25px 0;
		font-size: 55px;
		line-height: 55px;
	}
}

@media screen and (max-width: 850px) {
	.tagline {
		margin: 0 .5% 0 0;
		font-size: .8em;
	}

	.action-link {
		width: 14%;
		min-width: 230px;
	}

	.action-link a {
		font-size: 20px;
		line-height: 55px;
	}

	.action-link a:link,
	.action-link a:visited {
		padding: 0 0 0 6%;
	}

	.action-icon i {
		font-size: 65px;
	}

	.link-group-wrap {
		width: 80%;
		margin: 10px 10%;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 43px;
	}

	h4 {
		font-size: 40px;
	}

	h5 {
		font-size: 36px;
	}

	h6 {
		font-size: 20px;
	}

	.consignment-form {
		margin: 35px 0 0 0;
	}

	.logo {
		margin: 20px 0;
		padding: 0;
	}

	.logo img {
		max-width: 300px;
	}

	.page-hero {
		height: 150px;
	}

	.hero iframe {
		height: 225px;
	}

	.body-text {
		padding: 45px 10% 65px 10%;
	}

	.current-special-alt .special-list {
		width: 93%;
	}

	.link-group-wrap {
		display: none;
	}

	.footer-contact {
		margin: 0;
	}
}

@media screen and (max-width: 680px) {
	.tagline {
		display: none;
	}

	.brand-highlights img.nh-logo {
		width: 100%; max-width: 260px;	
	}
	
	.hero-action-links {
		bottom: 4%;
	}

	.action-link {
		width: 14%;
		min-width: 185px;
	}

	.action-link a {
		font-size: 16px;
		line-height: 50px;
	}

	.action-link a:link,
	.action-link a:visited {
		padding: 0 0 0 6%;
	}

	.action-icon i {
		right: 6px;
		margin: 4px 0 0 0;
		font-size: 40px;
	}

	.kubota-speacials {
		flex-flow: column;
	}

	.kubota-speacials a {
		width: 100%;
	}

	.kubota-speacials a:nth-of-type(n+2) {
		margin: 20px 0 0 0;
	}
}

@media screen and (max-width:600px) {

	.current-special-alt.secondone,
	.current-special-alt.thirdone,
	.current-special-alt.secondone,
	.current-special-alt.secondone {
		width: 100% !important
	}

	.site-form .four-cells {
		width: 98%;
		*width: 99%;
	}

	.history-show h5 {
		width: 150px;
		padding: 20px 0;
		font-size: 45px;
		line-height: 45px;
	}

	.premier-brand {
		width: 100%;
		min-width: 0;
		margin: 20px 1%;
	}

	.premier-brand .brand-icon {
		width: 100%;
		margin: 0 0 3px 0;
		padding: 20px 0;
	}

	/*.premier-brand .brand-icon img {width:94%; max-width:170px; margin:0 auto; padding:0 2%;}*/
	.premier-brand .brand-desc {
		width: 95%;
		font-size: 16px;
		line-height: 20px;
	}

	.brand-highlights img {
		max-width: 110px;
	}

	.hero-action-links {
		position: relative;
		width: 84%;
		padding: 20px 8%;
		bottom: 0;
		background: #f7f7f7;
	}

	.site-footer {
		padding: 25px 8%;
	}
}

@media screen and (max-width:500px) {
	.header-contact-bar .icon {
		margin: 0;
	}

	.header-social {
		padding: 15px 30px;
	}

	.header-location {
		padding: 15px 30px;
	}

	.header-phone {
		padding: 15px 20px;
	}

	.logo {
		margin: 28px auto 8px auto;
	}

	#menu-button {
		width: 100%;
		text-align: center;
	}

	.announcement-banner hr {
		width: 25%;
	}

	.announcement-title {
		font-size: 20px;
	}

	.announcement-subtitle {
		font-size: 28px;
	}

	.announcement-description {
		font-size: 17px;
	}

	.page-hero {
		overflow: visible;
		height: auto;
	}

	.page-hero img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.history-show h5 {
		width: 125px;
		padding: 15px 0;
		font-size: 35px;
		line-height: 35px;
	}

	.hero iframe {
		height: 200px;
	}

	.field-details {
		text-align: center;
	}
}

@media screen and (max-width: 320px) {
	.footer-contact a .icon {
		display: none;
	}

	.cycle-slideshow {
		display: none;
	}
}