/*
    Author: Eric Damian

    MASTER CSS
*/


/* Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 0px) and (max-width: 575px) {
    #showRoomNavCarousel {
        display: none;
    }

    .carousel-height {
        height: 30vh;
    }
    .slide-inner-container {
        display: none;
    }

    #info-red {
        background-color: rgba(208,24,24,0.75);
        height: 400px;
        width: 100% !important;
    }

    #info-grey {
        background-color: rgba(34,34,34,0.8);
        height: 400px;
        width: 100% !important;
    }

    #info-red-container {
        height: 400px;
        padding-left: 50px;
    }

    #info-grey-container {
        height: 400px;
        padding-left: 50px;
    }

    .show-room {
        height: 700px;
    }

    .show-room-height {
        height:250px !important;
    }


    .workshop-info {
        height: 1750px;
    }

    .contacts .form {
        padding:20px 10px !important;
    }
    .garage-info h4 {
        margin-top: 50px;
    }

    #filter-container .btn-red-shine {
        width:100%;
    }

    #filter-container .no-padding-left {
        padding-left:0
    }
    .carousel-control-icon-div:hover {
        padding: 7px;
        background-color: #d01818;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;

        align-items: center;
        transition: all .3s;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .carousel-control-icon-div:hover {
        padding: 7px;
        background-color: #d01818;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;

        align-items: center;
        transition: all .3s;
    }
    #showRoomNavCarousel {
        display: none;
    }

    .carousel-height {
        height: 30vh;
    }
    .slide-inner-container {
        display: none;
    }

    #info-red {
        background-color: rgba(208,24,24,0.75);
        height: 400px;
        width: 100% !important;
    }

    #info-grey {
        background-color: rgba(34,34,34,0.8);
        height: 400px;
        width: 100% !important;
    }

    #info-red-container {
        height: 400px;
        padding-left: 50px;
    }

    #info-grey-container {
        height: 400px;
        padding-left: 50px;
    }

    .show-room {
        height: 700px;
    }

    .show-room-height {
        height:250px !important;
    }


    .workshop-info {
        height: 1750px;
    }

    .contacts .form {
        padding:20px 10px !important;
    }
    .garage-info h4 {
        margin-top: 50px;
    }
    #filter-container .btn-red-shine {
        width:100%;
    }
    #filter-container .no-padding-left {
        padding-left:0
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-control-icon-div:hover {
        padding: 10px;
        background-color: #d01818;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;

        align-items: center;
        transition: all .3s;
    }
    .carousel-height {
        height: 40vh;
    }
    .slide-inner-container {
        display: block;
    }

    #info-red {
        background-color: rgba(208,24,24,0.75);
        height: 400px;
        width: 110% !important;
    }

    #info-grey {
        margin-top: -15px;
        border-bottom: 430px solid rgba(34,34,34,0.8);
        border-left: 25px solid transparent;
        height: 0;
        width: 100%;
    }

    #info-red-container {
        height: 400px;
        padding-left: 25px;
    }

    #info-grey-container {
        height: 430px;
        padding-left: 50px;
    }

    .show-room {
        height: 800px;
    }

    .show-room-height {
        height:400px !important;
    }

    .workshop-info {
        height: 800px;
    }

    .garage-info-nums-border {
        border-right: 1px solid #ccc !important;
    }
    .contacts .form {
        padding:20px 10px !important;
    }
    .red-right-border {
        border-right: 1px solid #d01818;
        padding-right: 60px;
    }
    #filter-container .btn-red-shine {
        width:90%;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-control-icon-div:hover {
        padding: 20px;
        background-color: #d01818;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;

        align-items: center;
        transition: all .3s;
    }
    .carousel-height {
        height: 60vh;
    }
    .slide-inner-container {
        display: block;
    }

    #info-red {
        background-color: rgba(208,24,24,0.75);
        height: 400px;
        width: 110% !important;
    }

    #info-grey {
        margin-top: -25px;
        border-bottom: 450px solid rgba(34,34,34,0.8);
        border-left: 35px solid transparent;
        height: 0;
        width: 100%;
    }

    #info-red-container {
        height: 400px;
        padding-left: 50px;
    }

    #info-grey-container {
        height: 450px;
        padding-left: 75px;
    }

    .show-room {
        height: 1100px;
    }

    .show-room-height {
        height:600px !important;
    }

    .nav-link {
        text-transform: uppercase;
        font-weight: 700;
        color: #111 !important;
        margin: 0 6px;
        font-size: smaller;
    }

    .workshop-info {
        height: 500px;
    }

    .garage-info-nums-border {
        border-right: 1px solid #ccc !important;
    }

    .contacts .form {
        padding:20px 10px !important;
    }
    .red-right-border {
        border-right: 1px solid #d01818;
        padding-right: 60px;
    }
    #filter-container .btn-red-shine {
        width:90%;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .carousel-control-icon-div:hover {
        padding: 20px;
        background-color: #d01818;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;

        align-items: center;
        transition: all .3s;
    }
    .carousel-height {
        height: 80vh;
    }
    .slide-inner-container {
        display: block;
    }

    #info-red {
        background-color: rgba(208,24,24,0.75);
        height: 400px;
        width: 110% !important;
    }

    #info-grey {
        margin-top: -35px;
        border-bottom: 470px solid rgba(34,34,34,0.8);
        border-left: 50px solid transparent;
        height: 0;
        width: 100%;
    }

    #info-red-container {
        height: 400px;
        padding-left: 350px;
    }

    #info-grey-container {
        height: 470px;
        padding-left: 150px;
    }

    .show-room {
        height: 1000px;
    }

    .show-room-height {
        height:600px !important;
    }

    .nav-link {
        text-transform: uppercase;
        font-weight: 700;
        color: #111 !important;
        margin: 0 8px;
        font-size: smaller;
    }

    .workshop-info {
        height: 500px;
    }

    .garage-info-nums-border {
        border-right: 1px solid #ccc !important;
    }

    .contacts .form {
        padding:120px 80px !important;
    }

    .red-right-border {
        border-right: 1px solid #d01818;
        padding-right: 60px;
    }
    #filter-container .btn-red-shine {
        width:90%;
    }
}






body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

td {
    word-break:break-all;
}

.hide {
    display: none;
}

.btn-red-shine {
    display: block;
    background-color: #d01818;
    border: 1px solid #d01818;
    border-radius: 2px !important;
    position: relative;
    overflow: hidden;
    padding-left:7px !important;
    padding-right:7px !important;
}

.btn-red-shine:before, .btn-red-shine:after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 170%;
    height: 50%;
    background-color: white;
    opacity: 0.2;
    transform: rotate(-45deg);
    transition: all ease .6s;
}

.btn-red-shine:hover:before, .btn-red-shine:hover:after {
    left: 100%;
}


.btn-black-shine {
    display: block;
    background-color: #222;
    border: 1px solid #222;
    border-radius: 2px !important;
    position: relative;
    overflow: hidden;
    padding-left:7px !important;
    padding-right:7px !important;
}

.btn-black-shine:before, .btn-black-shine:after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 170%;
    height: 50%;
    background-color: white;
    opacity: 0.2;
    transform: rotate(-45deg);
    transition: all ease .6s;
}

.btn-black-shine:hover:before, .btn-black-shine:hover:after {
    left: 100%;
}

.btn-white-shine {
    display: block;
    background-color: transparent;
    border-radius: 2px !important;
    position: relative;
    overflow: hidden;
    border: 1px solid white;
    border-radius: 4px;
    padding-left:7px !important;
    padding-right:7px !important;
}

.btn-white-shine:before, .btn-white-shine:after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 170%;
    height: 50%;
    background-color: white;
    opacity: 0.2;
    transform: rotate(-45deg);
    transition: all ease .6s;
}

.btn-white-shine:hover:before, .btn-white-shine:hover:after {
    left: 100%;
}



.advantages-icon {
    font-size: 55px;
}


/* ---------------------------------------------------
    NAVBAR STYLE
----------------------------------------------------- */

