/* ==== Google font ==== */

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
    font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}

address p {
    margin: 0px;
}

/* loader */

#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#loader {
    background: #ffffff url(../images/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin {
    0% {
        transform: translate(-10px, 0px);
    }
    25% {
        transform: translate(10px, 10px);
    }
    50% {
        transform: translate(10px, -10px);
    }
    75% {
        transform: translate(-10px, -10px);
    }
    100% {
        transform: translate(-10px, 10px);
    }
}

@keyframes shadowSpin {
    0% {
        box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
    }
    25% {
        box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
    }
    50% {
        box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
    }
    75% {
        box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
    }
    100% {
        box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
    }
}

#load {
    z-index: 9999;
    background-color: #FF4136;
    opacity: 0.75;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 5px solid #FF4136;
    box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
    animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */

hr {
    margin-top: 10px;
}

/* margins */

.marginbot-0 {
    margin-bottom: 0 !important;
}

.marginbot-10 {
    margin-bottom: 10px !important;
}

.marginbot-20 {
    margin-bottom: 20px !important;
}

.marginbot-30 {
    margin-bottom: 30px !important;
}

.marginbot-40 {
    margin-bottom: 40px !important;
}

.marginbot-50 {
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
    margin-top: 0px;
}

.overlay_pattern {
    background: url(../../bg.jpg) ;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2 !important;
}

.bernhardfashion {
    font-family: 'BernhardFashionStd' !important;
}

/* ==========================================================================
Fleet
========================================================================== */

#fleet {
    padding: 50px 0;
    text-align: center;
}

#fleet h2 {
    text-transform: uppercase;
}

#fleet h2 span {
    font-weight: 700;
}

#fleet img {
    max-width: 300px;
    margin-bottom: 15px;
}

#fleet-text-car {
    text-align: initial;
}

#fleet .section {
    background: #fff;
    padding-top: 130px;
    padding-bottom: 10px;
}

#fleet .container {
    padding: 0;
}

#fleet .container-full {
    min-height: 50px;
}

#fleet .heading {
    padding-bottom: 30px;
    border-top: 1px solid #f7f8f8;
    width: 100%;
}

#fleet h3 {
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 1.4em;
    margin-top: -12px;
    width: 300px;
    padding: 0 30px;
    background-color: #fff;
    text-align: center;
    color: #272a2f;
}

#fleet .avatar {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 15px;
    float: left;
    background-color: #CCC;
    overflow: hidden;
}

#fleet .clint-div {
    float: left;
    padding-right: 20px;
}

#fleet .name {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

#fleet .designation {
    font-size: .8em;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

#fleet .col-xs-6 p {
    margin: 10px;
}

.fleet-item {
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: solid;
    border-color: #ccc;
    border-bottom-width: 1px;
    padding-bottom: 55px;
}

.content-text .fleet-item:last-child {
    margin-bottom: 0;
}

.fleet-item p {
    line-height: 1.6em;
    text-align: initial;
}

.fleet-item .fleet-title {
    margin-bottom: 5px;
    font-size: 16px;
    text-align: initial;
    font-weight: bold;
}

.fleet-pic-car {
    width: 55%;
    margin-bottom: 25px;
}

.content-text .fleet-title p {
    margin-bottom: 0;
}

.row-fleet .fleet-pic {
    float: left;
    width: 35%;
    margin-left: 4%;
}

.row-fleet .fleet-info {
    float: right;
    padding-left: 5%;
    width: 55%;
}

.row-fleet .fleet-text-car {
    margin-bottom: 20px;
}

#fleet h5 {
    font-size: 18px;
    font-weight: 600;
}

.fleet-links-car button {
    display: inline-block;
    padding: 4px 12px 1px;
    border: 1px solid #7a5034;
}

.fleet-links-car button a {
    line-height: 1.5em;
    text-transform: uppercase;
    outline: 0;
    color: #333;
    text-decoration: none
}

.descriptionHandle {
    max-height: 72px;
    overflow: hidden;
}

/*--------------- thumbnail ---------------------*/

