﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/
.invcontain {width: auto !important;}
.invcontain > .container {width: auto !important;}

* {
    box-sizing: border-box !important;
}

.tophover:hover {color: gray !important;}
.tophover > * {color: gray !important;}
.tophover {text-decoration: none !important;}
.icontext:hover {color: gray !important;}

.skidsteers {
	background-image: url("../siteart/skidsteers33.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	height: 320px;
}

.skidrow {height: 320px; overflow: hidden;}

.nopad {padding: 0px !important;}

.mainarea {

		background-image: url("../siteart/main_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.yellowbtn {
	background-color: #FDEC6A;
	padding: 15px 20px;
	text-align: center;
	color: black !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin-right: 4px;
	margin-bottom: 8px;
	border-color: white;
	    display: inline-block;
	width: 290px;
}

.yellowbtn:hover {
	background-color: gainsboro;
	transition-duration: .4s;
	cursor: pointer;
}

.thankcol {
	text-align: center;
	padding-top: 200px;
	padding-bottom: 200px;
			background-image: url("../siteart/main_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.myp {font-family: 'Roboto', sans-serif; font-size: 19px; font-weight: 500;}
.myh1 {font-family: 'Montserrat', sans-serif; font-weight: 900; color: black; font-size: 33px !important;}
.myh3 {font-family: 'Montserrat', sans-serif; font-weight: 700; color: black; font-size: 20px !important;}
.hosttext {font-family: 'Montserrat', sans-serif; font-weight: 500; color: black !important; font-size: 11px !important;}
.hosttext > a {font-family: 'Montserrat', sans-serif; font-weight: 700; color: black !important; font-size: 11px !important;}
.hosttext > span > a {font-family: 'Montserrat', sans-serif; font-weight: 700; color: black !important; font-size: 11px !important;}
.boldspot {font-weight: 700 !important;}

.brandlogo {max-height: 70px; display: inline-block !important; margin-top: -55px}

.myicon {color: black !important; font-size: 30px !important; padding: 3px; text-align: center; width: 35px; font-family: revert !imporant; font-weight: var(--fa-style,900) !important; font-family: 'FontAwesome' !important;}
.myicon:hover {color: gray !important;}

.icontext {
    display: inline-block !important;
    padding-left: 10px;
    font-size: 14px;    
    color: black !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.xtra {padding-right: 35px !important;}

/*===================== 
	my navbar
=======================*/

.headericon {display: inline-block; height: 40px;}
.headerlinks{display: inline-block; height: 40px; vertical-align: middle;}

.headlinkwrap {display: flex; margin-bottom: 10px;}

.slant2 {background-image: url("../siteart/edge.jpg"); background-size: contain; background-position: right; background-repeat: no-repeat; height: 210px;}


.verytoprow {
		background-color: #FDEC6A;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}

.slant {
	max-height: 200px;
	float: right;
}

.navbar-collapse {
	padding: 0px !important;
}

.navbar-nav > li {
	float: none !important;
	    display: inline-block !important;
    text-align: center !important;
	color: white !important;
	font-family: 'Montserrat', sans-serif;
}

.navbar-nav {
	text-align: center !important;
	float: left !important;
	background-color: black !important;
	width: fit-content;
}

.navbar-inverse {
	background-color: black !important;
	border: 0px solid !important;
}

.navbar-inverse .navbar-nav > li > a {
	color: white !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	    letter-spacing: 1px !important;
	font-size: 20px !important;

}

.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #FDEC6A !important;
	color: black !important;
	transition-duration: .4s;
}

.navbar-collapse.in {
    overflow-y: auto;
    overflow: hidden !important;
}

.nav > li > a {
		color: white !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	    letter-spacing: 1px !important;
	font-size: 14px !important;
	padding: 15px 8px !important;
}

.navbar-nav > li > a {
			color: white !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	    letter-spacing: 1px !important;
	font-size: 16px !important;
}    

nav ul li a {
				color: white !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	    letter-spacing: 1px !important;
	font-size: 16px !important;
}

.navbar {
	margin-bottom: 0px !important;
}

.headpad {
	padding-top: 30px;
	padding-bottom: 30px;
}
.mylogo {margin-top: 20px; padding-right: 9%;}


.dropdown-menu {background-color: black !important; }
.dropdown-menu > li > a:hover {color: black !important; background-color: white !important;}


/*===================== 
	contact form
=======================*/
.contactrow1 {
		padding-top: 50px;
	padding-bottom: 50px;
			background-image: url("../siteart/main_bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.contact-form {
	font-family: 'Montserrat', sans-serif;
}

.contactformpage {


}

form {

}

form, #formpage { margin: 0 auto; padding-top:30px;padding-bottom:30px;}
	
	#formpage { width: 100%;
	display: block;
	float: none !important;

	   min-height: 700px;
	

}
	
	tbody > tr > td {
		display: block;
		}
	
	table, input {
		width: 100%;
		}

.attachment-search > table, input {
	width: 25px;
}
	
	input, select {
		
		font-size: 1.5rem;
		margin-bottom: 2rem;
		padding:5px;
		font-weight: normal;
		}	
	
	input {
		border: none;
		border: 0px solid;
		background: none;
		}
		
	select {
		border: 2px solid #ECECEC ;
		color: #717171;
		}
	
	textarea {
		width: 94%;
		margin-left: 15px;
		border: 2px solid #004f38 ;

		font-weight: normal;
		box-sizing: border-box;
		padding: .8rem .8rem;
		font-size: 1.5rem;
		}
	textarea:active, textarea:focus {
		border: 0px solid #004f38 ;
		box-shadow: 0.4em 0.4em 2px #ECECEC ;
		}
		
	input.button {
		border: 0px solid #004f38 ;
	
		font-size: 1.5rem;
		color:#717171;
	}
	
	input.button:hover {
		color: white;
		background-color: black;
		border: 2px solid black;
	}

.submitbtn {
	color: black;
	background-color: #FDEC6A !important;
	margin-bottom: 40px;
	font-weight: 700;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	    max-width: 500px;
    margin: auto; font-size: 17px; 
    display: block; padding: 10px;
}

.submitbtn:hover {background-color: gainsboro !important; transition-duration: .4s; cursor: pointer;}


.CaptchaWhatsThisPanel > a {
    color: white !important;
}

.scroll-list > label {
	padding-left: 10px;
}

.col-xs-12 > input {
	width: 100%;
	  border: 0px solid #004f38 ;
	    background-color: white;
	    margin-bottom: 20px;
}

.CaptchaAnswerPanel > input {
	width: 100%;
	    background-color: white;
	   	    max-width: 500px;
    margin: 0px !important;
    display: block;
}


.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    color: white;
	font-family: 'Montserrat', sans-serif;
}

.CaptchaWhatsThisPanel {
    padding: 5px 5px 10px 5px;
   
}

.CaptchaAnswerPanel {
  padding: 0px !important;
}

.consignform {
	font-size: 25px;
	font-weight: 700;
	color: white;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.send-a-message-form {
	background-color: white !important;
}

detail-form {
	background-color: white !important;
}

.displaytest {
	margin: 0px !important;
}

.CaptchaPanel {
	text-align: left !important;
	padding: 0px !important;
}

.CaptchaImagePanel {
	padding: 0px !important;
}

.contactheader {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px; color: white;
	font-weight: 700;
}

.wparagraph2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: white;
}

/*===================== 
	foot
=======================*/

.footlink {
    margin-bottom: 10px;
    /* padding-bottom: 200px; */
    float: left;
	clear: both;
}

.newfootlink {
	color: white !important; 
		font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}

.blackfooter {
	background-color: black; padding-top: 60px; padding-bottom: 60px; height: 400px;
}

.grayfooter {
	background-image: url("../siteart/graybg.jpg"); background-position: bottom;
	background-repeat: no-repeat; height: 400px; padding-top: 60px;
}

.foothead {
		font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px; color: #FDEC6A; 
}

.hostbox {
	background-image: url()
}

/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

	
h1 {
}
		

h2 {
	
}

	
h3 {
	font-family: 'Montserrat', sans-serif;
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: rgba(117,56,8,0.6);
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}





/*===================== 
	content styles 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	inv
=======================*/
.option-name {
margin-top: 0px !important;	
}

.selected-facet {
	background-color: #0a6baf !important;
}

.view-listing-details-link {
	background-color: black !important;
}

.contact-options a {
	background-color: black !important;
	color: #FDEC6A !important;
}

.view-listing-details-link {
	color: #FDEC6A !important;
}

.listing-portion-title {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
	color: black !important;
}

.detail-title {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
}

.dealer-name {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
	color: black !important;
}

.price {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
}

.list-title-text {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
}

.body-content {
    padding: 0!important;
   font-family: 'Montserrat', sans-serif !important;
}

.selected-facet {
		background-color: black !important;
}

.lower-detail-data-right {
    left: 24.5em !important;
}

.mobile-done-button {
		background-color: black !important;
}

.detail-btn-calc {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.offer-btn {
		background-color: black !important;
}

.data-label {
	background-color: black !important;
}

.contact-bar-btn {
	background-color: black !important;
}

.offer-btn-mobile {
	background-color: black !important;
}

.dealer-phone-mobile {
		background-color: black !important;
}

.send-email-btn-mobile {
	background-color: black !important;
}

.fin-calc-btn-mobile {
		background-color: black !important;
}

.body-wrapper {
    padding-top: 30px;
	padding-bottom: 30px;
}

.modal-form-el label {
    font-size: 16px !important;
    font-weight: bold;
    font-family: Arial,sans-serif;
}

.modal-form-el label+input {
	font-size: 13.5px !important;
}

.modal-right-col .comment-element textarea {
		font-size: 13.5px !important;
}

.modal-bg .consent-text {
    font-weight: 400;
    font-size: 14.5px !important;
    font-family: Arial,sans-serif;
}

.detail-main-body {
	width: 100%;
}




/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

.showme1 {display: none !important;}
.showme2 {display: none !important;}
.showme3 {display: none !important;}

/*========================= 
	 Responsive styles 
===========================*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1350px) {
.slant2 {background-image: url("../siteart/edge.jpg"); background-size: cover; background-position: right; background-repeat: no-repeat; height: 210px;}
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.hideme1 {display:none !important;}
	.showme1 {display: block !important;}
	.skidsteers {height: 250px;}
	.skidrow {height: 250px;}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.skidsteers {height: 350px; background-image: url("../siteart/skidsteers3.jpg"); background-position: center; display: none;}
	.skidrow {height: auto !important;}
	.hideme2 {display:none !important;}
	.showme2 {display: block !important;}
	.blackfooter {height: auto !important;}
	.contentcol {padding-left: 9% !important; padding-right: 9% !important;}
	.mylogo {margin-top: 10px; margin:auto; padding-left: 9%; padding-right: 9%;}
	.xtra {padding: 0px !important;}
	.brandlogo {margin-top: 15px;}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.hideme3 {display:none !important;}
.showme3 {display: block !important;}
	.skidrow {height: auto !important;}
	.navbar-toggle {margin: auto !important; display: block !important; float: none !important; border-color: transparent !important;}
	.navbar-toggle:hover {background-color: black !important;}
	.navbar-nav {    margin: auto !important; text-align: center; width: 100% !important;}
	.nav > li { text-align: center !important; width: 100% !important; margin: auto !important;}
	.dropdown-menu > li { text-align: center !important; }

	.grayfooter {height: auto; padding-bottom: 20px; background-size: cover;}
	.equipline {max-height: 300px; margin-top: 10px; margin-bottom: 10px;}
	
		.icon-bar {width: 36px !important; height: 6px !important; margin-top: 5px !important;}
	.iconspan {float: none !important; margin: auto !important; display: block !important; width: fit-content !important;}
	
	.newfootlink {display: block;}
	.contactformpage {height: 1050px;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.yellowbtn {width: 100%; font-size: 17px;}
	.mylogo {margin-top: 10px; margin:auto; padding-left: 3%; padding-right: 3%;}
	.ss2 {display: none !important;}
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 350px) {
	.myh1 {font-size: 29px !important;}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}
