@charset "utf-8";
/* CSS Document */

/***** BEGIN 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;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	font-family: 'Asap', sans-serif;
	line-height: 1.8;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

a {transition: .2s ease-in;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;}

.flex-wrapper {display: flex; justify-content: flex-start; align-items: center;}
.hide-desktop {display: none;}

/* ===== HEADER STYLES =====*/
header {
	width: 100%;
	background:url("../siteart/subtle_dots.png") repeat;
	padding: 30px 0;
}

	header ul li {
		display: inline-block;
		vertical-align: middle;
	}

		header ul li p {
			max-width: 100%;
			font-size: 15px;
		}

			#header-info {
				font-family: 'Quicksand', sans-serif;
				font-weight: bolder;
				letter-spacing: 1px;
				color: #62584b;
				text-align: right;
			}

				.logo {
					width: 100%;
					height: auto;
					max-width: 385px;
					position: relative;
					z-index: 9;
					margin-bottom: -64px;
				}

			#phone, #location {display: inline;}

			.phone-padding {padding-left: 15px;}
			
			#phone img, #location img {padding-right: 10px;}

.border-line {width:1px; background: #fff; display: inline-block}

/*====== MAIN SLIDESHOW ======*/
.slideshow-text-wrapper {
	width: 100%;
	background:rgba(222,75,39,.20);
	padding: 25px 350px 25px 350px;
	position: absolute;
	top: 28vw;
	z-index: 999;
}

.slideshow-text {
	font-family: 'Asap', sans-serif;
	color: #fff;
	text-align: right;
	line-height: 1.8;
}

.slideshow-text p {
	font-size: 1.8vw;
	letter-spacing: 1px;
	font-weight: 700;
}

.slideshow-text h1 {
	font-size: 2.5vw;
	letter-spacing: 1px;
}

.cycle-slideshow {
	width: 100%;
}

	.cycle-slideshow img{
		width:100%;
	}
		.cycle-pager { 
		  text-align:right; width: 100%; z-index: 500; position: absolute; bottom: 5px; overflow: hidden;
		}
			.cycle-pager span { 
				font-family: arial; font-size: 50px; width: 16px; height: 16px; 
				 color: #ff8a00; padding:3px; cursor: pointer; 
			}
			.cycle-pager span.cycle-pager-active { color: #000;}

			.cycle-pager > * { cursor: pointer;}

/*====== MAIN BODY TEXT ======*/
.width {width:95%; max-width: 1200px; margin: 0 auto;}

.wrapper-width {width:85%; max-width: 1200px; margin: 0 auto;}

.body-text {
	font-size: 21px;
	font-weight: bolder;
	padding: 15px 0px 30px 0px;
	text-align: center;
	font-family: 'Asap', sans-serif;
	color: #62584b;
	letter-spacing: 1px;
}

#number {
	color:#de4b27; 
	font-size: 30px;
}

/*===== QUICKLINK AND ZOOM STYLES =====*/
.quicklink-wrapper {
	width: 100%;
	text-align: center;
	height: 310px;
}

.quicklink-info {
	font-family: 'Quicksand', sans-serif;
	width: 100%;
	float: left;
	padding: 2% 2%;
	display: inline-block;
}

.quicklink-btn {
	text-decoration: none;
	background: #de4b27;
	color: #fff;
	padding: 10px 0px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 100%;
	display: inline-block;
	border-radius: 3px;
}

.quicklink-btn:hover {
	background: #62584b;
	transition: all .5s ease-in-out
}

/*------ZOOM THUMBNAIL STYLES-------------------------- */
.body-wrapper {
	margin: 0 auto;
}

.zoom-wrapper {
	padding: 30px 0 50px 0;
	margin: 0 auto;
	text-align: center;
}

.col-1-3 {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	padding: 2% 1%;
	text-align: center;
}

.zoom-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 3% 1%;
}

.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-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;
	background: rgba(0, 0, 0, .3)
}

