

/*#########################################################################*/

/* Gallery Start */
div.fullscreen_overlay {
    width: 100%;
    height: 100%;
    z-index: 9998;
    opacity: 0.7;
    background-color: #000;
    position: fixed;
    display: none;
}

div.hotspot_gallery_wrap {
    display: table;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    div.hotspot_gallery_wrap {
        margin-left: auto;
        margin-right: auto;
    }
}


div.hotspot_gallery_wrap  div.single_image_block {
    float: left;
    height: 50px;
    width: 87px;
    background-repeat: no-repeat;
}

div.single_image_block {
    cursor: pointer;
}

div.large_image_block_wrapper {
    display: none;
    z-index: 9999;
    position: absolute;
    width: 100%;
    max-width: 750px;
    left: 0;
    background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
    div.large_image_block_wrapper {
        left: 50%;
        top: 50%;
        margin-left: -375px;
        margin-top: -500px;
    }
}

div.large_image_block {
    display: block;
    top: 0;
    left: 0;
    position: relative;
    text-align:center;
    margin: 5px;
}

img.large_image {
    width: 100%;
}

div.gallery_left_nav {
    background-image: url('../../img/col_bovington/left-arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;    
    height: 35px;
    width: 35px;
    cursor: pointer; 
    float: left;
    left: 10px;
}

div.gallery_right_nav {
    background-image: url('../../img/col_bovington/right-arrow.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 10px;
    left: 55px;
    cursor: pointer;
    float: left;
}

div.gallery_close_nav {
    background-image: url('../../img/col_bovington/close.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 10px;
    left: 100px;
    cursor: pointer;
    float: left;
}

/* Gallery END */

/* Header hotspot start */
.header_hotspot_wrap {
    background-color: #f2f2f2;
    width: 100%;
    margin-top: 0;
    text-align: left;
}

.hotspot_text_map_wrap , .hotspot_text_price_wrap, .hotspot_text_article_wrap {
    margin: 0 auto 0 auto;
    padding-top: 40px;
    display: table;
}

@media only screen and (max-width: 767px) {
    .hotspot_text_map_wrap, .hotspot_text_price_wrap, .hotspot_text_article_wrap {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .hotspot_text_map_wrap, .hotspot_text_price_wrap, .hotspot_text_article_wrap { 
        width: 905px;
        padding-bottom: 40px;

    }
}


.hotspot_text_price_wrap p {
   padding: 0;
   margin: 0;
}


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

    .hotspot_text_price_wrap .price_wrap {
        width: auto;
        float: left;
    }

    .hotspot_text_price_wrap .text_block {
        float: right;
        width: 500px;
    }

    .hotspot_text_map_wrap  .text_block {
        width: 250px;   
        float: left;
    }

    .map_wrap {
        float: right;
    }

    .hotspot_text_article_wrap .text_block {
        float: left;
    }

}

@media only screen and (max-width: 767px) {
    .hotspot_text_article_wrap .text_block {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .hotspot_text_article_wrap .text_block {
        width: 403px;
        margin-right: 49px;
    }
}

.header_hotspot_wrap li {
    list-style-type: circle;
}

.hotspot_text_article_wrap .imageless_index_box_wrap h3 {
    margin-top: 0;
}

.hotspot_text_article_wrap .imageless_index_box_wrap {
    width: 200px;
}

@media only screen and (max-width: 767px) {
    .hotspot_text_map_wrap iframe {
        width: 100%;
        margin-top: 20px;
    }
}

/* Header hotspot end */

/* Audio hotspot Start */
.hotspot_audio_box_wrap {
    margin-bottom: 40px;
}

.hotspot_audio_box_wrap .title {
    width: 210px;
    float: left;
    margin-bottom: 10px;
}

.headphone_btn  {
    background-image: url('../../img/col_bovington/headphone.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    width: 45px;
    margin-bottom: 10px;
}

.hotspot_audio_box_wrap .summary {
    clear: both;
}
/* Audio hotspot end */

/* Text hotspot Start */

.hotspot_text_box_wrap {
    margin-bottom: 40px;
    padding: 15px;
    background-color: #eeeeee;
}

.hotspot_text_box_wrap .title {
    margin-bottom: 10px;
}
/* Text hotspot End */
