/* 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;
}

/* FRAMEWORK */

html,
body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    overflow-x: hidden !important;
}

::-moz-selection {
    background: #f05c2c;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #f05c2c;
    color: #fff;
    text-shadow: none;
}

.main {
    padding: 50px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.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%;
}

.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;
}

/* CTA */

.cta {
    width: 100%;
    display: table;
    background: #fff;
}

.cta ul {
    margin: 15px 0px 15px;
    list-style: none;
    width: 100%;
    display: table;
    position: relative;
}

.cta ul li {
    padding: 0 10px;
    margin: 0px;
}

.cta ul li div:first-child {
    list-style: none;
    position: relative;
    padding: 0;
    z-index: 10;
    text-align: center;
    overflow: hidden;
}

.cta ul li img {
    max-height: 125px;
}

.cta span {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #eee;
}

.cta span.HP {
    display: block;
    border: none;
    font-weight: 400;
    line-height: 14px;
}

.cta h2,
.cta a {
    color: #222;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.35;
}

.cta .overlay {
    position: relative;
    top: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.cta a:hover,
.cta a:hover h2 {
    opacity: 0.65;
}

/* Main Container */

#main-container {
    width: 100%;
    display: block;
    padding: 35px 0;
    margin: 0px auto;
}

#main-containerVideo {
    width: 100%;
    display: block;
    padding: 35px 0;
    margin: 0px auto;
    text-align: center;
    max-width: 85rem;
}

#main-container {
    max-width: 85rem;
    margin-bottom: 450px;
}

img.floater {
    width: 100%;
    top: 15px;
    position: relative;
}

/* Brands */

#brands {
    background: #eee;
    width: 100%;
    display: table;
    -moz-box-shadow: inset 0 12px 15px -12px #333, inset 0 -12px 15px -12px #333;
    -webkit-box-shadow: inset 0 12px 15px -12px #333,
        inset 0 -12px 15px -12px #333;
    box-shadow: inset 0 12px 15px -12px #333, inset 0 -12px 15px -12px #333;
}

#brands ul {
    margin: 0px auto;
    text-align: center;
    list-style: none;
}
.content-wrapper h1 {
	letter-spacing:1.5px;
	font-weight: 800;
	line-height: 1.1;
	color:#000;
	font-size: 48px!important;
}
.slide-content {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.slide-content img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.slide-kubota-offers {
  position: relative;
}
.overlay-bg {
	position: absolute;
	z-index: 3;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	background: rgba(41, 41, 41, .35);
}
.slide-kubota-offers {
  position: relative;
}

/* Invisible clickable button */
.slide-btn-link {
  position: absolute;
  left: 10.2%;
  bottom: 29.5%;
  width: 22.2%;
  height: 12.2%;
  border-radius: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent !important;
  font-size: 0px;
  font-weight: 600;
  text-decoration: none;

  background: rgba(255,255,255,0);

  cursor: pointer;

  z-index: 10;
}
.slide-kubota-offers img {
  pointer-events: none;
}

.slide-content .overlay-content {
	position: absolute;
	z-index: 7;
	
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

.overlay-content h1 {
	max-width: 555px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #333;
}
#brands ul li {
    display: inline-block;
    margin: 25px 16px;
}

#brands ul li img {
    height: 30px;
    max-width: auto;
}

#brands ul li:first-child img,
#brands ul li:nth-child(2) img {
    height: 60px;
}

#equipment .medium-4 {
    position: relative;
    display: table;
    margin-bottom: 25px;
}

#equipment section {
    display: table;
    width: 100%;
    position: relative;
    text-align: center;
}

#equipment img {
    margin-bottom: 16px;
}

/* TYPOGRAPHY */

h1 {
    margin-bottom: 10px;
    color: #f05c2c;
}

h1 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #555;
}

p {
    line-height: 24px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: inherit;
}

.button {
    display: inline-block;
    background: #f05c2c;
    margin: 5px 0;
    padding: 12px 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000!important;
}

