html, body {
    margin:0;
    padding:0;
}

body {
    background: url('/assets/img/luxury_pic1.jpg') top left no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom:75px;
}

strong {
    font-weight:700;
}

.btn-black {
    background:black;
    color:white;
}
.btn-black:hover {
    background: #424242;
    color: #e4e4e4;
}


.container {
    background:white;
    padding:0;
    margin-top:15px;
}

.container-content {
    padding:30px;
}

@media(max-width:575px){
    .container {
        margin-top:0;
    }
}

a {
    color:black;
    text-decoration: none;
}
a:hover,a:active,a:focus {
    text-decoration: none;
}

.schedule {
    margin:0;
    list-style: none;
    padding:0;
}

.schedule li {
    border-bottom: 1px dashed #ccc;
    line-height: 27px;
    padding: 2px 7px 4px 7px;
    overflow: hidden;
    color: #000;
    background: none;
    font-size: 12px;
}
.schedule li span {
    float:right;
}

.car-details {
    padding:15px;
}
.car-bubbles .detail-bubble {
    padding: 4px 10px;
    border-radius: 4px;
    background: #333;
    color: white;
    display: inline-block;
    margin-right: 5px;
    margin-bottom:5px;
}

.instagram-front-icon {
    position:fixed;
    left:130px;
    top:10px;
    z-index:10;
    width:50px;
    height:50px;
    cursor:pointer;
}
.twitter-front-icon {
    position:fixed;
    left:70px;
    top:10px;
    z-index:10;
    width:50px;
    height:50px;
    cursor:pointer;
}
.facebook-front-icon {
    position:fixed;
    left:10px;
    top:10px;
    z-index:10;
    overflow:hidden;
    width:50px;
    height:50px;
    cursor:pointer;
}
.facebook-front-icon > a > img {
    left:0;
    width:50px;
    position:absolute;
    z-index:3;
}

.facebook-front-icon .facebook-front-container {
    position:absolute;
    top:5px;
    height:40px;
    left:25px;
    width:240px;
    z-index:2;
    transition:all 250ms ease-in-out;
    overflow:hidden;
}
.facebook-front-icon .facebook-roller {
    padding-left:30px;
    width:200px;
    background:white;
    position:relative;
    left:-250px;
    transition:all 250ms ease-in-out;
}
.facebook-front-icon .facebook-roller img {
    width:20px;
    height:40px;
    position:absolute;
    right:-20px;
    top:0;
}

.facebook-front-icon:hover .facebook-roller {
    /*left:0;*/
}

#mbtGallery-container > a {
    display:inline-block;
    float:left;
    /*width:600px;*/
    /*height:303px;*/
    overflow:hidden;
}
#mbtGallery {
    position:relative;
    overflow:hidden;
    width:600px;
    max-width:100%;
    float:left;
    max-height:303px;
}
#mbtGallery #mbtGallery-container {
    overflow: auto;
    transition:left 250ms ease-in-out;
    position:relative;
    left:0;
}

#mbtGallery .nav {
    display:block;
    position:absolute;
    top:0;
    height:100%;
    width:36px;
    background: rgba(0,0,0,.5);
    background-repeat: no-repeat;
    background-position: 0 140px;
    background-size:100%;
    transition:opacity 250ms ease-in-out;
    cursor:pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index:4;
    opacity:.350;
}
#mbtGallery .nav.nav-previous {
    left: 0;
    background-image: url('/assets/img/nav-previous.png');
}
#mbtGallery .nav.nav-previous:hover {
    opacity:1;
}
#mbtGallery .nav.nav-next {
    right: 0;
    background-image: url('/assets/img/nav-next.png');
}
#mbtGallery .nav.nav-next:hover {
    opacity:1;
}
#mbtGallery-magnify {
    position:absolute;
    max-width:100%;
    left:0; top:0; right:0; bottom:0;
    text-align: center;
    color:white;
    background: url('/assets/img/magnify-glass.png') center center no-repeat;
    background-size:200px 200px;
    opacity:0;
    transition:opacity 250ms ease-in-out;
    z-index:3;
    cursor:zoom-in;
}
#mbtGallery-magnify:hover {
    opacity:.4;
}

#mbtGallery-thumb-container {
    width:540px;
    max-width:100%;
    display:inline-block;
}
#mbtGallery-thumbs {
    perspective: 1000px;
    background:black;
    padding:12px;
    display:inline-block;
    height:303px;
}
#mbtGallery-thumbs a {
    display:inline-block;
}
#mbtGallery-thumbs a img {
    transform:translateZ(0);
    width:110px;
    max-height:72px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    transition:all 150ms ease-in-out;
    position:relative;
    z-index:1;
    outline:1px solid transparent;
    margin:7px;
}
#mbtGallery-thumbs a.thumb-active img, #mbtGallery-thumbs a img:hover {
    transform:scale(1.05);
    outline:2px solid white;
    z-index:2;
}

a.mbtGallery-preview {
    outline:none;
}

button.mfp-arrow-right {
    right:-80px;
}
button.mfp-arrow-left {
    left:-80px;
}
.car-details p {
    white-space: normal;
    word-wrap: break-word;
}

.car-price-netto {
    font-size: 1.1em;
}

