﻿/* 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 { 
    margin: 0 auto;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 
	-webkit-text-size-adjust: 100%;
	webkit-appearance: none; 
}

ol, ul {}
blockquote, q {quotes: none;}  
blockquote:before, blockquote:after, q:before, q:after {content: '';}  


/* TEXT/LINK FORMATTING
------------------------------------------------*/

	/* LINKS */
	a:link, a:visited {
		font-size: 17px; 
		line-height:1.4; 
		color:#cd2f16;
		text-decoration:none;
	}
	a:hover, a:active {
		color:#d71f29;
		text-decoration:underline;
	}

	/* PARAGRAPH/LIST/GENERAL TEXT */
	p, ul, li {font-size: 17px; line-height:1.4; color:#013378;}

	/* HEADERS */
	h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
	h1 {font-size:28px; /*color:#007ACC;*/ color:#292C69; text-transform:capitalize; margin-bottom:10px;}
	h2 {font-size:26px; /*color:#007ACC;*/ color:#292C69; margin-bottom:10px;}
	h3 {font-size: 22px; /*color:#007ACC;*/ color:#292C69; margin: 0px 0 6px 0px;}
	h4 {font-size:18px; color:#013378}
	h5 {font-size:16px;}
	h6 {font-size:14px;}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float:left;}
.right {float:right;}
img {outline:0 !important;}


.bl-btn {background: #cd2f16; color:#fff; text-align: center; padding: 10px 25px; display: block; margin: 10px 0; text-decoration: none; transition: .3s ease;}
.bl-btn:hover {background: #292C69; text-decoration: none !important;}

body {
	background:url(../siteart/LS-Tractor-background.jpg) top center;
	background-size:cover;
	margin:0;
	min-width:320px;
	line-height:1.3;
	font-family: 'Lato', sans-serif;
}

.wrap {
	position:relative;
	max-width:1060px;
	background:rgba(255,255,255,.85);
	box-shadow:0 0 10px #0f0f0f;
}

.thirdpage {display:inline-block; width:33%; text-align:left;}
.hide-first {display:none; text-align:left;}
.hide-second {}

.redbar {
	width:100%;
	background-color:#cd2f16;
	height:13px;
}

.linebreak {
	display:none;
}

::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}

/* HEADER
------------------------------------------------*/	
header {
	width:100%;
	margin:20px auto 0;
	background:transparent;
}

.headerinset {
	max-width:1060px;
	margin:0 auto;
	padding:10px;
	position:relative;
}


/* LOGO
------------------------------------------------*/	
.logo {
	max-width:397px;
	width:100%;
	margin-left:0;
}

.lstractor {
	max-width:258px;
	width:100%;
	right:10px;
	bottom:10px;
	display:inline-block;
	position:absolute;
}	

/* HERO
------------------------------------------------*/	
.hero	{
	width:100%;
	height:auto;
	position:relative;
}

.hero img	{
	width:100%;
	display:block;
	z-index:1;
}

.hero-overlay {
	width:100%;
	text-align:center;
}

.hero-overlay p {
	margin:20px 49px 0px;
    font-size: 35px;
    font-weight: 900;
    color: #2B2B2B;
}
	

/*  SLIDESHOW
------------------------------------------------*/
.cycle-slideshow {width: 94%; line-height:0; z-index:10; position:relative;max-width: 550px;margin: 0 auto;text-align: center;}
.cycle-slideshow a {width:100%;}
.cycle-slideshow img{width:100%; border:4px #606060 solid; /*-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;*/}

/*  SLIDESHOW - PREV / NEXT
------------------------------------------------*/
.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {position:absolute; top:0; z-index:200 !important; width:7.5%; opacity:.3; filter: alpha(opacity=30); height: 100%; cursor: pointer;}
.cycle-slideshow .cycle-prev {left:0;  background:url(../siteart/slides/controls/left.png) 50% 50% no-repeat;}
.cycle-slideshow .cycle-next {right:0; background:url(../siteart/slides/controls/right.png) 50% 50% no-repeat;}
.cycle-slideshow .cycle-prev:hover, .cycle-slideshow .cycle-next:hover {opacity:.5; filter: alpha(opacity=50);}


.cycle-prev, .cycle-next { position: absolute; top: 0; width: 10%; opacity:0.2; filter: alpha(opacity=0.2); z-index:800; height:100%; cursor: pointer; }
.cycle-prev {left: 0;  background: url("/siteart/left.png") 50% 50% no-repeat;}
.cycle-next {right: 0; background: url("/siteart/right.png") 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }


/*  MAIN
------------------------------------------------*/	
.main {
	position:relative;
	width:100%;
	color:#0f0f0f;
	padding: 40px 0 20px;
	width: 96%; margin: 0 auto;
}

.main-INVENTORY {
	position:relative;
	/*background: rgb(234,234,234);
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 17%);
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 17%);
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 17%);*/
	color:#0f0f0f;
	padding: 40px 0 20px;
	box-sizing:border-box;
	width: 96%; 
	margin: 0 auto;

}


.left-content{
	width:70%;
	margin:0 0 30px 0;
	display:inline-block;
}

.right-box {
	width:20%;
	min-width:263px;
	margin:0 0 30px 4%;
	padding:10px;
	display:inline-block;
	float:right;
	background:#fff;
	box-sizing:border-box;
	border:1px solid #ddd;
}

.right-box p{
	font-size:16px;
}

.right-box a{
	font-size:16px;
	font-weight:600;
}

.fullcontent{
	width:100%;
	margin:40px 0 40px 0;
}

/*  LS-TRACTORS
------------------------------------------------*/	
.ls-tractors .cardholder h2 {
	width: 94%;
    margin: 5px auto 10px auto;
	font-size: 28px;
    text-transform: capitalize;
}

/*  CARDS
------------------------------------------------*/	
.cardholder {
	text-align: left;
    align-items: stretch;
    align-content: stretch;
    display: flex;
    flex-wrap: wrap;
	
}
.cardholder h1 {width: 94%; margin: 5px auto 10px auto;}

.FourCards {
	position: relative;
    width: 29.1%;
	min-width:255px;
    height: 500px;
    background: #ffffff;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    margin: 0px 2% 40px;
    box-shadow: 0px 0px 4px #363636;
}

/*.FourCards:hover {
	transform:scale(1.02,1.02);
	box-shadow:0px 0px 10px #000;
}*/

.FourCards img {
	width:100%;
    float: none;
    padding: 0;
    margin:65px auto 18px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.FourCards p {
	font-weight:600;
	line-height:1.5;
}

.FourCards-Implement {
	position: relative;
    width: 29.1%;
	min-width:255px;
    height: 400px;
    background: #ffffff;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    margin: 0px 2% 40px;
    box-shadow: 0px 0px 4px #363636;
}

.FourCards-Implement img {
	width:100%;
    float: none;
    padding: 0;
    margin:120px auto 18px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.FourCardsLong {
	position: relative;
    width: 29.1%;
	min-width:255px;
    height: 600px;
    background: #ffffff;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    margin: 0px 2% 40px;
    box-shadow: 0px 0px 4px #363636;
}

.FourCardsLong:hover {
	transform:scale(1.02,1.02);
	box-shadow:0px 0px 10px #000;
}

.FourCardsLong img {
	width:100%;
    float: none;
    padding: 0;
    margin:65px auto 18px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.FourCardsLong p {
	font-weight:600;
	line-height:1.5;
}

/*  CARD INNARDS
------------------------------------------------*/
.FourCardsBlueOverlay-innard {
	position: absolute;
	display:block;
    width: 100%;
    text-align: center;
    top: 10px;
    height:60px;
    background: #013378;
	font-size:24px;
	font-weight:600;
	line-height:55px;
}


.FourCardsBlueOverlay-innard span {
	padding:0 5px;
	display: inline-block;
	vertical-align: middle;
	line-height:1;
	font-size:24px;
	color:#fff;
}

.FourCardsBlueOverlay-innard-imp {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 10px;
    height: 110px;
    background: #013378;
    font-size: 24px;
    font-weight: 600;
    line-height: 104px;
}

.FourCardsBlueOverlay-innard-imp span {
	padding:0 5px;
	display: inline-block;
	vertical-align: middle;
	line-height:1;
	font-size:24px;
	color:#fff;
}

.redbar-innard {
	position:absolute;
	width:100%;
	height:13px;
	bottom:0;
	background:#cd2f16;
}

/***** FORM STYLES *****/
#form-title{
	color:#fff;
	text-transform:uppercase;
	font-weight:semi-bold;
}

.form-container {
	font-weight:400;
	width:100%;
	text-align:left;
    margin:30px auto;
	padding:0 ;
	color:#0f0f0f;
}

#form input, select {
	display:block;
	width: 100%;
	padding: 5px 10px;
	border:solid 1px #9C9C9C;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	border-radius:0;
}

#form input:focus {
	border:2px solid #007acc;
}

#form select:focus {
	border:2px solid #007acc;
}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:solid 1px #9C9C9C;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
}

#form textarea:focus {
	border:2px solid #007acc;
}
 
#form input.send-button,
#form input.send-button:focus {
	display: block;
    width:200px; 
	height: auto; 
    background:#d32f25;
    color: #fff;
	font-size: 22px;
    line-height: 23px;
	padding: 10px 0;
	margin: 10px auto;
	font-weight:semi-bold;

}
#form input.send-button:hover {
	background: #a22018;
	color:#fff;
	cursor:pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:10px auto !important;
	padding:0 0 0 0 !important;
	line-height:normal !important;
	text-align: center !important;
}

.CaptchaPanel input{
	width: 200px !important;
	margin:0 auto !important;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:14px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 0px 0 0px 0 !important;
    font-size: 14px;
}

.CaptchaWhatsThisPanel a {color:red;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/*  FOOTER
------------------------------------------------*/
footer {
	max-width:1060px;
	margin:0 auto;
	padding:25px 10PX;
}

.footernav {
	width:22%;
	display:inline-block;
	margin:15px 0;
	float:left;
}

.footernav a{
	font-size:16px;
	color:#d46166;
}

.footernav a:hover{
	color:#eaeaea;
}


/*  Stylized Footers 
------------------------------------------------*/
.divfooter {
	max-width:610px;
	/***** Truck 750px   Machine 680px   Tractor 590px   Controller 680px  AuctionTime 560px *****/
	color:#eaeaea;
	margin-right:0;
	line-height:1;
	text-align:right;
}

.footertext{
	color:#eaeaea;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	color:#eaeaea;
	font-size:11px;	
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}

a.footerlink:hover {
	color:#eaeaea;
	font-size:11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.smallfootertext{
	color:#eaeaea;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

@media screen and (max-width:1100px){
.hero-overlay {box-shadow:none; position:relative; width:100%; max-width:690px;}
.hero-overlay p {margin: 10px auto;}
.left-content {width:65%}
	.hero-overlay p {font-size: 30px;}
}
@media screen and (max-width:950px){
.cardholder {text-align:center;}
.left-content {width:100%}
.right-box {float:none; width:100%; margin:10px auto; text-align:center; display:block;}
.right-box p{text-align:center;}
}
@media screen and (max-width:944px){
.thirdpage {width:100%;}
.hide-first {display:block;}
.hide-second {display:none;}
}
@media screen and (max-width:750px){
.headerinset {text-align:center;}
.lstractor {display:block; position:static; margin-top:20px; width:60%;}
.logo {width:90%;}
	.FourCardsLong {width: 96%; margin: 10px auto; min-height: auto; height: 100%}
	.redbar-innard {position: relative; margin-top:10px;}
}
@media screen and (max-width:600px){
.right-box p{text-align:center; margin-left:00%;}
}
@media screen and (max-width:510px){
.hero-overlay {display:none;}
.linebreak {display:block;}
.footernav {display:block; margin:0 auto; width:100%; text-align:center;}
.divfooter {display:block; margin:0 auto; width:100%; text-align:center;}
}