.button:hover {
    background: #555;
    color: #fff;
}

.orange {
    color: #f05c2c;
}

/* HEADER */

.header {
    padding: 15px 0;
    box-sizing: border-box !important;
}

.header .logo {
    float: left;
    width: 450px;
    box-sizing: border-box !important;
}

.header .logo img {
    display: block;
    padding: 10px 0;
    box-sizing: border-box !important;
}

.header .header-right {
    float: left;
    width: calc(100% - 450px);
    text-align: right;
    padding-left: 25px;
    box-sizing: border-box !important;
}

.header .header-right .contact {
    margin-bottom: 10px;
    box-sizing: border-box !important;
}

.header .header-right .contact a {
    margin-left: 10px;
    box-sizing: border-box !important;
}

.header .header-right .contact img {
    vertical-align: middle;
}

#search {
    margin: 10px 0;
    height: 50px;
}

#search select {
    float: left;
    width: 200px;
    padding: 14px 10px;
    background: #f5f5f5;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    border: 1px #ccc solid;
    color: #555;
    height: 50px;
    cursor: pointer;
}

.search {
    display: none;
    position: relative;
    float: left;
    width: calc(100% - 200px);
}

.search:before {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "FontAwesome";
    content: "\f002";
    color: #ccc;
}

.search input[type="text"] {
    width: 100%;
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    border: 1px #ccc solid;
    border-left: none;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
    height: 50px;
}

.search input[type="text"]:focus {
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    outline: none;
}

.search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px !important;
    opacity: 0;
    height: 50px;
    cursor: pointer;
}

.brands {
    background: #eee;
    width: 100%;
    padding: 25px 0;
    box-shadow: inset 0 12px 15px -12px #333, inset 0 -12px 15px -12px #333;
}

.brands ul {
    display: flex;
}

.brands ul li {
    flex: 1;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands ul li img {
    height: 50px;
    object-fit: contain;
}

.brands ul li a:hover {
    opacity: 0.5;
}

/* STYLES */

.products {
    padding: 35px 0;
}

.products a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    text-align: center;
    padding: 10px;
}

.products a:hover {
    color: #f05c2c;
}

.products a img {
    display: block;
    padding: 5px 0;
}

.products a span {
    display: block;
    padding: 5px 0;
}

.line-spacer {
    border-top: 1px #ddd solid;
    width: 100px;
    margin: 0 auto 10px;
}

.contact {
    line-height: 24px;
}

.contact h2 {
    margin-bottom: 10px;
}

.contact a:hover {
    color: #f05c2c;
}

/* FOOTER */

.footer {
    background: #aaa;
    padding: 25px 0;
    text-align: center;
}

.footer .footer-nav {
    display: block;
    margin: 10px 0 25px;
}

.footer .footer-nav ul li {
    display: inline-block;
}

.footer .footer-nav ul li a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 0 10px;
}

.footer .footer-nav ul li a:hover {
    color: #000;
}

.footer .divfooter {
    font-size: 10px;
    line-height: 18px;
}

