.gallery-page {
    position: relative;
}

.gallery-page ul.-list-group li {
    width: 33.33%;
}
.gallery-page .pin-gallery {
    width: 50%;
    position: relative;
}

.gallery-page .pin-gallery .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 165px;
    padding-right: 30px;
}

.gallery-page .pin-gallery .wrapper figure {
    padding-top: 225px;
}

.gallery-page .pin-gallery .wrapper figure .time {
    bottom: 145px;
}

.gallery-page .pin-gallery .wrapper .wordbox {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    height: 130px;
}

.gallery-page .layout li {}

.gallery-page .wrapper {
    display: block;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
}

.gallery-page .wrapper:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: transparent;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.gallery-page .wrapper:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.gallery-page .wrapper:hover:before {
    background-color: #5E7AA2;
}

.gallery-page .wrapper figure {
    position: relative;
}

.gallery-page .wrapper figure .time {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: #5E7AA2;
    color: #fff;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.gallery-page .wrapper .wordbox {
    width: 100%;
    padding: 25px;
    height: 110px;
}

.gallery-page .wrapper .wordbox .title {
    font-size: 18px;
    font-weight: bold;
    color: #5E7AA2;
    line-height: 1.2em;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.gallery-page .wrapper .wordbox .desc {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    font-family: 'tahoma';
}

@media (max-width: 991px) {
    .gallery-page ul.-list-group li {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .gallery-page ul.-list-group li {
        width: 100%;
    }
}
