#contentAjaxList {overflow:hidden;padding: 6px 4px; font-size: 14px;}
#contentAjaxList .item{overflow:hidden;border-width: 0;box-shadow: 0 0px 8px rgba(105,125,145,0.25);margin-bottom: 30px;padding: 20px 3%;}
#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 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: #25a2bd;
    border: 2px solid #1d92ab;
	border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
	font-weight: 700;
    height: 40px;
	line-height: 40px;
	text-decoration: none;
    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;
}
#contentAjaxList.for_big_image .image {
    border: 1px solid #ddd;
    float: none;
    margin: 0 0 25px;
	max-width: 100%;
}
#contentAjaxList .image img{
    display:block;
	margin: 0 auto;
	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 {
		padding: 10px 0 0;
	}
@media screen and (max-width: 640px) {
	#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 a.more-button {
		float: none;
		display: block;
		width: 100px;
		margin: 15px auto 0;
	}
}