.next-shows {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../../../images/wasserfall.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.next-shows-item {
	position: relative;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
}
.dj-name {
	font-size: 1.75rem;
	text-align: center;
	color: #000;
	font-weight: bold;
	letter-spacing: .15rem;
	text-shadow: -1px -1px 2px #fff,1px 1px 2px #fff, 2px 2px 2px #fff, 3px 3px 2px #fff, 4px 4px 2px #fff;
}
p.show-name {
	font-size: 1rem;
	background-color: transparent !important;
	color: rgba(255,255,255,.75);
}
div.show-date {
	color: #aaa;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	/*padding-top: 10px;*/
	border-top: 1px solid #666;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,.65), rgba(0,0,0,.85));
}
div.owl-nav {
	margin-top: 10px;
	background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.5)) !important;
	text-align: center;
}
button.owl-next span, button.owl-prev span {
	/*text-align: center;*/
	margin: auto;
	color: rgba(255,255,255,.5);
	font-size: 4rem;
	font-weight: bold;
	padding: 10px 20px;
	transition: all .5s;
	outline: none;
}
button.owl-next span:hover, button.owl-prev span:hover {
	color: #fff;
}
button.owl-next:active, button.owl-prev:active {
	outline: none;
}