.navbar {
    z-index: 1002 !important;
    padding: 30px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-item {
    padding: 5px 0px 5px 0px;
}

.nav-link {
    text-transform: uppercase;
    font-weight: 700;
    color: #111 !important;
    font-size: smaller;
}

.nav-link:hover {
    background-color: #d01818;
    color: white !important;
}

.nav-icon {
    margin: 0 15px;
}

.nav-icon:hover {
    background-color: white;
    color: #111 !important;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1006 !important;
    background: white;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: white;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar .sidebar-link {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    background: #d01818;
}

#sidebar .sidebar-link:hover {
    color: #d01818;
    background: #fff;
}

#sidebar .sidebar-btn {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar .sidebar-item {
    margin-top: 10px;
    text-transform: uppercase;
}

#sidebar .sidebar-infos {
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
}

#sidebar .sidebar-icon {
    padding: 0 15px;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

/* ---------------------------------------------------
    SLIDER
----------------------------------------------------- */

.slide-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.slide-car-year {
    text-transform: uppercase;
    text-align: center;
    background-color: #d01818;
    padding: 10px 15px;
    font-weight: 600;
    color: white;
    width: 120px;
}

.slide-car-year h5 {
    font-size: 0.9em;
    font-weight: 600;
    margin:0px;
}


