.slider {
	overflow: hidden;
	position: relative;
	/*margin: 0 -15px 1.5em;*/ /* Break out of the bootstrap margins */
}
.slider > button {
	position: absolute;
	bottom: 50%;
	color: #fff;
	background: rgba( 0,0,0,0.7 );
	border: none;
	border-radius: 0;
	z-index: 10000;
}
.slider > button.slick-prev { left: 0; }
.slider > button.slick-next { right: 0; }

.slick-dots {
	position: absolute;
	bottom: -45px;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '+';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
}

.slider .item {
	display: inline-block;
	min-height: 300px;
	padding: 15px;
	outline: none;
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.slider .item h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	margin: 0;
	color: #fff;
	background-color: rgba( 0,0,0,0.8 );
	width: 100%;
}
.slider .item h3 > a {
	color: #fff;
}
