/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 12, 2016, 8:16:40 PM
    Author     : Huni
*/

.gallery_elem_img{
    max-width: 100%;
    padding: 1px;
    cursor: pointer;
}
.filer_gallery_hover {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    position: absolute;
    z-index: 2;
    text-align: center;
    opacity: 0;
    transition: all 0.7s;
    top: 0;
    left: 0;
}
.filer_gallery_hover > a {
    display: block;
    padding-top: 25%;
    color: #fff;
    font-size: 35px;
}
.filer_gallery_hover > span {
    color: #333;
    font-size: 25px;
}
.filer_gallery_hover:hover {
    opacity: 1;
    transition: all 0.7s;
}
.gallery_elem{
    display: none;
}
.visible{
    display: block;
}
.filterr {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    height: auto;
    padding: 5px 40px;
    font-size: 25px;
    margin: 20px 0;
    cursor: pointer;
}
.filterss{
    text-align: center;
}
.filterr:hover,.filterr.active{
    border: 1px solid;
    padding: 5px 39px;
}
.hiddenn,.filtered,.gallery_elem{
    transition: all 1s;
}
.hiddenn{
    display: none;
}