/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

p#showroom-txt {color: red; font-weight: bold; font-size: 20px; text-align: center; display: block; padding: 1.25em 7%; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; line-height: 1.2;}


/* FRAMEWORK */

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: none
}

body {
    overflow-x: hidden;
    line-height: 1.6;
    letter-spacing: .02em;
}

::-moz-selection {
    background: #af0000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #af0000;
    color: #fff;
    text-shadow: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
    -webkit-appearance: button;
}

.main {
    padding: 50px 25px;
    background: #fff;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: 450px;
    padding: 25px;
}

img.underline {
    padding: 25px 0;
    max-width: 125px;
}

.red {
    color: #af0000;
}

.pad50 {
    padding: 50px !important;
}

.pad30 {
    padding: 30px !important;
}

.center {
    text-align: center;
}

.flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.content-width {
    max-width: 1300px; 
    margin: 0 auto; 
    width: 94%; 
}

.content-width-nav {
    max-width: 1365px;
    margin: 0 auto;
    width: 94%;
}

.footer-width {
    max-width: 1200px;
    margin: 0 auto;
    width: 94%;
}

.column12,
.column11,
.column10,
.column9,
.column8,
.column7,
.column6,
.column5,
.column4,
.column3,
.column2,
.column1 {
    float: left;
    padding: 0 25px 0 0;
}

.column12 {
    width: 100%;
}

.column11 {
    width: 91.6666%;
}

.column10 {
    width: 83.3333%;
}

.column9 {
    width: 75%;
}

.column8 {
    width: 66.6666%;
}

.column7 {
    width: 58.3333%;
}

.column6 {
    width: 50%;
}

.column5 {
    width: 41.6666%;
}

.column4 {
    width: 33.3333%;
}

.column3 {
    width: 25%;
    box-sizing: border-box;
}

.column2 {
    width: 16.6666%;
}

.column1 {
    width: 8.3333%;
}

.last {
    padding: 0;
}

.cf {
    zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.clear {
    clear: both;
}

* {
    box-sizing: border-box;
}


/* TYPOGRAPHY */
a {
    text-decoration: none;
    color: inherit;
    transition: all .2s ease-in-out;
}

a:hover {
    color: inherit;
}

a#cta-btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    font-family: 'Playfair Display', sans-serif;
    background: rgba(228, 8, 12, .5);
    max-width: 333px;
}

a#cta-btn button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
}

a#cta-btn span {
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
}

a#cta-btn2 {
    border: 1px solid #af0000;
    cursor: pointer;
    display: block;
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

a#cta-btn2 button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 15px 30px;
    color: #af0000;
    font-weight: 900;
}

a#cta-btn3 {
    text-align: center;
    display: block;
    background: #000;
}

a#cta-btn3 button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

a#cta-btn3 span {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #cdcdcd;
    margin-top: 5px;
}

a#cta-btn:hover {
    border-radius: 30px;
    background: #af0000;
    color: #fff;
}

a#cta-btn2:hover,
.zoom-wrapper .column4:hover a#cta-btn3:hover {
    background: #af0000;
    color: #fff;
}

a#cta-btn:hover .fas,
a#cta-btn2:hover .fas,
a#cta-btn2:hover button {
    color: #fff;
}

.center {
    text-align: center;
}

.red {
    color: #af0000;
    display: inline-block !important;
}

/* HEADER */
.top-bar {
    background: #000;
    padding: 30px 0;
}

.top-nav {
    width: 80%;
    text-align: right;
}

.top-nav a {
    color: #fff !important;
    margin: 0 15px;
    padding: 10px 0;
    font-size: 16px;
    display: inline-block;
    font-family: 'Playfair Display', sans-serif;
}

.top-nav a:hover {
    color: #af0000 !important;
}

img.main-logo {
    width: 100%;
    max-width: 333px;
    height: auto;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
}

a.main-logo-nav {
    margin-top: -95px;
    text-align: right;
    box-sizing: border-box;
}

a.main-logo-nav img {
    max-width: 85px;
    height: auto;
}

img.main-logo.mobile {
    display: none;
}

a#cta-search {
    right: 0;
    position: absolute;
    z-index: 999;
    margin-top: 75px;
}

a#cta-search button {
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 15px 30px;
    background: #af0000;
    font-size: 22px;
    border-radius: 30px 0 0 30px;
}

a#cta-search:hover button {
    background: #cdcdcd;
    color: #000;
}

/* Mobile Menu Toggle */
.off-canvas-container {
    position: relative;
}

