body {
  background: url('../images/background.jpg');
  min-width: 960px;
  color: #c1b5bb;
}

.glyphicon  {color: #c1b5bb !important; }

.carousel-control {
  width: 8%;
  background: transparent;
}
  
.left {
	background-image: -webkit-linear-gradient(left,color-stop(rgba(255,255,255,.5) 0),color-stop(rgba(255,255,255,.0001) 100%)) !important;
	background-image: linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%) !important;
	background-repeat: repeat-x !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1) !important;
}

.right {
	background-image: -webkit-linear-gradient(left,color-stop(rgba(255,255,255,.0001) 0),color-stop(rgba(255,255,255,.5) 100%)) !important;
	background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%) !important;
	background-repeat: repeat-x !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1) !important;
}

}
.carousel-control:hover {
  opacity: 1;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
margin: 0px;
}

.carousel-inner>.item>img {
display: block;
margin: auto;
height: 600px;
}

.carousel-caption {
position: initial;
padding-bottom: 50px;
color: #c1b5bb;
text-shadow: 0 1px 2px rgba(165, 162, 162, 0.6);
}

.carousel-caption h3 {
margin-bottom: 0px;
color: #c1b5bb;
text-shadow: 0 1px 2px rgba(165, 162, 162, 0.6);
}