﻿
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*Home*/
.header-2 .fb-navigation > ul > li > a {
    padding: 15px 0 16px;
}

.header-middle {
    padding: 10px;
}

.logo img {
    width: 85%;
    max-width: 180px;
}

.bg-royal-blue {
    background: rgb(0,148,183) !important;
}

.header-2 .fb-navigation > ul > li.active > a, .header-2 .fb-navigation > ul > li:hover > a {
    background: none;
    color: var(--yellow);
}

.header-2 .fb-navigation > ul > li.dropdown-holder > a::after, .header-2 .fb-navigation > ul > li.megamenu-holder > a::after {
    right: -15px;
    top: 15px
}

.user-block > li > a {
    font-size: 15px;
}

.bg-5, .bg-6 {
    /*background-image: url('../../images/slider/3_4.jpg');*/
    /*/background-image: url('../images/about/books_bg2.jpeg');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 700px;
    width: 100%;
}

/*.bg-6 {
    background-image: url('../../images/slider/3_3.jpg');
}*/

.r-0 {
    right: 0;
}

.r-10 {
    right: 10%
}

.slider-content > h2, .slider-content > h3, .slider-content h5 {
    color: #000;
}

.customer-support_text-3 > i {
    color: var(--pink);
}

.footer-widget-logo img {
    width: 50%;
}

.tab-content {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ededed;
    color: #666666;
    font-size: 14px;
}

.nav.fb-product-menu > li a.active {
    background: var(--pink);
    color: #ffffff;
}

.other-product .fb-section_title-2 > h2 {
    background: var(--blue);
    color: #ffffff;
    margin: -1px 0;
    width: 350px;
    padding: 0 0 0 15px;
}

.fb-product_active .owl-nav div, .fb-list_product_active .owl-nav div, .fb-list_product_active-2 .owl-nav div, .fb-new_product_active .owl-nav div, .new-product_active-2 .owl-nav div, .fb-single-product_active .owl-nav div, .fb-product_active-3 .owl-nav div, .fb-product_active-4 .owl-nav div, .featured-product-active-4 .owl-nav div, .fb-product-list_active-3 .owl-nav div, .latest-blog_active .owl-nav div, .fb-other-product_active .owl-nav div {
    background: var(--blue);
}


#audio ul li {
    margin: 10px;
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
    position: relative;
}

    #audio ul li h3 {
        padding-top: 10px;
    }

.audio-player {
    height: 50px;
    width: 100%;
    background: #444;
    box-shadow: 0 0 20px 0 #000a;
    font-family: arial;
    color: white;
    font-size: 0.75em;
    overflow: hidden;
    display: grid;
    grid-template-rows: 6px auto;
}

    .audio-player .timeline {
        background: white;
        width: 100%;
        position: relative;
        cursor: pointer;
        box-shadow: 0 2px 10px 0 #0008;
    }

        .audio-player .timeline .progress {
            background: coral;
            width: 0%;
            height: 100%;
            transition: 0.25s;
        }

    .audio-player .controls {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 0 20px;
    }

        .audio-player .controls > * {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .audio-player .controls .toggle-play.play {
            cursor: pointer;
            position: relative;
            left: 0;
            height: 0;
            width: 0;
            border: 7px solid #0000;
            border-left: 13px solid white;
        }

            .audio-player .controls .toggle-play.play:hover {
                transform: scale(1.1);
            }

        .audio-player .controls .toggle-play.pause {
            height: 15px;
            width: 20px;
            cursor: pointer;
            position: relative;
        }

            .audio-player .controls .toggle-play.pause:before {
                position: absolute;
                top: 0;
                left: 0px;
                background: white;
                content: "";
                height: 15px;
                width: 3px;
            }

            .audio-player .controls .toggle-play.pause:after {
                position: absolute;
                top: 0;
                right: 8px;
                background: white;
                content: "";
                height: 15px;
                width: 3px;
            }

            .audio-player .controls .toggle-play.pause:hover {
                transform: scale(1.1);
            }

        .audio-player .controls .time {
            display: flex;
        }

            .audio-player .controls .time > * {
                padding: 2px;
            }

        .audio-player .controls .volume-container {
            cursor: pointer;
            position: relative;
            z-index: 2;
        }

            .audio-player .controls .volume-container .volume-button {
                height: 26px;
                display: flex;
                align-items: center;
            }

                .audio-player .controls .volume-container .volume-button .volume {
                    transform: scale(0.7);
                }

            .audio-player .controls .volume-container .volume-slider {
                position: absolute;
                left: -3px;
                top: 15px;
                z-index: -1;
                width: 0;
                height: 15px;
                background: white;
                box-shadow: 0 0 20px #000a;
                transition: 0.25s;
            }

                .audio-player .controls .volume-container .volume-slider .volume-percentage {
                    background: coral;
                    height: 100%;
                    width: 75%;
                }

            .audio-player .controls .volume-container:hover .volume-slider {
                left: -123px;
                width: 120px;
            }

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 44%;
    left: 61%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 15px;
    height: 12px;
    background: var(--pink);
    border-radius: 50%;
    padding: 9px 24px 18px 28px;
}

#audio .video-play-button {
    position: initial;
    transform: translateX(-50%) translateY(0);
    width: auto;
}

    #audio .video-play-button.audio-box {
        width: auto;
    }

        #audio .video-play-button.audio-box i {
            z-index: 555;
            position: relative;
            color: #fff;
            font-size: 22px;
        }

.video-play-button:hover:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #b50201;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--pink);
    border-radius: 50%;
    transition: all 200ms;
    border: solid 4px #fff;
}


.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.single-contact-block .fa {
    color: var(--pink);
}

.about-area.section-padding-lg {
    padding: 40px;
    background: #F8F8F8;
}

.profile {
    padding: 40px 0;
    background: #fff;
}

.r-30 {
    right: 40% !important;
}

.t-30 {
    top: 30% !important;
}

.l-0 {
    left: 0;
}

.r-0 {
    right: 0 !important;
}
