/*!
 * 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:#2C7C00; /*page body text */
    color: red;
}

a {
    color: #2C7C00;
    color: red;
}

a:link {
    color: #f3186f;
}

/* visited link */
a:visited {
    color: #2C7C00;
    color: red;
}

/* mouse over link */
a:hover {
    color: #2C7C00;
    color: red;
}

/* selected link */
a:active {
    color: #2C7C00;
    color: red;
}

    





.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;
/*details strip */
background-color: #2C7C00;
background-color: #CCC;
}

.thumbnail {
    padding: 0;
}

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

footer {
    margin: 50px 0;
}




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

.foot{
padding-left:4%;
}

.image_swiper{
  display: flex;
  text-align: center 
}




.pagination > li > a
{
    background-color: white;
    color: #5A4181;
}

.selected_page > li > a
{
    background-color: #000;
    color: #5A4181;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #5A4181 !Important;
    border: solid 1px #5A4181 !Important;
}

.pagination > .active > a:hover
{
    background-color: #5A4181 !Important;
    border: solid 1px #5A4181;
}

.centerblock{
margin: auto;
  width: 50%;
  padding: 5px;
}