.thumbnail {
    max-height: 100%;
    max-width: 100%;
}

.thumbnail a img {
    width: 100%;
    height: 60px !important;
    object-fit: cover;
    object-position: 50% 50%;
    /* default value: image is centered*/
}

.thumbnail br {
    display: none;
}

/* ===========================
--- banner
============================ */

.banner {
    /* ==== Google font ==== */
    @import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
    /* Media queries */
    @media(min-width: 767px) {
        .navbar {
            padding: 20px 0;
            border-bottom: 0;
            letter-spacing: 1px;
            background: 0 0;
            -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
            -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
            transition: background .5s ease-in-out, padding .5s ease-in-out;
        }
        .top-nav-collapse {
            padding: 0;
            background-color: #000;
        }
        .navbar-custom.top-nav-collapse {
            border-bottom: 1px solid rgba(255, 255, 255, .3);
        }
        .intro {
            height: 100%;
            padding: 0;
        }
        .brand-heading {
            font-size: 100px;
        }
        .intro-text {
            font-size: 25px;
        }
    }
    @media (max-width:768px) {
        .team.boxed-grey {
            margin-bottom: 30px;
        }
        .boxed-grey {
            margin-bottom: 30px;
        }
    }
    @media (max-width:480px) {
        .navbar-custom .nav.navbar-nav {
            background-color: rgba(255, 255, 255, .4);
        }
        .navbar.navbar-custom.navbar-fixed-top {
            margin-bottom: 30px;
        }
        .tp-banner-container {
            padding-top: 40px;
        }
        .page-scroll a.btn-circle {
            width: 40px;
            height: 40px;
            margin-top: 10px;
            padding: 7px 0;
            border: 2px solid #fff;
            border-radius: 50%;
            font-size: 20px;
        }
    }
    overflow: hidden;
    max-height: 450px;
}

.logo2 {
    max-width: 200px;
    height: auto;
    padding-top: 15px;
    position: absolute;
    left: 0;
    margin-left: 20px;
}

.bar {
    background-color: #383430;
    position: fixed;
    z-index: 200;
    height: 70px;
    width: 100%;
}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
    position: relative;
    z-index: 120;
    background-color: #fff;
}

.section-heading h2 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-heading i {
    margin-bottom: 20px;
}

/* --- section color var --- */

.text-light {
    color: #fff;
}

#main {
    position: relative;
    overflow: auto;
    background-image: url("/assets/img/diamond-bg.jpg");
    background-repeat: repeat;
    background-size: 70px 140px;
}

/* ===========================
--- Intro
============================ */

.intro {
    width: 100%;
    position: relative;
    background: url(../images/newyork-skyline-3.jpg) no-repeat top center;
    background-size: cover;
}

#intro.intro {
    padding: 15% 0 0 0;
    height: 100vh;
}

.slogan {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    top: 220px;
    color: #fff;
}

