.slider {
  position: relative;
  width: 100%;
	height: 460px;
  overflow: hidden;
}
.slider__wrapper {
	height: 460px;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__item {
	height: 460px;
  float: left;
  clear: none;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}
.slider__arrows-item--right {
  bottom: 50%;
  right: 30px;
}
.slider__arrows-item--right:before {
font-family: 'Glyphicons Halflings';
position: absolute;
left: 0px;
top:3px;
font-size:80%;
content: '\e080';
}  
.slider__arrows-item--left {
  bottom: 50%;
  left: 30px;
}
.slider__arrows-item--left:before {
font-family: 'Glyphicons Halflings';
position: absolute;
left: 0px;
top:3px;
font-size:80%;
content: '\e079';
}
.slider__nav {
  position: absolute;
  bottom: 30px;
}
.slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
  	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.slider h1{
font-family: Montserrat,sans-serif;
font-weight: bold;
font-size: 4em;
letter-spacing: -5px;
margin: 2em auto auto 2em;
color: white;
}
.slider__nav-item--current {
  background: #ccc;
}
.slider__nav-item:hover {
  background: #ccc;
}