.intro-bg {
	background: url('images/slides/slide-1.jpg') center center fixed no-repeat;
	background-size: cover;
}
.intro-style .intro-in {
	position: relative;
	overflow: hidden;
}
.intro-style .intro-in .intro-hover {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	padding-top: 30%;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.intro-style li {
	margin-bottom: 30px;
	text-align: center;
}
.intro-style .intro-in {
	box-shadow: 0px 0 10px rgba(0,0,0,0.1)
}
.intro-style .intro-in:hover .intro-hover {
	opacity: 1;
}
.intro-style .intro-in h5 {
	background: #fff;
	margin: 0px;
	font-size: 12px;
	position: relative;
	z-index: 999;
	padding: 15px 20px;
}
.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
}
.position-center-center {
	width: 100%;
	text-align: center;
}
.new-tags {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	height: 50px;
	width: 50px;
}