@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);

/*
================================
Global Styles
================================
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family:  sans-serif;
    font-size: 14px;
    color: #464646;
    overflow: hidden;
    line-height: 22px;
    overflow-x: hidden;
    background-color: transparent;
    padding-right:0 !important;
}
p {
    color: #2a2a2a;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.ttu {
    text-transform: uppercase;
}
.ttl {
    text-transform: lowercase;
}
.ttn {
    text-transform: normal;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
a:link,
a:visited {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
}
:active,
:hover,
:focus,
:visited {
    text-decoration: none;
    outline: none !important;
}
input,
button,
select,
textarea {
    font-family:  sans-serif;
}
.page-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #353535;
}
.sep {
    position: relative;
    left: 0;
    right: 0;
    width: 30px;
    height: 1.5px;
    background: #353535;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep-white {
    background: #fff;
}
.sep-white:before {
    background: #fff;
}
.sep-white:after {
    background: #fff;
}
.gap-small {
    width: 100%;
    height: 20px;
    clear: both;
}
.bg-gray {
    background: #f2f3f3!important;
}
.no-pb {
    padding-bottom: 0!important;
}
img {
    max-width: 100%;
    border: 0;
    outline: none;
}
.img-fullwidth {
    width: 100%;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.bg-white {
    background: #fff !important;
}
.bg-black4 {
    background: #f1f1f1 !important;
}
.heading-normal {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
h2 {
    color: #333;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    text-transform: none;
    text-align: center;
}
p.heading {
    color: #666;
    margin-bottom: 50px;
    text-align: center;
}
ul li {
    list-style: none;
}
.center-red-bar {
    background: red none repeat scroll 0 0;
    height: 1px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    width: 45px;
}
.center-red-bar::after {
    background: red none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 5px;
    transform: translate(-50%);
    width: 70px;
}
/*
================================
Preloader
================================
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #da453a;
}
.padding-vert-30 {padding: 30px 0;}
.headers {color: #000; font-weight: 600;}
.headers, .zebra .row {border-bottom: 1px solid #ddd; padding: 10px 0;}
.zebra .row:nth-of-type(odd){background: #f9f9f9; }
/*
================================
Header
================================
*/

header {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
}
header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
    padding: 0;
}
header .logo img {
    max-height: 60px;
    margin: 18px 0 10px;
    text-align: center;
}
header .nav-wrapper {
    float: right;
}
header .nav-wrapper ul {
    float: right;
}



/*
================================
Sticky Header
================================
*/
header.sticky {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 10000;
    -webkit-box-shadow: 0px 8px 15px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 15px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 15px -7px rgba(0, 0, 0, 0.75);
}
header.sticky .logo img {
    height: 40px;
    margin-top: 10px;
}
header.sticky .sf-menu .menu-description {
    display: none;
}
header.sticky .sf-menu li a {
    padding: 10px 10px;
    color: #333;
}
header.sticky .sf-menu li a:hover {
    color: #da453a;
}
header.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
header.sticky .sf-menu > li {
    margin-top: 10px;
}
header.sticky .sf-menu > li {
    margin-top: 0;
    height: 60px;
    line-height: 40px;
}
header.sticky .logo {
    display: none;
}
header.sticky .nav-wrapper {
    width: 100%;
    float: none;
}
header.sticky .nav-wrapper ul {
    float: none;
    text-align: center;
    width: 100%;
}
header.sticky .sf-menu > li {
    float: none;
    display: inline-block !important;
}
header.sticky .sf-menu > li.cabinet {display: none !important;}
/*
================================
Dropdown Main Menu
================================
*/

