/*==============================================================================================
  Variables
==============================================================================================*/
/*==============================================================================================
  Imports
==============================================================================================*/
/*==============================================================================================
  CSS reset/normalize 
==============================================================================================*/
/* Correct `block` display not defined in IE 8/9. */
/* line 6, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/* line 6, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
pre {
  white-space: pre-wrap; }

/* line 6, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
small {
  font-size: 80%; }

/* line 6, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
svg:not(:root) {
  overflow: hidden; }

/* Hides giant arrows that show up on inventory pages on Chrome */
/* line 8, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.cf .widgets svg[class*="fa"], .cf .widgets-details svg[class*="fa"] {
  display: none !important; }

/* Fix row margin problem in attachment listings */
/* line 10, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.cf .row {
  margin: 0 !important; }

/*============================================================================================== 
  Base Styles
================================================================================================*/
/* line 15, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
* {
  box-sizing: border-box; }

/* line 15, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.clear {
  clear: both; }

/* line 15, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
img {
  border: 0;
  max-width: 100%; }

/* line 16, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
html {
  font-size: 16px; }

@media screen and (max-width: 768px) {
  /* line 17, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
  html {
    font-size: 15px; } }

@media screen and (max-width: 576px) {
  /* line 18, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
  html {
    font-size: 14px; } }

/* line 19, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
body {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #111;
  font-size: 1.0rem; }

/* line 20, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.z-100 {
  z-index: 100; }

/* line 20, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.z-200 {
  z-index: 200; }

/* line 20, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.z-300 {
  z-index: 300; }

/* line 20, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.z-400 {
  z-index: 400; }

/* line 20, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.z-500 {
  z-index: 500; }

/* line 20, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.z-600 {
  z-index: 600; }

/* line 20, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.z-700 {
  z-index: 700; }

/* line 20, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.z-800 {
  z-index: 800; }

/* line 20, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
.z-900 {
  z-index: 900; }

/* line 22, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_base.scss */
body {
  background-image: url(../siteart/background.jpg);
  background-size: auto;
  background-attachment: fixed; }

/*==============================================================================================
  Header Styles
==============================================================================================*/
/* Shrink the bars icon a little on mobile */
/* line 6, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_header.scss */
.navbar-toggler {
  padding: 0.2rem; }

/* line 7, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_header.scss */
.navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem; }

/* Edit Nav Items */
/* line 9, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_header.scss */
nav, nav .nav-item, nav .nav-item .nav-link {
  transition: 0.2s; }

/* line 10, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_header.scss */
nav .nav-item {
  padding: 0.2rem 0.2rem;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  width: 33.3% !important;
  border-left: 1px solid rgba(0, 0, 0, 0.7); }

/* line 18, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_header.scss */
nav .nav-item:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.7); }

/* line 21, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_header.scss */
nav .nav-item > .nav-link {
  padding: 0 0;
  color: white !important; }

/* Edit Active Nav */
/* Edit Dropdown */
/* line 25, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_header.scss */
.dropdown-menu {
  border-radius: 0 !important;
  width: 100%; }