.slide-car-name {
    text-transform: uppercase;
    text-align: left;
    margin-left: 120px;
    color: white;
    width: 360px;
}

.slide-car-name h2 {
    font-weight: 800;
    font-size: 3.3em;
    margin:0px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

}

.slide-car-name h3 {
    font-weight: 500;
    font-size: 2.6em;
    margin:0px;
}

.slide-car-btn {

    text-transform: uppercase;
    text-align: center;
    margin-left: 60px;
    color: white;
    font-weight: 600;
    padding: 20px;
    width: 500px;
    border-radius: 20px;

}

.slide-car-btn a {
    padding: 10px 0;
    width:40%;
}

.slide-car-btn .btn-white-shine {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.carousel-control-icon-div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
    transition: all .3s;
}

.carousel-control-prev-icon {
    margin-bottom:0;
}

.carousel-control-next-icon {
    margin-bottom:0;
}


/* ---------------------------------------------------
    ADVANTAGES STYLE
----------------------------------------------------- */

#advantages {
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
}

#advantages h3 {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
    margin-top: 15px;
}

#advantages p {
    font-size: 14px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
    margin-top: 15px;
}

#advantages .red-bar {
    background-color: #d01818;
    height: 3px;
    width: 25px;
}

#advantages-left {
    padding: 50px;
    border: 3px solid #f4f4f4;
    background-color: #f4f4f4;
}

#advantages-center {
    padding: 50px;
    border: 3px solid #eeeeee;
    border-bottom: 3px solid #ccc;
    background-color: #eeeeee;
}

#advantages-right {
    padding: 50px;
    border: 3px solid #f4f4f4;
    background-color: #f4f4f4;
}


/* ---------------------------------------------------
    HOME INFO STYLE
----------------------------------------------------- */

#info-red-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;

    width: 100%;
}

#info-grey-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;

    width: 100%;
}

.info-container {
    width: 400px;
}

.info-container h5 {
    font-weight: 600;
    color: white;
}

.info-container h2 {
    font-size: 2.7em;
    font-weight: 900;
    color: white;
}

.info-container a {
    width: 250px;
    font-size: smaller;
    padding: 10px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

/* ---------------------------------------------------
    SHOW ROOM STYLE
----------------------------------------------------- */

.show-room {
    margin-top: 50px;
    width: 100%;
    background: linear-gradient(rgba(244, 244, 244, 0.80), rgba(244, 244, 244, 0.80)), transparent url('/imgs/show-room-bg.png') center center/auto no-repeat scroll;
}

.show-room-title {
    padding-top: 60px;
    text-align: center;
}

.show-room-title h2 {
    font-size: 3em;
    font-weight: 400;
}

.show-room-title-decoration {
    margin: auto;
    width: 60px;
    height: 4px;
    background-color: #d01818;
}

#showRoomNavCarousel .card {
    height:100px !important;
    margin-top: 40px !important;
    border: 1px solid #d1d1d1;
    background-color: #eee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
    transition: all .3s;
}

/* ---------------------------------------------------
    ABOUT US STYLE
----------------------------------------------------- */

#about-us-bg {
    background-image: url('/imgs/about-us-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
}

#about-us-bg h2 {
    font-size: 2.8em;
}

.about-us-title-decoration {
    width: 60px;
    height: 4px;
    background-color: #d01818;
    margin: 10px 0 120px 0;
}

.about-us-text {
    width: 75%;
}

.about-us-text h4 {
    font-size: 1.1em;
    font-weight: 800;
}

.about-us-text h5 {
    font: 300 24px Poppins;
}

.about-us-text p {
    font-size: 14px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
    margin-top: 15px;
    margin-bottom: 45px;
}

.about-us-text a {
    font-size: .8em;
    font-weight: 600;
    color:white;
    padding: 10px 20px !important;
    text-transform: uppercase;
}

.about-us-info h3 {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
    margin-top: 15px;
}

.about-us-info p {
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
    margin-top: 15px;
}

.about-us-info .red-bar {
    background-color: #d01818;
    height: 3px;
    width: 25px;
    margin: 20px 0;
}

