/*
	  ==============================================================
		MASONRY GALLERY SECTION CSS START #MASONRY SECTION
	  ==============================================================
*/
.masonry.row{
	float: none;
	width: inherit;
}
.masonry{
	margin: 0;
	padding: 0;
	list-style: none;
}
.padding5{
	margin: 0 0 25px;
}
.padding5 [class*="col-md"]{
	padding: 0 5px;
}
.padding5 .mix{
	margin: 0 0 10px;
}
.port-filter{
	padding: 0;
	float: left;
	width: 100%;
	margin: 0 0 45px;
}
.guevo {
	top: 50px;
}
.port-filter li{
	width: auto;
	float: none;
	list-style: none;
	display: inline-block;
}
.port-filter li a{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
}
.port-filter li a::before{
	width: 5px;
	float: left;
	color: #000;
	content: "-";
	margin: 0 8px;
	transform: translateY(-10%);
	-o-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
}
.port-filter li:first-child a::before{
	display: none;
}
.gallary-thumb{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.masonry li .gallary-thumb{
	margin: 0;
	/*top:100;*/
}
.gallary-thumb .zoom-icon{
	opacity: 0;
}
.gallary-thumb:hover .zoom-icon{
	opacity: 1;
}
.gallary-thumb .zoom-icon a{
	color: #fff;
	border-color: #fff;
}
.gallary-thumb figure::before{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	content: "";
	position: absolute;
}
.gallary-thumb:hover figure::before{
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	opacity: 0.8 !important;
}
.port-grid .gallary-thumb{
	margin: 0 0 30px;
}
/*
	  ==============================================================
		MASONRY GALLERY SECTION CSS END
	  ==============================================================
*/

.p-middel {
    top: 50%;
    bottom: auto;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.zoom-icon {
    left: 0;
    right: 0;
    text-align: center;
}
.zoom-icon a {
    color: #6b6d6f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px dashed #333;
}
/*ul {
    margin: 0 0 8px 20px;
    padding: 0;
    float: left;
    width: 100%;
}*/