/*
================================
Dropdown Main Menu
================================
*/
.sf-menu {
    margin-bottom: 0;
}
.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}
.sf-menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}
.sf-menu li {
    text-transform: none;
    background: none;
}
.sf-menu li ul {
    border: 1px solid #ddd;
    left: -60px;
    min-width: 230px;
}
.sf-menu li li > ul {
    border: 1px solid #ddd;
    margin-left: 1px;
}
.sf-menu li li::after {opacity: 0!important}
.sf-menu li li {
    min-width: 230px;
    height: auto;
    line-height: 30px;
    color: #fff;
    margin-right: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.sf-menu li li a {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.sf-menu li li:hover a:hover {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.sf-menu li li:first-child:hover a:hover {
    border-top: 1px solid #fff;
}
.sf-menu li li:last-child:hover a:hover {
    border-bottom: 1px solid #fff;
}
.sf-menu li li:last-child {
    border-bottom: 0;
}
.sf-menu li li:hover {
    /*background: #f2f3f3;*/
}
.sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}
.sf-menu li li:hover a {
    padding-left: 25px;
    font-weight: normal;
}
.sf-menu li li:hover li a {
    padding-left: 15px;
}
.sf-menu li li a {
    font-weight: normal !important;
    font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.sf-menu li li li {
    /*background: #da453a;*/
    /*border-left: 1px solid #f2f3f3;*/
    
    margin-left: -1px;
}
.sf-menu li li li a {
    color: green;
}
.sf-menu li li li a:hover {
    color: #2a2a2a;
    padding-left: 25px;
}
.sf-menu li a {
    font-family:  sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 7px;
    text-transform: none;
}
.sf-menu li:hover {
    background: none;
}
.sf-menu li::after {
    position: absolute;
    top: 37px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #d22e2e;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}
.sticky .sf-menu li::after {top: 17px;}
.sf-menu li:hover::after {
    height: 2px;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}
.sf-menu li:hover a {
    color: #da453a;
}
.sf-menu li:hover li a {
    color: #000;
}
.sf-menu li:hover li:hover a {
    color: #000;
}
.sf-menu li.sfHover {
    background: none;
    font-weight: bold;
}
.sf-menu > li {
    margin-top: 25px;
    text-transform: uppercase;
}
.sf-menu > li > a {
    font-family:  sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #494949;
}
.sf-menu > li {
    margin-top: 0;
    height: 100px;
    line-height: 80px;
}
.sf-menu li:hover li a {
    /*background: #da453a;*/
    
    color: #000;
}
.sf-menu li:hover li:hover a {
    background: #fff;
    color: #da453a;
}
.sf-menu li:hover li:hover li a {
    /*background: #da453a;*/
    
    color: #fff;
}
.sf-menu li:hover li:hover li a {
    color: #5B5B5B;
}
.sf-menu li:hover li:hover li:hover a {
    /*background: #fff;*/
    /*background: #464646;*/
    
    color: #da453a;
}
.sf-menu li:hover li a {
    /*background: #464646!important;*/
    
    background: #fff !important;
    color: #5B5B5B;
}
/*
================================
Slicknav and Responsive
================================
*/

@media screen and (max-width: 991px) {
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        background-color: #fff!important;
    }
    header.sticky .logo {
        z-index: 90;
    }
    body.sticky .slicknav_menu {
        z-index: 90;
        position: fixed;
        width: 100%;
        margin-top: -65px;
    }
    body.sticky .slide-carousel {
        margin-top: 124px;
    }
    .featured-box .item {
        margin-bottom: 25px;
    }
    .slicknav_nav .slicknav_row:hover {
        color: #333;
    }
    .slicknav_nav .slicknav_row:hover a {
        color: #333;
    }
}
@media screen and (min-width: 992px) {
    .slicknav_menu {
        display: none;
    }
    #menu {
        display: block;
    }
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
    margin-left: 0;
}
@media screen and (max-width: 599px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .top-contact {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-contact .list {
        width: 100%;
        float: none;
    }
    .top-bar .top-social {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-social ul {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top-bar .top-social ul li {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }
}
/*
================================
Slider
================================
*/

.slide-single {
    width: 100%;
    height: 660px;
    background-image: url(../images/slide2.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
.slide-single .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    opacity: 0.7;
}
.slide-single .text {
    padding-top: 200px;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-single .text-page {
    padding-top: 12%;
}
.slide-single h2 {
    font-family:  sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
    width: 80%;
    line-height: 50px;
}
.slide-single h3 {
    font-family:  sans-serif;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-single p {
    font-family:  sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-single p a {
	font-family:  sans-serif;
    border: 3px solid #fff;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}
.slide-single p a:hover {
    background: #fff;
    border-color: #fff;
    color: #da453a;
}
.slide-single:hover p {
    background: transparent;
}
.slide-carousel {
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
    position: relative;
}
.slide-carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    opacity: 0.5;
}
.slide-carousel .item {
    height: 660px;
    background: #4BCAFF;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.slide-carousel .item .photo {
    width: 100%;
    height: 100%;
}
.slide-carousel .item .text {
    padding-top: 18%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-carousel .item .text h2 {
    font-family:  sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    width: 80%;
    line-height: 50px;
}
.slide-carousel .item .text h3 {
    font-family:  sans-serif;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 32px;
    text-transform: none;
    font-weight: 500;
}
.slide-carousel .item .text p {
    font-family:  sans-serif;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-top: 35px;
}
.slide-carousel .item h2 {
    font-family:  sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-carousel .item h3 {
    font-family:  sans-serif;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-carousel .item p {
    font-family:  sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-carousel .item p a {
    border: 3px solid #fff;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    font-weight: 600;
}
.slide-carousel .item p a:hover {
    background: #fff;
    color: #da453a;
    border-color: #fff;
}
.slide-carousel .item p a:hover p {
    background: transparent;
}
.slide-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
}
.slide-carousel .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
}
.slide-carousel .owl-nav [class*=owl-] {
    font-size: 50px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    background: transparent;
    color: #fff;
    transition: all ease 0.4s;
}
.slide-carousel .owl-nav [class*=owl-]:hover {
    color: #da453a;
    background: transparent;
}
.slide-single-page {
    background-image: url(../images/banner.jpg);
    height: 265px;
}
.slide-single-page h2 {
    font-size: 32px !important;
    font-weight: 500 !important;
}
.slide-single-page .overlay {
    opacity: 0.7;
}
.slide-single-page .text {
    padding-top: 0 !important;
}
.slide-single-page .text-page {
    height: 300px;
    padding-top: 0;
}
.slide-single-page .text-page .this-item {
    width: 100%;
    height: 300px;
    display: table;
    text-align: center;
}
.slide-single-page .text-page .this-item h2 {
    display: table-cell;
    vertical-align: middle;
    font-weight: 600!important;
    text-transform: capitalize!important;
}
/*
================================
    Services
================================
*/

.services {
    padding: 50px 0;
}
.service-single-box .car-image {
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}
.service-single-box {
    position: relative;
    margin-bottom: 30px;
}
.service-single-box .service-text {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 50px;
    transition: all ease 0.4s;
    background: rgba(0, 0, 0, .7);
}
.service-single-box:hover .service-text {
    height: 100%;
}
.service-single-box .service-text .inner-text {
	font-family:  sans-serif;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.service-single-box:hover .service-text .inner-text {
    bottom: 38%;
}
.service-single-box .service-text .inner-text:hover {
    color: #da453a;
}
/*
================================
    Featured Cars
================================
*/

.featured-cars {
    padding: 50px 0;
    background: #F2F3F3;
}
.featured-cars .whyus li{
    line-height: 26px;
    list-style-type: decimal;
}
.featured-cars h2 {
	font-family:  sans-serif;
	text-transform: none;
}
.single-featured-box,
.single-product-box {
    margin-bottom: 40px;
    transition: all ease 0.4s;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(143, 133, 143, .7);
    -moz-box-shadow: 0px 1px 5px 0px rgba(143, 133, 143, .7);
    box-shadow: 0px 1px 5px 0px rgba(143, 133, 143, .7);
}
.single-featured-box:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all ease 0.4s;
}
.single-featured-box .car-image > span,
.single-product-box .car-image > span {
    background: #da453a;
    bottom: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    left: 50%;
    padding: 5px 10px;
    position: absolute;
    transform: translate(-50%);
}
.single-featured-box:hover:after {
    opacity: 1;
}
.single-featured-box .overlay-info {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%);
    text-align: center;
    opacity: 0;
    transition: all ease 0.4s;
}
.single-featured-box .car-info ul.specs {
    margin-bottom: 0!important;
}
.single-featured-box:hover .overlay-info {
    opacity: 1;
    top: 40%;
}
.single-featured-box .overlay-info > h4 {
	font-family:  sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.single-featured-box .overlay-info .price {
	font-family:  sans-serif;
    color: #fff;
    display: block;
    float: none;
    font-weight: bold;
    text-align: center;
}
.single-featured-box .overlay-info ul {
    margin-top: 15px;
}
.single-featured-box .overlay-info ul li a {
    background: #da453a;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    transition: all ease 0.4s;
}
.single-featured-box .overlay-info ul li a:hover {
    background: #fff;
    color: #da453a;
}
.single-featured-box .car-image,
.single-product-box .car-image {
    background-position: center center !important;
    background-size: cover !important;
    height: 250px;
    position: relative;
}
.single-featured-box .car-info,
.single-product-box .car-info {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    text-align: center;
}
.single-featured-box .car-info .specs,
.single-product-box .car-info .specs {
    margin-bottom: 0;
    margin-top: 25px;
    text-align: left;
}
.single-featured-box .car-info .list-inline {
    margin-left: 0;
    margin-bottom: 20px;
}
.single-featured-box .star li .fa,
.single-product-box .star li .fa {
    color: #da453a;
}
.single-featured-box .main-info h4,
.single-product-box .main-info h4 {
    color: #da453a;
    display: inline-block;
    float: left;
    font-weight: 700;
}
.single-featured-box .price,
.single-product-box .price {
    color: #da453a;
    float: right;
    font-size: 18px;
    font-weight: 700;
}
.single-featured-box .main-info,
.single-product-box .main-info {
	font-family:  sans-serif;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.single-featured-box .specs li .fa,
.single-product-box .specs li .fa {
    color: #da453a;
    margin-right: 5px;
}
.single-featured-box .specs li,
.single-product-box .specs li {
    margin-bottom: 10px;
    margin-right: 7px;
    border: 1px solid #D64541;
    padding-top: 2px;
    padding-bottom: 2px;
    list-style-type: none;
}
.single-featured-box .specs li:nth-last-of-type(1),
.single-product-box .specs li:nth-last-of-type(1) {
	margin-right: -4px;
}
.single-featured-box .specs.list-inline img,
.single-product-box .specs.list-inline img {
    margin-right: 5px;
    width: 30px;
}
.single-featured-box .specs.list-inline span,
.single-product-box .specs.list-inline span {
    font-size: 13px;
}
/*
================================
    Shop
================================
*/

.shop .buy-option .btn.btn-default,
.shop-single .buy-option .btn.btn-default {
    background: #da453a;
    border: 1px solid #da453a;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    transition: all ease 0.4s;
}
.shop .buy-option .btn.btn-default:hover,
.shop-single .buy-option .btn.btn-default:hover {
    background: #fff;
    color: #da453a;
}
.shop .buy-option > li,
.shop-single .buy-option > li {
    display: inline;
    margin-right: 5px;
}
.shop .buy-option i.fa {
    background: #da453a;
    border-radius: 1px;
    border: 1px solid #da453a;
    ;
    transition: all ease 0.4s;
    color: #fff;
    height: 34px;
    line-height: 30px;
    font-weight: bold;
    width: 39px;
}
.shop-single .buy-option i.fa {
    background: #da453a none repeat scroll 0 0;
    border: 1px solid #da453a;
    border-radius: 1px;
    color: #fff;
    font-weight: bold;
    height: 33px;
    line-height: 29px;
    transition: all 0.4s ease 0s;
    width: 37px;
}
.shop .buy-option i.fa:hover,
.shop-single .buy-option i.fa:hover {
    background: #fff;
    color: #da453a;
}
.shop .buy-option,
.shop-single .buy-option {
    margin-top: 20px;
}
.shop .single-product-box .main-info a {
    color: #da453a;
    transition: all ease 0.4s;
}
.shop .single-product-box .main-info a:hover {
    color: #0C376E;
}
/*
================================
30.Cart Page
================================
*/

.cart-page-area {
    padding: 50px 0;
}
.cart-page-area.table-text table {
    border-left: 1px solid #ddd;
}
.cart-page-area.table-text thead tr th {
    padding: 20px 10px;
}
.cart-page-area.table-text table th {
    border-right: 1px solid #ddd;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ddd;
}
.cart-page-area.table-text table td.product-name {
    width: 270px;
}
.cart-page-area.table-text table th.product-total,
.cart-page-area.product-price {
    width: 200px;
}
.cart-page-area.table-text table th.product-thumbnail {
    width: 130px;
}
.cart-page-area.table-text table th.product-delete {
    width: 130px;
}
.cart-page-area .table-text table th {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.cart-page-area .table-text tbody {
    text-align: center;
}
.cart-page-area .table-text tbody tr td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}
.cart-page-area .table-text tbody tr td.product-delete a {
    color: #da453a;
}
.cart-page-area .table-text .product-name h4 {
    margin-bottom: 10px;
}
.cart-page-area .table-text .product-name a {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
.cart-page-area .product-price .amount {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.cart-page-area .product-total {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.cart-page-area .table-text .product-quantity input[type=number] {
    text-align: center;
    font-weight: bold;
    color: #666666
}
.cart-page-area .sub-total {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.cart-page-area .cupon-code>input[type=text] {
    background: #d2d2d2;
    color: #333;
    padding: 10px;
}
.cart-page-area .product-img img {
    width: 100px;
}
.cart-page-area .cupon-code input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #333;
}
.cart-page-area .cupon-code input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #333;
}
.cart-page-area .cupon-code input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #333;
}
.cart-page-area .cupon-code input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    
    color: #333;
}
.cart-page-area .cupon-code>input[type="submit"] {
    background: #da453a;
    padding: 10px 15px;
    color: #fff;
}
.cart-page-area .cupon-code>h2 {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    margin: 0;
}
.cart-page-area .cupon-code>h3 {
    display: inline-block;
    width: 100%;
    padding: 10px 70px;
    font-weight: bold;
}
.cart-page-area .cupon-code>h2 span,
.cart-page-area .cupon-code>h3 span {
    float: right;
}
.cart-page-area .update.cupon-code {
    float: right;
}
.cart-page-area .cupon-code.total-cart h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.cart-page-area .cupon-code.total-cart {
    margin-top: 40px;
}
.checkout-button a {
    background: #da453a;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
}
/*
================================
33.Check Out Page
================================
*/

.check-out-page-area {
    padding: 50px 0;
}
.checkout-button {
    text-align: center;
}
.checkout-button a {
    background: #da453a;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    width: 100%
}
.order-summary h2,
.billing-form h2 {
    font-size: 18px;
    color: #;
    text-transform: uppercase;
}
.billing-form input[type=text],
.billing-form .country select {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}
.order-summary ul {
    border: 1px solid #ddd;
    padding: 10px;
}
.order-summary ul li {
    border-top: 1px solid #ddd;
    display: inline-block;
    padding: 8px 0;
    text-transform: uppercase;
    width: 100%;
}
.order-summary ul li:first-child {
    font-weight: bold;
    border-top: 0;
}
.order-summary ul li span {
    float: right;
}
.order-summary li strong {
    font-weight: normal;
    margin-left: 15px;
    position: relative;
    top: -1px;
    font-size: 12px;
}
.payment-method {
    margin-top: 40px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.payment-method .checkout-button a {
    margin-top: 30px;
}

/*
================================
    Popular Goods
================================
*/

.popular-goods {padding: 30px 0 15px;}
.popular-goods .single-item{
    min-height: 310px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    padding: 40px 0 15px;
    text-align: center;
    margin-bottom: 20px;
}
.popular-goods .single-item:hover{
    border: 3px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(143, 133, 143, .7);
    -moz-box-shadow: 0px 1px 3px 0px rgba(143, 133, 143, .7);
    box-shadow: 0px 1px 3px 0px rgba(143, 133, 143, .7);
}

.popular-goods .icon{ height:230px; overflow: hidden; padding-bottom: 20px;}
.popular-goods img{ 
    height: 230px;
}
.popular-goods h4{min-height: 290px; text-align: center;} 

/*
================================
    Achievement
================================
*/

.achievement {
    padding: 80px 0 50px 0;
    background: url(../images/slide1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 99;
}
.achievement:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: -1;
}
.achievement .single-counter {
    background: rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(236, 240, 241, 0.2);
    padding: 40px 0;
    text-align: center;
    margin-bottom: 40px;
}
.achievement .single-counter i.fa {
    font-size: 35px;
    margin-bottom: 10px;
    color: #da453a;
}
.achievement .single-counter .small-bar {
    margin: 0 auto 15px;
}
.achievement .single-counter > h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
}
.achievement .single-counter > p {
	font-family:  sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
/*
================================
Testimonial
================================
*/

.testimonial-area {
    padding: 50px 0;
}
.testimonial-home .customer-image {
    background-position: center center !important;
    background-size: cover !important;
    float: left;
    height: 100px;
    margin-right: 15px;
    width: 100px;
}
.testimonial-home .customer-info {
    background: #F7F7F4;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(143, 133, 143, .7);
    -moz-box-shadow: 0px 1px 6px 0px rgba(143, 133, 143, .7);
    box-shadow: 0px 1px 6px 0px rgba(143, 133, 143, .7);
}
.testimonial-home .info-inner {
    padding: 25px 0 0;
}
.testimonial-home .info-inner > h3 {
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
    font-family:  sans-serif;
}
.testimonial-home .info-inner > span {
    font-size: 14px;
    font-weight: 600;
}
.testimonial-home i.fa {
    color: #da453a;
    display: block;
    font-size: 22px;
    text-align: center;
    transform: translateY(-10px);
}
.testimonial-home p {
    font-size: 14px;
    line-height: 25px;
}
/**********************
    Latest Offer
    **********************/

    .latest-offer {
        padding: 50px 0;
    }
    .latest-offer .offer-item {
        -webkit-box-shadow: 1px 1px 5px -2px rgba(138, 131, 138, 1);
        -moz-box-shadow: 1px 1px 5px -2px rgba(138, 131, 138, 1);
        box-shadow: 1px 1px 5px -2px rgba(138, 131, 138, 1);
        margin: 2px;
        position: relative;
        z-index: 99;
    }
    .latest-offer .offer-item:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        content: "";
        background: rgba(0, 0, 0, .8);
        z-index: 1;
        opacity: 0;
        transition: all ease 0.4s;
    }
    .latest-offer .offer-item:hover:after {
        opacity: 1;
        height: 100%;
    }
    .latest-offer .overlay-info {
        position: absolute;
        top: 0;
        text-align: center;
        z-index: 999;
        transition: all ease 0.4s;
        opacity: 0;
        width: 100%;
    }
    .latest-offer .offer-item:hover .overlay-info {
        top: 45%;
        opacity: 1;
    }
    .latest-offer .overlay-info a {
        background: #da453a;
        border: 2px solid #da453a;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 6px 10px;
        text-transform: uppercase;
        transition: all 0.4s ease 0s;
    }
    .latest-offer .overlay-info a:hover {
        color: #da453a;
        background: #fff;
        border: 2px solid #fff;
    }
    .latest-offer .offer-img {
        background-position: center center !important;
        background-size: cover !important;
        height: 200px;
    }
    .latest-offer .offer-details {
        background: #fff;
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    .latest-offer .offer-details > h4 {
        color: #da453a;
        font-weight: bold;
    }
    .latest-offer .offer-red-bar {
        background: #da453a;
        height: 1px;
        margin: 0 auto 10px;
        width: 60px;
    }
    .latest-offer .before {
        color: gray;
        display: inline-block;
        font-family: tahoma;
        font-size: 16px;
        font-weight: 600;
        margin-right: 5px;
        text-decoration: line-through;
        transform: translateY(-2px);
    }
    .latest-offer .after {
        font-size: 16px;
        font-weight: bold;
    }
/**********************
    Our clients
    **********************/

    .our-clients {
        background: #fff;
        padding: 50px 0;
    }
    .our-clients p.heading {
        margin-bottom: 10px;
    }
    .single-client-item {
        width: 140px;
        height: 120px;
        display: table;
        margin: 0 auto;
    }
    .client-item-inner {
        display: table-cell;
        vertical-align: middle;
    }
/**********************
About video area
**********************/

.about-video {
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 14% 0;
    background-color: #ddd;
    position: relative;
    z-index: 1;
    text-align: center;
}
.about-video:after {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.about-video h2 {
    color: #fff;
    font-family:  sans-serif;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-top: 20px;
}
.video-play-btn i.fa {
    background: #da453a none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 70px;
    line-height: 72px;
    padding-left: 7px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
}
.video-play-btn i.fa:hover {
    background: rgba(207, 148, 85, .3);
    color: #fff;
}
.video-play-btn {
    display: block;
    text-align: center;
}
/*
================================
Agents
================================
*/

.agents {
    padding-top: 50px;
    padding-bottom: 50px;
}
.agents .heading {
    margin-bottom: 20px;
    text-align: center;
}
.agents .heading h2 {
    font-size: 30px;
    font-weight: 800;
    color: #333;
    position: relative;
    margin-bottom: 15px;
}
.agents .heading p {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
}
.agents .agents-inner {
    position: relative;
}
.agents-inner .inner {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(143, 133, 143, .7);
    -moz-box-shadow: 0px 1px 5px 0px rgba(143, 133, 143, .7);
    box-shadow: 0px 1px 5px 0px rgba(143, 133, 143, .7);
}
.agents .item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    min-height: 370px
}
.agents .item .thumb {
    position: relative;
    overflow: hidden;
}
.agents .item .thumb img {
    width: 100%;
}
.agents .item .thumb .overlay {
    width: 100%;
    height: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all ease .3s;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
}
.agents .item:hover .thumb .overlay {
    opacity: 1;
    height: 100%;
}
.agents .item .social-icons {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all ease 0.4s;
    transform: translate();
}
.agents .item:hover .social-icons {
    bottom: 30%;
    opacity: 1;
}
.agents .item .social-icons ul {
    padding-left: 10px;
    text-align: center;
}
.agents .item .social-icons ul li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 12px;
}
.agents .item .social-icons ul li a {
    border: 1px solid #fff;
    background: #fafafa;
    color: #da453a;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    transition: all 0.4s ease;
    width: 40px;
}
.agents .item .social-icons ul li a:hover {
    background: #da453a;
    border: 1px solid #da453a;
    color: #fff;
}
.agents .item:hover .thumb img {
    width: 100%;
}
.agents .text {
    padding: 20px;
    background: #F6F6F6;
    text-align: center;
    transition: all ease 0.4s;
}
.agents .item:hover .text {
    background: #da453a;
}
.agents .text h3 {
    color: #da453a;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
    font-family:  sans-serif;
}
.agents .text h3 a {
    color: #da453a;
    transition: all ease 0.4s;
}
.agents .item:hover .text h3 a,
.agents .item:hover .text h4 {
    color: #fff;
}
.agents .text h4 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    transition: all ease 0.4s;
}
/**
 * ---------------------------------------------------
 *      Agents Detail
 * ---------------------------------------------------
 */

 .agent-detail {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.agent-detail .info-tbl {
    margin-bottom: 30px;
}
.agent-image {
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 465px;
    max-width: 100%;
}
.agent-detail .info-heading h2 {
    margin-bottom: 5px;
    text-align: left;
}
.agent-detail .info-heading > h3 {
    font-size: 18px;
}
.agent-detail .info-heading > span {
    float: right;
}
.agent-detail .heading-left {
    float: left;
}
.agent-detail .info-heading {
    overflow: hidden;
}
.agent-detail .fa.fa-download {
    background: #da453a;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
}
.agent-detail .info-detail {
    margin-top: 20px;
}
.agent-detail #contact-info li span {
    display: inline-block;
    font-weight: bold;
    min-width: 120px;
}
.agent-detail #contact-info > li {
    margin-bottom: 15px;
}
.agent-detail #social-info li i.fa {
    background: #da453a;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    transition: all ease 0.4s;
    border: 1px solid;
}
.agent-detail #social-info li i.fa:hover {
    background: #DD4F43;
}
.agent-detail #social-info > li {
    display: inline;
    margin-right: 7px;
}
.agent-detail #social-info {
    margin-top: 35px;
}
.detail-image {
    margin-left: -15px;
}
.detail-info {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-left: -15px;
    padding: 40px;
}
.agent-detail .about-me > h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
.agent-detail .about-me p span {
    color: #da453a;
    font-weight: bold;
}
.agent-detail .about-me > p {
    line-height: 28px;
}
.agent-detail .my-skills > h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
.agent-detail .single-bar > h4 {
    font-size: 14px;
    font-weight: bold;
}
.agent-detail .progress {
    border-radius: 0;
    margin-bottom: 15px;
}
.agent-detail .progress-bar {
    background-color: #da453a;
}
.agent-detail .single-about > h3 {
    font-weight: bold;
}
.single-about {
    margin-bottom: 25px;
}
/**
 * ---------------------------------------------------
 * About - Version 2
 * ---------------------------------------------------
 */

 .about-v2 {
    padding: 50px 0;
    background: #fff;
}
.about-v2 h2 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}
.heading-normal {
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
}
.heading-normal h2 {
    border-bottom: 2px solid #da453a;
    color: #da453a;
    padding-bottom: 10px;
}
.about-v2 p.button {
    margin-top: 20px;
}
.about-v2 p.button a {
    font-size: 13px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #da453a;
    color: #ffffff;
    padding: 8px 16px;
}
.about-v2 p.button a:hover {
    background: #464646;
}
/*
================================
Car List
================================
*/

.car-listing {
    padding: 50px 0;
    background: #F2F3F3;
    overflow: hidden;
}
.car-list .single-car-box {
    margin-bottom: 40px;
}
.single-car-box .list-inline {
    margin-left: 0;
}
.car-list select {
    width: auto;
    float: left;
    margin-right: 10px;
    border-radius: 0;
}
.sort-info .show-cars {
    margin-right: 15px;
    margin-bottom: 5px;
}
.sort-info .show-cars .btn {
    border-radius: 0;
}
.sort-info .show-cars .btn:hover {
    background: transparent;
}
.sort-info .show-cars .btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: gray;
}
.sort-info .show-cars .btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: #8c8c8c;
    color: #333;
}
.sort-info .show-cars .btn .caret {
    margin-left: 5px;
}
.sort-info .show-cars .dropdown-menu > li {
    padding-bottom: 5px;
}
.sort-info {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 30px;
    margin-right: 0px;
}
.sort-info .right-info {
    margin-top: 0px;
    text-align: right;
}
.sort-info .right-info p {
    padding-top: 5px;
}
.sort-info .right-info i.fa {
    border: 1px solid #da453a;
    color: #da453a;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.sort-info .right-info .active {
    background: #da453a;
    color: #fff !important;
}
.car-list .single-car-box {
    background: #fff;
    overflow: hidden;
    padding: 25px 25px 20px;
    margin-right: 10px;
}
.car-list .car-image {
    background-position: center center !important;
    background-size: cover !important;
    height: 250px;
    position: relative;
    margin-bottom: 20px;
}
.car-list .car-image > span {
    background: #da453a none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 8px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.car-list .car-info-main {
    padding: 0 20px 0 30px;
}
.car-list .car-name {
    float: left;
}
.car-list .car-name > h4 {
    color: #da453a;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.car-list .star {
    float: right;
}
.car-list .info-heading {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 15px;
    overflow: hidden;
}
.car-list .star i.fa {
    color: #da453a;
}
.car-list .specs i.fa {
    color: #da453a;
    margin-right: 5px;
}
.car-list .car-info-main > p {
    color: gray;
    margin-bottom: 20px;
    line-height: 25px;
}
.car-list .specs.list-inline span {
    color: gray;
}
.car-list .specs > li {
    border: 1px solid #d64541;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 3px 0 3px 5px;
    width: 30%;
}
.car-list .car-detail {
    background: #da453a;
    border: 2px solid #da453a;
    color: #fff;
    font-weight: 700;
    padding: 5px 20px;
    transition: all ease 0.4s;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}
.car-list .car-detail:hover {
    background: transparent;
    color: #da453a;
}
.car-list .car-price {
    background: #e8e8e8;
    color: #da453a;
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 10px;
}
.car-price-div {
    overflow: hidden;
    margin-bottom: 10px;
}
.car-list .specs {
    margin-bottom: 20px;
}
.car-list-sidebar {
    background: #fff none repeat scroll 0 0;
    margin-left: 10px;
    padding: 20px;
}
.list-left {
    margin-left: 0 !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.list-side-heading > h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.red-bar-small {
    background: #da453a none repeat scroll 0 0;
    height: 1px;
    margin-bottom: 10px;
    position: relative;
    width: 20px;
}
.red-bar-small::after {
    background: #da453a none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 40px;
}
.list-side-heading h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.side-bar-small {
    background: #da453a;
    height: 1px;
    margin-bottom: 20px;
    position: relative;
    width: 20px;
}
.side-bar-small::after {
    background: #da453a;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 40px;
}
.list-side-heading i.fa {
    color: #da453a;
    margin-right: 10px;
}
.list-side-heading span {
    background: #da453a;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 30px;
}
.list-side-heading li {
    padding-bottom: 10px;
}
.list-side-heading > ul {
    margin: 20px 0;
}
.single-info-box:nth-last-of-type(1) {
	margin-bottom: 0;
}
.single-info-box .h4 {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-info-box select {
    margin-bottom: 15px;
    border-radius: 0;
}
.single-info-box {
    margin-bottom: 45px;
}
.single-info-box input[type="checkbox"] {
    margin-right: 10px;
}
.single-info-box label {
    color: gray;
    font-weight: normal;
    transform: translateY(-2px);
}
.single-info-box .criteria {
    clear: both;
    display: block;
    margin-bottom: 15px;
}
.criteria button.btn {
    text-align: left;
    width: 100%;
}
.criteria .caret {
    color: gray;
    position: absolute;
    right: 10px;
    top: 50%;
}
.criteria .dropdown-menu {
    width: 100%;
    padding: 0;
}
.criteria .dropdown-menu > li {
    padding-bottom: 0;
}
.criteria .dropdown-menu > li > a {
    color: #da453a;
    padding: 5px 20px;
}
.car-list-sidebar a.reset {
    background: #da453a;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    border: 2px solid;
    transition: all ease 0.4s;
    font-size: 16px;
    text-transform: uppercase;
}
.car-list-sidebar a.reset:hover {
    background: transparent;
    color: #da453a;
    border: 2px solid #da453a;
}
.price-range .ui-slider-horizontal .ui-slider-range {
    background: #da453a;
}
.grid-left {
    margin-right: 15px;
    margin-left: 15px;
}
.grid-left select {
    width: auto;
    border-radius: 0;
    float: left;
    margin-right: 15px;
}
/*
================================
Car Details
================================
*/

.car-details-1 {
    padding: 50px 0;
}
.details-heading h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1px;
    text-transform: uppercase;
}
.details-heading p {
    color: gray;
    font-weight: 700;
    margin-left: 5px;
}
.details-heading i.fa {
    margin-right: 5px;
}
.details-heading span {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    transform: translateY(10px);
    color: #da453a;
}
.details-heading {
    border-bottom: 3px double #ccc;
    margin-bottom: 30px;
    overflow: hidden;
}
.car-details-1 .car-image {
    background-position: center center !important;
    background-size: cover !important;
    height: 300px;
}
.image-holder .gallery-carousel {
    position: relative;
    z-index: 999;
}
.image-holder .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}
.image-holder .owl-controls .owl-prev,
.image-holder .owl-controls .owl-next {
    background: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}
.image-holder .owl-controls .owl-prev i,
.image-holder .owl-controls .owl-next i {
    font-size: 16px;
}
.image-holder .owl-controls .owl-prev:hover,
.image-holder .owl-controls .owl-next:hover {
    background: #da453a;
}
.car-details-1 .car-spec > h4 {
    background: #dedede none repeat scroll 0 0;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    padding: 15px 20px;
    text-transform: uppercase;
}
.car-details-1 .car-spec .spec-list {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 10px 20px;
}
.car-details-1 .car-spec .spec-list > li {
    border-bottom: 1px solid #ccc;
    color: #636363;
    padding: 8px 0;
}
.car-details-1 .car-spec .spec-list > li:last-child {
    border-bottom: none;
}
.car-details-1 .car-spec .spec-list span {
    color: #666;
    float: right;
    font-weight: 700;
}
.car-spec-info .col-md-4 {
    padding-right: 0;
}
.car-spec-info .extra-info {
    background: #f3f3f3 none repeat scroll 0 0;
    margin-top: 10px;
    overflow: hidden;
    padding: 20px 10px 10px;
}
.extra-info > p {
    display: inline-block;
    float: left;
}
.car-spec-info .extra-info i.fa {
    color: #da453a;
}
.extra-info span {
    color: #666;
    font-weight: 700;
}
.car-spec-tab {
    margin-top: 35px;
}
.car-spec-tab .nav.nav-tabs {
    background: #f3f3f3 none repeat scroll 0 0;
    margin-bottom: 35px;
}
.car-spec-tab .nav-tabs a {
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
}
.car-spec-tab .tab-content h4 {
    margin-bottom: 15px;
}
.car-spec-tab .tab-content p {
    color: #636363;
}
.car-spec-tab .feature-list > li {
    color: #636363;
    font-size: 14px;
    padding: 3px 0;
}
.car-spec-tab .feature-list .fa.fa-check {
    color: #da453a;
    font-size: 14px;
    margin-right: 8px;
}
.detail-sidebar {
    background: #f3f3f3;
}
.social-media i.fa {
    background: #da453a;
    color: #fff;
    font-size: 20px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px;
    transition: all ease 0.4s;
    border: 1px solid #da453a;
}
.social-media i.fa:hover {
    background: #666;
    color: #fff;
    border: 1px solid #666;
}
.social-media li {
    padding-right: 0;
}
.support i.fa {
    color: #da453a;
    font-size: 20px;
    margin-right: 10px;
}
.support > li {
    padding-bottom: 10px;
}
.single-info-box .form-control {
    border: 1px solid #c0c0c0;
    border-radius: 0;
    box-shadow: none;
}
.single-info-box .form-control:focus {
    box-shadow: none;
}
.single-info-box form label {
    font-weight: 700;
}
.single-info-box form .btn-default {
    background: #da453a;
    color: #fff;
    font-weight: 700;
    width: 100%;
    transition: all ease 0.4s;
    border: 0;
    border-radius: 0;
}
.single-info-box form .btn-default:hover {
    background: #666;
    color: #fff;
}
.detail-recent h4 a {
    color: #da453a !important;
}
.detail-recent h4 a:hover {
    color: #666 !important;
}
.detail-recent .recent-info span {
    color: #666;
}
.detail-sidebar .support span {
    display: inline-block;
    transform: translateY(-3px);
}
/*
================================
News
================================
*/

.news {
    background: #f2f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}
.news .heading {
    margin-bottom: 20px;
    text-align: center;
}
.news .heading h2 {
    font-family:  sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.news .heading p {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
}
.news .thumbnail {
    padding: 0;
    border-radius: 0;
    position: relative;
}
.news .thumbnail .photo {
    position: relative;
}
.news .thumbnail .photo img {
    width: 100%;
}
.news .thumbnail .date {
    font-family:  sans-serif;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(70, 70, 70, 0.8);
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
.news .thumbnail .date .inner {
    padding-top: 15px;
}
.news .thumbnail:hover .date {
    opacity: 1;
    height: 50px;
}
.news .thumbnail .caption {
    padding: 15px;
}
.news .thumbnail .caption h3 {
    font-family:  sans-serif;
    color: #da453a;
    font-weight: 600;
    font-size: 20px;
}
.news .thumbnail .caption h4 {
    font-family:  sans-serif;
    color: #868686;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 15px;
}
.news .thumbnail .caption p {
    font-size: 14px;
    line-height: 22px;
}
.news .thumbnail .caption p a {
    background: #da453a;
    border-color: #da453a;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}
.news .thumbnail .caption p a:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
}
/*
================================
Gallery
================================
*/

.gallery {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
    position: relative;
}
.gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.gallery h2 {
    font-family: "Raleway", serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2496D8;
    text-align: center;
}
.gallery h3 {
    font-family: "Raleway", serif;
    display: inline-block;
    font-size: 24px;
    border-top: 1px dotted #f2f3f3;
    border-bottom: 1px dotted #f2f3f3;
    color: #f2f3f3;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.gallery .menu-grid h2 {
    margin-bottom: 20px;
}
.gallery .menu-grid h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.gallery .menu-grid-item {
    overflow: hidden;
    margin-bottom: 50px;
}
.gallery .item {
    margin-bottom: 30px;
    width: 100%;
}
.gallery .item .inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.gallery .item .inner:hover .desc {
    top: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.gallery .item .photo img {
    width: 100%;
}
.gallery .item .desc {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #2a2a2a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery .item .desc p {
    color: #f2f3f3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 20px;
    margin-top: 30%;
}
.gallery .nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallery .nav-tabs > li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.gallery .nav-tabs > li > a {
    font-family: "Raleway", serif;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 10px;
}
.gallery .nav-tabs > li > a:hover {
    color: #2a2a2a;
    border-color: #2496D8;
    background: #2496D8;
}
.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:focus,
.gallery .nav-tabs > li.active > a:hover {
    background: #2496D8;
    color: #2a2a2a;
    border: 0;
    border: 1px solid #2a2a2a;
    border-radius: 0;
}
.gallery a.gallery-photo i {
    color: #fff;
    font-size: 30px;
}
/*
================================
Scroll to Top
================================
*/

.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #da453a;
    color: #fff;
    border: 4px solid #da453a;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}
/*
================================
    Login-SignUp page
================================
*/

.login-sign-area {
    padding: 50px 0;
}
.login-sign-form {
    margin-top: 40px;
}
.login-sign-wrapper {
    margin: 0 auto;
    width: 45%;
}
.login-sign-heading > h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.login-sign-area .form-control {
    background: #f6f6f6;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}
.login-sign-area .checkbox > span a {
    color: #da453a;
    float: right;
}
.login-sign-area .checkbox {
    margin-top: 20px;
}
.login-sign-area .btn-default {
    background: #da453a;
    border: 1px solid red;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 0;
    width: 100%;
    transition: all ease 0.4s;
}
.login-sign-area .btn-default:hover {
    background: #666;
    border: 1px solid #666;
}
.social-login {
    margin-top: 15px;
}
.social-login li i.fa {
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    text-align: center;
    border: 1px solid;
    transition: all ease 0.4s;
    margin-bottom: 5px;
}
.social-login li:first-child i.fa {
    background: #3B5998;
}
.social-login li:last-child i.fa {
    background: #EA634E;
}
.social-login li:nth-child(2n) i.fa {
    background: #00ACED;
}
.social-login li i.fa:hover {
    background: #da453a;
    border: 1px solid #da453a;
}
.social-login .list-inline {
    text-align: center;
    width: 100%;
}
.social-login > h4 {
    color: #666;
    display: block;
    font-weight: 600;
    margin: 30px 0 20px;
    text-align: center;
}
.login-sign-form p {
    margin: 15px 0 0;
    text-align: center;
}
.login-sign-form p a {
    color: #2980b9;
    font-weight: 600;
    margin-left: 5px;
    display: inline-block;
}
.login-sign-form p a:hover {
    text-decoration: underline;
}
/*
================================
Contact
================================
*/

.contact {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact .item {
    margin-bottom: 20px;
    overflow: hidden;
    background: #da453a;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .item:hover {
    background: #2a2a2a;
}
.contact .icon {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    color: #f2f3f3;
    font-size: 20px;
}
.contact .text {
    float: left;
}
.contact .text h3 {
    color: #fff;
    font-family:  sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}
.contact .text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .text ul li {
    list-style-type: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .cform-1 .btn-success {
    font-family:  sans-serif;
    background-color: transparent;
    border-width: 2px;
    border-color: #da453a;
    color: #da453a;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .cform-1 .btn-success:hover {
    background: #da453a;
    color: #fff;
}
.contact .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
    background: transparent;
    border-width: 2px;
    color: #2a2a2a;
}
.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
    border-color: #da453a;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
    height: 40px;
}
/*
================================
404 Error
================================
*/

.error-page {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.error-page .title .inner {
    font-family:  sans-serif;
    width: 200px;
    height: 200px;
    background: #da453a;
    color: #fff;
    border: 5px solid #da453a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.error-page .title .inner span:first-child {
    display: block;
    margin: 0;
    line-height: 60px;
    margin-top: 40px;
    font-size: 66px;
}
.error-page .title .inner span:last-child {
    display: block;
    margin: 0;
    line-height: 60px;
    font-size: 30px;
}
.error-page .content {
    margin-top: 40px;
    text-align: center;
}
.error-page .content h2 {
    font-family:  sans-serif;
    color: #da453a;
    font-size: 24px;
}
.error-page .content p {
    font-size: 16px;
    color: #2a2a2a;
}
.error-page .content .button {
    margin-top: 40px;
}
.error-page .content .button a {
    font-family:  sans-serif;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 2px solid #da453a;
    color: #da453a;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 16px;
}
.error-page .content .button a:hover {
    background: #da453a;
    color: #fff;
}
/*
================================
Blog
================================
*/

.blog {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog .post-item {
    margin-bottom: 30px;
}
.blog .image-holder {
    position: relative;
}
.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}
.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #da453a;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #da453a;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}
.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #2a2a2a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.blog h1 {
    font-size: 24px;
    color: #da453a;
    font-weight: bold;
}
.blog h2 {
    font-size: 20px;
    color: #da453a;
    font-weight: bold;
}
.blog h3 {
    font-family:  sans-serif;
    text-align: left;
    color: #da453a;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog h3 a {
    color: #da453a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.blog h3 a:hover {
    color: #2a2a2a;
}
.blog h4 {
    font-size: 16px;
    color: #da453a;
    font-weight: bold;
}
.blog h5 {
    font-size: 14px;
    color: #da453a;
    font-weight: bold;
}
.blog h6 {
    font-size: 12px;
    color: #da453a;
    font-weight: bold;
}
.blog p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #2a2a2a;
}
.blog .text {
    padding: 20px 0;
}
.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}
.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #da453a;
    font-size: 13px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}
.blog .text ul.status li a {
    color: #da453a;
}
.blog .text ul.status li i {
    margin-right: 8px;
}
.blog .text ul.status li:before {
    content: '';
}
.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none;
}
.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #353535;
}
.blog p.button {
    margin-top: 30px;
    display: block;
}
.blog p.button a {
    font-family:  sans-serif;
    background: transparent;
    border: 2px solid #da453a;
    color: #da453a;
    font-size: 14px;
    padding: 8px 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog p.button a:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.blog .pagination {
    margin-top: 20px;
}
.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}
.blog .pagination ul li {
    display: inline-block;
    color: #2a2a2a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}
.blog .pagination ul li:before {
    content: '';
}
.blog .pagination ul li a {
    background: #da453a;
    color: #fff;
    display: block;
    font-size: 16px;
    border: 1px solid #da453a;
}
.blog .pagination ul li a i {
    margin-right: 0;
}
.blog .pagination ul li a:hover {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}
.blog .pagination ul li a.active {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}
.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}
.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}
.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}
.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}
.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #da453a;
}
.blog .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/*
================================
Sidebar
================================
*/

