#gall_container_gallery {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #FFF;
    background-image: none;
    border: 0px #CCCCCC solid;
    box-sizing: border-box;
    clear: both;
    display: table;
    position: relative;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
#container_gallery {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px 30px 15px;
}
#container_gallery .row {
    margin-left: -15px;
    margin-right: -15px;
}
#container_gallery .col-1 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
#container_gallery .col-1 {
    float: left;
}
#container_gallery .col-1 {
    background-color: transparent;
    background-image: none;
    text-align: center;
    width: 100%;
}
#container_gallery:before,
#container_gallery:after,
#container_gallery .row:before,
#container_gallery .row:after {
    content: " ";
    display: table;
}
#container_gallery:after,
#container_gallery .row:after {
    clear: both;
}
@media (max-width: 800px) {
    #container_gallery .col-1 {
        float: none;
        width: 100%;
    }
}
#photo_gallery {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    font-size: 0;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
#photo_gallery .thumbnails {
    margin: 0;
}
#photo_gallery .thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding: 3px 3px 3px 3px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 33.33333333%;
}
#photo_gallery .thumbnail img {
    border: 0px #000000 solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
#photo_gallery .clearfix:before,
#photo_gallery .clearfix:after,
#photo_gallery .thumbnails:before,
#photo_gallery .thumbnails:after {
    content: " ";
    display: table;
}
#photo_gallery .clearfix:after,
#photo_gallery .thumbnails:after {
    clear: both;
}
#photo_gallery .visible-col3 {
    display: block;
}
#gall_photo_gallery {
    display: inline-block;
    width: 100%;
    z-index: 0;
}
