 
		.blog_list{
			width:95%;
			max-width:px;
			margin:0px auto;
			font-size:0px;
			display:table;
		}
		.blog_list .entry{
			padding:0px px;
			margin-bottom:calc(*2px);
		}
		.blog_list .entry a{
			position:relative;
			display:table;
			width:100%;
			overflow:hidden;
			border-radius:px;
			background:;
			transition:all 0.5s ease;
			-webkit-transition:all 0.5s ease; 
		}
		.blog_list .entry a:hover{
			background:;
		}
		.blog_list .blog_img{
			margin-bottom:px;
			position:relative;
			overflow:hidden;
			width:100%;
			height:100vh;
			max-height:px;
			background-size:cover !important;
			background-position:center center !important;
		}
		.blog_list .blog_cim{
			margin-bottom:px;
			overflow:hidden;
			position:relative;
			height:px;
			line-height:px;
			text-align:;
			font-family:;
			font-size:px;
			text-transform:;
			color:;
			font-weight:;
			padding:0px px;
			transition:all 0.5s ease;
			-webkit-transition:all 0.5s ease; 
		}
		.blog_list .blog_cim span:before{
			content:attr(title);
		}
		.blog_list .blog_bevezeto{
			margin-bottom:px;
			overflow:hidden;
			position:relative;
			height:px;
			line-height:px;
			text-align:;
			font-family:;
			font-size:px;
			text-transform:;
			color:;
			transition:all 0.5s ease;
			-webkit-transition:all 0.5s ease; 
			font-weight:;
			padding:0px px;
		}
		.blog_list .blog_bevezeto span:before{
			content:attr(title);
		}
		.blog_list .blog_tovabb{
			display:table;
			float:;
			padding:0px px;
			height:px;
			line-height:px;
			text-align:left;
			color:;
			font-family:;
			font-size:px;
			text-transform:;
			background:;
			transition:all 0.5s ease;
			-webkit-transition:all 0.5s ease; 
			font-weight:;
			margin-:px;
			border-radius:px;
			overflow:hidden;
		}
		.blog_list .blog_tovabb:before{
			display:table;
			float:right;
			margin-left:10px;
			color:;
			font-size:;
			line-height: inherit;
			height: inherit;
			margin-right: 0px;
			transition:all 0.5s ease;
			-webkit-transition:all 0.5s ease; 
		}
		.blog_list .none{
			display:none !important;
		}
		.blog_img span{
			position:absolute;
			z-index:10;
			max-width:100%;
			max-height:100%;
			left:50%;
			top:50%;
			transform:translate(-50%,-50%) scale(0.8);
			-webkit-transform:translate(-50%,-50%) scale(0.8); 
			text-align:center;
			vertical-align:middle;
			line-height:;
			height:;
			opacity:0;
			transition:all 0.5s ease;
			-webkit-transition:all 0.5s ease;
			width:;
		}
	
		.blog_img span b{
			position:absolute;
			left:0px;
			top:0px;
			width:100%;
			height:100%;
			background:;
			opacity:;
			border-radius:px;
		}
		.blog_list .entry a:hover .blog_img span{
			opacity:1;
			transform:translate(-50%,-50%) scale(1);
			-webkit-transform:translate(-50%,-50%) scale(1); 
		}
		.blog_img span strong{
			position:absolute;
			display:table;
			left:50%;
			top:50%;
			transform:translate(-50%,-50%);
			-webkit-transform:translate(-50%,-50%); 
		}
		.blog_img span strong:before{
			color:;
			font-size:px;
			float:right;
			transition:all 0.8s ease;
			-webkit-transition:all 0.8s ease;
			transform:translate(0px,-30px);
			-webkit-transform:translate(0px,-30px);
			opacity:0;
		}
		.blog_list .entry a:hover .blog_img span strong:before{
			transform:translate(0px,0px);
			-webkit-transform:translate(0px,0px);
			opacity:1;
		}
		.blog_list .entry a:hover .blog_cim{
			color:;
		}
		.blog_list .entry a:hover .blog_bevezeto{
			color:;
		}
		.blog_list .entry a:hover .blog_tovabb{
			background:;
			color:;
			letter-spacing:2px;
		}
		.blog_list .entry a:hover .blog_tovabb:before{
			color:;
		}
		.blog_list .entry a{
			padding-bottom:15px;
		}
		@media(max-width:700px){
			.blog_list .blog_cim{
				height:initial !important;
			}
			.blog_list .entry{
				width:100% !important;
			}
			.blog_list .blog_bevezeto{
				height:initial !important;
			}
		}
	