.off-canvas-inner {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.off_canvas {
    position: relative;
    height: 100vh;
    max-height: 100%;
    background: #000 url('/siteart/silver-bg.png') center repeat;
    background-size: cover;
    position: fixed;
    overflow-x: hidden;
    top: 0;
    z-index: 1;
}

.off_canvas_content.is_open,
.off_canvas_content.open_right.is_open {
    filter: blur(3px);
    position: fixed;
    width: 100%;
}

.off_canvas_content.is_open {
    transform: translateX(300px);
}

.off_canvas_content.open_right.is_open {
    transform: translateX(-250px);
}

.position_left,
.position_right {
    width: 300px;
    overflow-y: auto;
}

.position_left {
    transform: translateX(-300px);
    left: 0
}

.position_right {
    transform: translateX(300px);
    right: 0;
}

.position_left.is_open,
.position_right.is_open {
    transform: translateX(0px);
    z-index: 999999;
    -webkit-box-shadow: 2px 0 20px -4px #111;
    box-shadow: 2px 0 20px -4px #111;
    background: #272727;
}

.off_canvas_content,
.off_canvas_content.is_open,
.position_left,
.position_left.is_open,
#off_canvas_cover.is_open,
#off_canvas_cover,
.position_right.is_open,
.position_right {
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

/* Close Btn */
.mobile-close {
    background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent !important;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 15px;
    display: block;
    border: none;
}

.mobile-close:hover {
    cursor: pointer;
    background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
}

#off_canvas_cover,
#off_canvas_cover.is_open {
    transform: rotate(0);
}

#off_canvas_cover {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, .65);
    opacity: 0;
}

#off_canvas_cover.is_open {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

/* Mobile Menu */
.off_canvas header {
    background: transparent;
    padding: 0px;
    position: relative;
    top: 0;
}

.off_canvas h2 {
    color: #fff;
    text-align: left;
    font-size: 1.5em;
    margin: 10px 15px;
}

/* Menu Main */
/*.menu-main-container {width: 100%;}*/
.menu-main-container .large {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

.menu-main-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    position: relative;
    z-index: 3;
    background: #fff;
    /*box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);*/
}

.mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu-main a {
    position: relative;
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    padding: 22px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Playfair Display', sans-serif;
}

#menu-main a:hover {
    background: #af0000;
    color: #fff;
}

#menu-main li {
    position: relative;
    display: inline-block;
    max-width: 176px;
}

/* Main Sub-Menu */
#menu-main ul {
    position: absolute;
    white-space: nowrap;
    z-index: 9999999;
    left: -99999em;
    background: #af0000;
    text-align: left;
}

#menu-main li ul li {
    display: block;
}

#menu-main ul li a:hover {
    color: #fff;
}

#menu-main>li:hover>ul {
    left: auto;
    min-width: 100%;
}

#menu-main>li li:hover>ul {
    left: 100%;
    margin-left: 1px;
    top: -1px;
}

#menu-main ul.sub-menu a {
    font-size: 15px;
    padding: 10px 15px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    border-bottom: .5px solid #000;
}

.mobile.button {
    display: none;
}

.mobile-nav #mobile-menu-main {
    border-top: 1px solid #999;
}

.mobile-nav #mobile-menu-main li {
    width: 100%;
    position: relative;
}

.mobile-nav #mobile-menu-main li a:hover {
    background-color: #af0000;
    color: #fff;
}

.mobile-nav #mobile-menu-main a {
    width: 100%;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 10px 0 10px 5%;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
}

/* Mobile Sub-Menu */
.mobile-nav #mobile-menu-main .large {
    display: none;
}

.mobile-nav #mobile-menu-main ul {
    position: relative;
    z-index: initial;
    left: 0;
    background: transparent;
    text-align: left;
    width: 100%;
    padding: 0px;
    display: none;
}

.mobile-nav ul li ul li a {
    padding: 10px 0;
}

.mobile-nav ul li a:hover {
    color: #fff !important;
}

/* First Dropdown */
.mobile-nav #mobile-menu-main>li li:hover>ul {
    left: 0px;
}

/* Second Dropdown */
.mobile-nav #mobile-menu-main>li>.sub-menu li a {
    margin: 0 0 0 5%;
}

/* Third Dropdown */
.mobile-nav #mobile-menu-main>li>.sub-menu>li>ul.sub-menu li a {
    margin: 0 0 0 10%;
}

