/*******************************
    Footer  - The right choice
*******************************/

.footer-5809 {
    overflow: hidden;
}

.footer-5809 .footer__to-top {
    z-index: 5;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    font-size: 24px;
    line-height: 1;
    opacity: 0;
	transition: opacity .4s;
	pointer-events: none;
}

.footer-5809 .footer__to-top.is-showing {
	opacity: 1;
	pointer-events: all;
}

.footer-5809 .footer__to-top:hover {
	opacity: .8;
}

.footer-5809 .footer__background-bottom {
    width: 150vw;
    right: -5vw;
    top: 0;
    bottom: 0;
    position: absolute;
    transform: skew(35deg, 0deg)
}

@media (min-width: 767px) {
    
    .footer-5809 .footer__bar .footer__line {
        display: inline-block;
        width: 1px;
        margin: 0 10px;
        height: 18px;
        line-height: 20px;
        vertical-align: middle;
    }

    .footer-5809 .footer__bar ul li:last-child .footer__line {
        display: none;
    }

    .footer-5809 .footer__to-top {
        font-size: 34px;
        line-height: 1;
    }
}

@media (max-width: 1199px) {
    .footer-5809 .footer__col-bg {
        transform: none !important;
    }
}


