
/***** BEGIN RESET *****/
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:'Saira', sans-serif;
	vertical-align: baseline;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}
::-moz-selection {
    background: #247218;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #247218;
    color: #fff;
    text-shadow: none;
}
/***** END RESET *****/

a.link, .CaptchaWhatsThisPanel a {
	text-decoration:none;
	color:#fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all.3s ease-in-out;
}

p.paragraph {font-family: 'Saira', sans-serif;font-size:18px;line-height:1.75;margin-bottom: .75rem;}
p#contact {padding-bottom: 10px;}

body:not(.inv-wrap) {
	margin:0;
	padding:0; 
	font-family:'Saira', sans-serif;
	background: #fff;
    background-size: cover;
	overflow-x: hidden;
	background-color:#fff; 
	color:#fff;
	font-size:18px;
	line-height: 28px;
	-webkit-text-size-adjust: none;
}

img {max-width: 100%; height: auto; border:none;}

h1, h2, h3, h4 {text-transform: uppercase;}
h1{font-size:28px; margin: 15px 0; text-transform:capitalize;}
h2{font-size:1.75em; padding: 30px 0; }
h3{font-size:1em;}

.map-wrap{position: relative; line-height:0;}
.map {width: 100%; max-height: 360px;}
.map-overlay {background: rgba(0, 0, 0, 0.75); color: #fff; position: absolute; padding: 2.5em 3.25em;; top: 0; bottom: 0; right: 6%; margin: 0 auto; line-height: 1; text-align: center;}
.map-overlay a {display: block; font-size: 24px; font-weight: 600; color:#fff; text-align:center;}
.map-overlay a:hover {color: #ffc22c;}

/*Wrappers*/
.wrapper {  max-width: 100%; margin: auto 100px; box-sizing:border-box; }
.wrapped, .inv-wrap {  max-width: 100%; margin: auto 100px; box-sizing:border-box; }

/*Header*/
.site-header{width: 100%; position: absolute;background: rgb(0,0,0);background: linear-gradient(90deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.65) 100%); z-index: 999;}
.logo {display: inline-block; margin-top: 32px;}

/*Navigation*/
div#navigation {display: inline-block; float: right;}
#navigation img {display: inline-block; margin: 18px 26px; vertical-align: middle;}
#navigation a {display: inline-block;}
#navigation a:hover {transform: scale(1.1);cursor: pointer;}

/*Hero section*/
.main-image {position: relative; width: 100%;background:url(../siteart/main-image.jpg) no-repeat; background-size: cover; background-position: top center; height:calc(100vh - 90px);min-height: 720px;}
.hero-title {position: relative; float: left; top: 35%; padding:.5em 0; font-size: 2.5em; font-weight: 200; color: #fff; background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.25) 100%); line-height:.85; text-shadow: 1px 1px 4px rgba(0,0,0,.75);}
.hero-title span { text-transform: uppercase;font-weight: 900;}

/*AT page*/
.main-at {position: relative; margin: 0 auto; width: 100%; padding: 150px 0 50px 0; background: rgba(0,0,0,.65);}
.main-image-at {position: relative; width: 100%; background:url(../siteart/main-image.jpg) no-repeat; background-size: cover; background-position: top center; }

/*Content*/
.main {position: absolute; bottom: 0; margin: 0 auto; width: 100%;float: left; padding: 20px 0; background: rgba(0,0,0,.65);}
.main h1 {text-align: center;}
.main p {max-width: 1200px; margin: 0px auto; padding: 15px 0; text-align: center;}
.callouts {margin: 0 auto; text-align: center;}
.callouts a {display:inline-block;text-align: center; margin:0 20px; background-position: center top; background-repeat: no-repeat; background-size: 120px;}
.callouts a:hover {-ms-transform: scale(1.25); -webkit-transform: scale(1.25); transform: scale(1.25);}
a.tractors {background-image:url(../siteart/tractors.png);}
/*a:hover.tractors {background-image:url(../siteart/tractors-on.png);}*/
a.ag-eq {background-image:url(../siteart/ag-equipment.png);}
/*a:hover.ag-eq {background-image:url(../siteart/ag-equipment-on.png);}*/
.callout-title {padding-top: 130px; color: #fff; font-size: 1.5em;text-transform: uppercase;font-weight: 900;}

/*Scrolling banner*/
.scrolling-wrap { max-width: 100%; height: 90px; overflow: hidden; border-left: 10px solid #363636; border-right: 10px solid #363636;}
.scrolling {width: 100%;height: 90px;}

/* Footer */
.site-footer {background-color: #484848; padding: 2.5em 0 1em 0; color: #fff;line-height: 1.5;}
.site-footer a {color: #fff!important;transition: all 300ms ease;}
.site-footer a:hover{color: #A4A4A4!important;transition: all 300ms ease;}
.footer-left {float: left;}
.footer-right {width: 240px; font-size: 12px;float: right; text-align:right; margin-top: 148px;}
.footer-right img {max-width: 240px;}
.f-contact { width: 240px;float: left;}
.q-link {float: left;}

/* Forms */
.form {position:relative; max-width: 75%; margin: 0 auto; font-family: 'Saira', sans-serif;}
.formfield {float: left; width: calc(50% - 10px);margin: 5px;}
input[type="text"] {
    width: calc(95% - 2px);
    padding: 4px 2.5%;
	color:#fff;
	background: rgba(0, 0, 0, 0.35);
    border: 1px solid #bebebe;
	-webkit-border-radius:0; 
    border-radius:0;
}

select:focus {outline: none;}

textarea {
    width:calc(95% - 2px);
    height:60px;
	margin:2px 0;
    padding: 4px 2.5%;
	color:#fff;
	background: rgba(0, 0, 0, 0.35);
    border: 1px solid #bebebe;
	-webkit-border-radius:0; 
    border-radius:0;
}

.form input[type="submit"] {
	width: 100px;
	padding: 6px 0;
	background: rgba(0,0,0,.5);
    text-align: center;
    font-family: 'Kanit';
    font-weight: 700;
    font-size: 16px;
	border: 1px solid #bebebe;
    letter-spacing: 1px;
	color: #fff;
	-webkit-border-radius:0; 
    border-radius:0;
	cursor: pointer;
	
}

.form input[type="submit"]:hover {
	background-color: #363636;
    outline: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;  
    -webkit-appearance: none;
}

/*CAPCHA*/
.CaptchaPanel {margin: 0px auto !important;padding: 4px 10px !important;line-height: 20px;font-size: 10px;font-weight: 300;}
.CaptchaImagePanel {width: 100% !important;padding: 0 !important;text-align: center !important;}
.CaptchaImage {width:140px !important;}
.CaptchaAnswerPanel {padding:0 !important;}
.CaptchaMessagePanel {font-weight: normal !important;padding: 0 !important;}
.CaptchaWhatsThisPanel {padding:0 !important;}
#CaptchaAnswer {width: 146px;border: 1px solid #999; background: #fff; font-weight: bold;}
.cap-sub-group {float: left;width: 50%; text-align: center; margin: 0 auto;}
.form-btns {max-width: 80%; margin: 0 auto; text-align: center;}

/* Inventory styles*/
.container.cf {position: relative; background:rgba(255,255,255,.85);color:#000;margin: -72vh auto 0 auto;}

/* Media queries*/
.show-menu-for-mobile {display:none;} 

@media screen and (max-width: 1440px) {
    .wrapper, .wrapped , .inv-wrap {max-width: 100% ; margin: auto 30px; box-sizing:border-box;}
    .inv-wrap {max-width: 100% ; margin: -300px 30px 0 30px; box-sizing:border-box;}
    .hero-title{font-size: 2em;}
    .main-image {min-height: 678px;}
}
@media screen and (max-width: 1280px) {
    .wrapped,.inv-wrap { width: 100%; max-width: 97%;margin:0 auto;}
    .wrapper {margin: 0 auto ; padding: 0 20px;}
    .hero-title {min-width: 60%; font-size: 1.75em;padding-left: 10px;}
    #justify {text-align: justify;}
}
@media screen and (max-width: 1190px) {
    #navigation img {margin: 18px 10px;}
}
@media screen and (max-width: 1024px) {
    .main-image {background-position: -220px;}
    .main{background: rgba(0,0,0,.75);}
    .hero-title {width: 50%; font-size: 1.75em;}
    .site-header {background:rgba(0,0,0,.7);}
    #navigation img {margin: 18px 10px;}
}
@media screen and (max-width: 1025px) {
    .logo {width: 30%; }
}
@media screen and (max-width: 900px) {
    .site-header {text-align: center;}
    .logo {width: 329px; margin-top: 12px; text-align: center; border-bottom: 1px solid #455360;}
    div#navigation {width: 100%;}
    #navigation img {display: none;}
    #navigation a {
        display: block;
        height: 45px;
        width: 16.5%;
        margin: 1% 0;
        float: left;
        background-repeat: no-repeat;
        background-position: top center;
    }
    a.home {background-image: url(../siteart/home.png);}
    a.inventory {background-image: url(../siteart/inventory.png);}
    a.ATtab {background-image: url(../siteart/at.png);}
    a.location {background-image: url(../siteart/location.png);}
    a.about {background-image: url(../siteart/about.png);}
    a.contact {background-image: url(../siteart/contact.png);}
    .form {max-width: 100%;}
    .hosted-content #listings-title {font-size: 1.25rem !important;}
    h2.m-1 {font-size: 1.25em !important;}
    .hero-title {top: 26%!important;width: 80%;font-size: 1em;}
} 
@media screen and (max-width: 680px) {
    .main-image {min-height: 577px;}
    .footer-left{width: 100%;}
    .footer-right {float: left;margin-top: 30px;}
    .f-contact, .q-link {width: 40%; margin: 0 5%;}
    p {font-size: 15px;}
}
@media screen and (max-width: 550px) {
    .callouts a {background-size: 94px;}
    .callout-title {padding-top: 100px;font-size: 18px; font-weight: 700;}
    .main  {padding: 15px 0 10px 0;}
    div#formpage { width: 50%; float: left;}
    .formfield {float: left;width: 100%; margin: 4px 0;}
    .CaptchaPanel {padding: 4px 10px;}
    #CaptchaAnswer {width: 112px;}
    .container.cf {margin: -66vh auto 0 auto;}
}
@media screen and (max-width: 402px){
    .logo {width: 220px;}
    h1 {font-size: 24px}
    .main-image {background-position: -140px;}
    .hero-title {font-size: 1em;}
     p {font-size: 14px;}
    .site-footer {font-size: 16px;}
    .footer-right img {max-width: 200px;}
    .formfield {float: left;width: 100%;margin: 4px 0;}
}
@media screen and (max-width: 360px){
    .main-image {min-height: 620px;}
}
@media screen and (max-width: 322px){
    .site-footer {font-size: 14px}
    .callout-title {font-size: 14px; padding-top: 80px;}
    .callouts a {background-size: 75px;}
}
@media screen and (max-width: 300px){
    #navigation a {height: 40px; width: calc(20% - 10px); margin: 10px 5px;}
}