#search_logo_nav #search_field_icon,
#nav_bottom {
    display: none;
}

#search_logo_nav {
    position: fixed;
    background: white;
    z-index: 2;
}

#detail_fixed_top {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    background: white;
    padding-bottom: 0px;
    z-index: 1;
}

#detail_container {
    width: 100%;
}

#back_btn {
    width: 90%;
    max-width: 990px;
    margin: 20px auto 10px;
    display: flex;
    align-items: center;
    /* color: #cdcfd2; */
    font-size: 18px;
}

#back_btn img {
    width: 10px;
    margin-right: 15px;
    transform: rotateY(180deg);
}

#back_btn:hover {
    color: #b7422f;
}

#back_btn:hover img.no_hover,
img.hover {
    display: none;
}

#back_btn:hover img.hover {
    display: block;
}


#detail_share_btn {
    position: absolute;
    right: calc(5vw - 15px);
    top: 20px;
    transform: translate(-15px, 0px)
}

#detail_share_lable,
#detail_copied {
    display: none;
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    font-size: 12px;
    width: 184px;
    transform: translate(0px, -50%);
    color: black;
}

#detail_copied {
    transform: translate(0px, 140%);
    background: white;
    color: green;
}

#top_hr {
    border: none;
    height: 2px;
    opacity: 0.7;
    width: 100%;
    background: #cdcfd2;
}


#detail_content {
    width: 90%;
    max-width: 1100px;
    margin: 235px auto 0px;
    position: relative;
}

/* top nav */
#detail_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    /* width: 90%; */
    margin: auto;
}

#detail_nav #icon_3d {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b7422f;
}


#icon_3d img {
    width: 50%;
}

.result_3d_lable {
    visibility: hidden;
    position: absolute;
    background: white;
    color: black;
    right: 100%;
    width: 180px;
    text-align: center;
    padding: 1px 3px;
    border-radius: 0px 2px 2px 0;
    overflow: hidden;
}

#detail_nav #icon_3d:hover .result_3d_lable {
    visibility: visible;
}



#arrow_left {
    transform: rotateY(180deg);
}

.nav_arrow {
    opacity: 0;
}

.nav_arrow img {
    width: 20px;
}

/* result data */
.header_image {
    height: 300px;
    background-color: #ececed;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_image img {
    max-width: 100%;
    max-height: 100%;
}

/* header text */
#header_block {
    position: relative;
    margin: 15px 0 20px;
    /* max-width: 800px; */
}

.block_title {
    color: #8c8c8c;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}


.item_title {
    font-size: 26px;
    color: #b7422f;
    font-weight: 400;
    margin-bottom: 10px;
    width: calc(100% - 50px);
    /* max-height: 135px; */
    overflow: hidden;
}

.block_text {
    font-size: 20px;
    font-weight: 200;
}

/* names seperator */
span.middot {
    background: #736f6f;
    width: 3px;
    height: 3px;
    margin: auto 3px;
    border-radius: 10px;
    display: inline-block;
    transform: translate(3px, -5px);
}

#detail_sep {
    font-size: 26px;
    color: #b7422f;
    font-weight: 100;
    margin: 20px 0 15px;
    max-width: 800px;
}

#detail_sep hr {
    border: none;
    height: 2px;
    opacity: 0.7;
    width: 100%;
    background: #b7422f;
}

.text_block {
    margin-bottom: 20px;
    max-width: 800px;
}


.detail_ext_btn {
    width: 25%;
    max-width: 230px;
    min-width: 180px;
    background-color: #b7422f;
    color: white;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    padding: 6px 10px;
    margin: 0px 15px 25px 0;
    display: inline-block;
}

.detail_ext_btn:hover {
    color: black;
}

#download_img_pop_background {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

#download_img_pop {
    display: none;
    position: fixed;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    z-index: 6;
    background: rgba(0, 0, 0, 0.4);
}

#download_img_pop_inner {
    background-color: whitesmoke;
    padding: 20px;
    width: 70%;
    max-width: 340px;
    line-height: 22px;
    position: relative;
    margin: auto;
    top: 50%;
    /* transform: translate(0, -50%); */
    transform: translate(0, calc(-50% - 0.5px));
}

#download_img_pop_text {
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    margin: 30px auto 10px;
}

#download_img_pop_btn_close {
    height: 40px;
    width: 80%;
    max-width: 200px;
    background-color: #b7422f;
    color: whitesmoke;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 35px;
}


.keyword_search,
.rights_info {
    border-bottom: 1px solid;
}



.keyword_search:hover,
.rights_info:hover,
.geoinfo:hover {
    color: #b7422f;
    cursor: pointer;
}

/* 3D adjusments  */
#control_btns_container {
    bottom: 120px;
}


@media screen and (min-width: 1200px) {
    #search_logo_nav {
        /* left: calc(50% + 25px);
        transform: translate(-50%, 0px);
        max-width: 1200px; */
        max-width: unset;
        width: calc(100vw - 50px);
        left: 50px;
    }

    #detail_container {
        margin-right: 50px;
    }

    #detail_fixed_top {
        position: fixed;
        width: calc(90% - 45px);
        max-width: 1100px;
        background: white;
        padding: 0 5% 10px;
        z-index: 1;
        left: calc(50% + 25px);
        transform: translate(-50%, 0px);
    }

    #detail_share_btn {
        transform: translate(-50%, 0px);
    }






    #content {
        margin-left: 50px;
        width: calc(100% - 50px);
    }

    #detail_fixed_top.show_3d,
    #search_logo_nav.show_3d {
        transform: translate(-50%, 99vh) !important;
    }

    #back_btn {
        width: 90%;
        margin: 20px 0 10px;
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    #loading {
        left: 50%;
    }

}



/* .show_3d {
	transform: translate(0, 92vh) !important;
} */



@media only screen and (min-width: 550px) {
    #detail_share_btn:hover #detail_share_lable {
        display: block;
    }

    #detail_copied {
        transform: translate(0px, -50%);
    }
}



/* mobile till 500px */
@media only screen and (max-width: 500px) {
    /* #detail_fixed_top.show_3d,
    #search_logo_nav.show_3d {
        transform: translate(0, 99vh) !important;
        transform: translate(0, calc(var(--vh, 1vh) * 90)) !important;
    } */

    #control_btns_container {
        bottom: 170px;
    }
}



@media screen and (max-width: 500px) {
    .block_title {
        font-size: 14px;
    }

    .item_title,
    #detail_sep {
        font-size: 22px;

    }

    .block_text,
    .detail_ext_btn {
        font-size: 18px;
    }

}