.editBlockLink{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: green;
	color: #fff;
	font-size: 16px;
	padding: 4px 10px;
	display: inline-block;
	z-index: 999;
}
.editBlockLink:hover{color: yellow; text-decoration:none; }

.pageSection{
	padding: 40px 0;
	position: relative;
}
.block_topTitle{
	margin-bottom: 15px;
	text-align: center;
}
.block_title{
	margin-bottom: 15px;
	text-align: center;
}
.block_subTitle{
	margin-bottom: 15px;
	text-align: center;
}
.block_topSDesc{
	margin-bottom: 15px;
	text-align: center;
}

.list_elem{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.list_item{
	color: #000;
	margin-bottom: 15px;
}

.listItem_imgWrap{
	margin-bottom: 15px;

}
.listItem_img{
	margin-bottom: 15px;
}
.listItem_contentWrap{

}
.listItem_title{
	margin-bottom: 15px;
}
.item_text{
	/*margin-bottom: 15px;*/
}
.menu_elem{
	position: relative;
}


.wfl_form{
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.wfl_input{
	padding: 4px 6px;
	font-size: 16px;
	margin: 0 15px 10px;
}
.wfl_submit{
	padding: 4px 6px;
	font-size: 16px;
	margin: 0 15px 10px;
}

.gallery_elem{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery_item{
	width: 25%;
	min-width: 250px;
	overflow: hidden;
}
.gallery_img{
	min-width: 100%;
	height: 100%;
	width: auto;
}



.wfl_categCont-block{

}
.wfl_categCont-title{
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 15px;
}
.postsList_elem{

}
.postsList_item{
	margin-bottom: 30px;
	text-align: center;
	display: block;
	color: #000;
	font-size: 18px;
}
.postsList_item-imgWrap{
	margin-bottom: 10px;
	/* width: 100%; */
}
.postsList_item-img{
	width: 100%;
	height: 200px;
}
.postsList_item-title{
    
}





.wfl_slider-slide{
	display: inline-block;
	position: relative;
}
.slider_content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: baseline;
	text-align: left;
	flex-direction: column;
	text-decoration: none;
	padding:0 30px;
}
.wfl_slide-title{
	margin-bottom:30px;
	font-size:27px;
}