﻿.articles-cat-item-img-container .articles-cat-item-img-panel{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;				
}

.articles-cat-header h2{
	font-weight:bold;
	text-align:center;
	margin-top:65px;
	margin-bottom:15px;
}
.articles-cat-item-img-container{
	position:relative;
}
.articles-cat-item-img-container .articles-cat-item-img-panel{
	position:absolute;
	bottom:0%;
	left:0%;
	right:0%;
	overflow:hidden;
	background:rgba(245, 124, 0, 0.8);
	height:0%;
}
.articles-cat-item-img-container .articles-cat-item-img-panel a i{
	font-size:42px;
	text-align:center;
	color:#fff;		
	position:absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);		
}
.articles-cat-item-img-container:hover .articles-cat-item-img-panel{
	height:100%;				
}
.articles-cat-item-desc{
	background:#f6f6f6;	
	padding:15px;
	height:150px;				
}
.articles-cat-more{
	margin-top:25px;
}
.articles-cat-item-head h3{
	text-align:center;	
}
.articles-cat-item-head{
	height:60px;
}
.articles-cat-item-cat-panel{
	position:absolute;
	right:0px;
	bottom:10px;
	background:rgba(255, 255, 255, 0.8) url('../../../../theme/images/logo_symbol_small.png') no-repeat scroll center left 2px;	
	padding:5px 5px 5px 30px;	
	color:#F57C00;		
}










































