@charset "UTF-8";
/*Tipography*/
@font-face {
  font-family: 'Courier New';
  src: url("../fonts/courier-new.ttf");
}

@font-face {
  font-family: 'Courier New Bold';
  src: url("../fonts/courier-new-bold.ttf");
}

@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("../fonts/myriad-pro-regular.otf");
}

@font-face {
  font-family: 'Linotype Univers Condensed Bold';
  src: url("../fonts/universe-condensed-bold.ttf");
}

/*Colors*/
/*Products*/
/*Estructura General*/
.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}

body {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 1em;
  background: url("../images/bg000.png");
  background-size: 100%;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
}

body main {
  padding: 0;
  padding-bottom: 5em;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body section {
  width: 95%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body img {
  width: 100%;
  line-height: 0;
}

body p, body label {
  width: 100%;
  padding: 2em 0;
}

@media only screen and (max-width: 500px) {
  body p, body label {
    font-size: 0.9em;
  }
}

body a {
  color: #00ACEA;
  text-decoration: none;
  border: none;
  outline: none;
}

body a a:hover {
  color: #125A70;
}

body b {
  color: #FFB500;
  font-weight: bold;
}

body ul, body ol {
  list-style: none;
}

body h1 {
  width: 100%;
  float: left;
  font-family: "Linotype Univers Condensed Bold", sans-serif;
  color: #191919;
  text-align: center;
  font-size: 3em;
  padding: 0;
}

@media only screen and (max-width: 500px) {
  body h1 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 400px) {
  body h1 {
    font-size: 1.5em;
  }
}

body h1 b {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 0.5em;
  color: #443723;
}

body h2 {
  margin: auto;
  font-size: 1.2em;
  font-family: "Myriad Pro Regular", sans-serif;
  color: #191919;
  text-align: center;
}

body h3 {
  padding-bottom: 0.5em;
  border-bottom: 0.5em solid #FFB500;
  font-family: "Courier New Bold", serif;
  text-transform: uppercase;
  font-weight: normal;
}

body footer {
  background-color: rgba(238, 181, 0, 0.6);
  padding: 4em 0;
  font-size: 0.9em;
}

body footer p {
  text-align: center;
  padding-bottom: 0;
  padding-top: 0.5em;
}

body footer p a {
  color: #191919;
  font-size: 1.5em;
}

#home section {
  padding: 4em 0;
}

#home .bannerhome {
  width: 100%;
  max-width: none;
  padding: 0;
  background: url("../images/slides/home01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .bannerhome .bhcontext {
  max-width: 1200px;
  padding: 4em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .bannerhome .bhcontext .quality {
  width: 30%;
  max-width: 200px;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
    left: -1000px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    left: -1000px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

#home .bannerhome .bhband {
  background-color: rgba(238, 181, 0, 0.6);
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#home .bannerhome .bhband .bhbandtext {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .bannerhome .bhband .bhbandtext .bhbtn {
  width: 10%;
  max-width: 90px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

@media only screen and (max-width: 700px) {
  #home .bannerhome .bhband .bhbandtext .bhbtn {
    width: 15%;
  }
}

@media only screen and (max-width: 450px) {
  #home .bannerhome .bhband .bhbandtext .bhbtn {
    display: none;
  }
}

@-webkit-keyframes bhbtn {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes bhbtn {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

#home .bannerhome .bhband .bhbandtext .bhbtn:hover, #home .bannerhome .bhband .bhbandtext .bhbtn:focus, #home .bannerhome .bhband .bhbandtext .bhbtn:active {
  -webkit-animation-name: bhbtn;
  animation-name: bhbtn;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#home .daline {
  height: 1em;
  background: #FFB500;
}

#home .homesweet {
  width: 100%;
  max-width: none;
}

#home .homesweet span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../images/bg000.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#home .hometexter {
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#home .hometexter h2 {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  #home .hometexter {
    padding: 0;
  }
}

#home .homemodules {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 500px) {
  #home .homemodules {
    font-size: 0.8em;
  }
}

#home .homemodules .homemdm {
  width: 25%;
  overflow: hidden;
}

#home .homemodules .homemdm h1 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}

#home .homemodules .homemdm .homemdmrl {
  overflow: hidden;
}

#home .homemodules .homemdm .homemdmrl img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

#home .homemodules .homemdm .homemdmrl img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#home .homemodules .homemdm ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0;
  width: 300%;
  animation: cambio 10s infinite alternate linear;
  -webkit-animation: cambio 10s infinite alternate linear;
}

#home .homemodules .homemdm ul li {
  width: 100%;
  list-style: none;
}

@keyframes cambio {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 0;
  }
  30% {
    margin-left: -100%;
  }
  60% {
    margin-left: -100%;
  }
  65% {
    margin-left: -200%;
  }
  100% {
    margin-left: -200%;
  }
}

@-webkit-keyframes cambio {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 0;
  }
  30% {
    margin-left: -100%;
  }
  60% {
    margin-left: -100%;
  }
  65% {
    margin-left: -200%;
  }
  100% {
    margin-left: -200%;
  }
}

