r/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
    font-family: 'FONT_1';
    src: url("fonts/GOTHAMCONDENSED-BOLD_0.OTF")
}
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    background-color: #faf4f5;
}
h1 {
    color: #c8449d;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0 0 0 4%;
    padding-top: 30px;
    font-family: 'Varela Round', sans-serif;
}
h2 {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
}
h3 {
    color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 10px;
    margin-left: 2%;
    font-family: 'Varela Round', sans-serif;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: #c51063;
}
p {
    color: white;
    font-size: 0.8em;
    text-align: justify;
    margin-top: 0;
}
input, textarea, select {
    width: 100%;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}
select {
    padding: 0 5px;
    height: 30px;
}
textarea {
    height: 100px;
}
input[type='submit'] {
    width: auto;
    text-align: center;
    background-color: #c8449d;
    color: white;
    padding: 12px 20px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #ddd;
}
input[type='search'] {
    width: auto;
    text-align: left;
    background-color: white;
    padding: 8px 20px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #ddd;
}
.btn2 {
    width: auto;
    text-align: center;
    background-color: #c8449d;
    color: white;
    padding: 8px 20px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #ddd;
}
.btn2,
input[type='search'] {
    margin: -15px 0;
}

img {
    border: none
}
.fltr {
    float: right;
    padding-left: 9px;
}
mt-5{
    margin-top: 5rem;
}
.cont100 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.cont98 {
    width: 98%;
    margin: 0 auto;
    height: auto;
    display: block;
}
.cont96 {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 10%;
}
.borderhead {
    background: url(../images/bk_top.jpg) bottom repeat-x #FFF;
    height: 160px;
    padding-bottom: 20px;
}
.toplogo {
    width: 15%;
    height: 160px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.toplogo img {
    width: 50%;
}
.top {
    width: 80%;
    height: 160px;
    display: inline-block;
}
.topredes {
    width: 100%;
    height: 50px;
    color: black;
}
.topredes img {
    float: right;
    margin-top: 5px;
    height: 90%;
}
.topnav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: right;
    color: black;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Varela Round', sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 2px #aaa;
}
.topnav a {
    color: #c8449d;
    padding-left: 20px;
    background: url(../images/corazon.png) left 15px no-repeat;
}
.marca{
    color: #c8449d;
}
.bodynav {
    width: 100%;
    height: 80px!important;
    line-height: 30px;
    color: black;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 2px #aaa;
    background-color: #faf4f5;
    margin-bottom: 50px;
}

.bodynav ul.nav a {
    color: #cf76a9;
    padding-left: 20px;
    background: url(../images/corazon.png) left 10px no-repeat;
}
/*
.topnav span {
    padding-left: 40px;
}
*/
/* navegador */
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav > li {
    float: left;
    margin-right: 5px;
}
.nav li a {
    display: block;
}
.nav li a:hover {
}
.nav li ul {
    display: none;
    position: absolute;
    min-width: 140px;
}
.nav li:hover > ul {
    display: block;
}
.nav li ul li {
    position: relative;
    background-color: #faf4f5;
    text-align: left;
    padding: 0 10px;
    margin: 0;
}
.nav li ul li ul {
    right: -140px;
    top: 0px;
}



.w25 {
    width: 22%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}
.w33 {
    width: 31%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}
.w50 {
    width: 47%;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
}
.w60 {
    width: 57%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}
.w69 {
    width: 46%;
    display: inline-block;
    vertical-align: top;
}
.w70 {
    width: 70%;
    display: block;
}
.w-a {
    width: auto;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}