/* ---------------------------------------------------
    WORKSHOP INFO STYLE
----------------------------------------------------- */

.workshop-info {
    background-image: url('/imgs/bg-image.png');
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0 0 0;
    margin-bottom: 200px;
}

.workshop-info h2{
    font-size: 2.8em;
    color: white;
    margin-top: 40px;
}

.workshop-info h5{
    font-size: .9em;
    color: white;
}

.workshop-info .red-bar {
    background-color: #d01818;
    height: 3px;
    width: 60px;
    margin: 20px auto;
}

.workshop-info .card {
    transition: all ease .4s;
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    border-radius: 0;
    background: #f4f4f4;
    color: #242424;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
}

.workshop-info .card:hover {
    transition: all ease .4s;
    background: #d01818;
    color: white !important;
}


.workshop-info .card h3 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 900;
    font-family: 'Poppins';
    letter-spacing: .2px;
    margin-top: 15px;
}

.workshop-info .card p {
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    letter-spacing: .2px;
    margin-top: 15px;
}

.workshop-info .card .red-bar {
    background-color: #d01818;
    height: 3px;
    width: 20px;
    margin: 20px auto 20px auto;
}

.workshop-icon {
    font-size: 70px;
}

/* ---------------------------------------------------
    GARAGE INFO STYLE
----------------------------------------------------- */

.garage-info {
    padding: 80px 0;
    background-color: white;
}

.garage-info h4 {
    font-size: 1.3em;
    font-weight: 1000;
    margin-bottom: 50px;
}

.garage-info p {
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    letter-spacing: .2px;
    margin-top: 15px;
}

.garage-info ul {
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    letter-spacing: .2px;
    margin-top: 15px;
    list-style: none; /* Remove default bullets */
}

.garage-info ul li::before {
    font-size: 15px;
    content: "\25AA";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #d01818; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.garage-info .col-md-6 {
    padding-left: 0px !important;
}

#garage-info-nums {
    margin-top: 100px !important;
}

#garage-info-nums h2{
    color: red;
    font-weight: 0;
    font-size: 2.2em;
    text-align: center;
}

#garage-info-nums h4{
    color: #222;
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
}

#garage-info-nums .red-bar {
    background-color: #d01818;
    height: 2px;
    width: 40px;
    margin: -30px auto 10px auto !important;
}


/* ---------------------------------------------------
    TESTIMONIALS STYLE
----------------------------------------------------- */

.testimonials {
    background-image: url('/imgs/bg-image-2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    padding: 60px 0 0 0;
    margin-bottom: 200px;
    height: 460px;
    z-index: 1;
}

#testimonialsCarousel {
    z-index: 1000;
}

.testimonials h2{
    font-size: 2.8em;
    color: white;
    margin-top: 40px;
}

.testimonials .red-bar {
    background-color: #d01818;
    height: 3px;
    width: 60px;
    margin: 20px auto 60px auto;
}

.testimonials_form h2{
    font-size: 2.8em;
    color: #222;
    text-align: center;
    margin-top: 40px;
}

.testimonials_form .red-bar {
    background-color: #d01818;
    height: 3px;
    width: 60px;
    margin: 20px auto 60px auto;
}

.testimonials .card {
    background-color: #f4f4f4;
    border: none;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    border-radius: 0;
    height: 300px;
}

.testimonials .blockquote-icon {
    text-align: right;
    font-size: 3.2em;
    opacity: 0.15;
}

.testimonials blockquote {
    text-align: left;
}

.testimonials blockquote .blockquote-author{
    font-style: normal;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .2px;
}

.testimonials blockquote .blockquote-author::before{
    font-size: 15px;
    content: "\2015";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #d01818; /* Change the color */
    font-weight: 900; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 2em; /* Also needed for space (tweak if needed) */
}

.testimonials blockquote .blockquote-category{
    font-style: normal;
    font-size: .75em;
    font-weight: 700;
    letter-spacing: .2px;
    opacity: .6;
}

.testimonials blockquote p{
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    letter-spacing: .2px;
    margin-top: 15px;
}

/* ---------------------------------------------------
    MULTICARD SLIDER STYLE
----------------------------------------------------- */

.multicardSlider .btn {
    border: 1px solid #d01818;
    border-radius: 0;
    color: #d01818 !important;
}

.multicardSlider .btn:hover {
    border: 1px solid #d01818;
    border-radius: 0;
    color: white !important;
    background-color: #d01818 !important;
}
/* Tablet and up */

