﻿/*===================== 
	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 
=======================*/


/*===================== 
	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;
	}
	h1 {font-size: 2em;}

p {
	font-family: 'Open Sans';
	font-size: 16px;
}

	
h1 {
	font-family: 'Oswald';
	font-size: 32px;
}
		

h2 {
	font-family: 'Oswald';
	font-size: 30px;
}

	
h3 {
	font-family: 'Oswald';
	font-size: 28px;
}


h4 {
	font-family: 'Oswald';
	font-size: 24px;
}


h5 {
	font-family: 'Oswald';
	font-size: 20px;
}


h6 {
	font-family: 'Oswald';
	font-size: 18px;
}

.green {color: #00a85a;}
.white {color: #ffffff;}
.black {color: #000000;}

.caps {text-transform: uppercase;}
.bold {font-weight: 600;}
.tracking {letter-spacing: 1px;}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #323232; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #7E7E7E;
		}  


/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;text-align: right;
    border-top: 3px solid #00a85a;
    border-bottom: 3px solid #00a85a;
	background-color: #FFFFFF;
}

.navigation nav ul {
	width:90%;
	    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
}

.navigation nav ul li {

}

.navigation nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: center;
    padding: 0px 16px;
}

.navigation nav ul li a {
	font-family: 'Oswald';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333!important;
    font-weight: 600;
	line-height: 2.5;
}	
			
.navigation nav ul li a:hover {
	color: #00A85A!important;
}
.navigation nav ul li a:last-of-type {
	padding-right: 0;
}

/* Appearance of the sub-level links */

.navigation nav ul li li a:last-of-type {
	padding: auto !important;
}
.navigation ul li li a { 
	color: #fff !important;
    font-size: 14px !important;
    padding: 0 15px !important;
    font-weight: 400 !important;
    width: 100% !important;
    display: inline-block;
    line-height: 1.5 !important;
    text-align: left !important;
	}
	
.navigation ul li li a:hover { 
	}
	
.navigation ul li li:hover { 
	}
	
	i.fas.fa-caret-right {
    position: absolute;
    /* left: 0; */
    right: 10px;
    top: 5px;
    bottom: 0;
}

a.dropdown-link {
    position: relative;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
.navigation ul ul {
	display: none;
    position: absolute;     max-width: 250px;
	background: #333;
	
	/*margin-top: 21px;*/
}
.navigation ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
.navigation ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
.navigation ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/
.head-wrap {
    width: 90%;
    margin: 0 auto;
}
#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: #00a85a;
	border-bottom: ;
	text-align: right;
	box-sizing: border-box;
	min-height: 0 !important;
	z-index: 0;
	}
	#menu-button a{
		 color:#fff;
		 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;
  }
  /* MENU HEADER SOCIAL MEDIA */
  nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    word-spacing: 13px;
    padding: 0 0 0 15px;
    color: #ccc !important;
  }
  nav.mobile .social-media a:link, nav.mobile .social-media a:visited {
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile .social-media a:hover, nav.mobile .social-media a:active {
    color: #fff;
    text-decoration: underline;
  }
  /* MENU HEADER STYLES */
  nav.mobile .mobile_top {
    position: relative;
    display: block;
    padding: 0;
    margin: 50px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
  }
  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle:not(.exit-click) {
    position: absolute;
    padding: 3px 8px 3px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #000;
    color: #999;
    text-decoration: none;
    top: -38px;
    right: 13px;
  }
  nav.mobile .menu-toggle:not(.exit-click):hover { /* Menu close button on hoveer */
    color: #fff;
  }
/* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
	  width: 100%;
	  position: relative !important;
	  left: 0 !important;
  }
  nav.mobile ul li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
    position: relative;
	  padding: 0 !important;
  }
  /* FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: block;
    font-size:14px !important;
    padding: 10px 15px !important;
    color: #fff !important;
    text-decoration: none;
    text-align: left;
  }
  nav.mobile ul li a:hover {
    color: #00A85A;
    border-left: 4px #00A85A solid; /* border highlight - Change to fit match site colors */
  }
  /* SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }
  nav.mobile ul li li a {
    background: #444;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    border-left: 4px #444 solid;
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile ul li li a:hover {
    background: rgba(65, 65, 65, 0.5);
  }
  /* THIRD LEVEL */
  nav.mobile ul li li li:last-child {
    border: none;
  }
  nav.mobile ul li li li a {
    background: #555;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    color: #ccc;
    text-decoration: none;
    border-left: 4px #555 solid;
  }
  nav.mobile ul li li li a:hover {
    background: rgba(85, 85, 85, 0.5);
  }
  nav.mobile ul .click { /* dropdown menu idicator arrow be sure to include this image with your image files */
    display: block;
    cursor: pointer;
    z-index: 12399994;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    color: #fff;
	      align-items: center;
    justify-content: space-between;
	  display: flex;
  }


