html, body {
font-family: 'Roboto', sans-serif;
font-family: 'Playfair Display', serif;

margin: 0px auto; 

}

.appleLinksWhite a {
  color: #ffffff !important;
  text-decoration: underline;
} 

.appleLinksBlack a {
  color: #000000 !important;
  text-decoration: none;
}

.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}
.row.row-no-gutter {
    margin: 0
}
.row.row-no-gutter [class*="col-"] {
    padding: 0
}

.img-full-width {
    width: 100.5%;
    height: auto;
}

.has-inner .row.row-no-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.row.row-no-gutter .inner {
    padding-left: 10px;
    padding-right: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 9999999999999;
}

#header {
  background-color: #ffffff;
  height: 100px;
}

#header ul {
  padding-top: 22px;
  text-align:left;
  margin-left: 20px;
}

#header li {
  list-style: none;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px 0px;
}

#header li a {
  color:#5e4d42;;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

#header li a:hover {
  color:#5e4d42;
  text-decoration:none;
  transition: 0.5s;
}

#header li a:active {
  text-decoration: none;
}

#header li a.active {
  color:#80b466;
}

.rayas {
  display: none;
  border:none;
  height:80px;
  width:60px;
  padding-top: 5px;
}

.bolsa img {
  padding-top: 4px;
}

.bolsa1  {
display: none;
}

.logo img {
    z-index: 9999999999999;
    width: 250px;
    padding-top: 12px;
}

#slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

#slideshow1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

#mapa {
    background-color:
    width: 1200px;
    height: 600px;
}

#compra {
  background-image: url(../img/fondo_compra.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #5e4d42;
  padding-top: 120px;
  padding-bottom:120px;
}

#compra img {
  width: 200px;
}

#compra h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
}

#compra p {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#compra h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

#historia {
  background-color: #f0dec6;
  padding-top: 90px;
}

#historia img {
  padding-top: 30px;
  margin-left: 35px;
}

#historia h1 {
  color: #000000;
  font-size: 45px;
  line-height: 60px;
  font-weight: 800;
  text-align: left;
  margin-left: 60px;
  padding-top: 90px;
}

#historia p {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  margin-left: 60px;
  padding-top: 10px;
}

#historia1 {
  background-color: #f0dec6;
  padding-top: 10px;
}

#historia1 img {
  padding-top: 20px;
  margin-left: 35px;
}

#historia1 h1 {
  color: #000000;
  font-size: 45px;
  line-height: 60px;
  font-weight: 800;
  text-align: left;
  margin-left: 60px;
  padding-top: 120px;
}

#historia1 p {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  margin-left: 60px;
  padding-top: 10px;
}


#historia2 {
  background-color: #f0dec6;
  padding-top: 0px;
  padding-bottom: 140px;

}

#historia2 img {
  padding-top: 90px;
  margin-left: 35px;
}

#historia2 h1 {
  color: #000000;
  font-size: 45px;
  line-height: 60px;
  font-weight: 800;
  text-align: left;
  margin-left: 60px;
  padding-top: 120px;
}

#historia2 p {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  margin-left: 60px;
  padding-top: 10px;
}

#entregas {
  background-image: url(../img/fondo_entregas.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #254441;
  padding-top: 120px;
  padding-bottom: 130px;
}

#entregas img {
  width: 300px;
}

#entregas h1 {
  color: #b8d654;
  font-size: 55px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
}

#entregas p {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

#entregas .btn {
    background-color:#b9695b;
    border:1px solid #b9695b;
    color: #ffffff;
    width: 250px;
    padding: 20px 25px;
    border-radius: 0px;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 30px;
} 

#entregas .btn:hover {
    background-color:#808b37;
    border:1px solid #808b37;
    color:#ffffff;
    transition: 0.5s;
}

#form h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 47px;
  color: #e46a1f;
  text-align: left;
  padding-top: 120px;
}

#form h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
}

#form p {
    font-family: 'Roboto', sans-serif;
    clear:both;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
  }

#form span {
    border-radius: 0px;
    margin-left:15px;
    padding: 8px 35px;
    background: #000000;
    color:#fff;
    letter-spacing: 1px;
  }

#form span.valid {
    background-color :#7ebc42;
    color: #fff;
  }

#form span.error {
    background-color:#ee412a;
    color: #fff;
  }

