@import url('https://fonts.googleapis.com/css?family=Muli:400,700,900');


html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #606060;scroll-behavior: smooth;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin:10px 0;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 2.8em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.4em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1.2em;
   line-height: 1em;
}


a {
	color: #ec1c23;
	text-decoration: none;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
}

a:hover {
	color: #c5171d;
}

.red-col{color: #ec1c23;}
.red-bg{background: #ec1c23;}
.lgrey-bg{background: rgba(0,0,0,.04);}
.white-col{color: #fff;}


::-moz-selection { background: #f00; color: #fff; }
::selection { background: #f00; color: #fff; }


menu{
	margin: 0;
	padding: 0;
	float: right;
}

header{
	width: 100%;
	position: fixed;
	z-index: 9999;
	padding: 0;
    background: #fff;
    overflow-x: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

header nav{

}

header ul li{
	display: inline-block;
}

header ul li a{
	display: block;
	padding: 13px 15px;
	color: #333;
}

header .darkmenu{
	position: relative;
	background: #231f20;
}

header .darkmenu:before,
header .darkmenu:after{
	position: absolute;
	top: 0;
	content: "";
}

header .darkmenu:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width:0 52px 52px 0;
	border-color: transparent #231f20 transparent transparent;
	right: 100%;
}

header .darkmenu:after{
	width: 550px;
	height: 100%;
	left: 100%;
	background: #231f20;
}


header .darkmenu ul li a{
	color: #fff;
}

header .darkmenu ul li.fr a span[class^="icon-"]{
	color: #ec1c23;
}

header .darkmenu ul li.fl a span[class^="icon-"],
footer .social a span[class^="icon-"],
.contactinfo a span[class^="icon-"]{
	background: #ec1c23;
	color: #fff;	
	padding: 6px;
}

header menu ul li a{
	position: relative;
	padding: 25px 15px;
}

header menu ul li a.active{
	color: #ec1c23;
}

header menu ul li a.active::before{
	background: #ec1c23;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    content: "";
}

.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	background: #fff;
	min-width: 180px;
	display: none;
}

.ddm li a{
	padding: 5px 0;
	line-height: 30px;
}


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top:20px;
	right: 20px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #000;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}

.searchox{
	position: relative;
	margin-top: 5px;
}

.searchox input[type="search"],
.searchox input[type="submit"]{
	background: none;
	border: none;
}

.searchox input[type="search"]{
	padding: 0 25px 0 0;
	height: 30px;
	border-bottom: 1px solid #000; 
}

.searchox input[type="submit"]{
	position: absolute;
	right: 0;
	top: 5px;
	width: 25px;
	height: 25px;
	background: url(../img/search.png) center no-repeat;
}

.searchox input[type="submit"]:hover{
	background: #ec1c23 url(../img/search.png) center no-repeat;
}



/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ff3333 url(../img/loading.gif?v=1.1.1) center no-repeat;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
}


.master-slider .ms-layer{
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.15em;
}

.master-slider .pat{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	z-index: 2;
}

.hpsearch{
	width: 320px;
	background: #fff;
	z-index: 500;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-left: -440px;
	margin-top: 50px;
}

.topsearch{
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
}



.slickslider{
	width: 100%;	
}

.slickslider.listcars .slick-list{
	margin: 0 -10px;
}

.listcars figure,
.listfav figure{
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.listcars .itemlistdesc{
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	padding: 35px 0 20px;
	text-align: center;
	color: #606060;
	height:180px;
}

.listcars .img-bg,
.listfav .img-bg{
	width: 100%;
	padding: 35% 0;
}

.listcars .price,
.listfav .price{
	background: #ec1c23;
	display: inline-block;
	text-align: center;
	transition: 0.3s;
	transform: skew(-20deg); 
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -105px;
	width:210px
}

.listfav .price{
	position: relative;
	left: 0;
	bottom: 0;
	margin: 10px 0;
}


.listcars .price span,
.listfav .price span {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 0;
  transition: 0.3s;
  transform: skew(20deg); 
}

.listcars h5{
	margin-bottom: 5px;
}

.listcars .red-col{
	margin-top: 15px;
}

.listcars .soldout {
	position: relative;
	display: block;
}

.listcars .soldout:before{
	background: rgba(180,180,180,.8) url(../img/soldout.png) center no-repeat;
	width: calc(100% - 10px);
	height: calc(100% - 14px);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	content: "";
	cursor: default;
}

.status{
	position: absolute;
	font-size: .85em;
	top: 0;
	left: 0;
}

.status span{
	padding: 2px 10px;
	display: block;
	position: relative;
	background: #fff;
	color: #333;
}

.status span::before{
	background: #ec1c23;
	width: 30%;
	height: 4px;
	display: inline-block;
	text-align: center;
	transform: skew(-35deg); 
	position: absolute;
	right: 2px;
	top: 100%;
	content: "";
}

.status span::after{
	background: #ec1c23;
	width: 80%;
	height: 4px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 100%;
	content: "";
}

.readmore{
	display: inline-block;
	border: 1px solid #ec1c23;
	box-sizing: border-box;
}

.readmore .row div{
	padding: 10px;
	position: relative;
}

.readmore .row div.fr,
.heart{
	color: #fff;
	padding: 12px 15px 8px;
	text-shadow: 0 0 15px rgba(0,0,0,.8);
}

.heart{
	position: absolute;
	top: 0;
	right: 0;
}

.readmore .row div.ovdiv::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #ec1c23;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	content: "";
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.readmore:hover .row div.ovdiv::before{
	width: 100%;
}

.readmore:hover .row div.ovdiv{
	color: #fff;
}

.readmore .row div.ovdiv span{
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	z-index: 2;
	position: relative;
}


.hp-title {
	position: relative;
	border-top: 15px solid #231f20;
	background: #ebebeb;
	min-height: 30px;
	margin-bottom: 40px;
}

.hp-title > div{
	position: absolute;
	margin: 0;
	top: -15px;
	left: 0;
}

.hp-title > div > *{
	position: relative;
	left: 0;
	top: 0;
	background: #ec1c23;
	padding: 10px 20px;
	display: block;
	color: #fff;
	font-weight: 700;
	margin: 0;
}

.hp-title > div > *::after{
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 40px 0 0;
	border-color: #ec1c23 transparent transparent transparent;
	content: "";
}


/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}



.ad .img-bg{
	width: 100%;
	height: 100%;
}

.multirowslider .img-bg{
	width: 100%;
	padding: 50% 0;
}

.multirowslider.slick-slider{
	margin: 0;
}

.title{
	margin-bottom: 15px;
}

.title > *{
	position: relative;
	display: inline-block;
	font-weight: 700;
}

.title > *:after{
	background: #ec1c23;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 100%;
    margin-top: 3px;
    left: 0;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    content: "";
}

.hplinks .img-bg{
	width: 100%;
	padding: 30% 0;
}

.hplinks a{
	display: block;
	position: relative;
}

.hplinks .overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 45px;
	box-sizing: border-box;
	color: #fff;
}

.breadcrumb{
	padding-top: 135px;
	padding-bottom: 15px;
}

.breadcrumb .container span,
.breadcrumb .container a{
	line-height: 12px;
	height: 12px;
}

.breadcrumb a.back{
	display: inline-block;
	padding: 0 10px;
	background: url(../img/bk.png) center no-repeat;
}

.imginside .img-bg{
	width: 100%;
	padding: 15% 0;
}

.insideads .img-bg{
	width: 100%;
	padding: 32% 0;
}

.mini-cont{
	width: 710px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 100%;
}

.bankslist.slick-slider{
	margin-bottom: 40px;
}

.bankslist a{
	color: #443f3f
}

.bankslist .slick-slide img{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
}

.advlist a{
	display: block;
	padding: 20px;
	background: #ebebeb;
	color: #443f3f;
}
.advlist .bg-box{
	display: block;
	padding: 20px;
	background: #ebebeb;
	color: #443f3f;
}
.searchsection{
	padding: 20px;
	background: #fff;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
}

.searchsection .fl{
	padding-right: 25px;
	line-height: 40px;
}

.searchsection input[type="search"]{
	background: none;
	padding-right: 35px;
}

.searchsection input[type="submit"]{
	position: absolute;
	right: 10px;
    top: 12px;
	width: 25px;
	height: 25px;
	background: url(../img/search.png) center no-repeat;
}

.searchsection input[type="submit"]:hover{
	background: #eee url(../img/search.png) center no-repeat;
}

.dealersbanner .img-bg{
	width: 100%;
	padding: 13% 0;
}

.dealersbanner a{
	position: absolute;
	bottom: 45px;
	right: 15px;
	background: #ed1c24;
	color: #fff;
	padding: 10px 25px;
	display: block;
}

.dealerslist .tbl{
	border: 1px solid #c2c2c2;
	color: #606060;
	position: relative;
	padding-top: 20px;
	padding-bottom: 55px;
}

.dealerslist a , .car-details
{
	color:#606060
}
.dealerslist a:hover , .car-details:hover
{
	color:#ec1c23
}
.dealerslist a.more{
	padding: 10px 20px;
	color:#ec1c23;
	display: block;
	background: #ebebeb;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #c2c2c2;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.dealerslist a.more:hover{

	color:#606060;

}
.dealerslist h5{
	position: relative;
	padding-bottom: 15px;
}

.noimage strong{
	position: relative;
	color: #606060;
	padding: 0 10px 10px;
	margin-bottom: 10px;
}

.noimgadd{
	color: #606060;
}

.dealerslist h5:after,
.noimage strong:after {
    background: #ec1c23;
    width: 70%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 15%;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    content: "";
}

.alphabetsearch .fl{
	padding-right: 20px;
}

.alphabetsearch li{
	padding-right: 10px;
	position: relative;
	display: inline-block;
}

.alphabetsearch li::after{
	position: absolute;
	right: 1px;
	top: 0;
	content: ".";
	color: #b5b5b5;
}

.alphabetsearch li a{
	color: #b5b5b5;
}

.alphabetsearch li a.active{
	color: #606060;
	font-size: 1.15em;
}

.dealername{
	position: relative;
	display: inline-block;
}

.dealername::before {
    background: #ec1c23;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 0;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    content: "";
}

.slider-for.slick-slider{
	margin-bottom: 6px;
}

.slider-for .slick-slide {
	margin: 0;
}

.slider-nav .slick-slide{
	margin: 0 3px;
}

.dealercontact .fl{
	padding-right: 20px;
}

.dealercontact .fl div{
	width: 35px;
	height: 35px;
	background: #ec1c23;
	color: #fff;
	transform: rotate(45deg);
	position: relative;
}

.dealercontact .fl div span{
	position: absolute;
	transform: rotate(-45deg);
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

.dealercontact .ovdiv{
	line-height: 33px;
}

.dealersmap iframe{
	width: 100% !important;
	height: 100% !important;
}

a.calldealer{
	display: block;
	margin-top: 10px;
}

.lgrey-bg.sidefilter {
    font-size: .8em;
}

.sidetabs .w-50 *,
.advsearch .w-50 input[type="checkbox"],
.advsearch .w-50 input[type="radio"],
.advsearch .w-50 label{
	vertical-align: middle;
	display: inline-block;
}

.sidetabs{
	border-bottom: 1px solid #ccc;
}

.tabtrigger{
	padding: 15px 20px;
}

.tabcontent{
	padding: 20px;
	padding-top: 0;
	display: none;
}

.tabcontent .small,
.advsearch .small{
	font-size: .8em;
}

.clearfilter{
	text-align: center;
	text-decoration: underline;
	margin-top: 10px;
}

.tabtrigger{
	background: url(../img/show.png) right no-repeat;
	cursor: pointer;
}

.tabtrigger.activetrigger{
	background: url(../img/hide.png) right no-repeat;
}


.sorting .fl{
	padding-right: 20px;
	line-height: 45px;
}

.videocontainer{
	width: 100%;
	padding: 18% 0;
	position: relative;
}

.videocontainer iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.tooltip{
	color: #2267ad;
	position: relative;
	cursor: help;
}

.tooltip::after {
	width: 200px;
	padding: 15px;
	background: rgba(0,0,0,.8);
	color: #fff;
	position: absolute;
	top: 0;
	left: 100%;
}

span.tooltip:hover[data-tooltip]:after { 
	content: attr(data-tooltip); /* no quotes around attribute name! */
}


.itemdetails{
	font-size: .8em;
}

.itemdesc{
	color: #606060;
}

.itemdesc .price{
	background: #ec1c23;
	display: inline-block;
	text-align: center;
	transition: 0.3s;
	transform: skew(-40deg); 
	width: 80%;
}

.itemdesc .price span {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 50px;
  box-sizing: border-box;
  transition: 0.3s;
  transform: skew(40deg); 
  font-size: 1.5em;
}
.itemdesc h5{
margin-top:0
}
.itemmap{
	margin-top: 20px;
}

.itemmap iframe{
	width: 100% !important;
	height: 100px !important;
	border: 1px solid #ec1c23 !important;
}

.dsup .img-bg{
	width: 100%;
	height: 100%;
	min-height: 200px;
}

.dsuptxt .w-33{
	border-right: 1px solid #ccc;
}

.dsuptxt .w-33:last-child{
	border-right: none;
}

.advsearch {
	font-size: .9em;
}

.advsearch .w-66{
	border-left: 1px solid #000;
}

.listfav .w-25,
.listfav .w-55{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.listfav .w-25{
	border-left: 1px solid #ccc;
}

.listfav .w-20{
	border: 1px solid #ec1c23;
}

.filtermobile{
	border: 1px solid #eee;
	background: #f5f5f5;
	line-height: 28px;
	display: none;
}

footer{
	background: #ebebeb;
	color: #231f20;
}

footer a{
	color: #231f20;
}

footer .social a{
	color: #fff;
}

footer .ftdetails span[class^="icon-"]{
	font-size: 1.5em;
	color: #ec1c23;
}

footer .sign{
	background: #616161;
	color: #fff;
	padding: 15px 0;
	font-size: .85em;
}

footer .sign a{
	color: #fff;
}





.cur{
cursor:pointer
}
.displaynone
{
	display:none
}
.captcha-error
{
	color:red;
	font-size:12px;
}
.FormResult , .FormResult1
{
	color:green;
	font-size:14px;
	padding-top:5px;
}
.vError
{
	border:1px solid red !important
}
.filter
{
	filter: brightness(0) invert(1);
}
.no-pd p
{
	padding:0 !important;
	margin:0 !important
}

.alphabetsearch a
{
	cursor:pointer
}

/*//////////////////////////////////////////////////MESSAGES\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.messages {
    margin: 0 0 10px;
    overflow: hidden;
	display:inline-block;
	width:100%;

}
.messages, .messages ul {
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
}

.success-msg {
    background-color: #e9ffca;
    background-image: url("../images/msg-success.png");
    border-color: #296a23;
    color: #296a23;
}

.error-msg {
    background-color: #f5dad3;
    background-image: url("../images/msg-error.png");
    border-color: #c02230;
    color: #c02230;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 25px center !important;
    background-repeat: no-repeat !important;
    font-size: 12px !important;
    padding: 25px 25px 25px 75px !important;
	margin:15px 0;
	text-align:left;
}

.note-msg, .notice-msg {
    background-color: #fdeda4;
    background-image: url("../images/msg-note.png");
    border-color: #7c622a;
    color: #7c622a;
}
	
	
	.close-msg{
	float:right;}
	
	.close-msg i {
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    margin-top: -4px;
}
.login-add
{
	font-size:12px !important;	
}
.login-add input
{
	width:12px !important;
	height:12px !important;
	    vertical-align: text-bottom;
}
.lost-password
{
	float:right;

}
.form-error
{
	color:red;
	font-size:12px;
}
.pagination 
{
	text-align:center;
	margin-top:15px;
}
.pagination  li
{
	display:inline-block;
	    margin: 0 5px;
		padding:5px;
}
.cars-hh
{
	font-size:18px;
}
.featured_dealers_row 
{
	float:left;
	
}

.featured_dealers_row .img-bg
{
	margin:0 5px;
	width:calc(100% - 5px);
	
}

.advanced_search
{
	
	text-align:center;
}
.advanced_search a
{
	color:#606060;
	text-decoration:underline;
	font-size:14px;
}
.advanced_search a:hover
{
	color:#ec1c23;

}
#load_data
{
	position:relative;

}
.load_data:before
{
	background-color: rgba(96,96,96,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    content: '';
    width: 100%;
    height: 100%;
}





.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color:transparent;
  z-index:6000;
  display:none;
}
.loader:before{
  display: block;
  position: absolute;
  content: "";
  z-index:600;
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #ec1c23;
  animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.chosen-ovdiv
{
	width:70%;
	display:inline-block
}

.chosen-ovdiv .chosen-search-input
{
	width: 100% !important;
    height: 45px !important;
	    box-sizing: border-box !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
}
.none
{
	display:none !important
}
.chosen-ovdiv .chosen-container-multi .chosen-choices
{
	    border: 1px solid #ccc !important;
	    box-sizing: border-box !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;	background:url(select.png) right no-repeat;
}

.chosen-ovdiv .chosen-container
{
	    box-sizing: border-box !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;	
}



.sidetabs .chosen-container-multi .chosen-choices , .advsearch .chosen-container-multi .chosen-choices
{
	background-color:transparent !important;
	border-radius: 0;
	    border: 1px solid #ccc;
		padding: 10px 20px;
		 background:url(select.png) right no-repeat;
}
.sidetabs .chosen-container-multi .chosen-choices .search-field input[type="text"] , .advsearch .chosen-container-multi .chosen-choices .search-field input[type="text"]
{
	color:#000;
	font-size:14px;
	font-family: 'Muli', sans-serif;
	
}
.sidetabs .chosen-container-multi .chosen-choices .search-field
{

}
.sidetabs .chosen-container-multi .chosen-choices .search-choice , .advsearch .chosen-container-multi .chosen-choices .search-choice
{
	border:0;
	margin:.35rem 0 .35rem .5rem;
	background-color:transparent;
	color:#000
}
.sidetabs 
{
   
}
.logo
{
	margin-top:30px
}
.dealers_height
{
	height:370px;
}












.noimage
{
	border:1px solid #ebebeb;
	height:160px;
	width:calc(100% - 10px)!important;
}
.featured_dealers_row 
{
	text-align:center;
	margin-bottom:10px;


}
.multirowslider  .slick-slide div
{
	float:left;
	width:100%;
}
.flex-row {
	display: flex !important;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.flex-column {
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
.itemsdesc-right
{
	float:right !important;
}
.font-14
{
	font-size:14px !important;
}


.nbofviews
{
    color: #606060;
    top: 0;
    right: 0;
    position: absolute;
    /* font-size: 15px; */
    background: #FFF;
    padding: 2px 5px;
    border-bottom: 4px solid #ec1c23;
}
.new_mob_header
{
	background:#ebebeb;
	padding:5px 0
}


.new_searchox {
    padding: 10px 10px;
    /* display: none; 
    box-shadow: 0 0 5px #000;*/
}
.new_searchox {
    position: relative;
    margin-top: 5px;
}

.new_searchox input[type="search"] {
    padding: 0 25px 0 0;
    height: 30px;
    box-shadow: 0 0 10px #cbcbcb;
    border-radius: 5px;
    text-indent: 44px;
	border:0;
}

.new_searchox input[type="submit"] {
    left: 25px;
    top: 10px;
}
.new_searchox input[type="submit"] {
    position: absolute;
    right: 0;
    top: 12px;
    width: 25px;
    height: 25px;
    background: url(../img/search.png) center no-repeat;
}

.new_search_box select
{
	border:0;
	height:40px;
	border-bottom:1px solid #ebebeb;
}

.new_search_control
{
	padding:20px 10px;
}
.new_search_control input[type="submit"]
{
	background:#FFF;
	width:95%;margin-right:5%;
	border:2px solid  #ec1c23;
	color:#ec1c23;
	box-shadow: 0 0 5px #cbcbcb;
	 box-shadow:         inset 0 0 5px #cbcbcb;
}

.new_advanced_search
{
	    background: #FFF;
    border: 2px solid #000;
    color: #000;
    box-shadow: 0 0 5px #cbcbcb;
    height: 50px;
	margin-left:5%;
	width:95%
}


.new_advanced_search a
{
	color: #000;
	text-decoration:none
}

.new_box_featured
{
	padding:25px 0
}

.new_box_featured img
{
	max-width:80%
}
.new_box_featured a{
	text-align:center
}
.height_new_footer
{
	height:50px;
	width:100%;
}
.new_footer_mobile
{
	background:#6f0c10;
	position:relative;
	padding:20px 0;
	height:20px;

}

.new_footer_mobile::before
{
position:absolute;
top:-7px;
left:0;
width:100%;
border-top:2px solid #ec1c23;
content:'';

}
.new_footer_mobile a{
	color:#FFF;
	font-size:14px;
}
.new_border{
text-align:center
}
.ww-25
{
	width:25%;
}
.new_sell_car{
	    position: absolute;
    max-width: 120px;
    top: -72px;
    left: -30px;
}
.page_gallery_list
{
	display:inline-block !important;
}
.page_gallery_list img
{
	width:100px;
}
.mobile_sell_page
{
	background:#e1e1e1
}
.dropzone_bottom
{
	background:#FFF !important
}
.mobile_sell_page h1
{
	text-align:center;
	color:#eb3139;
	font-size:1.5rem
}
.mobile_sell_header
{
	padding:25px 0
}
.mobile_sell_container
{
	padding:0 ;
	background:#FFF;
}

.mobile_sell_container h3
{
	color:#606060;
	background:#ebebeb;
	padding:15px 10px;
	font-size:1.5rem;
	margin-top:0;
	width:100%;
	margin-bottom:30px;
}


.mobile_sell_container input, .mobile_sell_container select{
	background-color:#ebebeb !important;
	border-radius:25px;
	border:0 !important;
	font-size:14px !important;
}
.mb-sell
{

	margin:0 10px 15px  10px;
}
.mobile_sell_example
{
	margin-left:15px;
}



.mobile_sell_container input::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.mobile_sell_container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.mobile_sell_container input::placeholder {
  color: #000;
}

.mobile_sell_container  input[type="radio"]
{
	margin-right:0 !important;
	display:inline-block!important;
	width: 19px;
    height: 18px;
	border:1px solid #000 !important;
	color:#000 !important;
	background: #FFF !important
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
    
    background: #FFF url(../images/tick.png) center no-repeat !important;
}
.ww-50
{
	width:50%;
	display:table-cell
}

.ww-40
{
	width:40%;
	display:table-cell
}

.ww-60
{
	width:60%;
	display:table-cell
}
.ww-70
{
	width:70%;
	display:table-cell
}
.ww-25
{
	width:24%;
	display:inline-block
}
.mobile_sell_img
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	max-width:100%;
	height:60px;
	border-radius:25px;
}
.box-sizing
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:60px !important;
}

#sell-form .error{
border:1px solid red !important
}
#sell-form label.error{
display:none !important
}
.bgg1
{
	background:#ebebeb ;
	border-radius:25px;
}


  .file-input-wrapper {
  
    height: 60px;
    overflow: hidden;
    position: relative;
  }
  .file-input-wrapper > input[type="file"] {
    font-size: 200px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
	z-index:5000
  }
  .file-input-wrapper > .btn-file-input {
    display: inline-block;
    width: 100%;
    height: 60px;
	 border: 0;
    border-radius: 25px;
  }
  .displaynone1
  {
	  display:none !important
  }
  
 .img-error{ 
  color: red;
    font-size: 12px;
    margin-top: -25px;
    display: list-item;
    text-align: center;
 }
 .new_home_latest 
 {
	 width:100%;
	 padding-bottom:0;
	 margin-bottom:60px;
	 display:inline-block
 }
 .new_home_latest .slick-dots
 {
	 bottom:-25px;
 }
 .new_home_latest  .slick-slide
 {
	 margin:0 !important;
 }
 .new_home_latest_box
 {
	 height:200px;
	 position:relative;
	 background-size:cover;
	 background-position:center center;
 }
 
  .new_home_latest_box h2
 {
	position:absolute;
	bottom:-10px;
	left:0;
	width:100%;
	padding:10px 0;
	border-bottom:2px solid #ec1c23;
	text-align:center;
	color:#FFF;
	font-size:18px;
	background-color:rgba(0, 0, 0, 0.5);
 }
 .new_mob_header .trigger{
 position:absolute !important;
 top:25px !important;
 right:20px !important;
 z-index:5000 !important
 }
  .new_mob_header .trigger span{
 background:#000 !important;

 }
 
 .new_mob_header  .trigger.slided
 {
	 right:5px !important
 }
 
 .owl-carousel {
-ms-touch-action: none;
touch-action: none;
}

