@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:100,200,300,400,500,600,700");
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    /*font-family: Poppins;*/
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    /*font-family: Montserrat;*/
}
img{
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
a{
    /*transition: all ease-out .25s*/
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
a:hover{
    text-decoration: none;
}
ul.list-inline {
    margin-bottom: 0
}
.btn-with-i i{
    width: 18px;
}
.btn-with-i.i-first i{
    margin-right: 3px;
}
.btn-with-i.i-last i{
    margin-left: 3px;
}

.wrapper .wrapper-header{
    height: 140px;
    position: relative;
    background-size: cover;
    background: url("../images/bg/altheader.jpg") no-repeat center;
    margin-bottom: 50px;
}
.wrapper .wrapper-header:before{
    content: "";
    background-color: rgba(0,0,0, .7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wrapper .wrapper-header .container{
    padding-top: 20px;
    z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
}

.container-medium {
    max-width: 700px;
}


/* HEADER TOP */
#header-top {
    position: relative;
    background-color: #232628;
    color: #afafaf;
}
#header-top a{
    color: #afafaf;
}
#header-top a:hover,
#header-top a:active,
#header-top a:focus{
    color: #e30613;
}
#header-top > .container {
    padding-bottom: 12px;
    padding-top: 12px;
}
/*top-left*/
#header-top .top-left{
    float: left;
}
#header-top .top-left .top-header-address{
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #848484;
}
#header-top .top-left .top-header-address i{
    margin-right: 5px;
    color: #e30613;
}
/*top-right*/
#header-top .top-right{
    float: right;
}
#header-top .top-right .dropdown-option > li.border-left{
    border-left: 1px solid #848484;
}
#header-top .top-right .dropdown-option > li > a{
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}
#header-top .top-right .dropdown-option > li.dropdown .dropdown-menu{
    top: 100%;
    width: 170px;
    border-radius: 0;
    padding: 0;
    margin-top: 10px;
    background-color: #232628;
    border: none;
    border-top: 2px solid #e30613;
}
#header-top .top-right .dropdown-option > li.dropdown .dropdown-menu li{
    padding-right: 0;
    margin: 0;
    float: none;
    display: block;
    border-bottom: 1px solid rgba(97, 97, 97, 0.2);
}
#header-top .top-right .dropdown-option > li.dropdown .dropdown-menu li i{
    width: 18px;
    margin-right: 3px;
}
#header-top .top-right .dropdown-option > li.dropdown .dropdown-menu li a{
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
}
#header-top .top-right .dropdown-option > li.dropdown .dropdown-menu li a:hover{
    color: #fff;
    background: #e30613;
}


/* HEADER NAV */
.navbar-toggle {
    color: #222322;
}
.navbar-toggle span{
    background-color: #222322;
}
#header-nav{
    padding-top: 15px;
    padding-bottom: 15px;
}
#header-nav > .container > .row{
    /*display: flex;
    align-items: center;*/
}
#header-nav .nav-logo{
    padding-right: 60px;
}
#header-nav .nav-list{
    float: right;
    margin-top: 13px;
}
#header-nav .nav-list li a{
    color: #232527;
    font-size: 14px;
    font-weight: 500;
}


#header-nav .nav-list li.open a,
#header-nav .nav-list li a.active,
#header-nav .nav-list li a:hover,
#header-nav .nav-list li a:active,
#header-nav .nav-list li a:focus{
    color: #e30613;
    background-color: transparent;
}
.btn-group .dropdown-menu,
#header-nav .nav-list li.dropdown > .dropdown-menu{
    border-radius: 0;
    padding: 10px 28px;
    background-color: #fff;
    border: none;
    border-top: 2px solid #e30613;

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-group .dropdown-menu li,
#header-nav .nav-list li.dropdown > .dropdown-menu li{
    padding-right: 0;
    margin: 0;
    float: none;
    display: block;
    border-bottom: 1px dashed #dfdfdf;
}
.btn-group .dropdown-menu li:last-child,
#header-nav .nav-list li.dropdown > .dropdown-menu li:last-child{
    border-bottom: none;
}
.btn-group .dropdown-menu li a,
#header-nav .nav-list li.dropdown > .dropdown-menu li a{
    position: relative;
    display: block;
    padding: 12px 0;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #232527;
    text-align: left;
    text-transform: capitalize;
}
.btn-group .dropdown-menu li a:hover,
#header-nav .nav-list li.dropdown > .dropdown-menu li a:hover{
    background-color: transparent;
    color: #e30613;
}



