

/*----------------------------------
 01.4 GALLERY
----------------------------------*/

/*fade-blur effect*/

.fade-mode {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.fade-mode img {
    width: 100%;
    top: 0;
    position: relative;
    left: 0;
}
.fade-mode .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
}
.fade-mode .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fade-mode .buttons .hvr {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    border: 1px solid #fff;
}
.fade-mode:hover img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.fade-mode:hover .ovrly {
    opacity: 1;
}
.fade-mode:hover .buttons .hvr {
    opacity: 1;
}
/*fade-blur effect*/

.card-header img {
    max-width: 100%;
}
.gallery-main .col-lg-3,
.gallery-main .col-md-6,
.gallery-main .col-sm-12,
.gallery-main .col-xs-12 {
    padding: 0px !important;
}
.with-margin {
    margin: 50px 0
}


/*----------------------------------
 06.3 GALLERY SECTION
----------------------------------*/

.gallery-isotop {
    padding: 0px 0 100px;
}
.gallery-isotop .col-md-3.col-sm-6 {
    padding: 5px;
}
.gallery-isotop .isotopeFilters {
    margin-bottom: 20px;
}
.gallery-isotop .isotopeFilters ul li a {
    color: #000;
    padding: 10px 10px;
    border: 1px solid #000;
    transition: .2s ease-in;
	margin-bottom:15px;
}
.gallery-isotop .isotopeFilters ul li a:hover {
    background: #000;
    color: #fff;
}



/*==================================
    11. PORTFOLIO
====================================*/

.filter-portfolio {
    margin-top: 50px;
}