.widget_slide_de_posts .slideimg{

	height: 345px;
	width: 360px;
	background-size: cover !important;
	// background-position: 50% 50% !important;
	border-radius: 3px;
}

.widget_slide_de_posts {
	height:345px;
	overflow: hidden;
}

.widget_slide_de_posts .carousel-indicators {
	bottom:-7px;
}

.widget_slide_de_posts .carousel-indicators li { 
	margin:0 5px !important;
}

.widget_slide_de_posts .carousel-caption {
	padding-bottom: 0px;
	bottom: 0px;
	padding-top: 33px;
	height: 124px;
	margin: 0px;
	display: block !important;
}
.carousel-caption::after{
	border-radius: 3px;
}
.widget_slide_de_posts .item a img { 
	height: 365px;
	display: block;
	position: relative;
	z-index: -2;
	max-width: none;
	width: auto;
}
.widget_slide_de_posts .carousel-caption::after {
	content: "";
	background: -webkit-gradient( linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0)), color-stop(.5,#000));
	opacity: 0.7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

.widget_slide_de_posts .carousel-caption h3 {
	color:#fff;
	font-size:13px;
	display: inline-block;
	padding:2px 10px;
	padding-top:1px;
	margin-top:-25px;
	margin-left:20px;
	position: absolute;
}

.widget_slide_de_posts .carousel-caption legend {

	margin-bottom: 30px;
	padding: 0 20px;

	color: #fff;
	font-size: 25px;
	border: 0 none;
	font-family: lato;
	font-weight: 700;
}
.widget_slide_de_posts .carousel-inner {
	height: 345px;
}