/*===================== 
	header styles 
=======================*/
.header-bkgd {
	background: #333;
}
.header-logo {
	display: block;
	margin: auto;
	max-width: 200px;
	width: 100%;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 30px;
    border: none;
    outline: none;
    color: #000000;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #b4b4b49c;
}

#myBtn:hover {
  background-color: #555;
}


/* NEW HEADER */
.top-head {
   max-width: 1400px;
    margin: 0 auto;
    text-align: right;
    padding: 30px 0;
	width: 90%;
}
.logo {
        position: relative;
    max-width: 1400px;
    margin: 0 auto;
	width: 90%;
}

.logo a {
    position: absolute;
    z-index: 9;
    top: -80px;
    left: 0;
	z-index: 2;
}

.top-head a {
    font-family: 'Oswald';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff!important;
    font-weight: 300;
    transition: .3s all;
}

.top-head a:hover {
	color:#00A85A!important
}

.green-txt {
	color:#00A85A!important
	
}

.hero-txt {
    width: 50%;
    margin: 0 auto;
}

.hero-txt h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.25;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.texture-bg {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('/siteart/wood-background.jpg');
	background-size: cover;
	background-repeat: repeat;
}
/*===================== 
	homepage styles 
=======================*/

/*----- scrolling inventory -----*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.hero-img {
	background: linear-gradient(0deg, rgba(0,0,0,.33) 0%, rgba(0,0,0,.33) 100%),url("../siteart/new-hero.jpg"), no-repeat;
	    background-size: cover;
	background-position: 50% 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    height: 40vh;
}

/*----- buttons -----*/
.button-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
	width: 90%;
}

.button-wrap.flex-container.flex-cats {
	padding: 40px 0;
}
.card {
    margin: 10% auto 10% auto;
}
.card-img-top {
    display: block;
    margin: auto;
    width: 100%;
}
.inv-button {
	width: 100%;
    background-color: #000000;
    border: 0px;
    padding: 8px;
	color: #FFFFFF!important;
	font-family: 'Oswald';
	font-size: 16px;
	letter-spacing: .75px;
	text-transform: uppercase;
	transition: .3s all;
}
.card a:hover .inv-button {
	color: #00a85a!important;
}
.inv-link {
	font-family: 'Oswald';
	font-size: 16px;
	color: #FFFFFF!important;
	letter-spacing: .75px;
	text-transform: uppercase;
}
.inv-link:hover {
	color: #00a85a!important;
}

/*----- content -----*/
.about-container {
	background-color: #eee;
    padding: 60px 5%;
}
.about-wrap {
	margin: 0 auto;
	max-width: 1400px;
	display: block;
}

.flex-container.flex-contacts {
	margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
}

.contact-box {
    background: #fff;
    flex: 1;
    flex-basis: 23%;
    padding: 20px;
    border: 1px solid rgb(51 51 51 / 15%);
}

.contact-ind p {
    line-height: 1.5;
}

.cat-item {
    border: 1px solid #eee;
    margin: 20px;
}

.cat-item a {
    padding: 20px;
    display: block;
	transition: .4s all;
}

.cat-item a:hover {
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	color: #00a85a!important;
}

.slick-slide img {
    display: block;
    max-width: 100%;
}

.cat-item h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    border-top: 1px solid #eee;
    /* line-height: 2; */
    padding-top: 20px;
}

/*----- DETAILED SEARCH -----*/
.page-wid {
	padding-top: 50px;
	padding-bottom: 50px;
}
.inv-search-home{
	background-color: rgba(0, 0, 0, 0.7);
}
.wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
}