#ingredients section {
  padding: 4em 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#ingredients section .prodsquareal {
  padding: 2em 0;
  /*display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#ingredients section .prodsquareal .prodsquare {
  width: 30%;
  min-width: 280px;
  padding: 1em;
}

#ingredients section .prodsquareal .prodsquare a {
  color: #191919;
}

#ingredients section .prodsquareal .prodsquare .insidesquare {
  border: 1px solid #191919;
  padding: 1em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

#ingredients section .prodsquareal .prodsquare .insidesquare p {
  padding-bottom: 0;
  padding-top: 1em;
}

#ingredients section .prodsquareal .prodsquare .insidesquare p, #ingredients section .prodsquareal .prodsquare .insidesquare h3 {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

#ingredients section .prodsquareal .prodsquare .insidesquare:hover {
  border: 1px solid #FFB500;
}

#ingredients section .prodsquareal .prodsquare .insidesquare:hover p {
  color: #FFB500;
}

#ingredients section .prodsquareal .prodsquare .insidesquare:hover h3 {
  color: #FFB500;
  border-bottom: 0.5em solid #443723;
}

#ingredients section .midletext {
  text-align: center;
  padding: 1em 0 2em;
}

#ingredients section h2 {
  font-size: 1.2em;
  padding-top: 2em;
}

#ingredients section .accordion {
  background-color: #ffffff;
  color: #443723;
  cursor: pointer;
  padding: 1em;
  border: none;
  outline: none;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

#ingredients section .accordion i {
  color: #FFB500;
  margin-right: 1em;
}

#ingredients section .active {
  color: #443723;
  font-weight: bold;
}

#ingredients section .accordion:hover {
  background-color: #191919;
  color: #ffffff;
  font-weight: bold;
}

#ingredients section .panel {
  padding: 0 18px;
  display: none;
  background-color: #efefef;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}

#ingredients section .panel p {
  text-align: center;
  max-width: none;
  line-height: 1.5em;
}

#ingredients section .panel b {
  font-weight: bold;
  color: #443723;
}

#ingredients .bannerdrug {
  width: 100%;
  max-width: none;
  padding: 0;
  background: url("../images/bg002.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  #ingredients .bannerdrug {
    background: url("../images/bg002.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}

#ingredients .bannerdrug .qualytier {
  max-width: 1200px;
  padding: 6em 1em 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ingredients .bannerdrug .qualytier .qualithing {
  width: 40%;
  min-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#ingredients .bannerdrug .qualytier .qualithing .qualibg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80%;
  background-color: #ffffff;
}

#ingredients .bannerdrug .qualytier .qualithing .qualimg {
  width: 35%;
}

#ingredients .bannerdrug .qualytier .qualithing .qualitx {
  width: 60%;
  padding: 1em;
  padding-left: 0;
}

#ingredients .bannerdrug .qualytier .qualithing .qualitx p {
  padding: 0;
  padding-top: 0.5em;
}

#ingredients .bannerdrug .qualytier .qualithing .qualitx h2 {
  padding-top: 0;
  font-family: "Courier New Bold", serif;
  text-align: left;
  font-size: 2em;
  text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
  #ingredients .bannerdrug .qualytier .qualithing {
    min-width: 100px;
    width: 100%;
  }
}

#ingredients .bannerdrug .bandit {
  width: 100%;
  height: 80px;
  background: #FFB500;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
}

#ingredients .firstext {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ingredients .firstext p {
  max-width: 600px;
}

#ingredients .firstext h3, #ingredients .firstext h2 {
  text-transform: uppercase;
}

#ingredients .firstext h2 {
  font-family: "Courier New Bold", serif;
  text-transform: uppercase;
}

#bw-grapefruit, #bw-grape, #bw-honeydew,
#bl-cubbyalmond, #bl-cubbycocoa,
#kids-chamomile, #kids-creamyalmond, #kids-lavander,
#baby-chamomile {
  padding-top: 50px;
}

#bw-grapefruit section, #bw-grape section, #bw-honeydew section,
#bl-cubbyalmond section, #bl-cubbycocoa section,
#kids-chamomile section, #kids-creamyalmond section, #kids-lavander section,
#baby-chamomile section {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 650px) {
  #bw-grapefruit section, #bw-grape section, #bw-honeydew section,
  #bl-cubbyalmond section, #bl-cubbycocoa section,
  #kids-chamomile section, #kids-creamyalmond section, #kids-lavander section,
  #baby-chamomile section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#bw-grapefruit section .proding, #bw-grape section .proding, #bw-honeydew section .proding,
#bl-cubbyalmond section .proding, #bl-cubbycocoa section .proding,
#kids-chamomile section .proding, #kids-creamyalmond section .proding, #kids-lavander section .proding,
#baby-chamomile section .proding {
  max-width: 500px;
  padding: 0;
  padding-top: 50px;
}

#bw-grapefruit section .producten, #bw-grape section .producten, #bw-honeydew section .producten,
#bl-cubbyalmond section .producten, #bl-cubbycocoa section .producten,
#kids-chamomile section .producten, #kids-creamyalmond section .producten, #kids-lavander section .producten,
#baby-chamomile section .producten {
  width: 49%;
  max-width: 500px;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 650px) {
  #bw-grapefruit section .producten, #bw-grape section .producten, #bw-honeydew section .producten,
  #bl-cubbyalmond section .producten, #bl-cubbycocoa section .producten,
  #kids-chamomile section .producten, #kids-creamyalmond section .producten, #kids-lavander section .producten,
  #baby-chamomile section .producten {
    width: 80%;
  }
}

#bw-grapefruit section .producten h1, #bw-grape section .producten h1, #bw-honeydew section .producten h1,
#bl-cubbyalmond section .producten h1, #bl-cubbycocoa section .producten h1,
#kids-chamomile section .producten h1, #kids-creamyalmond section .producten h1, #kids-lavander section .producten h1,
#baby-chamomile section .producten h1 {
  text-align: left;
}

#bw-grapefruit section .producten .litgallery, #bw-grape section .producten .litgallery, #bw-honeydew section .producten .litgallery,
#bl-cubbyalmond section .producten .litgallery, #bl-cubbycocoa section .producten .litgallery,
#kids-chamomile section .producten .litgallery, #kids-creamyalmond section .producten .litgallery, #kids-lavander section .producten .litgallery,
#baby-chamomile section .producten .litgallery {
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#bw-grapefruit section .producten .litgallery .galimage, #bw-grape section .producten .litgallery .galimage, #bw-honeydew section .producten .litgallery .galimage,
#bl-cubbyalmond section .producten .litgallery .galimage, #bl-cubbycocoa section .producten .litgallery .galimage,
#kids-chamomile section .producten .litgallery .galimage, #kids-creamyalmond section .producten .litgallery .galimage, #kids-lavander section .producten .litgallery .galimage,
#baby-chamomile section .producten .litgallery .galimage {
  width: 30%;
  line-height: 0;
  display: block;
  margin-right: 1em;
}

#bw-grapefruit section .producten .litgallery .galimage .galicon, #bw-grape section .producten .litgallery .galimage .galicon, #bw-honeydew section .producten .litgallery .galimage .galicon,
#bl-cubbyalmond section .producten .litgallery .galimage .galicon, #bl-cubbycocoa section .producten .litgallery .galimage .galicon,
#kids-chamomile section .producten .litgallery .galimage .galicon, #kids-creamyalmond section .producten .litgallery .galimage .galicon, #kids-lavander section .producten .litgallery .galimage .galicon,
#baby-chamomile section .producten .litgallery .galimage .galicon {
  padding: 0.3em;
}

#bw-grapefruit section .producten .litgallery .galimage p, #bw-grape section .producten .litgallery .galimage p, #bw-honeydew section .producten .litgallery .galimage p,
#bl-cubbyalmond section .producten .litgallery .galimage p, #bl-cubbycocoa section .producten .litgallery .galimage p,
#kids-chamomile section .producten .litgallery .galimage p, #kids-creamyalmond section .producten .litgallery .galimage p, #kids-lavander section .producten .litgallery .galimage p,
#baby-chamomile section .producten .litgallery .galimage p {
  width: 100%;
  float: left;
  margin: auto;
  text-align: center;
  padding: 0;
  padding-top: 0.5em;
  font-family: "Courier New Bold", serif;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: normal;
}

@media only screen and (max-width: 650px) {
  #bw-grapefruit section .producten .litgallery .notshow, #bw-grape section .producten .litgallery .notshow, #bw-honeydew section .producten .litgallery .notshow,
  #bl-cubbyalmond section .producten .litgallery .notshow, #bl-cubbycocoa section .producten .litgallery .notshow,
  #kids-chamomile section .producten .litgallery .notshow, #kids-creamyalmond section .producten .litgallery .notshow, #kids-lavander section .producten .litgallery .notshow,
  #baby-chamomile section .producten .litgallery .notshow {
    display: none;
    visibility: hidden;
  }
}

#bw-grapefruit section .producten .amazon, #bw-grape section .producten .amazon, #bw-honeydew section .producten .amazon,
#bl-cubbyalmond section .producten .amazon, #bl-cubbycocoa section .producten .amazon,
#kids-chamomile section .producten .amazon, #kids-creamyalmond section .producten .amazon, #kids-lavander section .producten .amazon,
#baby-chamomile section .producten .amazon {
  width: 30%;
  padding: 1em 0;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

#bw-grapefruit section .producten .amazon:hover, #bw-grape section .producten .amazon:hover, #bw-honeydew section .producten .amazon:hover,
#bl-cubbyalmond section .producten .amazon:hover, #bl-cubbycocoa section .producten .amazon:hover,
#kids-chamomile section .producten .amazon:hover, #kids-creamyalmond section .producten .amazon:hover, #kids-lavander section .producten .amazon:hover,
#baby-chamomile section .producten .amazon:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 650px) {
  #bw-grapefruit section .producten .amazon, #bw-grape section .producten .amazon, #bw-honeydew section .producten .amazon,
  #bl-cubbyalmond section .producten .amazon, #bl-cubbycocoa section .producten .amazon,
  #kids-chamomile section .producten .amazon, #kids-creamyalmond section .producten .amazon, #kids-lavander section .producten .amazon,
  #baby-chamomile section .producten .amazon {
    width: 50%;
  }
}

#bw-grapefruit section .producten .slideshow-container, #bw-grape section .producten .slideshow-container, #bw-honeydew section .producten .slideshow-container,
#bl-cubbyalmond section .producten .slideshow-container, #bl-cubbycocoa section .producten .slideshow-container,
#kids-chamomile section .producten .slideshow-container, #kids-creamyalmond section .producten .slideshow-container, #kids-lavander section .producten .slideshow-container,
#baby-chamomile section .producten .slideshow-container {
  position: relative;
  margin: auto;
  border: 1px solid #999;
  width: 90%;
  margin-left: 5%;
}

#bw-grapefruit section .producten .slideshow-container .numbertext, #bw-grape section .producten .slideshow-container .numbertext, #bw-honeydew section .producten .slideshow-container .numbertext,
#bl-cubbyalmond section .producten .slideshow-container .numbertext, #bl-cubbycocoa section .producten .slideshow-container .numbertext,
#kids-chamomile section .producten .slideshow-container .numbertext, #kids-creamyalmond section .producten .slideshow-container .numbertext, #kids-lavander section .producten .slideshow-container .numbertext,
#baby-chamomile section .producten .slideshow-container .numbertext {
  display: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#bw-grapefruit section .producten .prev, #bw-grapefruit section .producten .next, #bw-grape section .producten .prev, #bw-grape section .producten .next, #bw-honeydew section .producten .prev, #bw-honeydew section .producten .next,
#bl-cubbyalmond section .producten .prev,
#bl-cubbyalmond section .producten .next, #bl-cubbycocoa section .producten .prev, #bl-cubbycocoa section .producten .next,
#kids-chamomile section .producten .prev,
#kids-chamomile section .producten .next, #kids-creamyalmond section .producten .prev, #kids-creamyalmond section .producten .next, #kids-lavander section .producten .prev, #kids-lavander section .producten .next,
#baby-chamomile section .producten .prev,
#baby-chamomile section .producten .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 5%;
  font-size: 2em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.6;
}

#bw-grapefruit section .producten .next, #bw-grape section .producten .next, #bw-honeydew section .producten .next,
#bl-cubbyalmond section .producten .next, #bl-cubbycocoa section .producten .next,
#kids-chamomile section .producten .next, #kids-creamyalmond section .producten .next, #kids-lavander section .producten .next,
#baby-chamomile section .producten .next {
  right: 0;
  border-radius: 3px 0 0 3px;
  text-align: right;
}

#bw-grapefruit section .producten .prev, #bw-grape section .producten .prev, #bw-honeydew section .producten .prev,
#bl-cubbyalmond section .producten .prev, #bl-cubbycocoa section .producten .prev,
#kids-chamomile section .producten .prev, #kids-creamyalmond section .producten .prev, #kids-lavander section .producten .prev,
#baby-chamomile section .producten .prev {
  text-align: left;
  /* Firefox */
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Chrome y Safari */
  transform: scaleX(-1);
  /* w3org */
  -webkit-filter: FlipH;
          filter: FlipH;
  /* Internet Explorer */
}