.sidebar {
    width: 100%;
}
.sidebar .widget {
    overflow: hidden;
    margin-bottom: 30px;
}
.sidebar .widget h4 {
    font-family:  sans-serif;
    color: #da453a;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.sidebar .widget ul li {
    display: block;
    float: none;
    color: #2a2a2a;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.sidebar .widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #2a2a2a;
    top: 1px;
    left: 3px;
    font-weight: 600;
}
.sidebar .widget ul li a {
    color: #2a2a2a;
    font-size: 14px;
}
.sidebar .widget ul li a:hover {
    color: #da453a;
}
.sidebar .widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    font-size: 12px;
    margin-right: 5px;
}
.sidebar .widget ul.tag-cloud li a {
    display: block;
    padding: 4px 10px;
    border: 2px solid #afafaf;
}
.sidebar .widget ul.tag-cloud li:before {
    content: '';
}
.sidebar .widget ul.tag-cloud li:hover {
    background: #da453a;
    border-color: #da453a;
    color: #fff;
}
.sidebar .widget ul.tag-cloud li:hover a {
    color: #fff;
    border: 2px solid #da453a;
}
.sidebar .widget-search input {
    height: 36px;
    color: #2a2a2a;
    border: 2px solid #da453a;
    background: transparent;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0;
}
.sidebar .widget-search input:focus {
    border: 2px solid #da453a;
}
.sidebar .widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #da453a;
    background: #da453a;
    border-radius: 0;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*
