.experience_cat .carousel-inner {
	border-bottom: 2px solid rgba(0, 0, 0, .9);
}
.carousel-inner img {
	width: 100%;
}
.b-0 {
	bottom: 0;
}
.bg-shadow {
	background: rgba(76, 76, 76, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
	background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
	right: 0;
	top: 1rem;
	bottom: inherit;
	left: inherit;
	margin-right: 1rem;
}
.overflow {
	position: relative;
	overflow: hidden;
}
.zoom img {
	transition: all 0.2s linear;
}
.zoom:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.cat {
	position: absolute;
	padding: 2px 10px;
	top: 10px;
	background-color: #C41E3A;
	color: #FFFFFF;
	font-size: 14px;
}