/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	color:#380B61; /*page body text */
}

a {
    color: #4C0080;
}

a:link {
    color: #4C0080;
}

/* visited link */
a:visited {
    color: #4C0080;
}

/* mouse over link */
a:hover {
    color: #4C0080;
}

/* selected link */
a:active {
    color: #4C0080;
}


.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    /*height: 130px;*/
    height: 180px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
background-color: #ECCEF5;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #000;
}

footer {
    margin: 50px 0;
}

.foot{
padding-left:4%;
}



.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}


.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-item {
  color: #FFF;
  background-color: #CC0099;
	
}


.pagenumber {
  display: inline-block;
  width: 50px;
  border: 1px solid #000;
  text-align: center;
}
.chosenpage{
  display: inline-block;
  width: 50px;
  border: 1px solid #000;
  background: #800080;
	color:#FFF;
	font-weight: bolder;
  text-align: center;

}

