@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic);

html,body {
  height: 100%;
  width: 100%;
}

.row { margin: 0; padding: 0 }

h1,h2,h3,h4,.lead,.btn,.navbar a {
  font-family: 'Open Sans', sans-serif;
  letter-spacing:2px;
}

.icon-bar {
  color:#333;
  background-color:#333;
}

.navbar {
  background-color: #FFF;
}

.navbar a {
  color:#333;
  font-size:18px;
}

.section-home {
  padding-top: 30px;
  padding-bottom: 250px;
  background: #B5D6F8 url('../images/site/static_base.png')  center bottom repeat-x;
}

@media (min-width: 768px){ 
  .lead {
  font-size: 16px;
  }
}

.section-treatment {
  background: #fff; 
  padding-top: 30px;
  padding-bottom: 50px;
}

.section-treatment-item {
  margin-bottom: 15px;
}

.section-gallery {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #dbdbdb url('../images/site/background_bone_feet.png') repeat center center fixed; 
}

.list-group-item {
  min-height: 62px;
}

.section-reviews {
  padding-top: 30px;
  padding-bottom: 130px;
  background:  #fff url('../images/site/bubbles.png') repeat-x 0 0;
  background-position: bottom;
}

.description {
  padding-bottom: 20px;
}

.user-stars {
  color: orange;
}

.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars
{
    margin: 20px 0;
    font-size: 24px;
    color: orange;
}

.section-contact {
  padding-bottom: 280px;
  background: #B5D6F8 url('../images/site/static_base_dog.png')  center bottom repeat-x;
}

#map-container { 
  height: 215px 
}
   
.text-danger {
  color:  #a94442;
}

footer {
  padding: 30px 0;
}

.badge-price {
  color: #333333;
  font-size: 14px;
  background-color: #B5D6F8
}


.small-img { 
  height: 100px 
}

.xsmall-img { 
  height: 50px 
}