label, input, textarea, span {
    float: none;

  }

  label {
    width: 100%;
    margin: 1% 0;
  }

  input[type=text], textarea {
    width: 100%;
    background-color: #faeedf;
    color: #000;
  }

  input {
    height: 35px;
  }

  input, textarea {
    padding: 1%;
    border: 0;
    border-radius: 0px;
  }

  input:focus, textarea:focus { 
    outline: none;
    border: 0;
  }

  .required {
  }

  textarea {
    height: 100px;
  }

 .btn-submit {
  width: 200px;
  float: left;
  margin: 2% 0;
  border: 0;
  padding: 10px 20px 35px 20px;
  color: #224541;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  background-color: #b8d654;
  border-radius: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-transform: capitalize;
}

 .btn-submit:hover {
     background-color: #224541;
     color:#ffffff;
     transition: 0.5s;
  }

.completa {
    background-color: #b49676;
}

#footer img {
  width: 350px;
  padding-top: 50px;
}

#footer h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #5e4d42;
}

#footer p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
}

#footer .btn-submit {
  width: 180px;
  float: left;
  margin: 2% 0;
  border: 0;
  padding: 10px 10px 35px 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  background-color: #224541;
  border-radius: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-transform: capitalize;
}

#footer .btn-submit:hover {
    background-color: #224541;
    color:#ffffff;
    transition: 0.5s;
  } 



.cucharon {
  display: none;
}

#grid2 {
  display: none;
}


#social .fa {
  padding-top: 0px;
  padding: 0px;
  font-size: 25px;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 0px;
}


#social img {
  width: 22px;
  padding-top: 2px;
  margin-right: -15px;
}

/* Style all font awesome icons */
#footer .fa {
  padding: 15px;
  font-size: 25px;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
border: 0px solid black;
  color: white;
}

.fa-facebook:hover {
  color: white;
  border: 0px solid white;
  transition: 0.5s;
}

.fa-instagram {
border: 0px solid black;
  color: white;
}

.fa-instagram:hover {
  color: white;
    border: 0px solid white;
      transition: 0.5s;
}





#line1 {
  padding-top: 0px;
}

hr.new3 {
  border-top: 2px dotted #3f3f3f;
}

hr.new4 {
  border-top: 2px dotted #d0d0d0;
}


#derechos p {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;
}

#derechos a {
  text-decoration: underline;
  color:#ffffff;
}

#derechos  a:hover {
  text-decoration: none;
  color:#224541;
}

#aviso1 h1 {
  color:#000000;
  font-size: 50px;
  font-weight: 600;
  padding-top: 40px;
}

#aviso1 p {
  font-family: 'Roboto', sans-serif;
  color:#000000;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

#aviso2 h1 {
  text-align: left;
  color:#000000;
  font-size: 25px;
  font-weight: 600;
  padding-top: 20px;
}

#aviso2 p {
  font-family: 'Roboto', sans-serif;
  text-align: left;
  color:#000000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
}

#aviso3 h1 {
  text-align: left;
  color:#000000;
  font-size: 25px;
  font-weight: 600;
  padding-top: 20px;
}

#aviso3 p {
  font-family: 'Roboto', sans-serif;
  text-align: left;
  color:#000000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 140px;
}

#gracias {
  padding-top: 220px;
  padding-bottom: 400px;
}

#gracias h1 {
  text-align: center;
  font-weight: 800;
  font-size: 70px;
  line-height: 70px;
}

#gracias p {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 23px;
  line-height: 25px;
  padding-top: 15px;
}



/*ipad landscape*/

@media (max-width: 1200px) and (min-width: 1000px) {

#header {
  height: 90px;
}

#header ul {
  padding-top: 20px;
  margin-left: 20px;
}

#header li {
  list-style: none;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px 0px;
}

#header li a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.bolsa img {
  padding-top: 5px;
}

.logo img {
    z-index: 9999999999999;
    width: 220px;
    padding-top: 15px;
}

#historia {
  padding-top: 90px;
}

#historia img {
  padding-top: 30px;
  margin-left: 30px;
}

#historia h1 {
  margin-left: 50px;
  padding-top: 50px;
}

#historia p {
  margin-left: 50px;
}

#historia1 {
  padding-top: 0px;
}

#historia1 img {
  padding-top: 20px;
  margin-left: 30px;
}

#historia1 h1 {
  margin-left: 50px;
  padding-top: 90px;
}

