﻿/*=====================
	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;
  font-size: 14px !important;
}

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: "roboto", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  color: #484741;
  line-height: 1.5em;
}
.address-notifcation p {
  line-height: 1em;
}

h1 {
  font-family: "roboto", sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #000 !important;
  font-style: italic;
  text-transform: uppercase;
}
h2 {
  font-family: "roboto", sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #000 !important;
  font-style: italic;
  text-transform: uppercase;
}
h3 {
  font-family: "roboto", sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #000 !important;
  font-style: italic;
  text-transform: uppercase;
}
h4 {
  font-family: "roboto", sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #000 !important;
  font-style: italic;
  text-transform: uppercase;
}
h5 {
  font-family: "roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-transform: uppercase;
  line-height: 1.5em;
}
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%;
}
.header-bg {
  background-color: #fff;
  padding: 25px 0 !important;
}
.primary_navLink {
  font-family: "roboto condensed", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-transform: uppercase !important;
}
.primary_navLink:hover {
  transition: 0.2s;
  color: #ffc202 !important;
}
.phone_navLink {
  font-family: "roboto condensed", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000 !important;
  padding: 15px 35px 15px 0px !important;
}
.phone_navLinkMobile {
  font-family: "roboto condensed", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000 !important;
  padding: 15px 35px 15px 0px !important;
}
.locations {
  padding: 8px 15px;
  text-align: right;
}
.fa-map-marker-alt {
  border: 1px solid #d8d8d8;
  padding: 8px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px !important;
  color: #000 !important;
}
.fa-map-marker-alt:hover {
  color: #fec81e !important;
  transition: 0.2s;
  border: 1px solid #fec81e !important;
}
.divider {
  padding: 15px 0;
}
header#stickynav {
  z-index: 999999999 !important;
  width: 100% !important;
  position: sticky !important;
  top: 0 !important;
}

/*=====================
	nav styles
=======================*/

nav.primary {
  padding: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav ul li {
}

nav > ul > li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  padding: 15px;
}

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: #fec81e;
  border-bottom: ;
  text-align: center;
  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: #fec81e !important;
  transition: 0.2s;
}

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 0.3s ease-in-out;
  -moz-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
}
nav.mobile ul li span.click:hover {
  background-size: 60%;
}

