/* ========================================================================== 
Scroll to top block Styles 
 ========================================================================== */
 .scroll-top {
    background-color : #2e3641;
    display : none;
    font-size : 28px;
    line-height : 50px;
    color : #fff;
    position : fixed;
    right : 15px;
    bottom : 50px;
    width : 50px;
    height : 50px;
    z-index : 9999;
    text-align : center;
    cursor : pointer;
    -webkit-transition : all .35s linear;
    -o-transition : all .35s linear;
    -moz-transition : all .35s linear;
    transition : all .35s linear;
}