@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
body{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.mb30{
  margin-bottom: 30px;
}
.navbar-header {
    display: none;
}
.header{
    margin:0;
    text-align: center;
    background-color:#0d121b;
    padding:14px 0;
    border-bottom: 1px solid #fff;
}
.header p {
    color: #fff;
}
.header a {
    color: #fff;
}
.add-left {
	float:right;
}
.add-left img {
	width:100%;
}
.add-left ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.add-left ul li {
    color: #fff;
    font-size: 14px;
    float: left;
}
.add-left ul li strong {
    color: #fff;
    font-size: 21px;
	/* float: left; */
	font-weight: 700;
}
.add-left ul li i{ 
	margin-right: 10px;
}
.add-left-mob {
		display:none;
}
.logo {
	margin-top: 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav-new {
    background-color:#911e22 ;
	border: none;
	border-radius: 0px;
	height: 56px;
	margin-top: 0px;
	margin-bottom: 0;
}
.logo-img{
  visibility: hidden;
}
.phone-img{
    display: none;
}
.envelop-img {
    display: none;
}
.navbar-nav-new {
    width: 100%;
    text-align: center;
    /* padding-top: 6px; */
}
.navbar-nav-new li {
    display: inline-block;
	float: none;
	/* padding-top: 14px;
	padding-bottom: 14px; */
}
.navbar-nav-new li a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
    display: block;
    width: 100%;
    padding: 20px 40px;
    position: relative;
}
.navbar-nav-new li a:after {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #e1bc21;
    height: 2px;
}
.navbar-nav-new li a:hover:after, .navbar-nav-new li a.active:after {
    width: 100%;
}
.navbar-nav-new li:last-child a {
	border-right: 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
.dropdown-menu {
    background-color: #911e22;
}
.navbar-nav-new ul.dropdown-menu li {
    display: block;
}
.navbar-nav-new ul.dropdown-menu li a {
    padding: 10px 10px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #e1bc21;
    color: #fff;
}
/* .navbar-nav-new li a:hover, .navbar-nav-new li a.active {
    border-top: 2px solid #e1bc21;
    line-height: 11px;
} */
.form-control {
    border-radius: 0;
}
/*===Top Carousel Start ===*/
.top_slider {
    padding: 0;
}
.heroShot {
    position: relative;
}
.heroShot img {
    width: 100%;
}
.heroShot .heroShotCaption {
    position: absolute;
    top: 130px;
    right: 18%;
    width: 520px;
    transform: translateY(-50%);
    text-align: left;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 3px 1px 12px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 1px 12px 2px rgba(0,0,0,0.75);
    box-shadow: 3px 1px 12px 2px rgba(0,0,0,0.75);
}
.heroShot .heroShotCaption h1 {
    font-size: 28px;
    color: #911d22;
    margin: 0;
    font-weight: 400;
}
.heroShot .heroShotCaption h1 strong {
    font-size: 32px;
    color: #911d22;
    margin-bottom: 0;
    font-weight: 700;
}
.heroShot .heroShotCaption h6 {
    font-size: 1.3125rem;
    color: #ffffff;
    line-height: 1rem;
    font-weight: 300;
}
.heroShot .heroShotCaption p.red {
    color: #911d22;
    font-weight: 700;
}
.heroShot .heroShotCaption button {
    margin-top: 20px;
    padding: 10px 14px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000f3f;
    background-color: #eddebf !important;
    border-color: #ffffff !important;
    border-radius: 3px;
}
.heroShot .heroShotCaption button:hover {
    color: #660004;
    background-color: #eddebf !important;
    border-color: #660004 !important;
}

.heroShot .specialContainer {
    position: absolute;
    top: 282px;
    right: 18%;
    width: 520px;
    transform: translateY(-50%);
    text-align: left;
    background-color: transparent;
    padding: 10px;
}
.heroShot .specialContainer small {
    font-weight: 700;
    font-size: 14px;
    color: #eddc13;
    text-align: center;
    display: block;
    line-height: 50px;
}
.heroShot .specialContainer img {
    width: auto;
    margin: 0 auto;
}

.form_heading {
    background-color: #b52125;
}
.form_heading h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin: 15px 0 15px 15px;
    text-transform: uppercase;
}
.searchBtn {
   background-color: #b52125;
   color: #fff; 
   width: 100%;
   border-radius: 0;
   margin-top: 26px;
}
.formContainer {
    padding-bottom: 10px;
}
/*===Top Carousel End ===*/
.intro-content {
    display: none;
}
.product_cont {
    padding: 50px 0 0 0;
    background-image: url('../img/product-bg.jpg');
    background-position: 0px 0px;
    background-repeat: repeat;
}
.border {
    /* border-right: 1px solid #660004; */
}
.border-between > [class*='col-']:before {
    background: #660004;
    bottom: 60px;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
 }
 .border-between > [class*='col-']:first-child:before {
    display: none;
 }

.product_cont .productWrap {
	display: inline-block;
	text-decoration: none;
}
.product_cont .productWrap {
	text-decoration: none;
}
.product_cont .productWrap h4 {
	color: #000000;
	font-size: 19px;
	font-weight: 700;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.product_cont .productWrap .imgCont img {
    margin: 0 auto;
}
.inventBtn {
    background-color: #b52125;
    color: #fff; 
    display: inline-block;
    border-radius: 0;
    margin-top: 26px;
    padding: 8px 30px;
    font-weight: 700;
}
.contant{
    padding: 100px 0 50px  0;
    background:#fff;
}
.main_content {
    padding: 50px 0 50px  0;
    background:#fff;
}
.main_content img {
    float: left;
    margin-right: 10px;
    clear: both;
}
.contant h2, .main_content h2 {
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    color: #646262;
    font-size: 18px;
    margin-bottom: 2px;
}
.main_content  img {
    cursor: pointer;
}
.main_content h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #911e22;
}
.masthead{
	padding: 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	/* border-bottom: solid 1px #fff; */
}
.masthead h1{
	color: #fff;
	margin: 0;
	font-weight: b;
}
.expressLogo {
    max-width: 300px;
    margin: 10px auto;
}
/*  ===  owl-slider ==== */
.slider-owl {
    padding: 0;
    background: #fff;
    border-top: 1px solid #000;
}
.owl-carousel .owl-item {
	/* width:134px !important; */
}
#owl-demo .owl-item img {
	/* width:134px;
	height:90px; */
}

/** slider close**/

.footer {
    background: #b52125;
    background-size: cover;
    padding: 30px 0;
}

.footer-text strong {
    font-size: 13px;
    color: #fff;
}

.footer-text p {
    font-size: 12px;
    color: #fff;
}

.navbar-toggle {
    border-color: transparent;
    margin-top: 10px;
    margin-right: 20px;
    z-index: 99;
    background-color: #fff;
    border-radius: 25px;
}
.navbar-toggle .icon-bar{
    display: block;
    width: 23px;
    height: 5px;
    border-radius: 1px;
    background: #b52125;
}
.sm-add ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sm-add ul li {
    width: 48%;
    float: left;
    background: #252c62;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    margin: 1% 1%;
}

.sm-add {
    margin: 0px 10px;
}

.logo img {
    text-align: center;
    display: inline-block;
}

.space-bot {
    margin-bottom: 50px;
}
.auctionTimeLogo {
	width: 250px;
	float: right;
	position: relative;
	margin-bottom: 30px;
	margin-top: -5px;
}
/*=============================
    Start contact form
==============================*/
.formFieldIndicator {
	color:#033993;
	padding:10px 0;
}
.cform {
	padding:20px 0;
}
.cform h3 {
	color: #005a90;
}
.cform .form-control {
	height: auto;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #3b3b3b;
    box-shadow: none;
}
.form-control-feedback {
	right: 10px;
	font-size: 10px;
}
input[type=text], input[type=email], select.form-control, textarea.form-control {
    background-color: #f4f4f4;
}
label.feedbackMedium {
	font-weight:bold;
}
.lead-button {
	font-weight:700;
	max-width:300px;
	text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #231f20;
	border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #57310d;
    color: #fff;
    text-align: center;
	font-size: 18px;
	padding:10px 30px;
    display: block;
    margin: 10px auto;
}
.lead-button:hover {
	background-color: #281503;
    color: #ffffff;
	text-decoration:none;
}
/*=============================
    End contact form
==============================*/
.masthead {
    padding: 15px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/dotted-gray-bg.jpg);
    background-repeat: repeat;
    background-position: 0px 0px;
    /* background-color: rgba(192, 192, 192, 0.3);
    border-bottom: solid 1px #fff; */
}
.masthead h1 {
    color: #000;
    margin: 0;
    font-weight: bold;
}
.content p {
    font-size: 16px;
}
.content .address  h3, .content .address a {
    color: #894d17;
}



/*====Start Sandhill Documentation code========*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ffffff;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ffffff;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ffffff;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#ffffff;}

.divfooter {width:450px; max-width:100%; text-align:center; margin:0 auto; color:#ffffff; line-height: 16px;}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}
.attachment-search .checkbox {
    vertical-align: middle;
    margin: 10px 5px 10px 20px !important;
}
/*====End Sandhill Documentation code ==========*/
.modal-footer button {
    background-color: #911e22;
    color: #fff;
}
.modal-body img {
    margin: 0 auto;
}
.modal-header button {
    color: #911e22;
    opacity: 1;
}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .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 .offer-btn-mobile, .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, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {background:#911e22!important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-family:'oswaldregular' !important;font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #911e22!important;text-transform: uppercase; letter-spacing: 1px;font-family:'oswaldregular' !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}
.list-content .list-title .list-listings-count {
    
   color: #911e22!important;
    
}
.list-content .list-title .list-title-text {
    font-size: 2em!important;
   
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {
	 color: #911e22!important;
}
.list-content .list-main-section .list-container .fin-calc {
	 color: #911e22!important;
}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
	 color: #911e22!important;
}
.info {
	color:#911e22!important;
}



@media only screen and (max-width: 1199px) {
    .navbar-nav-new li a {
        font-size: 16px;
        padding: 20px 26px;
    }
	.product_cont .productWrap h4 {
		font-size: 16px;
    }
    
}	
@media only screen and (max-width: 992px) {
	.navbar-nav-new li a {
        padding: 18px 10px;
	}
	.product_cont .col-sm-6 {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.nav-new {
	    height: 60px;
	    z-index: 10;
	    position: relative;
        top: -89px;
	    background-image: none;
	    background-color: #000000;
	}
	.header {
	    transition: 0.5s all ease;
	    position: relative;
	    width: 100%;
        top: 60px;
        padding: 10px 0;;
    }
    .header p {
        display: none;
    }

	.logoCont {
	    text-align: center;
    }
    .heroShotCaption {
        display: none;
    }

	.add-left {
	    display: none;
	}

	.add-left-mob {
	    display: block;
	}

	.add-left-mob ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    text-align: center;
	}

	.add-left-mob ul li {
	    color: #fff;
        font-size: 14px;
        position: relative;
        top: 2px;
        z-index: 9;
	}

	.add-left-mob ul li i {
	    margin-right: 10px;
	}

	.logo-img {
	    visibility: visible;
	    padding: 0px;
	    position: absolute;
	    top: 22px;
	    left: 35%;
	}

	.logo-img img {
	    width: 55%;
	}

	.phone-img {
        display: inline-block;
	    padding: 0px;
	    position: relative;
	    top: 10px;
	    left: 4%;
    }
    .envelop-img {
        display: inline-block;
	    padding: 0px;
	    position: relative;
	    top: 10px;
	    left: 5%;
	}
	.nav-collapse {
	    padding: 5px 0 0 0;
	    margin-right: 0;
	    box-shadow: none;
	}
	.navbar-nav-new {
        background: #000000;
        margin-top: 0px;
	}
    .navbar-nav-new li a::after {
        background: transparent;
    }
    .navbar-nav-new li a {
        border-bottom: 1px solid #36373a;
        font-size: 16px;
    }
	.text-icon {
	    font-size: 12px;
	    font-weight: 700;
	    color: #252c62;
	}
	.sm-add p {
	    text-align: center;
	    font-size: 14px;
	    margin: 0;
	}
	.sm-bg {
	    background: #e7e7e7;
	}
	.footer-text {
	    text-align: center;
	}
	.navbar-collapse.in {
	    overflow-y: inherit;
	}
	.navbar-nav-new li {
	    display: block;
	    float: none;
	}
	.navbar-nav-new li a {
        text-align: center;
        padding: 15px 6px;
	}
	.navbar-nav-new li a:hover,
	.navbar-nav-new li a.active {
	    color: #fff !important;
	    /* background: #ef6c00; */
	}
	.navbar-header {
	    display: block;
	}
    .heroShot .specialContainer {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
    }
	.sub-footer img {
	    margin: 0 auto;
	}

	.sub-footer p {
	    display: inline;
	}
    .intro-content {
        display: block;
        padding: 0;
        background-color: #fff;
    }
    .intro-content h1 {
        color: #0f151d;
        font-size: 28px;
        font-weight: 400;
    }
    .intro-content strong {
        color: #0f151d;
        font-size: 32px;
        font-weight: 700;
    }
    .intro-content p {
        color: #0f151d;
    }
    .intro-content p.red {
        color: #931f23;
        font-weight: 700;
    }
	.product_cont {
	    text-align: center;
    }
    .border {
        border-bottom: 1px solid #660004;
        border-right: 0;
        padding-bottom: 20px;
    }
    .border:nth-last-child(1) {
        border: 0;
    }
    .border-between > [class*='col-']:before {
        background: transparent;
    }
    .cont-txt {
        margin-top: 30px;
    }
    
}
@media only screen and (max-width: 992px) {
    .masthead h1 {
        font-size: 30px;
    }
    .navbar-nav-new {
        margin-left: 0;
    }

    .logo {
        margin-top: 0;
    }

}
@media only screen and (max-width: 480px) {
    .masthead h1 {
        font-size: 22px;
    }
	.logo-img{
		left: 25%;
    }
    .space-bot {
        margin-bottom: 0;
    }
}
@media only screen and (max-width:376px){
    .nav-new {
        top: -83px;
    }
}