.btl_component_gallery_viewer{}
.btl_component_gallery_viewer .gallery_container{display: table;width: 100%;position: relative;}
.btl_component_gallery_viewer .gallery_cell{display: inline-block;float: left;width: calc((100% - 250px)/2);vertical-align: top;}
.btl_component_gallery_viewer .gallery_cell.img_viewer{width: 250px;padding: 0 25px 25px;vertical-align: middle;}
.btl_component_gallery_viewer .gallery_cell.img_viewer img{width: 100%;}
.btl_component_gallery_viewer .gallery_item{display: table;width: 100%;margin-bottom: 30px;cursor: pointer;}
.btl_component_gallery_viewer .gallery_icon{background-color: #fff;border: 1px solid #cccccc;border-radius: 50%;display: inline-block;float: left;width: 60px;height: 60px;text-align: left;vertical-align: middle;line-height: 55px;}
.btl_component_gallery_viewer .gallery_item:hover .gallery_icon,
.btl_component_gallery_viewer .gallery_item.active .gallery_icon,
.btl_component_gallery_viewer .gallery_item.active:hover .gallery_icon{background-color: #214c7f;border-color: #214c7f;}
.btl_component_gallery_viewer .gallery_icon img{display: inline-block;width: auto;height: auto;max-width: 60px;max-height: 60px;padding: 15px;margin: -1px;vertical-align: middle;}
.btl_component_gallery_viewer .gallery_icon img.icon_n{display: inline-block;}
.btl_component_gallery_viewer .gallery_icon img.icon_h{display: none;}
.btl_component_gallery_viewer .gallery_item:hover img.icon_n,
.btl_component_gallery_viewer .gallery_item.active .gallery_icon img.icon_n,
.btl_component_gallery_viewer .gallery_item.active .gallery_icon:hover img.icon_n{display: none;}
.btl_component_gallery_viewer .gallery_item:hover img.icon_h,
.btl_component_gallery_viewer .gallery_item.active .gallery_icon img.icon_h,
.btl_component_gallery_viewer .gallery_item.active .gallery_icon:hover img.icon_h{display: inline-block;}
.btl_component_gallery_viewer .gallery_info{display: inline-block;float: left;width: calc(100% - 60px);text-align: left;padding-left: 15px;padding-right: 0;    vertical-align: middle;}
.btl_component_gallery_viewer .gallery_cell:first-child .gallery_icon{float: right;}
.btl_component_gallery_viewer .gallery_cell:first-child .gallery_info{float: right;text-align: right;padding-left: 0;padding-right: 15px;}
.btl_component_gallery_viewer.style_left .gallery_cell:first-child .gallery_icon{float: left;}
.btl_component_gallery_viewer.style_left .gallery_cell:first-child .gallery_info{float: left;text-align: left;padding-left: 15px;padding-right: 0;}
.btl_component_gallery_viewer .gallery_info p{margin-bottom: 0;}
.btl_component_gallery_viewer .gallery_info p.item_title{color: #214c7f;margin-bottom: 20px;}
.btl_component_gallery_viewer .gallery_btn{text-align: center;margin-bottom: 30px;}
.btl_component_gallery_viewer .gallery_btn .btl_bt{padding: 6px 25px;background-color: #214c7f;color: #fff;}
.btl_component_gallery_viewer .gallery_btn .btl_bt:hover,
.btl_component_gallery_viewer .gallery_btn .btl_bt:active,
.btl_component_gallery_viewer .gallery_btn .btl_bt:focus{background-color: #fff;color: #214c7f;}
@media (max-width: 991px){
    .btl_component_gallery_viewer .gallery_cell{display: block;float: none;width: 100%;}
    .btl_component_gallery_viewer .gallery_cell.img_viewer{width: 100%;text-align: center;}
    .btl_component_gallery_viewer .gallery_cell.img_viewer img{width: auto;max-height: 400px;margin: 15px 0;}
}