﻿.menu--mobile .dropdown-menu.show {
    position: relative !important;
    background: none !important;
    padding-top: 0;
    top:-15px !important;
}
.menu--mobile .dropdown {
    overflow: hidden;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
    .menu--mobile .dropdown.show {
        display: table;
        transform: translateX(0);
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        -ms-transition: all 2s ease;
        transition: all 2s ease;
    }
.netflix-text {
    text-transform: uppercase;
}

.netflix-nav-btn {
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
}

/*.netflix-open-btn {
    position: fixed;
    top: 10px;
    left: 10px;
}
*/
.netflix-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

    .netflix-nav.visible {
        transform: translateX(0);
    }
.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}
.netflix-nav-black {
    background-color: #d6d6d6;
    width: 80%;
    max-width: 480px;
    min-width: 350px;
    transition-delay: 0.4s;
    z-index: 999999;
}

    .netflix-nav-black.visible {
        transition-delay: 0s;
    }

.netflix-nav-red {
    background-color: #0c4b67;
    transition-delay: 0.2s;
    width: 95%;
}

    .netflix-nav-red.visible {
        transition-delay: 0.2s;
    }

.netflix-nav-white {
    background-color: #358fb7;
    padding: 80px 30px;
    position: relative;
    transition-delay: 0s;
    width: 95%;
    background: linear-gradient( 46deg, #40819e 0%, #257ca3 35%, #166082 100%);
}
.m-b-30
{
    margin-bottom:30px;
}
.netflix-close-btn {
    background-color: #4ba8d3;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
    opacity: 1 !important;
    border-radius: 50%;
}
.netflix-nav-white.visible {
    transition-delay: 0.4s;
}

.netflix-close-btn {
    opacity: 0.3;
    position: absolute;
    top: 30px;
    right: 20px;
}

.netflix-logo {
    width: 150px;
}

.netflix-list {
    list-style-type: none;
    padding: 0;
}

    .netflix-list li {
        padding: 0;
        clear: both;
        margin-bottom: 10px;
        /*height:25px;*/
        position: relative;
        line-height: 25px;
        width: 100%;
        border-bottom: dashed 1px #2b789a;
        padding-bottom:10px;
    }

        .netflix-list li a {
            color: #fff;
            font-size: 15px;
            text-decoration: none;
            /*text-transform: uppercase;*/
            display: block;
            /*white-space: nowrap;*/
            font-weight:500;
        }
    .netflix-list .dropdown-menu {
        border:none;
    }
.netflix-list ul {
    list-style-type: none;
    padding-left: 10px;
}
    .netflix-list > li > a{
        text-transform:uppercase;
        font-weight:600;
    }
    .netflix-list .dropdown-menu > li > a {
        padding: 0;
    }
.floating-btn {
    border-radius: 26.5px;
    background-color: #001f61;
    border: 1px solid #001f61;
    box-shadow: 0 16px 22px -17px #03153b;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

    .floating-btn:hover {
        background-color: #ffffff;
        color: #001f61;
    }

    .floating-btn:focus {
        outline: none;
    }

@media screen and (max-width: 480px) {
    .social-panel-container.visible {
        transform: translateX(0px);
    }

    .floating-btn {
        right: 10px;
    }
}
