#contentAjaxList {
	overflow:hidden;
	padding: 6px 4px;
	font-size: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contentAjaxList h2{font-size: 24px;}
#contentAjaxList .item {
	font-size: 13px;
	box-sizing: border-box;
	overflow:hidden;
	border-width: 0;
	margin-bottom: 13px;
	width: 50%;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	box-shadow: 0 4px 8px rgb(94 241 90 / 45%);
    padding: 5px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#contentAjaxList .title{margin-bottom:5px;font-family: 'PT Serif', serif;}
#contentAjaxList .title a {
    color: #292929;
    font-size: 1.5em;
    font-style: italic;
	line-height: 1.1;
	text-decoration: none;
}
#contentAjaxList .title a:hover {
    color: #50a9e1;
	text-decoration: underline;
}
#contentAjaxList .teaser {
    margin-top: 10px;
}
#contentAjaxList .teaser a{font-size:90%;text-decoration:none}
#contentAjaxList a.more-button{font-size:70%;float: none;display: inline-block;}
#contentAjaxList.for_big_image a.more-button{
	border: 1px solid rgba(146,146,146,.3);
	border-radius: 3px;
	box-sizing: border-box;
	float: right;
	font-size: .7em;
	font-weight: 700;
	height: 32px;
	line-height: 32px;
	margin: 7px 0 0;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#readMore_block {
	width: 100%;
	text-align: center;
}
#readMore_block .item-first{float:none;margin:0;width:100%;text-align:center}
#readMore_block a{margin:0}
#readMore_block .read-more a {
    background-color: #e15060;
    border: 2px solid #e15060;
	border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
	font-weight: 700;
    height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
    transition: .3s;
	width: 200px;
    will-change: opacity, bottom;
}
#readMore_block .read-more a:hover {
    background-color: #fff;
    border: 2px solid #e15060;
    color: #e15060;
}
#contentAjaxList .image {
    border: 1px solid #ddd;
    float: left;
    margin: 2px 25px 0 0;
	max-width: 25%;
}
#contentAjaxList.for_big_image .image {
    border: 1px solid #ddd;
    float: none;
    margin: 0 0 25px;
	max-width: 100%;
	max-height: 280px;
	overflow: hidden;
}
#contentAjaxList .image img{
    display: block;
	max-width: 100%;
}
#contentAjaxList .details {
    font-size: 11px;
    overflow: hidden;
}
#contentAjaxList.for_big_image .details {
    display: inline-block;
	padding: 7px 0 0;
}
#contentAjaxList .details span {
    float: left;
    height: 32px;
	line-height: 32px;
    padding: 3px 10px 3px 0;
}
#contentAjaxList.for_big_image .details a {
    color: #50a9e1;
	text-decoration: none;
}
#contentAjaxList.for_big_image .details a:hover {
    color: #292929;
}
#contentAjaxList .details .author img {
	border-radius: 50%;
    height: 32px;
	width: 32px;
    margin: 0 10px 0 0;
	vertical-align: middle;
}
#contentAjaxList .details .author {
	background: url("/templates/default/images/icons/user-small.png") no-repeat 5px center;
    padding-left: 25px;
}
#contentAjaxList.for_big_image .details .author {
	background: none;
    padding-left: 0;
}
#contentAjaxList .details .comments {
	background: url("/templates/default/images/icons/comment-small.png") no-repeat 5px center;
    padding-left: 25px;
}
#contentAjaxList .details .bi_hits {
	background: url("/templates/default/images/icons/eye-small.png") no-repeat 5px center;
    padding-left: 25px;
}
#contentAjaxList .for-more-button {
	display: none;
	padding: 10px 0 0;
}
@media screen and (max-width: 640px) {
	#contentAjaxList .item.even_block,
	#contentAjaxList .item.odd_block{
		width: calc(100% - 8px);
		margin: 0 auto 30px;
	}
	#contentAjaxList .image {
		margin: 1px 10px 0 0;
		width: 40px;
	}
	#contentAjaxList.for_big_image .image {
		float: none;
		margin: 0 0 15px;
		width: 100%;
	}
	#contentAjaxList .for-more-button {
		text-align: center;
	}
}
@media screen and (max-width: 479px) {
	#contentAjaxList.for_big_image .details {
		display: block;
		padding: 7px 0 0;
		text-align: center;
	}
	#contentAjaxList .details span {
		float: none;
		display: inline-block;
		height: 32px;
		line-height: 32px;
		padding: 3px 5px;
	}
	#contentAjaxList.for_big_image a.more-button {
		float: none;
		display: block;
		width: 100px;
		margin: 15px auto 0;
	}
}