﻿#mySidenav-contac a {
    position: absolute;
    left: -120px;
    transition: 0.9s;
    padding: 8px 0 8px 0;
    width: 160px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 15px 15px 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.sidenav-contact {
    position: fixed;
    bottom: 55%;
    z-index: 999;
    left: 0;
}


#mySidenav-contac a:hover {
    left: 0;
}

#contact1 {
    top: 20px;
    background-color: #136791;
    text-align: right;
}

    #contact1:hover {
        color: #ffffff;
        background-color: #eb3b3b;
    }

    #contact1 i {
        width: 25px;
        padding-right: 30px;
    }

    #contact1 span {
        font-size: 12px;
        padding-right: 15px;
    }

#contact2 {
    top: 80px;
    background-color: #136791;
    text-align: right;
}

    #contact2:hover {
        color: #ffffff;
        background-color: #eb3b3b;
    }

    #contact2 i {
        width: 25px;
        padding-right: 30px;
    }

    #contact2 span {
        font-size: 12px;
        padding-right: 15px;
    }

#contact3 {
    top: 140px;
    background-color: #136791;
    text-align: right;
}

    #contact3:hover {
        color: #ffffff;
        background-color: #eb3b3b;
    }

    #contact3 i {
        width: 25px;
        padding-right: 30px;
    }

    #contact3 span {
        font-size: 12px;
        padding-right: 15px;
    }

#contact4 {
    top: 200px;
    background-color: #136791;
    text-align: right;
}

    #contact4:hover {
        color: #ffffff;
        background-color: #eb3b3b;
    }

    #contact4 img {
        width: 30px;
        padding-right: 8px;
    }

    #contact4 span {
        font-size: 12px;
        padding-right: 15px;
    }

#contact5 {
    top: 260px;
    background-color: #136791;
    text-align: right;
}

    #contact5:hover {
        color: #ffffff;
        background-color: #eb3b3b;
    }

    #contact5 i {
        width: 25px;
        padding-right: 30px;
    }

    #contact5 span {
        font-size: 12px;
        padding-right: 15px;
    }

.pq-bg-testimonial {
    background-repeat: no-repeat;
    background-size: 100%;
}

.pq-bg-showroom {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 100%;
}

/*================================================
Banner Video
================================================*/
.example-marquee {
    position: relative;
}

.content {
    display: table;
    width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: relative;
}

    .content .inner {
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }

        .content .inner h1,
        .content .inner h2 {
            color: white;
            text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
        }

        .content .inner h1 {
            font-size: 62px;
        }

.video-background-controls button {
    font-size: 32px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    border: none;
    background: none;
    -webkit-appearance: none;
    color: white;
    filter: drop-shadow(0px 0px 1px black);
    cursor: pointer;
    opacity: 1;
    transition: all 250ms ease-in-out;
    margin-left: 10px;
}

    .video-background-controls button:hover {
        opacity: 0.5;
    }

iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}

rs-module {
    height: auto !important;
}
.subtitle-banner-home {
    color: #e6af5d;
}
.title-banner-home {
    color: #ffffff;
    padding:15px 0 90px 0;
}
.btn-left-banner, .btn-right-banner {
    background: #eb1b17;
}
.btn-right-banner {
    background: #136791;
}

.pq-button-block .pq-button-custom {
    padding: 0 0 0 10px;
    color: var(--dark-color);
    font-weight: bold;
}
.pq-button-block .pq-button-custom:hover {
    color: #136791;
}
