/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

footer p {
    font-size:smaller;
}
h4.section-header {
  
  padding: 0.3125rem 0;
  margin: 0.625rem 0;
  font-size: 1rem;
  background: #231f20;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

a.default-btn {
  padding: 2px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 2px;
  font-weight: bold;
  font-size: 12px; 
  cursor: pointer;}
  a.default-btn:hover {
    background: #ddd; }

 
  .navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
  .navbar-inverse .navbar-nav>li>a:hover {
    color: #9d9d9d;
}
nav ul {
    list-style-type: none;
}

  #ThreeStars{
      color: red;
      font-size: 1.375em;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  p{
      font-family:Arial;
      font-size:medium;

  }

  .cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

  
 