@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Muli);



/* ScrollToTop */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 17px;
    right: 17px;
}

    .back-to-top i {
        display: block;
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        /*background-color: #0070e7;*/
        background-color: #002fa7;
        border-radius: 0px;
        text-align: center;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .back-to-top i:hover {
            background-color: #004997;
        }
