/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
#snav {
    position: fixed;
    top: 40%;
    z-index: 9999;
    font-size: 18px;
    right: 0;
}

#snav ul { list-style: none; }

#snav * {
    margin: 0;
    padding: 0;
    outline: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#snav li a {
    background-color: #f1f1f1;
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    text-align: right;
}

#snav .fa {
    vertical-align: middle;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    z-index: 4;
}

#snav li span {
    font-size: 15px;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    /*display: block;*/
    padding: 0 15px;
    position: absolute;
    top: 0;
    right:35px;
    visibility: hidden;
    z-index: 3;
}

#snav li a:hover .fa { transform: rotate(360deg); }

#snav li a:hover span { visibility: visible; }


#snav li span { background-color: #555; }

/* icons color and background before hover  */

#snav li .fa {
    background-color: #EEE;
    color: #555
}

/* icons hover color */

#snav li a:hover .fa { color: #fff; }

/* repeated colors from 1 to 10 each hover color repeated after 10 menu items */

#snav li:nth-child(10n+1) span,
#snav li:nth-child(10n+1) a:hover .fa { background-color: #8350DD; }

#snav li:nth-child(10n+2) span,
#snav li:nth-child(10n+2) a:hover .fa { background-color: #4EC5DB; }

#snav li:nth-child(10n+3) span,
#snav li:nth-child(10n+3) a:hover .fa { background-color: #3DC25D; }

#snav li:nth-child(10n+4) span,
#snav li:nth-child(10n+4) a:hover .fa { background-color: #99BE24; }

#snav li:nth-child(10n+5) span,
#snav li:nth-child(10n+5) a:hover .fa { background-color: #38c; }

#snav li:nth-child(10n+6) span,
#snav li:nth-child(10n+6) a:hover .fa { background-color: #ff0000; }

#snav li:nth-child(10n+7) span,
#snav li:nth-child(10n+7) a:hover .fa { background-color: #000; }

#snav li:nth-child(10n+8) span,
#snav li:nth-child(10n+8) a:hover .fa { background-color: #F1A111; }

#snav li:nth-child(10n+9) span,
#snav li:nth-child(10n+9) a:hover .fa { background-color: #777; }

#snav li:nth-child(10n+10) span,
#snav li:nth-child(10n+10) a:hover .fa { background-color: #30555C; }