.m-b-50{
    margin-bottom: 50px;
}
.m-b-sm-30{
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .m-b-sm-30{
        margin-bottom: 30px;
    }
}

/* SHOWCASE */
.showcase-wrapper {
    position: relative;
    height: 580px;
    background: url("../images/bg/ikicelslider.jpg");
}
.showcase-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .60);
    z-index: 1;
}


.showcase-wrapper > .container{
    position: relative;
    top: 50%;
    /*-webkit-transform: perspective(-1px) translateY(-50%);*/
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
    -webkit-transform: translate(0, -60%);
    /*zoom : 100.1%;*/
    z-index: 1;
    /*-webkit-font-smoothing: antialiased;
    backface-visibility: hidden;*/
}
.showcase-wrapper > .container > .title{
    color: #fff;
}
#showcase-carousel{
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    /*margin-top: 100px;*/
        border-radius: 10px;
}
#showcase-carousel .owl-nav button{
    width: 50px;
    height: 50px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .3s;
    text-align: center;
    color: #232527;
    font-size: 24px;
    line-height: 50px;
    outline: none;
}
#showcase-carousel .owl-nav button:hover{
    /*background-color: #fff;
    color: #e30613;*/
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
/*#showcase-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    transform: matrix(1, 0, 0, 1, -80, -25);
    left: 100%;
}
#showcase-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform: matrix(1, 0, 0, 1, 30, -25);
    left: 0;
}*/
#showcase-carousel .car-block{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}
#showcase-carousel .car-block .inner-box{
    /*border: none;*/
}

/* SEARCH HOME */
.search-wrapper > .container {}
.search-wrapper.search-case{
    position: relative;
    z-index: 2;
    margin-top: -90px;
    height: 90px;
}
.search-wrapper.search-case .form-case-selector{
    background-color: #f4f4f4;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100px;
        border-radius: 10px;
}
.search-wrapper.search-inputs {
    background-color: #f4f4f4;
    padding: 15px 0;
}
.search-wrapper.search-inputs .form-inputs{
    padding-right: 15px;
    padding-left: 15px;
}


#home-search-form{}
#home-search-form .case-type-item{
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
#home-search-form .case-type-item img {
    max-width: 60%;
    margin: 0 auto;
}
#home-search-form .case-type-item span{
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
#home-search-form .case-type-item-selector{
    border: 2px solid transparent;
    padding-top: 5px;
    margin: 0 20px;
    color: #232527;
}
#home-search-form .case-type-item-selector.active{
    /*border: 2px solid #e30613;*/
    /*background-color: #e30613;*/
    color: #fff;

    background: #e30613;
}
#home-search-form button[type="submit"]{
    float: right;
}



#vehicle-list .car-block .inner-box,
#manufacturer-list .car-block .inner-box,
#standout-list .car-block .inner-box{
    border: none;
    box-shadow: 0 0 0 2px #e8e8e8;
}
/* CATEGORY CARS */
.categories-wrapper .container{
    position: relative;
}
.categories-wrapper .btn-group.category-group {
    position: absolute;
    right: 15px;
    top: 20px;
}



