﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#navcontain {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 700;
    /* box-shadow: 0px 3px 6px 1px rgba(0,0,0,.75); */
    background: rgb(235, 29, 37);
    background: linear-gradient(0deg, rgba(235, 29, 37, 1) 0%, rgba(241, 101, 48, 1) 100%);
}

nav {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #head-mobile {
    display: none;
}

#cssmenu {
    max-width: 1170px;
}

@media only screen and (min-width: 800px) {
    #navcontain .button {
        display: none;
        background: none !important;
    }
}

#navcontain .button {
    background: none !important;
}

#cssmenu>ul {
    margin: 0 0 0 0;
    text-align: center;
    font-size: 0px;
}

#cssmenu>ul>li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#cssmenu>ul>li:first-child {
    border-left: none;
}

#cssmenu>ul>li:last-child {
    border-right: none;
}

#cssmenu>ul>li>a {
    font-family: oswald, sans-serif;
    line-height: 18px;
    font-size: 18px;
    padding: 15px 60px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li:focus>a {
    color: #fff;
    background: #262626;
}

#cssmenu>ul>li:hover {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li:focus {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub:focus>a:before {
    top: 23px;
    height: 0;
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: none;
    background: #fff;
    content: '';
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 7px;
    right: 14px;
    display: none;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #2a2a2a;
    transition: all .25s ease;
}

#cssmenu ul ul li:hover {
    background: #f06530;
}

#cssmenu li:hover>ul {
    left: auto;
}

#cssmenu li:hover>ul>li {
    height: 35px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu ul ul li a {
    padding: 11px 15px;
    width: 240px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

#cssmenu ul ul li a:hover {
    background: #f06530;
}

#cssmenu ul ul li:last-child>a {
    border-bottom: 0;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/

/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/

footer,
header,
nav,
section {
    display: block;
}

pre {
    white-space: pre-wrap;
}

/*===================== 
	base styles 
=======================*/

* {
    font-family: nimbus-roman, serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: neue-aachen-pro, sans-serif;
    color: #f06530;
}

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
    padding: 0;
    /* background: url(../siteart/subtle_dots.png) repeat; */
    color: #000;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
    max-width: 100%;
}

/*===================== 
   typography 
   =======================*/

.exception h1,
.exception h2,
.exception h3,
.exception h4,
.exception h5 {
    margin: 0;
    padding: 0 0 2% 0;
    font-weight: normal;
    line-height: 1.5em;
    color: #f06530;
}

.exception h1 {
    font-size: 40px;
}

.exception h2 {
    font-size: 36px;
}

.exception h3 {
    font-size: 30px;
}

.exception h4 {
    font-size: 24px;
}

.exception h5 {
    font-size: 18px;
}

.exception p {
    padding: 0 0 2% 0;
    font-size: 24px;
    line-height: 1.5em;
    margin: 0;
}

.exception strong {
    font-weight: normal;
    /*===================== 
   link styles 
   =======================*/
}

.exception a {
    text-decoration: none;
    color: inherit;
}

.exception a:hover {
    text-decoration: none;
    color: #f06530;
}

.exception header {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: black;
    text-align: left;
}

.exception .headerwrap {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}

.exception .logo {
    float: left;
}

.exception .wrapper,
#inventory .wrapper {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.exception .container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    /*===================== 
   slideshow styles 
   =======================*/
}

.exception .main-container {
    background-image: url(/siteart/main.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    border-bottom: 1px #f7941d solid;
    text-align: center;
    z-index: 9;
}

.exception .clear {
    clear: both;
}

.exception .icon-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0px;
}

.exception .equip-text {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    font-family: clarendon-text-pro, serif;
    padding: 30% 0px;
    font-weight: 700;
}