================================
Author Box
================================
*/

.author-box {
    width: 100%;
    height: auto;
    background: #da453a;
    color: #2a2a2a;
    text-align: left;
}
.author-box .inner {
    padding: 20px;
    overflow: hidden;
}
.author-box .author-thumb {
    width: 100px;
    float: left;
}
.author-box .author-thumb img {
    width: 100%;
    height: auto;
    padding-right: 15px;
}
.author-box .author-info {
    width: calc(100% - 100px);
    float: left;
}
.author-box .author-info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
}
.author-box .author-info p {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}
.author-box .author-info ul li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
}
.author-box .author-info ul li:before {
    content: '';
}
.author-box .author-info ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #da453a;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    display: block;
}
.author-box .author-info ul li a i {
    margin-right: 0;
    font-size: 14px;
}
.author-box .author-info ul li a:hover {
    background: #2a2a2a;
    color: #fff;
}
/*
================================
Comment
================================
*/

.comments {
    margin-top: 40px;
}
.comments h2 {
    font-size: 18px;
    font-family:  sans-serif;
}
.comments .comment-list {
    background: transparent;
    padding: 15px;
}
.comments .comment-list .thumb {
    width: 80px;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.comments .comment-list .text {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .text .inner {
    margin-left: 10px;
}
.comments .comment-list .text h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
}
.comments .comment-list .text p,
.comments .comment-list .text span {
    color: #2a2a2a;
    font-size: 14px;
}
.comments .comment-list .text span.date {
    margin-right: 40px;
}
.comments .comment-list .text span.date i {
    margin-right: 5px;
}
.comments .comment-list .text span.reply a {
    font-family:  sans-serif;
    background: #da453a;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
}
.comments .comment-list .parent {
    margin-bottom: 0px;
    overflow: hidden;
}
.comments .comment-list .children .parent {
    margin-bottom: 0px;
}
.comments .comment-list .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 60px;
}
.comments .comment-list .children .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 120px;
}
.comments .comment-list .children > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .comment-list .children > li:before {
    content: '';
}
.comments .comment-list > li {
    border-bottom: 1px dashed #a1a1a1;
    margin-bottom: 20px;
    padding-left: 0;
}
.comments .comment-list > li:before {
    content: '';
}
.comments .comment-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.comments > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .respond {
    background: transparent;
    margin-bottom: 20px;
}
.comments .respond .cform-1 .btn-success {
    font-family:  sans-serif;
    background-color: transparent;
    border: 2px solid #da453a;
    color: #da453a;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comments .respond .cform-1 .btn-success:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.comments .respond .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.comments .respond .cform-1 input[type="text"],
.comments .respond .cform-1 input[type="email"],
.comments .respond .cform-1 textarea {
    font-family:  sans-serif;
    background: transparent;
    border: 2px solid #ccc;
    color: #2a2a2a;
    font-size: 14px;
}
/*
================================
Under Construction
================================
*/

.under-construction-v1 {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../images/slide2.jpg);
    background-size: cover;
    background-position: center;
}
.under-construction-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.8;
}
.under-construction-v1 .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.under-construction-v1 h1 {
    font-family:  sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.under-construction-v1 p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
}
.under-construction-v1 newsletter-v1 {
    text-align: center;
}
.under-construction-v1 .btn-success {
    background-color: #da453a;
    border: 0 none #fff;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.under-construction-v1 .btn-success:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}
.under-construction-v1 .form-control {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    outline: none;
}
.under-construction-v1 input[type="email"] {
    background: #f2f3f3;
    border: 2px solid #f2f3f3;
    height: 40px;
    color: #000;
}


/*
================================
FAQ
================================
*/

.faq {
    padding-top: 50px;
    padding-bottom: 30px;
    background: #fff;
}
.faq h1 {
    font-family:  sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #da453a;
    margin-bottom: 20px;
}
.faq .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}
.faq .panel-group {
    margin-bottom: 40px;
}
.faq .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    right: -8px!important;
    top: -6px;
    padding: 21px;
    color: #da453a;
}
.faq .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
    right: -1px;
    top: -6px;
    padding: 21px;
    color: #da453a;
}
.faq .panel-default > .panel-heading {
    background: #eee;
    color: #2a2a2a;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}
.faq h4.panel-title a {
    display: block;
    padding: 14px 26px 14px 14px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}
/*
================================
newsletter
================================
*/

.newsletter {
    background: #da453a;
    padding: 50px 0 60px;
}
.newsletter p {
	font-family:  sans-serif;
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}
.newsletter p span {
    color: #f5d76e;
    display: inline-block;
    font-size: 35px;
    margin-right: 8px;
    transform: translateY(3px);
}
.newsletter .btn-group {
    width: 100%;
}
.newsletter .input-group {
    margin: 0 auto;
    width: 50%;
}
.newsletter .btn-group input {
    border: none;
    border-radius: 50px;
    height: 45px;
    padding-left: 25px;
}
.newsletter .input-group-btn button {
	font-family:  sans-serif;
    background: #464646;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    height: 45px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all ease 0.4s;
}
.newsletter .input-group-btn button:hover {
    background: #333333;
}
/*
================================
Footer - Main
================================
*/

.footer-main {
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0;
    background: #2a2a2a;
}
.footer-main h3 {
    font-family:  sans-serif;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #da453a;
    left: 0;
    bottom: 0;
    height: 2px;
}
.single-footer-info {
    margin-bottom: 35px;
}
.footer-col h3 {
	font-family:  sans-serif;
	font-size: 20px;
}
.footer-main .footer-col p {
    color: #a3a3a3;
    font-size: 14px;
    margin-bottom: 0;
}
.footer-info i.fa {
    color: #a3a3a3;
    margin-right: 5px;
}
.footer-info {
    list-style: none;
}
.footer-info li a {
    color: #a3a3a3;
    font-size: 14px;
    transition: all ease 0.3s;
}
.footer-info > li {
    margin-bottom: 16px;
    padding-bottom: 10px;
    position: relative;
}
.footer-info > li:hover a {
    color: #fff;
}
.footer-main .footer-col #ft-hbg {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.recent-car-wrap .recent-single-box {
    display: table;
}
.recent-car-wrap .recent-image {
    display: table-cell;
    width: 100px;
}
.recent-car-wrap .recent-image img {
    height: auto;
    max-width: 100%;
    width: 100px;
}
.recent-car-wrap .recent-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    font-family:  sans-serif;
}
.recent-car-wrap .recent-info a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all ease 0.3s;
}
.recent-car-wrap .recent-info a:hover {
    color: #da453a;
}
.recent-car-wrap .recent-info > h4 {
    margin-bottom: 5px;
}
.recent-car-wrap .car-date {
    color: #a3a3a3;
    display: block;
    font-size: 13px;
    margin-bottom: -3px;
}
.recent-car-wrap .price {
	font-family:  sans-serif;
    background: #fff;
    color: #da453a;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 5px;
    padding: 0 5px;
}
.footer-main .recent-car-wrap {
    margin-top: 15px;
}
.recent-car-wrap .recent-single-box {
    margin-bottom: 25px;
}
.recent-car-wrap .fa.fa-calendar {
    padding-right: 5px;
}
.footer-info > li::after {
    border: 1px dashed;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 160px;
}
/*
================================
Footer - Bottom
================================
*/