.detallefoto {
    border-radius: 5px;
    box-shadow: 0px 0px 6px #999;
}
.detallefoto img, .foto img {
    width: 98%;
    margin: 1%
}
.detallemapa img {
    width: 95%;
}
.detallemapa {
    width: 100%;
    margin: 50px 0;
}
.borderfoo {
    height: 170px;
}
.foo {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    color: white;
    font-style: normal;
    font-size: 1em;
    margin-top: 20px;
    margin-left: 2%;
    text-align: left;
}
.fooborder {
    border-right: 1px dashed #CCC;
}
.fooaux {
    width: 31%;
}
.foo a {
    color: #666;
}
.foo h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #c8449d;
    margin-top: 0;
}
.foo p {
    color: #666;
    margin-top: 0;
}
.foo img {
    width: 65%;
}
.fooredes {
    height: 30px;
    line-height: 30px;
    margin: 3px 0;
    padding-left: 40px;
    color: #666;
    font-size: 0.8em;
}
.foo-redes {
    display: none;
}
.bgfoo {
    background: url(../images/de.jpg);
    background-size: contain;
    border-top: #c8449d solid 1px;
    float: left;
}
.twt {
    background: url(../images/tw.png) left top no-repeat;
    background-size: contain;
}
.inst {
    background: url(../images/int.png) left top no-repeat;
    background-size: contain;
}
.face {
    background: url(../images/fa.png) left top no-repeat;
    background-size: contain;
}
.oculto {
    display: none;
}
.no-oculto {
    display: block;
}
.bglst {
    float: left;
    background-color: #faf4f5;
}
.rosa p{
    color: #c8449d;
}
.rosa {
    background-color: #feebef;
    padding: 10px 0;
    font-family: 'Varela Round', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #c8449d;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
    margin-top: 50px;
}
.bgcnt {
    background-color: #c8449d;
    padding: 20px 0;
}
/*    SLIDER  LISTADO	 */
#popup {
    position: absolute;
    left: 10%;
    top: 30px;
    width: 80%;
    z-index: 1001;
}
.content-popup {
    margin: 0px auto;
    margin-top: 80px;
    position: relative;
    padding: 1%;
    width: 1120px;
    min-height: 1120px;
    background-color: #FFF;
    border: 1px solid black;
    border-radius: 5px;
}
.content-popup h2 {
    color: #48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}
.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}
.close {
    position: absolute;
    right: 3%;
    top: 5px;
}
#slider2 {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}
#slider2 ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider2 ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background: #ccc;
    text-align: center;
}
#slider2 ul li p {
    position: absolute;
    bottom: 0%;
    display: block;
    padding: 0;
    width: 98%;
    height: auto;
    line-height: 30px;
    padding-left: 2%;
    background: rgba(253,21,123,0.5);
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;
}
a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    display: block;
    padding: 2% 3%;
    width: auto;
    height: auto;
    background: rgba(253,21,123,0.2);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
}
a.control_prev {
    border-radius: 0 2px 2px 0;
}
a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}
a.control_prev:hover, a.control_next:hover {
    background: rgba(0,0,0,0.8);
    -webkit-transition: all 0.2s ease;
}
/*    SLIDER   */
.slideshow {
    height: auto;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.slideshow img {
    padding: 0px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
#slider, #slider img {
    overflow: hidden;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}
.sliderContainer {
    position: relative;
    margin: auto;
}
#slider .slide {
    float: left;
}
.copy {
    height: 43px;
    line-height: 43px;
    font-size: 0.8em;
    text-align: center;
    color: #c8449d;
    background: #8ec1c9;
    margin-top: 20px;
}
.copy a {
    color: #c8449d;
}

