/*ADS*/
.ads{
	min-height: 280px;
    background-image: url(/images/PubliBack.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
}

.main_list > ul{
	font-size: 0;
}
.main_list > ul > li{
	width: 360px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	font-size: 1rem;
}
.main_list h1{
	margin-bottom: 15px;
	font-family: 'Merriweather';
	font-weight: 700;
}
.main_list h3{
	margin: 5px 0;
	font-weight: 600;
}
.main_list p.intro{
	color: #616161;
	line-height: 1.2rem;
	overflow: hidden;
}
.main_list .shares:hover h3 a{
	color: #c51111;
}
.main_list li img{
	width: 100%;
	max-height: 200px;
	height: 100%;
	object-fit: cover;
}
.main_list span.category{
	color: #fff;
	text-transform: uppercase;
	background-color: #c51111;
	position: absolute;
	padding: 5px;
	padding-bottom: 3px;
	margin: 10px 0 0 10px;
	z-index: 3;
}
.main_list p.author{
	font-size: .8rem;
	color: #c51111;
	margin-top: 7px;
}
.main_list p.author span.time{
	color: #626262;
	padding-left: 5px;
	font-size: .8rem;
}
.main_list a.btn{
	display: none;
}
.main_list li.ads > div{
	width: 300px;
	margin: 30px auto;
}

@media screen and (min-width: 1140px){
	.main_list.twoColumns > ul > li:nth-of-type(odd), 
	.main_list.threeColumns > ul > li:nth-of-type(3n+1),
	.main_list.threeColumns > ul > li:nth-of-type(3n+2){
		margin-right: 30px;
	}
}

@media screen and (min-width: 940px) and (max-width: 1139px){
	.main_list > ul > li{
		margin-bottom: 20px;
	}
	.main_list.twoColumns > ul > li{
		width: 49%;
	}
	.main_list.threeColumns > ul > li{
		width: 32.6666666668%;
	}
	.main_list.twoColumns > ul > li:nth-of-type(odd){
		margin-right: 2%;
	}
	.main_list.threeColumns > ul > li:nth-of-type(3n+1),
	.main_list.threeColumns > ul > li:nth-of-type(3n+2){
		margin-right: 1%;
	}
	.main_list.threeColumns > ul > li:nth-of-type(3n+1) .countShares.big,
	.main_list.threeColumns > ul > li:nth-of-type(3n+2) .countShares.big,
	.main_list.twoColumns > ul > li:nth-of-type(odd)  .countShares.big{
		right: 20px;
	}
}

@media screen and (max-width: 939px){
	.main_list > ul > li{
		width: 50%;
	}
	.main_list > ul > li:nth-of-type(odd){
		padding-right: 15px;
	}
	.main_list > ul > li:nth-of-type(even){
		padding-left: 15px;
	}
	.main_list a.btn{
		display: flex;
		display: -webkit-flex;
	}
	.main_list .ads{
		width: 100%;
	}
}

@media screen and (max-width: 639px){
	.main_list > ul > li{
		width: 100%;
		padding: 0 !important;
	}	
	.main_list a.btn{
		display: flex;
		width: 170px;
		height: 40px;
	}
}

@media screen and (max-width: 339px){
	.main_list li.ads > div{
	display: none;
}
}
