﻿.gallery a img {
    width: 100%;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
}

.gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}
/* line 57, ../sass/demo.scss */
.gallery a.big img {
    width:100%;
}
/* line 65, ../sass/demo.scss */
.align-center {
    text-align: center;
}

.mobile-filter {
    font-size: 24px;
    color: #2f2f2f;
    font-weight: 400;
}

.widget {
    margin-bottom: 0rem !important;
}

.sidebar {
    margin-bottom: 15px !important;
}


.gallery {
    margin: 0 auto;
    overflow: hidden;
    padding:0px;
    background: #fff;
    border-radius: 4px;
}

.image-popup {
    /*height: 255px !important;*/
}

.gallery a {
    position: relative;
    /*width: 33%;*/
    display: inline-block;
    border: 0px solid #181818;
    box-sizing: border-box;
    /*float: left;*/
    /*overflow: hidden;*/
    padding: 0px;
    background: #fff;
}

.overlay2 {
    /*background: rgba(0, 0, 0, 0.6);*/
    position: absolute;
    margin: auto;
    width: 0px;
    height: 0px;
    top:0px;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition:all 0.3s;
}

    .overlay2 i.fa {
        background: #d92c56;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom:30px;
        left: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 0;
        opacity: 0;
        -webkit-transition: .4s ease;
        transition: .4s ease;
        color: #fff;
        border: 0px solid #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 10px;
    }

.gallery a:hover .overlay2 {
    opacity: 1;
    width: 100%;
    height:100%;
    transform: scale(0.93, 0.93);
}
    /*.gallery a:hover .overlay2 {
    opacity: 1;
    width: 100%;
    height: 100%;
}*/

    .gallery a:hover .overlay2 i.fa {
        opacity: 1;
        font-size: 30px;
        /* width: 100%; */
        /* height: 100%; */
    }

@media only @media only screen and (max-width:1199px) {
    .gallery a img {
        /* float: left;
 width: 24%;*/
        height: auto;
        /* border: 2px solid #fff!important;*/
        -webkit-transition: -webkit-transform .15s ease;
        -moz-transition: -moz-transform .15s ease;
        -o-transition: -o-transform .15s ease;
        -ms-transition: -ms-transform .15s ease;
        transition: transform .15s ease;
        position: relative;
    }
}

@media only screen and (max-width:991px) {
    .gallery a img {
        /* float: left; */
        /* width: 24%; */
        /* height: auto;*/
        /* border: 2px solid #fff!important; */
        /* -webkit-transition: -webkit-transform .15s ease;
 -moz-transition: -moz-transform .15s ease;
 -o-transition: -o-transform .15s ease;
 -ms-transition: -ms-transform .15s ease;
 transition: transform .15s ease;
 position: relative;*/
    }

    .gallery a {
        /*width: 33.33%;*/
    }
}

@media only screen and (max-width:767px) {
    .gallery a img {
        /* float: left; */
        /* width: 24%; */
        /* height: auto; */
        /* border: 2px solid #fff!important; */
        /* -webkit-transition: -webkit-transform .15s ease; */
        -moz-transition: -moz-transform .15s ease;
        -o-transition: -o-transform .15s ease;
        -ms-transition: -ms-transform .15s ease;
        transition: transform .15s ease;
        position: relative;
    }

    #sidebar .widget.widget2 {
        margin: 30px auto;
        padding: 10px;
    }
}

@media only screen and (max-width:599px) {
    .gallery a img {
        /* float: left; */
        /* width: 24%; */
        /* height: auto; */
        /* border: 2px solid #fff!important; */
        /* -webkit-transition: -webkit-transform .15s ease; */
        /* -moz-transition: -moz-transform .15s ease;
 -o-transition: -o-transform .15s ease;
 -ms-transition: -ms-transform .15s ease;*/
        /* transition: transform .15s ease; */
        /* position: relative; */
    }
}

@media only screen and (max-width:480px) {
    .gallery a img {
        /* float: left; */
        /* width: 48%; */
        /* height: auto; */
        /* border: 2px solid #fff!important; */
        /* -webkit-transition: -webkit-transform .15s ease; */
        /* -moz-transition: -moz-transform .15s ease;
 -o-transition: -o-transform .15s ease;
 -ms-transition: -ms-transform .15s ease;*/
        /* transition: transform .15s ease; */
        /* position: relative; */
    }

    .gallery a {
        /*width: 50%;*/
    }
}

.gallry-heading {
    color: #2f2f2f;
    margin: 0;
    font-weight: 600;
    margin-bottom:0px;
    /*border-left: 3px solid #ec1c24;*/
    padding: 5px;
    margin-left: -3px;
    letter-spacing: 0px;
    font-size: 16px !important;
    text-align: center;
    line-height: 20px!important;
}

/*.gallry-heading-p {
    color: #2f2f2f;
    margin: 0;
    font-weight: 500;
    margin-bottom: 15px;
    /*border-left: 3px solid #ec1c24;*/
padding: 5px; margin-left: -3px; letter-spacing: 1px; font-size: 20px !important;
}
*/