@media screen and (min-width: 768px) {
  .multicardSlider .carousel-inner .active,
  .multicardSlider .carousel-inner .active+.carousel-item {
    display: block;
  }
  .multicardSlider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multicardSlider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
    -webkit-transition: none;
    transition: none;
  }
  .multicardSlider .carousel-inner .carousel-item-next,
  .multicardSlider .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .multicardSlider .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .multicardSlider .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .multicardSlider .carousel-item-next.carousel-item-left+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .multicardSlider .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .multicardSlider .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .multicardSlider .carousel-item-prev.carousel-item-right+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* Desktop and up */

@media screen and (min-width: 992px) {
  .multicardSlider .carousel-inner .active,
  .multicardSlider .carousel-inner .active+.carousel-item,
  .multicardSlider .carousel-inner .active+.carousel-item+.carousel-item {
    display: block;
  }
  .multicardSlider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multicardSlider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
  .multicardSlider .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
    -webkit-transition: none;
    transition: none;
  }
  .multicardSlider .carousel-inner .carousel-item-next,
  .multicardSlider .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .multicardSlider .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .multicardSlider .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .multicardSlider .carousel-item-next.carousel-item-left+.carousel-item,
  .multicardSlider .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
  .multicardSlider .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .multicardSlider .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .multicardSlider .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .multicardSlider .carousel-item-prev.carousel-item-right+.carousel-item,
  .multicardSlider .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
  .multicardSlider .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}


/* ---------------------------------------------------
    NEWSLETTER STYLE
----------------------------------------------------- */

.newsletter {
    background-color: rgba(208, 24, 24,0.9);
    width: 100%;
    padding: 30px;
    height: 300px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.newsletter h5 {
    color: white;
    font-size: 1em;
    margin-bottom: -15px;
}

.newsletter h3 {
    color: white;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}



.newsletter .btn {
    background-color: white;
    color: #222;
}

.newsletter .btn:hover {
    background-color: white;
    color: #d01818;
}


/* ---------------------------------------------------
    CONTACTS STYLE
----------------------------------------------------- */

.contacts .form {
    background-color: rgba(10, 10, 10, 0.9);
    height: 800px;
}

.contacts .map {
    padding: 0px !important;
}

.form .col-md-6 {
    padding: 10px !important;
}

.form .textarea-contact {
    padding: 10px !important;
}

.form h4 {
    color: white;
    font-size: 1.2em;
}

.form h3 {
    color: white;
    font-size: 2.5em;
    font-weight: 800;
}

.form p {
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    letter-spacing: .2px;
    color: white;
}

.form .btn-red-shine {
    padding: 10px;
    width: 140px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .9em;
    margin-top: 40px;
}

/* ---------------------------------------------------
    FOOTER STYLE
----------------------------------------------------- */

.page-footer{
    background:url("../imgs/footer.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
}

.footer-copyright{
    background: rgba(0,0,0,0.6);
    margin-top: 20px;
}

.footer-info {
    width: 100%;
    padding: 10%;
}

.footer-info small{
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    letter-spacing: .2px;
    opacity: 0.8;
}

footer h4 {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .2px;
}


footer h4::before{
    font-size: 20px;
    content: "\2015";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #d01818; /* Change the color */
    font-weight: 900; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1.2em; /* Also needed for space (tweak if needed) */
}

footer li {
    font-size: 0.8em;
}



/* ---------------------------------------------------
    ATELIER STYLE
----------------------------------------------------- */



#atelier-intro-img {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

#atelier-intro-img img {
    width: 100%;
}

#atelier-intro-text {
    padding: 50px 0px 20px 30px;
}

#atelier-intro-text h1 {
    font-weight: 800;
}

#atelier-intro-text p {
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
}

#atelier-intro-text ul {
    padding-inline-start: 20px;
}

#atelier-intro-text li {
    font-size: 12px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
    margin-top: 15px;
}

#atelier-intro-text a {
    font-size: .8em;
    font-weight: 600;
    color:white;
    padding: 10px 20px !important;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    margin-top: 30px;
    margin-bottom: 60px;
}


#atelier-intro-text .red-bar {
    background-color: #d01818;
    height: 3px;
    width: 35px;
}

#atelier-card-info {
    padding: 60px 0;
}

#atelier-card-info .red-bar{
    margin: 15px auto;
    background-color: #d01818;
    height: 3px;
    width: 25px;
}

