/*
Theme Name: www.kurtztrading.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/
/*--------------------------------------------------------------
## Editor class styles
--------------------------------------------------------------*/



/*
green #4b5530
lt green #90af3d
grey #ededed
*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	height:100%;
	width:100%;
}
.row > * {
	padding-right: calc(var(--bs-gutter-x) * 0);
  	padding-left: calc(var(--bs-gutter-x) * 0);
}
.footerlink{
    color:#fff!important;
}

.popup {background:rgb(144, 175, 61); padding: 8px; text-align: center; color: #fff; font-family: Oswald, sans-serif;  font-weight: 600; font-size: 30px;}
.popup p {font-size: 30px!important;}
.popup .black-btn {    background: rgb(75, 85, 48)!important; color: #fff!important; padding: 10px 60px!important;}

@media (max-width: 768px) {
    .inv_car_ind{
        display: flex!important;
        justify-content: center;
    }
}
.inv_car_ind button {
    background-color: transparent!important;
    border: 1px solid black!important;
    border-radius: 50%;
    width: 8px!important;
    height: 8px!important;
}

.inv_car_ind button.active {
    background-color: black!important;
}
.form-control {
	border-radius: 0;
}
.btn.btn-primary{
	border-radius: 0;
}
.btn.btn-success{
	border-radius: 0;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}
.popuppadding{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 6% 20px;
}
.popuppadding h2{
	width: 100%;
}
.popuppadding p{
	width: 100%;
}
/*===================== 
	base styles 
=======================*/


body {
	font-family: "Roboto Condensed", sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
		font-size:30px;
		font-weight: 700;
}

	h2 {
		font-size:28px;
		font-weight: 700;
}
	h3 {
		font-size:24px;
		font-weight: 700;
}
	h4 {
		font-size:20px;
		font-weight: 700;
}
	h5 {
		font-size:18px;
		font-weight: 600;
}
	h6 {
		font-size:16px;
		font-weight: 500;
}

p {
	font-size:16px;
	margin: 0;
	}
.text-header {
    font-family: "Oswald", sans-serif;
    font-size:40px;
    font-weight:500;
}


.butn-green {
    font-family: "Oswald", sans-serif;
	background:#90af3d;
	color:#fff!important;
	display: inline-block;
    font-size: 20px;
    font-weight: 400;
	padding:15px 10px;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
    border:0px;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
}
.butn-green:hover {
	background:#4b5530;
}
.butn-white {
    font-family: "Oswald", sans-serif;
	background:#fff;
	color:#90af3d!important;
	display: inline-block;
    font-size: 20px;
    font-weight: 400;
	padding:15px 10px;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
    border:0px;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
}
.butn-white:hover {
	background:#4b5530;
    color:#fff!important;
}
.image-link {
    background:#fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    padding:40px!important;
    display: inline-block!important;
    transition: .2s ease-in;
    border-radius: 10px;
    margin:20px!important;
}
.image-link:hover {
    filter: grayscale(1);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
}

.highlightSidebars .hide-pop-up {
    display: block!important;
}
.hide-pop-up {
    display: none!important;
}

/*===================== 
	header styles 
=======================*/

