/*=====================================
GALLERY BANNER
======================================*/

.gallery-banner{

    padding:180px 0 100px;

    background-image:
    linear-gradient(rgba(0,0,0,.70),rgba(0,0,0,.70)),
    url('../images/banners/gallery-banner.png');

    background-size:cover;

    background-position:center;

    text-align:center;

}

.gallery-banner h1{

    font-size:60px;

    margin-bottom:20px;

}

.gallery-banner p{

    color:#ddd;

    font-size:20px;

}


/*=====================================
GALLERY PAGE
======================================*/

.gallery-page{

    background:#111;

    padding:120px 0;

}


/*=====================================
EMPTY GALLERY
======================================*/

.gallery-empty{

    max-width:800px;

    margin:70px auto;

    background:#181818;

    border-radius:20px;

    padding:80px 50px;

    text-align:center;

    border:1px solid rgba(255,255,255,.06);

}

.gallery-icon{

    width:120px;

    height:120px;

    background:#D4AF37;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:0 auto 35px;

}

.gallery-icon i{

    font-size:55px;

    color:#111;

}

.gallery-empty h3{

    font-size:38px;

    margin-bottom:20px;

}

.gallery-empty p{

    color:#cfcfcf;

    line-height:2;

    margin-bottom:35px;

    font-size:18px;

}