#historia1 p {
  margin-left: 50px;
}

#historia2 {
  padding-bottom: 80px;
}

#historia2 img {
  padding-top: 80px;
  margin-left: 30px;
}

#historia2 h1 {
  margin-left: 50px;
  padding-top: 50px;
}

#historia2 p {
  margin-left: 50px;
}


#mapa {
    background-color:
    width: 1200px;
    height: 500px;
}


#form {
  padding-bottom: 40px;
}

#form h1 {
  font-size: 43px;
  line-height: 35px;
  color: #e46a1f;
  text-align: left;
  padding-top: 60px;
}

#form h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
}

#form p {
    font-family: 'Roboto', sans-serif;
    clear:both;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
  }


#footer h1 {

  font-size: 45px;
  line-height: 40px;
}

#footer p {
    font-size: 15px;
}

#derechos p {
  font-size: 11px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;
}

#aviso1 h1 {
  font-size: 45px;
  padding-top: 35px;
}

#aviso1 p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso2 h1 {
  font-size: 25px;
  padding-top: 20px;
}

#aviso2 p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso3 h1 {
  font-size: 25px;
  padding-top: 20px;
}

#aviso3 p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 140px;
}



}






/*ipad portrait*/
@media (max-width: 999px) and (min-width: 740px) {


#header {
  height: 80px;
}

#header ul {
  padding-top: 18px;
  text-align:left;
  margin-left: 20px;
}

#header li {
  padding-left: 15px;
  padding-right: 10px;
}

#header li a {
  color:#5e4d42;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.navega {
  display: none;
}

.bolsa img {
  padding-top: 3px;
}

.logo img {
    z-index: 9999999999999;
    width: 200px;
    padding-top: 10px;
    margin-left: 25px;
}


#historia {
  background-color: #f0dec6;
  padding-top: 120px;
}

#historia img {
  padding-top: 20px;
  margin-left: 0px;
}

#historia h1 {
  font-size: 40px;
  line-height: 50px;
  margin-left: 0px;
  padding-top: 0px;
}

#historia p {
  font-size: 15px;
  line-height: 23px;
  margin-left: 0px;
  margin-right: 10px;
  padding-top: 10px;
}

#historia1 {
  padding-top: 30px;
}

#historia1 img {
  padding-top: 20px;
  margin-left: 25px;
}

#historia1 h1 {
  font-size: 40px;
  line-height: 50px;
  margin-left: 0px;
  padding-top: 60px;
}

#historia1 p {
  font-size: 15px;
  line-height: 23px;
  margin-left: 0px;
  margin-right: 10px;
  padding-top: 10px;
}


#historia2 {
  background-color: #f0dec6;
  padding-top: 30px;
  padding-bottom: 120px;

}

#historia2 img {
  padding-top: 60px;
  margin-left: 40px;
  width: 270px;
}

#historia2 h1 {
  font-size: 40px;
  line-height: 50px;
  margin-left: 0px;
  padding-top: 0px;
}

#historia2 p {
  font-size: 15px;
  line-height: 23px;
  margin-left: 0px;
  margin-right: 10px;
  padding-top: 10px;
}








#mapa {
    background-color:
    width: 1200px;
    height: 400px;
}

#compra {
  padding-top: 70px;
  padding-bottom:90px;
}

#compra img {
  width: 170px;
}

#compra h1 {
  font-size: 50px;
  line-height: 50px;
}

#compra p {
  font-size: 20px;
  line-height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#compra h2 {
  font-size: 23px;
  line-height: 30px;
}

#form {
  padding-bottom: 40px;
}

#form h1 {
  font-size: 45px;
  line-height: 40px;
  padding-top: 40px;
}

#form h2 {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 0px;
}

#footer img {
  width: 350px;
  margin-top: 10px;
  margin-left: 0px;
}

#footer h1 {
  font-size: 45px;
  line-height: 40px;
}

#footer p {
    font-size: 15px;
}

#derechos p {
  font-size: 10px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 25px;
  margin-left: 25px;
}


#aviso1 h1 {
  font-size: 35px;
  padding-top: 35px;
}

#aviso1 p {
  font-size: 15px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso2 h1 {
  font-size: 20px;
  padding-top: 20px;
}

#aviso2 p {
  font-size: 15px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso3 h1 {
  font-size: 20px;
  padding-top: 20px;
}