.promo-content {max-width:800px;}
.promo-banner {width:100%;padding:10px 10px; background:#000;text-align: center; display:flex; align-items:center; justify-content:center;}
.promo-banner a {color:#fff; text-decoration:underline;font-size:18px; font-weight:700;}
.promo-banner a:hover {color:#f05c2c; }


/* RESPONSIVE */

@media screen and (max-width: 1080px) {
    .header .logo {
        width: 350px;
    }

    .header .header-right {
        width: calc(100% - 350px);
    }

    .header .header-right .contact {
        font-size: 12px;
    }

    .search {
        float: none;
        width: 100%;
    }

    .search input[type="text"] {
        border: 1px #000 solid;
    }

    #search select {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    #main-container {
        margin-bottom: 100px;
    }

    .main {
        padding: 25px 0;
    }

    .column3 {
        width: 50%;
        margin-bottom: 15px;
    }

    .column3:nth-child(odd) {
        clear: both;
    }

    .column6 {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    /*.header .header-right .contact {
		display: none;
	}*/
}

@media screen and (max-width: 768px) {

    .header,
    .header .container {
        padding: 0;
    }

    .header .logo {
        float: none;
        width: 100%;
    }

    .header .logo img {
        padding: 0;
        margin: 0 auto;
    }

    .header .header-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .header .header-right .contact {
        float: none;
        width: 62%;
        margin: 0 auto;
    }

    #search {
        max-width: 480px;
        margin: 5px auto;
    }

    .products a {
        width: 48%;
    }

    .brands {
        padding: 15px 0;
    }

    .slick-dots {
        display: none !important
    }

    .brands ul {
        flex-wrap: wrap;
        text-align: center;
    }

    .brands ul li {
        flex: none;
        width: 33.3333%;
        padding: 10px;
    }

    .footer .footer-nav {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .header .header-right .contact {
        float: none;
        width: 98%;
        margin: 0 auto;
    }

    .column3 {
        float: none;
        width: 100%;
        padding: 0;
    }

    .button {
        display: block;
    }

    .products a {
        width: 98%;
    }

    .products a img {
        margin: 0 auto;
    }
}

/*! CSS Used from: https://www.antietamtractor.com/css/grid/foundation.min.css */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

*,
:after,
:before {
    box-sizing: inherit;
}

a {
    line-height: inherit;
    color: #0D4D60;
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover {
    color: #258faf;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }
}

.mailer-banner {
    padding: 20px;
    background: #f05c2c;
    color: #fff !important;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 34px;
    margin-top: -15px;
}

.mailer-banner span {
    font-size: 14px;
    color: #fff;
}

@media (max-width: 768px) {
}

@media only screen and (max-width: 450px) {
    .mailer-banner {
        padding: 10px;
        font-size: 24px;
        line-height: 24px;
    }
}

/* Video Container */
.vidtest {
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.vidtest i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    transition: ease all 0.2s;
    opacity: 0.75;
    color: #fff;
    text-align: center;

    font-size: 30px;
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.33);
}

.vidtest:hover i {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
}

.vidtest video {
    z-index: 30;
    position: relative;
}

/*#video-container{ max-width: 85rem; }*/
img.floater {
    width: 100%;
    top: 15px;
    position: relative;
}

.video-size {
    max-width: 100%;
    width: 480px;
    height: 100%;
    width: 100%;
    height: 380px;
    object-fit: cover;
}




/* NEW STYLES  */

.panel {
    border: solid 1px #ebebeb;
    padding: 1em !important
}


::selection {
    background: #125488;
    color: #fff;
    text-shadow: none
}

.main {
    padding: 50px 0
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.column1,
.column10,
.column11,
.column12,
.column2,
.column3,
.column4,
.column5,
.column6,
.column7,
.column8,
.column9 {
    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: 46%;
}

.column5 {
    width: 41.6666%
}

.column4 {
    width: 33.3333%
}

.column3 {
    width: 25%
}

.column2 {
    width: 16.6666%
}

.column1 {
    width: 8.3333%
}

.last {
    padding: 0
}

.button {
    display: inline-block;
    background: #f05c2c;
    margin: 5px 0;
    padding: 12px 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.button:hover {
    background: #555;
    color: #fff
}

#main-container {
    width: 100%;
    display: block;
    padding: 35px 0;
    margin: 0 auto
}

#main-container {
    max-width: 85rem
}

.parts {
    padding-bottom: 50px
}

@media screen and (max-width:980px) {
    .main {
        padding: 25px 0
    }

    .column3 {
        width: 50%;
        margin-bottom: 15px
    }

    .column3:nth-child(odd) {
        clear: both
    }

    .column6 {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px
    }
}

@media screen and (max-width:480px) {
    .column3 {
        float: none;
        width: 100%;
        padding: 0
    }

    .button {
        display: block
    }
}

@media screen and (max-width:328px) {
	.promo-banner {padding:12px 12px;}
	.promo-banner a {font-size:16px; }
}