/* Fourth Dropdown */
.mobile-nav #mobile-menu-main>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu li a {
    margin: 0 0 0 15%;
}

/* Fifth Dropdown */
.mobile-nav #mobile-menu-main>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu li a {
    margin: 0 0 0 20%;
}

/* Mobile Btn */
.mobile-nav li button.mobile_btn {
    height: 45px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #7f7f7f;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    border: none;
    box-sizing: border-box;
}

.mobile-nav li button.mobile_btn:hover {
    cursor: pointer;
}

.mobile-nav button.mobile_btn::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../siteart/mobile_arrow.png) no-repeat center center / 10px;
    width: 100%;
    height: 100%;
}

.mobile-nav li button.mobile_btn.active {
    background: #666;
}

.mobile-nav li button.mobile_btn.active::after,
.mobile-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popup {
    width: 92%;
    max-width: 1200px;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    z-index: 99999999;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    display: none;
    box-shadow: 0px 15px 40px rgb(26 30 43 / 13%);
}

.close-popup,
.bar-right {
    position: absolute;
    top: 0;
    left: 12px;
    width: 40px;
    height: 40px;
    color: #ccc;
    font-size: 22px;
    z-index: 1;
    cursor: pointer;
}

.popup img#inv-page {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 1em 0;
}

.popup p {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 600px;
    font-size: 24px;
    font-weight: 600;
    padding: 20px;
    line-height: 1.4;
}

.overlay:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    z-index: 9999999;
}

.overlay:target:before {
    display: none;
}

.overlay:target .popup {
    top: -280%;
    left: -100%;
}


/* STYLES */
.content-wrapper {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
}

.content-wrapper h1 {
    font-weight: 900;
    line-height: 36px;
    width: 100%;
    font-family: 'Playfair Display', sans-serif;
}

.content-wrapper h1 span {
    display: block;
    color: #757575;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: .75px;
    font-family: 'Asap', sans-serif;
    line-height: 30px;
}

.content-wrapper h2 {
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px;
	font-family: 'Playfair Display', sans-serif;
	font-size: 28px;
}

.content-wrapper h2 span {
    display: block;
    color: #757575;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: .75px;
    font-family: 'Asap', sans-serif;
    line-height: 30px;
}

.content-wrapper p a:hover {
    text-decoration: underline;
}

.manu-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}

.manu-logos.homepage {
    flex-wrap: nowrap;
}

.manu-logos img {
    width: 100%;
    height: auto;
    padding: 0;
    max-width: 200px;
}

.quicklinks-wrapper {
    position: absolute;
    z-index: 2;
    align-content: center;
    align-items: center;
    margin-top: -100px !important;
    padding: 0;
}

.quicklinks-wrapper a {
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
}

.quicklinks-wrapper a .fas {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
	width: 100%;
}

.quicklinks-wrapper a:hover {
    background: rgba(0, 0, 0, .85);
}

.quicklinks-wrapper button {
    background: rgba(0, 0, 0, .75);
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    padding: 1.5em 5%;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    width: 100%;
}

.locations-wrapper h1 {
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px;
}


.locations-wrapper p {
    background: #f0f0f0;
}

.locations-wrapper .staff-member {
    padding: 2em 1em !important;
    margin: 30px 0 !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sidebar-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2em 5% !important;
}

.sidebar-wrapper h3 {
    margin-bottom: 20px !important;
}

.sidebar-wrapper ul {
    margin: 15px auto !important;
    width: 100%;
}

.sidebar-wrapper ul li {
    padding: .5em 5%;
}


/* CTA banner */
.cta-banner {
    text-align: center;
    background: #000 url('/siteart/hero1.jpg');
    background-position: center;
    padding: 5em 0 !important;
    box-sizing: border-box;
	background-color: black;
}

.cta-banner h2 {
    color: #fff;
    padding: 1em 0 0 0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

/* inv scroller */
.scroll-bg {
    position: relative;
    width: 100%;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling-wrap iframe {
    width: 100%;
}

/* zoom buttons */
.zoom-wrapper .content-wrapper {
    justify-content: center;
}

.zoom {
    float: left;
    /*width: calc(16.66% - 10px);*/
    position: relative;
    margin: 30px 0;
    padding: 0;
    height: auto;
    max-height: 215px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.zoom img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease;
    max-width: none;
    padding: 0;
}

.zoom .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .25);
    transition: all .5s ease;
    z-index: 10;
}

.zoom .zoom-caption .zoom-caption-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 22px;
    width: 100%;
}

