#loguito .thumbnail {
  margin-bottom:0;
}

.carousel-control.left, .carousel-control.right {
  background-image:none !important;
}

.carousel-control {
  color:#fff;
  top:40%;
  color:#428BCA;
  bottom:auto;
  padding-top:4px;
  width:30px;
  height:30px;
  text-shadow:none;
  opacity:1;
}

.carousel-control:hover {
  color:#d9534f;
}

.carousel-control.left, .carousel-control.right {
  background-image:none !important;
}

.carousel-control.right {
  left:auto;
  right:-32px;
}

.carousel-control.left {
  right:auto;
  left:-32px;
}

.carousel-indicators {
  bottom:-30px;
  z-index:3;
}

.carousel-indicators li {
  border-radius:0;
  width:20px;
  height:20px;
  background:#ccc;
  border:1px solid #ccc;
}

.carousel-indicators .active {
  width:22px;
  height:22px;
  background:#3276b1;
  border-color:#3276b1;
}

