

.cssmenu{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    background-color: #000;
    padding-top: 60px;
    transition: 0.7s; 
    overflow-x: hidden;
    top: 0;


}

.cssmenu ul{
    padding: 0;
}



.cssmenu a{
    display: block;
    padding: 20px 30px;
    color: #ccc;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
}



.cssmenu li:hover{
    border-left: 10px solid #f7931d;
    background-color: #34383d;
}

.cssmenu a:hover{
    color: #f7931d;
    transition: .5s;
}


.cssmenu .close{
    position: absolute;
    top: 0; 

}


.cssmenu .close .fa{
    color: #fff;
    font-size: 30px
}

#content{
    transition: margin-right .7s;
    overflow: hidden !important;
    width: 100%;
}



.open-menu{
    color: #fff;
    font-size: 18px;
}


.slide img{
    float: right;
    margin-top: 20px;
}