#header {
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.header-search {
    width:100%;
    background:#ededed;
    padding:20px;
    box-sizing: border-box;
    display: none;
}
.header-search form {
    display: flex;
    width:100%;
    max-width: 900px;
    margin:0 auto;
    box-sizing: border-box;
    padding:20px;
    justify-content: center;
    background:#fff;
    border:0px;
}
.header-search form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 20px!important;
    flex-grow: 1;
    border:0px!important;
    outline: none!important;
    font-family: "Roboto Condensed", sans-serif;
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.header-search form button {
    background: #fff;
    background-color: #fff;
    color:#4b5530;
    font-size: 20px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.header-search form button:hover {
    color:#90af3d;
}
.header-cont-1 {
    width:calc(100% - 65px);
    position: relative;
}
.head-logo {
    position: absolute;
    top:0;
    left:4%;
    background:#fff;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    padding:20px 35px 35px 35px;
    z-index: 1001;
}
.head-top-info {
    background:#fff;
    width:100%;
    padding:35px;
    box-sizing: border-box;
}
.head-top-info ul {
    width:100%;
    padding:0;
    margin:0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0px calc(5px + 3vw);
}
.head-top-info ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.head-top-info ul li a {
    font-family: "Oswald", sans-serif;
    padding:0;
    margin:0;
    font-size:20px;
    color:#000;
    transition: .2s ease-in;
}
.head-top-info ul li a i {
    padding:0;
    margin:0;
    color:#90af3d;
    font-size:23px;
}
.head-top-info ul li a:hover {
    color:#4b5530;
}
.head-top-info ul li a:hover i {
    color:#4b5530;
}

.head-nav {
    background:#4b5530;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    width:100%;
    box-sizing: border-box;
}

.header-search-btn-1 {
    width:65px;
    background:#90af3d;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in;
    color:#fff!important;
    font-size:30px;
}
.header-search-btn-1:active {
    color:#fff;
}
.header-search-btn-1:hover {
    background:#748D31;
    color:#90af3d!important;
}
.homepagepopup{
	padding: 80px 10%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.popupheader{
    font-family: "Oswald", sans-serif;
    text-align: center;
    color:#4b5530;
    font-size:48px;
	width: 100%;
    font-weight:800;
	text-transform: uppercase;
}
.popuppara{
	 font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size:28px;
		width: 100%;
	padding: 20px 0px; 
    color:#4b5530;

}
/*===================== 
	content styles 
=======================*/

.hero-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 480px);
    min-height: 300px!important;
    padding:20px;
    box-sizing: border-box;
    background:rgba(0,0,0,0.3);
}
.hero-text h1 {
    font-family: "Oswald", sans-serif;
    text-align: center;
    color:#fff;
    font-size:40px;
    font-weight:800;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.hero-text h1 span {
    font-size:35px;
    font-weight:600;
}
.highlightSidebars .hero-cat {
    margin:10px auto 60px auto;
}

.hero-cat {
    width:calc(100% - 40px);
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    margin:-60px auto 60px auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    float: none;
}
.hero-btns {
    width:40%;
    background:#fff;
    padding: 20px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:20px 0;
}
.hero-btns a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .2s ease-in;
    color:#fff;
    padding:15px 20px;
    box-sizing: border-box;
    width:100%;
    background:#4b5530;
}
.hero-btns a h2 {
    font-family: "Oswald", sans-serif;
    color:#fff;
    font-size: 20px;
    font-weight: 700;
    padding:0;
    margin:0;
}
.hero-btns a h2 span {
    font-weight: 400;
}
.hero-btns a i {
    font-size: 30px;
}
.hero-btns a:hover {
    background:#90af3d;
}
.hero-search {
    width:60%;
    background:#90af3d;
    padding: 20px 40px;
    box-sizing: border-box;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:20px 0;
}
.hero-search h2 {
    font-family: "Oswald", sans-serif;
    color:#fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    padding:10px 0;
    margin:0;
}
.hero-search h2 span {
    font-weight: 400;
}
.hero-search form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:20px 0;
    
}
.hero-search form select {
    background:#fff;
    border:0px;
    color:rgba(0,0,0,0.65);
    outline: none;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding:15px 20px;
    width:100%;
    box-sizing: border-box;
}
.hero-search form input {
    background:#fff;
    border:0px;
    outline: none;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding:15px 20px;
    width:100%;
    box-sizing: border-box;
}
.hero-search form button {
    background:#4b5530;
    color:#fff;
    text-align: center;
    border:0px;
    outline: none;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding:15px 20px;
    width:100%;
    box-sizing: border-box;
    transition: .2s ease-in;
}
.hero-search form button:hover {
    background:#000;   
}
.highlightSidebars .hero-featured-equip {
    margin: 20px auto 50px auto;
}

.hero-featured-equip {
    max-width: 1460px;
    width: 100%;
    padding:20px;
    box-sizing: border-box;
    margin: -140px auto 50px auto;
    float: none;
}
.hero-featured-equip #controls {
    text-align: center;
    display: flex;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 40%;
    margin: 0 auto;
    left: auto;
    right: auto;
    justify-content: space-between;
}
.hero-featured-equip #controls .inv_control {
    border-radius: 0px;
    background:rgba(0,0,0,0);
    color:#000;
    padding:15px 5px;
    font-size: 30px;
}
.hero-featured-equip #controls .inv_control:hover {
    color:#90af3d;
    background:rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.hero-featured-equip .carousel-inner {
    box-sizing: border-box;
    z-index: 3;
    width: calc(100% - 100px);
    margin: 0 auto;
}
.hero-featured-equip .sh-carousel-indicators {
    display: none;
}

