
body {
    font-family: 'Saira Stencil One', cursive;
    font-family: 'Montserrat', sans-serif;
}



.boxs-reset, .boxs-reset *{box-sizing: border-box;}

/*--------------------------------------------------------------
## header styles
--------------------------------------------------------------*/
.scroll-list.cf label {position:relative; left:19px;}


.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    width:100%;
}
.form-group {
    margin-bottom: 1rem;
    width:100%;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.header-background-img {
    background-image: url("file://///sandhills.int/dev/HostDealerPages/siteparts/header-texture2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 0;
}

.header-icon:hover {
  color: white;
}

.header-links:hover {
  color: white;
  cursor: pointer;
  
}

.header-links:focus {
  color: white;
}

.header-icon:focus {
  color: white;
}

.background-black {
    background-color: black;
}

.background-black-menu {
    background-color: black;
    padding-top: 30px;
    padding-bottom: 30px;
}

.white-text {
    color: white!important;
    padding-left: 0;
    padding-right: 0;
}

.center {
    display: flex;
    justify-content: center;
}

.text-right {
    text-align: right;
}

.logo {
    padding: 20px;
    max-width: 100%;
    height: auto;
}

.header-icon {
  font-size: 25px;
  color: white!important;
  padding-top: 10px;
  padding-bottom: 20px;
}




/*--------------------------------------------------------------
## Nav styles
--------------------------------------------------------------*/
.nav>li {
    position: relative;
    display: block;
    width: 20%;
    text-align: center;
    font-weight: 600;
}

ul.nav.navbar-nav.ml-auto {
    margin: 0 auto;
    width: 80% !important;
    float: none !important;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav .icon {
    display: none;
  }

  .bars-icon {
    font-size: 40px;
  }

.no-padding{
  padding: 0;
}



/*--------------------------------------------------------------
## slider styles
--------------------------------------------------------------*/

* {box-sizing:border-box}

.slideshow-container {
  position: relative;
  display: block;
}

.mySlides {
  transition: transform 1s ease;
}

.prev, .next {
  cursor: pointer;
  float: left;
  position: absolute;
  top: 220px;
  width: auto;
  margin-top: -22px;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: black;
  border-radius: 5px;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  margin-right: 150px;
  border-radius: 5px;
}

.prev {
  margin-left: 150px;
}

.arrow {
  font-size: 30px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  text-decoration: none;
}

.image-box {
  border: 2px solid #cccc99;
  
  position: absolute;
  top : 20%;
  bottom : 40%;
  left : 0;
  right : 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.image-box-xs {
  border: 2px solid #cccc99;
  
  position: absolute;
  top : 20%;
  bottom : 40%;
  left : 0;
  right : 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.white-Rusted-text {
  color: white;
  font-weight: bolder;
  font-size: 4vw;
}

.orange-text {
  color: orange;
  font-weight: bolder;
  line-height: 150%;
  font-size: 2vw;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-left: 10px;
  margin-right: 10px;
}

.dots {
  background-color: black;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 40px;
  left: 80px;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 10s;
  animation-name: fade;
  animation-duration: 10s;
}

@keyframes fade {
  from {transform: translate(300px, 0);}
  to {transform: translate(0, 0);}
}



/*--------------------------------------------------------------
## homepage styles
--------------------------------------------------------------*/

.big-red-text {
  color: #ed1c24;
  font-weight: bolder;
  text-align: center;
  font-size: 5vw;
  border-bottom: solid 8px #bebebe;
  padding-top: 40px;
  padding-bottom: 10px;
}

.description {
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 20px;
}

.linkText {
  text-decoration: none;
  color: #ed1c24;
  font-weight: bolder;
  font-size: 30px;
  text-align: center;
  border-top: solid 8px #bebebe;
  padding-top: 20px;
  padding-right: 20px;
}

.linkText:hover {
  cursor: pointer;
  color: red;
}

.equipment-img {
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.equipment-img:hover {
  transform: scale(1.1,1.1);
}

.tan-play {
  color: #ccad70;
  font-size: 30px;
  margin-right: 5px;
  margin-left: 25px;
  margin-top: 20px;
  text-align: center;
}

.equipment-link {
  text-align: center;
}

.equipment-container {
  margin-bottom: 60px;
}

.footer-container {
  text-align: center;
  border-top: solid 10px #ccad70;
  background-color: #cccc99;
}

.footer-text {
  padding-top: 50px;
  padding-bottom: 50px;
  color: black;
  font-weight: bolder;
}



/*--------------------------------------------------------------
## Auction service styles
--------------------------------------------------------------*/

.auction-service {
  font-weight: bolder;  
  color:#ed1c24;
  border-bottom: solid 8px #bebebe;
  padding-bottom: 20px;
  padding-top: 40px;
}

.heading2 {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 30px;
}

.black-description {
  font-weight: bolder;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  line-height: 200%;
}



/*==========  Inventory  ==========*/


.navbar-header .navbar-toggle {
  background-color: transparent;
}


#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#a7a284 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#a7a284 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #a7a284 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #a7a284 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !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-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {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, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {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 !important; box-sizing: border-box;}

input[type=checkbox] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

/*==========  Non-Mobile First Method  ==========*/

/* larg Devices, Desktops */
@media only screen and (max-width : 1200px) {
  .prev, .next {
    top:120px;
  }

	.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    margin-right: 80px;
  }
  
  .prev {
    margin-left: 80px;
  }

  .dots {
    left: 0;
  }

}
ul.nav.navbar-nav.ml-auto {
    margin: 0 auto;
    width: 100% !important;
    float: none !important;
}
/* Small Devices, Tablets */
  @media screen and (max-width : 990px) {
    
      .navbar-header {
    width: 25% !important;
    margin: 0 auto !important;
    text-align: center;
}
      button.navbar-toggle {
    margin: 15px auto !important;
    float: none !important;
}
      button.navbar-toggle.collapsed {
    float: none !important;
}
      .nav>li {
    width: 100%;
}
      nav.navbar.navbar-inverse {
    width: 100%;
}
    .topnav a {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }

    .prev, .next {
      top:150px;
    }

    .logo {
      padding: 20px;
      max-width: 100%;
      height: auto;
      margin-top: 20px;
      margin-bottom: 20px;
     }

    .background-black {
      display: flex;
      justify-content: center;
    }

    .logo {
      max-width: 80%;
    }

    .big-red-text {
      font-size: 8vmin;
      padding-top: 10px;
    }

    .white-Rusted-text {
      font-size: 10vmin;
    }

    .orange-text{
      font-size: 5vmin;
    }

    .description {
      text-align: center;
    }
      
    .linkText {
      font-size: 25px;
    }

    .header-background-img {
      margin-top: 3px;
      margin-bottom: 3px;
    }

    .image-box-xs {
      border-right: none;
      border-left: none;
    }
  }

/* small Devices, Desktops */
  @media only screen and (min-width : 991px) {
  .topnav {
    display: flex;
    justify-content: center;
  }
 
@media only screen and (min-width : 768px) {
     .navbar-header .navbar-toggle {
          display: none;
        }
 }
  
  @media screen and (min-width : 200px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

  
  /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) { 
}