/*=====================
	home page styles
=======================*/
.slide-wrap {
  padding: 30px 30px 30px 10% !important;
}
.slide-wrapBg {
  background-image: url("../siteart/slide-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 30px 8% 30px 2% !important;
}
.slide-img {
  float: right;
}
.home-h1 {
  font-family: "roboto", sans-serif !important;
  font-size: 38px !important;
  font-weight: 800 !important;
  color: #000 !important;
  font-style: italic;
  text-transform: uppercase !important;
}
.yellow-link {
  font-family: "roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  font-style: italic;
  text-transform: uppercase !important;
  color: #fec81e !important;
}
.yellow-link:hover {
  color: #62625f !important;
  transition: 0.2s;
}
.black-link:hover {
  color: #62625f !important;
  transition: 0.2s;
}
.black-link {
  font-family: "roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  font-style: italic;
  text-transform: uppercase !important;
  color: #000 !important;
}
.arrow-left {
  padding-left: 10px;
}
.buttons-row {
  padding: 50px 8%;
}
.btn-pad {
  padding: 0 25px;
}
.btn-wrap {
  margin: 0 auto;
  text-align: center;
  border: 2px solid #ebebeb;
  padding: 25px 25px 30px 25px;
}
.btn-wrap:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.icon {
  text-align: center;
  margin: 0 auto;
}
.home-h3 {
  font-family: "roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #000 !important;
  font-style: italic;
  text-transform: uppercase !important;
  padding: 10px 0;
}
.home-imgRow {
  background-image: url("../siteart/home-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8vw 5vw;
}
.home-imgSmall {
  font-family: "roboto condensed", sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin-bottom: 0px;
  line-height: 1.2em;
}
.home-imgLarge {
  font-family: "roboto", sans-serif !important;
  font-size: 80px !important;
  font-weight: 800 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-style: italic;
  margin-top: -25px;
  margin-left: -10px;
}
.home-imgLink {
  font-family: "roboto", sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  font-style: italic;
  text-transform: uppercase !important;
  color: #fec81e !important;
}
.home-imgLink:hover {
  transition: 0.2s;
  color: #fff !important;
}

/*=====================
	layout styles
=======================*/
.pad-btm {
  padding-bottom: 25px;
}
.pad-15 {
  padding-bottom: 15px;
}
.page-wrap {
  padding: 25px 11% 50px 11%;
}
.page-heading {
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
.pad-50 {
  padding: 50px 0;
}
.center {
  text-align: center;
}
.pad-10 {
  padding-bottom: 10px;
}
.pad-25 {
  padding-bottom: 25px;
}

/*=====================
	service styles
=======================*/
.img-pad {
  padding: 15px;
  margin: 0 auto;
}
.service-border {
  border: 1px solid #d8d8d8;
  padding: 15px;
}
.service-borderBtm {
  border: 1px solid #d8d8d8;
  padding: 15px;
}
.service-img {
  width: 100% !important;
}
.row-1 {
  min-height: 270px;
}
.row-2 {
  min-height: 325px;
}
.row-3 {
  min-height: 260px;
}
.border {
  border-top: 2px solid #d8d8d8;
  margin: 6% 0;
}

/*=====================
	form styles
=======================*/
.form_inputStyle {
  padding: 4px;
}
.form_input {
  width: 100%;
  padding: 10px;
  font-family: "roboto", sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
.yellow-btn {
  background-color: #fec81e !important;
  color: #000;
  padding: 10px 50px;
  text-align: center;
  font-family: "roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase !important;
  font-style: italic;
  border-color: transparent !important;
  border-style: none !important;
}
.yellow-btn:hover {
  background-color: #000 !important;
  transition: 0.2s;
  color: #fec81e;
}
input:focus {
  border-color: transparent!important~;
  border-style: none !important;
}

/*=====================
	contact styles
=======================*/
.tel-link {
  color: #fec81e !important;
  font-weight: 800;
  font-family: "roboto", sans-serif !important;
  font-size: 20px;
}
.tel-link:hover {
  color: #000 !important;
  transition: 0.2s;
}
.btn-margin {
  margin-top: -8px;
}

/*=====================
	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;
}
.footer-bg {
  background-color: #f6f6f6;
  padding: 50px 8%;
}
.footer-social {
  text-align: right;
  padding: 5px 0;
}
.footer-icon {
  border: 1px solid #414141;
  padding: 8px;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  text-align: center;
  color: #414141 !important;
  display: inline-block;
}
.footer-icon:hover {
  color: #fec81e !important;
  transition: 0.2s;
  border: 1px solid #fec81e !important;
  cursor: pointer;
}
.footer_navLink {
  font-family: "roboto condensed", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-transform: uppercase !important;
}
.footer_navLink:hover {
  transition: 0.2s;
  color: #ffc202 !important;
}
nav.secondary {
  padding: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.footer-btm {
  background-color: #ebebeb;
  padding: 15px 8%;
}
.hostedby {
  font-family: "roboto", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.footer-link {
  color: #000 !important;
  font-weight: 700 !important;
}
.footer-link:hover {
  transition: 0.2s;
  color: #484741 !important;
}

/*=====================
	inventory styles
=======================*/
.mc-debuginfo {
  display: none;
}
* {
  box-sizing: border-box !important;
}
.body-wrapper {
  font-family: "roboto", sans-serif;
}
.body-content {
  padding: 50px 0 !important;
}

/*-----FONTS-----*/
.list-content .list-title .list-title-text {
  font-family: "roboto", sans-serif !important;
  font-size: 25px !important;
  text-transform: uppercase;
}
.list-content .listing-portion-title {
  font-family: "roboto", sans-serif;
  font-size: 20px;
}
.list-content .list-title .list-listings-count {
  color: #ffc202 !important;
}
.list-listing-title {
  font-family: "roboto", sans-serif !important;
}
.listing-portion-title {
  font-family: "roboto", sans-serif !important;
  letter-spacing: 0px !important;
}
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .listing-dealer-info
  .dealer-name {
  font-family: "roboto", sans-serif;
}
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top
  .listing-top-left
  .listing-main-stats
  .price {
  color: #ffc202 !important;
  font-family: "roboto", sans-serif;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
  color: #ffc202 !important;
}
.faceted-search-content .faceted-section-head h5 {
  font-family: "roboto", sans-serif;
  border-radius: 0px !important;
}
.listing-portion-title.description-title {
  font-family: "roboto", sans-serif;
}
.faceted-search-content .faceted-section-box .faceted-search {
  border-radius: 0px !important;
}
.faceted-search-content
  .faceted-section-box
  .faceted-btn-container
  .faceted-show-all-btn {
  border-radius: 0px !important;
}
.detail-content .detail-main-body .main-detail-data .detail-price {
  color: #ffc202 !important;
  font-family: "roboto", sans-serif;
}
.detail-content .detail-main-body .main-detail-data .detail-title {
  font-family: "roboto", sans-serif !important;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
}
.detail-content .dealer-info h3 {
  font-family: "roboto", sans-serif;
  font-size: 20px;
}
.contact-information {
  font-family: "roboto", sans-serif !important;
}
.breadcrumbs {
  font-family: "roboto", sans-serif !important;
}
.listing-widgets {
  font-family: "roboto", sans-serif !important;
}
.detail-additional-data {
  font-family: "roboto", sans-serif !important;
}
.detail-additional-data h4 {
  font-family: "roboto", sans-serif !important;
}
.detail-content .search-results {
  color: #ffc202 !important;
}
.legal-text-content {
  font-family: "roboto", sans-serif !important;
  font-size: 12px;
  font-style: italic;
}
.dealer-name {
  font-family: "roboto", sans-serif !important;
  letter-spacing: 0px !important;
}
.breadcrumbs .breadcrumbs-element {
  font-size: 13px;
}
.detail-content .search-results {
  font-size: 13px;
}
.detail-content .dealer-info h3 {
  font-family: "roboto", sans-serif !important;
}
.detail-content .dealer-info .dealer-company-header {
  font-size: 14px !important;
  color: #000;
}
.detail-content .dealer-info .field-value {
  color: #000;
}
.detail-content-mobile .dealer-info .address-and-contact .address .field-value {
  color: #000;
}
.detail-content-mobile .detail-additional-data .data-row .data-label {
  font-size: 12px !important;
}
.detail-content-mobile .detail-additional-data .data-row .data-value {
  font-size: 12px !important;
}
.mobile-breadcrumb .breadcrumbs-element {
  font-size: 14px;
}
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-call
  .dealer-phone,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-text
  .dealer-phone {
  font-size: 12px;
}
.list-content .list-listing-mobile .listing-category {
  font-size: 12px !important;
}

/*-----BUTTONS-----*/
.view-listing-details-link {
  background: #ffc202 !important;
  font-family: "roboto", sans-serif;
  border-radius: 0px !important;
}
.view-listing-details-link:hover {
  background: #555555 !important;
}
.email-seller-link {
  border-radius: 0px !important;
}
.faceted-search-content .selected-facets-container .selected-facet {
  background: #ffc202 !important;
  font-family: "roboto", sans-serif;
  border-radius: 0px !important;
}
.noUi-connect {
  background: #ffc202 !important;
}
.noUi-handle {
  background: #ffc202 !important;
}
.list-content .listing-bottom .listing-widgets a {
  border-radius: 0px !important;
  font-family: "roboto", sans-serif !important;
}
.detail-content .print-this,
.detail-content .email-this {
  border-radius: 0px !important;
  font-family: "roboto", sans-serif;
}
.offer-btn {
  border-radius: 0px !important;
  font-family: "roboto", sans-serif;
  background-color: #ffc202 !important;
}
.offer-btn:hover {
  background-color: #555555 !important;
}
.send-email-btn {
  font-family: "roboto", sans-serif !important;
  border-radius: 0px !important;
  border-color: #ffc202 !important;
  color: #ffc202 !important;
}
.detail-content .detail-additional-data .data-row .data-label {
  background: #555555 !important;
}
.print-this,
.email-this {
  font-family: "roboto", sans-serif !important;
  border-radius: 0px !important;
}
.detail-content
  .detail-main-body
  .main-detail-data
  .addthis_inline_share_toolbox
  .at-share-btn-elements {
  display: inline-block !important;
}
.detail-content
  .detail-main-body
  .main-detail-data
  .addthis_inline_share_toolbox
  .at-share-btn-elements {
  width: auto !important;
}
.paging-container .page-navs .list-page-nav {
  background: #ffc202 !important;
  font-family: "roboto", sans-serif;
}
.list-container-flexrow .buy-now-link,
.list-container-flexrow .check-availability-link,
.list-container-flexrow .email-seller-link,
.list-container-flexrow .dealer-phone-call {
  border-radius: 0px !important;
}
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link {
  height: auto !important;
}
.view-listing-details-link:hover {
  background: #000 !important;
}
.fin-calc-btn-mobile {
  background-color: #000 !important;
}

/*-----Mobile Styles-----*/
.price {
  color: #ffc202 !important;
  font-family: "roboto", sans-serif;
}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {
  color: #ffc202 !important;
  border-color: #ffc202 !important;
  border-radius: 0px !important;
}
.specs-container {
  font-family: "roboto", sans-serif !important;
}
.spec-container {
  font-family: "roboto", sans-serif !important;
}
.mobile-breadcrumb {
  background-color: #555555 !important;
}
.detail-title {
  font-family: "roboto", sans-serif !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
  color: #ffc202 !important;
}
.detail-content-mobile .dealer-info h3 {
  font-family: "roboto", sans-serif !important;
}
.field-value {
  font-family: "roboto", sans-serif;
}
.contact {
  font-family: "roboto", sans-serif;
}

.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile {
  background-color: #ffc202 !important;
  font-family: "roboto", sans-serif !important;
  border-radius: 0px !important;
}
.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 {
  background-color: #ffc202 !important;
  font-family: "roboto", sans-serif !important;
  border-radius: 0px !important;
  border: none !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {
  background-color: #ffc202 !important;
  font-family: "roboto", sans-serif !important;
  border-radius: 0px !important;
}
.data-label {
  background-color: #555555 !important;
}
.faceted-search-content .mobile-done-button-container .mobile-done-button {
  background-color: #333 !important;
  border-radius: 0px;
  font-family: "roboto", sans-serif;
}
.faceted-search-content
  .mobile-done-button-container
  .mobile-done-button:hover {
  background-color: #ffc202 !important;
  border-radius: 0px;
  font-family: "roboto", sans-serif;
}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
  background-color: #333 !important;
  border: transparent !important;
}

/*--------------------------------------------------------------
## INVENTORY SEARCH ON SEPARATE PAGE E.G. https://nextraninventory.com.wpdev - pull in with function.php
--------------------------------------------------------------*/
/*--------------YOU MAY NOT NEED THIS but if you want to pull in search on homepage use functions.php or separaate file-------------*/
.faceted-search-content .faceted-section-box .faceted-slider {
  width: 100%;
  margin: 0;
  padding: 0;
}
.leftslider {
  padding: 0 1% !important;
}
.rightslider {
  padding: 0 1% !important;
}

/*-----------NEW INVENTORY MEDIA QUERIES-----------*/
/*--------------You may not need this but it prevents a weird layout thing to happen around these pixel points-------------*/
@media (max-width: 795px) and (min-width: 786px) {
  .has-search-bar {
    width: calc(72% - 0.75%) !important;
  }
}
@media only screen and (max-width: 785px) {
  .footer-background {
    padding: 20px 5% 15% 5%;
  }
}
/*--------------Extends the footer so that the fixed nav doesn't overlap the footer-------------*/
@media only screen and (max-width: 400px) {
  .footer-background {
    padding: 20px 5% 20% 5%;
  }
}

/*=========================
	 Responsive styles
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* XLarge Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .row-1 {
    min-height: 285px;
  }
  .row-2 {
    min-height: 365px;
  }
  .row-3 {
    min-height: 285px;
  }
}

@media only screen and (max-width: 1300px) {
  .slide-wrap {
    padding: 30px 30px 30px 8% !important;
  }
  .slide-wrapBg {
    padding: 30px 6% 30px 2% !important;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .phone_navLink {
    padding: 15px 20px 15px 0px !important;
  }
  .btn-pad {
    padding: 0 15px;
  }
  .buttons-row {
    padding: 25px 6%;
  }
  .btn-wrap {
    padding: 25px 15px 30px 15px;
  }
  .home-h3 {
    font-size: 15px !important;
  }
  .row-1 {
    min-height: 350px;
  }
  .row-2 {
    min-height: 415px;
  }
  .row-3 {
    min-height: 330px;
  }
  .slide-wrap {
    padding: 30px 30px 30px 6% !important;
  }
  .slide-wrapBg {
    padding: 30px 4% 30px 2% !important;
  }
}

@media only screen and (max-width: 1070px) {
  .slide-wrap {
    padding: 30px 20px 30px 5% !important;
  }
  .slide-wrapBg {
    padding: 30px 2% 30px 2% !important;
  }
  .row-1 {
    min-height: 375px;
  }
  .row-2 {
    min-height: 455px;
  }
  .row-3 {
    min-height: 375px;
  }
}

@media only screen and (max-width: 1150px) {
  nav > ul > li {
    padding: 15px 5px;
  }
  .row-2 {
    min-height: 475px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1008px) {
  .slide-img {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .slide-wrap {
    padding: 30px 8% !important;
  }
  .btn-pad {
    padding: 15px;
  }
  .buttons-row {
    padding: 15px 8%;
  }
  .row-1Mobile {
    min-height: 255px;
  }
  .row-2Mobile {
    min-height: 320px;
  }
  .row-3Mobile {
    min-height: 235px;
  }
  .row-3 {
    min-height: 345px;
  }
  .page-wrap {
    padding: 25px 5% 50px 5%;
  }
}


@media only screen and (max-width: 900px) {
  .row-1Mobile {
    min-height: 290px;
  }
  .row-2Mobile {
    min-height: 375px;
  }
  .row-3Mobile {
    min-height: 285px;
  }
  .row-3 {
    min-height: 425px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .footer-li {
    display: block !important;
    list-style-type: none;
    text-align: center;
    padding: 5px;
  }
  .primary_navLink {
    color: #fff !important;
  }
  .primary_navLink:hover {
    transition: 0.2s;
    color: #ffc202 !important;
  }
  .phone_navLink {
    display: none;
  }
  .home-imgLarge {
    font-size: 65px !important;
  }
  .logo-footer {
    margin: 0 auto;
    text-align: center;
  }
  .footer-social {
    text-align: center;
    padding: 15px 0 0 0;
  }
  .hostedby {
    text-align: center;
  }
  .row-1,
  .row-2,
  .row-3,
  .row-1Mobile,
  .row-2Mobile,
  .row-3Mobile {
    min-height: auto;
  }
}

@media only screen and (max-width: 625px) {
  .home-imgLarge {
    font-size: 46px !important;
    margin-top: -14px;
    padding-bottom: 0 !important;
  }
  .home-imgSmall {
    font-size: 22px !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .home-imgLarge {
    font-size: 36px !important;
    margin-top: -7px;
    padding-bottom: 0 !important;
    margin-left: -6px;
  }
  .home-imgSmall {
    font-size: 20px !important;
  }
  .home-imgLink {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 360px) {
  .home-imgLarge {
    font-size: 36px !important;
    margin-top: 0;
    padding-bottom: 0 !important;
    line-height: 1.1em;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
