/** Fox character **/
#rt-sidebar-a {
    height: 600px;
    width: 360px;
    background-image: url('../../../images/boatfax_foxy_left.png');
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
    top: 30px;
    z-index: 1;
}

#rt-header {
    background: none !important;
}

.rt-grid-9 {
    z-index: 1;
    margin-top: 20px !important;
}

#rt-main {
    padding-top: 0px !important;
}

.gf-menu, .gf-menu .dropdown, .gf-menu .dropdown ul, .gf-menu .dropdown ul li, .gf-menu .dropdown ul li a
.rt-grid-6 .rt-omega {
    position: relative;
    z-index: 10;
}

@media all and (max-width: 770px) {
    #rt-sidebar-a {
        display: none;
    }
}