.car-block{
    position: relative;
    margin-bottom: 40px;
}
.car-block .inner-box{
    position: relative;
    border: 1px solid #f2f2f2;
}
.car-block .inner-box a {
    display: block;
    position: relative;
}
.car-block .inner-box:hover .image .price{
    color: #fff;
    background-color: #333b43;
}
.car-block .inner-box:hover .image .price:before{
    border-bottom-color: #e30613;
}
.car-block .inner-box .image{
    /* position:relative; */
    text-align:center;
    /*border-bottom:1px solid #f2f2f2;*/
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.car-block .inner-box .image img{
    display: inline-block;
}
.car-block .inner-box .price{
    position: relative;
    right: 0;
    z-index: 99;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 16px 5px 10px;
    background-color: #e30613;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.car-block .inner-box .image .price:before{
    /*position: absolute;*/
    /*content: "";*/
    /*left: -25px;*/
    /*top: 0;*/
    /*border-bottom: 35px solid #fff;*/
    /*border-left: 25px solid transparent;*/
    /*transition: all 0.3s ease;*/
    /*-moz-transition: all 0.3s ease;*/
    /*-webkit-transition: all 0.3s ease;*/
    /*-ms-transition: all 0.3s ease;*/
    /*-o-transition: all 0.3s ease;*/
    /*height: 100%;*/
}
.car-block .inner-box h3{
    position: relative;
    font-size: 14px;
    font-weight: 700;
    padding: 25px 10px 20px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin: 0;
    text-transform: uppercase;
    background-color: #fff;
}
.car-block .inner-box h3 a{
    color: #232628;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.car-block .inner-box h3 a:hover{
    color: #e30613;
}
.car-block .inner-box h6{
    padding: 0 10px;
    margin: -5px 0 15px;
    z-index: 2;
    position: relative;
    color: #8c8c8c;
    height: 13px;
    overflow: hidden;
}
.car-block .inner-box .lower-box{
    position:relative;
    padding:12px 12px;
    background-color:#f7f7f7;
}
.car-block .inner-box .lower-box .car-info{
    position:relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.car-block .inner-box .lower-box .car-info li{
    position:relative;
    color:#848484;
    font-size:14px;
    display: block;
    float: left;
    width: 50%;
}
.car-block .inner-box .lower-box .car-info li:first-child{
    text-align: left;
}
.car-block .inner-box .lower-box .car-info li:last-child{
    text-align: right;
}
.car-block .inner-box .lower-box .car-info li .icon{
    position:absolute;
    left: 0;
    top: 0;
}







/* SERVICES */
.services-wrapper {
    background-color: #222;
}
.services-wrapper .title{
    color: #fff;
}
.find-car {
    background-size:cover;
    background-image: url("../images/bg/services.jpg");
    margin-bottom: 30px;
}
.find-car .car-box{
    background-color:#F5F6F6;
    padding: 50px;
    border-radius: 10px;
}
.find-car  h2{
    font-weight:600;
    margin: 5px 0 10px;
}
.find-car  span{
    font-weight:600;
}
.find-car  p{
    margin-bottom: 10px;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
}
.find-car.active .car-box{
    background-color:rgba(216,21,23,0.85);
    transition:all 1s;
}
.find-car.active .car-box p,
.find-car.active .car-box span,
.find-car.active .car-box h2,
.find-car.active .car-box .site-button{
    color:#fff;
    transition:all 0.5s;
}
.find-car.active .btn-theme{
    border-color: #fff;
}


/* SUBSCRIBE */
.subscribe-wrapper {
    position: relative;
    background-size: cover;
    background: url("../images/bg/subscribe.jpg") center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.subscribe-wrapper:before {
    content: "";
    position: absolute;

    /*background-color: rgba(0,0,0,.85);*/
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.9) 66%, rgba(17,17,17,0.7) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.9) 66%,rgba(17,17,17,0.7) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.9) 66%,rgba(17,17,17,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b3111111',GradientType=1 );

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.subscribe-wrapper > .container{
    position: relative;
    z-index: 1;
}
.subscribe-wrapper > .container .title{
    color: #fff;
}
.subscribe-wrapper .error-summary {
    background-color: rgba(219, 24, 20, 0.7);
    padding: 10px;
    margin: 10px 0;
    color: #fff;
}



/* NEWS */
.news-wrapper > .container > .title{
    position: relative;
    display: block;
}
.news-wrapper > .container > .title > a.all{
    position: absolute;
    right: 0;
    top: 50%;

    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    font-size: 15px;
    font-weight: 400!important;
    color: #777777;
    border: 1px solid #b3b3b3;
    padding: 5px;
}
.news-wrapper > .container > .title > a.all:hover{
    border: 1px solid #db1814;
    background-color: #db1814;
    color: #fff;
}
.news-wrapper .item{
    background-color: #f4f4f4;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 10px;
}
.news-wrapper .item .btn-theme{
    float: left;
}
.news-wrapper .item .info{
    padding: 15px;
}
.news-wrapper .item .info .title{
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.4;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
}
.news-wrapper .item .info .title a{
    color: #232628;
}
.news-wrapper .item .info .title a:hover{
    color: #e30613;
}
.news-wrapper .item .info  p{
    color: #8b8b8b;
    font-weight: 400;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
}



/* FOOTER */

footer .footer-top {
    background-color: #222322;
    padding: 15px 0;
}
footer .footer-top .footer-item,
footer .footer-top .footer-item a,
footer .footer-top .footer-item p,
footer .footer-top .footer-item .title{
    color: #b0b0b0;
}
footer .footer-top .footer-item > a.logo{
    padding: 10px 25px 0;
}
footer .footer-top .footer-item > p {
    margin: 25px 0;
    line-height: 24px;
}
footer .footer-top .footer-item  ul.bordered-list li {
    border-bottom: 1px dashed rgba(102, 102, 102, .3);
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
}
footer .footer-top .footer-item ul.bordered-list li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    color: #6d6d6d;
}
footer .footer-top .footer-item ul.contact-list li{
    position: relative;
    padding: 0 0 10px 40px;
    margin-bottom: 15px;
}
footer .footer-top .footer-item ul.contact-list li i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #c9c9c9;
    font-size: 18px;
}
#footer-popular-list .item {
    margin-bottom: 20px;
}
#footer-popular-list .item .image{
    width: 80px;
    height: 65px;
    float: left;
}
#footer-popular-list .item .info {
    margin: 8px 0 0 99px;
}
#footer-popular-list .item .info h6{
    line-height: 1.5;
}
footer .footer-bottom{
    background-color: #151515;
    padding: 15px 0;
    color: #fff;
}
footer .footer-bottom p{
    margin: 0;
    text-align: center;
}

