.b-slider {
	position: relative;
	z-index: 4000;
}

.b-slider__slides {
	margin: 0; padding: 0; list-style: none;
}

.b-slider__item {
	display: block;
	float: left;
	position: relative;
}

.b-slider__item:not(:first-child) {
	height: 0;
}

.b-slider__item--hidden-caption .b-slider__item__caption {
	display: none;
}

.b-slider__item__caption {
	background: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 18px 36px;
	font-size: 22px;
	line-height: 22px;
}

.b-slider__item__caption h4 {
	color: #3c2e14;
	font-weight: bold;
	font-size:36px;
	text-transform: uppercase;
	line-height: 36px;
	padding: 0px 30px;
	width:50%;
}

.b-slider__item__caption__text {
	color: #333;
	padding: 10px 30px;
	width:40%;
}

.b-slider__pagination-nav {
	text-align: center;
	padding: 10px 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	z-index: 4010;
}

.b-slider__pagination-nav a {
	display: inline-block;
	width: 11px;
	height: 11px;
	line-height: 11px;
	margin: 0 4px;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.b-slider__pagination-nav a:hover {
	background: #333; 
	background: rgba(0,0,0,0.7);
}

.b-slider__pagination-nav a.selected {
	background: #000; 
	background: rgba(0,0,0,0.9); 
	cursor: default;
}

.b-slider__direction-nav a {
	background-image: url('../img/slider__direction-nav__arrows.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 40px;
	height: 100px;
	display: block;
	opacity:0;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 0;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 4020;
	-webkit-transition: ease-out 0.15s;
	-moz-transition: ease-out 0.15s;
	-o-transition: ease-out 0.15s;
	transition: ease-out 0.15s;
}

.b-slider__direction-nav a.b-slider__direction-nav__next {
	left: auto;
	right: 0;
	background-position: -40px 0;
}

.b-slider__item[data="url"] {
	cursor: pointer;
}

.b-slider:hover .b-slider__direction-nav a {
	opacity:1;
}

@media screen and (min-width: 975px) and (max-width: 1395px) and (-webkit-min-device-pixel-ratio: 1){
	.b-slider__item__caption h4 {
		font-size:28px;
		line-height: 30px;
		padding: 0px 30px;
	}
	.b-slider__item__caption__text {
		padding: 5px 30px;
		width:50%;
	}
}

@media screen and (min-width: 600px) and (max-width: 974px) and (-webkit-min-device-pixel-ratio: 1){
	.b-slider__item__caption h4 {
		font-size:20px;
		line-height: 24px;
		padding: 0px 30px;
	}
	.b-slider__item__caption__text {
		padding: 5px 30px;
		width:50%;
		font-size: 16px;
		line-height: 18px;
	}
}
@media screen and (min-width: 1px) and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 1){
	.b-slider__item__caption {
		padding-bottom:0;}
	.b-slider__item__caption h4 {
		font-size:16px;
		line-height: 20px;
		padding: 0px 10px;
		margin:0;
		width:200px;}
	.b-slider__item__caption__text {
		padding: 5px 10px;
		width:200px;
		font-size: 16px;
		line-height: 16px;
		color:#000;}
}