@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);


.main-menu .fa {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 3vw;
    height: 36px;
    text-align: center;    
    font-size: 2.5vh;
}

.main-menu:hover,
nav.main-menu.expanded {
    width: 16vw;
    overflow: hidden;
    opacity: 1;

}

.main-menu {
    background: #F7F7F7;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 3vw;
    overflow: hidden;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    transform: translateZ(0) scale(1, 1);
    -webkit-transform: translateZ(0) scale(1, 1);
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
    opacity: 1;
    z-index: 10;
}

.main-menu>ul {
    margin: 7px 0;

}

.main-menu li {
    position: relative;
    display: block;
    width: 16vw;
}

.main-menu li>a,
.main-menu li.father,
.main-menu li.usuario{
    position: relative;
    width: 16vw;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #8a8a8a;
    font-size: 2vh;
    text-decoration: none;
    transform: translateZ(0) scale(1, 1);
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .14s linear;
    transition: all .14s linear;
    font-family: 'Strait', sans-serif;    
    padding: 1vh 0;
}

.main-menu .nav-icon {

    position: relative;
    display: table-cell;
    width: 3vw;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;

}

.main-menu .nav-text {

    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: 'Titillium Web', sans-serif;
}

.main-menu .fb-like {

    left: 180px;
    position: absolute;
    top: 15px;
}

a:hover,
a:focus,
.father:hover,
.father:focus{
    text-decoration: none;
    border-left: 0px solid var(--kBege);
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}

nav ul,
nav li,
nav li.father {
    outline: 1vh;
    margin: 0;
    padding: 1vh 0;
}


li.selecionavel:nth-child(2n) {
    background-color: #ededed;
    text-transform: capitalize;
}

li.father{
    background-color: #c8d9f1;
}

.main-menu li:hover {
    background-color: var(--kOceano);
}
.main-menu li:hover a,
.main-menu .father:hover,
.main-menu li.usuario:hover
{
    color: var(--kBege);        
}

.main-menu li:last-of-type{
    background-color: pink;
    position: absolute;
    bottom: 0;    
    padding-bottom: 0.5vh;
}

li.indented{
    display: none;
    margin-left: 1vw;
    font-size: 2vh;
}

li.indented.active{
    display: block;
}