/*-- /gallery --*/

section#gallery {
    position: relative;
}

.gal-img img {
    padding: 6px;
    background: #f0f0f1;
    margin-bottom: 10px;
}

h5.gal-info {
    text-align: left;
    font-size: 1.2em;
    margin: 2em 0 0 0;
    color: #3a4045;
    font-weight: 600;
}

span.decription {
    text-transform: uppercase;
    display: block;
    font-size: 0.7em;
    color: #888;
    letter-spacing: 2px;
    margin-top: 0.5em;
}

/*-- popup --*/

.pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.pop-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 5px;
    width: 25%;
    position: relative;
    margin: 8em auto;
    padding: 3em 1em;
}

.popup p {
    font-size: 15px;
    color: #666;
    letter-spacing: .5px;
    line-height: 30px;
}

.popup h2 {
    margin-top: 0;
    color: #fff;

}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #30c39e;
}


/*-- //popup --*/

/*-- //gallery --*/






@media(max-width:1080px) {

    .feature-grids h3,
    .bottom-gd.fea h3 {
        font-size: 0.9em;
    }
}

@media(max-width:1024px) {
    

}

@media(max-width:992px) {
    .popup {
        width: 50%;
    }
}

/*** Responsive Menu For Smaller Device ***/


@media(max-width:800px) {
    
}

@media(max-width:768px) {
    .popup {
        width: 60%;
    }
}

@media(max-width:767px) {

    .popup {
        width: 70%;
    }
}

@media(max-width:640px) {

    .testi_grid h5 {
        font-size: 0.85em;
    }

    .feature-grids h3,
    .bottom-gd.fea h3,
    .team-info h3 {
        font-size: 1em;
    }
}

@media(max-width:600px) {
    
}

@media(max-width:568px) {
    .popup {
        width: 90%;
    }
}

@media(max-width:480px) {

}
@media(max-width:440px) {

}
@media(max-width:384px) {
    
}

@media(max-width:375px) {
    
}

@media(max-width:320px) {
    
}

/*--//responsive--*/
