﻿.mb-3 {
    margin-bottom: 15px;
}

/* HOME */

.gallery {
    max-height: 640px;
    overflow-x: hidden;
    max-width: 1310px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

        .gallery > div > a > div {
            border: solid 1px #00000078;
            border-radius: 10px;
            box-shadow: 1px 2px 10px 2px #808080bf;
            height: 280px;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

    .gallery > div > a img,
    .gallery-comp img {
        min-height: 300px;
        max-height: 400px;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        z-index: -1;
    }

    /*.gallery .background {
        background-color: #000000a1;
        width: 100%;
        height: 100%;
        color: white;
        display: inline-table;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 0.2s, opacity 0.2s linear;
    }*/

    .gallery > div > a > div:hover .background {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.2s linear;
    }

    .gallery > div > a > div:hover img {
        transform: rotate(5deg) scale(1.1);
        transition-duration: 0.2s;
    }

        /*.gallery .background i {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 10em;
        }*/

    .gallery .pics {
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .gallery .animation {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

/* PAGE GALLERY */

#ctnr-gallery {
    width: 80%;
    max-width: 1400px;
}

.gallery-page {
    position: relative;
    overflow: hidden;
    margin: 25px 0px;
}

.gallery-comp {
    height: 460px;
    margin-bottom: 25px;
}

.hs-caph5 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 5px;
}

.hs-capdiv {
    padding: 0px 10px;
}

.gallery-inner {
    border: 1px solid #DDDDDD;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    height: 460px;
}

    .gallery-comp:hover .gallery-inner {
        border: 1px solid #6B6B6B;
    }

    .gallery-comp img {
        min-height: 350px !important;
        max-height: 400px !important;
        z-index: initial !important;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition-duration: 0.2s;
    }

    .gallery-comp:hover img {
        transform: scale(1.1);
        transition-duration: 0.2s;
    }

    .gallery-comp .image-inner {
        position: relative;
        background: #fff;
        border-radius: 3px 3px 0 0;
        overflow: hidden;
        height: 260px;
        width: 100%;
    }

    .gallery-comp .image a {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }

    .gallery-comp .image-inner p {
        position: absolute;
        top: 15px;
        left: 0;
        background: url(../img/transparent/black-0.6.png);
        background: rgba(0,0,0,.6);
        color: #fff;
        padding: 5px 15px;
        margin: 0;
    }

    .gallery-comp .image-info {
        background: #fff;
        padding: 20px;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

        .gallery-comp .image-info .title {
            line-height: 18px;
            font-size: 18px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
            font-weight: bold;
            padding-bottom: 20px;
            padding-top: 5px;
        }

        .gallery-comp .image-info .desc {
            line-height: 16px;
            font-size: 15px;
            height: 115px;
            overflow: hidden;
            text-align: left;
            word-break: break-all;
            text-overflow: ellipsis;
        }

@media (max-width: 1500px) {

    /* PAGE GALLERY */
    #ctnr-gallery {
        width: 90% !important;
    }
}

@media (max-width: 1300px) {

    /* PAGE GALLERY */
    #ctnr-gallery {
        width: 95% !important;
    }
}

@media (max-width: 1100px) {

    /* PAGE GALLERY */
    #ctnr-gallery {
        width: 100% !important;
    }
}

@media (max-width: 992px) {

    /* PAGE GALLERY */
    #ctnr-gallery {
        width: 70% !important;
    }

    .gallery-comp {
        height: 430px !important;
    }

    .gallery-inner {
        height: 430px !important;
    }

    .gallery-comp .image-inner {
        height: 250px !important;
    }

    .gallery-comp .image-info .desc {
        height: 95px !important;
    }

    .hs-caph5 {
        font-size: 24px !important;
    }
}

@media (max-width: 877px) {

    /* PAGE GALLERY */
    #ctnr-gallery {
        width: 75% !important;
    }
}

@media (max-width: 821px) {

    /* PAGE GALLERY */
    #ctnr-gallery {
        width: 85% !important;
    }
}


@media (max-width: 762px) {

    /* PAGE GALLERY */
    #ctnr-gallery {
        width: 90% !important;
    }

    .hs-caph5 {
        font-size: 22px !important;
    }
}

@media (max-width: 620px) {

    /* PAGE GALLERY */
    #ctnr-gallery {
        width: 100% !important;
    }
}

@media (max-width: 581px) {

    /* PAGE GALLERY */
    .gallery-comp {
        height: 390px !important;
    }

    .gallery-inner {
        height: 390px !important;
    }

    .gallery-comp .image-inner {
        height: 230px !important;
    }

    .gallery-comp .image-info .desc {
        height: 80px !important;
    }

    .gallery-comp .image-info {
        padding: 15px !important;
    }

    #st-gallery {
        font-size: 35px !important;
        margin: 40px 0 10px !important;
    }
}

@media (max-width: 544px) {

    /* PAGE GALLERY */
    #ctnr-gallery {
        padding: 0;
    }

    .gallery-comp img {
        min-height: 325px !important;
        max-height: 350px !important;
    }

    .hs-caph5 {
        font-size: 21px !important;
    }
}

@media (max-width: 450px) {
    #gallery {
        padding: 0;
    }

    .gallery-comp {
        height: 360px !important;
    }

    .gallery-inner {
        height: 360px !important;
    }

    .gallery-comp .image-inner {
        height: 210px !important;
    }

    .gallery-comp .image-info .desc {
        height: 80px !important;
    }

    .gallery-comp .image-info {
        padding: 10px !important;
    }

        .gallery-comp .image-info .title {
            font-size: 17px !important;
        }

        .gallery-comp .image-info .desc {
            font-size: 14px !important;
        }

    .gallery-comp img {
        min-height: 312.5px !important;
        max-height: 325px !important;
    }

    .hs-caph5 {
        font-size: 19px !important;
    }

    #st-gallery {
        font-size: 30px !important;
    }
}

@media (max-width: 420px) {

    .gallery-comp {
        height: 340px !important;
    }

    .gallery-inner {
        height: 340px !important;
    }

    .gallery-comp .image-inner {
        height: 205px !important;
    }

    .gallery-comp .image-info .desc {
        height: 70px !important;
    }

    #st-gallery {
        font-size: 27.5px !important;
        margin-bottom: 0px !important;
        margin-top: 30px !important;
    }
}