.slogan h2 {
    font-size: 3em;
    font-weight: bold;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.slogan h4 {
    font-size: 1.3em;
    font-weight: bold;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.intro .page-scroll {
    text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
    color: #FFF;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: #000;
    border-style: none;
    text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
    color: #fff;
    text-shadow: -1px 1px 1px #000;
}

/* ===========================
--- Fleet Carousel
============================ */

.left-icon {
    background-image: url("../images/pager_arrow_left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4em;
    content: '';
    display: block;
    height: 2em;
    width: 2em;
    float: left;
}

.right-icon {
    background-image: url("../images/pager_arrow_right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4em;
    content: '';
    display: block;
    height: 2em;
    width: 2em;
    float: right;
}

#fleet .col-xs-3 {
    padding: 0;
}

.carousel-inner .col-xs-12 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.col-item .photo {
    max-width: 300px;
    height: 200px;
    margin: 0 auto;
}

.col-item .photo img {
    margin: 0 auto;
}

.col-item .info {
    padding: 10px;
    margin-top: 1px;
    background-color: #383430;
}

.price h4 {
    color: #fff;
    border-top: 1px solid #b9815b;
    border-bottom: 1px solid #b9815b;
    padding: 10px;
}

.col-item .price {
    margin-top: 20px;
}

.col-item .price h5 {
    line-height: 40px;
    margin: 0;
    font-size: 15px;
    border-top: 0.5px solid #b9815b;
    border-bottom: 0.5px solid #b9815b;
    color: #fff;
}

.col-item .price p {
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    padding: 0px 10px 0px 10px;
}

.price input {
    display: none;
}

.more-details {
    cursor: pointer;
}

#more-details1:checked~.expand {
    height: auto;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#more-details2:checked~.expand {
    height: auto;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#more-details3:checked~.expand {
    height: auto;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#more-details4:checked~.expand {
    height: auto;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#more-details5:checked~.expand {
    height: auto;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#more-details6:checked~.expand {
    height: auto;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#more-details7:checked~.expand {
    height: auto;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#more-details8:checked~.expand {
    height: auto;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.price-text-color {
    color: #219FD1;
}

.col-item .info .rating {
    color: #777;
}

.col-item .rating {
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #b9815b;
}

.clear {
    display: none;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

.col-item .separator p i {
    margin-right: 5px;
}

.col-item .lug-pax {
    width: 50%;
    float: left;
}

.col-item .lug-pax {
    border-right: 1px solid #E1E1E1;
}

.col-item .lug-pax span {
    padding-left: 3px
}

.col-item .lug-pax i {
    padding-left: 3px
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.col-item .btn-details a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.controls {
    width: 50%;
    margin: 0 auto;
}

[data-slide="prev"] {
    margin-right: 10px;
}

/* ===========================
--- About
============================ */

.inner {
    padding: 0 40px 0px 40px
}

.inner p {
    padding-top: 10px;
}

.img-left {
    -webkit-animation: fadein 4s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s;
    /* Firefox < 16 */
    -ms-animation: fadein 4s;
    /* Internet Explorer */
    -o-animation: fadein 4s;
    /* Opera < 12.1 */
    animation: fadein 4s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.boxed-grey {
    background: #f9f9f9;
    padding: 20px;
}

.team h5 {
    margin-bottom: 10px;
}

.team p.subtitle {
    margin-bottom: 10px;
}

.avatar {
    margin-bottom: 20px;
}

.team-social {
    margin-left: 0;
    padding-left: 0;
}

.team-social {
    text-align: center;
}

.team-social li {
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}

.team-social a {
    margin: 0;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.team-social a i {
    text-align: center;
    margin: 0;
    padding: 0;
}

.team-social .social-facebook a {
    background: #3873ae;
}

.team-social .social-twitter a {
    background: #62c6f8;
}

.team-social .social-dribble a {
    background: #d74980;
}

.team-social .social-deviantart a {
    background: #8da356;
}

.team-social .social-google a {
    background: #000;
}

.team-social .social-vimeo a {
    background: #51a6d3;
}

.team-social .social-facebook a:hover {
    background: #4893ce;
}

.team-social .social-twitter a:hover {
    background: #82e6ff;
}

.team-social .social-dribble a:hover {
    background: #f769a0;
}

.team-social .social-deviantart a:hover {
    background: #adc376;
}

.team-social .social-google a:hover {
    background: #333;
}

.team-social .social-vimeo a:hover {
    background: #71c6f3;
}

/* ===========================
--- Services
============================ */

.service-desc i:nth-child(1) {
    font-size: 3.5em;
    color: #333;
    border-color: #333;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    line-height: 110px;
}

/* ===========================
--- Book
============================ */

.book {
    display: block;
    position: relative;
    z-index: 120;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

/* ---------------------------------------------------------------------------- */

/* -------------------------------------Scroller-------------------------------- */

/* ---------------------------------------------------------------------------- */

#scroller {
    display: none;
}

#scroller .gotop {
    position: fixed;
    bottom: 18px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    z-index: 150;
    height: 35px;
    width: 35px;
    background-color: #dedede;
}

#scroller .gotop a {
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -ms-transition: color .2s ease-in;
    transition: color .2s ease-in;
    color: #1D1D1D;
}

#scroller .gotop a i {
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}

#scroller .gotop a:hover {
    -webkit-transition: color .1s ease-in;
    -moz-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    -ms-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

form#contact-form input,
form#contact-form select,
form#contact-form textarea {
    border-radius: 0;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form#contact-form input:focus,
form#contact-form select:focus,
form#contact-form textarea:focus {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.input-group-addon {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 0;
}

.widget-contact {
    text-align: center;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: green;
    border: 1px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
    display: block;
}

.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}

.company-social {
    text-align: center;
}

.company-social li {
    display: inline-block;
    padding: 0;
    margin: 0px 0px 0px 8px;
}

.company-social a {
    margin: 0;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.company-social a i {
    text-align: center;
    margin: 0;
    padding: 0;
}

.company-social .social-facebook a {
    background: #3873ae;
}

.company-social .social-twitter a {
    background: #62c6f8;
}

.company-social .social-dribble a {
    background: #d74980;
}

.company-social .social-deviantart a {
    background: #8da356;
}

.company-social .social-google a {
    background: #000;
}

.company-social .social-vimeo a {
    background: #51a6d3;
}

.company-social .social-facebook a:hover {
    background: #4893ce;
}

.company-social .social-twitter a:hover {
    background: #82e6ff;
}

.company-social .social-dribble a:hover {
    background: #f769a0;
}

.company-social .social-deviantart a:hover {
    background: #adc376;
}

.company-social .social-google a:hover {
    background: #333;
}

.company-social .social-vimeo a:hover {
    background: #71c6f3;
}

.social-media ul {
    padding-top: 10px;
}

.social-media ul li {
    display: inline-block;
    margin: 0 !important;
    padding: 5px;
}

.social-media ul li .fa-facebook {
    color: #fff;
    font-size: 25px;
    margin: 0;
    padding: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #785A45;
}

.social-media ul li .fa-twitter {
    color: #fff;
    font-size: 25px;
    margin: 0;
    padding: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #785A45;
}

.social-media ul li .fa-google-plus {
    color: #fff;
    font-size: 25px;
    margin: 0;
    padding: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #785A45;
}

/* ===========================
--- Footer
============================ */

footer {
    text-align: center;
    position: relative;
    z-index: 120;
    background-color: #fff;
}

footer p {
    color: #f8f8f8;
    text-align: left;
    font-size: 14px;
}

footer h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #b9815b;
    margin-bottom: 32px;
    letter-spacing: 1px;
    border-top: 1px solid #b9815b;
    padding: 10px;
}

footer .row1 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #383430;
}

footer .row1 .about {
    font-size: 13px;
}

footer .row1 .about .button {
    margin-top: 30px;
}

footer .row1 ul.office-icons {
    margin: 0px;
    text-align: left;
    padding: 0px;
}

footer .row1 ul.office-icons li {
    font-size: 13px;
    list-style-type: none;
    padding-bottom: 4px;
}

footer .row1 ul.office-icons li a {
    color: #b2b2b2;
    text-decoration: none;
}

footer .row1 ul.office-icons li i {
    font-size: 15px;
    text-align: center;
    width: 20px;
    padding-right: 6px;
}

footer .row1 .useful-links ul {
    margin: 0px;
    text-align: left;
    padding: 0px;
}

footer .row1 .useful-links ul li {
    font-size: 13px;
    color: #b2b2b2;
    list-style-type: none;
    padding-bottom: 4px;
}

footer .row1 .useful-links ul li a {
    color: #fff;
    text-decoration: none;
}

footer .row1 .useful-links ul li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .row1 .useful-links ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 8px;
    color: #986D50;
}

