.portohover {
    position: relative;
    overflow: hidden;
	margin-bottom:30px;
}
.portohover:before {
    content: "";
    background: rgba(255, 255, 255, 0.74);
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.portohover .iconhover {
    position: absolute;
    top: 43%;
    left: -100%;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.portohover .iconhover a {
    margin-right: 10px;
    font-size: 20px;
    background: rgb(255, 0, 0);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease-out;
}
.portohover .iconhover a .fa {
    line-height: 30px;
}
.portohover:hover:before {
    opacity: 1;
    transform: rotateY(180deg);
}
.portohover:hover .iconhover{
	opacity:1;
	left:43%;
}
.portohover .iconhover a:hover{
	background:#daa520;
	color:#fff;
}
#gallery-content-center img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    object-fit: cover;
    width: 100%;
}

#gallery-content-center .ct-photoGallery-item a {
    background: #fff;
    padding: 10px
}

.portfolioFilter {
    margin: 40px 15px 30px;
    text-align: center
}

.portfolioFilter a {
    margin-right: 10px;
    border-radius: 40px;
    padding: 8px 30px;
    color: #f00;
    -webkit-transition: .2s;
    transition: .2s;
    display: inline-block;
    border: 2px solid #ff0000;
    margin-bottom: 5px;
}

.portfolioFilter a.current {
    background-color: #ff0000;
    color: #fff;
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}