.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}
.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}
.navbar-toggle {
    font-size:40px;
    color: #000000;

}

/* .navbar-fixed-top {
    min-height: 60px;
    background-color: rgba(300, 300, 300, .8);
} */

.navbar-nav {
    text-align: center;
}

.navbar-collapse {
    margin-top:-5px;
}

/* .navbar-collapse.in {
    margin-top: 5px;
    background-color: rgba(300, 300, 300, .8);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
} */

.nav > li > a > .active {
  color: #555555 !important;
  background-color: #e7e7e7 !important;
  border-bottom: 3px solid #000000;
}

.collapsing {
    margin-top: 5px;
    background-color: rgba(300, 300, 300, .8);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.open > .dropdown-menu {
    text-align: center;
    margin-left: -9px;
    background-color: rgba(300, 300, 300, .8);
}

.navbar-toggle {
    margin-top:-5px;
    margin-bottom:-12px;
    margin-right: -10px;
}

.dropdown-toggle {
    text-align: center;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #000000;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.1;
  filter: alpha(opacity=10);
  font-size: 20px;
  color: #000000;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 20%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 20%;
  margin-right: -10px;
}

.carousel-indicators {
    height:5px;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid;
  border-color: rgb(300, 300, 300, .65);
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #000000;
  opacity: .65;
}

.carousel-caption {
    top:-20px;
}

.carousel-caption h1 {
    font-size:250%;
}

@media (max-width: 767px) {
    .carousel-caption{
        top:-30px;
    }
    .carousel-caption h1 {
        font-size: 120%;
    }
}

/* Image Opacity */
.imageop img {
  opacity: 1
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.imageop:hover img {
  opacity: .5;
}

/* Image Text */
textover span {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}

textover:hover+span{
opacity: 1;
}
