#ta-widget {
    display: none;
}

.ta-box {
    display: none;
}

.TA_selfserveprop {
    display: flex;
}

@media screen and (max-width: 685px) {
    .ta-box {
        display: none !important;
    }
}

@media screen and (min-width: 686px) {

    #ta-widget {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        /*height: 130px;
        width: 130px;*/
        width: 88px;
        height: 78px;
        background: transparent url('/images/tripadvisor/tripadvisor.png') center center repeat;
        cursor: pointer;
        z-index: 1000;
    }

    .ta-box {
        display: none;
        position: fixed;
        bottom: -300px;
        left: -210px;
        border: 10px solid #589442;
        z-index: 9999;
        -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.45);
    }

    .ta-box-close {
        position: absolute;
        width: 52px;
        height: 52px;
        top: -36px;
        right: -36px;
        background: transparent url('/images/tripadvisor/cross.png') center center repeat;
        cursor: pointer;
    }

}
