﻿
#wrapper {
margin: 0 auto;
width: 1000px;	
text-align:left;
}


/* Base Carousel Styles from Bootstrap CSS */

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 80%; /*little change here*/
  left: -45px;
  width: 40px;
  height: 40px;
  margin-top: -120px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 0px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: -8%;
  top: 82%;
  position: absolute;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/*segundo slider*/

.carousel-control2 {
  position: absolute;
  top: 80%; /*little change here*/
  left: -45px;
  width: 40px;
  height: 40px;
  margin-top: -120px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 0px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control2.right {
  right: 0%;
  top: 58%;
  position: absolute;
  left: auto;
}

.carousel-control2.left {
  top: 58%;
  position: absolute;
  left: auto;
  margin-left: 0%;
}


/*segundo slider controfin*/

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  width: 60%;
  color: #000;
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #000;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
  color: #000;
}


.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}


/* Ocean Carousel */
#oceanCarousel {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
}

#oceanCarousel .item  a {
  float: left;
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid #fff;
  text-decoration: none;
}

/* Musicians Carousel */
#musiciansCarousel {
    position: relative;
  width: 600px;
  height:400px;
  margin: 0 auto;
}

#musiciansCarousel .item a {
  float: left;
  display: inline-block;
  width: 600px;
  height: 400px;
  text-decoration: none;

}

@media(max-width:1023px) {

    #musiciansCarousel {
    width: 310px;
    height: 234px;
    left: 2%;
    }
    #musiciansCarousel img {
    width: 300px;
    height: 224px;
    
    }

    .carousel-control.left {
    top: 90%;
    position: absolute;
    margin-left: 15%;
    }
    .carousel-control.right {
    right: 3%;
    top: 90%;
    position: absolute;
    }

    #oceanCarousel {
    width: 320px;
    height: 314px;
    }

    .carousel-control2.left {
    top: 78%;
    position: absolute;
    margin-left: 0%;
    }
    .carousel-control2.right {
    right: 15%;
    top: 78%;
    position: absolute;
    }

    .carousel-caption {
    font-size: 12px;
    line-height: 16px;
    }


}