.detailed-search {
	padding:0;
}

.detailed-search h3{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Oswald';
	padding:0 0 20px 0;
	color:#fff;
}

.detailed-search h4{
	font-size: 20px;
	font-weight: normal;
	padding:0 0 10px 0;
}
.content {
	width: 100%;
	margin: 0 auto;
}

.detailed-form {
	margin: auto;
}
.clear {
	clear: both;
}
.detailed-row {
	margin: 10px 0 5px;
	font-size: 18px;
}
.column4 {
	width: 25%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 5px;
}
.last {
	padding-right: 0px;
}
.detailed-search input[type='submit'] {
	font-size: 14px;
	background: #008547;
	width: 100%;
	margin-top: 8px;
	color: #fff;
	display: inline-block;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'Oswald';
	text-transform: uppercase;
	letter-spacing: .5px;
	padding:8px;
}
.detailed-search input[type='submit']:hover{
	background:#006E3B;
	color:#fff;
}
.detailed-search input[type='text'] {
	width: 100%;
	margin-top:8px;
	padding: 8px 10px;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.detailed-search-wrap h3 span {
	color: #d7d7d7;
}

main {
  width:100%;
  padding: 50px;
  margin: 0 auto;
}

.content section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #00A85A;
}

.detailed-search label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 7px 25px;
	font-weight: 600;
	text-align: center;
	color: #bbb;
	border: 1px solid transparent;
	font-family: 'Oswald';
    /* font-family: 'Open Sans'; */
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-size: 16px;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/*label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }*/

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #fff;
  background: #00A85A;
  border-top: 5px solid #006E3B;
  border-bottom: 1px solid #00A85A;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

.equipment-search input, .detailed-search select {
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    background-color: #fff;
    box-sizing: border-box;
    color: #555;
    margin-top: 8px;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
    /*border: 3px solid #afafaf;*/
}

.home-search input, select {
    width: 100%;
    /*background: #EEEEEE !important;*/
    border: 1px solid #e0e0e0 !important;
    padding: 7px;
    margin-top: 5px;
    -webkit-appearance: none;
}

@media screen and (max-width: 650px) {label:before {margin: 0; font-size: 18px;}}
@media screen and (max-width: 400px) {label {padding: 15px;}}
	
/*===================== 
	inventory styles 
=======================*/
.hosted-content .inline-block {
	background-color: transparent!important;
	border: none!important;
	color: #000000!important;
}