.hero-featured-equip .card {
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    background:#fff;
    padding:15px;
    border:0px;
    margin:10px;
}

.hero-featured-equip .card .listing-title {
    color:#000;
}
.hero-featured-equip .card .listing-title:hover {
    color:#90af3d;
}
.hero-featured-equip .card img {
    transition: .2s ease-in;
}
.hero-featured-equip .card img:hover {
    opacity: 0.8;
}


.hero-featured-equip .card .carousel_details_btn {
    font-family: "Oswald", sans-serif;
    background:#90af3d;
    color:#fff!important;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding:10px;
    text-align:center;
    width:100%;
    box-sizing: border-box;
    margin:10px 0;
    transition: .2s ease-in;
    border:0px;
    outline: none;
    cursor: pointer;
}
.hero-featured-equip .card a:hover .carousel_details_btn {
    background:#4b5530;
}

.home-about-cont-1 {
    width:calc(100% - 40px);
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    z-index: 2;
    float: none;    
}

.about-info {
    padding: 20px 40px;
    width:50%;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}
.about-info h2 {
    padding-bottom:20px;
}

.home-about-btn-cont-1 {
    padding-top:30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-about-btn-cont-1 a {
    width:49%;
    max-width: 100%;
    display: block;
}
.about-auction-info {
    width:50%;
    background:#4b5530;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px 0;
}
.about-auction-info h2 {
    display: block;
    width:100%;
    box-sizing: border-box;
    background:#90af3d;
    padding:20px;
    margin:0;
    text-align: center;
}
.about-auction-info p {
    padding:20px;
}
.home-location-wrap {
    padding:80px 0 100px 0!important;
}
.about-auction-col-1 {
	width:50%;
	text-align: center;
}
.about-auction-col-1 h3 {
	text-align: center;
	border-bottom:1px solid #fff;
	width:95%;
	margin:0 auto;
	padding:10px 0;
	color:#90af3d;
	text-transform: uppercase;
	font-size:30px;
	font-family: Oswald;
}
.home-location-wrap:after {
    content: "";
    width: 100%;
    left: 0px;
    background: rgb(237, 237, 237);
    height: 45%;
    position: absolute;
    z-index: -1;
    bottom: 0;
}
.home-location-cont-1  {
    width:calc(100% - 40px);
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    z-index: 2;
    float: none;  
}
.home-location-info {
    width:35%;
    padding:60px 40px;
    background:#90af3d;
}
.home-location-info .header-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:0 20px;
}
.home-location-info .header-cont  h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size:30px;
    color:#fff;
    margin:0;
}
.home-location-info .header-cont a {
    font-size:30px;
    color:#fff;
    transition: .2s ease-in;
}
.home-location-info .header-cont a:hover {
    color:#ededed;
}
.home-location-info p {
    font-size:20px;
    line-height: 1.5;
    color:#fff;
    padding:40px 0;
}
.home-location-info p a {
    color:#fff;
    transition: .2s ease-in;
}
.home-location-info p a:hover {
    color:#ededed;
}
.home-location-info .butn-white {
    max-width: 100%;
    width: 100%;
}
.home-location-map {
    width:65%;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
}
.home-location-map iframe {
    width:100%;
    height: 100%;
    min-height: 375px;
}

/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	Inventory styles 
=======================*/

/*------------------------------ General Listings Page---------------------------------*/

.list-top-section .list-title .list-title-text, .list-content .listing-portion-title {
    font-family: "Oswald", sans-serif!important;
    font-weight: 500!important;
}
.list-top-section .list-listings-count {
    color:#4b5530!important;
}
/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;font-family: "Roboto Condensed", sans-serif!important;}

/*----Page Sizing----*/
.list-content{max-width: 100% !important; margin:0 !important;}