@media screen and (min-width: 1680px) {
.toplogo img {
    width: 50%;
}
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
.cont96 {
    width: 76%;
    height: auto;
    display: block;
    margin: 0 12%;
}
.toplogo {
    margin-top: 0px;
}
.toplogo img {
    width: 55%;
}
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
.cont96 {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 10%;
}
.topnav {
    font-size: 1em;
    font-weight: bold;
}
.toplogo img {
    width: 50%;
}
.topnav span {
    padding-left: 30px;
}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
.cont96 {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 10%;
    position: relative;
}
#menu2 {
    background-color: #FFF;
    display: none;
    z-index: 1002;
    position: absolute;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    text-transform: uppercase;
    top: 40px;
}
.menu2 {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #222;
    margin: 5px 0;
    font-family: 'Varela Round', sans-serif;
    font-weight: bold;
}
.toplogo {
    width: 25%;
    height: 60px;
}
.toplogo img {
    width: 50%;
    margin-top: 0px;
}
.top {
    width: 68%;
    height: 60px;
}
.topnav {
    font-size: 1.2em;
    height: 60px;
}
.topnav a {
    margin: 0 10px;
    letter-spacing: normal;
}
.topnav span {
    padding-left: 5px;
}
.topredes img {
    height: 80%;
}
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
.cont96 {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 10%;
    position: relative;
}
#menu2 {
    background-color: #FFF;
    display: none;
    z-index: 1002;
    position: absolute;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    text-transform: uppercase;
    top: 40px;
}
.menu2 {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #222;
    margin: 5px 0;
    font-family: 'Varela Round', sans-serif;
    font-weight: bold;
}
.toplogo {
    width: 25%;
    height: 60px;
}
.toplogo img {
    width: 40%;
    margin-top: 0px;
}
.top {
    width: 68%;
    height: 60px;
}
.topnav {
    font-size: 1em;
    height: 60px;
}
.topnav a {
    margin: 0 5px;
    letter-spacing: normal;
}
.topnav span {
    padding-left: 5px;
}
.topredes img {
    height: 80%;
}
}

@media screen and (min-width: 450px) and (max-width: 800px) {
.cont100 {
    margin: 0 2%;
    width: 96%;
}
.cont96 {
    margin-top: 0;
}
.bglst {
}
.oculto {
    display: inline-block;
    cursor: pointer;
}
#toggle {
    top: 70px;
    right: 60px;
    position: absolute;
}
#menu2 {
    background-color: #FFF;
    display: none;
    z-index: 1002;
    position: absolute;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    text-transform: uppercase;
    top: 60px;
    margin-top: 80px;
}
.menu2 {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #222;
    margin: 5px 0;
    font-family: 'Varela Round', sans-serif;
    font-weight: bold;
}
.toplogo, .top {
    height: 45px;
}
.toplogo img {
    width: 100%;
}
.topredes img {
    float: left;
    margin-top: 40px;
}
.w50, .w33, .w70 {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 0px;
}
#internas {
    width: 100%;
    display: block;
    margin: 0;
}
#internas .pastillas {
    width: 100%;
    display: block;
}
.bglst,  .bgcnt {
/*padding-bottom:20px;*/
}
input[type='submit'] {
    margin: 0;
}
.borderfoo {
    height: auto;/*padding-bottom:20px;*/
}
.foo {
    width: 100%;
    display: block;
    padding-top: 10px;
}
.fooborder {
    border-right: none;
    border-bottom: 1px dashed #CCC;
}
.copy {
    font-size: 0.6em;
    line-height: 3em;
    height: auto;
}
.copy span {
    display: block;
    width: 100%;
}
.no-oculto {
    display: none;
}
#popup, .popup-overlay {
    visibility: hidden;
}
}