.exception .equip-text:hover {
    /* color: #f7941d; */
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.exception .tractors {
    background: url(/siteart/equip/tractors.png);
    width: 156px;
    height: 156px;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}

.exception .harvest {
    background: url(/siteart/equip/harvest.png);
    width: 156px;
    height: 156px;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}

.exception .planting {
    background: url(/siteart/equip/planting.png);
    width: 156px;
    height: 156px;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}

.exception .icon-wrap a div {
    background-repeat: no-repeat;
    background-position: center;
}

.exception .tillage {
    background: url(/siteart/equip/tillage.png);
/*    background-color: #000;*/
    width: 156px;
    height: 156px;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}

.exception .noicon {
    background: url("/siteart/equip/noicon.png");
    width: 156px;
    height: 156px;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}

.exception .hay-forage {
    background: url(/siteart/equip/hay.png);
    width: 156px;
    height: 156px;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}

.exception .other {
    background: url(/siteart/equip/other.png);
    width: 156px;
    height: 156px;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}

.exception .wrap h1 {
    margin: 0;
    padding: 0;
}

.exception .wrap h1 {
    font-size: 40px;
    color: #f06530;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 6.8% 0 2% 0;
    text-align: center;
}

.exception .wrap p {
    margin: 0;
    font-weight: 400;
    color: #000;
    font-size: 21px;
    line-height: 25px;
    padding: 0 0 2% 0;
    font-weight: bold;
}

.exception .wrap #forecast_embed {
    border: none;
    margin: 2% auto 6.8%;
}

.exception .container {
    width: 95%;
    max-width: 830px;
    margin: 0 auto;
    /* padding: 0 2%; */
}

.exception .wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    /*===================== 
   banner styles 
   =======================*/
    /*===================== 
   Form styles 
   =======================*/
}

.exception form {
    margin: 0 0 0;
}

.exception label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

.exception input {
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 15px;
}

.exception input:focus {
    border: #2885b3 solid 1px;
}

.exception input.button1 {
    display: block;
    margin: 0 auto 5% auto;
    border: #cccccc solid 1px;
    background-color: #262626;
    color: #fff;
}

.exception input.button1:hover {
    background-color: #f06530;
    cursor: pointer;
}

.exception select {
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 102%;
}

.exception textarea {
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 100%;
}

.exception .padit {
    padding: 2% 0;
}

.exception .welcome {
    text-align: left;
    background: url(../siteart/welcomebg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.exception .quotebox {
    background: #fff;
    padding: 20px;
    position: relative;
    margin: 10px 0;
    z-index: 100;
    text-align: left;
    border-radius: 4px;
    border: #ccc 1px solid;
}

.exception .quotebox p {
    font-size: 17px;
}

.exception .pagebottom {
    background: #111111;
    padding: 50px 0;
    border-top: #f06530 9px solid;
}

.exception .pagebottom p {
    color: white;
    font-size: 16px;
}

.exception .pagebottom a {
    color: #fff;
}

.exception .pagebottom a:hover {
    color: #f06530;
}

.exception footer {
    margin: 0 auto;
    width: 100%;
}

.exception a.footerlink:link,
.exception a.footerlink:visited,
.exception a.footerlink:active {
    text-decoration: none;
    font-size: 16px;
    color: white;
    border-bottom: none;
}

.exception a.footerlink:hover {
    text-decoration: none;
    /* font-size: 12px; */
    color: #fff;
}

.exception .footertext {
    color: white;
}

.exception .footaddress {
    display: block;
    float: right;
    text-align: right;
    border-left: white 1px solid;
    padding: 0 0 0 50px;
    margin-left: 50px;
}

.exception .smallfootertext {
    font-size: 12px;
    color: #666;
}

.exception .divfooter {
    text-align: left;
    margin: 0 auto;
    /*===================== 
   Link Boxes 
   =======================*/
}

.exception .section {
    clear: both;
    padding: 0px;
    margin: 0px;
    /*  COLUMN SETUP  */
}

.exception .col {
    display: block;
    float: left;
    margin: 1% 0 1% 2%;
}

.exception .col:first-child {
    margin-left: 0;
    /*  GROUPING  */
}

.exception .group:before,
.exception .group:after {
    content: "";
    display: table;
}

.exception .group:after {
    clear: both;
}

.exception .group {
    zoom: 1;
    /* For IE 6/7 */
    /*  GRID OF TWELVE  */
}

.exception .span_8_of_12 {
    width: 66%;
}

.exception .span_4_of_12 {
    width: 32%;
}

#inventory .container {
    max-width: 100%;
}

.white-container {
    margin: 2% 0;
}

@media screen and (max-width:1024px) {
    #cssmenu>ul>li>a {
        padding: 15px 50px;
    }
}