footer .row1 .useful-links ul li:hover:before {
    color: #986D50;
}

footer .row1 .tags ul {
    padding: 0px;
    margin: 0px;
}

footer .row1 .tags ul li {
    display: inline-block;
}

footer .row1 .tags ul li a {
    font-size: 12px;
    color: #b2b2b2;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    display: inline-block;
    line-height: normal;
    margin-right: 2px;
    margin-bottom: 6px;
    background-color: transparent;
    border: 1px solid #444444;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

footer .row1 .tags ul li a:hover {
    color: #fff;
    background-color: #1086df;
    border: 1px solid #1086df;
    text-decoration: none;
}

footer .row1 .recent-posts ul {
    padding: 0px;
    margin: 0px;
}

footer .row1 .recent-posts ul li {
    font-weight: 500;
    font-size: 12px;
    list-style-type: none;
    padding-bottom: 20px;
    padding-top: 0px;
}

footer .row1 .recent-posts ul li .picture {
    float: left;
    margin-right: 15px;
}

footer .row1 .recent-posts ul li .info {
    padding-left: 80px;
    font-size: 12px;
}

footer .row1 .recent-posts ul li .info .caption {
    font-weight: 400;
    color: #b2b2b2;
}

footer .row1 .recent-posts ul li .info .date {
    color: #fff;
}

footer .row1 .recent-posts ul li a {
    color: #b2b2b2;
    line-height: normal;
}

footer .row1 .recent-posts ul li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .row1 .working-office ul {
    padding: 0px;
    margin: 0px;
    padding-top: 12px;
}

footer .row1 .working-office ul li {
    font-weight: 500;
    font-size: 12px;
    list-style-type: none;
    padding-bottom: 5px;
    padding-top: 0px;
}

footer .row1 .working-office ul li span {
    float: right;
    color: #fff;
}

footer .row1 .quick-contact .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #8a8d8c;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

footer .row1 .quick-contact .btn-default {
    color: #fff;
    background-color: #1086df;
    border-color: #1086df;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

footer .row1 .quick-contact .btn-default:hover {
    color: #1086df;
    background-color: transparent;
    border-color: #1086df;
}

footer .row1 .quick-contact .btn {
    display: inline-block;
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

footer .row1 .share {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 50px;
}

footer .row1 .share .logo {
    margin-top: 20px;
    margin-bottom: 40px;
}

footer .row1 .share .description {
    color: #fff;
}

footer .row1 .share .line {
    height: 3px;
    width: 110px;
    background-color: #1086df;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

footer .row1 .share .copyright {
    font-size: 12px;
    text-align: center;
    color: #b2b2b2;
}

footer .row1 .share .copyright a {
    color: #fff;
}

footer .row2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #b2b2b2;
    position: relative;
}

footer .row2 ul.links {
    margin: 0px;
    text-align: left;
    padding: 0px;
}

footer .row2 ul.links li {
    display: inline-block;
    font-size: 12px;
    color: #b2b2b2;
    list-style-type: none;
    padding-left: 16px;
}

footer .row2 ul.links li a {
    color: #b2b2b2;
}

footer .row2 ul.links li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .latest-tweets .icon {
    float: left;
    font-size: 18px;
    color: #fff;
}

footer .latest-tweets .info {
    padding-left: 26px;
    font-size: 13px;
}

footer .latest-tweets .info .date {
    color: #fff;
    padding-top: 8px;
}

footer .row2.line {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #b2b2b2;
    position: relative;
}

footer .row2 .copyright {
    font-size: 12px;
    text-align: right;
}

footer .row2 .copyright.left {
    font-size: 12px;
    text-align: left;
    line-height: 45px;
}

footer .row2 .copyright a {
    color: #fff;
}

footer .white-row {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}

footer .white-row .copyright {
    color: #8f8f8f;
    font-size: 12px;
}

footer .white-row .copyright a {
    color: #1086df;
}

/* ==========================
Slide Show BG
============================= */

/* --- section bg var --- */

.sect-banner {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*-- Full Height --*/
    height: 100vh;
}

/* BG */

#bg {
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#bg div {
    -moz-transition: opacity 3s ease, visibility 3s;
    -webkit-transition: opacity 3s ease, visibility 3s;
    -ms-transition: opacity 3s ease, visibility 3s;
    transition: opacity 3s ease, visibility 3s;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 120%;
}

#bg div.visible {
    -moz-animation: bg 45s linear infinite;
    -webkit-animation: bg 45s linear infinite;
    -ms-animation: bg 45s linear infinite;
    animation: bg 45s linear infinite;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

#bg div.visible.top {
    z-index: 2;
}

@media screen and (max-width: 1280px) {
    #bg div.visible {
        -moz-animation: bg 29.25s linear infinite;
        -webkit-animation: bg 29.25s linear infinite;
        -ms-animation: bg 29.25s linear infinite;
        animation: bg 29.25s linear infinite;
    }
}