/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {background:#fff !important;}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#000 !important;}

/*----View Details Button----*/
.view-listing-details-link, .g-recaptcha, .mobile-done-button-container a, .show-all-modal .apply-button, .paging-container .page-navs .page-nav {background:#90af3d !important; color: #fff !important;}
.view-listing-details-link:hover, .g-recaptcha:hover, .mobile-done-button-container a:hover, .show-all-modal .apply-button:hover, .paging-container .page-navs .page-nav:hover {background:#000 !important; color: #fff !important;}


.show-all-modal .back-button {
  border: 1px solid #4b5530;
  color: #4b5530;
  background-color: inherit;
}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#000 !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#90af3d!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #90af3d!important;
    border: 1px solid #90af3d!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #90af3d!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #90af3d!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #90af3d!important;
    color: #fff!important;
}

/*----Listings # showing text----*/
.list-content .list-title .list-listings-count {}

/*---Description text color (if different than body text color)----*/
.listing-description-text {color:#000;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #90af3d !important; color:#fff!important;}

/*------- Site Specific Search------*/ 
.detail-content .detail-main-body .main-detail-data .details-fin-cal{
	display: block !important;
	box-sizing: border-box !important;
}

button#faceted-search{float:none; margin: 0;}

/*---pagers----*/
.paging-container .page-navs .list-page-nav {background:#90af3d !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}


.paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {
	color:#000;
}
.contact-options a, .fin-calc-mobile > a {background:#90af3d !important; color: #fff !important;}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {color:#000 !important}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#90af3d !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:red !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#000 !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:red !important;}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {color:#000 !important; font-size:16px !important; font-weight: bold;}

/*----Background color of widgets (if it matches the page background)----*/


.detail-additional-data h4{color:#000;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#000 !important; color:#fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile{
	background:#000 !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#000 !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#90af3d!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#90af3d!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#90af3d!important;
}
.detail-content-mobile .share-listing {
	color:#90af3d!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#90af3d!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#90af3d!important;
}
.cs-btns .button {background:#90af3d !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}

/*===================== 
	layout styles 
=======================*/

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
	}
.container-inv {
	margin: 0 auto;
	padding:60px 0px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.highlightSidebars .content-page-cont-1 {
    top:0;
}

.content-page-cont-1 {
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0px auto;
    z-index: 2;
    float: none;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    position: relative;
    top: -50px;
}
	
.column-1-6 { width: 16%; box-sizing:border-box;}
.column-1-5 { width: 20%; box-sizing:border-box;}
.column-1-4 { width: 24%; box-sizing:border-box;}
.column-1-3 { width: 33%; box-sizing:border-box;}
.column-1-2 { width: 49%; box-sizing:border-box;}
.column-2-3 { width: 65%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/


.footerbg {
    background:#4b5530;
    width:100%;
    box-sizing: border-box;
    padding:30px 20px;
}
.foot-disc {
    text-align: center;
    display: block;
    width:100%;
    color:#fff;
    font-size:12px;
    font-family: "Roboto Condensed", sans-serif;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}

@media screen and (max-width: 1000px) {
    .header-search-btn-1, .header-search, .head-top-info {
        display: none!important;
    }
    .header-cont-1 {
        width:100%;
        display: flex;
        justify-content: space-between;
        padding-left:20px;
        box-sizing: border-box;
    }
    #header {
        background:#4b5530;
    }
    .head-logo {
        position: static;
        max-width: 145px;
        padding:20px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        margin-bottom:-15px;
    }
    .head-nav {
        padding:20px 0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}

@media only screen and (max-width : 900px) {
    .hero-cat {
        width:100%;
        margin:0 auto 60px auto;
    }   
    .hero-btns {
        order:2;
        width:100%;
    }
    .hero-search {
        order:1;
        width:100%;
    }
    .home-about-cont-1 {
        width:100%;
    }
    .about-info {
        width:100%;
        order:2;
    }
    .about-auction-info {
        width:100%;
        order:1;
    }
    .home-location-cont-1, .home-location-info, .home-location-map  {
        width:100%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.hero-text {
        background:rgba(0,0,0,0.7);
    }
    .hero-text h1 {
        font-size:30px;
    }
    .hero-text h1 span {
        font-size:20px;
    }
    .text-header {
        font-size:30px;
    }
    .hero-featured-equip .sh-carousel-indicators {
        display: block;
    }

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 420px) {
    .header-cont-1 {
        padding-left:5px;
    }
    .head-logo {
        padding:15px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .text-header {
        font-size:25px;
    }
    .image-link {
        margin:20px auto;
    }
    
}