.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;

	-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;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
	font-family: 'Asap', sans-serif;
	letter-spacing: 1px;
	font-size: 1.4vw;
	font-weight: bolder;
	padding: 12px 0;
	text-transform: uppercase;
	color: #fff;
	margin: 32% 0;
}

.zoom-container .zoom-caption h3:hover {
	background: rgba(98,88,75,.5)
}

.zoom-container .zoom-caption p{
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight:400;
	color: #fcc602;
}

.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	background: rgba(0, 0, 0, .3);}

.zoom-container:hover .zoom-caption {
}

/*===== FOOTER STYLES =====*/
.footer-title {
	font-family: 'Asap', sans-serif;
	color: #fff;
	letter-spacing: 2px;
	padding-bottom: 20px;
	font-size: 20px;
}

footer {
	width: 100%;
	background: #de4b27;
	padding: 18px 10px 200px 10px;
}

	footer a {
		text-decoration: none;
		color: #fff!important;
	}

		footer a:hover {
			color: #fff;
			font-weight: bold;
			transition: all .2s ease-in-out;
			letter-spacing: 1.5px;
		}

		footer ul li {
			font-size: 14px;
			line-height: 25px;
			letter-spacing: 1px;
		}

.footer-info {
	padding: 50px 0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	color: #fff;
}

	.footer-left {
		float: left;
		width: 33%;
		text-align: center;
	}

	.footer-middle {
		text-align: center;
		float: left;
		width: 33%
	}

		.footer-middle img {
			vertical-align: middle;
			padding-right: 10px;
			display: inline-block;
		}

	.footer-right {
		float: right;
		width: 33%;
		text-align: center;
		padding-top: 6%;
	}

.money-icons {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.money-icons img {
	float: left; 
	margin: 5px 3px;
}

#tractorhouse-logo {
	text-align: center;
	margin: 0 auto;
}

/* ===== SERVICES STYLES ====*/
.services {
	width: 100%;
	padding: 50px 0 ;
	font-family: 'Quicksand', sans-serif;
}

.services-subtitle {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Asap', sans-serif;
	line-height: 36px;
	letter-spacing: 1px;
	color: #62584b;
	padding-bottom: 2%;
}

.services ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

.services-grid {
	width: 100%;
}

.services-left {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #fff;
	height: 525px;
	border-bottom: solid 1px #ff9000;
	padding: 40px 0px 40px 0px;
}

.services-left img {max-width: 600px; width: 100%; z-index: 9;}

.services-left p#parts {position: absolute; top: 57%; z-index: 9999; left: 31%;}
.services-left p#rebuilds {position: absolute; top: 57%; z-index: 9999; left: 31%;}
.services-left p#repairs {position: absolute; top: 57%; z-index: 9999; left: 31%;}

img#services-parts#services-engine#services-repair#services-transmission {
	width: 100%; 
	max-width: 600px;
}

.services-right {
	width: 50%;
	float: right;
	padding: 6% 3% 6% 5%;
	line-height: 2;
	height: 525px;
	border-bottom: solid 1px #ff9000;
}

.contact-btn {
	text-decoration: none;
	background: #de4b27;
	color: #fff;
	padding: 10px 0px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	width: 25%;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}

.contact-btn:hover {
	background: #62584b;
	transition: all .5s ease-in-out
}

/* ===== PARTS ===== */
.parts {
	width: 100%;
	padding: 50px 0;
}

