/*
* @By Vi Quang Hoa
* @Mobile 0983.50.99.56
* @Email vyquanghoa@gmail.com
* @Website http://viquanghoa.com
* @Yahoo vyquanghoa
* @Skype vyquanghoa
* @Facebook https://www.facebook.com/vyquanghoa
* @Created on Oct 22, 2014, 2:45:40 PM
*/
.vsidebar{
    position: fixed;
    right: 0;
    top: 206px;
    z-index:1000;
}
.vsidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.vsidebar li{
    margin-bottom: 1px;
    height: 80px;
}
.vsidebar li a{
    display: block;
    position: relative;
}
.vsidebar li .icon{
    display: block;
    width: 80px;
    height: 80px;
    background: #eae9e2;
    overflow: hidden;
}
.vsidebar li .txt{
    display: none;
    position: absolute;
    right: 80px;
    height: 80px;
    line-height: 80px;
    top: 0;
    white-space: nowrap;
    color: #2e444e;
    padding: 0 20px;
    font-size: 14px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: #eae9e2;
}
.vsidebar li:hover .txt{
    width: auto;
    padding: 0 20px;
    border-right: 1px solid #eae9e2;
}
/*.vsidebar li:hover .icon{*/
/*    background: #0c223e;*/
/*}*/
.vsidebar li:hover .icon:before{
    border-left: 1px solid #eae9e2;
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0
}
@media only screen and (max-width: 680px) {
     .vsidebar{
        position: fixed;
        left: 0;
        bottom: 0px;
        z-index: 1000;
        width: 100%;
        top:auto;
    }
    .vsidebar ul{
       margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        width: 100%;
        display: block;
        background: #eae9e2;
    }
    .vsidebar li{
          margin-bottom: 1px;
        height: 60px;
        width: 20%;
        float: left;
            background: #eae9e2;
            text-align:center;
    }
    .vsidebar li a{
        display: block;
        position: relative;
    }
    .vsidebar li .icon{
        display: block;
        width: auto;
        height: 80px;
        background: #eae9e2;
        overflow: hidden;
    }
    .vsidebar li .icon img{ height:60px;}
    .vsidebar li .txt{
        display: none;
        position: absolute;
        left: 0px;
        height: 80px;
        line-height: 80px;
        top: -81px;
        white-space: nowrap;
        color: #2e444e;
        padding: 0 20px;
        font-size: 14px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        background: #eae9e2;
    }
    .vsidebar li:hover .txt{
        width: auto;
        padding: 0 5px;
        width:400px;
     left:0px;
     display:none !important;
    }
    .vsidebar li:hover .icon{
        background: #2e444e;
    }
    .vsidebar li:hover .icon:before{
        border-left: 1px solid #eae9e2;
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0
    }
}