/* to top */
#toTop { 
    background: rgba(0, 147, 143, 0.7) none repeat scroll 0 0;
    border: medium none;
    bottom: 10px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    height: 51px;
    overflow: hidden;
    padding: 5px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 100%;
    transition: all 0s ease-in-out 0s;
    width: 51px;
    z-index: 999;
}
#toTop::after {
    color: #fff;
    content: "\f106";
    display: block;
    font-family: "FontAwesome";
    font-size: 27px;
    left: -29px;
    padding-left: 5px;
    position: absolute;
    top: 7px;
}
#toTop:hover {
    background: rgba(0, 147, 143, 1) none repeat scroll 0 0;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}
/* to top */
#toTop { 
    background: rgba(0, 147, 143, 0.7) none repeat scroll 0 0;
    border: medium none;
    bottom: 10px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    height: 51px;
    overflow: hidden;
    padding: 5px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 100%;
    transition: all 0s ease-in-out 0s;
    width: 51px;
    z-index: 999;
}
#toTop::after {
    color: #fff;
    content: "\f106";
    display: block;
    font-family: "FontAwesome";
    font-size: 27px;
    left: -29px;
    padding-left: 5px;
    position: absolute;
    top: 7px;
}
#toTop:hover {
    background: rgba(0, 147, 143, 1) none repeat scroll 0 0;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}