/* ==========================================================================
   Main Stylesheet
   ========================================================================== */
.overlay {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    background: rgba(255,255,255,0);
    margin: 0;
    padding: 0;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;

}

.overlay:hover {
    background: rgba(255,255,255,.5);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
}

    .overlay i {
        padding-top: 36%;
        padding-bottom: 29.5%;
        display: block;
        opacity: 0;
        text-align: center;
    }

    .overlay i:hover {
        opacity: 1;
        text-decoration: none;
    }

    a .overlay {
        color: #C33547;
        display: block;
        text-align: center;
        
    }

    .overlay a {
        text-decoration: none;
    }

.other-news .overlay i {
    padding-top: 32%;
    padding-bottom: 20.5%;
}

.galerija-index .overlay i {
    padding-bottom: 25.5%;
    padding-top: 26%;
}

.galerija-index.video .overlay i {
    padding-top: 31.5%;
}

#projects .overlay i {
    padding-top: 33%;
}

@media (max-width: 1199px) {
    .overlay i {
        padding-bottom: 27%;
    }

    .other-news .overlay i {
        padding-bottom: 18%;
        padding-top: 29%;
    }

    .galerija-index .overlay i {
        padding-bottom: 21.5%;
    }
    .galerija-index.video .overlay i {
        padding-top: 29.5%;
        padding-bottom: 25%;
    }

}

@media (max-width: 991px) {
    .overlay {
        right: 12.5%;
    }

    .overlay i {
        padding-bottom: 32%;
    }

    .other-news .overlay {
        right: 5.5%;
    }

    .other-news .overlay i {
        padding-bottom: 25.5%;
    }
    .galerija-index .overlay i {
        padding-bottom: 14.5%;
    }
    .galerija-index.video .overlay i {
        padding-bottom: 21%;
    }

}

@media (max-width: 767px) {
    .overlay, a .overlay {
        display: none;
    }
}