.zoom:hover .zoom-caption {
    background: rgba(136, 0, 0, .75);
}

.zoom:hover .zoom-caption .zoom-caption-text:after {
    content: ' \00BB';
    margin-left: 3px;
    color: #fff;
    font-size: 18px;
}


/* CAT SLIDER */
.catslide {
    position: relative;
}

.cattitler {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    display: inline-block;
    margin: 0 auto;
    margin-top: 1%;
    box-sizing: border-box;
}

.titleblock {
    max-width: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0;
    display: inline-block;
}

.titleblock h1 {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 30px;
}

.titleblock p {
    line-height: 24px;
    margin-top: 15px;
}

/* form + captcha */
#form {
    background: #f4f4f4;
    padding: 30px 5%;
    border: 1px #ccc solid;
}

#form .form-row {
    display: block;
    margin: 0 0 5px;
    text-align: left !important;
}

#form input[type="text"],
#form input[type="email"],
#form select,
#form textarea,
#form input[type="date"] {
    width: 100%;
    margin: 5px 0 20px;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

#form input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 230px;
    background: #af0000 !important;
    margin: 5px auto;
    padding: 10px 0;
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    color: #fff;
    border: none;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

#form input[type="submit"]:hover {
    background: #000 !important;
    border-radius: 30px;
}

#form textarea {
    height: 90px;
}

.CaptchaPanel {
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}

.CaptchaAnswerPanel input {
    width: 250px;
    max-width: 100%;
    padding: 5px;
    margin: 5px 0;
}

.CaptchaMessagePanel {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaImage {
    width: auto !important;
    padding: 0 !important;
}

.CaptchaAnswerPanel {
    margin: 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    font-size: 12px;
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

.page-title {
    width: 100%;
    text-align: center;
    padding: 4em 2em;
    background: #000 url('/siteart/dark-bg.png');
    background-attachment: fixed;
}

.page-title.precision-farming {
    width: 100%;
    text-align: center;
    padding: 8em 2em;
    background: #000 url('/siteart/hero-precision-farming2.jpg');
    background-size: cover;
    background-position: center;
}

.page-title h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    text-shadow: 5px 5px 18px #222;
    -webkit-text-shadow: 5px 5px 18px #222;
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
}

/* showroom / new equipment */
.zoom-wrapper .column4 {
    border: 1px solid #ccc;
    width: 29%;
    margin: 2%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.zoom-wrapper .column4:hover {
    border: 1px solid #000;
    transition: all .2s ease-in-out;
}

.zoom-wrapper .column4:hover a#cta-btn3 {
    background: #333;
    transition: all .2s ease-in-out;
}

.categoryslider {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: -350px;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: block;
}

.categorywrap {
    position: absolute;
    width: 100%;
    top: 45%;
    transform: translate(0, -50%);
}

.categorywrap a {
    display: block;
    padding: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.categorywrap a:hover {
    color: #af0000;
    background: #fff;
}

.zoom-wrapper .column4:hover>.categoryslider {
    top: 0;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/* FOOTER */
.footer {
    background: #000 url('/siteart/dark-bg.png');
    padding: 75px 6%;
    display: flex;
    justify-content: space-between;
	background-color: black;
}

.footer a {
    display: block;
    color: #ddd;
    margin: 5px 0;
}

.footer a:hover {
    color: #fff;
}

.footer h3 {
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
	font-size: 22px;
    line-height: 1.4;
}

.footer h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

.footer .fab {
    margin: 15px 10px;
    font-size: 18px;
}

.footer .column3,
.footer .column2 {
    padding: 0 !important;
}

.footer .hours {
    color: #ddd;
    padding-right: 7% !important;
}

.site-host {
    text-align: right;
    color: #a7a7a7;
    font-size: 11px;
}

.site-host a {
    color: #a7a7a7;
    display: inline-block;
    margin: 0 auto;
}

.site-host a:hover {
    color: #fff;
}


/* MEDIA QUERIES (RESPONSIVE) */

.show {
    display: block;
}

@media screen and (max-width: 1500px) {
    .manu-logos .column2 {
        float: left;
        width: 25% !important;
    }

    .quicklinks-wrapper button {
        font-size: 18px;
    }
}

@media screen and (max-width: 1250px) {
    .top-nav {
        width: 100%;
        text-align: center;
    }

    .top-nav a {
        padding: 5px 0;
        font-size: 14px;
    }

    #menu-main a {
        padding: 20px;
        font-size: 14px;
    }

    img.main-logo {
        max-width: 280px;
    }

    a.main-logo-nav img {
        max-width: 75px;
        position: absolute;
        right: 5%;
        top: 70px;
        z-index: 99;
    }

    a#cta-search {
        margin-top: 10px;
    }

    .main {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .content-wrapper h1,
    .titleblock h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .content-wrapper h1 span, .content-wrapper h2 span {
        font-size: 18px;
        line-height: 26px;
    }

    .cta-banner {
        padding: 4em 0 !important;
    }

    .cta-banner h2 {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
        padding-top: 0;
    }

    .page-title h1 {
        font-size: 36px;
    }

    a#cta-btn {
        font-size: 18px;
    }

    .manu-logos.homepage {
        flex-wrap: wrap;
    }

    .manu-logos .column2,
    .footer .column3 {
        float: left;
        width: 33.33% !important;
    }
	
	.content-wrapper h2 {font-size: 24px;}

    .zoom-wrapper .column4 {
        width: 29% !important;
        margin: 2% !important;
        padding: 0;
        float: left;
    }

    .column1,
    .column2,
    .column3,
    .column4,
    .column5,
    .column6,
    .column7,
    .column8,
    .column9,
    .column10,
    .column11,
    .column12 {
        margin: 0 auto !important;
        width: 100% !important;
        float: none;
        padding: 0;
    }

    .quicklinks-wrapper {
        margin-top: -100px !important;
    }

    .quicklinks-wrapper .column3 {
        float: left;
        width: 25% !important;
    }

    .titleblock {
        position: relative;
        left: 0;
        bottom: 0;
        padding: 0;
    }

    .cattitler {
        position: relative;
        background: #000;
        margin-top: 0;
        max-width: none;
        padding: 2em;
    }

    .top-bar .content-wrapper {
        flex-direction: column-reverse !important;
        align-items: center;
    }

    img.main-logo {
        display: none;
    }

    img.main-logo.mobile {
        position: relative;
        margin-top: 15px;
        display: block;
    }

    .menu-main-container ul,
    .sidebar-wrapper {
        text-align: center;
    }

    .sidebar-wrapper ul {
        margin: 15px 0 !important;
    }
}

@media screen and (max-width: 950px) {
    .quicklinks-wrapper {
        position: relative;
        margin-top: 0 !important;
    }

    .quicklinks-wrapper button {
        background: rgba(0, 0, 0, .8);
        font-size: 16px;
    }

    .quicklinks-wrapper .column3 {
        float: left;
        width: 50% !important;
    }

    .zoom {
        max-height: 175px;
    }

    .zoom-wrapper .column4 {
        width: 46% !important;
        margin: 2% !important;
        padding: 0;
        float: left;
    }

    .popup img#inv-page {
        max-width: 200px;
    }

    .popup p {
        font-size: 20px;
    }
}

