/*------------------------------ vertical bootstrap slider----------------------------*/
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	top: 0;
}

.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
	transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	top: 0;
}

.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	top: 0;
}

.item .fill {
	padding: 0px 30px;
	display: table;
}

.item .inner-content {
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	z-index: 9;
	top: 40%;
	width: 70%;
	left: 100px;
	color: #ffffff;
	font-size: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.item .fill .inner-content h1 {
	color: #ffffff;
	text-align: left;
}
.item .fill .inner-content h1:first-letter {
	border-bottom: 1px solid #ffffff;
}
.item .fill .inner-content a {
	color: #ffffff;
}
.item .fill .inner-content .explore {
	width: 150px;
	padding: 10px;;
	margin: 30px 0px;
	text-align: center;
	border: 1px solid #ffffff;
}

.carousel-inner, .carousel, .item, .container, .fill {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	left: 20px;
	right: auto;
	width: auto;
}

.carousel-indicators li {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}

.carousel-indicators li.active {
	margin-bottom: 5px;
	background: #ffffff;
}