#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 100px;
}

#brand {
        top: 0;
        height: 100px;
        width: 100%;
        border-bottom: #ccccb3 thin solid;
        padding: 0 0;
        background: #000;
        position: fixed;
        z-index: 100;
}

#brand > a > img {
    height: 100px;
    padding: 25px;
    padding-right: 0;
    width: auto;
    z-index: 102;
}

.start {
    top: 100px;
}

#wrapper.toggled {
    padding-left: 300px;
    margin-right: -400px;
}

#wrapper.toggled.index {
    padding-left: 300px;
    margin-right: 0px !important;
}

#wrapper.index {
    margin-top: 0;
    z-index: 102;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    background-image: url('../img/menu.jpg');
    background-size: 100% 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 100%;
}

#share {
    text-align: center;
    margin-left: -25px;    
    margin-top: 5px;
    padding: 1.5vh 0;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-icons {
    margin: 2vh 1vh !important;
}

.icon {
    display: initial !important;
}

.icon > img {
    width: 20%;
    padding: 0 18px;
    -webkit-filter: grayscale(95%);
    filter: grayscale(95%) !important;
}

.sidebar-nav li {
    text-indent: 20px;
    padding: 1vh 0;
}

.sidebar-nav li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #999999;
    margin: 1vh 0;
}

.sidebar-nav li a td {
    -moz-padding-start: 20px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #cccc00;
    opacity: 0.8;
}

.sidebar-nav li.sidebar-li:hover{
    border-right: #cccc00 thick solid;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.menu-toggle {    
    position: absolute;
    top: 55px;
    margin-left: 10px;
    background-image: url(../fonts/menu1.png);
    background-position: center;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    filter: invert(20%);
    padding: 15px;
    z-index: 101;
}

/*#wrapper.toggled #page-content-wrapper .menu-toggle {
    position: absolute;
    right: 10px;
}

#wrapper #page-content-wrapper .menu-toggle {
    margin-left: 5px;
}*/

.sidebar-nav > .sidebar-li {
    border-bottom: #ccccb3;
    border-width: thin;
    border-bottom-style: solid;
    padding-top: 3px;
    padding-bottom: 3px;
}

.sidebar-nav > .sidebar-selected {
    border-bottom: #ccccb3;
    border-width: thin;
    border-bottom-style: solid;
    border-right-style: solid;
    border-right-width: thick;
    border-right-color: #cccc00;
    padding-top: 3px;
    padding-bottom: 3px;
}

.sidebar-nav > .sidebar-selected a:nth-child(1) {    
    color: #cccc00;
}

.sidebar-nav li table tr td img {
    width: 40px;
    height: 60px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-nav li table tr td{
    font-size: 1.1rem;
}

.side-logo {
    width: 40px;
    height: 55px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px;
}

@media(max-width: 767px) {

    #brand {
        top: 0;
        height: 100px;
        width: 100%;
        border-bottom: #ccccb3 thin solid;
        padding: 0 0;
        background: #000;
        position: fixed;
        z-index: 100;
    }

    #brand > a > img {
        width: 85vw;
        max-width: 350px;
    }

    .start {
        top: 100px;
    }
    #sidebar-wrapper {
        position: absolute;
    }
}

@media(min-width:768px) {
    /*#wrapper > div > .menu-toggle {
        margin-left: -280px;
    }*/

    #wrapper {
        width: 100%;
        overflow: hidden;
    }

    /*#wrapper.toggled > div > .menu-toggle {
        margin-left: 20px;
    }*/
    .sidebar-nav {
        width: 300px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 300px;
    }
    /*#wrapper.toggled #page-content-wrapper .menu-toggle {
        margin-left: 10px;
        position: fixed;
        right: auto;
    }*/
    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        width: 100%;
    }
}
/*
@media(min-width: 1400px) {
    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}*/