
/* -- GALLERY WIDGET STYLES -- */

.content .gallery_block {
    display: block;
    margin: 0 auto 15px;
    position: relative;
}
.content .gallery_block .gallery_row {
    display: block;
    text-align: left;
    margin: 0 0 9px 0;
    overflow: hidden;
}
.content .gallery_block .gallery_link,
.content .gallery_block .gallery_span {
    float: left;
    width: auto;
    background-color: #DEDEDE;
    position: relative;
    margin: 0 1% 1% 0;
}
.content .gallery_block .gallery_link_first,
.content .gallery_block .gallery_span_first {
    clear: left;
}
.content .gallery_block .gallery_link_last,
.content .gallery_block .gallery_span_last {
    margin-right: 0;
}
.content .gallery_block .gallery_link {
    cursor: pointer;
}
.content .gallery_block .gallery_span {
    cursor: default;
}
.content .gallery_block .gallery_photo {
    margin: 0;
    padding: 0;
    height: 0;
    width: 100%;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    direction: ltr;
    text-indent: -9999px;
    border-width: 2px;
    display: block;
    float: left;
    overflow: hidden;
}
.content .gallery_block .gallery_photo img {
    display: none;
    margin: 0;
}


/* -- GALLERY PANELS WIDGET STYLES -- */

.content .image_panels {
    overflow: hidden;
    white-space: nowrap;
    border-width: 1px;
    display: block;
    float: none;
    margin: 0 auto 10px;
    height: 210px;
}
.content .image_panels_wrapper {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin: 0;
    height: inherit;
    width: 102%;
    text-align: left;
}
.content .image_panels .no_content {
    margin: 10px;
}
.content .image_panels .panel_block  {
    display: inline-block;
    float: none;
    overflow: hidden;
    margin: 0;
    width: auto;
    height: auto;
    border-right-width: 1px;
    background-color: transparent;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    float: left;
    height: inherit;
}
.content .image_panels .panel_block .block_image  {
    border: 0 none transparent;
    visibility: hidden;
}
.content .image_panels_slideshow {
    position: relative;
}
.content .image_panels_slideshow .image_panels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content .float_sidebar .block_contact_staticmap {
    float: none;
    clear: both;
    margin-bottom: 0;
}

.content .video_block {
    display: block;
    float: left;
    margin: 0 0 18px 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-width: 1px;
}
.content .video_block .block_wrapper {
    display: block;
    float: none;
    position: relative;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: -1px;
}
.content .video_block .block_wrapper iframe,
.content .video_block .block_wrapper video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* -- COLORBOX STYLES -- */

#cboxTitle {

}
#cboxTitle .caption {
    float: left;
}
#cboxTitle .count {
    float: right;
}


/* -- VIRTUAL TOUR WIDGET STYLES -- */

.content .tour_block {
    display: block;
    margin: 0 auto 9px;
    width: auto;
    height: auto;
    border-width: 2px;
    border-style: none;
    overflow: hidden;
}
.content .tour_block.image_border {
    border-style: none none solid;
}
.website .page_banner .tour_block {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    border-width: 0;
}
.content .tour_block .tour_wrapper {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 0;
    border: 0 none transparent;
    overflow: hidden;
    padding-bottom: 75.00%; /* 640 x 480 or 4:3 */
    padding-bottom: 56.25%; /* 1600 x 900 or 16:9 */
    position: relative;
}
.content .tour_block .tour_wrapper .replace_flash {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    border-bottom-style: none !important;
}
.content .tour_block .tour_wrapper .replace_flash .icon {
    display: block;
    position: absolute;
    top: 49%;
    bottom: 51%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 120%;
    color: #BABABA;
}
.content .tour_block .tour_frame {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    width: calc(100% + 1px);
    top: 0;
    left: 0;
    background-color: transparent;
    border: 0 none transparent;
    float: none;
}
.content .tour_block .menu_frame_hidden {
    opacity: 0;
}
.content .tour_block_iframe {
    margin-bottom: 20px;
    border-style: solid !important;
}
.content .tour_block_iframe .tour_wrapper {

}
.content .tour_block_iframe iframe {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content .tour_block .link_zoom {
    display: block;
    margin: 0 auto;
}

.content .pano_tour {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding-bottom: 66.66666666666667%;
    border-style: solid;
    border-width: 2px;
    margin: 0 auto 20px;
}
.content .pano_tour iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