#bw-grapefruit section .producten .prev i, #bw-grape section .producten .prev i, #bw-honeydew section .producten .prev i,
#bl-cubbyalmond section .producten .prev i, #bl-cubbycocoa section .producten .prev i,
#kids-chamomile section .producten .prev i, #kids-creamyalmond section .producten .prev i, #kids-lavander section .producten .prev i,
#baby-chamomile section .producten .prev i {
  width: 100%;
  text-align: left;
}

#bw-grapefruit section .producten .prev:hover, #bw-grapefruit section .producten .next:hover, #bw-grape section .producten .prev:hover, #bw-grape section .producten .next:hover, #bw-honeydew section .producten .prev:hover, #bw-honeydew section .producten .next:hover,
#bl-cubbyalmond section .producten .prev:hover,
#bl-cubbyalmond section .producten .next:hover, #bl-cubbycocoa section .producten .prev:hover, #bl-cubbycocoa section .producten .next:hover,
#kids-chamomile section .producten .prev:hover,
#kids-chamomile section .producten .next:hover, #kids-creamyalmond section .producten .prev:hover, #kids-creamyalmond section .producten .next:hover, #kids-lavander section .producten .prev:hover, #kids-lavander section .producten .next:hover,
#baby-chamomile section .producten .prev:hover,
#baby-chamomile section .producten .next:hover {
  opacity: 1;
}

#bw-grapefruit .contexter, #bw-grape .contexter, #bw-honeydew .contexter,
#bl-cubbyalmond .contexter, #bl-cubbycocoa .contexter,
#kids-chamomile .contexter, #kids-creamyalmond .contexter, #kids-lavander .contexter,
#baby-chamomile .contexter {
  color: #ffffff;
}

#bw-grapefruit .contexter section, #bw-grape .contexter section, #bw-honeydew .contexter section,
#bl-cubbyalmond .contexter section, #bl-cubbycocoa .contexter section,
#kids-chamomile .contexter section, #kids-creamyalmond .contexter section, #kids-lavander .contexter section,
#baby-chamomile .contexter section {
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#bw-grapefruit .contexter section .contexticons, #bw-grape .contexter section .contexticons, #bw-honeydew .contexter section .contexticons,
#bl-cubbyalmond .contexter section .contexticons, #bl-cubbycocoa .contexter section .contexticons,
#kids-chamomile .contexter section .contexticons, #kids-creamyalmond .contexter section .contexticons, #kids-lavander .contexter section .contexticons,
#baby-chamomile .contexter section .contexticons {
  position: absolute;
  left: 0;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#bw-grapefruit .contexter section .contexticons .contexticoeres, #bw-grape .contexter section .contexticons .contexticoeres, #bw-honeydew .contexter section .contexticons .contexticoeres,
#bl-cubbyalmond .contexter section .contexticons .contexticoeres, #bl-cubbycocoa .contexter section .contexticons .contexticoeres,
#kids-chamomile .contexter section .contexticons .contexticoeres, #kids-creamyalmond .contexter section .contexticons .contexticoeres, #kids-lavander .contexter section .contexticons .contexticoeres,
#baby-chamomile .contexter section .contexticons .contexticoeres {
  width: 10%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px #000;
          box-shadow: 1px 1px 5px #000;
  z-index: 100;
}

@media only screen and (max-width: 700px) {
  #bw-grapefruit .contexter section .contexticons .contexticoeres, #bw-grape .contexter section .contexticons .contexticoeres, #bw-honeydew .contexter section .contexticons .contexticoeres,
  #bl-cubbyalmond .contexter section .contexticons .contexticoeres, #bl-cubbycocoa .contexter section .contexticons .contexticoeres,
  #kids-chamomile .contexter section .contexticons .contexticoeres, #kids-creamyalmond .contexter section .contexticons .contexticoeres, #kids-lavander .contexter section .contexticons .contexticoeres,
  #baby-chamomile .contexter section .contexticons .contexticoeres {
    width: 15%;
  }
}

@media only screen and (max-width: 450px) {
  #bw-grapefruit .contexter section .contexticons .contexticoeres, #bw-grape .contexter section .contexticons .contexticoeres, #bw-honeydew .contexter section .contexticons .contexticoeres,
  #bl-cubbyalmond .contexter section .contexticons .contexticoeres, #bl-cubbycocoa .contexter section .contexticons .contexticoeres,
  #kids-chamomile .contexter section .contexticons .contexticoeres, #kids-creamyalmond .contexter section .contexticons .contexticoeres, #kids-lavander .contexter section .contexticons .contexticoeres,
  #baby-chamomile .contexter section .contexticons .contexticoeres {
    display: none;
  }
}

@-webkit-keyframes contexticoeres {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes contexticoeres {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

#bw-grapefruit .contexter section .contexticons .contexticoeres:hover, #bw-grapefruit .contexter section .contexticons .contexticoeres:focus, #bw-grapefruit .contexter section .contexticons .contexticoeres:active, #bw-grape .contexter section .contexticons .contexticoeres:hover, #bw-grape .contexter section .contexticons .contexticoeres:focus, #bw-grape .contexter section .contexticons .contexticoeres:active, #bw-honeydew .contexter section .contexticons .contexticoeres:hover, #bw-honeydew .contexter section .contexticons .contexticoeres:focus, #bw-honeydew .contexter section .contexticons .contexticoeres:active,
#bl-cubbyalmond .contexter section .contexticons .contexticoeres:hover,
#bl-cubbyalmond .contexter section .contexticons .contexticoeres:focus,
#bl-cubbyalmond .contexter section .contexticons .contexticoeres:active, #bl-cubbycocoa .contexter section .contexticons .contexticoeres:hover, #bl-cubbycocoa .contexter section .contexticons .contexticoeres:focus, #bl-cubbycocoa .contexter section .contexticons .contexticoeres:active,
#kids-chamomile .contexter section .contexticons .contexticoeres:hover,
#kids-chamomile .contexter section .contexticons .contexticoeres:focus,
#kids-chamomile .contexter section .contexticons .contexticoeres:active, #kids-creamyalmond .contexter section .contexticons .contexticoeres:hover, #kids-creamyalmond .contexter section .contexticons .contexticoeres:focus, #kids-creamyalmond .contexter section .contexticons .contexticoeres:active, #kids-lavander .contexter section .contexticons .contexticoeres:hover, #kids-lavander .contexter section .contexticons .contexticoeres:focus, #kids-lavander .contexter section .contexticons .contexticoeres:active,
#baby-chamomile .contexter section .contexticons .contexticoeres:hover,
#baby-chamomile .contexter section .contexticons .contexticoeres:focus,
#baby-chamomile .contexter section .contexticons .contexticoeres:active {
  -webkit-animation-name: contexticoeres;
  animation-name: contexticoeres;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#bw-grapefruit .contexter .contextbg, #bw-grape .contexter .contextbg, #bw-honeydew .contexter .contextbg,
#bl-cubbyalmond .contexter .contextbg, #bl-cubbycocoa .contexter .contextbg,
#kids-chamomile .contexter .contextbg, #kids-creamyalmond .contexter .contextbg, #kids-lavander .contexter .contextbg,
#baby-chamomile .contexter .contextbg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#bw-grapefruit {
  border-top: 1em solid #FF657E;
}

#bw-grapefruit .galicon {
  background: #FF657E;
  -webkit-transform: perspective(1em) translateZ(0);
  transform: perspective(1em) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
}