/* ===== LOCATION =====*/
.location {
	width: 100%;
	padding: 50px 0;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

.location p {
	line-height: 1.8;
}

.location-subtitle {
	font-size: 22px;
	font-weight: bold;
	font-family: 'Asap', sans-serif;
	line-height: 2;
	letter-spacing: 1px;
	color: #62584b;
}

.location-left {
	width: 50%;
	float: left;
	background: #f2f1f0;
	padding: 6%;
	line-height: 2;
	height: auto;
	border-right: 10px solid #fff;
}

.location-right {
	width: 50%;
	float: right;
	background: #f2f1f0;
	padding: 6%;
	line-height: 2;
	height: auto;
	display: inline-block;
}

/*===== CONTACT & LOCATION PAGE STYLES =====*/
.contact-wrapper {
	width: 100%;
	padding: 50px 0px;
}

.title {
	font-family: 'Asap', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #de4b27;
	letter-spacing: 1px;
	text-align: center;
}

.contact-info {
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

/* ==== CONTACT FORM ===*/
h4 {
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 1px;
}

.contact-form {
	text-align: center;
}

#formpage { vertical-align:top; margin: 0 auto; color:#000; font-family: 'Quicksand', sans-serif;}

#formpage div {
	vertical-align:top;
	padding:5px 0px;
	color:black;
	line-height: 1.8;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
	font-family: 'Quicksand', sans-serif;
	border-radius: 3px;
	width: 100%;
	margin-top: 5px;
}

#formpage textarea {
	padding:6px 6px;
	border:1px solid #8e8d8d;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
	font-family: 'Quicksand', sans-serif;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:47%; 
	display: inline-block;
	margin-right: 12px; 
	margin-top: 10px;
	color: #fff;
	text-align: left;	
}

 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:97%;
    height: 150px;
	border-radius: 3px;
}

#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 15px;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
	color:black;
	text-transform:uppercase;
 }


#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }
#formpage .textbox {display: inline-block; width: 100%; text-align: left;}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#f2f1f0; 
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width: 30%;
	display: inline-block;
    line-height:14px;
    color:#fff;
	background: #de4b27; 
	padding: 10px 0px;
	font-size: 13px;
	font-weight: 600;
	text-decoration:none; 
	text-transform: uppercase;
	font-family: 'Asap', sans-serif;
	letter-spacing: 1px;
	border-radius: 3px;
}

#formpage input.button:hover {
    width:30%;
	display: inline-block;
    background: #62584b; 
    line-height:14px;
    color:#fff;
	font-size: 13px;
	text-decoration:none; 
	text-transform: uppercase;
	font-family: 'Asap', sans-serif;
	letter-spacing: 1px;
	transition: all .5s ease-in-out;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */
#formpage .captcha .CaptchaWhatsThisPanel a {text-align: center !important;}

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 30%;text-align: center; }

.CaptchaImagePanel {
margin: 0 auto;	
text-align: center !important;	
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {color:#000; text-align: center !important;}

.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

 
/* ===== INVENTORY STYLES ===== */
.hosted-content #main-search input[type='submit'] {
	background: #000 !important;
}

.hosted-content #main-search input[type='submit']:hover {
	transition: all .5s ease-in-out !important;
	background: #62584b !important;
}

.hosted-content #listings-title {
	color: #62584b !important;
}

.hosted-content .fluid {
	padding: 30px 0 50px 0;
}

/* ==== THANK YOU PAGE ====*/
.thank-you {
	width: 100%;
	padding: 50px 0px 300px 0px;
}

 /* ===== MEDIA QUERIES (RWD) =====*/


@media screen and (max-width:1600px){
	.slideshow-text-wrapper {padding: 50px 200px 50px 350px; top: 25vw;}
}

@media screen and (max-width: 1500px) {
	.logo {max-width: 360px; margin-bottom: -62px;}
}

@media screen and (max-width:1480px){
	footer ul li {font-size: 14px; line-height: 25px; letter-spacing: 1px;}
} 

@media screen and (max-width:1280px){
	.slideshow-text-wrapper {padding: 25px 110px 25px 0px; top: 22;}
	#formpage input.button, #formpage input.button:focus {width: 30%;}
	.logo {max-width: 330px; margin-bottom: -60px;}
} 

