.title_main_h1 {
	text-align: center;
	padding: 0;
	letter-spacing: 1px;
}

hr.hr_line_new {
	width: 25px;
	height: 5px;
	color: #000;
	background-color: #000;
	display: block;
	margin: 0 auto;
	border: none;
}

.name-post-home {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 5px;
}

.name-post-home h2 {
	text-align: center;
}

.mr-viewed-articles-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mr-viewed-articles-v1{
	list-style: none;
	width: 350px;
	height: 250px;
    font-size: 14px;
	margin: 10px;
	text-align: center;
	position: relative;
}

.mr-viewed-articles-v1 a{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.mr-viewed-photo:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	z-index: 99;

	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+33,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.mr-viewed-photo:hover:before {
	background: rgba(0,0,0, .5);
	z-index: 500;
}

.mr-viewed-articles-v1 .mr-viewed-photo{
	position: relative;
	width: 100%;

	border-radius: 10px;
}


.mr-viewed-articles-v1-header {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	padding: 5px;
	bottom: 80px;
	color: #fff;
	z-index: 999;
	font-size: 18px;
}

.mr-viewed-articles-v2{
	display: table;
    font-size: 14px;
    margin: 10px 0;
    width: 100%;
    /*max-width: 300px;*/
    vertical-align: top;
}

.mr-viewed-articles-v2-img{
	width: 25%;
}

.mr-viewed-articles-v2-header{
	width: calc(75% - 40px);
}

.mr-viewed-articles-v1-header, .mr-viewed-articles-v2-header {
	font-weight: bold;
}




.mr-viewed-photo, .mr-viewed-articles-v1-header, .mr-viewed-articles-v2-header {
	
	overflow: hidden;
    position: relative;
    display: inline-block;
}

.mr-viewed-photo span div{
	/*font-size: 18px;*/
	padding: 0 10px;
}
.float-left{
	float: left;
	margin: 0 10px;
}

.mr-viewed-articles-v2 .float-left span{

    line-height: 140px;
}

.mr-viewed-articles-img{
	display: block;
    margin: 0px auto;
    
}

.mr-viewed-articles-img-round{
	display: block;
    margin: 0px auto;
    border-radius: 10px;
}
.mr-viewed-articles-v4{
	display: inline-block;
    font-size: 14px;
    margin: 5px 0 5px 0;       
    vertical-align: top;
	margin: 10px;
    width: calc(20% - 23px);
    
}

.mr-viewed-articles-v4 .mr-viewed-photo, .mr-viewed-articles-v3-item .mr-viewed-photo
{
	text-align: left;
}

.mr-viewed-articles-v3 {
	width: 100%;
	display: inline-block;
	   
}

.mr-viewed-articles-v3-block{
	width: calc(50% - 20px);
	display: block;
	
}

.mr-viewed-articles-v3-item{
	display: inline-block;
    font-size: 14px;
    margin: 5px 0 5px 0;       
    vertical-align: top;
	margin: 10px; 
}

.mr-viewed-articles-v3-block-child .mr-viewed-articles-v3-item{
	margin: 10px;
	 width: 25%;
}

.mr-viewed-articles-v3-block-main .mr-viewed-articles-v3-item{
	min-width: 100%;
}

.mr-viewed-articles-v3-block-child .mr-viewed-articles-v3-header{
	width: calc(75% - 40px);
}

.mr-viewed-articles-v3-item img, .mr-viewed-photo img
{
	width: 100%;
	height: inherit;
}

.mr-viewed-articles-v3-item span, .mr-viewed-articles-v3-header, .mr-viewed-articles-v4 span
{
	font-weight: bold;
}

.mr-viewed-articles-v3-block-child
{
	/*min-height: 100px;*/
}

.mr-viewed-articles-v3-block-main
{
	/*min-height: 450px;*/
}


.mr-viewed-articles-v3-block-main .mr-viewed-photo{

    width: 100%;
}


@media screen and (max-width: 330px) {

	.mr-viewed-articles-v1{
		height: 200px;
	}


}

    