﻿#menu-toggle
{
    display:none!important;
}
.menu-btn {
    width: 100px;
    padding: 10px;
    margin-bottom: 30px;
    background: #000;
    color: #FFF;
    text-align: center;
    border: 0;
}


.pure-menu-link {
    background: transparent;
    border-bottom: 2px solid transparent;
    padding: 0 0 10px 0;
    margin: 0 10px;
    text-transform: uppercase;
    color: #cccfd3;
    font-weight: 400;
    display: block;
    letter-spacing: 0.3px;
}

body {
    padding-top: 51px;
}

.text-center {
    padding-top: 20px;
}

.col-xs-12 {
    background-color: #fff;
}

#sidebar {
    height: 100%;
    padding-right: 0;
    padding-top: 20px;
}

    #sidebar .nav {
        width: 95%;
    }

    #sidebar li {
        border: 0 #f2f2f2 solid;
        border-bottom-width: 1px;
    }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}

.navbar-header {
    display: none;
}
/* collapsed sidebar styles */


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #22386a;
    }

.maincontent {
    padding-bottom: 10px;
    padding-top: 66px;
}
.mainaudiocontent {
    padding-bottom: 50px;
    padding-top: 70px;
    margin-top: 30px;
}
.maincommoncontent {
    /*padding-bottom: 100px;*/
    padding-top: 50px;
    margin-top: 25px;
}

.videoheight {
    height:556px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #22386a !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}













 
 
@media (min-width: 992px) {
     
    .footer {
        /*position: fixed;*/
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        text-align: center;
        background: url("../../newdesign/images/img8.jpg");
        /*z-index: 1000;
        margin-top: auto;*/
    }
}

@media (max-width: 1440px) {
    
    .footer { 
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        text-align: center;
        background: url("../../newdesign/images/img8.jpg"); 
    }
}

@media (max-width: 1030px) {
   
    .footer { 
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        text-align: center;
        background: url("../../newdesign/images/img8.jpg");
        /*z-index: 1000;
        margin-top: auto;*/
    }
    .videoheight {
        height: 850px;
        padding-top: 15px;
    }

    
}

@media (max-width: 991px) {
    
    .footer {
        /*position: absolute;*/
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        text-align: center;
        background: url(../../newdesign/images/img8.jpg);
        /*margin-top: auto;*/
    }
}
 
@media screen and (max-width: 767px) {
    #menu-toggle {
        display: block!important;
    }
    .fontsize {
        font-size: 11px;
    }
    .footer {
        /*position: absolute;
        margin-top:auto;*/
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        text-align: center;
        background: url(../../newdesign/images/img8.jpg);
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .maincontent {
        /*padding-bottom: 100px;*/
        padding-top: 60px;
        margin-top: 25px;
    }
    .mainaudiocontent {
        padding-bottom: 100px;
        padding-top: 120px;
        margin-top: 25px;
    }
    .maincommoncontent {
        /*padding-bottom: 100px;*/
        padding-top: 50px;
        margin-top: 25px; 
    }
    .videoheight {
        height: 475px;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: #343a40 !important;
        border: 0 #f2f2f2 solid;
        border-radius: 4px;
        display: block;
        color: #FFF;
    }

    .navbar-header {
        display: block;
        background-color: #343a40 !important;
        border: 0 #f2f2f2 solid;
        color: #FFF;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -41.6%;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -41.6%;
    }

    .row-offcanvas-right.active {
        right: 41.6%;
    }

    .row-offcanvas-left.active {
        left: 41.6%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 41.6%;
    }

    #sidebar {
        padding-top: 0;
    }
}

@media (max-width: 751px) {
    #menu-toggle {
        display: block !important;
    }
    .footer {
        /*position: absolute;*/
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        text-align: center;
        background: url(../../newdesign/images/img8.jpg);
        /*margin-top: auto;*/
    }

    .videoheight {
        height: 556px;
    }
}



@media only screen and (max-width: 667px){

    #minimenu {
        display: block!important;
    }
    
    #sidebar .nav {
        width: auto;
        max-width: 80%;
    }
    #menu-toggle{
        display:block!important;
    }
    .maincommoncontent {
        /* padding-bottom: 100px; */
        padding-top: 50px;
        margin-top: 25px;
        margin-left: 10px;
        margin-right: 15px;
    }

    .footer {
        /*position: absolute;*/
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        text-align: center;
        background: url(../../newdesign/images/img8.jpg);
        /*margin-top: auto;*/
    }

    .videoheight {
        height: 456px;
    }

    .fontsize {
        font-size: 11px;
    }
}
@media (max-width: 375px) {
    #menu-toggle {
        display: block!important;
    }
    .page-footer {
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        text-align: center;
        background: url("../../newdesign/images/img8.jpg");
    }
    .footer {
        /*position: absolute;*/
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: black;
        color: white;
        text-align: center;
        background: url(../../newdesign/images/img8.jpg);
        /*margin-top: auto;*/
    }
}
.page-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    background: url("../../newdesign/images/img8.jpg");
}
@media (max-width: 622px) {
    #menu-toggle {
        display: block !important;
    }
    .page-footer {
        left: 0;
        bottom: 0;
        width: 700px;
        background-color: black;
        color: white;
        text-align: center;
        background: url("../../newdesign/images/img8.jpg");
    }
    .footer {
        left: 0;
        bottom: 0;
        width: 100%; 
        background-color: black;
        color: white;
        text-align: center;
        background: url("../../newdesign/images/img8.jpg");
    }
}