/*===================== 
	footer styles 
=======================*/
.contact-info {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.footer_contact {
	background-image: url(/siteart/wood-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-title:after {
    content: "";
    display: block;
    /*margin: 0px auto 15px auto;*/
    width: 250px;
    padding-top: 7px;
    border-bottom: 2px solid #00a85a;
}
.ventas-title:after {
    content: "";
    display: block;
    /*margin: 0px auto 15px auto;*/
    width: 100px;
    padding-top: 7px;
    border-bottom: 2px solid #00a85a;
}
.refacciones-title:after {
    content: "";
    display: block;
    /*margin: 0px auto 15px auto;*/
    width: 150px;
    padding-top: 7px;
    border-bottom: 2px solid #00a85a;
}
.contabilidad-title:after {
    content: "";
    display: block;
    /*margin: 0px auto 15px auto;*/
    width: 150px;
    padding-top: 7px;
    border-bottom: 2px solid #00a85a;
}
.cobranza-title:after {
    content: "";
    display: block;
    /*margin: 0px auto 15px auto;*/
    width: 215px;
    padding-top: 7px;
    border-bottom: 2px solid #00a85a;
}
.control-title:after {
    content: "";
    display: block;
    /*margin: 0px auto 15px auto;*/
    width: 115px;
    padding-top: 7px;
    border-bottom: 2px solid #00a85a;
}
.disenos-title:after {
    content: "";
    display: block;
    /*margin: 0px auto 15px auto;*/
    width: 100px;
    padding-top: 7px;
    border-bottom: 2px solid #00a85a;
}
.footer-email_black {
	color: #000000!important;
}
.footer-email_black:hover {
	color: #00a85a!important;
}
.footer-email_white {
	color: #FFFFFF!important;
}
.footer-email_white:hover {
	color: #00a85a!important;
}
.footer-phone_black {
	color: #000000!important;
}
.footer-phone_black:hover {
	color: #00a85a!important;
}
.footer-phone_white {
	color: #FFFFFF!important;
}
.footer-phone_white:hover {
	color: #00a85a!important;
}
.yellow-wrap {
	background-color: #fff112;
    padding: 20px 5%;
    /*text-align: center;*/
    line-height: 1.5;
}
.contact-wrap {
	background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 5%;
    color: #ffffff;
    line-height: 1.5;
    /*text-align: center;*/
}
.container_20 {
	width: 20%;
	float: left;
}
.container_50 {
	width: 50%;
	float: left;
}

footer {
	margin: 0;
	width: 100%;
	background-color: #ffffff;
}
	
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: 1600px; 
	text-align: center; 
	margin: 0px auto;
    padding: 15px 10px;
}

.flex-container.flex-foot {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 40px 0;
}

.flex-location {
    flex: 1;
    display: flex;
    gap: 30px;
}

.flex-location p {
    color: #fff !important;
    padding-top: 15px;
}

.foot-wrap {
	max-width: 1400px;
	display: block;
	width: 90%;
	margin: 0 auto;
}
/*=======================
	Faceted Inventory
=======================*/

.faceted-search-content .selected-facets-container .selected-facet{
	background-color: #006E3B!important;
	color: #fff !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{
	margin-left: 3px!important;
}
.list-content .listing-portion-title{
	color: #000 !important;
}

.list-content .list-title .list-listings-count{
	color: #006E3B !important;
	
}
.list-content .list-top-section .listing-option-bar .list-listings-count{
	color: #006E3B !important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link{
	background-color: #006E3B!important;
	color: #fff !important;
	
}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .buy-now-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text{
	background-color: #006E3B!important;
	color: #fff !important;
}
.list-container-flexrow .buy-now-link, .list-container-flexrow .contact-options a, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text{
	background: #000 !important;
}

.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
	background-color: #006E3B!important;
	color: #fff !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn{
	border-color:#006E3B!important;
	color:#006E3B!important;
}

.faceted-search-content .faceted-section-box .faceted-search{
	background-color: #006E3B!important;
	color: #fff !important;
}
.detail-content .search-results{
	color:#006E3B!important;
}

.paging-container .page-navs .list-page-nav{
	background-color: #006E3B!important;
	color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price{
	color:#006E3B!important;
}


.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn{
	background-color: #006E3B!important;
	color: #fff !important;
}
.detail-content .detail-additional-data .data-row .data-label{
	background-color: #006E3B!important;
	color: #fff !important;
}
.detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .detail-main-body .main-detail-data .alternate-retail-price{
	color:#006E3B!important;
}
.rent-title, .lease-title, .fractional-title{
	color:#006E3B!important;
}

.rent-title-details, .lease-title-details, .fractional-title-details{
	color:#006E3B!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 .contact-btn, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat, .list-content .list-main-section .list-container .list-listing .listing-top-right .facebook-messenger, .list-content .list-main-section .list-container .list-listing .listing-top-right .whatsapp, .list-content .list-main-section .list-container .list-listing .listing-top-right .text,.list-content .list-error-container .info button{
	color:#fff!important;
	background: #006E3B!important;
	
}
.container.cf{
	clear: both;
}
.info{
	color: #000 !important;
}
.fin-calc {line-height: normal !important;}

.list-container-flexrow .price-container .price{color: #000 !important;}
.detail-content .dealer-info .field-value{margin-top: 15px !important;}

.contact-options a, .fin-calc-mobile > a{background-color: #006E3B!important;line-height: normal !important;}


.detail-content{
	padding-top: 50px!important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background-color: #006E3B!important
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background-color: #006E3B!important
}

.list-content{
	padding-top: 50px !important;
}


.list-content .list-main-section {padding: inherit !important;}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/


/* Medium Devices, Desktops */

@media only screen and (max-width : 818px) and (min-width : 768px) {
	.homepage-tab {display: none;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	nav ul li a {color: #ffffff!important;}

}

@media only screen and (max-width : 585px) {
	.container_50 {width: 100%; margin-bottom: 15px;}
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 	.container_20 {width: 100%; margin-bottom: 15px; text-align: center;}
	.container_50 {width: 100%; margin-bottom: 15px; text-align: center;}
	.footer-title:after {text-align: center; margin: auto;}
	.ventas-title:after {text-align: center; margin: auto;}
	.refacciones-title:after {text-align: center; margin: auto;}
	.contabilidad-title:after {text-align: center; margin: auto;}
	.cobranza-title:after {text-align: center; margin: auto;}
	.control-title:after {text-align: center; margin: auto;}
	.disenos-title:after {text-align: center; margin: auto;}
	.ventas-title {text-align: center;}
	.contact-info,.refacciones-title {text-align: center;}
	.flex-location p {
		width: 100%;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}



@media screen and (max-width:1580px){
	.detailed-row{padding: 0;}
	.home-search{width:47%;}
	.home-search .col{width: 32%;}
}

@media screen and (max-width:1440px){
	.navigation nav ul li a {
		font-size: 14px;
	}
	.navigation nav > ul > li {
		padding: 8px 10px;
	}
	.hero-txt {
    width: 80%;
	}
}


@media screen and (max-width:1380px){
	.home-search .submit-btn{margin-top:5px; padding:7px;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1250px) {
	.flex-location {
		flex-wrap: wrap;
	}
	.navigation nav > ul > li {
    padding: 8px 5px;
}
}

@media only screen and (max-width : 1200px) {
	.container_20 {width: 50%; margin-bottom: 15px;}
	.navigation nav ul li a {font-size: 14px;}
	.navigation nav ul li {padding: 10px 5px;}

}

@media screen and (min-width: 1201px) {
  .menu-toggle.exit-click {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .mobile:not(.open) + .menu-toggle.exit-click {
    display: none;
  }
  .mobile.open + .menu-toggle.exit-click {
    position: fixed !important;
    top: 0 !important;
    left: 250px !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000;
  }
}
	
@media screen and (max-width:1310px){
	.cat{width:16%;}
}

@media screen and (max-width:1170px){
	.home-search{ width:100%; display: block; position: relative; left:auto; right:auto; top:0;	}
	.home-search .submit-btn{margin-top: 10px;}
}

@media screen and (max-width:1095px){
	.button-wrap.flex-container.flex-cats {
		flex-wrap: wrap;
		padding: 40px 0;
		gap: 20px;
	}
	
	.cat-home {
    flex-basis: 40%;
    flex-grow: 1;
}
	
	.card {
		margin: 0;
	}
		
	
	}

@media screen and (max-width:950px){
	.cat{width:32%;}
}

@media screen and (max-width:900px){
	
	}
@media screen and (max-width:850px){
	.column4{width:100%}
	.hero-txt h1 {
    font-size: 54px;
	}
}

@media (max-width: 767px) {
	.logo {
    position: relative;
    max-width: 1400px;
    display: inline-block;
    vertical-align: middle;
		margin: 0 !important;
}
	.logo a {
		position: unset;
	}
	
	.header-logo {
    
    margin: 0;
    width: 120px;
}
	
	.top-head {
    text-align: right;
    display: inline-block;
		margin: 0 !important;
}
	.bottom-head span {
    width: 90%;
    margin: auto !important;
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
}
	
	
}

@media screen and (max-width:720px){
	
	.flex-container.flex-foot {
		flex-wrap: wrap;
	}
	
	.flex-location {
		flex-basis: 100%;
	}
}

@media screen and (max-width:550px){
	.cat{width:49%;}
	.home-search .col{width: 49%;}
	.detailed-search label{padding: 7px 15px; font-size: 16px;}
}

@media screen and (max-width:510px){
	.cat-home {
    flex-basis: 100%;
    flex-grow: 1;
}
	
	.contact-box{
		flex-basis: 100%;
	}
	
	.hero-txt {
		width: 90%;
	}
}

@media screen and (max-width:450px){
	.detailed-search label{width: 100%;}
	
	.hero-txt h1 {
    font-size: 42px;
}
	
}