@media screen and (min-width: 320px) and (max-width: 450px) {
body, input, texarea {
    font-size: 0.7em;
}
.cont100 {
    margin: 0 auto;
    width: 94%;
}
.cont96 {
    margin-top: 0;
}
.bglst {
}
.oculto {
    display: inline-block;
    cursor: pointer;
}
#toggle {
    top: 30px;
    right: 20px;
    position: absolute;
}
#menu2 {
    background-color: #FFF;
    display: none;
    z-index: 1002;
    position: absolute;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    text-transform: uppercase;
    top: 80px;
}
.menu2 {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #222;
    margin: 5px 0;
    font-family: 'Varela Round', sans-serif;
    font-weight: bold;
}
.borderhead {
    height: auto;
}
.toplogo, .top {
    height: 60px;
    width: 48%;
}
.toplogo {
    margin-top: -5px;
}
.toplogo img {
    width: 100%;
}
.topredes img {
    width: 5%;
    margin-top: 15px;
}
.w50, .w33, .w70 {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 0px;
}
#internas {
    width: 100%;
    display: block;
    margin: 0;
}
#internas .pastillas {
    width: 100%;
    display: block;
    margin: 10px;
    padding: 0;
    margin-bottom: 0;
}
.bglst,  .bgcnt {
/*padding-bottom:20px;*/
}
input[type='submit'] {
    margin: 0;
}
.detalles {
    padding: 10px;
}
.pastillas .img img {
    box-shadow: none;
}
.borderfoo {
    height: auto;/*padding-bottom:20px;*/
}
.foo {
    width: 100%;
    display: block;
    padding-top: 10px;
}
.fooborder {
    border-right: none;
    border-bottom: 1px dashed #CCC;
}
.toplogo img {
    width: 45%;
    margin-top: -5px;

}
.topredes {
    width: 70%;
    margin-left: 15%;
}
.topredes img {
    width: 25%;
    margin-top: 25px;
}
.copy {
    font-size: 0.6em;
    line-height: 3em;
    height: auto;
}
.foo {
    width: 100%;
    display: block;
    padding-top: 10px;
    border: none;
    text-align: center;
}
.foo p {
    text-align: center;
}
.foo-redes {
    margin-top: 20px;
    display: block;
}
.no-oculto, .a, .b {
    display: none;
}
#popup, .popup-overlay {
    visibility: hidden;
}
}
.cpointer{
    cursor:pointer;
}
@media screen and (min-width: 150px) and (max-width: 300px) {
body, input, texarea {

    font-size: 0.7em;
}
.cont100 {
    margin: 0 auto;
    width: 90%;
}
.cont96 {
    margin-top: 0;
}
.bglst {
}
.oculto {
    display: inline-block;
    cursor: pointer;
}
#toggle {
    top: 25px;
    right: 20px;
    position: absolute;
}
#menu2 {
    background-color: #FFF;
    display: none;
    z-index: 1002;
    position: absolute;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    text-transform: uppercase;
    top: 80px;
}
.menu2 {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #222;
    margin: 5px 0;
    font-family: 'Varela Round', sans-serif;
    font-weight: bold;
}
.borderhead {
    height: auto;
}
.toplogo, .top {
    height: 25px;
}
.toplogo img {
    width: 50%;
    margin-top: 0px;
}
.topredes img {
    width: 25%;
    margin-top: 15px;
}
.w50, .w33, .w70 {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 0px;
}
#internas {
    width: 100%;
    display: block;
    margin: 0;
}
#internas .pastillas {
    width: 100%;
    display: block;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 0;
}
.bglst,  .bgcnt {
/*padding-bottom:20px;*/
}
input[type='submit'] {
    margin: 0;
}
.comprar,
.detalles {
    padding: 10px;
    width: 48%;
    display: inline-block;
}
.pastillas .img img {
    box-shadow: none;
}
.borderfoo {
    height: auto;/*padding-bottom:20px;*/
}
.foo {
    width: 100%;
    display: block;
    padding-top: 10px;
    border: none;
    text-align: center;
}
.foo p {
    text-align: center;
}
.copy {
    font-size: 0.6em;
    line-height: 3em;
    height: auto;
}
.copy span {
    display: block;
    width: 100%;
}
.foo-redes {
    margin-top: 20px;
    display: block;
}
.no-oculto, .a, .b {
    display: none;
}
#popup, .popup-overlay {
    visibility: hidden;
}
}
.map-info-box {
    width: 300px;
    text-align: left;
    line-height: 1.35;
    overflow: hidden !important;
    white-space: nowrap;
    scroll: none;
    color: #666 !important;
}
.map-head {
    color: #666 !important;
}
.t_gris {
    color: #666 !important;
    font-size: 12px;
}
A.abot:Link {
    color : #fff;
    text-decoration: none;
}
A.abot:Visited {
    color : #fff;
    text-decoration: none;
}
A.abot:Active {
    color : #fff;
    text-decoration: none;
}
A.abot:Hover {
    color: #FD0;
    text-decoration: none;
}

#whats-ico i{
    margin-bottom: 5px;
}
#whats-ico{
    position: fixed;
    bottom: 50px;
    right: 3px;
    width: 60px;
    height: 60px;
    z-index: 10000;
    font-size: 2.5em;
}
/*     CAROUSEL    */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

