@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#000;
	line-height:1!important;
	font-family: 'Open Sans', sans-serif!important;
}

/*============================
ALL PAGES
============================*/
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

.wrap {width:95%;margin:0 auto;max-width:1400px;}
.smwrap {width:95%;margin:0 auto;max-width:1100px;}

h1, h2, h3, h4, h5 {font-family: 'Open Sans', sans-serif;text-transform:uppercase;}

/***** END RESET *****/

/*====================hover easing style

-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;

======================================*/

/*============================
HEADER
============================*/
header {width:100%;float:left;box-shadow:1px 1px 4px #000;position:relative;z-index:1;}

.tophead {width:100%;float:left;background:#1c1c1c;border-bottom:1px solid #fff;}
.tophead p {width:calc(100% - 250px);float:right;color:#fff;font-size:18px;padding:20px 0;text-align:right;text-transform:uppercase;}
.tophead p a {color:#fff;text-decoration:none;}
.tophead p a:hover {color:#ff7800;}

.bottomhead {width:100%;float:left;background:#ff7800;}
.mainlogo {width:250px;float:left;margin-top:-50px;position:relative;z-index:2;}
.mainlogo a {width:100%;max-width:180px;float:left;background:#fff;border-radius:10px;padding:10px 20px;box-sizing:border-box;}
.mainlogo a img {width:100%;float:left;}

.margs {margin:0 15px;}

/*============================
SLIDESHOW
============================*/
.slide-contain {
	width:100%;
	float:left;
	position:relative;z-index:0;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left}

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;
}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#000;}
.pager > * { cursor:pointer;}


/*============================
SEARCH
============================*/
.detailedSearch {width:100%;float:left;background:#1c1c1c;padding:30px 0;border-top:5px solid #ff7800;}
.detailedSearch h2 {width:400px;float:left;color:#fff;letter-spacing:4px;margin-top:5px;}
.cd-tabs nav {width:calc(100% - 400px);float:left;}
.cd-tabs{position:relative;}
.cd-tabs:after{content:"";display:table;clear:both}
.cd-tabs::after{position:absolute;top:0;right:0;z-index:1;pointer-events:none;background:-webkit-linear-gradient(right,#f8f7ee,rgba(248,247,238,0));background:linear-gradient(to left,#f8f7ee,rgba(248,247,238,0));visibility:visible;opacity:1;-webkit-transition:opacity .3s 0s,visibility 0 0;-moz-transition:opacity .3s 0s,visibility 0 0;transition:opacity .3s 0s,visibility 0 0}
.no-cssgradients .cd-tabs::after{display:none}
.cd-tabs.is-ended::after{visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s,visibility 0 .3s;-moz-transition:opacity .3s 0s,visibility 0 .3s;transition:opacity .3s 0s,visibility 0 .3s}
.cd-tabs-navigation{width:100%}
.cd-tabs-navigation:after{content:"";display:table;clear:both}
.cd-tabs-navigation li{float:left;list-style-type:none!important}
.cd-tabs-navigation a{position:relative;display:block;text-align:center;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:500;color:#fff;padding:10px!important;text-decoration:none;background-color:none;font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase;cursor:pointer;}
.no-touch .cd-tabs-navigation a:hover{color:#fff;background-color:#ACACAC;}
.cd-tabs-navigation a.selected{background-color:#5e5e5e!important;color:#fff;border-radius:5px;}
.cd-tabs-navigation a::before{position:absolute;top:12px;left:50%;margin-left:-10px;display:inline-block;height:20px;width:20px;background-image:url(../img/vicons.svg);background-repeat:no-repeat}
.cd-tabs-navigation a[data-content='equipment']::before{background-position:0 0}
.cd-tabs-navigation a[data-content='parts']::before{background-position:-20px 0}
.cd-tabs-navigation a[data-content='equipment'].selected::before{background-position:0 -20px}
.cd-tabs-navigation a[data-content='parts'].selected::before{background-position:-20px -20px}
.cd-tabs-content{background:none; display:inline-block;width:100%;padding:15px 0;height:auto!important;box-sizing:border-box}
.cd-tabs-content li{display:none}
.cd-tabs-content li.selected{display:block;-webkit-animation:cd-fade-in .5s;-moz-animation:cd-fade-in .5s;animation:cd-fade-in .5s}
.cd-tabs-content li p{font-size:14px;font-size:.875rem;line-height:1.6;color:#8493bf;margin-bottom:2em}
@-webkit-keyframes cd-fade-in{0%{opacity:0}100%{opacity:1}}
@-moz-keyframes cd-fade-in{0%{opacity:0}100%{opacity:1}}
@keyframes cd-fade-in{0%{opacity:0}100%{opacity:1}}


/******************equipment Search******************/

.searchthirds {width:33.33%;  float:left; padding:10px; box-sizing: border-box; color:#000; font-size:18px;}

.searchfull {width:100%;float:left;padding:10px;box-sizing:border-box;}

.detailed-form {
	width:100%;
	float:left;
	color: #fff;
	padding:20px 0;
	background:url(../siteart/topography.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
}
.detailed-search input {
    width: 100%;
    padding: 13px;
    font-size: 14px;
    background-color: #fff;
	color:#000;
	box-sizing: border-box;
	border:1px solid #000;
	font-family: 'Open Sans', sans-serif;
	margin-top: 8px;
}
.detailed-search select {
    width: 100%;
    padding:13px;
    font-size: 14px;
    background-color: #fff;
	color:#000;
	box-sizing: border-box;
	border:1px solid #000;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	margin-top: 8px;
}

.detailed-row{
	margin: 10px 0;
	color: #000;
	text-transform:uppercase;
	font-weight:600;
	font-size: 12px;

}

#last {
margin-right:0;	
}

.detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight:bold;
    width: 100%;
  	background: #ff7800;
	box-sizing:border-box; 
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;

	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-top:0px;
	padding:8px 10px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	-webkit-appearance: none;
}

.detailed-search input[type="submit"]:hover {
	background:#D46400!important;
	color:#fff!important;
}

.detailedSearchtwo .detailed-search input[type="submit"]:hover {
	background: linear-gradient(to right, #7C7C7C , #C1C1C1 , #909090 , #B1B1B1 , #808080 , #ADADAD , #606060 )!important;
	color:#e70000!important;
}

.detailed-search select:focus, .detailed-search input:focus{outline-color:#fff;}

.last{ margin:1% 0 1% 0; }


.detailed-form h2 {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:500;
	font-size:34px;
}


/*==================================
CATEGORIES
==================================*/
#detail-page-email-seller span {color: #000;}

/*==================================
CATEGORIES
==================================*/

.categories {width:100%;float:left;background:url("../siteart/wheat.jpg");background-size:cover;background-attachment:fixed;}
.whiteover {width:100%;float:left;background:rgba(255,255,255,.80);padding:30px 0;}

.cat {width:25%;float:left;padding:10px;box-sizing:border-box;
-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;
}
.cat a {width:100%;float:left;background:#1c1c1c;padding:10px;box-sizing:border-box;}
.catimg {width:100%;float:left;}
.catoverlay {width:100%;float:left;background:rgba(0,0,0,.50);padding:150px 10px 20px 10px;box-sizing:border-box;
-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;
}

.catoverlay h3 {width:100%;float:left;text-align:center;color:#fff;font-size:14px;letter-spacing:4px;font-weight:600;}
.catoverlay h2 {width:100%;float:left;text-align:center;font-size:25px;color:#ff7800;letter-spacing:3px;}

.cat:hover {transform:scale(1.05);}
.cat:hover .catoverlay {background:rgba(0,0,0,.20)}

#tractors {
	background: url("../siteart/tractor.jpg");
	background-size:cover;
	background-position:center center;
}

#cattle {
	background: url("../siteart/rotary-cutter.png");
	background-size:cover;
	background-position:center center;
}

#grain {
	background: url("../siteart/grain-carts.jpg");
	background-size:cover;
	background-position:center center;
}

#balers {
	background: url("../siteart/balers.jpg");
	background-size:cover;
	background-position:center center;
}

#mowers {
	background: url("../siteart/mowers.jpg");
	background-size:cover;
	background-position:center center;
}

#utv {
	background: url("../siteart/ATV.jpg");
	background-size:cover;
	background-position:center center;
}

#construction {
	background: url("../siteart/construction.jpg");
	background-size:cover;
	background-position:center center;
}

#trailer {
	background: url("../siteart/hay-equipment.png");
	background-size:cover;
	background-position:center center;
}


/*==================================
WELCOME
==================================*/

.welcome {width:100%;float:left;background:#fff;padding:60px 0;}
.welcome h3 {width:100%;float:left;text-align:center;color:#ff7800;letter-spacing:8px;}
.welcome h1 {width:100%;float:left;text-align:center;color:#000;font-size:70px;letter-spacing:3px;}
.welcome h2 {width:100%;float:left;text-align:center;color:#000;font-size:20px;letter-spacing:10px;padding:10px 0;border-top:1px solid #000;border-bottom:1px solid #000;margin-bottom:20px;margin-top:10px;}

.welcome p {width:100%;float:left;text-align:center;color:#000;font-size:18px;line-height:32px;}

.scrolls {width:100%;float:left;background:#ff7800;padding:10px 0;}
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*==================================
FORM
==================================*/

.detailedSearch label {
	color: #fff !important;
	font-size: 17px;
	padding-bottom: 20px !important;
}

/*==================================
FOOTER
==================================*/

footer {width:100%;float:left;background:#1c1c1c;}

.footnav {width:100%;float:left;border-bottom:1px solid #aaa;}

.footwrap {width:95%;margin:0 auto;max-width:1000px;}
.footwrap li {float:left;}
.footwrap li a {color:#fff;float:left;text-decoration:none;text-transform:uppercase;font-weight:600!important;padding:25px 15px; font-size: 15px;}
.footwrap li a:hover {background:#ff7800}


.footlogo {width:100%;float:left;padding:30px 0;}
.footlogo img {width:100%;max-width:200px;margin:0 auto;display:block;background:#fff;padding:10px;border-radius:10px;box-sizing:border-box;margin-bottom:20px;}
.footlogo h2 {width:100%;text-align:center;color:#fff;letter-spacing:5px;}
.footlogo h2 a {color:#ff7800;
-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;}

.footlogo .fa {-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;}

.footlogo .fa:hover {transform:scale(1.50)}

.bottomfoot {width:100%;float:left;background:#111111;padding:10px 0;}
.bottomfoot p {width:50%;float:left;color:#fff;text-transform:uppercase;font-size:10px;padding:5px 0;letter-spacing:3px;}


/*==================================
SUBPAGES
==================================*/

.subtitle {width:100%;float:left;background:url("../siteart/wheat-title.jpg");background-size:cover;background-attachment:fixed;}
.subtitle h1 {width:100%;float:left;background:rgba(255,255,255,.80);padding:40px 2.5%;box-sizing:border-box;color:#000;text-align:center;font-size:60px;letter-spacing:3px;font-weight:900}
.subtitle span {width:100%;float:left;background:rgba(255,255,255,.80);padding:40px 2.5%;box-sizing:border-box;color:#000;text-align:center;font-size:60px;letter-spacing:3px;font-weight:900;text-transform: uppercase;}

.submain {width:100%;float:left;background:#fff;padding:50px 0;}
.submain p {font-size:18px;line-height:32px;}

.infoleft {width:340px;float:left;}
.infoleft p {line-height:28px;}

.infoleft p a {color:#ff7800;}
.infoleft p a .fa {font-size:45px;}

.mapright {width:calc(100% - 380px);float:right;}

.breaker {width:100%;float:left;margin:30px 0;border-top:1px solid #aaa;}

.product {width:25%;float:left;padding:10px;box-sizing:border-box;}
.product a {width:100%;float:left;border:1px solid #aaa;
-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;}
.product a img {width:100%;float:left;}

.product a:hover {transform:scale(1.07);border:1px solid #ff7800}


/***** Gallery *****/

#gal_container {
	width:100%;
	float:left;
}

#gal_container img {
	width:16%;
    margin:0 0.5% 0.5% 0;
	float:left;
}
/*==================================

==================================*/




/*==================================
FORMS
==================================*/
.submain form {width:100%;float:left;}
#quotes {
width:100%;
display:block;
margin:20px auto;
font-size:16px;
color:#000;
float:left;
}

#quotes tbody {width:100%;float:left;}

#quotes tr {
width:50%;
float:left;
padding:7px;
box-sizing:border-box;
}


#quotes td {
width:100%;
float:left;
font-size:14px;
}

#quotes td p {
font-size:14px;	
}


.fulltd2 {
width:100%!important;
float:none!important;
max-width:500px!important;
display:block!important;
margin:0 auto!important;	
}



#quotes input {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
}

#quotes textarea {
	padding:12px 10px;
	border:1px solid #b4b4b4;
	font-weight:300;
	color:#000;
	font-size:12px;
	background:#fff;
	box-sizing:border-box;
}

#quotes .CaptchaMessagePanel {
color:#000;
}

#quotes .CaptchaWhatsThisPanel a {
color:#000;	
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
	width:100%;
	-webkit-appearance: none;
}
   
#quotes input  {
    width:100%;
}
 
#quotes input.larger  {
    width:100%;
}

#quotes textarea {
    width:100%;
    height:85px;
}


#quotes input.checkbox {
    padding:0; 
    border:0;
    margin:5px 10px 5px 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#quotes p {
	text-align:left;
	
	width:auto;
}

#quotes input.radio {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline;
 }

#quotes input.radio:focus,
#quotes input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#quotes input.button,
#quotes input.button:focus {
    width:300px; 
    margin:0;
    padding:20px 5px;
    background:#000;
	 font-weight:600;
	 font-size:14px;
	text-transform:uppercase;
	border-radius:0px;
	border-bottom:none!important;
	line-height:14px;
	letter-spacing:2px;
	text-align:center;
	border:0!important;
    color:#fff;
	margin-top:10px;
	-webkit-appearance: none;
}
#quotes input.button:hover {
	background:#aaa;
}

#quotes label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#quotes label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
#quotes .fulltd {
width:100%!important;
margin-right:0;	
}


.topmobile {display:none;}
/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/

@media screen and (max-width: 1355px) { 
	.cat {width:33.33%;}
}


@media screen and (max-width: 1235px) { 
	.tophead p {font-size:14px;}
}

@media screen and (max-width: 1090px)  { 
	.footwrap {max-width:700px;}
	.footwrap li a {padding:25px 5px;font-size:12px;}
}

@media screen and (max-width: 1070px)  { 
	.topmobile {display:block;width:100%;float:left;background:#1c1c1c;position:relative;border-bottom:1px solid #fff;}
	.topmobile p {float:right;text-align:right;}
	.topmobile p a {padding:18px;font-size:20px;color:#ff7800;text-decoration:none;border-left:1px solid #aaa;box-sizing:border-box;float:left;}
	
	.topmobile p a:hover {background:#fff;}
	
	.tophead {display:none;}
	
	.mainlogo {width:200px;margin-top:-48px;}
	.mainlogo a {max-width:150px;padding:10px 15px;}
}


@media screen and (max-width: 980px)  { 
	.cat {width:50%;padding:5px;}
	
	.infoleft {width:100%;}
	.infoleft h2, .infoleft p {text-align:center;}
	.mapright {width:100%;margin-top:20px;}
}


@media screen and (max-width: 915px)  { 
	.cd-tabs nav {width:100%;margin-top:10px;}
	.detailedSearch h2 {width:100%;}
	.cd-tabs-content {padding:0px 0;border-top:1px solid #fff;}
	.product {width:50%;}
    
    #gal_container img {width:25%;margin:0;padding:5px;box-sizing:border-box;}
}


@media screen and (max-width: 740px)  { 
	.footwrap {max-width:700px;}
	.footwrap li a {padding:15px 5px;font-size:14px;box-sizing:border-box;width:100%;float:left;text-align:center;}
	.footwrap li  {width:33.33%;float:left;}
}



@media screen and (max-width: 700px)  {
	.searchthirds {
		width:100%;padding:10px 0;
	}
	.searchfull {padding:10px 0;}
    
      #gal_container img {width:33.33%;margin:0;padding:5px;box-sizing:border-box;}

}


@media screen and (max-width: 650px)  { 
	.cat {width:100%;padding:5px;}
	
	.welcome h1 {font-size:60px;}
	.welcome h2 {font-size:17px;letter-spacing:5px;}
	
	.bottomfoot p {width:100%;text-align:center!important;}
	
	.subtitle h1 {font-size:45px;}
}


@media screen and (max-width: 500px)  {

	.cd-tabs-navigation a {font-size:12px;}
	.detailedSearch h2 {font-size:20px;letter-spacing:2px;}
	.detailed-search input[type="submit"] {font-size:18px;}
	
	.welcome h1 {font-size:45px;}
	
	.footwrap li  {width:50%;float:left;}
	.footlogo h2 {font-size:18px;}
	
	.product {width:100%;}
	
	#quotes tr {width:100%;float:left;}
    
      #gal_container img {width:50%;margin:0;padding:5px;box-sizing:border-box;}
	
}