.car-list {
    width:100%;
}
.car-list a {
    color:black;
}
.car-list a:hover {
    color:black;
}
.car-list .car-card:nth-child(even) {
    background: #f6f6f6;
}
.car-list .car-card {
    width:100%;
    display:inline-block;
    max-width:100%;
    padding:15px;
    border-bottom:1px solid #ccc;
    cursor:pointer;
}
.car-list .car-card:last-of-type {
    border-bottom:0;
}
.car-list .car-card:hover {
    background: #dfdfdf;
}
.car-list .car-card h2 {
    font-size:1.5em;
    margin:0;
}
.car-list .car-card .car-image {
    display:inline-block;
    width:150px;
    position:relative;
    overflow:hidden;
}
.car-list .car-card .car-image img {
    max-width:100%;
}
.car-list .car-card .car-list-details {
    padding-left:15px;
    display:inline-block;
    vertical-align: top;
    width:250px;
}
.car-list .car-price {
    font-size:18pt;
    text-align:right;
}
.car-list-info {
    display: inline-block;
    vertical-align: top;
}

.car-image div.badge {
    text-align:center;
    position:absolute;
    top:28px;
    left:-30px;
    font-size:11pt;
    font-weight:700;
    line-height:18px;
    border:0 solid #acacac;
    color:white;
    text-transform:uppercase;
    width:145px;
    height:25px;
    transform:rotate(-45deg);
}
.car-list .car-card .car-list-info .car-list-details:nth-of-type(3) {
    padding-left:0;
}

.footer {
    position:fixed;
    bottom:0; left:0; right:0;
    padding:5px;
    line-height:30px;
    text-align:center;
    background:#efefef;
    z-index: 100;
}
.footer-sticky {
    position:fixed;
}

@media(max-width:990px){
    .car-list .car-card .car-list-details {
        width:175px;
    }
    .footer {
        position:relative;
    }
    .footer-sticky {
        position:fixed;
        margin-top:0;
    }
    body {
        padding-bottom:0;
    }
}
@media(max-width:768px){
    #mbtGallery-thumbs a img:hover {
        transform:scale(1.0);
        outline:0;
    }
    #mbtGallery-thumbs a.thumb-active img {
        transform:scale(1.05);
        outline:2px solid white;
    }
    .car-list .car-card .car-image {
        width:105px;
    }
    .car-list .car-card .car-list-info .car-list-details:nth-of-type(2) {
        display:none;
    }
    .car-image div.badge {
        text-align:center;
        position:absolute;
        top:18px;
        left:-40px;
        font-size:11pt;
        font-weight:700;
        line-height:18px;
        border:0 solid #acacac;
        color:white;
        text-transform:uppercase;
        width:145px;
        height:25px;
        transform:rotate(-45deg);
    }
}
@media(max-width:490px){
    .car-list .car-card .car-list-details {
        width:115px;
        font-size:.75em;
    }
    .car-list .car-card .car-price {
        font-size:1.5em;
    }
    .car-list .car-card .car-price small {
        font-size:.4em;
    }
    .car-list .car-card .car-list-info .car-list-details:nth-of-type(3) {
        width:100px;
    }
}

.car-image .reserved-badge {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
    background: rgb(255,168,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}
.car-image .new-price-badge {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#55ff4c+0,4be043+100 */
    background: #55ff4c; /* Old browsers */
    background: -moz-linear-gradient(top, #55ff4c 0%, #4be043 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #55ff4c 0%,#4be043 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #55ff4c 0%,#4be043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff4c', endColorstr='#4be043',GradientType=0 ); /* IE6-9 */
}
.car-image .sold-badge {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: rgb(255,48,25); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.car-image .new-badge {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
    background: rgb(37,141,200); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
}

@media(max-width:1200px){
    #mbtGallery-thumb-container {
        margin-left:-5px;
        width:365px;
    }
    #mbtGallery-thumbs {
        width:100%;
    }
    #mbtGallery-thumbs a img {
        width: 97px;
    }
    button.mfp-arrow-right {
        right:0;
    }
    button.mfp-arrow-left {
        left:0;
    }
}
@media(max-width:990px){
    .mbtGallery-preview img {
        top:0 !important;
    }
    #mbtGallery {
        width:470px;
    }
    #mbtGallery-thumbs {
        width: 100%;
    }
    #mbtGallery-thumb-container {
        width: 255px;
    }
}
@media(max-width:768px){
    .car-details h2 {
        font-size:1.45em;
    }
    .car-details .car-price {
        font-size:1.25em;
    }
    #mbtGallery {
        width:100%;
    }
    #mbtGallery .nav-previous, #mbtGallery .nav-next {
        display:none;
    }
    #mbtGallery-magnify {
        background:none;
    }
    #mbtGallery-thumbs {
        width:auto;
        margin:0;
        height:91px;
        padding:6px;
    }
    #mbtGallery-thumb-container {
        margin-left:0;
        width:100%;
        overflow-x:auto;
    }
}
@media(max-width:650px){
    #mbtGallery-thumb-container {
        /*overflow-x:scroll;
        overflow-y:hidden;*/
        overflow:auto;
    }
}
@media(max-width:450px){
    #mbtGallery-thumbs {
        height:70px;
        margin-left:0;
    }
    #mbtGallery-thumbs a img {
        width:63px;
        max-height:42px;
    }
    #mbtGallery {
        max-height:220px;
    }
    #mbtGallery .nav {
        background-position:0 90px;
    }
}
