.carousel {
  margin:auto;
  text-align:center;
}
.carousel h1 {font-size:18px; font-weight:bold;}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 50;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel-indicators {
 /* left: 23%;*/
	left: 50%;
	right:2%;
	bottom:0%;
 }
.carousel-caption {
  bottom: 10px;
  left: 10%;
  /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .9) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .6) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .9)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .6) 100%);*/
 background:rgba(0, 0, 0, .40);
}
.carousel-caption a{
  color: #fff;
  border: 1px solid #fff;
  padding:8px;
  }
.carousel-caption a:hover{
  background:#0b5584;
  text-decoration:none;
  }

.carousel-control {
 margin-left: 0; 
 margin-right: 0; 
 padding-left: 0;                
}
.carousel .carousel-control {visibility: hidden;}
.carousel:hover .carousel-control {visibility: visible; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    font-size: 18px; 
	margin:auto;
	padding-top:6px;
	color:#fff;
	background: rgba(0, 0, 0, 0.8); 
    border-radius: 80px;
  }
  .carousel-caption {
  /*  right: 55%;
	  left: 2%;*/
	right: 2%;
    left: 2%;
  }
 }

/* -------carousel slides----*/
 .carousel-control.right, .carousel-control.left {
      background-image: none;  
  }        
.carousel-indicators {
  bottom:-5px;
}
.carousel-indicators li {
   border-color: #C0C0C0;
}
.carousel-indicators .active {
  background-color: #c0c0c0;
}
.carousel-inner {
   margin-bottom:5px;
}
.carousel .item{
    height: 334px;
}
.item img {
    
    top: 0;
    left: 0;
    min-height: 334px;
}
.carousel .fill {
    width: 100%;
    height: 100%;
    background-position:center;
    background-size: cover;
    transform: translate3d(0,0,0);
   -webkit-transform: translate3d(0,0,0); 
	background-attachment: scroll;
}
.hero-image1 {
  background-image: url(../img/home-full-3.jpg);
  background-color: #cccccc;
  height: 334px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image2 {
  background-image: url(../img/home-full-41.jpg);
  background-color: #cccccc;
  height: 334px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image3 {
  background-image: url(../img/home-full-36.jpg);
  background-color: #cccccc;
  height: 334px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
   /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
	padding:0 5px;
	font-weight:bold;
  }

}
@media (max-width: 980px) {
   /* Bump up size of carousel content */
  .carousel-caption p, .carousel-indicators {
    display:none;
  }
  .carousel h1 {
    margin-bottom: 13px;
  }
  .carousel-caption, .carousel-caption p {
    bottom: 0;
	padding-bottom: 10px;
	left: 0;
	width: 100%;
	min-height: 50%;
    background:rgba(0, 0, 0, .70);
  }

  }