.footer-bottom {
    width: 100%;
    height: auto;
    background: #141314;
    padding: 15px 0;
}
.footer-bottom .copyright {
    font-size: 13px;
    color: #a3a3a3;
    text-align: center;
    margin-bottom: 0;
}
/*
================================
Google Map
================================
*/

.google-map iframe {
    width: 100%;
    height: 400px;
}
/*
================================
Service Details
================================
*/

.service-detail {
    padding: 50px 0;
}
.service-detail h2 {
    color: #333;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.service-detail h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
.service-detail .mb-50 {
    margin-bottom: 50px;
}
.service-detail .center-red-bar {
    left: 30px;
    margin: 10px 0 20px;
}
/*
================================
Homepage Video
================================
*/

.video-wrapper {
    height: 660px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.overlay {
    height: 100%;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    content: "";
    top: 0;
    width: 100%;
}
.video-wrapper .video-content {
    left: 50%;
    position: absolute;
    top: 54%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.video-wrapper .this-item > h2 {
    animation-delay: 0s;
    animation-duration: 0.8s;
    font-family:  sans-serif;
    font-weight: 700;
    text-transform: none;
    width: 80%;
    color: #fff;
    margin: 0 auto;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 10px 20px;
}
.video-wrapper .this-item > h3 {
    color: #fff;
    display: inline-block;
    font-family:  sans-serif;
    font-size: 27px;
    margin-bottom: 15px;
    padding: 10px 20px;
}
.video-wrapper .this-item p a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.video-wrapper .this-item p a:hover {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
}
.contact .heading-normal > h2 {
    text-align: left;
}
.modal-dialog {margin-top:130px ;}