#sidebar {
    position: fixed;
    top: 0;
    right: -25%;
    width: 25%;
    height: 100vh;
    z-index: 10000;
}



.language-bar {
    position: fixed;
    right:75px;
    top:24px;
    font-size: 16px;
    color: rgba(255, 251, 235, 0.4);
    z-index: 1000;
    font-family: "FuturaLight";
}

.active-lang {
    color: rgb(248, 219, 89) !important;
}

.language-bar span {
    cursor: pointer;
}

#st-trigger-effects {
    position: fixed;
    right:30px;
    top:22px;
    z-index: 1000;
}


.fa {
    cursor: pointer !important;
    font-size: 26px;
}



#sidebar-menu {
    list-style-type: none;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 2.3;
    font-size: 16px;
    font-weight: lighter !important;
    color: rgb(255, 255, 255);
    text-align: right;
    height: 100vh;
    overflow: auto;
}

#sidebar-menu > li > a {
    margin-right: 30px;
    cursor: pointer;
}

#sidebar-menu > li > a:hover {
    color:rgb(199, 189, 144);
}

#sidebar-menu > li > ul > li > a {
    margin-right: 16%;
    cursor: pointer;
}
#sidebar-menu > li > ul > li > a:hover {
    color:rgb(199, 189, 144);
}

#sidebar-menu > li {
    position: relative;
}
#sidebar-menu > li img {
    width: 10px;
    margin-right: 8px;
    margin-top: -5px;
}

#sidebar-menu > li > ul > li{
    position: relative;
}

#sidebar-menu > li > a > i  {
    cursor: pointer;
    margin-right: 5px;
}



#sidebar-menu li ul {
    list-style-type: none;
    line-height: 2.5;
    height: 0;
    overflow: hidden;
}


.opened-menu-list{
    height: auto !important;
}


.active-page {
    position: absolute;
    top:50%;
    right:0;
    height: 1px;
    width: 6%;
    background: #c7bd90;
}


.fa-plus {
    font-size: 16px;
}

.fa-minus {
    font-size: 16px;
}



/*
    Animations
*/









/*
    Media Queries
*/

@media screen and (max-width: 1366px) {
    #sidebar {
        position: fixed;
        top: 0;
        right: -30%;
        width: 30%;
    }
}

@media screen and (max-width: 1024px) {
    .collapsed-header {
        font-size:90%;
    }

    #sidebar-menu {
        font-size: 18px;
    }

    #sidebar-menu > li > a:hover {
        color:rgb(255, 255, 255);
    }

    #sidebar {
        width: 36%;
        right: -36%;
    }
    .language-bar {
        margin-top: 2px;
    }
    .menu-bar {
        margin-top: 1px;
    }

}

@media screen and (max-width: 768px) {
    .collapsed-header {
        font-size:80%;
    }
    #sidebar-menu {
        font-size: 18px;;
    }
    #sidebar-menu > li > a:hover {
        color:rgb(255, 255, 255);
    }
    #sidebar-menu > li > ul > li > a {
        margin-right: 13%;
    }

    #sidebar {
        width: 60%;
        right: -60%;
    }
    .language-bar {
        margin-top: 0px;
    }
}



@media screen and (max-width: 480px) {
    #sidebar {
        width: 75%;
        right: -75%;
    }
    .collapsed-header {
        right: 6%;
    }
    .language-bar {
        font-size:14px;
        margin: 2px 5px 0 0;
        right: 55px;
    }
    #sidebar-menu {
        font-size: 16px;
        margin-left: 0;
    }
    #sidebar-menu > li > a {
        margin-right: 20px;
    }
    #sidebar-menu > li > a:hover {
        color:rgb(255, 255, 255);
    }
    #sidebar-menu > li > ul > li > a {
        margin-right: 12%;
    }
    #sidebar-menu li ul {
        margin: 0;
    }

    .fa-plus, .fa-minus {
        font-size: 11px;
    }
    #st-trigger-effects {
        right: 10px;
    }
}