.top-row {display: flex;gap: 5%;justify-content: center;padding: 5px 0;box-sizing: border-box;}
.top-row p,.top-row a {font-size: 15px;text-align: center;flex: 1;}
.flex-head {display: flex;align-items: center;justify-content: center;gap: 5%;width: 90%;margin: 0 auto;}
button.red-btn {border: 1px solid #000;background: #000;padding: 10px;color: #fff;text-transform: uppercase;font-weight: 900;letter-spacing: 1px;border-radius: 5px;cursor: pointer;letter-spacing: 1px;transition:.3s all;}
button.red-btn:hover {background:#f31414;border-color:#f31414;}

@media screen and (max-width: 992px) {
  /* line 29, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_header.scss */
  nav {
    width: 100%; }
  /* line 30, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_header.scss */
  nav .nav-item {
    padding: 15px 0.8rem 15px 2.0rem;
    border: none !important;
    text-align: left; } }

/* line 37, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_header.scss */
#banner {
  background-image: url(../siteart/banner.jpg);
  background-size: auto; }

/*============================================================================================== 
  Typography
===============================================================================================*/
/* line 4, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.primary-font {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif; }

/* line 5, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.heading-font {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif; }

/* line 7, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.light {
  font-weight: 300; }

/* line 8, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.semi-bold {
  font-weight: 500; }

/* line 9, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.bold {
  font-weight: 700; }

/* line 10, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.italic {
  font-style: italic; }

/* line 12, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.white {
  color: #fff; }

/* line 13, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.grey {
  color: #888; }

/* line 14, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.dark {
  color: #333; }

/* line 15, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.light-grey {
  color: #999; }

/* line 16, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.color-primary {
  color: #fe0102; }

/* line 17, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.color-secondary {
  color: #111; }

/* line 19, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.extralarge {
  font-size: 4em; }

/* line 21, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

/* line 22, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.text-capitalize {
  text-transform: uppercase !important; }

/* line 23, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.underline {
  text-decoration: underline; }

/* line 25, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }

/* line 26, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
h1 {
  font-size: 2.4rem; }

/* line 26, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
h2 {
  font-size: 2.0rem; }

/* line 26, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
h3 {
  font-size: 1.7rem; }

/* line 26, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
h4 {
  font-size: 1.4rem; }

/* line 26, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
h5 {
  font-size: 1.2rem; }

/* line 26, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
h6 {
  font-size: 0.8rem; }

/* line 28, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.container.cf h1, .container.cf h2, .container.cf h3, .container.cf h4, .container.cf h5, .container.cf h6 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif !important;
  font-weight: 600 !important; }

/* line 29, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.container.cf h1 {
  font-size: 2.2rem !important;
  line-height: 2.6rem !important; }

/* line 30, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.container.cf h2 {
  font-size: 1.8rem !important;
  line-height: 2.2rem !important; }

/* line 31, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.container.cf h3 {
  font-size: 1.5rem !important;
  line-height: 1.9rem !important; }

/* line 32, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.container.cf h4 {
  font-size: 1.2rem !important;
  line-height: 1.6rem !important; }

/* line 33, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.container.cf h5 {
  font-size: 1.0rem !important;
  line-height: 1.4rem !important; }

/* line 34, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.container.cf h6 {
  font-size: 0.6rem !important;
  line-height: 1.0rem !important; }

/* line 36, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.large {
  font-size: 1.6rem; }

/* line 36, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.medium {
  font-size: 1.2rem; }

/* line 36, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
.small {
  font-size: 0.8rem; }
.bottom {
    height: 75px !important;
    overflow: scroll;
}
@media screen and (min-width: 1200px) {
  /* line 38, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-right-xl {
    text-align: right !important; }
  /* line 38, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-left-xl {
    text-align: left !important; }
  /* line 38, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-center-xl {
    text-align: center !important; } }

@media screen and (min-width: 992px) {
  /* line 39, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-right-lg {
    text-align: right !important; }
  /* line 39, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-left-lg {
    text-align: left !important; }
  /* line 39, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-center-lg {
    text-align: center !important; } }

@media screen and (min-width: 768px) {
  /* line 40, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-right-md {
    text-align: right !important; }
  /* line 40, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-left-md {
    text-align: left !important; }
  /* line 40, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-center-md {
    text-align: center !important; } }

@media screen and (min-width: 576px) {
  /* line 41, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-right-sm {
    text-align: right !important; }
  /* line 41, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-left-sm {
    text-align: left !important; }
  /* line 41, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
  .text-center-sm {
    text-align: center !important; } }

/*==============================================================================================
  Link Styles
==============================================================================================*/
/* line 46, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
a {
  text-decoration: none;
  color: #fe0102; }

/* line 47, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
a:hover {
  color: #333; }

/* line 48, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
a.white, .white a {
  color: #fff !important; }

/* line 49, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
a.dark, .dark a {
  color: #333 !important; }

/* line 50, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
a.grey, .grey a {
  color: #888 !important; }

/* line 51, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/_typography.scss */
a.light-grey, .light-grey a {
  color: #999 !important; }

/*==============================================================================================
  Borders, Backgrounds, Shadows
==============================================================================================*/
/* line 30, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.white-bg {
  background-color: white; }

/* line 31, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.black-bg {
  background-color: black; }

/* line 32, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.dark-bg {
  background-color: #333; }

/* line 33, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.light-bg {
  background-color: #ddd; }

/* line 34, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.color-primary-bg {
  background-color: #fe0102; }

/* line 35, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.color-secondary-bg {
  background-color: #111; }

/* line 36, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.yellow-bg {
  background-color: #ffffd2; }

/* line 38, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.drop-shadow {
  box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.2); }

/* line 39, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
nav .nav-item {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4); }

/* line 41, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
hr.thick, .border-thick {
  border-width: 5px !important; }

/* line 42, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
hr.small {
  max-width: 80px; }

/* line 43, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
hr.white, .border-white {
  border-color: white !important; }

/* line 44, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
hr.dark, .border-dark {
  border-color: #333 !important; }

/* line 45, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
hr.light-grey, .border-light-grey {
  border-color: #888 !important; }

/* line 46, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
hr.color-primary, .border-color-primary {
  border-color: #fe0102 !important; }

/* line 47, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
hr.color-secondary, .border-color-secondary {
  border-color: #111 !important; }

/*==============================================================================================
  Carousel Styles
==============================================================================================*/
/* Fixes issue with transition in Firefox */
/* line 54, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

/*==============================================================================================
  Form Styles
==============================================================================================*/
/*==============================================================================================
  Scrolling Inv Styles
==============================================================================================*/
/* line 64, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden; }

/* line 65, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.scrolling {
  width: 100%;
  height: 92px; }

/*==============================================================================================
  Footer Styles
==============================================================================================*/
/* line 70, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.list-group.dark-bg > li.list-group-item {
  border-color: rgba(255, 255, 255, 0.3) !important;
  background-color: #ddd; }

/* line 71, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.list-group.rounded-0 > li.list-group-item {
  border-radius: 0 !important; }

/* line 73, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.footer-nav > div {
  padding: 0.5rem 0;
  text-align: center;
  background-color: #fe0102;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif; }

/* line 74, //sandhills.int/dev/HostDealerPages/www.i-5auctionsonline.com/scss/style.scss */
.footer-nav a {
  text-decoration: none !important; }
footer p {
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 15px;
}

@media screen and (max-width: 900px) {
	.top-row {gap: 10px;margin: 0 auto !important;width: 90% !important;padding: 5px 0 !important;max-width: 95%;flex-wrap:wrap;}
	.top-row p {flex-basis: 40%;}
}

@media screen and (max-width: 690px) {
	.flex-head {flex-wrap:wrap;gap:10px;padding: 0 0 10px 0;}
	a.logo {order: -1;}
	.head-btn {flex-basis: 40%;flex:1;}
	.head-btn a, .head-btn button {
    width: 100% !important;
}
	
}
@media screen and (max-width:400px) {
	.top-row p,.head-btn {flex-basis: 100%;}
}
/*# sourceMappingURL=../css/style.map */