.carousel .item .image-link {
	background-color: black;
}
.carousel.slideshow .item .image-link {
	height: 500px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.carousel .carousel-control span.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
}
.box-title {
	/* height: 14px; */
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 10px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

 .carousel-caption {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	width: 100%;
	left: 0px !important;
	text-align: left !important;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10%;
	padding-right: 10%;
}

.carousel-caption .carousel-caption-header {
	font-size: 36px;
	margin-top: 10px;
	font-size: 24px;
	color: #fff;
}
.carousel-caption .carousel-caption-text {
	color: #fff;
	margin-bottom: 0px;
}

.btn-gallery {
	position: absolute;
	top: 50%;
	left: 35%;
	width: 30%;
	color: white !important;
}
.gallery-main .carousel-inner {
	background-color: black;
}
.gallery-main .carousel-control.right {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0001) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.gallery-main .carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.0001) 100%);
}