/***** BEGIN RESET *****/
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');

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;
}
h1, h2, h3, h4, h5, h6 {margin: 0; line-height: 1;}
table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
.cf 

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
	width:100%;
}

.bold {font-weight: 700;}
.semi-bold {font-weight: 600;}
.regular {font-weight: 400;}
.white {color: #fff!important;}
.orange {color: #eea003;}
.green {color: #8ab933;}
.black {color: #000;}
/*-------- BODY STYLES --------*/
.small-text {font-size: 13px;}
body {
font-family: 'Open Sans', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
h4 {font-size: 22px; font-weight: 400;}
h5 {font-size: 18px;}
hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
    box-shadow: 2px 2px 5px #000;
    position: relative;
    z-index: 999;
	background: #fff;
}
html, body {
  scroll-behavior: smooth;
}
.not-inv *{
  line-height: 28px;
  box-sizing: border-box;
}

.flex-1.announcements {
    text-align: center;
}

.announcements a {
    color: #fff;
    font-weight: 700;
    border: solid 2px;
    padding: 2px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.top-header {background:#eea003; padding: 5px;}
.top-header * {box-sizing: border-box !important;}
.top-header .flex-container {justify-content: space-between;align-items: center;}

.top-header i {
    font-size: 20px;
    margin-right: 10px;
}

.top-header p {
    font-size: 20px;
}
.flex-2 {flex:2 0;}
.flex-1.top-header-social {
    align-items: center;
    justify-content: center;
	text-align: right;
}

/*---BODY--------------------------------*/
.flex-container {max-width: 1240px; width: 100%; display: flex; flex-direction: row; margin: 0 auto; padding: 0 10px; position: relative;}


.box-container {
    display: flex;
    flex-direction: row;
    border-top: solid 10px #8ab933;
}

.cta-link {
    flex: 1 0;
    overflow: hidden;
}

.cta-link img {
    width: 100%;
}

.cta-link a {position: relative;display: flex;justify-content: center;align-items: center;z-index: 99;overflow: hidden;}

.cta-caption {background: rgba(0, 0, 0, 0.47);position: absolute;top: 0;right: 0;bottom: 0;left: 0;color: #fff;z-index: 10;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;display: flex;justify-content: center;align-items: center;overflow: hidden;padding: 0 20px; text-align: center;}

.cta-link:hover .cta-caption {background: none;}


#main-content {
    padding: 40px 0;
}

.main-flex h1 {
    border-bottom: solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#main-content p {
    line-height: 2;
}

.home-brands .flex-container {
    justify-content: center;
    align-items: center;
}

.brand-box {
    flex: 1 0;
    flex-basis: 30%;
    margin: 10px 1%;
    padding: 0 5%;
	max-width: calc(32% - 1%);
    box-sizing: border-box;
}

.brand-box img {
    max-width: 100%;
}

.flex-container.manu-brands {
    flex-wrap: wrap;
}

.home-brands {
    padding: 30px 0 0;
}

.home-brands h2 {
    margin-bottom: 20px;
}

.gray-footer {background: #3e3e3e;padding: 30px 0;}

.flex-1 {
    flex: 1 0;
}
.flex-3 {flex:3 0;}
.gray-footer h4 {margin-bottom:15px;}
.gray-footer h5 {margin-bottom:15px;}

.home-news {
    background-image: linear-gradient(90deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.2) 60%),url(../siteart/news-bg.jpg)!important;
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
	padding: 10% 0;
}
.flex-container.news-box {margin: 30px auto;}
.news-box h4 {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.news-box h4::after {
    content: '';
    width: 80px;
    border-bottom: 3px solid #eea003;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-left: 20px;
}
.news-link:hover h4.news-title::after {
    width: 200px;
} 

.news-box:hover h4.news-title::after {
    width: 200px;
} 

.news-container .news-box {
    margin: 0 auto;
}
.news-container {
    border-bottom: solid 3px #8ab933;
    max-width: 1220px;
    margin: 20px auto;
    padding-bottom: 30px;
}
.news-container:last-child {
    border-bottom: none;
}
a.orange-button {
    background: #eea003;
    color: #fff;
    width: 25%;
    text-align: center;
    padding: 15px;
    font-weight: 700;
    box-shadow: 2px 2px 5px #000;
}

.header-container {
    display: flex;
    flex-direction: row;
    max-width: 1240px;
    margin: 0 auto;
    padding: 5px 10px;
    box-sizing: border-box;
}

.logo img {
    max-width: 100%;
}

.right-header {
    flex: 3 0;
    margin-left: 2%;
    margin-top: auto;
	height: 40px;
}

.logo {
    flex: 1 0;
}


.MainContainer {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ContentContainer {
  position: relative;
  display: block;
  background-color: white;
  z-index: 1;
}

.Content {
  margin: 0 auto;
  padding: 75px 0;
}

.Content p {margin: 40px 0;}

.ParallaxContainer {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: -1;
    height: 100vh;
    justify-content: center;
    align-items: center;
	background-attachment: fixed;
    background-repeat: no-repeat;
    margin-top: -300px;
    overflow: hidden;
    max-height: 750px;
}
.inventory-background {background-image: linear-gradient(-235deg,rgba(238,160,3,0.39) 0%,rgba(0,0,0,0.39) 100%),url(https://www.woodlandequipment.com/siteart/inventory2-bg.jpg)!important;}
.parts-background {background-image: linear-gradient(-235deg,rgba(238,160,3,0.39) 0%,rgba(0,0,0,0.39) 100%),url(https://www.woodlandequipment.com/siteart/parts2-bg.jpg)!important;}
.service-background {background-image: linear-gradient(-235deg,rgba(238,160,3,0.39) 0%,rgba(0,0,0,0.39) 100%),url(../siteart/service-bg.jpg)!important;}
.showroom-background {background-image: linear-gradient(-235deg,rgba(238,160,3,0.39) 0%,rgba(0,0,0,0.39) 100%),url("https://www.woodlandequipment.com/siteart/showroom-bg2.jpg")!important;}
.tigercat-background {background-image: linear-gradient(-235deg,rgba(238,160,3,0.39) 0%,rgba(0,0,0,0.39) 100%),url(../siteart/tigercat-bg.jpg)!important;}
.timberpro-background {background-image: linear-gradient(-235deg,rgba(238,160,3,0.39) 0%,rgba(0,0,0,0.39) 100%),url(../siteart/timberpro-bg.jpg)!important;}
.risley-background {background-image: linear-gradient(-235deg,rgba(238,160,3,0.39) 0%,rgba(0,0,0,0.39) 100%),url(../siteart/risley-bg.jpg)!important;}
.kesla-background {background-image: linear-gradient(-235deg,rgba(238,160,3,0.39) 0%,rgba(0,0,0,0.39) 100%),url(../siteart/kesla-bg.jpg)!important;}
.quadco-background {background-image: linear-gradient(-235deg,rgba(238,160,3,0.39) 0%,rgba(0,0,0,0.39) 100%),url(../siteart/quadco-bg.jpg)!important;}
.logmax-background {background-image: linear-gradient(-235deg,rgba(238,160,3,0.39) 0%,rgba(0,0,0,0.39) 100%),url(../siteart/logmax-bg.jpg)!important;}
.hero-text {
    margin-top: 16%;
}

.hero-text h2 {font-size: 40px; text-shadow: 2px 2px 2px #000;}

.flex-container.equipment-showroom {
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.equipment-showroom .cta-link {
    margin:1%;
	min-width: 300px;
    max-width: 400px;
}
.uppercase {text-transform: uppercase;}






.green-container {
    background: #8ab933;
    padding: 10px;
	min-height: 115px;
	display: flex;
	align-content: center;
}

.green-container .flex-container {
    align-items: center;
    justify-content: center;
}

.green-container a.orange-button {
    width: 100%;
	display: block;
	font-size: 24px;
}

.green-container .flex-3 {margin-right: 3%;}
.green-container h4 {line-height: 1.6;}
/*--------FORM STYLES--------------------*/

.detailed-search {
    margin-right: 2%;
}

.detailed-row {
    display: flex;
    justify-content: space-between;
}

.detailed-search .column4, .detailed-search .column3 {
    flex: 1 0;
    padding: 0 10px;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #eee;
    font-family: 'open sans';
}

input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #eee;
    font-family: 'open sans';
}
.CaptchaPanel {
    text-align: left !important;
}

input[type="submit"] {
    background: #eea003;
    color: #fff;
    width: 25%;
	text-transform: uppercase;
    font-family: 'open sans';
    text-align: center;
    padding: 15px;
    font-weight: 700;
    box-shadow: 2px 2px 5px #000;
	font-size: 20px;
	border: none;
}



/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding: 5px 0;
	background: #fff;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*-------- FOOTER STYLES ----------------*/


footer {background: #000; padding: 10px;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/



input#postalCode {
    width: auto;
}

/* FACETED */

#inv{padding: 5% 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv *:not(.fa):not(.far):not(.fas):not(.material-icons){font-family: 'Open Sans', sans-serif!important;} /* Reset font, ignore icons */


.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;}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .view-listing-details-link {background:#eea003 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link {background: #3b3b3b !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-price .currency-selector, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {padding-left: 4px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;}

.material-icons {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px;}




.listing-option-mobile .listing-option-bar{bottom: 124px !important;}

.scrollToTop{z-index: 1 !important; bottom:}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {

.header-container {
    flex-wrap: wrap;
}

.logo {
    flex-basis: 100%;
    text-align: center;
}

.right-header {
    flex-basis: 100%;
    flex: 1 0;
    margin: 0 auto;
}	
	
	
}


@media only screen and (max-width: 767px) {

.cta-link {
    flex-basis: 50%;
}

.box-container {
    flex-wrap: wrap;
}

.logo {
    text-align: center;
}

.right-header {
    display: none;
}

#main-content {
    text-align: center;
}

.home-news {
}

.flex-container {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

a.orange-button {
    width: 75%;
}

.flex-1 {
    flex-basis: 100%;
    margin: 20px 0;
}
	
	footer{padding-bottom: 30%;}	
	
	
.top-header .flex-1 {
    flex-basis: 50%;
    text-align: center;
    margin: 5px 0;
}	
	
	
	.news-box h4 {border-bottom:solid 3px #eea003; padding-bottom: 10px;}
	.news-box h4::after {content: none;}
	
	
.hero-text {
    text-align: center;
    margin-top: 50%;
}

.brand-box {flex-basis: 30%;margin: 10px 10%; max-width: none; padding: 0;}	
	
	.detailed-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
	.detailed-search .column4, .detailed-search .column3 {
    flex: 1 0;
    padding: 0 10px;
    flex-basis: 100%;
}
	
	input[type="submit"] {width: 75%;}	
	
	.CaptchaPanel {
    text-align: center !important;
}
	.logo img {display: inline-block;}
	
}