@media (max-width: 1100px) {

    .adventure-card-price {
        position: absolute;
        top: 30px;
        right: 0px;
        height: 35px;
        font-size: 16px;
        padding: 8px 20px 8px 20px;
    }

    .adventure-user-yo {
        position: absolute;
        top: 41px;
        left: 0px;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .card-user-user-cont {
        height: 147px;
        width: 147px;
    }

    .card-user-user-img-guide-animal {
        height: 36px;
        bottom: 0px;
        right: 0px;
    }

    .card-user-user-img-guide-animal-accepted {
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 18px;
    }

    .adventure-card-activity-box {
        width: 54px;
        height: 54px;
        padding: 12px;
        -moz-border-radius: 225px;
        -webkit-border-radius: 225px;
        border-radius: 225px;
    }

    .accepted-container {
        height: 55px;
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .adventure-card-user-accepted {
        width: 35px;
    }

    .adventure-card-user-accepted-img {
        width: 55px;
        height: 55px;
    }

    .adventure-map-rounded
    {
        height:319px !important;
    }

    .adventure-p-r {
        padding-right: 0px;
    }

    .adventure-card-user-accepted-img-plus {
        position: absolute;
        left: 5px;
        top: 50%;
        -moz-border-radius: 280px;
        -webkit-border-radius: 280px;
        border-radius: 280px;
        background-size: cover;
        background-position: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-family: zonzers-font-semibold;
        font-size: 12px;
        border: solid 1px black;
    }



    .adventure-detail-move {
        position: fixed;
        width: 30px;
        height: 50px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-size: cover;
        background-position: center;
    }


    .adventure-detail-move img {
        width: 40%;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .adventure-detail-pre {
        left: 0px;
        -moz-border-radius: 0px 35px 35px 0px;
        -webkit-border-radius: 0px 35px 35px 0px;
        border-radius: 0px 35px 35px 0px;
    }

        .adventure-detail-pre .opacity {
            -moz-border-radius: 0px 35px 35px 0px;
            -webkit-border-radius: 0px 35px 35px 0px;
            border-radius: 0px 35px 35px 0px;
            position:absolute;
            top:0px;
            left:0px;
            bottom:0px;
            right:0px;
            background-color:#0000007c;
        }

        .adventure-detail-post {
            right: 0px;
            -moz-border-radius: 35px 0px 0px 35px;
            -webkit-border-radius: 35px 0px 0px 35px;
            border-radius: 35px 0px 0px 35px;
        }

            .adventure-detail-post .opacity {
                -moz-border-radius: 35px 0px 0px 35px;
                -webkit-border-radius: 35px 0px 0px 35px;
                border-radius: 35px 0px 0px 35px;
                position: absolute;
                top: 0px;
                left: 0px;
                bottom: 0px;
                right: 0px;
                background-color: #0000007c;
            }

    .card-user-user-img-guide-animal-bg {
        position: absolute;
        bottom: 0px;
        right: 8px;
        width: 37px;
        padding: 6px;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
        border-radius: 80px;
    }

        .card-user-user-img-guide-animal-bg img {
            width: 100%;
        }

}
