/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


/* Mobile */
@media (max-width: 767px) {
    .slider-size {
        height: auto;
    }
    .slider-size > img {
         width: 80%;
    }
}

/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
    .slider-size {
        height: auto;
    }
    .slider-size > img {
        width: 80%;
    }
}

/* laptops */
@media (max-width: 1023px) and (min-width: 992px) {
    .slider-size {
         height: 400px;
    }
    .slider-size > img {
        width: 80%;
    }
}

/* desktops */
@media (min-width: 1024px) {
    .slider-size {
        height: 400px;
    }
    .slider-size > img {
        width: 80%;
    }
}


.btn-min-block {
    min-width: 70px;
    line-height: 26px;
}

.btn-theme {
    color: #0001FC;
    background-color:transparent;
    border: 2px solid #0001FC;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


.carousel-caption{
   top: 0;
 bottom: auto;    
   
}

.carousel-caption h3 {
font-family:fantasy;
font-size:      2em;
color:          #0001FC;
text-align: right;    
}


.carousel-caption p {
font-family:fantasy;
color:          black;
text-align: left;    
}

.navbar-fixed-left {
  width: 250px;
  position: fixed;
  border-radius: 0;
  height: 100%;
  background-color: white;           
  border-color:white;
  font-size: 1.8em;
    
}


.navbar-fixed-left .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
  width: 249px;
}


.navbar-fixed-left .navbar-nav > li > a:hover, .navbar-fixed-left .navbar-nav > li > a:focus {
   
    color: #0001FC;
}


p {
    color: #0001FC;
}

.navbar-fixed-left + .container {
  padding-left: 249px;
 
}

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
  margin-top: -50px;
  margin-left: 250px;
}




.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 {
    height:   100%;
}

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

.thumbnail {
    padding: 0;
}

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

footer {
    margin: 50px 0;
}