
/* The side navigation menu */
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 60; /* Stay on top */
        top: 0;
        right: 0;
        background-color: #EB9605; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 80px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
        text-align:center;
    }

    /* The navigation menu links */
    .sidenav a {
        padding: 5px 8px;
        text-decoration: none;
        font-size: 20px;
        color: #6E1E62;
        font-weight:bold;letter-spacing:0.1rem;
        display: block;
        transition: 0.3s
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover, .offcanvas a:focus{
        color: #B0254F;
    }

    #navOverlay{
        top:0;left:0;bottom:0;right:0;position:fixed;z-index:50;background-color:rgba(0,0,0,0.5);
        display:none;
    }
    
    #navToggle {position:absolute;top:15px;right:20px;z-index:10;
        width: 40px;
        height: 30px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;

    }
    
#navToggle i {
    color:#fff!important;font-size:30px;
}


    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


#probuSidenav img  {padding:30px 15px 15px 15px;}
#probuSidenav ul {list-style-type: none;padding-left:0;}
#probuSidenav li li a {font-size:1em!important;margin-top:-10px;}
/*#probuSidenav li li a::before {content:'\021AA ';}*/