i:before{
    position: relative;
}
[class^="icon-"], [class*=" icon-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    min-width: 25px;
    min-height: 25px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'chat';
  src:  url('../fonts/chat.eot');
  src:  url('../fonts/chat.eot#iefix') format('embedded-opentype'),
    url('../fonts/chat.ttf') format('truetype'),
    url('../fonts/chat.woff') format('woff'),
    url('../fonts/chat.svg#login') format('svg');
  font-weight: normal;
  font-style: normal;
}

.nav-slide {
    position: fixed;
    bottom: 10px;
    right: 0px;
    width: 100px;
    z-index: 99;
    display: none;
}
.btn-slide {
    position: absolute;
    top: 0;
    left: -60px;
    width: 20px;
    height: 20px;
    padding: 10px;
    background: #0968fe;
    color: #FFF;
    cursor: pointer;
    border-radius: 100%;
    box-sizing: content-box;
}
.head-slide
{
    position: relative;
    top: 0;
    left: 0;
    width: 180px;
    height: 22px;
    padding: 10px;
    margin: 0;
    background: #000;
    color: #FFF;
    cursor: pointer;
}
.nav
{
    list-style: none;
    padding: 0;
    margin: 0;
    background: #CCC;
    border-bottom-right-radius: 5px;
}
.nav li
{
}
.nav li a
{
    display: block;
    padding: 5px 0 5px 10px;
}
.nav li a:hover
{
    text-decoration: none;
    background: #AAA;
    color: #FFF;
}
.nav-body:last-child .nav li:last-child a
{
    border-bottom-right-radius: 5px;
}
.fa-lg {
    line-height: normal;
    vertical-align: middle;
    width: 20px;
    display: block;
    text-align: center;
}
.fa-gears:before, .fa-cogs:before {
    font-family: 'chat';
    content: "\e900";
    font-size: 20px;
    font-style: normal;
    top: -1px;
}
.fa-spin:before {
    font-family: 'close';
    content: "\e900";
    font-size: 14px;
    top: 0;
}
.fa-spin {
    -webkit-animation: none;
    animation: none;
}

@media only screen and (max-width:1024px){
.nav-slide {
    position: fixed;
    bottom: 30px;
    right: 0px;
    width: 100px;
    z-index: 99;
    display: block;
}
}

@media only screen and (max-width:767px){
.nav-slide {
    bottom: 25px;
}
}