﻿.BauradCats_panel, .BauradCats_image a .BauradCats_panel i,
.BauradCats_item .BauradCats_description, .BauradCats_item:hover .BauradCats_more, .BauradCats_item{
	-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;
}
.BauradCats_item{
	position:relative;	
	margin-bottom:25px;		
	margin-top: 0px;
}
.BauradCats_container{
	margin-bottom:19px;			
}
.BauradCats_content-container{
					
}
.BauradCats_title h2{
	font-weight:700;	
	margin-top:0px;
	padding-top:15px;
	font-size:20px;			
}
.BauradCats_title .light{
	font-weight: 300;				
}
.BauradCats_description{
	padding:0px;	
	padding-right:5px;	
	margin-bottom:30px;		
}
.BauradCats_description a{
	display: block;
}
.BauradCats_more{
	padding:0px;
	text-align:right;	
	display:inline-block;
	position:absolute;
	bottom:15px;
	right:15px;			
}
.BauradCats_item:hover{
	background:#E3ECEF;					
}

.BauradCats_image a{
	display:block;
	position:relative;
}
.BauradCats_image-container{
	padding-right:0px;				
}
.BauradCats_image a .BauradCats_panel{
	background:rgba(245, 124, 0, 0.8);
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;	
	width:0%;
	height:100%;	
	overflow:hidden;			
}
.BauradCats_image:hover a .BauradCats_panel{
	width:100%;					
}
.BauradCats_image a .BauradCats_panel i{
	font-size: 42px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 200%;
    top: 50%;
    transform: translate(-50%,-50%);				
}
.BauradCats_image:hover a .BauradCats_panel i{
	left:50%;
}