.footer-social {
    margin: 25px 0 0;
}
.footer-social li {
    width: 25%;
    float: left;
    padding: 10px;
}
.footer-social a {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding: 20px 20px 20px 44px; */
    padding-left: 64px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 44px;
    height: 44px;
    background-color: #161616;
    color: #e0e0e0;
    display: block;
}
.footer-social a i{
    position: absolute;
    font-size: 22px;
    left: 0;
    height: 44px;
    line-height: 44px;
    width: 44px;
    text-align: center;
    background-color: #2f2f2f;
    color: #e0e0e0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.footer-social a.facebook:hover {
    background-color: #3b5998;
}
.footer-social a.facebook:hover i{
    background-color: #486dba;
}
.footer-social a.twitter:hover {
    background-color: #55acee;
}
.footer-social a.twitter:hover i{
    background-color: #5fcdff;
}
.footer-social a.google:hover {
    background-color: #dd4b39;
}
.footer-social a.google:hover i{
    background-color: #fd5641;
}
.footer-social a.instagram:hover {
    background-color: #3f729b;
}
.footer-social a.instagram:hover i{
    background-color: #4c89ba;
}
/*.footer-social a.facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.footer-social a.twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2);
}
.footer-social a.google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}
.footer-social a.instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0,0,0,0.2);
}
.footer-social a.youtube {
    color: #fff;
    background-color: #ff0000;
    border-color: rgba(0,0,0,0.2);
}*/
.footer-social a.facebook:after {
    content: "Facebook Sayfamız";
}
.footer-social a.twitter:after {
    content: "Twitter Sayfamız";
}
.footer-social a.google:after {
    content: "Google Sayfamız";
}
.footer-social a.instagram:after {
    content: "Instagram Sayfamız";
}
.footer-social a.youtube:after {
    content: "Youtube Sayfamız";
}





/* ERROR */
.error-wrapper {
    background: url("../images/bg/page.png") no-repeat center;
    background-size: cover;
}
.error-wrapper > .container {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #e0e0e0;
}
.error-wrapper > .container img{
    display: inline-block;
    width: 300px;
}

/* LOGIN */

