.list-photos-filegallery{
	list-style:none;padding-left:0
	}
.list-photos-filegallery>.row>.photo-filegallery-item{
	margin-bottom:10px;
	max-width: 160px;
	}
.list-photos-filegallery>.row>.photo-filegallery-item .filegallery_image_wrapper{
	position:relative;overflow:hidden
	}
.list-photos-filegallery>.row>.photo-filegallery-item .filegallery_image_wrapper img{
	border:1px solid #ddd;width:100%
	}
.list-photos-filegallery>.row>.photo-filegallery-item .filegallery_image_wrapper:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.6);
	opacity:0;
	transition:opacity .25s ease-in-out
	}
.list-photos-filegallery>.row>.photo-filegallery-item .filegallery_image_wrapper:before{
	content:"\F044"
	;display:inline-block
	;font:normal normal normal 14px/1 Font Awesome\ 5 Free;
	font-weight:400;
	font-size:18px;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	transform:translate(0);
	position:absolute;
	top:48%;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	color:#fff;
	z-index:3;
	opacity:0;
	transition:opacity .25s ease-in-out
	}
.list-photos-filegallery>.row>.photo-filegallery-item .filegallery_image_wrapper:hover{
	cursor:pointer
	}
.list-photos-filegallery>.row>.photo-filegallery-item .filegallery_image_wrapper:hover:after,
.list-photos-filegallery>.row>.photo-filegallery-item .filegallery_image_wrapper:hover:before{
	opacity:1
}

.filegallery_image_wrapper {
	text-align: center;
	height: auto;
}

.filegallery_image_wrapper i {
	font-size: 70px;
}

#add-new-cf {
	min-height: 100px;
	line-height: 100px;
	text-align: center;
	margin-top: 20px;
	border: 2px dashed #dddddd;
}

#add-new-cf span {
	background-color: #dddddd;
	font-weight: bold;
	padding: 7px;
	cursor: pointer;
}