@media screen and (max-width: 736px) {
    #bg div.visible {
        -moz-animation: bg 18s linear infinite;
        -webkit-animation: bg 18s linear infinite;
        -ms-animation: bg 18s linear infinite;
        animation: bg 18s linear infinite;
    }
}

#bg div:only-child {
    -moz-animation-direction: alternate !important;
    -webkit-animation-direction: alternate !important;
    -ms-animation-direction: alternate !important;
    animation-direction: alternate !important;
}

body.is-loading #bg {
    opacity: 0;
}

/* ==========================
Parallax
============================= */

#parallax1 {
    background-image: url(../images/parallax/1.jpg);
}

#parallax1:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}

#parallax2 {
    background-image: url(../images/parallax/2.jpg);
}

#parallax2:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}

/* ===========================
--- Elements
============================ */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i {
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

#text {
    color: #fff;
    background: #ffcc00;
}

#map {
    height: 500px;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

/* ===========================
--- SIDE NAVIGATION
============================ */

.logo .cls-1 {
    fill: #383430
}

.logo .cls-2 {
    fill: #b9815b
}

.limo-site .logo {
    margin: 0 auto;
    top: 175px !important;
    max-width: 250px;
    top: 0;
}

.limo-site header .logo {
    position: absolute;
    width: 150px;
    left: 10px;
    z-index: 100
}

