.carousel {
    height: 465px;
	margin-top: -50px;
}
.carousel-caption {
    z-index: 10;
	height: 100%;
	left: 1%;
	right: 1%;
}
.carousel .item {
    background-color: #777;
    height: 500px;
}
.carousel-inner > .item > img {
    height: 500px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}

.custom-carousel { 
	max-width: 700px;
	margin: auto;
}
.carousel-control.right  {
	background-image: linear-gradient(to right, rgba(255, 0, 0, 0) 0px, rgba(255, 0, 0, 0.5) 100%);
}

.carousel-control.left  {
	background-image: linear-gradient(to right, rgba(0, 0, 255, 0.5) 0px, rgba(0, 0, 255, 0) 100%);
}

.carousel-control {
	z-index: 10;
}

.carousel-indicators {
    bottom: 10px;
    left: unset;
    list-style: outside none none;
    margin-left: unset;
    padding-left: unset;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 15;
}

.carousel .item {
    background-color: #777;
    height: 465px;
}

.carousel-text {
	background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    bottom: 0;
    max-width: 700px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 767px) {
	.carousel {
		height: 465px;
		margin-bottom: 60px;
		margin-top: 0px;
	}
}