@media screen and (max-width:990px){
	.slideshow-text-wrapper {top: 22vw; padding: 22px 50px 22px 0px;}
	.slideshow-text h1 {font-size: 24px;}
	.footer-left {width: 50%; float: left; margin: 0 auto;}
	.footer-right {width: 50%; float: right; margin: 0 auto;}
	.footer-middle, .hide-mobile {display: none;}
	.col-1-3 {width: 65%; margin: 0 auto;}
	.zoom-container .zoom-caption h3 {font-size: 3.6vw}
	.slideshow-text p {font-size: 18px;}
	#location {display: none;}
	header {text-align: center; padding: 25px 0 10px 0;}
	header ul li p {display: none;}
	header ul li img {width: 100%; max-width: 30px; height: auto; padding-right: 0;}
	#phone img, #location img {padding-right: 0;}
	#header-info {display: inline-block; position: absolute; right: 5%;}
	.logo {max-width: 275px; margin-bottom: 0;}
	.hide-desktop {display: block;}
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
} 

@media screen and (max-width:890px) {
	.services-left {width: 100%; float: none; border-bottom: none; margin: 0 auto; height: auto; padding: 40px 0px 0px 0px;}
	.services-right {width: 100%; float: none; margin: 0 auto;height: auto; padding: 6% 6% 6% 6%;}
}

@media screen and (max-width:790px){
	.body-text {font-size: 16px; padding: 0px 40px 0px 40px; line-height: 30px;}
	#number {font-size: 26px;}
	.col-1-3 {width: 82%;}
	.slideshow-text h1 {font-size: 3vw;}
	.footer-left {display: none;}
	.footer-right {width: 100%; padding-top: 3.5%;}
	.footer-info {padding: 0px 0px;}
	.services-subtitle {font-size: 22px; line-height: 32px;}
	.zoom-container .zoom-caption h3 {font-size: 4.2vw}
	.phone-padding {padding-left: 0px;}
	.contact-btn {width: 40%;}
} 

@media screen and (max-width: 730px) {
	.location-left, .location-right {width: 100%; border-right: none;}
	.location {padding: 20px 0;}
	.location-left {border-bottom: 10px solid #fff;}
	.location-subtitle {font-size: 18px;}
}

@media screen and (max-width: 640px) {
	.slideshow-text-wrapper {top: 17vw; padding: 16px 40px 16px 40px;}
}

@media screen and (max-width:500px){
	header {padding: 15px 0 0 0;}
	.footer-left {display: none;}
	.footer-right {width: 100%;}
	.quicklink-info {display: none;}
	.zoom-wrapper {padding: 30px 0;}
	.footer-info {padding: 0px 0px;}
	.footer-right p {font-size: 12px;}
	#tractorhouse-logo {width: 65%;}
	footer {padding: 18px 10px 180px 10px;}
	#number {font-size: 20px}
	.logo {max-width: 175px;}
	#formpage div {width: 100%;}
	#formpage textarea {width: 100%;}
	.contact-wrapper {padding: 20px 0px;}
	.body-text {font-size: 14px; padding: 0px 40px 10px 40px; line-height: 24px;}
	#formpage input.button, #formpage input.button:focus {width: 50%;}
}  

@media screen and (max-width:420px){
	.title {font-size: 20px;}
	.services {padding: 20px 0;}
	.services-subtitle {font-size: 18px;}
	.services-right {padding: 6% 5% 10% 5%;}
	.contact-btn {width: 70%;}
	.slideshow-text-wrapper {padding: 16px 40px 12px 40px;}
	.cycle-pager span {font-size: 18px;}
	.slideshow-text p {font-size: 12px;}
	#formpage div {width: 100%;}
	#formpage textarea {width: 100%;}
	.contact-wrapper {padding: 20px 0px;}
	.hosted-content #listings-title {font-size: 1.3rem !important;}
	.col-1-3 {width: 90%; padding: 0% 0%;}
	#formpage input.button, #formpage input.button:focus {width: 70%;}
	.phone-padding {padding-left: 0px;}	
}  

@media screen and (max-width:370px) {
	.slideshow-text-wrapper {padding: 10px 25px 6px 40px;}
	.cycle-pager {bottom: -2px;}
	.body-text {padding: 0px 0px 10px 0px;}
}