.sign-wrapper {
    background: url("../images/bg/page.png") no-repeat center;
    background-size: cover;
    position: relative;
}
.sign-wrapper:before {
    content: "";
    background-color: rgba(0,0,0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sign-wrapper.no-bg {
    background-image: none;
}
.sign-wrapper.no-bg:before {
    background-color: transparent;
}
.sign-wrapper.no-bg .title,
.sign-wrapper.no-bg label{
    color: #223322;
}
.sign-wrapper.no-bg .sign-info{
    background-color: rgba(219, 24, 20, 1);
    color: #fff;
}
.sign-wrapper.no-bg .sign-info .title{
    color: #fff;
}
.sign-wrapper.no-bg .sign-info .label-decor{
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}
.sign-wrapper.no-bg .sign-info .label-decor:before,
.sign-wrapper.no-bg .sign-info .label-decor:after{
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.sign-wrapper > .container {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #e0e0e0;
    z-index: 1;
    position: relative;
}
.sign-wrapper .sign-info {
    margin-left: 25px;
    margin-right: 25px;
    background-color: rgba(219, 24, 20, 0.66);
    color: #e0e0e0;
    padding: 25px;
}
.sign-wrapper .sign-info ul{

}
.sign-wrapper .sign-info ul li{
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
}
.sign-wrapper .sign-info ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
}
.sign-wrapper .sign-info ul li span{
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 12px;
}
.sign-wrapper .sign-info ul li a{
    color: #fff;
}
.sign-wrapper .forgot-password {
    color: #09f9d9;
}
.sign-wrapper .sign-type{
    margin-top: 40px;
}
.sign-wrapper .sign-type a{
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding: 20px 20px 20px 44px; */
    padding-left: 64px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 44px;
    height: 44px;
    background-color: #161616;
    color: #e0e0e0;
    display: block;
}
.sign-wrapper .sign-type a i{
    position: absolute;
    font-size: 22px;
    left: 0;
    height: 44px;
    line-height: 44px;
    width: 44px;
    text-align: center;
    background-color: #2f2f2f;
    color: #e0e0e0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sign-wrapper .sign-type a.sign-link:hover {
    background-color: #e30613;
}
.sign-wrapper .sign-type a.sign-link:hover i{
    background-color: #f61618;
}
.sign-wrapper .sign-type a.facebook:hover {
    background-color: #3b5998;
}
.sign-wrapper .sign-type a.facebook:hover i{
    background-color: #486dba;
}


/* LISTING */
.listing-wrapper {
    margin-bottom: 50px;
}
/*listing list filter */
.listing-wrapper .listing-list-filter{
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 40px;
}
.listing-wrapper .listing-list-filter .info{
    float: left;
    /*padding: 1px 0 0 10px;*/
    /* letter-spacing: .01em; */
    line-height: 30px;
    height: 30px;
}
.listing-wrapper .listing-list-filter .filter{
    float: right;
    white-space: nowrap;
    margin-left: 10px;
    display: table;
    line-height: 30px;
}
.listing-wrapper .listing-list-filter .filter span{
    display: table-cell;
    vertical-align: middle;
}
.listing-wrapper .listing-list-filter .filter select{
    display: table-cell;
    vertical-align: middle;
    width: auto;
    border-radius: 0;
    outline: none!important;
    box-shadow: none;
    margin-left: 5px;
    background-color: #efefef;
}
.listing-wrapper .listing-list-filter .filter select:active,
.listing-wrapper .listing-list-filter .filter select:hover,
.listing-wrapper .listing-list-filter .filter select:focus{
    border-color: #7d7b7f;
}
/*listing aside filter*/
.listing-filter {
    background-color: #f4f4f4;
}
.listing-filter form{
    padding: 20px;
}
.listing-filter form select{
    /*font-weight: 400;*/
}
.listing-filter form label{
    font-weight: 500;
}

.listing-filter .title {
    margin-top: 0;
    margin-bottom: 0;
    font: 600 14px/54px Poppins;
    text-align: center;
    text-transform: uppercase;
    color: white;
    border-radius: 2px 2px 0 0;
    background-color: #232628;
    border-bottom: 3px solid #e30613;
}
.listing-filter .ms-parent.multiselect-ui{
    /*font-weight: 400;*/
}
.listing-filter .ms-parent.multiselect-ui > button{
    height: 34px;
    line-height: 34px;
    border-radius: 0;
    border-color: #ccc;
    outline: none;
}
.listing-filter .ms-parent.multiselect-ui > button > div{
    margin-top: 4px;
}
.listing-filter .ms-parent.multiselect-ui .ms-drop {
    border-radius: 0;
}
.listing-filter .ms-parent.multiselect-ui .ms-drop li{
    line-height: 24px;
}
.listing-filter .ms-parent.multiselect-ui .ms-drop li span {
    font-weight: 300;
}
.listing-filter .ms-parent.multiselect-ui .ms-drop li input {
    margin: -1px 5px 0 0;
}
.listing-filter .reset-filter {
    margin-top: 15px;
    color: #223322;
    font-weight: 500;
    font-size: 15px;
}
.listing-filter .reset-filter:hover {
    color: #e30613;
}



/* CAR DETAIL */
.listing-detail-wrapper {
    margin-bottom: 100px;
}
/* header */
.listing-detail-wrapper .detail-header{
    margin-bottom: 30px;
}
.listing-detail-wrapper .detail-header h1{
    margin-top: 0;
}
.listing-detail-wrapper .detail-header ul{
    font: 500 12px/1 Poppins;
    letter-spacing: .02em;
    color: #888;
}
.listing-detail-wrapper .detail-header ul i{
    color: #db1814;
}
.listing-detail-wrapper  .detail-body{
    margin-bottom: 50px;
}
/* tabs */

.listing-detail-wrapper  .detail-body .detail-tabs > ul{
    margin-top: 47px;
    padding: 0 16px;
    text-align: left;
    border-radius: 2px;
    background-color: #db1418;
}
.listing-detail-wrapper  .detail-body .detail-tabs > ul li,
.listing-detail-wrapper  .detail-body .detail-tabs > ul li:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.listing-detail-wrapper  .detail-body .detail-tabs > ul li:hover a,
.listing-detail-wrapper  .detail-body .detail-tabs > ul li a:hover,
.listing-detail-wrapper  .detail-body .detail-tabs > ul li a{
    padding: 17px 30px 19px 30px;
    font: 600 14px/1 "Poppins", sans-serif;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: white;
    background-color: transparent;
    border: none;
}
.listing-detail-wrapper  .detail-body .detail-tabs > ul li.active {
    background-color: #f4f4f4;
    box-shadow: 0 -3px 0 0 #222;
}
.listing-detail-wrapper  .detail-body .detail-tabs > ul li.active a{
    color: #222;
}
.listing-detail-wrapper  .detail-body .detail-tabs  .tab-pane {
    padding: 40px 50px 20px;
    background-color: #f4f4f4;
    font-size: 14px;
    line-height: 24px;
}
.listing-detail-wrapper  .detail-body .detail-tabs  .tab-pane i{
    color: #21e055;
}




/* sidebar */
.listing-detail-wrapper .detail-sidebar .detail-info {

}
/* price */
.listing-detail-wrapper .detail-sidebar .detail-info .price {
    margin-bottom: 5px;
    padding: 8px 10px 6px;
    font: 600 30px Poppins;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    background-color: #db1418;
}
.listing-detail-wrapper .detail-sidebar .detail-info .price small{
    padding-left: 12px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}
/* specs */
.listing-detail-wrapper .detail-sidebar .detail-info .specs {
    margin-bottom: 25px;
    padding: 30px 35px;
    text-transform: uppercase;
    background-color: #f4f4f4;
}
.listing-detail-wrapper .detail-sidebar .detail-info .specs .row{
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.listing-detail-wrapper .detail-sidebar .detail-info .specs .row:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.listing-detail-wrapper .detail-sidebar .detail-info .specs .row .spec-label{
    margin: 10px 0;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    line-height: 1;
    color: #808080;
}
.listing-detail-wrapper .detail-sidebar .detail-info .specs .row .spec-value{
    margin: 10px 0;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    padding: 0;
    line-height: 1;
}
/* representative */
.listing-detail-wrapper .detail-sidebar .representative {
    position: relative;
    margin-top: 27px;
    padding: 17px 20px 15px;
    color: white;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-radius: 2px;
    background: url("../images/bg/page.png") no-repeat 50%; /* http://templines.rocks/html/motorland/assets/media/components/b-banner/bg-2.jpg */
    background-size: cover;
    border-bottom-color: #d01818;
}
.listing-detail-wrapper .detail-sidebar .representative .icon{
    display: inline-block;
    padding-right: 6px;
    font-size: 45px;
    vertical-align: middle;
    color: #fff;
}
.listing-detail-wrapper .detail-sidebar .representative .inner{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.listing-detail-wrapper .detail-sidebar .representative .inner-title{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.listing-detail-wrapper .detail-sidebar .representative .inner-info{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.listing-detail-wrapper .detail-sidebar .representative .outer{
    text-align: right;
}
.listing-detail-wrapper .detail-sidebar .representative a{
    color: #fff;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 13px;
}
.listing-detail-wrapper .detail-sidebar .representative a:hover{
    color: #e27375;
}

/* calculator */
.listing-detail-wrapper .detail-sidebar .calculator {
    margin-top: 25px;
    border: 3px solid #eee;
    border-radius: 2px;
}
.listing-detail-wrapper .detail-sidebar .calculator .calculator-header {
    margin-bottom: 30px;
    padding: 34px 32px 0;
}
.listing-detail-wrapper .detail-sidebar .calculator .calculator-header i{
    display: inline-block;
    padding-right: 10px;
    font-size: 40px;
    line-height: 1;
    vertical-align: middle;
    color: #db1418;
}
.listing-detail-wrapper .detail-sidebar .calculator .calculator-header .inner{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.listing-detail-wrapper .detail-sidebar .calculator .calculator-header .inner .name{
    margin-bottom: 5px;
    font: 700 16px Poppins;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #222;
}
.listing-detail-wrapper .detail-sidebar .calculator .calculator-header .inner .info{
    font-size: 13px;
    color: #888;
}
.listing-detail-wrapper .detail-sidebar .calculator .calculator-body{
    padding: 0 32px 34px;
}
.listing-detail-wrapper .detail-sidebar .calculator .calculator-body label{
    color: #888;
    font-weight: 400;
    font-size: 12px;
}
.listing-detail-wrapper .detail-sidebar .calculator .calculator-body input{
    text-align: right;
    font-weight: 600;
}
.listing-detail-wrapper .detail-sidebar .calculator .calculator-footer{
    padding: 10px 32px;
    background-color: #ededed;
    font-weight: 400;
    color: #564f4f;
    position: relative;
}
.listing-detail-wrapper .detail-sidebar .calculator .calculator-footer a.kredi-uyari {
    font-size: 30px;
    color: #db1814;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.related-wrapper{
    background-color: #ededec;
    padding-top: 30px;
    padding-bottom: 30px;
}
.related-wrapper .car-block .inner-box{
    background-color: #fff;
    border: none;
    box-shadow: 0 0 0 2px #e8e8e8;
}





/* slider */
#large-carousel .item {
    cursor: pointer;
}
#large-carousel .item i {
    position: absolute;
    font-size: 15px;
    padding: 10px;
    background-color: rgba(0,0,0, 1);
    color: #fff;
    cursor: pointer;
    opacity: .4;
    top: 20px;
    right: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#large-carousel .item:hover i {
    opacity: .9;
}
.lSSlideWrapper {
    padding: 0;
}
.lSSlideWrapper li {
    padding: 7px;
    border: 1px solid #ededed;
}
/* slider nav */
.lSAction > .lSPrev,
.lSAction > .lSNext {
    background-color: #222!important;
    background-image: none;
    font-size: 18px;
    color: #fff;
    padding: 0;
    border-bottom: 4px solid #db1814;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.lSAction > .lSNext {
    right: 20px!important;
}
.lSAction > .lSPrev {
    left: 20px!important;
}
/* slider pager */
.lSPager {

}
.lSPager li {
    opacity: .90;
    border: 2px solid transparent;
    background: #ededed;
    position: relative;
    height: 94px;
    border-radius: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.lSPager li:hover,
.lSPager li.active {
    opacity: 1;
    border: 2px solid #db1814;
    border-radius: 0!important;
}
.lSPager li img{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 1;
}





.btn-user-interaction {
    margin-bottom: 8px;
    padding: 18px 20px 14px 25px;
    font-family: Poppins;
    border: 3px solid #eee;
    border-radius: 2px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #222;
}
.btn-user-interaction i{
    display: inline-block;
    margin-right: 7px;
    font-size: 30px;
    vertical-align: middle;
    color: #222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-user-interaction:hover {
    background-color: #f4f4f4;
    border-color: #dfdfdf;


}
.btn-user-interaction:hover i{
    color: #db1814;
}


/* CONTACT */
#contact-form {
    margin-bottom: 50px;
}
.contact-wrapper > .container{
    margin-top: 50px;
    margin-bottom: 0;
}
.contact-wrapper .wrapper-header{
    margin-bottom: 0;
}

/* PAGES */
.page-wrapper .container{
    margin-bottom: 50px;
}
blockquote {
    padding: 16px 20px 24px 80px;
    margin: 40px 0;
    position: relative;
    background: #f6f6f6;
    clear: both;
    border-left: 4px solid #db1418;
}
blockquote:before{
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    color: #db1418;
    font-size: 35px;
    position: absolute;
    top: 5px;
    left: 20px;
    font-style: normal;
    font-weight: 900;
}


/* NEWS || GUIDE */
.guide-wrapper .guide-body,
.news-wrapper .news-body {
    font-weight: 300;
    color: #424242;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.guide-wrapper .guide-body > *,
.news-wrapper .news-body > *{
    margin-bottom: 20px;
}
.guide-wrapper h1,
.news-wrapper h1{
    margin-top: 0;
}
.guide-aside-item,
.news-aside-item {
    margin-bottom: 20px;
    padding: 0 15px 20px;
    border-bottom: 1px dashed rgba(102, 102, 102, .3);
}
.guide-aside-item a,
.news-aside-item a {
    color: #333;
    font-weight: 400;
    font-size: 14px;
}
.guide-aside-item a:hover,
.news-aside-item a:hover {
    color: #db1418;
}

/* GUIDE */
.guide-wrapper .item {
    margin-bottom: 30px;
    position: relative;
    background-color: #fbfbfb;
    box-shadow: 0 2px 5px 0 #dfdfdf;
    border-radius: 10px;
    padding: 10px;
}
/*.guide-wrapper .item .title,
.guide-wrapper .item .abstract {
    padding-right: 15px;
}*/
.guide-wrapper .item .title{
    font-size: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-right: 15px;
    height: 24px;
}
.guide-wrapper .item .title a{
    color: #223322;
}
.guide-wrapper .item .title a:hover{
    color: #db1418;
}
.guide-wrapper .item .abstract p{
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    color: #222322;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.guide-wrapper .item .btn-theme {
    float: left;
}
.guide-wrapper .category-list{
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 50px;
}
.guide-wrapper .category-list li{
    border-bottom: 1px dashed rgba(102, 102, 102, .3);
    position: relative;
    padding: 8px 10px 10px 25px;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
}
.guide-wrapper .category-list li a{
    color: #333;
}
.guide-wrapper .category-list li a:hover{
    color: #db1418;
}
.guide-wrapper .category-list li:before {
    content: "\f105";
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    color: #6d6d6d;
}



/* FAQ */
/* Accordion */
.accordion {
    padding-right: 35px;
}
.accordion .panel {
    border-radius: 0;
    border: none;
    /*border-bottom: 1px solid #eee;*/
    box-shadow: none;
    margin-bottom: 20px;
}
.accordion .panel-heading {
    position: relative;
    padding: 0;
}
.accordion .panel-heading .panel-title {
    letter-spacing: -.01em;
}
.accordion .panel-heading .collapse-toggle {
    display: block;
    padding: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #eee;
    color: #222322;
}
.accordion .panel-heading .collapse-toggle:hover {
    color: #db1418;
}
.accordion .panel-heading .collapse-toggle .icon {
    display: inline-block;
    width: 10px;
    height: 3px;
    margin-top: -3px;
    margin-right: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    background-color: #d01818;
}
.accordion .panel .panel-body {
    line-height: 24px;
    border-top: none!important;
    padding: 10px 50px;
    font-size: 13px;
    font-weight: 300;
    color: #676767;
}



/* PROFILE */
.profile-sidebar > .title {
    margin: 0 15px 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.profile-nav,
.profile-wrapper {
    margin-bottom: 50px;
}
.profile-nav li,
.profile-nav li a{
    border-radius: 0;
}
.profile-nav li.active a{
    background-color: #db1418;
    color: #fff;
}
.profile-nav li a{
    color: #db1418;
    font-weight: 400;
    font-size: 14px;
}




/* Decor elements */
.label-decor {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #db1814;
    margin-bottom: 15px;
}

.label-decor:before,
.label-decor:after {
    position: absolute;
    bottom: -5px;
    width: 30px;
    height: 1px;
    content: '';
    background-color: #db1814;
}

.label-decor:before {
    left: -15px;
}

.label-decor:after {
    right: -15px;
}


.btn-group .btn-theme{
    border-color: #ab0600;
}
.btn-theme{
    /*background: #e30613;*/
    background: #e30613;
    border-color: #e30613;
    color: #fff;
    outline: none!important;
    box-shadow: none!important;
    border-radius: 0;
    position: relative;
    border-radius: 10px;
}
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.btn-theme:hover{
    background-color: #333b43;
    border-color: #333b43;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}



.input-lg{
    font-size: 15px;

}
.input-group-addon {
    border-radius: 0;
}

.style-form .form-control,
.style-form .form-control:active,
.style-form .form-control:focus,
.style-form input,
.style-form input:active,
.style-form input:focus,
.style-form textarea,
.style-form textarea:active,
.style-form textarea:focus,
.style-form select,
.style-form select:active,
.style-form select:focus{
    box-shadow: none!important;
    outline: none!important;
    border-radius: 0!important;
}
.style-form .form-control:focus,
.style-form input:focus,
.style-form textarea:focus,
.style-form select:focus {
    border-color: #7d7b7f;
}


blockquote {

    font-size: 14.5px;
}


.pagination {
    display: inline-block;
}
.pagination span.disabled {
    color: #c7c7c7;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border-radius: 100%;
    border: 1px solid #efefef;
}

.pagination span a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border-radius: 100%;
    border: 1px solid #efefef;
}

.pagination span.active a {
    background-color: #e30613;
    color: white;
}

.pagination span:not(.active) a:hover {background-color: #ddd;}