@media screen and (max-width:930px) {
    #cssmenu>ul>li>a {
        font-size: 15px;
    }
}

@media screen and (max-width:800px) {
    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #000;
        margin: 0;
        border-left: none;
    }

    #cssmenu ul li:hover {
        background: #4b4b4b;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto;
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    #cssmenu>ul>li {
        float: none;
        border-bottom: #262626 1px solid;
    }

    #cssmenu ul ul li {
        background: #4a4a4a !important;
    }

    #cssmenu ul ul li:hover {
        background: #e6ecf5 !important;
    }

    #cssmenu ul ul ul li a {
        background: #262626;
    }

    #cssmenu ul ul li a {
        color: #fff;
        font-size: 14px;
    }

    #cssmenu ul ul li:hover>a {
        color: #000;
        font-weight: bold;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none;
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }

    #navcontain .button {
        width: 55px !important;
        height: 40px !important;
        position: absolute;
        top: 0;
        cursor: pointer !important;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: '';
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 27px;
        width: 46px;
        cursor: pointer;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 21px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 13px;
        right: 13px;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 18px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 10px;
        right: 16px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {

    .exception .tractors,
    .exception .harvest,
    .exception .planting,
    .exception .tillage,
    .exception .hay-forage,
    .exception .other {
        margin: 0;
    }

    .exception .clear {
        clear: none;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .exception .clear {
        clear: none;
    }

    .exception .tractors,
    .exception .harvest,
    .exception .planting,
    .exception .tillage,
    .exception .hay-forage,
    .exception .other {
        margin: 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 568px) {
    .exception .clear {
        clear: none;
    }

    .exception .tractors,
    .exception .harvest,
    .exception .planting,
    .exception .tillage,
    .exception .hay-forage,
    .exception .other {
        margin: 0;
    }
}

@media screen and (max-width: 1000px) {
    .exception .pagebottom {
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    .exception .footaddress {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .exception .logo {
        float: none;
        text-align: center;
    }

    .exception .headerwrap {
        flex-direction: column;
    }

    .exception .telephone {
        text-align: center;
        padding-top: 20px;
    }

    .exception h1 {
        font-size: 36px;
    }

    .exception h2 {
        font-size: 30px;
    }

    .exception h3 {
        font-size: 24px;
    }

    .exception h4 {
        font-size: 18px;
    }

    .exception h5 {
        font-size: 16px;
    }

    .exception p {
        font-size: 14px;
    }
}

@media screen and (max-width: 594px) {
    .hide {
        display: none;
    }

    .exception .main-container {
        background: url(/siteart/mainMobile.png);
        background-size: cover;
        background-position: center;
    }

    /*===================== 
   main styles 
   =======================*/

    .exception .clear {
        clear: none;
    }

    .exception .tractors,
    .exception .harvest,
    .exception .planting,
    .exception .tillage,
    .exception .hay-forage,
    .exception .other {
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    /*===================== 
   Responsive styles 
   =======================*/

    .exception .col {
        margin: 4% 0 4% 0%;
    }

    .exception .span_4_of_12,
    .exception .span_8_of_12 {
        width: 100%;
    }

    .exception .pagebottom {
        padding: 20px 0;
    }

    .exception .divfooter {
        text-align: center;
    }

    .exception .welcome {
        text-align: center;
    }
}