@media only screen and (min-width: 40.0625em) {
    .limo-site header .logo {
        left: 0;
        right: 0;
        width: 250px
    }
}

.limo-site #container {
    overflow-x: hidden;
}

.limo-site nav {
    width: 100%;
    text-align: center
}

.limo-site .menu-button {
    padding: 8px 20px 10px 45px;
    color: #fff;
    border: 1px solid #b9815b;
    cursor: pointer;
    margin: 15px 20px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 103;
    text-transform: uppercase;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    background-color: #383430;
    z-index: 10001;
}

.limo-site .menu-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background: #d8b8a2;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out
}

.limo-site .menu-button span:nth-child(1) {
    top: 12px
}

.limo-site .menu-button span:nth-child(2),
.limo-site .menu-button span:nth-child(3) {
    top: 18px
}

.limo-site .menu-button span:nth-child(4) {
    top: 24px
}

.limo-site #menuToggle:checked~.menu-button span:nth-child(1),
.limo-site #menuToggle:checked~.menu-button span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 12px
}

.limo-site #menuToggle:checked~.menu-button span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.limo-site #menuToggle:checked~.menu-button span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.limo-site #menuToggle {
    display: none
}

.limo-site .menu {
    width: 346px;
    height: 100vh;
    position: fixed;
    background: #383430;
    right: -346px;
    z-index: 102;
    text-align: left;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10000;
}

.limo-site #menuToggle:checked~.menu {
    overflow: auto;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25)
}

@media only screen and (min-width: 40.0625em) {
    .limo-site .menu {
        width: 500px;
        overflow-y: scroll;
    }
}

.active-nav {
    right: 0px !important;
}

.close-nav {
    right: -500px !important;
}

.limo-site .main-nav {
    padding-bottom: 20px;
}

.contact-details {
    padding: 20px 20px 5px;
    text-transform: uppercase;
    font-size: .875em;
    text-align: center;
    border-top: 1px solid #b9815b;
    border-bottom: 1px solid #b9815b;
    margin-top: 20px;
}