#bw-grapefruit .galicon:hover, #bw-grapefruit .galicon:focus, #bw-grapefruit .galicon:active {
  -webkit-box-shadow: inset 0 0 0 0.3em #FF657E, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #FF657E, 0 0 1px rgba(0, 0, 0, 0);
}

#bw-grapefruit .galactive {
  -webkit-box-shadow: inset 0 0 0 0.3em #FF657E, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #FF657E, 0 0 1px rgba(0, 0, 0, 0);
}

#bw-grapefruit .contextbg {
  background: #FF657E;
}

#bw-grapefruit .prev, #bw-grapefruit .next {
  color: #FF657E;
}

#bw-grape {
  border-top: 1em solid #8447AE;
}

#bw-grape .galicon {
  background: #8447AE;
  -webkit-transform: perspective(1em) translateZ(0);
  transform: perspective(1em) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
}

#bw-grape .galicon:hover, #bw-grape .galicon:focus, #bw-grape .galicon:active {
  -webkit-box-shadow: inset 0 0 0 0.3em #8447AE, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #8447AE, 0 0 1px rgba(0, 0, 0, 0);
}

#bw-grape .galactive {
  -webkit-box-shadow: inset 0 0 0 0.3em #8447AE, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #8447AE, 0 0 1px rgba(0, 0, 0, 0);
}

#bw-grape .contextbg {
  background: #8447AE;
}

#bw-grape .prev, #bw-grape .next {
  color: #8447AE;
}

#bw-honeydew {
  border-top: 1em solid #1CCAD4;
}

#bw-honeydew .galicon {
  background: #1CCAD4;
  -webkit-transform: perspective(1em) translateZ(0);
  transform: perspective(1em) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
}

#bw-honeydew .galicon:hover, #bw-honeydew .galicon:focus, #bw-honeydew .galicon:active {
  -webkit-box-shadow: inset 0 0 0 0.3em #1CCAD4, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #1CCAD4, 0 0 1px rgba(0, 0, 0, 0);
}

#bw-honeydew .galactive {
  -webkit-box-shadow: inset 0 0 0 0.3em #1CCAD4, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #1CCAD4, 0 0 1px rgba(0, 0, 0, 0);
}

#bw-honeydew .contextbg {
  background: #1CCAD4;
}

#bw-honeydew .prev, #bw-honeydew .next {
  color: #1CCAD4;
}

#bl-cubbyalmond {
  border-top: 1em solid #C88242;
}

#bl-cubbyalmond .galicon {
  background: #C88242;
  -webkit-transform: perspective(1em) translateZ(0);
  transform: perspective(1em) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
}

#bl-cubbyalmond .galicon:hover, #bl-cubbyalmond .galicon:focus, #bl-cubbyalmond .galicon:active {
  -webkit-box-shadow: inset 0 0 0 0.3em #C88242, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #C88242, 0 0 1px rgba(0, 0, 0, 0);
}

#bl-cubbyalmond .galactive {
  -webkit-box-shadow: inset 0 0 0 0.3em #C88242, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #C88242, 0 0 1px rgba(0, 0, 0, 0);
}

#bl-cubbyalmond .contextbg {
  background: #C88242;
}

#bl-cubbyalmond .prev, #bl-cubbyalmond .next {
  color: #C88242;
}

#bl-cubbycocoa {
  border-top: 1em solid #FFB500;
}

#bl-cubbycocoa .galicon {
  background: #FFB500;
  -webkit-transform: perspective(1em) translateZ(0);
  transform: perspective(1em) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
}

#bl-cubbycocoa .galicon:hover, #bl-cubbycocoa .galicon:focus, #bl-cubbycocoa .galicon:active {
  -webkit-box-shadow: inset 0 0 0 0.3em #FFB500, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #FFB500, 0 0 1px rgba(0, 0, 0, 0);
}

#bl-cubbycocoa .galactive {
  -webkit-box-shadow: inset 0 0 0 0.3em #FFB500, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #FFB500, 0 0 1px rgba(0, 0, 0, 0);
}

#bl-cubbycocoa .contexter p {
  color: #191919;
}

#bl-cubbycocoa .contextbg {
  background: #FFB500;
}

#bl-cubbycocoa .prev, #bl-cubbycocoa .next {
  color: #FFB500;
}

#kids-chamomile {
  border-top: 1em solid #FFB500;
}

#kids-chamomile .galicon {
  background: #FFB500;
  -webkit-transform: perspective(1em) translateZ(0);
  transform: perspective(1em) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
}

#kids-chamomile .galicon:hover, #kids-chamomile .galicon:focus, #kids-chamomile .galicon:active {
  -webkit-box-shadow: inset 0 0 0 0.3em #FFB500, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #FFB500, 0 0 1px rgba(0, 0, 0, 0);
}

#kids-chamomile .galactive {
  -webkit-box-shadow: inset 0 0 0 0.3em #FFB500, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #FFB500, 0 0 1px rgba(0, 0, 0, 0);
}

#kids-chamomile .contexter p {
  color: #191919;
}

#kids-chamomile .contextbg {
  background: #FFB500;
}

#kids-chamomile .prev, #kids-chamomile .next {
  color: #FFB500;
}

#kids-creamyalmond {
  border-top: 1em solid #BD9B60;
}

#kids-creamyalmond .galicon {
  background: #BD9B60;
  -webkit-transform: perspective(1em) translateZ(0);
  transform: perspective(1em) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
}

#kids-creamyalmond .galicon:hover, #kids-creamyalmond .galicon:focus, #kids-creamyalmond .galicon:active {
  -webkit-box-shadow: inset 0 0 0 0.3em #BD9B60, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #BD9B60, 0 0 1px rgba(0, 0, 0, 0);
}

#kids-creamyalmond .galactive {
  -webkit-box-shadow: inset 0 0 0 0.3em #BD9B60, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #BD9B60, 0 0 1px rgba(0, 0, 0, 0);
}

#kids-creamyalmond .contextbg {
  background: #BD9B60;
}

#kids-creamyalmond .prev, #kids-creamyalmond .next {
  color: #BD9B60;
}

#kids-lavander {
  border-top: 1em solid #9063CD;
}

#kids-lavander .galicon {
  background: #9063CD;
  -webkit-transform: perspective(1em) translateZ(0);
  transform: perspective(1em) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
}

#kids-lavander .galicon:hover, #kids-lavander .galicon:focus, #kids-lavander .galicon:active {
  -webkit-box-shadow: inset 0 0 0 0.3em #9063CD, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #9063CD, 0 0 1px rgba(0, 0, 0, 0);
}

#kids-lavander .galactive {
  -webkit-box-shadow: inset 0 0 0 0.3em #9063CD, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #9063CD, 0 0 1px rgba(0, 0, 0, 0);
}

#kids-lavander .contextbg {
  background: #9063CD;
}

#kids-lavander .prev, #kids-lavander .next {
  color: #9063CD;
}

#baby-chamomile {
  border-top: 1em solid #f8e08e;
}

#baby-chamomile .galicon {
  background: #f8e08e;
  -webkit-transform: perspective(1em) translateZ(0);
  transform: perspective(1em) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #ffffff, 0 0 1px rgba(0, 0, 0, 0);
}

#baby-chamomile .galicon:hover, #baby-chamomile .galicon:focus, #baby-chamomile .galicon:active {
  -webkit-box-shadow: inset 0 0 0 0.3em #f8e08e, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #f8e08e, 0 0 1px rgba(0, 0, 0, 0);
}

#baby-chamomile .galactive {
  -webkit-box-shadow: inset 0 0 0 0.3em #f8e08e, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.3em #f8e08e, 0 0 1px rgba(0, 0, 0, 0);
}

