﻿/* 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;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 
}

ol, ul {}
blockquote, q {quotes: none;}  
blockquote:before, blockquote:after, q:before, q:after {content: '';}  



a.buttonlink {color:#fff !important; padding:10px 15px; font-size:20px; background-color:#c60c30; text-decoration:none;}
a.buttonlink:hover {background-color:#7e1e32; text-decoration:none;}



/* TEXT/LINK FORMATTING
------------------------------------------------*/

	/* LINKS */
	.main:not(#inv) a:link, .main:not(#inv) a:visited, .darkred a:link, .darkred a:visited{
		font-size:18px;
		color:#966b0d;
		text-decoration:none;
	}
	a:hover, a:active {
		color:#966b0d;
		text-decoration:underline;
	}

	/* PARAGRAPH/LIST/GENERAL TEXT */
	p{font-size: 18px; line-height:1.3; color:#363636; font-weight:400;}

	/* HEADERS */
	h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
	h1 {font-size:36px; color:#7e1e32; margin-bottom:10px; font-weight:700;}
	h2 {font-size:30px; color:#966b0d; line-height:1; font-weight:700;}
	h3 {font-size:24px; margin-bottom:10px; color:#7e1e32; line-height:1; font-weight:700;}
	h4 {font-size:18px;}
	h5 {font-size:16px;}
	h6 {font-size:14px;}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.animated{opacity:1;}
.clear {clear: both;}
.left {float:left;}
.right {float:right;}

body {
	height:100%;
	margin:0;
	min-width:320px;
	line-height:1.3;
	font-family: 'Lato', sans-serif;
	overflow-x:hidden;
}

.wrapped {max-width:1060px; padding:0px; margin:0 auto; box-sizing:border-box; position:relative;}

::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}

/* HEADER
------------------------------------------------*/	
header {	
	max-width:100%;
	margin:0 auto;	
	padding:10px;
	background:url(../siteart/header-background.jpg);
	background-size: cover;
	box-sizing:border-box;
}

/* LOGO
------------------------------------------------*/	
.logo {
	max-width:300px;
	width:100%;
}	

.header-contact {
	max-width:400px;
	text-align:right;
	width:100%;
	right:10px;
	bottom:25px;
	display:inline-block;
	position:absolute;
}	

/*  HERO-SLIDES
------------------------------------------------*/	
.slideshow-container {
	position: relative;
    height: auto;
    display: block;
	min-height:540px;
	overflow: hidden;
}

.cycle-slideshow {
	width:100%;
	z-index:-1;
	min-height:540px;
}

.cycle-slideshow img {
	width:100%;
	min-width:1061px;
	min-height:540px;
	right:0 !important;
}

.heroinset {
	position:absolute;
	max-width:1060px;
	padding:20px;
    right: 0;
    left: 0;
	margin: 0 auto;
}

.herocontent {
	display:block;
	margin:20px 0;
	padding:15px 0;
	text-align:center;
	background:#fff;
	background:rgba(255,255,255,0.7);
	border:5px solid #7e1e32;
	max-width:425px;
	width:100%;
	box-shadow:0 2px 7px #0f0f0f;
	box-sizing:border-box;
}

.herocontent:hover {
	cursor:pointer;
	transform:scale(1.02,1.02);
	box-shadow:0 2px 10px #0f0f0f;
}

.herocontent p{
	font-size:36px;
	color:#0f0f0f;
	font-weight:600;
}

/*  MAIN
------------------------------------------------*/	
.greybar {
	width:100%;
	background:#616161;
	padding:10px 0;
	margin:0 0 0 0;
}

.redbar {
	width:100%;
	background:#c60c30;
	padding:10px 0;
}

.main {
	position:relative;
	width:100%;
	background:#fff;
	padding:20px 0;
	margin:40px 0;
}

.maintext {
	display:block;
	width:66.3%;
	margin:0;
}

.maintext-home {
	display:block;
	width:66.3%;
	margin:0;
}

.mainimage-right {
	position:absolute;
	right:-90px;
	top:-10px;
	max-width:400px;
	width:100%;
	z-index:999;
	box-sizing:border-box;
}

.right-box {
	width:30%;
	min-width:263px;
	margin:0 0 30px 0;
	display:inline-block;
	float:right;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 5px #363636;
	-moz-box-shadow: 0px 0px 5px #363636;
    box-shadow: 0px 0px 5px #363636;
	box-sizing:border-box;
}

.right-box span{
	font-size:18px;
	font-weight:700;
}

.right-box-title {
	text-align:center;
	width:100%;
	padding:10px 0;
	background:#4f868e;
}

.right-box h2 {
	color:#fff;
}

.right-box a {
	color:#616161 !important;
}

.right-box p{
	margin:15px 10px 30px;
	font-size:16px;
	line-height:1.3;
	display:inline-block;
}

/* Contact Boxes */

.contact-box span{
	font-size:16px;
	font-weight:700;
}

.contact-box-title {
	text-align:left;
	width:100%;
	padding:10px 10px 5px;
	background:#4f868e;
	color:#fff;
	box-sizing: border-box;
}

.contact-box a {
	color:#616161 !important;
}
.contact-box h3 {
	color:#fff !important;
}

.contact-box p{
	margin:15px 10px 30px;
	font-size:16px;
	line-height:1.3;
	display:inline-block;
}


	@keyframes ToggleFadeOut {
	  from {opacity: 1;}
	  to {opacity: 0;}
	}
	.contact-tabs{
		display: flex; flex-wrap: wrap; gap: 10px;
		margin-bottom: 20px;
		font-family: 'Lato', sans-serif;
	}
	.contact-tabs button{
		display: inline-block;
		padding: 14px 24px;
		border-radius: 100px;
		color: #000;
		border: solid 1px #eee;
		font-size: 15px;
		cursor: pointer;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.contact-tabs button.active {
		background: url(../siteart/NAV-background-OFF.jpg) repeat-x;
		color: #fff;
		border-color: #d71921;
	}

	
	.contact-tabs-content .contact-grid{
		display: none;
	}
	.contact-tabs-content .contact-grid.active{
		display: flex;
		flex-wrap: wrap;
		clear: both;
		position: relative;
	}
	.contact-tabs-content .contact-grid.active:before{
		content: '';
		z-index: 100;
		position: absolute;
		
		opacity: 1;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		  animation: ToggleFadeOut 0.2s normal forwards ease-in-out;
		  animation-iteration-count: 1;
		
		pointer-events: none;
		
	}
	

	.widget-contact-tabs .contact-box{
		margin: 10px 0 40px 0;
		background: #fff;
		min-height: 100px;
		border: solid 1px #eee;
		width: 100%;

		-webkit-box-shadow: 0px 0px 5px #363636;
		-moz-box-shadow: 0px 0px 5px #363636;
		box-shadow: 0px 0px 5px #363636;
	}


.manu {position:relative; display:block; text-align:center; min-height:180px;}
.manu a{display:inline; vertical-align:middle; height:200px;}
.manu a img {display:inline-block; vertical-align: middle; padding:14px;}


/*  FORESTRY PAGE
------------------------------------------------*/

main {max-width: 100%;}
#content1, #content2, #content3, #content4 {display: none; padding: 20px;}

.main:not(#inv) input {display: none;}
.tab-label {display: inline-block; padding:1.5% 0%; width:24%; text-align: center;color: #222; background-color:#DDDDDD;}
.tab-label:hover { color: #789;cursor: pointer;}
.main:not(#inv) input:checked + .tab-label {color: #fff;  background-color:#c60c30;}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {display: block;}


.cycle-slideshow2 {width:100%; height:auto;overflow:hidden; z-index:1; position:relative; margin: 0 auto;}
.cycle-slideshow2 img {width:400px; margin: 0 auto;}

	
/*  DARK RED
------------------------------------------------*/
.darkred {
	position:relative;
	background:#7e1e32;
	padding:20px 0;
}

.darkred p {
	color:#fff;
	display:inline-block;
}

.darkred-inset {
	max-width:830px;
	margin:20px 0;
}

.map {
	float:right;
	height:200px;
	max-width:400px;
	width:100%;
	border:4px solid #966b0d;
}

/*  FORM
------------------------------------------------*/
.rental-row {position:relative; max-width:1060px; width:100%; padding:20px 10px; box-sizing:border-box;

display: flex; flex-wrap: wrap; align-items: center;}
.rental-img {max-width:100px; width:100%; float:left; text-align:center; margin: 0;}
.rental-table {display:inline-block; max-width:500px; width:100%; margin:0 30px; text-align:center;}
.row-odd {background:#eaeaea; margin: 3PX 0; padding: 3PX 0;}
.row-odd-haulage {background:#D3E1E3; margin: 3PX 0; padding: 3PX 0;}
.model {width:50%; min-width:100px; display:inline-block; *display:inline; text-align:left; margin-right:10PX;}
.weight {width:25%; min-width:50px; display:inline-block; *display:inline; text-align:left;}
.cost {width:22%; min-width:50px; display:inline-block; *display:inline;}
.long {width:30%; min-width:70px; display:inline-block; text-align:left;}


/*  FORM
------------------------------------------------*/
#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
	display:block!important;
}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}
 
#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;
    -webkit-appearance: none;
    border-radius: 0;

}
#form input.send-button:hover {
	background: #a22018;
	color:#fff;
}

/*CAPCHA*/

.CaptchaPanel {
	margin:10px auto !important;
	padding:0 0 0 0 !important;
	line-height:normal !important;
	text-align: center !important;
}

.CaptchaPanel input{
	width: 100% !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:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*  FOOTER
------------------------------------------------*/
.footer {
	width:100%;
	background:#616161;
}

footer {
	padding:25px 0;
	width:100%;
	position: relative;
}
/*  Stylized Footers 
------------------------------------------------*/
.divfooter {
	max-width:620px;
	/***** Truck 750px   Machine 680px   Tractor 590px   Controller 680px  AuctionTime 560px *****/
	color:#ababab;
	margin:0 auto;
	line-height:1;
	text-align:center;
}

.footertext{
	color:#ababab;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer-title {
	color: #fff;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	color:#ababab;
	font-size:11px;	
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}

a.footerlink:hover {
	color:#ababab;
	font-size:11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.smallfootertext{
	color:#ababab;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/* INVENTORY STYLES */

.list-content .list-title .list-title-text{margin: 0!important;}
.list-sort-order{margin: 0!important;}

.compare-chkbox-container .compare-listings .compare-label {
    margin-bottom: 6px !important;
    padding-left: 5px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    top: 0px !important;
    left: 2px !important;
}


.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p {
    margin: 14px 0;
}

/*RESPONSIVE STYLES*/

@media screen and (max-width:940px){
.rental-row {text-align:center;}
.rental-img {float:none;}	
}
@media screen and (max-width:900px){
.mainimage-right {display:none;}
.maintext-home {display:block; width:80%; margin:0 auto 0; text-align:center;}
}
@media screen and (max-width:805px){
.right-box {display:block; width:80%; float:none; margin:0 auto 30px; text-align:center;}
.contact-box {display:block; width:80%; float:none; margin:0 auto 30px; text-align:center;}
.maintext {display:block; width:80%; margin:0 auto 60px; text-align:center;}
.darkred p {display:block; margin:0 auto 30px; text-align:center;}
.map {float:none; width:80%; max-width:800px; margin: 0 auto;}
h2 {text-align:center;}
}
@media screen and (max-width:700px){
.logo {display:block;}
.header-contact {position:static; display:block; text-align:center; margin:30px auto 0;}
.herocontent {margin:25px auto;}
}
@media screen and (max-width:500px){
.weight {display:none;}
}
@media screen and (max-width:380px){
.slideshow-container {min-height:620px}
.cycle-slideshow {min-height:620px}
.cycle-slideshow img {min-height:620px}
}