.bfont {
	font-weight: 500;
}

.zoom img {
 -moz-transition: all 400ms ease-out;
 -o-transition: all 400ms ease-out;
 -webkit-transition: all 400ms ease-out;
 }

.zoom img:hover{
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 -o-transform: translateY(-10px);
 }

.increase {
  background: url("/images/increase.png") no-repeat;
  width: 22px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 20px;
}
.carousel.slide img {
    width:100%;
    height:auto;
}
.nav-pills{
     margin: 10px 0 0 0;
}