/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  min-width: 100%;
  height: 350px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #fff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
}
#big-s1{
	display: block;
}
#small-s1{
	display: none;
}
#big-s2{
	display: block;
}
#small-s2{
	display: none;
}
#big-s3{
	display: block;
}
#small-s3{
	display: none;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* ---------------------  Caption  ------------------- */
.my-carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 30%;
  z-index: 10;
  padding: 10px;
  background-color: #fff;
  display: inline-table;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.60);
  -moz-box-shadow:    1px 3px 5px 0px rgba(0, 0, 0, 0.60);
   box-shadow:         1px 3px 5px 0px rgba(0, 0, 0, 0.60);
}
.my-carousel-caption img{
  width: 100%;
}

@media (max-width: 1190px) {
/* ---------------------  Caption  ------------------- */
.my-carousel-caption {
  bottom: 27%;
  padding: 10px;
  left: 9%;
}
}

@media (max-width: 991px) {
/* Carousel base class */
.carousel {
  height: 250px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 250px;
}
.carousel-inner > .item > img {
  height: 250px;
}
/* ---------------------  Caption  ------------------- */
.my-carousel-caption {
  bottom: 25%;
  padding: 10px;
  left: 10%;
  width: 200px;
}
}

@media (max-width: 768px) {
/* Carousel base class */
.carousel {
  height: 200px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 200px;
}
.carousel-inner > .item > img {
  height: 200px;
}
.carousel-control{
	display: none;
}
/* ---------------------  Caption  ------------------- */
.my-carousel-caption {
  left: 2%;
  bottom: 20%;
}
}

@media (max-width: 480px) {
/* Carousel base class */
.carousel {
  height: 170px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 170px;
}
.carousel-inner > .item > img {
  height: 170px;
}

#big-s1{
	display: none;
}
#small-s1{
	display: block;
}
#big-s2{
	display: none;
}
#small-s2{
	display: block;
}
#big-s3{
	display: none;
}
#small-s3{
	display: block;
}
/* ---------------------  Caption  ------------------- */
.my-carousel-caption {
  bottom: 20%;
  padding: 10px;
  left: 4%;
  width: 170px;
}
}

@media (max-width: 380px) {
.carousel {
  height: 130px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 130px;
}
.carousel-inner > .item > img {
  height: 130px;
}
/* ---------------------  Caption  ------------------- */
.my-carousel-caption {
  bottom: 15%;
  padding: 10px;
  left: 2%;
  width: 135px;
}
}
/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/