#atelier-card-info .card{
    margin-top: 20px;
    padding: 30px;
    text-align:center;
    border: 1px solid #eee;
    border-radius: 0;
}

#atelier-card-info h4{
    font-size: 1em;
    font-weight: 800;
}

#atelier-card-info p{
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
}

#atelier-card-info .border-red-bottom {
    border-bottom: 3px solid #d01818;
}


#atelier-services {
    padding: 60px 0;
}

#atelier-services h2 {
    text-align: center;
    font-size: 3em;
}

#atelier-services h5 {
    text-align: center;
    font-size: .9em;
}

#atelier-services .red-bar{
    margin: 35px auto;
    background-color: #d01818;
    height: 3px;
    width: 45px;
}

#atelier-services .col-8 .red-bar{
    margin: 15px 0;
    background-color: #d01818;
    height: 3px;
    width: 25px;
}


#atelier-services h4{

    font-size: 1em;
    font-weight: 800;
}

#atelier-services p{
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
}

#atelier-services .col-8 {
    padding: 10px;
}

#atelier-services .col-md-4 {
    margin-top: 30px;
}


/* ---------------------------------------------------
    CONTACT STYLE
----------------------------------------------------- */

.contact-banner {
    background-image: url('/imgs/contact-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.contact-banner h1 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 800;
    color: white;
}

.contact-banner .red-bar{
    margin: 15px auto;
    background-color: #d01818;
    height: 3px;
    width: 65px;
}

#contact-form {
    padding-top: 150px;
    padding-bottom: 150px;
}

#contact-form h2 {
    color: #d01818;
    font-size: 2.7em;
    font-weight: 800;
    line-height: 1.1;
}

#contact-form h3 {
    color: #222;
    font-size: 2.7em;
    font-weight: 800;
    line-height: 1.1;
}

#contact-form label {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    font-weight: 800;
    letter-spacing: .2px;
}

#contact-form .col-md-7 a {
    text-align: center;
    margin-top: 25px !important;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    width: 180px;
    padding: 10px 20px;
    color: white;
}

.inline-icon {
    background: white !important;
    color: #d01818;
}

#contact-form .input-group-append button:hover {
    background: white !important;
    color: #d01818;
}

#contact-info h4 {
    color: #222;
    font-size: 1.4em;
    font-weight: 800;
    line-height: 1.1;
}

#contact-info p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
}

#contact-form .col-md-5 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

#contact-info .row {
    margin-top: 55px !important;
}

#contact-info .col-2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

#contact-info .icon {
    font-size: 2em !important;
}

#contact-info h5 {
    font-size: 1.2em;
    font-weight: 600;
}


/* ---------------------------------------------------
    ABOUT US PAGE STYLE
----------------------------------------------------- */

#red-contact-container {
    text-align: center;
    background-color: #d01818;
    padding-top:30px;
    padding-bottom:30px;
    color: white;
    margin-top: 75px;
}

#red-contact-container h3 {
    font-size: 2em;
    font-weight: 600;
}

#red-contact-container .icon {
    font-size: 2.5em !important;
}

#red-contact-container a {
    font-size: 2em;
    font-weight: 700;
}

#icon-list {
    margin-top: 125px;
}

#icon-list .icon {
    width: 50px;
    height: 50px;
    font-size: 1.8em !important;
    border: 1px solid #ddd;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
    border-radius: 50%;
    transition: all ease .3s;
}

#icon-list .icon:hover {
    transition: all ease .3s;
    background-color: #d01818;
    border: 1px solid #d01818;
    color: white;
}

#icon-list span {
    width: 100%;
    text-align: center !important;
}

#icon-list .col-md-4 {
    margin-top: 25px;
    margin-bottom: 25px;
}

#icon-list .red-bar {
    margin-top: 30px;
    background-color: #d01818;
    height: 3px;
    width: 35px;
}

#icon-list h4 {
    font-size: 1.2em;
    font-weight: 600;
}

#icon-list .col-3 {

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}


/* ---------------------------------------------------
    VEHICLES STYLE
----------------------------------------------------- */

#filter-container {
    margin: 100px 0 0 0;
    padding: 5px 5px 30px 5px;
    background-color: #eaeaea;
}

#filter-container .bootstrap-select{
    width: 100% !important;
}

#filter-container label {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    font-weight: 800;
    letter-spacing: .2px;
}

#filter-container .btn-red-shine {
    margin-top: 50px;
    text-align: center;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    float: right;
    font-weight: 500;

}

