/* Change the hover on thumbnail images so opacity changes  */
a.thumbnail:hover,
a.thumbnail:focus  {  opacity:0.8; }
.media-left:hover  {  opacity:0.8; }
.media-right:hover {  opacity:0.8; }



/* Carousel base class */
.carousel {
  margin-bottom: 30px;
}

.breadcrumb {
  margin-bottom: 10px;
}