#baby-chamomile .contexter p {
  color: #191919;
}

#baby-chamomile .contextbg {
  background: #f8e08e;
}

#baby-chamomile .prev, #baby-chamomile .next {
  color: #f8e08e;
}

.fancybox-navigation {
  position: absolute;
  height: 100%;
}

#mtbears {
  /*Animation*/
}

#mtbears section {
  max-width: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mtbears section .yellowband {
  background: #FFB500;
  padding: 1em 0;
  display: none;
}

#mtbears section .equis {
  z-index: 1400;
}

#mtbears section .equis:before {
  content: '';
  display: block;
  padding-top: 50%;
}

#mtbears section .equis .bears1, #mtbears section .equis .bears2, #mtbears section .equis .bears3, #mtbears section .equis .bears4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#mtbears section .equis .bears2 {
  height: 50%;
}

#mtbears section .equis .bears2 .particle {
  position: absolute;
}

@-webkit-keyframes particle-animation-1 {
  100% {
    -webkit-transform: translate3d(6vw, 21vh, 20px);
            transform: translate3d(6vw, 21vh, 20px);
  }
}

@keyframes particle-animation-1 {
  100% {
    -webkit-transform: translate3d(6vw, 21vh, 20px);
            transform: translate3d(6vw, 21vh, 20px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(1) {
  -webkit-animation: particle-animation-1 60s infinite;
          animation: particle-animation-1 60s infinite;
  opacity: 0.7;
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: translate3d(38vw, 25vh, 94px);
          transform: translate3d(38vw, 25vh, 94px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-2 {
  100% {
    -webkit-transform: translate3d(61vw, 28vh, 57px);
            transform: translate3d(61vw, 28vh, 57px);
  }
}

@keyframes particle-animation-2 {
  100% {
    -webkit-transform: translate3d(61vw, 28vh, 57px);
            transform: translate3d(61vw, 28vh, 57px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(2) {
  -webkit-animation: particle-animation-2 60s infinite;
          animation: particle-animation-2 60s infinite;
  opacity: 0.71;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: translate3d(54vw, 7vh, 67px);
          transform: translate3d(54vw, 7vh, 67px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-3 {
  100% {
    -webkit-transform: translate3d(55vw, 28vh, 2px);
            transform: translate3d(55vw, 28vh, 2px);
  }
}

@keyframes particle-animation-3 {
  100% {
    -webkit-transform: translate3d(55vw, 28vh, 2px);
            transform: translate3d(55vw, 28vh, 2px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(3) {
  -webkit-animation: particle-animation-3 60s infinite;
          animation: particle-animation-3 60s infinite;
  opacity: 0.84;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: translate3d(36vw, 7vh, 80px);
          transform: translate3d(36vw, 7vh, 80px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-4 {
  100% {
    -webkit-transform: translate3d(61vw, 24vh, 33px);
            transform: translate3d(61vw, 24vh, 33px);
  }
}

@keyframes particle-animation-4 {
  100% {
    -webkit-transform: translate3d(61vw, 24vh, 33px);
            transform: translate3d(61vw, 24vh, 33px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(4) {
  -webkit-animation: particle-animation-4 60s infinite;
          animation: particle-animation-4 60s infinite;
  opacity: 0.6;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: translate3d(43vw, 12vh, 3px);
          transform: translate3d(43vw, 12vh, 3px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-5 {
  100% {
    -webkit-transform: translate3d(87vw, 20vh, 25px);
            transform: translate3d(87vw, 20vh, 25px);
  }
}

@keyframes particle-animation-5 {
  100% {
    -webkit-transform: translate3d(87vw, 20vh, 25px);
            transform: translate3d(87vw, 20vh, 25px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(5) {
  -webkit-animation: particle-animation-5 60s infinite;
          animation: particle-animation-5 60s infinite;
  opacity: 0.5;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: translate3d(14vw, 27vh, 37px);
          transform: translate3d(14vw, 27vh, 37px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-6 {
  100% {
    -webkit-transform: translate3d(79vw, 11vh, 11px);
            transform: translate3d(79vw, 11vh, 11px);
  }
}

@keyframes particle-animation-6 {
  100% {
    -webkit-transform: translate3d(79vw, 11vh, 11px);
            transform: translate3d(79vw, 11vh, 11px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(6) {
  -webkit-animation: particle-animation-6 60s infinite;
          animation: particle-animation-6 60s infinite;
  opacity: 0.8;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: translate3d(44vw, 16vh, 91px);
          transform: translate3d(44vw, 16vh, 91px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-7 {
  100% {
    -webkit-transform: translate3d(89vw, 15vh, 43px);
            transform: translate3d(89vw, 15vh, 43px);
  }
}

@keyframes particle-animation-7 {
  100% {
    -webkit-transform: translate3d(89vw, 15vh, 43px);
            transform: translate3d(89vw, 15vh, 43px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(7) {
  -webkit-animation: particle-animation-7 60s infinite;
          animation: particle-animation-7 60s infinite;
  opacity: 0.97;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  -webkit-transform: translate3d(4vw, 20vh, 31px);
          transform: translate3d(4vw, 20vh, 31px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-8 {
  100% {
    -webkit-transform: translate3d(17vw, 3vh, 78px);
            transform: translate3d(17vw, 3vh, 78px);
  }
}

@keyframes particle-animation-8 {
  100% {
    -webkit-transform: translate3d(17vw, 3vh, 78px);
            transform: translate3d(17vw, 3vh, 78px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(8) {
  -webkit-animation: particle-animation-8 60s infinite;
          animation: particle-animation-8 60s infinite;
  opacity: 0.82;
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  -webkit-transform: translate3d(23vw, 18vh, 66px);
          transform: translate3d(23vw, 18vh, 66px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-9 {
  100% {
    -webkit-transform: translate3d(10vw, 7vh, 54px);
            transform: translate3d(10vw, 7vh, 54px);
  }
}

@keyframes particle-animation-9 {
  100% {
    -webkit-transform: translate3d(10vw, 7vh, 54px);
            transform: translate3d(10vw, 7vh, 54px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(9) {
  -webkit-animation: particle-animation-9 60s infinite;
          animation: particle-animation-9 60s infinite;
  opacity: 0.8;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  -webkit-transform: translate3d(74vw, 11vh, 43px);
          transform: translate3d(74vw, 11vh, 43px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-10 {
  100% {
    -webkit-transform: translate3d(14vw, 13vh, 94px);
            transform: translate3d(14vw, 13vh, 94px);
  }
}

@keyframes particle-animation-10 {
  100% {
    -webkit-transform: translate3d(14vw, 13vh, 94px);
            transform: translate3d(14vw, 13vh, 94px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(10) {
  -webkit-animation: particle-animation-10 60s infinite;
          animation: particle-animation-10 60s infinite;
  opacity: 0.74;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-transform: translate3d(89vw, 25vh, 52px);
          transform: translate3d(89vw, 25vh, 52px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-11 {
  100% {
    -webkit-transform: translate3d(19vw, 13vh, 30px);
            transform: translate3d(19vw, 13vh, 30px);
  }
}

@keyframes particle-animation-11 {
  100% {
    -webkit-transform: translate3d(19vw, 13vh, 30px);
            transform: translate3d(19vw, 13vh, 30px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(11) {
  -webkit-animation: particle-animation-11 60s infinite;
          animation: particle-animation-11 60s infinite;
  opacity: 0.91;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  -webkit-transform: translate3d(16vw, 24vh, 18px);
          transform: translate3d(16vw, 24vh, 18px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-12 {
  100% {
    -webkit-transform: translate3d(54vw, 15vh, 27px);
            transform: translate3d(54vw, 15vh, 27px);
  }
}

@keyframes particle-animation-12 {
  100% {
    -webkit-transform: translate3d(54vw, 15vh, 27px);
            transform: translate3d(54vw, 15vh, 27px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(12) {
  -webkit-animation: particle-animation-12 60s infinite;
          animation: particle-animation-12 60s infinite;
  opacity: 0.41;
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  -webkit-transform: translate3d(46vw, 5vh, 19px);
          transform: translate3d(46vw, 5vh, 19px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-13 {
  100% {
    -webkit-transform: translate3d(87vw, 30vh, 73px);
            transform: translate3d(87vw, 30vh, 73px);
  }
}

@keyframes particle-animation-13 {
  100% {
    -webkit-transform: translate3d(87vw, 30vh, 73px);
            transform: translate3d(87vw, 30vh, 73px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(13) {
  -webkit-animation: particle-animation-13 60s infinite;
          animation: particle-animation-13 60s infinite;
  opacity: 0.91;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  -webkit-transform: translate3d(46vw, 5vh, 22px);
          transform: translate3d(46vw, 5vh, 22px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-14 {
  100% {
    -webkit-transform: translate3d(11vw, 15vh, 9px);
            transform: translate3d(11vw, 15vh, 9px);
  }
}

@keyframes particle-animation-14 {
  100% {
    -webkit-transform: translate3d(11vw, 15vh, 9px);
            transform: translate3d(11vw, 15vh, 9px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(14) {
  -webkit-animation: particle-animation-14 60s infinite;
          animation: particle-animation-14 60s infinite;
  opacity: 0.47;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  -webkit-transform: translate3d(53vw, 2vh, 58px);
          transform: translate3d(53vw, 2vh, 58px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-15 {
  100% {
    -webkit-transform: translate3d(23vw, 30vh, 39px);
            transform: translate3d(23vw, 30vh, 39px);
  }
}

@keyframes particle-animation-15 {
  100% {
    -webkit-transform: translate3d(23vw, 30vh, 39px);
            transform: translate3d(23vw, 30vh, 39px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(15) {
  -webkit-animation: particle-animation-15 60s infinite;
          animation: particle-animation-15 60s infinite;
  opacity: 0.67;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-transform: translate3d(60vw, 16vh, 58px);
          transform: translate3d(60vw, 16vh, 58px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-16 {
  100% {
    -webkit-transform: translate3d(40vw, 18vh, 74px);
            transform: translate3d(40vw, 18vh, 74px);
  }
}

@keyframes particle-animation-16 {
  100% {
    -webkit-transform: translate3d(40vw, 18vh, 74px);
            transform: translate3d(40vw, 18vh, 74px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(16) {
  -webkit-animation: particle-animation-16 60s infinite;
          animation: particle-animation-16 60s infinite;
  opacity: 0.6;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  -webkit-transform: translate3d(42vw, 10vh, 3px);
          transform: translate3d(42vw, 10vh, 3px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-17 {
  100% {
    -webkit-transform: translate3d(28vw, 5vh, 75px);
            transform: translate3d(28vw, 5vh, 75px);
  }
}

@keyframes particle-animation-17 {
  100% {
    -webkit-transform: translate3d(28vw, 5vh, 75px);
            transform: translate3d(28vw, 5vh, 75px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(17) {
  -webkit-animation: particle-animation-17 60s infinite;
          animation: particle-animation-17 60s infinite;
  opacity: 0.35;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  -webkit-transform: translate3d(66vw, 2vh, 52px);
          transform: translate3d(66vw, 2vh, 52px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-18 {
  100% {
    -webkit-transform: translate3d(20vw, 5vh, 37px);
            transform: translate3d(20vw, 5vh, 37px);
  }
}

@keyframes particle-animation-18 {
  100% {
    -webkit-transform: translate3d(20vw, 5vh, 37px);
            transform: translate3d(20vw, 5vh, 37px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(18) {
  -webkit-animation: particle-animation-18 60s infinite;
          animation: particle-animation-18 60s infinite;
  opacity: 0.57;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  -webkit-transform: translate3d(58vw, 17vh, 50px);
          transform: translate3d(58vw, 17vh, 50px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-19 {
  100% {
    -webkit-transform: translate3d(78vw, 5vh, 96px);
            transform: translate3d(78vw, 5vh, 96px);
  }
}

@keyframes particle-animation-19 {
  100% {
    -webkit-transform: translate3d(78vw, 5vh, 96px);
            transform: translate3d(78vw, 5vh, 96px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(19) {
  -webkit-animation: particle-animation-19 60s infinite;
          animation: particle-animation-19 60s infinite;
  opacity: 0.89;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  -webkit-transform: translate3d(60vw, 18vh, 51px);
          transform: translate3d(60vw, 18vh, 51px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-20 {
  100% {
    -webkit-transform: translate3d(78vw, 15vh, 85px);
            transform: translate3d(78vw, 15vh, 85px);
  }
}

@keyframes particle-animation-20 {
  100% {
    -webkit-transform: translate3d(78vw, 15vh, 85px);
            transform: translate3d(78vw, 15vh, 85px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(20) {
  -webkit-animation: particle-animation-20 60s infinite;
          animation: particle-animation-20 60s infinite;
  opacity: 0.66;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-transform: translate3d(78vw, 17vh, 36px);
          transform: translate3d(78vw, 17vh, 36px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-21 {
  100% {
    -webkit-transform: translate3d(74vw, 17vh, 28px);
            transform: translate3d(74vw, 17vh, 28px);
  }
}

@keyframes particle-animation-21 {
  100% {
    -webkit-transform: translate3d(74vw, 17vh, 28px);
            transform: translate3d(74vw, 17vh, 28px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(21) {
  -webkit-animation: particle-animation-21 60s infinite;
          animation: particle-animation-21 60s infinite;
  opacity: 0.11;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  -webkit-transform: translate3d(80vw, 15vh, 64px);
          transform: translate3d(80vw, 15vh, 64px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-22 {
  100% {
    -webkit-transform: translate3d(74vw, 30vh, 78px);
            transform: translate3d(74vw, 30vh, 78px);
  }
}

@keyframes particle-animation-22 {
  100% {
    -webkit-transform: translate3d(74vw, 30vh, 78px);
            transform: translate3d(74vw, 30vh, 78px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(22) {
  -webkit-animation: particle-animation-22 60s infinite;
          animation: particle-animation-22 60s infinite;
  opacity: 0.99;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  -webkit-transform: translate3d(24vw, 3vh, 46px);
          transform: translate3d(24vw, 3vh, 46px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-23 {
  100% {
    -webkit-transform: translate3d(11vw, 13vh, 30px);
            transform: translate3d(11vw, 13vh, 30px);
  }
}

@keyframes particle-animation-23 {
  100% {
    -webkit-transform: translate3d(11vw, 13vh, 30px);
            transform: translate3d(11vw, 13vh, 30px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(23) {
  -webkit-animation: particle-animation-23 60s infinite;
          animation: particle-animation-23 60s infinite;
  opacity: 0.11;
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  -webkit-transform: translate3d(55vw, 29vh, 13px);
          transform: translate3d(55vw, 29vh, 13px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-24 {
  100% {
    -webkit-transform: translate3d(82vw, 27vh, 10px);
            transform: translate3d(82vw, 27vh, 10px);
  }
}

@keyframes particle-animation-24 {
  100% {
    -webkit-transform: translate3d(82vw, 27vh, 10px);
            transform: translate3d(82vw, 27vh, 10px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(24) {
  -webkit-animation: particle-animation-24 60s infinite;
          animation: particle-animation-24 60s infinite;
  opacity: 0.83;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  -webkit-transform: translate3d(35vw, 4vh, 3px);
          transform: translate3d(35vw, 4vh, 3px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-25 {
  100% {
    -webkit-transform: translate3d(11vw, 25vh, 36px);
            transform: translate3d(11vw, 25vh, 36px);
  }
}

@keyframes particle-animation-25 {
  100% {
    -webkit-transform: translate3d(11vw, 25vh, 36px);
            transform: translate3d(11vw, 25vh, 36px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(25) {
  -webkit-animation: particle-animation-25 60s infinite;
          animation: particle-animation-25 60s infinite;
  opacity: 0.88;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-transform: translate3d(55vw, 3vh, 58px);
          transform: translate3d(55vw, 3vh, 58px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-26 {
  100% {
    -webkit-transform: translate3d(16vw, 22vh, 28px);
            transform: translate3d(16vw, 22vh, 28px);
  }
}

@keyframes particle-animation-26 {
  100% {
    -webkit-transform: translate3d(16vw, 22vh, 28px);
            transform: translate3d(16vw, 22vh, 28px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(26) {
  -webkit-animation: particle-animation-26 60s infinite;
          animation: particle-animation-26 60s infinite;
  opacity: 0.58;
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  -webkit-transform: translate3d(69vw, 24vh, 94px);
          transform: translate3d(69vw, 24vh, 94px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-27 {
  100% {
    -webkit-transform: translate3d(1vw, 20vh, 77px);
            transform: translate3d(1vw, 20vh, 77px);
  }
}

@keyframes particle-animation-27 {
  100% {
    -webkit-transform: translate3d(1vw, 20vh, 77px);
            transform: translate3d(1vw, 20vh, 77px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(27) {
  -webkit-animation: particle-animation-27 60s infinite;
          animation: particle-animation-27 60s infinite;
  opacity: 0.83;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  -webkit-transform: translate3d(87vw, 5vh, 78px);
          transform: translate3d(87vw, 5vh, 78px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-28 {
  100% {
    -webkit-transform: translate3d(22vw, 18vh, 73px);
            transform: translate3d(22vw, 18vh, 73px);
  }
}

@keyframes particle-animation-28 {
  100% {
    -webkit-transform: translate3d(22vw, 18vh, 73px);
            transform: translate3d(22vw, 18vh, 73px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(28) {
  -webkit-animation: particle-animation-28 60s infinite;
          animation: particle-animation-28 60s infinite;
  opacity: 0.82;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  -webkit-transform: translate3d(89vw, 8vh, 44px);
          transform: translate3d(89vw, 8vh, 44px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-29 {
  100% {
    -webkit-transform: translate3d(1vw, 22vh, 55px);
            transform: translate3d(1vw, 22vh, 55px);
  }
}

@keyframes particle-animation-29 {
  100% {
    -webkit-transform: translate3d(1vw, 22vh, 55px);
            transform: translate3d(1vw, 22vh, 55px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(29) {
  -webkit-animation: particle-animation-29 60s infinite;
          animation: particle-animation-29 60s infinite;
  opacity: 0.09;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  -webkit-transform: translate3d(80vw, 2vh, 64px);
          transform: translate3d(80vw, 2vh, 64px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@-webkit-keyframes particle-animation-30 {
  100% {
    -webkit-transform: translate3d(5vw, 10vh, 89px);
            transform: translate3d(5vw, 10vh, 89px);
  }
}

@keyframes particle-animation-30 {
  100% {
    -webkit-transform: translate3d(5vw, 10vh, 89px);
            transform: translate3d(5vw, 10vh, 89px);
  }
}

#mtbears section .equis .bears2 .particle:nth-child(30) {
  -webkit-animation: particle-animation-30 60s infinite;
          animation: particle-animation-30 60s infinite;
  opacity: 0.7;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  -webkit-transform: translate3d(24vw, 28vh, 58px);
          transform: translate3d(24vw, 28vh, 58px);
  background: url("../images/dabears/bee.png");
  background-size: cover;
}

@media only screen and (max-width: 650px) {
  #mtbears section .equis .bears3 {
    display: none;
    visibility: hidden;
  }
}

#mtbears section .equis .bears4 {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 650px) {
  #mtbears section .equis .bears4 {
    display: block;
    visibility: visible;
  }
}

#mtbears section .equis .bears3, #mtbears section .equis .bears4 {
  height: 100%;
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
}

#mtbears section .equis .bears3 .melessai, #mtbears section .equis .bears4 .melessai {
  position: absolute;
  left: 18%;
  bottom: 10%;
  width: 31%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#mtbears section .equis .bears3 .melessai .aditionalcoment, #mtbears section .equis .bears4 .melessai .aditionalcoment {
  width: 45%;
  right: 0;
  top: 0;
}

#mtbears section .equis .bears3 .melessai img, #mtbears section .equis .bears4 .melessai img {
  width: 65%;
}

#mtbears section .equis .bears3 .clover, #mtbears section .equis .bears4 .clover {
  position: absolute;
  right: 20%;
  bottom: 5%;
  width: 35%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#mtbears section .equis .bears3 .clover .aditionalcoment, #mtbears section .equis .bears4 .clover .aditionalcoment {
  left: 0;
  top: 0;
  width: 40%;
}

#mtbears section .equis .bears3 .clover img, #mtbears section .equis .bears4 .clover img {
  width: 60%;
}

#mtbears section .equis .bears3 .cubby, #mtbears section .equis .bears4 .cubby {
  position: absolute;
  top: 18%;
  left: 29%;
  width: 30%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#mtbears section .equis .bears3 .cubby .aditionalcoment, #mtbears section .equis .bears4 .cubby .aditionalcoment {
  right: 27%;
  top: 0;
  width: 45%;
}

#mtbears section .equis .bears3 .cubby img, #mtbears section .equis .bears4 .cubby img {
  width: 25%;
}

#mtbears section .equis .bears3 .melessai, #mtbears section .equis .bears3 .clover, #mtbears section .equis .bears3 .cubby, #mtbears section .equis .bears4 .melessai, #mtbears section .equis .bears4 .clover, #mtbears section .equis .bears4 .cubby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

#mtbears section .equis .bears3 .melessai:hover, #mtbears section .equis .bears3 .clover:hover, #mtbears section .equis .bears3 .cubby:hover, #mtbears section .equis .bears4 .melessai:hover, #mtbears section .equis .bears4 .clover:hover, #mtbears section .equis .bears4 .cubby:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
}

#mtbears section .equis .bears3 .honeycomb, #mtbears section .equis .bears4 .honeycomb {
  position: absolute;
  top: 7%;
  left: 44%;
  width: 5%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-transform-origin: 50% 0%;
  -webkit-animation-timing-function: ease-in-out;
}

#mtbears section .equis .bears3 .weed, #mtbears section .equis .bears4 .weed {
  position: absolute;
  bottom: 22%;
  left: 30%;
  width: 12%;
}

#mtbears section .equis .bears3 .weed:hover, #mtbears section .equis .bears4 .weed:hover {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#mtbears section .equis .bears3 .aditionalcoment, #mtbears section .equis .bears4 .aditionalcoment {
  display: none;
  position: absolute;
  min-width: 200px;
  background-color: #ccac6e;
  border: 2px solid #191919;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  padding: 0.5em;
  z-index: 1900;
}

#mtbears section .equis .bears3 .dacoment:hover .aditionalcoment, #mtbears section .equis .bears4 .dacoment:hover .aditionalcoment {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

#mtbears section .equis .bears3 .dacoment:hover .aditionalcoment h1, #mtbears section .equis .bears4 .dacoment:hover .aditionalcoment h1 {
  font-size: 1.2em;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateX(-5em);
    -webkit-transform: translateX(-5em);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: translateX(-5em);
    -webkit-transform: translateX(-5em);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
}

#mtbears section .commentalist {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 650px) {
  #mtbears section .commentalist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
}

@media only screen and (max-width: 350px) {
  #mtbears section .commentalist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#mtbears section .commentalist .commerimg {
  width: 35%;
  border-radius: 50%;
  border: 2px solid #FFB500;
  background: #ffffff;
  padding: 0.2em;
  overflow: hidden;
}

@media only screen and (max-width: 350px) {
  #mtbears section .commentalist .commerimg {
    width: 60%;
  }
}

#mtbears section .commentalist .commertext {
  width: 45%;
}

@media only screen and (max-width: 350px) {
  #mtbears section .commentalist .commertext {
    width: 100%;
  }
}

#mtbears section .commentalist .commertext h1 {
  text-align: left;
}

#mtbears section .commentbg {
  background-color: #ccac6e;
}

@media only screen and (max-width: 350px) {
  #mtbears section .commentbg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#mtbears .bearrest {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mtbears .bearrest .yellowband {
  background: #FFB500;
  padding: 1em 0;
  display: block;
}

@media only screen and (max-width: 650px) {
  #mtbears .bearrest .yellowband {
    display: none;
  }
}

#mtbears .bearrest .beartext {
  max-width: 600px;
  padding: 1em;
}

#mtbears .carousel {
  width: 95%;
  max-width: 1000px;
  padding: 1em 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

#mtbears .carousel .item {
  display: inline-block;
  width: 25%;
  min-width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em;
}

#mtbears .carousel .item img {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel .item img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -webkit-box-shadow: 0 0 5px #FFB500;
          box-shadow: 0 0 5px #FFB500;
}

#mtbears .carousel input {
  position: absolute;
  z-index: 99;
  display: none;
}

#mtbears .carousel input#img1:checked ~ .item {
  left: 0;
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel input#img2:checked ~ .item {
  left: -45%;
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel input#img3:checked ~ .item {
  left: -90%;
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel input#img4:checked ~ .item {
  left: -135%;
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel input#img5:checked ~ .item {
  left: -180%;
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel input#img6:checked ~ .item {
  left: 0;
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel input#img7:checked ~ .item {
  left: -45%;
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel input#img8:checked ~ .item {
  left: -90%;
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel input#img9:checked ~ .item {
  left: -135%;
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel input#img10:checked ~ .item {
  left: -180%;
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-transition: 0.2s all;
}

#mtbears .carousel input#img1:checked + label,
#mtbears .carousel input#img1:checked + label + label,
#mtbears .carousel input#img2:checked + label,
#mtbears .carousel input#img2:checked + label + label,
#mtbears .carousel input#img3:checked + label,
#mtbears .carousel input#img3:checked + label + label,
#mtbears .carousel input#img4:checked + label,
#mtbears .carousel input#img4:checked + label + label,
#mtbears .carousel input#img5:checked + label,
#mtbears .carousel input#img5:checked + label + label,
#mtbears .carousel input#img6:checked + label,
#mtbears .carousel input#img6:checked + label + label,
#mtbears .carousel input#img7:checked + label,
#mtbears .carousel input#img7:checked + label + label,
#mtbears .carousel input#img8:checked + label,
#mtbears .carousel input#img8:checked + label + label,
#mtbears .carousel input#img9:checked + label,
#mtbears .carousel input#img9:checked + label + label,
#mtbears .carousel input#img10:checked + label,
#mtbears .carousel input#img10:checked + label + label {
  display: block;
}

#mtbears .carousel label {
  display: none;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  width: auto;
  color: #FFB500;
  background: rgba(255, 255, 255, 0.6);
  font-size: 1.5em;
  opacity: 0.7;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webklit-transition: 0.2s all;
}

#mtbears .carousel label:hover {
  opacity: 1;
}

#mtbears .carousel .next {
  right: 10px;
  top: 50%;
}

#mtbears .carousel .prev {
  left: 10px;
  top: 50%;
}

@keyframes slide-step-right {
  100% {
    left: 50%;
  }
}

@-webkit-keyframes slide-step-right {
  100% {
    left: 50%;
  }
}

@keyframes slider-animation {
  0% {
    left: 0px;
  }
  10% {
    left: -22%;
  }
  20% {
    left: -22%;
  }
  30% {
    left: -44%;
  }
  40% {
    left: -44%;
  }
  50% {
    left: -66%;
  }
  60% {
    left: -66%;
  }
  70% {
    left: -88%;
  }
  80% {
    left: -88%;
  }
  87% {
    left: -100%;
  }
  90% {
    left: 0;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes slider-animation {
  0% {
    left: 0px;
  }
  10% {
    left: -22%;
  }
  20% {
    left: -22%;
  }
  30% {
    left: -44%;
  }
  40% {
    left: -44%;
  }
  50% {
    left: -66%;
  }
  60% {
    left: -66%;
  }
  70% {
    left: -88%;
  }
  80% {
    left: -88%;
  }
  87% {
    left: -100%;
  }
  90% {
    left: 0;
  }
  100% {
    left: 0;
  }
}

#contactoures {
  border-top: 1em solid #FFB500;
  padding-top: 150px;
}

#contactoures section {
  padding-top: 4em;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#contactoures section p {
  padding-bottom: 0;
}

#contactoures .thanks {
  padding: 3em 0;
}

#contactoures .thanks .regresar {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
  padding: 0.5em 1em;
  margin-top: 2em;
  background: #191919;
  color: #ffffff;
  border-radius: 10px;
}

#contactoures h1 {
  padding-bottom: 1em;
}

#contact {
  padding: 1em 0;
}

#contact h2 {
  text-align: left;
  font-family: "Courier New Bold", serif;
  font-size: 1.1em;
  text-transform: uppercase;
}

#contact fieldset {
  border: #443723 !important;
  margin-bottom: 1em;
  width: 100%;
  float: left;
  padding: 0;
}

@media only screen and (max-width: 800px) {
  #contact fieldset {
    width: 80%;
    margin: 1em 10%;
  }
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact .texthalf {
  width: 50%;
  padding-right: 1em;
}

@media only screen and (max-width: 800px) {
  #contact .texthalf {
    width: 80%;
    padding: 0;
  }
}

#contact .fieldaboton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #443723;
  background: none;
  padding: 10px;
  color: #443723;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover, #contact select:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  background: rgba(250, 250, 250, 0.2);
  color: #191919;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 120px;
  border: none;
  border-radius: 10px;
  background: #191919;
  color: #ffffff;
  margin: 0 auto;
  padding: 10px;
  font-size: 1em;
}

#contact button[type="submit"]:hover {
  background: #FFB500;
  -webkit-transition: background 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 3px #FFB500;
          box-shadow: inset 0 1px 3px #FFB500;
}

#contact input:focus, #contact textarea:focus {
  outline: 0;
}

#contact textarea, #contact select {
  font-family: "Myriad Pro Regular", sans-serif;
}

::-webkit-input-placeholder {
  color: #443723;
}

:-moz-placeholder {
  color: #443723;
}

::-moz-placeholder {
  color: #443723;
}

:-ms-input-placeholder {
  color: #443723;
}

/*Menú principal*/
header {
  width: 100%;
  top: 0;
  float: left;
  padding: 0;
  z-index: 2000;
  background: #ffffff;
  border-top: 1em solid #FFB500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header section {
  width: 95%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header section .logo {
  width: 25%;
  position: absolute;
  left: 0;
  top: 1em;
  float: left;
}

@media only screen and (max-width: 600px) {
  header section .logo {
    left: 1em;
    width: 45%;
  }
}

header section .social {
  width: auto;
  padding-top: 1em;
}

header section .social a {
  padding-left: 0.5em;
}

header section .social i {
  background: #FFB500;
  padding: 0.35em;
  border-radius: 5px;
  color: #ffffff;
  line-height: 0;
}

header section .social i:hover {
  opacity: 0.8;
}

header section nav {
  width: 76%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  header section nav {
    max-width: none;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header section nav a {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #191919;
  font-family: "Courier New Bold", serif;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

header section nav a:hover {
  color: #FFB500;
}

@media only screen and (max-width: 800px) {
  header section nav a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

header section nav ul {
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 800px) {
  header section nav ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header section nav ul li {
  width: auto;
  padding-left: 1em;
}

header section nav ul li:hover ul {
  background: #ffffff;
  opacity: 1;
  max-height: 1000px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

@media only screen and (max-width: 800px) {
  header section nav ul li:hover ul {
    max-height: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 800px) {
  header section nav ul li {
    padding-left: 0;
    width: 100%;
  }
}

header section nav ul li ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: .9em;
}

@media only screen and (max-width: 800px) {
  header section nav ul li ul {
    max-height: 0;
    opacity: 1;
    position: relative;
    overflow: hidden;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
  }
}

header section nav ul li ul li {
  width: 100%;
  border-bottom: 1px solid #FFB500;
}

@media only screen and (max-width: 800px) {
  header section nav ul li ul li {
    background: rgba(255, 181, 0, 0.3);
  }
}

header section .mobile {
  width: 100%;
  display: none;
  font-size: 2em;
  color: #FFB500;
  pointer-events: all;
}

@media only screen and (max-width: 800px) {
  header section .mobile {
    padding-top: 0.5em;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

header section .active {
  max-height: 9000px !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media only screen and (max-width: 800px) {
  header section .arrow {
    display: block;
    background: url("../fonts/expand_more.svg") no-repeat;
    float: right;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 1em;
    top: 0.8em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header section .arrow:hover {
    cursor: pointer;
  }
  header section .rotate {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

/*Estilos extra*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  ::i-block-chrome header, body header {
    position: relative;
  }
  ::i-block-chrome main, body main {
    margin-top: 0;
    padding-top: 0;
  }
  ::i-block-chrome .prodsquareal .prodsquare, body .prodsquareal .prodsquare {
    position: relative;
    float: left;
  }
  ::i-block-chrome .prodsquareal .prodsquare .insidesquare, body .prodsquareal .prodsquare .insidesquare {
    height: auto;
    min-height: 10em;
  }
  ::i-block-chrome .homemdm ul, body .homemdm ul {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  ::i-block-chrome .homemdm ul .nonesafari, body .homemdm ul .nonesafari {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */