﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} l

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family:'rajdhani', Sans-serif;

}
a{text-decoration:none;}
a.red-btn{width:150px; display:block; background-color:#e31836; color:#fff!important; text-align:center; text-transform:uppercase; margin-top:30px; box-shadow:5px 5px 5px rgba(0,0,0,.5); border-radius:10px; padding:10px; font-weight:500!important; transition:.3s ease; z-index:400; position:relative;}

a.red-btn:hover{box-shadow:inset 3px 3px 5px rgba(0,0,0,.6); color:#fff!important;}

a.hero-red-btn{width:220px; display:block; background-color:#e31836; color:#fff!important; text-align:center; text-transform:uppercase; margin-top:30px; box-shadow:5px 5px 5px rgba(0,0,0,.5); border-radius:10px; padding:10px; font-weight:500!important; transition:.3s ease; z-index:400; position:relative;}

a.hero-red-btn:hover{box-shadow:inset 3px 3px 5px rgba(0,0,0,.6); color:#fff!important;}

.btn-flex {display: flex; gap: 15px;}

.show{position:relative; transform: translateX(150px); opacity:0; transition:1s all ease}
.show.active{transform: translateX(0); opacity:1;}

.showSecond{position:relative; transform: translateX(-150px); opacity:0; transition:1s all ease}
.showSecond.active{transform: translateX(0); opacity:1;}

.showThird{position:relative; transform: translateY(-150px); opacity:0; transition:1s all ease}
.showThird.active{transform: translateY(0); opacity:1;}
.bottom-links{z-index:5; position:relative;}

.show-home{background-color:#5C5C5C;}
.glow.active{box-shadow: 2px 2px 20px 5px #fff;;}
.glow{transition:.3s ease-in-out;}


@keyframes slideInFromLeft{
	0%{
		transform: translateX(-100%);
	}
		100%{
			transform: translateX(0);
		}
	}
@keyframes slideInFromRight{
	0%{
		transform: translateX(100%);
	}
		100%{
			transform: translateX(0);
		}
	}
@keyframes slideInFromBottom{
	0%{
		transform: translateY(100%);
	}
		100%{
			transform: translateX(0);
		}
	}
.showroom, .testi, .page-top-h h1 {animation:1.5s ease-out 0s 1 slideInFromLeft;}
.contact-left{animation:1s ease-out 0s 1 slideInFromLeft;}
.contact-right{animation:1s ease-out 0s 1 slideInFromRight;}
.showroom-inventory, .map{animation:1s ease-out 0s 1 slideInFromBottom;}


/*--- HEADER STYLES ---------------------*/
.top-header{width:100%; display:flex; flex-direction:row; justify-content:space-between; background-color:#000;}
.top-header-left a, .top-header-left p{font-weight:400; font-size:14px; color:#fff; padding:18px 15px; transition:.3s ease;}
.top-header-left{display:flex; flex-direction:row; padding-left:50px;}
.top-header-left i{color:#e31836; padding:0 10px;}
.top-header-left a:hover{color:#e31836;}
.top-header-right a.facebook i{padding:19px; font-size:18px; box-sizing:border-box; width:55px; text-align:center; display:block; color:#e31836; border:solid 1px #e31836; transition:.3s ease-in-out;}
.top-header-right a.facebook:hover i{background-color:#e31836; color:#fff; border:solid 1px #000;}
 a.facebook2 i, a.clock {display:none;}
.top-header-right{display:flex; flex-direction:row;}
.top-header-right a.red{width:280px; box-sizing:border-box; background-color:#e31836; display:block; padding:18px 30px; color:#fff; text-transform:uppercase; text-align:center; font-size:15px;}
.top-header-right a.red i{padding-left:45px; transition:.3s ease-in-out;}
.top-header-right a.red:hover i{padding-left:20px;}

header{padding:15px 75px; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between; width:100%; box-sizing:border-box; border-bottom:1px solid #c6c6c6;}
.logo{max-width:225px;}
/*---BODY--------------------------------*/

.hero{display:flex; flex-direction:row; width:100%; height:580px;}
.hero-right{width:77%; height:100%;border:solid 1px #fff; box-sizing:border-box; background:#000;}
.hero-left{width:23%; height:100%;}
.hero-top{width:100%; height:50%; position:relative; background-color:#e31836; box-sizing:border-box; border:solid 1px #fff; overflow:hidden;}
.hero-top img{width:100%; opacity:.2; object-fit:cover; height:100%; transition:.4s ease-in-out; position:center;}
.hero-link-text{position:absolute; bottom:40%; left:0px; right:0px; margin:0 auto; text-align:center;}
.hero-link-text p.bold{font-size:40px; font-weight:700; color:#fff; text-shadow:5px 5px 5px rgba(0,0,0,.8);}
.hero-link-text p{color:#fff; font-size:18px; font-weight:500;}
.hero-link-text p i{padding-left:15px; font-size:15px; transition:.3s ease-in-out;}
.hero-top:hover img, .hero-bottom:hover img{opacity:.4; width:110%;}
.hero-top:hover .hero-link-text p i{padding-left:25px;}
.hero-bottom:hover .hero-link-text p i{padding-left:25px;}
.hero-bottom{width:100%; height:50%; position:relative;box-sizing:border-box; border:solid 1px #fff; background-color:#000;overflow:hidden;}
.hero-bottom img{width:100%; height:100%; object-fit:cover; opacity:.25; transition:.4s ease-in-out; position:center;}
.hero-bottom a, .hero-top a{display:block; height:100%;}
.hero-img{height:100%;}

/*-------------Slideshow------------------*/
.cycle-slideshow{position:relative;}
.cycle-slide{width:100%; height:100%;}
.slider-back{height:100%;}
.slider-back img{width:100%; z-index:-10; height:100%; object-fit:cover; filter:brightness(70%);}
.cycle-slideshow{width:100%; height:100%;}
.slide-caption{position:absolute; bottom:15%; left:5%; z-index:300;}
.slide-caption h1, .slide-caption p.h1{font-size:55px; color:#fff; font-weight:700; text-transform:uppercase; line-height:45px; text-shadow:5px 5px 5px rgba(0,0,0,.8);}
.slide-caption a{color:#fff; }
.slide-caption a:hover{color:#000;}

.slide-btns{position:absolute!important; display:flex; flex-direction:row; bottom:15%; right:5%; z-index:200;}
.cycle-prev i{width:40px; display:block; color:#000; background-color:#fff; text-align:center; padding:15px 0; border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow:3px 3px 5px rgba(0,0,0,.6); cursor:pointer; transition:.3s ease-in-out;}
.cycle-next i{width:40px; display:block; color:#000; background-color:#fff; text-align:center; padding:15px 0; margin-left:5px;border-bottom-right-radius:10px;border-top-right-radius:10px;box-shadow:3px 3px 5px rgba(0,0,0,.6); cursor:pointer; transition:.3s ease-in-out;}
.cycle-prev i:hover, .cycle-next i:hover{box-shadow:inset 3px 3px 5px rgba(0,0,0,.6);}



/*---Equipment-----*/
.red-bar{padding:15px 0; border:solid 1px #fff; box-sizing:border-box; background-color:#e31836;}
.red-bar h2, .red-bar h3{font-size:35px; font-weight:700; color:#fff; text-align:center; text-transform:uppercase;}



.qls{width:100%; height:400px; display:flex; flex-direction:row;}
.ql{width:20%; height:100%; position:relative; background-color:#000; box-sizing:border-box; border:solid 1px #fff; overflow:hidden;}
.ql img{width:100%; opacity:.5; object-fit:cover; height:400px; transition:.4s ease-in-out; position:center;}
.ql-link-text{position:absolute; bottom:40%; left:0px; right:0px; margin:0 auto; text-align:center;}
.ql-link-text p.bold{font-size:30px; font-weight:600; color:#fff; text-shadow:5px 5px 5px rgba(0,0,0,.8);}
.ql-link-text p{color:#fff; font-size:18px; font-weight:500;}
.ql-link-text p i{padding-left:15px; font-size:15px; transition:.3s ease-in-out;}
.ql:hover img{opacity:.2; width:110%;}
.ql:hover .ql-link-text p i{padding-left:25px;}


/*----Brands---------*/
.inv-brandslider{display:flex; flex-direction:row; flex-wrap:wrap;max-width:1150px; margin:0 auto; justify-content: center;}
.brands{display:block!important; width:88%; margin: 0 auto;}
.brands-slide{display:flex; flex-direction:row; width:90%;  padding:20px 0; }

.inv-brandslider a{max-width:270px;}
.brandbar{background:transparent;margin: 0 auto;text-align: center;padding:10px 0px;width: 80%;top:0;left: 0;right:0;display:block!important;}
.manu-slider img{width:96%;  padding:0 10px; box-sizing:border-box; background-color:#fff; margin: 10px auto; border-radius:5px;box-shadow: 2px 2px 5px 2px rgba(0,0,0,.2); }
.manu-slider img:hover{box-shadow:inset 3px 3px 5px rgba(0,0,0,.6);}

.slick-list{max-width:1300px!important;}

.slick-prev {width:60px; display:block; color:#000; background-color:#fff; text-align:center; padding:15px 0; border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow:3px 3px 5px rgba(0,0,0,.6); cursor:pointer; transition:.3s ease-in-out;}

.slick-next {width:40px; display:block; color:#000; background-color:#fff; text-align:center; padding:15px 0; margin-left:10px;border-bottom-right-radius:10px;border-top-right-radius:10px;box-shadow:3px 3px 5px rgba(0,0,0,.6); cursor:pointer; transition:.3s ease-in-out;}


.slick-prev:hover, .slick-next:hover{box-shadow:inset 3px 3px 5px rgba(0,0,0,.6);}
.slick-prev:before{font-family:"Font Awesome 5 Free"!important; content: "\f053"!important; color:#000!important; font-size:16px!important; font-weight:600;}
.slick-next:before{font-family:"Font Awesome 5 Free"!important; content: "\f054"!important; color:#000!important; font-size:16px!important; font-weight:600;}


/*------About Home-----------*/
.about-back{width:100%; background-color:#000; padding-bottom:100px;}
.about-wrapper{width:90%; margin: 0 auto; display:flex; flex-direction:row; justify-content: space-around; padding:100px 0;}
.about-left{width:50%; position:relative; height:470px;}
.about-green{position:absolute; left:55px; width:360px; top:0;}
.about-blue{position:absolute; right:55px; width:360px; bottom:0;}
.about-right img, .about-left img{width:100%;}
.about-call{max-width:260px; margin:0 auto; left:0px; right:0px; bottom:15%; position:absolute; display:block; z-index:400;}
.about-call a{width:100%; background-color:#e31836; padding:18px; box-sizing:border-box; display:block; color:#fff; text-align:center; font-size:15px; box-shadow:5px 5px 5px rgba(0,0,0,.6);}
.about-call a:hover{box-shadow:inset 3px 3px 5px rgba(0,0,0,.6);}
.about-call a p.bold{font-size:24px; font-weight:700;}

.about-right{width:50%; box-sizing:border-box; padding:80px;}
.about-right h2{color:#fff; text-transform:uppercase; font-size:38px; padding-bottom:24px; line-height:30px;}
.about-right h2 span{color:#e31836; font-size:20px;}
.about-right p{color:#fff; width:90%; line-height:26px; font-size:16px; padding-bottom:20px;}
.about-right p a{color:#fff; font-weight:700;}

/*---about-links----*/
.bottom-links{width:90%; margin:0 auto; background-color:#fff; border-left:5px solid #e31836; border-right:5px solid #e31836; display:flex; flex-direction:row; box-shadow:3px 3px 3px 3px rgba(0,0,0,.3); }
.bottom-links a{position:relative; width:25%; transition: all .5s ease-out; box-sizing:border-box; border-left:1px solid #E3E3E3; padding:65px 0; text-align:center;}

.bottom-links a:after{content:''; 
					position:absolute; 
					left:50%; 
					right:0px; 
					bottom:0px; 
					width: 0px; 
					height:8px; 
					background-color:#e31836; 
					transition: all .4s;
}

				.bottom-links a:hover:after{
				width:100%;
				left:0;
				}
.bottom-links a:hover{background-position: left bottom; color:#fff;}
.bottom-links a:hover .bottom-link img{transform:translateY(-20%);}
.bottom-link img{width:100px; margin:0 auto; transition:.3s ease-in-out;}
.bottom-link p{font-size:22px; font-weight:600; color:#000; padding-top:20px;}
.bottom-links a:hover{box-shadow:inset 3px 3px 5px rgba(0,0,0,.6);}




/*-------Showroom ---------------*/
.showroom-links{width:90%; display:flex; flex-direction:row; margin:0 auto; flex-wrap:wrap; justify-content: center;}
.showroom-link{width:405px; margin:10px; height:260px; position:relative; background-color:#000; box-sizing:border-box; border:solid 1px #fff; overflow:hidden;}
.showroom-link img{width:100%; opacity:.3; object-fit:cover; height:280px; transition:.4s ease-in-out; position:center;}
.showroom-link-link-text{position:absolute; bottom:35%; left:0px; right:0px; margin:0 auto; text-align:center;}
.showroom-link-link-text p.bold{font-size:30px; font-weight:700; color:#fff; text-shadow:5px 5px 5px rgba(0,0,0,.8);}
.showroom-link-link-text p{color:#fff; font-size:18px; font-weight:500;}
.showroom-link-link-text p i{padding-left:15px; font-size:15px; transition:.3s ease-in-out;}
.showroom-link:hover img{opacity:.7; width:110%;}
.showroom-link:hover .showroom-link-link-text p i{padding-left:25px;}

.clear-bottom{clear:both;}

.showroom-inventory{width:89.6%; margin:0 auto; display:flex; flex-direction:row; }
.inv-links{width:100%; height:200px; position:relative; background-color:#000; box-sizing:border-box; border:solid 1px #fff; overflow:hidden; margin:5px; transition:.3s ease-in-out;}
.inv-links img{width:100%; opacity:0; object-fit:cover; height:100%; transition:.4s ease-in-out; position:bottom;}
.inv-link-text{position:absolute; bottom:30%; left:0px; right:0px; margin:0 auto; text-align:center; }
.inv-link-text p.bold{font-size:40px; font-weight:700; color:#fff; text-shadow:5px 5px 5px rgba(0,0,0,.8);text-transform:uppercase;}
.inv-link-text p{color:#fff; font-size:18px; font-weight:500;}
.inv-link-text p i{padding-left:15px; font-size:15px; transition:.3s ease-in-out;}
.inv-links:hover{background-color:#e31836;}
.inv-links:hover img{opacity:0; width:110%;}
.inv-links:hover .hero-link-text p i{padding-left:25px;}
.inv-links a{display:block; height:100%;}

.bread-crumbs{width:90%; margin:0 auto; font-size:20px; color:#000; font-weight:500; padding:10px 5px;}
.bread-crumbs a{color:#000;}
.bread-crumbs a:hover{color:#e31836;}


/*---Pages------*/
.page-top{width:100%; height:450px; position:relative; background-color:#000!important;}
.page-top img{width:100%; height:100%; object-fit:cover; filter:brightness(70%);}
.page-top-h{position:absolute;bottom:10%; left:10%;}
.page-top-h h1{font-size:55px; color:#fff; font-weight:700; text-transform:uppercase; line-height:45px; text-shadow:5px 5px 5px rgba(0,0,0,.8);}
.page-wrapper{width:80%; margin:0 auto; padding:60px 0;}
.page-wrapper p{font-size:17px; font-weight:500; line-height:24px;}
.page-wrapper h2{font-size:30px; color:#e31836;}
.page-wrapper a{font-weight:700; color:#000; transition:.3s ease;}
.page-wrapper a:hover{color:#e31836;}
.page-wrapper ul li{font-size:17px; font-weight:500; list-style:square; padding-top:10px;}
.page-wrapper ul{padding-left:15px;}

/*---Testimonials-----*/
.testimonials{display:flex; flex-direction:row; flex-wrap:wrap;}
.testi{width:calc(50% - 20px); border-radius:15px; box-sizing:border-box; margin:10px;box-shadow:3px 3px 3px 5px rgba(0,0,0,.1); padding:30px 40px;}
.stars{padding-bottom:10px;}
.stars i{font-size:16px; color:#e31836;}
p.date{color:#555;padding-bottom:10px;}
p.name{font-size:16px; font-weight:700; padding-top:10px;}


/*-------Promotions------------*/
.promotion{border-radius:15px; box-sizing:border-box; margin: 30px 10px 10px; box-shadow:3px 3px 3px 5px rgba(0,0,0,.1); display:flex; flex-direction:row;}
.promo-left img{max-width:400px; height:100%; border-bottom-left-radius:15px; border-top-left-radius:15px;}
.promo-right{padding:30px 50px;}
.promo-right p.date{font-weight:700;}
.promo-page-wrapper p{font-size:17px; font-weight:500; line-height:24px;}
.promo-page-wrapper h2{font-size:30px; color:#e31836;}
.promo-page-wrapper a{font-weight:700; color:#000; transition:.3s ease;}
.promo-page-wrapper a:hover{color:#e31836;}
.promo-page-wrapper ul li{font-size:17px; font-weight:500; list-style:square; padding-top:10px;}
.promo-page-wrapper ul{padding-left:15px;}
.promo-page-wrapper{padding:20px 0 60px 0;}
.promo-page-wrapper, .promo-page-header{width:70%; margin:0 auto;}
.promo-page-header h1{font-size:35px; color:#e31836; padding-bottom:30px;}
.contact-header h2{font-size:35px; color:#e31836; padding-bottom:30px;}
.page-img{width:70%; margin:0 auto;}
.page-img img{width:100%;}
.promo-page-header h1 span{font-size:30px; color:#000;}
.promo-page-wrapper p span{font-weight:700;}
.promo-page-wrapper table th, .promo-page-wrapper table td{border:solid 1px #888; padding:10px;}
.promo-page-wrapper table td ul{padding-left:40px;}



/*---Contact---------*/
.contact-page{display:flex; flex-direction:row; width:80%; margin:0 auto;}
.contact-right{padding-left:5%;}
.contact-page{font-size:17px; font-weight:500; line-height:22px;} 
.contact-page span{font-weight:700;}
.contact-left table{width:400px;}
.contact-page p.bold{font-size:22px; font-weight:600; color:#e31836; padding:20px 0;}
.map{width:80%; margin:60px auto;}
.contact-right a{color:#000; transition:.3s ease;}
.contact-right a:hover{color:#e31836;}
/*--------FORM STYLES--------------------*/

#formpage h2{font-size:24px; color:#e31836; font-weight:600;}
.page-header, .contact-header{width:80%; margin: 0 auto;}
.page-header h1{font-size:36px; color:#e31836; font-weight:700; padding-top:60px;}


.form-background input[type="checkbox"]{margin-top:15px;}
#formpage label{font-weight:600; font-size:20px; padding-top:10px;}
.flex-form{width:80%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
.form-background{width:100%;margin: 0 auto;}
#formpage input, select {border:none;padding:16px 9px;;color: #333!important;font-size: 14px;margin-top: 5px; background-color:#f0f0f0;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:50%;display: inline-block;vertical-align: middle;margin:0 5px;}
.form-third{width:33.3%;display: inline-block;vertical-align: middle;margin:0 5px;}
.form-whole{width:100%;display:block;vertical-align:middle;margin: 0 5px;}
.row-input{display:flex; flex-direction:row;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#formpage textarea {border:none; box-sizing:border-box;padding: 6px 5px;background-color:#edecec!important;color: #000;font-size: 16px;background: #fff;width: 100%;height: 100px;border-radius:2px;margin-top:10px;}
#formpage textarea:focus{; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#4b4b4b; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 120px;border:none;height:auto; text-transform:uppercase; font-size:16px; font-weight:600; margin: 0 auto;}
#formpage input.submit-button:hover, #submit-btn button:hover{ box-shadow:3px 3px 3px #848484;transition:ease-out .3s;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:120px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}

/*-------- FOOTER STYLES ----------------*/
/*---Quote----*/
.quote{width:100%; background-color:#000!important; padding:70px 0; background: url("/siteart/red-tractor-back.jpg")center center no-repeat; background-attachment:fixed; background-size:cover;}
.quote-inner{width:90%; margin:0 auto; display:flex; flex-direction:row; justify-content:space-between;}
.quote-left p{color:#fff; font-weight:500; font-size:16px;}
.quote-left p.bold{font-size:42px; font-weight:700; text-transform:uppercase;}
a.white-btn{width:200px; padding:13px; display:block; background-color:#fff; color:#e31836; font-weight:700; font-size:17px; text-transform:uppercase; text-align:center; box-shadow: 3px 3px 5px rgba(0,0,0,.6);}

a.white-btn:hover{box-shadow:inset 3px 3px 5px rgba(0,0,0,.6);}
a.footer-btn:hover{box-shadow:inset 3px 3px 5px rgba(0,0,0,.6); color:#fff!important;}

footer{width:100%; background-color:#fff; padding:80px 0 40px 0;}
.footer-wrapper{width:90%; margin:0 auto; display:flex; flex-direction:row; padding-bottom:40px;}
.footer-col, .footer-col-links{width:25%; box-sizing:border-box;}
.footer-col-links{border-left:solid 1px #C7C6C6; padding-left:40px;}
.footer-col-links p{font-size:20px; font-weight:700; color:#e31836; padding-bottom:15px; text-transform:uppercase;}
.footer-col-links ul li{ text-transform:uppercase; padding:2px 0;}
.footer-col-links ul li a{font-size:15px; color:#000; font-weight:500; position:relative;}
a.footer-btn{max-width:200px; background-color:#e31836; padding:10px; display:block; text-align:center; color:#fff; font-weight:600; font-size:18px;}
a.footer-fb i{padding:8px 12px; border:solid 2px #e31836; color:#e31836; font-size:18px; transition:.3s ease;}
a.footer-fb i:hover{background-color:#000;}

.footer-col-links ul li a:after{content:''; 
					position:absolute; 
					left:0%; 
					right:0px; 
					bottom:0px; 
					width: 0px; 
					height:2px; 
					background-color:#e31836; 
					transition: all .4s;
}

				.footer-col-links ul li a:hover:after{
				width:100%;
				left:0;
				}

.footer-bottom{width:90%; margin: 0 auto; display:flex; flex-direction:row; justify-content:space-between; padding-top:20px; border-top: solid 1px #c7c6c6;}
.footer-bottom p, .footer-bottom p a{color:#000; font-weight:500;}
.footer-bottom p a:hover{color:#e31836;}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/





.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #e31836 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #e31836 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1600px) {
	.about-green, .about-blue{width:300px;}
}

@media only screen and (max-width: 1450px) {
	.hero{height:450px;}
}
@media only screen and (max-width: 1250px) {
	.hero{height:400px;}
	.hero-right{width:70%;}
	.hero-left{width:30%;}
	.slide-caption h1, .slide-caption p.h1{font-size:45px;}
	header{flex-direction:column; padding:15px 0 0;}
	.logo{ margin:0 auto!important;}
	.top-header{flex-direction:column;}
	.top-header-right a.facebook i{display:none;}
	.top-header-right a.red{width:100%;}
	.qls{flex-direction:column; height:auto;}
	.ql{width:100%; height:180px;}
	.ql-link-text{bottom:30%;}
	.about-wrapper{flex-direction:column;}
	.about-right{width:100%;}
	.about-left{width:720px; margin:0 auto;}
	.bottom-link img{width: 80px;}
	.testimonials{flex-direction:column;}
	.testi{width:100%; margin:10px 0;}
	a.red{font-size:17px; font-weight:600;}
	.show{position:relative; transform: translateX(-150px); opacity:0; transition:1s all ease}
.show.active{transform: translateX(0); opacity:1;}


}

@media only screen and (max-width: 1050px) {
	.footer-wrapper{flex-direction:column;}
	.footer-col{width:100%; text-align:center; }
	.footer-btn{margin:0 auto;}
	.footer-col-links{text-align:center; width:100%; border:none; padding-top:20px; padding-left:0;}
	.page-wrapper{width:90%;}
	.page-header{width:90%;}
	.page-top-h h1{font-size:40px;}
	.promo-left img{object-fit:cover;}
	.promo-page-header, .promo-page-wrapper, .page-img, .bread-crumbs{width:95%;}
	
	
	
}

@media only screen and (max-width: 850px) {	
	.hero{flex-direction:column; height:auto;}
	.hero-right, .hero-left{width:100%;}
	.hero-right{height:350px;}
	.hero-left{height:350px;}
	.top-header span, .top-header p{display:none;}
	.top-header a.clock, .top-header a.facebook2 i{display:block;}
	.top-header-left{max-width:350px; margin:0 auto; padding:0;}
	.top-header-left a{border:solid 1px #e31836; padding:12px; font-size:22px;}
	.hero-link-text{bottom:30%;}
	.about-wrapper{width:955;}
	.about-green, .about-blue, .about-call{position:relative;}
	.about-left{height:auto; width:100%;}
	.about-green, .about-blue{width:400px; height:300px; left:0; right:0; margin:0 auto;}
	.about-green img, .about-blue img{width:100%; height:100%; object-fit:cover; margin:0 auto;}
	.about-call{width:400px; margin:0 auto;}
	.about-right{padding:60px 0;}
	.bottom-links{flex-direction:column; max-width:350px; border-left:none; border-right:none; border-top:2px solid #e31836; border-bottom:2px solid #e31836;}
	.bottom-links a{width:100%; border-top: 1px solid #e3e3e3;}
	.contact-left table{max-width:280px; width:auto;}
	.contact-right{padding-left:2%;}
	.page-top{height:350px;}
	.page-top-h{left:5%;}
	.showroom-inventory{flex-direction:column;}
	.promotion{flex-direction:column;}
	.promo-left img{width:100%!important; max-width:800px; height:400px; border-bottom-left-radius:0; border-top-right-radius:15px; }
	.promo-right{padding:30px 20px;}
	
}
@media only screen and (max-width: 700px) {
	.flex-form{width:95%;}
	.flex-row{flex-direction:column;}
	.form-half, .form-whole, .form-third{width:100%;}
	.flex-row label{text-align:center;}
	.page-header h1{font-size:30px;}
	#formpage input[type="checkbox"]{margin: 0 auto;}
}

@media only screen and (max-width: 600px) {
	.slide-caption h1, .slide-caption p.h1{font-size:35px; line-height:30px;}
	.about-green, .about-blue, .about-call{max-width:300px; width:100%;}
	.quote-inner{flex-direction:column; text-align:center;}
	.quote{background:#e31836; padding:40px 0;}
	.quote-left p.bold{display:none;}
	.white-btn{margin: 0 auto;}
	.brands-slide{width:75%;}
	.contact-page{flex-direction:column; width:95%;}
	.map{width:95%;}
	.page-top-h h1{font-size:35px;}
	.inv-link-text p.bold{font-size:30px;}
	.inv-links{height:160px;}
	.showroom-links{width:95%;}
	.promo-left img{height:300px;}
	
	
}
@media only screen and (max-width: 450px) {
	.footer-bottom{flex-direction:column; text-align:center;}
	.page-wrapper{width:95%;}
}

@media only screen and (max-width: 400px) {
	.btn-flex {flex-direction: column;}
	.btn-flex > a:last-child {margin-top: 0;}
}

@media only screen and (max-width: 300px) {
	.top-header-left a{padding:10px; font-size:20px;}
}





