.soundsList__item {
  background-color: #fee2e6 !important;
}

/* GLOBAL STYLES

#fee2e6
#8a8bac
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  background-color: #fee2e6;
}
.clear {
  clear: both;
}
h1 {
  color: #DDD;
  background: transparent url("../images/luciagonzalez.png") no-repeat left top;
  background-size: 100% auto;
  text-indent: -9999px;
  margin-bottom: 20px;
  max-width: 450px;
  line-height: inherit;
}
h2 {
  text-transform: uppercase;
  font-size: 1.2em !important;
  font-weight: bold !important;
  color: #797977;
}
a, a:hover, a:focus {
  color: #df8ea3;
  text-decoration: none;
}
footer {
  margin-top: 40px;
}
.english {
  font-style: italic;
  color: #999;
}
.bio .english {
  margin-top: 20px;
}
.socialnets {
  text-align: center;
  margin: 20px 0;
  /*float: right;*/
  margin-top: 0px;
}
.socialnets i {
  font-size: 2em;
  padding-left: 10px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* 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: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* 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;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .bio .english {
    margin-top: 0;
  }
  .featurette-heading {
    margin-top: 120px;
  }
  .socialnets {
    float: right;
    margin-top: 33px;
  }
}







/*kbz*/



.btn-primary {
  background-image: -webkit-linear-gradient(top, #df8ea3 0%, #df8ea3 100%);
  background-image: -o-linear-gradient(top, #df8ea3 0%, #df8ea3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df8ea3), to(#df8ea3));
  background-image: linear-gradient(to bottom, #df8ea3 0%, #df8ea3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #df8ea3;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #df8ea3;
  background-position: 0 -15px;
  border-color: #666666;
  color: #000000;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
  }
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h2 {
  font-size: 1em;
}
.nivo-directionNav {
  display: none;
}
.photos img {
  width: 100%;
  height: auto;
  float: left;
}
.shows-wrapper,
.press-wrapper {
  height: 357px;
  overflow: scroll;
  border-top: 1px dotted #e08fa5;
  border-bottom: 1px dotted #e08fa5;
}
.shows-wrapper ul,
.press-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.shows-wrapper ul li,
.press-wrapper ul li {
  border-bottom: 1px dotted #e08fa5;
  padding-top: .5em;
  padding-bottom: .5em;
}
.shows-wrapper ul li .show_date,
.press-wrapper ul li .title {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  list-style-position: inside;
}
.press-wrapper ul li .title {
  line-height: 1.8em;
}
.shows-wrapper ul li,
.press-wrapper ul li {
  line-height: 1.3em;
}
.shows-wrapper ul li img {
  float: left;
  padding: 2px 12px 2px 10px;
}
.press-wrapper i {
  font-size: 1.4em;
  float: left;
  padding: 2px 12px 2px 10px;
  color: #e08fa5;
}
.shows-wrapper ul li a,
.press-wrapper ul li a {
  color: #5A5A5A;
  text-decoration: none;
}
.shows-wrapper ul li a:hover,
.press-wrapper ul li a:hover {
  color: #000000;
}
.shows-wrapper ul li:hover,
.press-wrapper ul li:hover {
  background-color: rgba(224,143,165,.2);
}

.next-show {
  position: relative;
  background-color: rgba(224,143,165,.2);
}
.faja {
  position: absolute;
  right: 0;
  top: 0;
  color: #df8ea3;
  text-transform: uppercase;
  font-size: .7em;
  padding: 4px;
  padding-right: 8px;
  font-weight: bold;
}