#filter-subcontainer {
    padding: 15px 15px 50px 15px;
    background-color: #eaeaea;
    border-top: 1px solid #ccc;
    height: 70px;
}

#filter-subcontainer label{
    font-size: 13px;
    font-family: 'Poppins';
    color: #242424;
    font-weight: 800;
    letter-spacing: .2px;
    float: right;
    margin: 10px 20px 0 0;
}

#filter-subcontainer .bootstrap-select{
    width: 200px !important;
    float: right;
}

.vehicles-container {
    padding: 25px 0 25px 0;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    margin-bottom: 100px;
}

.vehicles-container #center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
    text-align: left;
}


.vehicles-container p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    letter-spacing: .2px;
}
/* ---------------------------------------------------
    ERRORS STYLE
----------------------------------------------------- */

.error-container {
    height: 800px;
    background-image: url('/imgs/bg-image.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.error-texts {
    width: 100%;
    text-align: center;
}

.error-texts h1 {
    font-size: 2.5em;
    font-weight: 700;
    color: white;
}

.error-texts a {
    margin: 100px auto;
    width: 200px;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
}

/* ---------------------------------------------------
    LOG IN STYLE
----------------------------------------------------- */

#login-form {
    width: 100%;
    height: 80vh;
    background: #f4f4f4;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

#login-form form{
    margin: 60px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}

#login-form h1{
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    color: #222;
}

#login-form .red-bar {
    margin: 10px auto 10px auto;
    background-color: #d01818;
    height: 3px;
    width: 75px;
}

#login-form .inline-icon {
    background-color: white;
    color: #d01818;
}

#login-form label {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    color: #242424;
    font-weight: 800;
    letter-spacing: .2px;
}

#login-form a {
    padding: 10px 20px;
    width: 200px;
    margin: 40px auto;
    text-align: center;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
}

/* ---------------------------------------------------
    CONSOLE STYLE
----------------------------------------------------- */

.table-container h1 {
    font-size: 3em;
    font-weight: 700;
    font-family: 'Poppins';
    text-align: center;
    margin: 20px 0;
}

.table-container .red-bar {
    margin: 10px auto 10px auto;
    background-color: #d01818;
    height: 3px;
    width: 75px;
}

.table-container h5{
    text-align: center;
    font-size: .9em;
    color: #222;
}

#console-head {
    background-image: url('/imgs/bg-image.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 50px;
}

#console-head h2{
    font-size: 2.8em;
    color: white;
    margin-top: 40px;
}

#console-head h5{
    font-size: .9em;
    color: white;
}

#console-head .red-bar {
    background-color: #d01818;
    height: 3px;
    width: 60px;
    margin: 20px auto;
}

#console-head .card {
    transition: all ease .4s;
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    border-radius: 0;
    background: #f4f4f4;
    color: #242424;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.45);
}

#console-head .card:hover {
    transition: all ease .4s;
    background: #d01818;
    color: white !important;
}


#console-head .card h3 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 900;
    font-family: 'Poppins';
    letter-spacing: .2px;
    margin-top: 15px;
}

#console-head .card p {
    font-size: 13px;
    line-height: 1.9;
    font-family: 'Poppins';
    letter-spacing: .2px;
    margin-top: 15px;
}

#console-head .card .red-bar {
    background-color: #d01818;
    height: 3px;
    width: 20px;
    margin: 20px auto 20px auto;
}

#console-head .btn-red-shine{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    padding: 10px 20px;
}



/* ---------------------------------------------------
    EDITOR STYLE
----------------------------------------------------- */