#aviso3 p {
  font-size: 15px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 140px;
}

#gracias {
  padding-top: 150px;
  padding-bottom: 300px;
}

#gracias h1 {
  font-size: 90px;
  line-height: 90px;
}

#gracias p {
  font-size: 23px;
  line-height: 25px;
  padding-top: 20px;
}



}




/*movil*/

@media (max-width: 767px) and (min-width: 320px) {


.completa {
  padding-top: 15px;

}

#slideshow {
display: none;
}

#slideshow1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline;
}

.navega {
  display: none;
}

.cuchara {
  display: none;
}

.cucharon {
  display: block;
}

#grid {
  display: none;
}

#grid2 {
  display: block;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  z-index: 9999999999999;
}

.uli {display: none}

#header {
  height: 70px;
}

.bolsa {
display: none;
}

.bolsa1  {
  display: block;
  padding-top: 4px;
}

.logo img {
    z-index: 9999999999999;
    width: 170px;
}

#mapa {
    background-color:
    width: 1200px;
    height: 600px;
}

#compra {
  padding-top: 60px;
  padding-bottom:70px;
}

#compra img {
  width: 140px;
}

#compra h1 {
  font-size: 35px;
  line-height: 33px;
}

#compra p {
  font-size: 17px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
}

#compra h2 {
  font-size: 18px;
  line-height: 30px;
}

#historia {
  background-color: #f0dec6;
  padding-top: 100px;
}

#historia img {
  padding-top: 60px;
  margin-left: 0px;
}

#historia h1 {
  font-size: 40px;
  line-height:30px;
  margin-left: 50px;
  padding-top: 0px;
}

#historia p {
  font-size: 15px;
  line-height: 23px;
  margin-left: 50px;
  margin-right: 10px;
  padding-top: 10px;
}

#historia1 {
  padding-top: 30px;
}

#historia1 img {
  padding-top: 20px;
  margin-left: 0px;
}

#historia1 h1 {
  font-size: 40px;
  line-height: 30px;
  margin-left: 50px;
  padding-top: 0px;
}

#historia1 p {
  font-size: 15px;
  line-height: 23px;
  margin-left: 50px;
  margin-right: 10px;
  padding-top: 10px;
}


#historia2 {
  background-color: #f0dec6;
  padding-top: 0px;
  padding-bottom: 130px;

}

#historia2 img {
  padding-top: 50px;
  margin-left: 40px;
  width: 270px;
}

#historia2 h1 {
  font-size: 40px;
  line-height: 30px;
  margin-left: 50px;
  padding-top: 0px;
}

#historia2 p {
  font-size: 15px;
  line-height: 23px;
  margin-left: 50px;
  margin-right: 10px;
  padding-top: 10px;
}

#entregas .btn {
    width: 200px;
    padding: 15px 20px;
    font-size: 20px;
} 

#entregas h1 {
  font-size: 50px;
  line-height: 45px;
}

#entregas p {
  font-size: 17px;
  line-height: 23px;
}


#form h1 {
  font-size: 45px;
  line-height: 40px;
  padding-top: 80px;
}

#form h2 {
    font-size: 14px;
}

#form p {
    font-family: 'Roboto', sans-serif;
    clear:both;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
  }

#footer img {
  width: 350px;
  padding-top: 30px;
}

#footer h1 {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #5e4d42;
}

#footer p {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

#derechos {
  padding-bottom: 40px;
      background-color: #b49676;
}

#derechos p {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 0px;
}

#derechos a {
  text-decoration: underline;
  color:#ffffff;
}

#derechos  a:hover {
  text-decoration: none;
  color:#224541;
}

.privacidad p {
  margin-left: 30px;
}



#aviso1 h1 {
  font-size: 40px;
  line-height: 35px;
  padding-top: 35px;
}

#aviso1 p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso2 h1 {
  font-size: 18px;
  padding-top: 20px;
}

#aviso2 p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aviso3 h1 {
  font-size: 18px;
  padding-top: 20px;
}

#aviso3 p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 140px;
}

#gracias {
  padding-top: 150px;
  padding-bottom: 240px;
}

#gracias h1 {
  font-size: 70px;
  line-height: 70px;
}

#gracias p {
  font-size: 23px;
  line-height: 25px;
  padding-top: 20px;
}


}





.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
 }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../img/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
}




/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.material-icons.green { color: #6ab943; }




@media 
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
