.top-landing-bg {
    background: url('../../img/parallax.jpg');
    background-attachment: fixed;
    background-size: cover;
}
.landing-brd {
    border-bottom: solid 1px #484c5a;
}

/*---back to top----*/
.back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.back-top a.icon-wrapper {
    background: rgba(0,0,0, 0.2);
    text-align: center;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 38px;
    border-radius: 100%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.back-top a.icon-wrapper:hover {
    background-color: #f8941e;
}


