/* RESET */

.panel {
    border: solid 1px #ebebeb;
    padding: 1em !important;
}

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;
}

.phone-head {
    width: 50%;
    padding: 15px;
    text-align: right;
    font-size: 17px;
}


/* FRAMEWORK */

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

::-moz-selection {
    background: #125488;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #125488;
    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;
}

.header.cf:before,
.header.cf:after {
    content: "";
    display: none !important;
}

.cf:after {
    clear: both;
}

.clear {
    clear: both;
}

* {
    box-sizing: border-box;
}


/* TYPOGRAPHY */

h1 {
    margin-bottom: 10px;
    color: #125488;
}

h1 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #555;
}

p {
    line-height: 24px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .2s ease-in-out;
}

.brands a {
    display: flex;
    align-items: center;
    justify-content: center;
}

a:hover {
    color: inherit;
}

.button {
    display: inline-block;
    background: #125488;
    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;
}

.orange {
    color: #125488;
}


/* HEADER */

.header {
    padding: 15px 0;
}

.header .logo {
    width: 450px;
    align-self: center;
}

.header .wrapper {
    margin: 0 auto;
    max-width: 1500px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.header .logo img {
    display: block;
    padding: 10px 0;
    max-width: 90%;
}

.header .header-right {
    text-align: right;
    padding-left: 25px;
}

.header .header-right .contact {
    margin-bottom: 10px;
}

.header .header-right .contact a {
    margin-left: 10px;
}

.header .header-right .contact img {
    vertical-align: middle;
}

#search {
    margin: 10px 0;
    height: 40px;
    display: flex;
}

#search select {
    float: left;
    width: 200px;
    background: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border: 1px #ccc solid;
    color: #555;
    cursor: pointer;
    height: 40px;
}

.search {
    display: none;
    position: relative;
    float: left;
    width: calc(100% - 200px);
	background-color:#000;
}

.search:before {
    position: absolute;
    top: 12px;
    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%, .1);
	height: 40px!important;
}

.search input[type="text"]:focus {
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    outline: none;
}

.search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px !important;
    height: 40px;
    opacity: 0;
    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 img {
    max-height: 70px;
}

.brands ul {
    display: flex;
}

.brands ul li {
    flex: 1;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands ul li a:hover {
    opacity: .5;
}


/* STYLES */

.products {
    padding: 35px 0;
}

.products a {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    padding: 10px;
}

.products a:hover {
    color: #125488;
}

.products a img {
    display: block;
    padding: 5px 0;
}

.products a span {
    display: block;
    padding: 5px 0;
    border-top: 1px #ddd solid;
}

.contact {
    line-height: 24px;
}

.contact h2 {
    margin-bottom: 10px;
}

.contact a:hover {
    color: #125488;
}


/* Kubota Additions */


/* 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: 999;
    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: .65;
}


/* Video Container */

#video-container {
    /*width: 100%;*/
    display: inline-block;
    padding: 5px 0;
    margin: 0px auto;
    text-align: center;
}

.video-col-6 {
    margin: 0 auto;
    float: none;
}


/*#video-container{ max-width: 85rem; }*/

img.floater {
    width: 100%;
    top: 15px;
    position: relative;
}

.video-size {
    width: 480px;
    height: auto;
}


/* 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;
}

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;
}

#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;
}

.employment,
.about,
.parts {
    padding-bottom: 50px;
}


/* FOOTER */

.footer {
    background: #125488;
    padding: 25px 0;
    text-align: center;
    color: #fff;
}

.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: #fff;
    padding: 0 10px;
}

.footer .footer-nav ul li a:hover {
    color: #ccc;
}

.footer .divfooter {
    font-size: 10px;
    line-height: 18px;
}

.promo-banner {width:100%; padding:10px 10px; background-color:#000; text-align:center; display:flex; align-items:center; justify-content:center;}
.promo-content {max-width: 800px;}
.promo-content a {color:#fff; text-decoration: underline; font-size:18px; font-weight:700;}
.promo-content a:hover {color:#125488;}


/* 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 #ccc solid;
    }

    #search select {
        display: none;
    }

    .phone-head {
        width: auto !important;
        text-align: center;
    }
}

@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;
    }

    .header .header-right .contact {
        display: none;
    }

    .cta3 {
        width: 45%;
    }

    .header .container {
        align-items: center;
        justify-content: space-between;
        flex-direction: row !important;
        max-width: 100%;
        width: 100%;
    }

    .header .logo img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {

    /*
    .header .logo {
        float: none;
        width: 100%;
    }
    .header .logo img {
        padding: 0;
        margin: 0 auto;
    } */
    .header .header-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    #search {
        max-width: 480px;
        margin: 5px auto;
    }

    .brands {
        padding: 15px 0;
    }

    .brands ul {
        flex-wrap: wrap;
        text-align: center;
    }

    .brands ul li {
        flex: none;
        width: 33.3333%;
        padding: 10px;
    }

    .footer .footer-nav {
        display: none;
    }

    .cta3 {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 600px) {
    .header .logo {
        width: 60%;
    }
}

@media screen and (max-width: 480px) {
    .column3 {
        float: none;
        width: 100%;
        padding: 0;
    }

    .button {
        display: block;
    }

    .products a {
        display: block;
    }

    .products a img {
        margin: 0 auto;
    }
}

.mailer-banner {
    padding: 20px;
    background: #125488;
    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 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;
    width: 530px;
    margin: 0 auto;
    PADDING-RIGHT: 29PX;
}

.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: 320px;
    object-fit: cover;
}