.limo-site .main-nav ul {
    margin: 65px 0px 40px 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (min-width: 40.0625em) {
    .limo-site .main-nav ul {}
}

.limo-site .main-nav li {
    padding-left: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 1.5em;
}

@media only screen and (min-width: 40.0625em) {
    .limo-site .main-nav li:before {
        margin: 13px 0 0 -30px
    }
}

.limo-site .main-nav a,
.limo-site .main-nav button {
    line-height: 1.4em;
    outline: 0;
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 40.0625em) {
    .limo-site .contactButton button {
        font-size: 0.9em;
    }
}

.limo-site .main-nav a:hover,
.limo-site .main-nav button:hover {
    color: #ccc
}

.limo-site .main-nav li p {
    display: none
}

@media only screen and (min-width: 40.0625em) {
    .limo-site .main-nav li button {
        color: #b9815b;
        display: block
    }
}

.limo-site .contactButton {
    text-align: center;
    margin-top: 15px;
}

.limo-site .contactButton:before {
    display: none
}

.limo-site .contactButton {
    display: inline-block;
    border: 1px solid #7a5034;
    background-color: #383430;
    line-height: 1.5em;
    outline: 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

@media only screen and (min-width: 40.0625em) {
    .limo-site .contactButton {
        padding: 12px 20px 7px;
    }
}

.limo-site .contactButton:hover {
    color: #fff;
    background-color: #b9815b
}

.limo-site .bottom {
    padding: 0;
    background-color: #383430;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.limo-site .bottom::after {
    clear: both;
    content: "";
    display: block
}

.limo-site .bottom .contact-details {
    padding: 20px 20px 5px;
    font-size: .875em;
    text-align: center;
    border-top: 1px solid #b9815b
}

@media only screen and (min-width: 40.0625em) {
    .limo-site .bottom .contact-details {
        padding: 24px 20px 15px;
        width: 100%
    }
}

.limo-site .bottom .contact-details a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.limo-site .bottom .social-media {
    font-size: .8em;
    text-align: center;
    border-top: 1px solid #b9815b;
    width: 100%
}

.limo-site .bottom .social-media .image-wrapper-virtuoso {
    width: 60%;
    float: left;
    text-align: center
}

.limo-site .bottom .social-media .image-wrapper-largay {
    text-align: center;
}

.limo-site .bottom .social-media img {
    max-height: 73px;
    width: auto;
    padding: 5px 30px 5px
}

@media only screen and (min-width: 40.0625em) {
    .limo-site .bottom .social-media img {
        padding: 15px 10px
    }
}

.limo-site .bottom .cstNumber {
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    font-size: .8125em;
    border-top: 1px solid #b9815b;
    color: #7d7d7d;
    text-transform: uppercase;
    clear: left
}

.limo-site .bottom .cstNumber #modal_trigger-terms {
    float: right
}

.social-media ul {
    padding: 0px;
    margin: 10px 0px 0px 0px !important;
}

/* Media queries */

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .intro {
        height: 100%;
        padding: 0;
    }
    .brand-heading {
        font-size: 100px;
    }
    .intro-text {
        font-size: 25px;
    }
}

@media (max-width:768px) {
    .team.boxed-grey {
        margin-bottom: 30px;
    }
    .boxed-grey {
        margin-bottom: 30px;
    }
}

@media (max-width:480px) {
    .navbar-custom .nav.navbar-nav {
        background-color: rgba(255, 255, 255, .4);
    }
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
    .tp-banner-container {
        padding-top: 40px;
    }
    .page-scroll a.btn-circle {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        padding: 7px 0;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 20px;
    }
}

/*Custom CSS*/

.bernhardfashion {
    font-family: 'BernhardFashionStd' !important;
}

.dreamCarsButton {
    background-color: #b9815b !important;
    display: block;
    margin: 0 auto;
    width: 270px;
}

#call {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.dreamCarsButton:hover {
    background-color: #383430 !important;
}

.subnav {
    margin-top: 0px !important;
    font-size: smaller;
    opacity: .75;
}

/*Added on 06/28*/
#about-h5{
   text-align: left; 
}

#about-p{
    text-align: left;
}