﻿.bcms-gallery-back-link {
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: 400;
}

.bcms-gallery-image-holder {
    -moz-box-sizing: border-box;
    border: 1px solid #ECECEC;
    float: left;
    height: 198px;
    margin: 0 0 1px 1px;
    overflow: hidden;
    position: relative;
    width: 310px;
}

    .bcms-gallery-image-holder:first-child {
        margin-left: 0;
    }

    .bcms-gallery-image-holder > img {
        max-width: 310px;
    }

    .bcms-gallery-image-holder:hover {
        border-color: #38393C;
    }

        .bcms-gallery-image-holder:hover .bcms-gallery-image-name {
            height: 51px;
        }

.bcms-gallery-image-name {
    background: none repeat scroll 0 0 #38393C;
    bottom: 0;
    height: 0;
    left: 0;
    padding: 0 16px;
    position: absolute;
    transition: height 0.1s ease-in-out 0s;
    width: 280px;
}

    .bcms-gallery-image-name h4 {
        color: #2EADD5;
        font-size: 16px;
        line-height: 1.3em;
        margin: 5px 0 0;
    }

    .bcms-gallery-image-name span {
        color: #B5B5B5;
        font-size: 12px;
        margin-right: 7px;
    }

.bcms-gallery-title time {
    display: block;
    font-weight: 400;
    line-height: 16px;
}

.bcms-album-holder {
    -moz-box-sizing: border-box;
    border: 1px solid #ECECEC;
    float: left;
    height: 198px;
    margin: 0 0 1px 1px;
    overflow: hidden;
    position: relative;
    width: 310px;
}

    .bcms-album-holder:first-child {
        margin-left: 0;
    }

    .bcms-album-holder > img {
        max-width: 310px;
    }

    .bcms-album-holder:hover {
        border-color: #38393C;
    }

        .bcms-album-holder:hover .bcms-album-name {
            height: 51px;
        }

.bcms-album-name {
    background: none repeat scroll 0 0 #38393C;
    bottom: 0;
    height: 0;
    left: 0;
    padding: 0 16px;
    position: absolute;
    transition: height 0.1s ease-in-out 0s;
    width: 280px;
}

    .bcms-album-name h4 {
        color: #2EADD5;
        font-size: 16px;
        line-height: 1.3em;
        margin: 5px 0 0;
    }

    .bcms-album-name span {
        color: #B5B5B5;
        font-size: 12px;
        margin-right: 7px;
    }

/*gallery inner*/
.thumbnails {
    padding-top: 37px;
}

    .thumbnails a {
        float: left;
        width: 54px;
        height: 34px;
        margin: 0 5px 5px 0;
        cursor: pointer;
        overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .thumbnails a.active-image {
            border: 3px solid #2dacd4;
        }

        .thumbnails a img {
            width: 100%;
        }

.gallery-view {
    width: 100%;
    height: 400px;
}

    .gallery-view img.current {
        cursor: pointer;
    }

.gallery-scrollbar {
    position: relative;
    height: 14px;
    padding: 2px;
    margin-top: 20px;
    background: #f8f8f8;
    border: 1px solid #ececec;
    overflow: hidden;
}

.gallery-slider {
    position: absolute;
    top: 2px;
    height: 14px;
    width: 50px;
    background: #2dacd4;
    cursor: w-resize;
}

.lightbox-image {
    overflow-y: auto;
    cursor: pointer;
}

.gallery-title {
    width: 100%;
    color: #F1F1F1;
    font-family: Arial Rounded MT Bold,Arial;
    margin-top: 5px;
    text-align: center;
}

    .gallery-title h1 {
        font-size: 14px;
        font-weight: normal;
        line-height: 21px;
        margin: 0;
    }

    .gallery-title h2 {
        font-size: 11px;
        font-weight: normal;
        margin: 0;
    }