.Editor-container{
  margin-top:10px;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

.line-control-menu-bar{
   background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
      }
  .line-control-status-bar{
   background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
      }

.line-control-menu-bar{
  border-radius:3px 3px 0 0;
  border-bottom:none;
  min-height:25px;
  padding:5px 0;
  }
.line-control-menu-bar div:first-child{margin-left:3px;}
.line-control-menu-bar .dropdown{float:left;}
.line-control-menu-bar .dropdown-toggle{font-size:14px; }
.line-control-menu-bar .dropdown-toggle .caret{margin-left:5px; border-top-color:#999;}
.line-control-menu-bar a.btn{position:relative; margin-bottom:3px;}
#paletteCntr{}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{height:auto; margin-bottom:10px;}

.line-control-status-bar{
  min-height:30px;
  border-radius:0 0 3px  3px;
  border-top:none;
  line-height:30px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  }
.line-control-status-bar .label{
  float:right;
  margin:6px 10px 0 0;
  background:#BBB;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  padding: 2px 4px;
  font-size: 11.844px;
  line-height:14px;
}
.Editor-editor{
    height:300px;
    padding:1%;
  border:1px solid #EEE;
  border-radius:0;
    word-wrap: break-word;
  }
#paletteCntr ul
{
    width: 145px;
    float: left;
    z-index: 999;
  margin:0 10px;
}
#paletteCntr li
{
    cursor: pointer;
    display: block;
    height: 16px;
    float: left;
    margin: 0;
    padding: 0;
    width: 16px;
    margin:1px;
}
#paletteCntr li div{text-align:left; margin:0; font-size:12px;}
div.activeColour
{
    position: absolute;
    display: inline;
    left: 0;
    top:30px;
    background:#E8E8E8;
    padding-bottom:10px;
    z-index:10000;

}
#colorpellete, #bg_colorpellete{float:left;}

.bg_activeColour
{
    position: absolute;
    display: inline;
    float: left;
}

.specialCntr
{
    background-color:#E8E8E8!important;
    display:inline;
    position:absolute;
  width:176px;
  top:30px;
  left:0;
}
.specialCntr ul{float:left; margin:10px; white-space:normal; -webkit-padding-start: 0px; -moz-padding-start: 0px;}
.specialCntr ul li{list-style:none; float:left; font-size:12px; width:20px; height:20px; background:#FFF; margin:3px; color:#333; text-align:center; font-weight:bold; cursor:pointer;}
.specialCntr ul li:hover{background:#666; color:#FFF;}
pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.on{display:block; position:relative;}
.fullscreen{position:fixed; background:#FFF; width:100%; height:100%; top:0; left:0; z-index:1000; margin:0;}
.fullscreen .line-control-status-bar{position:fixed; bottom:0; border-top:1px solid #DDD;}
.fullscreen #contentarea{border:none;}

/***Custome Added Css for Left Tabs***/
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-left ul{
  -webkit-padding-start: 0px;
  }
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  outline:none;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  color:rgb(0, 176, 245) !important;
  outline:none;
}
/**form control width**/
@-moz-document url-prefix() {
   .form-control{
  padding:6px 12px 10px 12px;
  }
}
.form-control-width{
  width:100px;
  }
.form-control-link{
  width:204px;
  display:inline-block;
  margin-bottom:5px;
  margin-right:5px;
  }
.form-control-button-right{
  width:204px;
  }
.inline-form-control{
  display:inline !important;
  }

.btn-group + .btn-group {
  margin-left: 5px;
}
.activeColour ul{
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  }
h1{
  margin-top:10px;
  line-height:40px;
  }
.col-lg-6 nth:child(1){
  margin-left:0px;
  }
.nopadding{
  padding:0px;
  }
.nopadding-right{
  padding-right:0px;
  }
.modal{
  overflow-y:auto;
  }
.padding-top{
  padding-top:10px;
  }
/*** Drop Down Menu***/
.dropdown-submenu
{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}
.dropdown-menu>li>a{
  cursor:pointer;
  }

  .vehicle-shower ul {
      font-size: 18px;
      line-height: 1.9;
      font-family: 'Poppins';
      letter-spacing: .2px;
      margin-top: 15px;
      list-style: none; /* Remove default bullets */
  }

  .vehicle-shower ul li::before {
      font-size: 15px;
      content: "\2714";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #d01818; /* Change the color */
      font-weight: bold; /* If you want it to be bold */
      display: inline-block; /* Needed to add space between the bullet and the text */
      width: 1em; /* Also needed for space (tweak if needed) */
      margin-left: -1em; /* Also needed for space (tweak if needed) */
  }


  /* Styles the lightbox, removes it from sight and adds the fade-in transition */

  .lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0,0,0,.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  z-index: 2000;
  }

  /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

  .lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  }

  /* Styles the close link, adds the slide down transition */

  a.lightbox-close {
  display: block;
  width:50px;
  height:50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  }

  /* Provides part of the "X" to eliminate an image from the close link */

  a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  }

  /* Provides part of the "X" to eliminate an image from the close link */

  a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
  }

  /* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

  .lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  }

  .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
  }

  .lightbox-target:target a.lightbox-close {
  top: 0px;
  }

.bootstrap-tagsinput .tag {
    color: #d01818 !important;
    border: 1px solid #d01818;
    padding: 3px;
    line-height: 3;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.bootstrap-tagsinput {
    width:100% !important;
}

.twitter-typeahead {
    width: 100%;
}
