body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dubai360-header__logo-languaje {
    float: left;
    padding-top: 5px;
}

.dubai360-header__logo-languaje div {
    width: 100%;
    height: 100%;
}

.dubai360-header__logo-languaje div img {
    height: 27px;
    width: 55px;
}

.explore__listContainer .slick-active .listItem__icon-category {
    border-bottom: unset;
}

#playaudio {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 10px;
    top: 69px;
    display: block;
    z-index: 2000;
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
}

#playaudio img {
    width: 60%;
    height: 60%;
}

.modal {
    position: absolute;
    padding: 30px;
    background: #fff;
    width: 60%;
    height: 70%;
    z-index: 2000;
    top: 14%;
    left: 18%;
}
.modal .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}


/* mobile */
@media (max-width: 768px) {
    .listItem-wrapper.is-active .listItem {
        border-bottom: 2px solid #c23691;
    }
    .time_data {
        flex-direction: column;
        align-items: unset;
    }
    .time_data > div {
        padding: 10px 0 10px 0;
    }
    #website_box {
        padding-left: 0;
    }
}

.js-icon.icon-wrapper__icon a, .icon-wrapper--selected a {
    text-decoration: none;
    color: #2a2a2f;
}

.sitemap-block.section-help {
    height: auto;
    padding-top: 40px;
    flex-direction: column;
}

#information-modal {
    height: auto;
}

.fancybox-button.fancybox-close-small {
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
}

.fancybox-button.fancybox-close-small svg {
    width: 44px;
    position: fixed;
    height: 44px;
    top: 6px;
}


.information-modal {
    width: 49%;
}

.image-block {
    margin-bottom: 8px;
}

.image-block img {
    max-width: 100%;
}

.ndd-annotator-container {
    margin: 0 auto;
}

.gobacktosite {
    position: absolute;
    width: 172px;
    height: 40px;
    left: 62px;
    top: 77px;
    display: block;
    z-index: 1000;
    padding: 10px;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    display: flex;
}

.gobacktosite span {
    padding-left: 6px;
    margin-top: 2px;
}

.gobacktosite a {
    color: #000;
}

.gobacktosite img {
    width: 24px;
    height: 24px;
}
.category-name {
    padding: 0 0 15px 10px;
}
.category-information {
    max-height: 192px;
    overflow: scroll;
    color: #666;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 0.8em;
}
@media only screen and (max-width: 600px) {
    .fancybox-container .content img {
        width: 100%;
    }

    .information-modal {
        width: 90%;
    }
}