@media screen and (max-width: 700px) {
    .pad30 {
        padding: 20px !important;
    }

    .pad50 {
        padding: 40px 25px !important;
    }

    .quicklinks-wrapper button {
        font-size: 14px;
    }

    .off_canvas {
        display: block;
    }

    .mobile.button {
        width: auto;
        display: block;
        background: #000 !important;
        color: #fff;
        font-size: 30px;
        line-height: 22px;
        right: 0;
        position: absolute;
        z-index: 9;
        top: 0;
        border: none;
        cursor: pointer;
        padding: 18px !important;
        border-radius: 0;
        box-sizing: border-box;
        margin: 0 auto;
        height: auto !important;
        text-align: right;
    }

    .menu-main-container,
    .top-nav,
    a#cta-search {
        display: none;
    }

    img.main-logo.mobile {
        margin-top: 0;
        z-index: 999;
    }

    .page-title h1 {
        font-size: 30px;
    }

    .page-title {
        background-attachment: inherit;
        padding: 2em;
    }

    .page-title.precision-farming {
        padding: 4em 2em;
    }

    .manu-logos .column2 {
        float: left;
        width: 50% !important;
    }

    .zoom-wrapper .column4 {
        width: 100% !important;
        margin: 0 auto !important;
        float: none;
        margin-bottom: 10px !important;
    }

    .footer {
        flex-wrap: wrap;
    }

    .footer,
    .site-host {
        text-align: center;
    }

    .footer .column3 {
        margin: 0 auto;
        width: 100% !important;
        float: none;
        padding: 1em 0 !important;
    }

    .site-host {
        margin-top: 30px !important;
    }
	
	p#showroom-txt {font-size: 18px;}
}