.website_dealers_info
{
	display:inline-block !important;
	width:calc(100% + 2px);
}

.website_dealers_info a
{
	color:#FFF !important
}
}
#example-basic-p-0
{
	height:43rem
}
#example-basic-p-1
{
	height:43rem
}
#example-basic-p-2
{
	height:43rem
}
.slider-for1 .slick-slide
{
	margin:0;
}


.accept_terms_box
{
	display: inline-flex;
    padding-left: 2%;
}
.accept_terms_box_div
{
	display: inline-block;

}
.accept_terms_box_span
{
	display: inline-block;

    padding-left: 10px;
}
.site_dealers_options
{
	display: inline-block !important;
}
.site_dealers_options .dealers-options
{
	color: #ec1c23;
    margin: 0 10px;
    display: inline-block;
}
.website_app
{
	background: #555555;
    padding: 10px 0;
    text-align: center;

    width: 100%;
    color: #FFF;
    display: none;
    box-shadow: inset 0 0 10px #000000;
}
.website_app a
{
	color:#FFF;
}
.fa_eye , .fa_favorite
{
	display:none
}
.price_requrst{
font-size: 16px;
    padding: 10px 0 !important;
    width: 190px;
}
#rate_list
{
	display:none;
	margin-top:15px;
}
.our_app h1
{
     color: #ec1c23;
    letter-spacing: 1px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1rem 0;
}
.our_app img
{
    max-width: 90%;
    margin: 0 5%;
}

.our_app h2
{

    text-align: center;
    font-size: 3rem;
	font-weight:bold;
	margin-bottom:2rem;
}

.our_app h3
{
    color: #ec1c23;
    letter-spacing: 1px;
    text-align: center;
    font-size: 2.3rem;
	font-weight:bold;
}
.our_app h4
{
  
    letter-spacing: 1px;
    text-align: center;
    font-size: 2.3rem;
	font-weight:bold;
}


@media all and (max-width: 960px) and (min-width: 240px) {
	
	
.our_app h1
{
    font-size: 1.5rem;
}

.our_app h2
{
    font-size: 2rem;
}

.our_app h3
{
    font-size: 1.3rem;
}
.our_app h4
{
    font-size: 1.3rem;
}


}











