@charset "UTF-8";
@font-face {
  font-family: "yanone";
  src: url(../fonts/yanone/yanone.ttf);
}
@font-face {
  font-family: "Jost", sans-serif;
  src: url(../fonts/jost/jost-variable.ttf);
}
/*html {
	scroll-behavior: smooth !important;
}*/
* {
  scroll-margin-top: 60px;
  /* zavysi od vysky menu */
}

section.first-section {
  margin-top: -150px;
}

section,
footer {
  margin-top: -1px;
  z-index: 99;
}

.container {
  max-width: 1200px;
  padding: 2.5rem;
}

.container-fluid {
  padding: 2.5rem;
}

*:focus,
*:active,
*:visited {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

html {
  overflow-x: hidden !important;
}

body {
  background-color: #fff;
  position: relative;
  font-family: "Jost", sans-serif;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

img .aligncenter {
  display: block !important;
  text-align: center !important;
}

img .alignright {
  display: block !important;
  text-align: right !important;
}

/* --- TITLE ---*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
.h1.white,
.h2.white,
.h3.white,
.h4.white,
.h5.white,
.h6.white {
  color: #fff;
}
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
.h1.black,
.h2.black,
.h3.black,
.h4.black,
.h5.black,
.h6.black {
  color: #1c2126;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
.h1.green,
.h2.green,
.h3.green,
.h4.green,
.h5.green,
.h6.green {
  color: #96cc82;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue,
.h1.blue,
.h2.blue,
.h3.blue,
.h4.blue,
.h5.blue,
.h6.blue {
  color: #213a8f;
}

h1 {
  font-size: 4.375rem;
  line-height: 4.6875rem;
  line-height: 1.07;
  letter-spacing: 1.4px;
}

h2 {
  font-size: 3.125rem;
  line-height: 1.1;
  letter-spacing: 1px;
}

h3 {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.45px;
  font-weight: 600;
}

h4 {
  font-size: 1.75rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.39px;
}

a {
  transition: 0.3s all ease;
  color: #1c2126;
}
a, a:hover {
  text-decoration: none !important;
}

/* --- BUTTONS --- */
.btn {
  font-family: "Jost", sans-serif;
  position: relative;
  border-radius: 50px;
  border-width: 2px;
  position: relative;
  transition: 0.6s;
  font-size: 1.125rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 10px 30px;
}
.btn.blue {
  border-color: #213a8f !important;
  background-color: #213a8f;
  color: #fff;
}
.btn.blue:hover {
  background-color: #fff;
  color: #213a8f;
  border-color: #213a8f;
}
.btn.white {
  border-color: #213a8f !important;
  background-color: #fff;
  color: #213a8f;
}
.btn.white:hover {
  background-color: #213a8f;
  color: #fff;
  border-color: #fff !important;
}

/*-*/
/* --- MENU ---*/
header {
  background-image: url(../images/menu-bg.svg);
  background-size: auto;
  background-position: bottom center;
  height: 150px;
  background-repeat: repeat-x;
  top: -1px !important;
  z-index: 99999999 !important;
  width: 100% !important;
}

.site-navbar .site-navigation .site-menu > li > a {
  color: #fff;
  font-family: "Jost";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: initial;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
  font-weight: bold;
}

.site-navbar .site-navigation .site-menu > li:hover > a {
  font-weight: bold;
}

.site-navbar .site-menu > li > a::after,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #fcfcfc !important;
  position: relative;
  left: 50%;
  bottom: -7px;
  transition: 0.5s;
}

.site-navbar .site-menu > li:hover > a::after,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover:after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fcfcfc !important;
  position: relative;
  left: 0%;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  font-family: "jost";
  transition: 0.4s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  font-family: "jost";
  font-weight: bold;
}

/* --- 404 --- */
.content-404 {
  background: #ffd75a url(../images/blue-up-divider.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 8.5rem;
  background-size: auto;
  margin-top: -150px;
  padding-top: 50px;
  position: relative;
}
.content-404 .lottie-animation {
  width: 230px;
  height: 230px;
  bottom: 40px;
  z-index: -1;
}
.content-404 .lottie-salvia-r {
  right: -50px;
}
.content-404 .lottie-salvia-l {
  left: -50px;
}
.content-404 h4 {
  color: #213a8f;
  font-size: 2.875rem;
  margin-top: 30px;
}
.content-404 h4 a {
  color: #fff;
  text-decoration: underline !important;
}
.content-404 h4 a:hover {
  color: #213a8f;
}

.first-section {
  padding-top: 180px;
}

/* --- MAIN SLIDER --- */
/*#main-slider {
  background-image: url(../images/sky_grass.jpeg);
  background-size: cover;
  background-position: bottom center;
  margin-top: -30px;
}*/

#main-slider h1,
#main-slider h2 {
  text-align: center;
  color: #fff !important;
  font-size: 4.375rem !important;
  padding-top: 15px;
}

#main-slider p {
  color: #fff;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.45px;
  text-align: center;
  width: 50%;
  margin: auto;
}

#main-slider .btn {
  text-align: center;
  margin: auto;
  font-weight: 600;
  color: #1c2126;
  display: flex;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
  border-color: #fff !important;
}
#main-slider .btn:hover {
  color: #fff;
}

#main-slider .carousel {
  min-height: 430px;
}

#main-slider .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

#main-slider .owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}

/*-*/
#prichute .featured-carousel img,
#prichute .verbi-jellies img{
  max-height: 60px;
}


#prichute .featured-carousel .text,
#prichute .verbi-jellies .text{
  font-size: 0.875rem;
  font-family: "Jost", sans-serif;
}


#prichute a:hover {
  color: #f4823c;
}

.ion-ios-arrow-back:before,
.ion-ios-arrow-forward:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ion-ios-arrow-back:before {
  background-image: url(../images/arrow-left.svg);
}

.ion-ios-arrow-forward:before {
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
}

/* --- BALENIA SLIDER --- */
#vsetky-cukriky-slider .container-fluid {
  padding: 0;
  margin: 0;
}

.dekor {
  overflow: hidden;
}

.dekor .citron {
  position: absolute;
  top: 150px;
  left: 5%;
  z-index: 9;
  width: 110px !important;
}

.work .citron {
  position: absolute;
  top: 50px;
  left: -10%;
  z-index: 9;
  width: 110px !important;
}

.list-1,
.list-2,
.list-3,
.list-4,
.list-5,
.list-6,
.list-7,
.list-8 {
  position: absolute;
  z-index: 9;
}

.list-1 {
  width: 170px !important;
  top: 400px;
  left: 20px;
  -webkit-animation: rotate1 4s infinite;
          animation: rotate1 4s infinite;
  transform-origin: left top;
}

.list-2 {
  width: 220px !important;
  top: 250px;
  right: 5%;
  -webkit-animation: rotate1 5s infinite;
          animation: rotate1 5s infinite;
  transform-origin: right top;
}

.list-3 {
  width: 120px !important;
  top: 320px;
  left: 16%;
  z-index: 9;
  -webkit-animation: rotate3 6s infinite;
          animation: rotate3 6s infinite;
  transform-origin: left top;
}

.list-4 {
  width: 200px !important;
  top: 250px;
  right: 6%;
  -webkit-animation: rotate4 2s infinite;
          animation: rotate4 2s infinite;
  transform-origin: right top;
}

.list-5 {
  width: 160px !important;
  top: 200px;
  left: 6%;
  -webkit-animation: rotate5 4s infinite;
          animation: rotate5 4s infinite;
  transform-origin: left top;
}

.list-6 {
  width: 220px !important;
  top: -80px;
  right: 15%;
  -webkit-animation: rotate6 3s infinite;
          animation: rotate6 3s infinite;
  transform-origin: right top;
}

.list-7 {
  width: 170px !important;
  bottom: 0px;
  right: 15%;
  -webkit-animation: rotate7 5s infinite;
          animation: rotate7 5s infinite;
  transform-origin: right top;
}

.list-8 {
  width: 160px !important;
  bottom: -350px;
  left: 5%;
  -webkit-animation: rotate5 6s infinite;
          animation: rotate5 6s infinite;
  transform-origin: left top;
}

.balenia-slider .img,
.cukriky .img {
  position: relative;
  max-width: 300px;
  margin: auto;
}

/*.balenia-slider .img {
  height: 315px;
}*/

.balenia-slider .img img,
.cukriky .img img {
  /*width: 100%;*/
  max-width: 300px;
  z-index: 2;
}

.balenia-slider.owl-carousel .owl-nav .owl-prev {
  left: 8%;
}

.balenia-slider.owl-carousel:hover .owl-nav .owl-prev {
  left: 10%;
}

.balenia-slider.owl-carousel .owl-nav .owl-next {
  right: 8%;
}

.balenia-slider.owl-carousel:hover .owl-nav .owl-next {
  right: 10%;
}

.balenia-slider .item {
  background-image: url(../images/divider-white.svg);
  background-size: 3182px 58px;
  background-repeat: no-repeat;
  padding-top: 5rem;
  background-position: top -1px center;
}
.balenia-slider .item .work {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 632px;
  min-height: 735px;
  padding: 5% 3% 3%;
  margin: auto;
  border-radius: 500px 500px 0 0;
  position: relative;
}
.balenia-slider .item .work h2 {
  margin-bottom: 3rem;
}
.balenia-slider .item .work .img {
  padding-top: 3rem;
}

.cukriky .item {
  position: relative;
}
.cukriky .item .work {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 632px;
  padding: 5% 3% 3%;
  margin: auto;
  position: relative;
}
.cukriky .item .work h2 {
  margin-bottom: 3rem;
  color: #213a8f;
}
.cukriky .item .work .img {
  padding-top: 3rem;
}
.cukriky .item .accordion {
  width: 100%;
  max-width: 632px;
  margin: auto;
}

.balenia-slider .item .balenie-icon,
.cukriky .item .balenie-icon {
  position: absolute;
  width: 100px !important;
  z-index: 1;
}

.echinacea {
  background: #e68dbb;
}

.salvia,
.salvia.mini {
  background: #cd69aa;
}

.big-mix {
  background: #ffd75a;
}

.sipka {
  background: #e65a64;
}

.levandula {
  background: #9b89be;
}

.rakytnik {
  background: #f4823c;
}

.zazvor {
  background: #FFD75A;
}

.eukalyptus {
  background: #96CB81;
}

.bylinka {
  margin-top: 25px;
  color: #213a8f;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
}

.bylinka-latina {
  font-style: italic;
  color: #213a8f;
  display: block;
  text-align: center;
}

.bylinka-short {
  color: #213a8f;
}

.balenia-slider .accordion .card,
.cukriky .accordion .card {
  background-color: #213a8f;
  text-align: center;
  border-radius: 0;
}
.balenia-slider .accordion .card ul,
.cukriky .accordion .card ul {
  list-style: none;
}
.balenia-slider .accordion .card ul span,
.cukriky .accordion .card ul span {
  text-align: left;
  color: #fff;
  font-weight: 500;
  width: 100%;
  display: block;
}
.balenia-slider .accordion .card ul li,
.cukriky .accordion .card ul li {
  color: #fff;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.balenia-slider .accordion .card ul li:before,
.cukriky .accordion .card ul li:before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background-image: url(../images/bullet.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}
.balenia-slider .accordion .card button,
.cukriky .accordion .card button {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
}
.balenia-slider .accordion .card button:after,
.cukriky .accordion .card button:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/accordeon-close.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.balenia-slider .accordion .card button.collapsed:after,
.cukriky .accordion .card button.collapsed:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/accordion-icon-open.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.card-body {
  width: 100%;
  max-width: 632px;
  margin: auto;
}
.card-body ul {
  padding-left: 0;
}

/* --- PLNE BYLINIE --- */
#plne-byliniek {
  background-image: url(../images/divider-white.svg), url(../images/pink-list.svg), url(../images/yellow-circle.svg), url(../images/plne-byliniek-bg.svg);
  background-size: 3182px 58px, 160px, 200px, cover;
  background-repeat: no-repeat;
  background-position: top -1px center, center left -60px, left 10% bottom, bottom right 250px;
  padding-top: 4.375rem;
}

/* --- PROCES VYROBY --- */
#plne-byliniek h3 {
  text-transform: inherit;
}

#plne-byliniek p {
  color: #fff !important;
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-top: 30px;
}

#proces-vyroby {
  padding: 112px 0 45px;
}

/* --- POZNATE V TV--- */
#poznate-z-tv {
  background: #f4823c url(../images/divider-white.svg);
  background-position: top -1px center;
  background-size: 3182px 58px;
  background-repeat: no-repeat;
  padding-top: 4.375rem;
}

.reklama {
  margin: 50px 0;
  width: 80%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

iframe {
  width: 100%;
}

/*-listy- */
.list {
  position: absolute;
}

.list-left {
  width: 98px;
  position: absolute;
}

.list-right {
  width: 200px;
  right: -50px;
  bottom: 0;
  -webkit-animation: rotate2 5s infinite;
          animation: rotate2 5s infinite;
}

/*-oblaky*/
#poznate-z-tv img.oblak {
  width: 50% !important;
  height: auto;
  display: block;
  float: left;
  position: absolute;
  top: 50%;
}

/*@keyframes oblak-left {
	to {
		left: -40%;
	}
}
.oblak-left {
	animation: oblak-left linear both;
	animation-timeline: view();
	animation-range: 200px 400px;
	left: -100px;
}
@keyframes oblek-right {
	to {
		right: -40%;
	}
}
.oblak-right {
	animation: oblek-right linear both;
	animation-timeline: view();
	animation-range: 200px 400px;
	right: -100px;
}
*/
.oblak-left {
  left: -100px;
  transition: left 1s ease-in-out;
  /* Pridaný prechod pre plynulú animáciu */
}

.oblak-right {
  right: -100px;
  transition: right 1s ease-in-out;
  /* Pridaný prechod pre plynulú animáciu */
}

/* --- PRVA POMOC --- */
#prva-pomoc {
  background-image: url(../images/divider-orange.svg);
  background-position: top -1px center;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 4.625rem;
  z-index: 2;
}

#prva-pomoc h2 {
  text-align: center;
  font-size: 4.375rem;
}

.ruka {
  position: absolute;
  top: -180px;
  width: 400px;
}

.ruka-left {
  left: 0px;
  /* Počiatočná pozícia mimo obrazovky */
  transition: left 1s ease-in-out;
  /* Pridaný prechod pre plynulú animáciu */
  transform-origin: left bottom;
  transform: rotate(25deg);
  transition: 1.3s;
}

.ruka-right {
  right: 0px;
  /* Počiatočná pozícia mimo obrazovky */
  transition: right 1s ease-in-out;
  /* Pridaný prechod pre plynulú animáciu */
  transform-origin: right bottom;
  transform: rotate(-25deg);
  transition: 1.3s;
}

/*.animate {
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
@keyframes ruka-left {
    to {
        left: 30px;
        transform: rotate(-20deg);
    }
}
@keyframes ruka-right {
    to {
        right: 30px;
        transform: rotate(20deg);
    }
}*/
#first-aid-list {
  background-color: #96cc82;
  position: relative;
  z-index: 3;
}

#first-aid-list ul {
  list-style: none;
}
#first-aid-list ul li {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 1.3125rem;
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
#first-aid-list ul li:before {
  content: "";
  display: block;
  width: 21px;
  height: 40px;
  background-image: url(../images/aid-list.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
#first-aid-list ul li a {
  color: #fff;
}
#first-aid-list ul li a:hover {
  color: #f4823c;
}

#first-aid-list .container {
  width: 80%;
  margin: auto;
}

.btn-close.collapse-close {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
  margin-right: 50px;
}
.btn-close.collapse-close:hover {
  text-decoration: underline !important;
  color: #1c2126;
}
.btn-close.collapse-close .orange-back-arrow {
  /*margin-top: 7px !important;*/
  padding-right: 15px !important;
}

.btn-close.collapse-close.text {
  position: inherit;
  text-align: center;
  background-image: none;
  display: block;
  margin: auto;
}

.collapse-prva-pomoc {
  padding-left: 15px;
  padding-right: 15px;
}

.collapse-prva-pomoc > .col-12 {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  background-color: white;
  /* Zabezpečuje, že nadpis bude viditeľný nad ostatným obsahom */
  z-index: 9;
}

.collapse-prva-pomoc .col-12:nth-child(2) {
  background-color: transparent;
  z-index: 2;
}

#prva-pomoc-content {
  background-image: url(../images/green-list.svg), url(../images/pink-list.svg), url(../images/pink-list3.svg), url(../images/green-list-02.svg), url(../images/green-list_01.svg), url(../images/pink-list.svg), url(../images/pink-list3.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left 3.5% top 10%, right 3.5% top 17%, left 3.5% top 40%, right 3.5% top 51%, left 3.5% top 68%, right 3.5% top 74%, left 3.5% top 90%;
  /*p {
  	font-size: rem(20);
  	font-family: $font-text;
  	font-weight: 400;
  }*/
}
#prva-pomoc-content .show {
  background-image: url(../images/green-divider.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 150px;
  margin-top: 2px;
}
#prva-pomoc-content .row .col-12 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
#prva-pomoc-content h5 {
  font-size: 3.125rem;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin-bottom: 30px;
  padding-top: 40px;
}
#prva-pomoc-content h6 {
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  margin-top: 2.5rem;
  text-transform: inherit;
}
#prva-pomoc-content .btn-close.collapse-close {
  position: relative;
  top: 50px !important;
  margin-bottom: 50px;
}

.prva-pomoc-desc h6 {
  font-size: 1.5rem;
}
.prva-pomoc-desc p {
  font-size: 1.125rem;
  font-family: "Jost", sans-serif;
  font-weight: 400 !important;
}
.prva-pomoc-desc p:first-child {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 2rem;
  font-weight: 600 !important;
  line-height: 1.25;
  letter-spacing: 0.64px;
}

.img-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  /*background-image: url(images/placement-bg-salvia.svg);*/
  width: 100%;
}
.img-text > img {
  float: left;
  max-width: 220px;
  height: auto;
  padding-right: 50px;
  margin-top: 2.5rem;
}

/* --- BLOG --- */
.kvet-anime {
  right: 0px;
  position: absolute;
}

article {
  margin-top: 30px;
}

article .featured-image {
  height: 372px;
  display: block;
  border-radius: 500px 500px 0 0;
  background-size: cover;
  position: relative;
}

.featured-image .badge {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.badge {
  font-size: 2rem;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.81;
  letter-spacing: 0.51px;
  text-align: right;
  background-color: #f4823c;
  border-radius: 120px 0 0 0;
  padding: 10px 15px 0 25px;
  color: #fff;
}

article h3 {
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.35px;
  text-align: left;
}

article h3.heading a {
  color: #1c2126;
  text-transform: initial;
}
article h3.heading a:hover {
  color: #f4823c;
}

article p {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: left;
  margin-top: 14px;
}

.read-posts {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 15px;
}

.read-posts a {
  color: #1c2126;
}
.read-posts a:hover {
  text-decoration: underline !important;
}

.read-posts img {
  width: 45px;
  margin-left: 15px;
}

.metadata {
  font-size: 0.8125rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 0.39px;
}

/* --- SOC SIETE --- */
#soc-siete {
  background-image: url(../images/siete-bg-01.svg);
  background-position: top -1px center;
  background-size: cover;
  padding-top: 7rem;
  position: relative;
}

#soc-siete h4 {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.45px;
  text-align: center;
  text-transform: inherit;
}

.social-link {
  display: flex;
  flex-direction: row;
  color: #1c2126;
  width: 200px;
}
.social-link:hover {
  transform: scale(1.1);
  color: #1c2126;
}

.social-link img {
  max-width: 20px;
  margin-right: 10px;
  transition: 0.5s;
}

.social-link:hover img {
  transform: scale(1.2);
}

#instagram-feed {
  background-image: url(../images/blue-up-divider.svg);
  background-repeat: no-repeat;
  background-position: bottom -1px center;
  padding-bottom: 8.5rem;
  padding-top: 0;
  margin-top: -20px;
}

.social-instagram-feed {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.scroller__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller__inner a:nth-child(even) img {
  transform: rotate(-10deg);
}
.scroller__inner a:nth-child(odd) img {
  transform: rotate(10deg);
}
.scroller__inner a img {
  width: 250px;
}

.scroller[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated=true] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
          animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: forwards;
}

.scroller[data-direction=left] {
  --_animation-direction: reverse;
}

.scroller[data-speed=fast] {
  --_animation-duration: 20s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

@-webkit-keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
/* general styles */
.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var #1c2126;
}

#blog .lottie-echinacea {
  width: 150px;
  height: 150px;
  top: 55%;
  right: 0px;
}

.obsah p a {
  color: #1c2126;
  text-decoration: underline;
}

/* --- FOOTER --- */
footer {
  background-color: #213a8f;
}

footer .logo {
  margin: 50px auto 20px;
  width: 191px;
}

footer .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.footer-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
}

.footer-menu li {
  display: inline;
  padding: 8px 12px;
}

.footer-menu li a {
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  color: #fff;
  font-family: "Jost", sans-serif;
  padding: 5px 15px;
}
.footer-menu li a:hover {
  font-weight: 600;
}

.footer-menu > li:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #fff;
  position: relative;
  bottom: 0px;
  transition: 0.5s;
  left: 50%;
}

.footer-menu > li:hover:after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background-color: #fff;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.copyright {
  color: #fff;
  font-family: Jost;
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright img {
  width: 100px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -5px;
}

@media screen and (max-width: 992px) {
  .footer-menu {
    list-style: none;
    display: flex;
    justify-content: center;
  }
}
/* --- LOTTIES --- */
.lottie-animation {
  position: absolute;
}

.lottie-echinacea {
  width: 160px;
  height: 160px;
  top: 30%;
  right: -120px;
}

.lottie-big-mix {
  width: 120px;
  height: 120px;
  top: -40px;
  left: -50px;
}

.lottie-rakytnik {
  width: 160px;
  height: 160px;
  top: 30px;
  right: -50px;
  transform: rotate(30deg);
  z-index: 3;
}

.lottie-lev-kvet {
  width: 135px;
  height: 135px;
  top: 70px;
  left: -50px;
  transform: scaleX(-1);
}

.lottie-lev-bobule {
  bottom: -30px;
  transform: rotate(-45deg);
  right: -30px;
  width: 130px;
  height: 130px;
  z-index: 3;
}

.lottie-sipky-r,
.lottie-sipky-l {
  width: 115px;
  height: 115px;
  z-index: 1;
}

.lottie-sipky-r {
  top: -25px;
  right: -20px;
}

.lottie-sipky-l {
  bottom: -65px;
  left: -20px;
  transform: scale(-1);
}

.lottie-salvia-l,
.lottie-salvia-r {
  width: 150px;
  height: 150px;
  z-index: 1;
  bottom: 0px;
}

.lottie-salvia-l {
  left: -80px;
  transform: scaleX(-1) rotate(20deg);
}

.lottie-salvia-r {
  right: -80px;
  transform: rotate(20deg);
}

.lottie-salvia-mini-l,
.lottie-salvia-mini-r {
  width: 150px;
  height: 150px;
  z-index: 1;
}

.lottie-salvia-mini-l {
  left: -60px;
  transform: scaleX(-1);
}

.lottie-salvia-mini-r {
  right: -60px;
  top: -50px;
}

.lottie-zazvor {
  width: 150px;
  height: 150px;
  right: -130px;
  transform: rotate(100deg);
}

.lottie-eukalyptus {
  width: 220px;
  height: 220px;
  right: 50%;
  transform: translate(50%);
  top: -80px;
}

.lottie-trava {
  right: 50%;
  transform: translate(50%);
  top: -180px;
  transform-origin: left bottom;
}

.lottie-verbena {
  width: 300px;
  height: 300px;
  right: 0;
  top: -50px;
  transform-origin: left bottom;
}

.lottie-bobule {
  width: 200px;
  height: 200px;
  left: 16%;
  top: -200px;
  transform-origin: left top;
}

/* PRODUCT PLACEMENT */
.product-placement {
  width: 50%;
  min-height: 170px;
  max-height: 235px;
  float: right;
  background-size: cover !important;
  background-position: left center;
  position: relative;
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  border-radius: 500px 0 0 500px;
}
.product-placement > img {
  float: none !important;
  max-width: 230px;
}
.product-placement .btn {
  margin-bottom: 20px;
}

.product-placement.salvia {
  background: #cd69aa;
}

.product-placement.levandula {
  background: #9b89be;
}

.product-placement.eukalyptus {
  /*background: url(../images/placement-bg-eukalyptus.svg);*/
  background: #96CB81;
  max-height: 170px !important;
}

.product-placement.zazvor {
  background: #FFD75A;
}

.product-placement.echinacea {
  background: #e68dbb;
}

/* --- FAQ --- */
#faq .container {
  padding-top: 68px;
	padding-bottom: 68px;
}
#faq:nth-child(odd) {
  background-color: rgba(155, 137, 190, 0.2);
}
#faq h2 {
  color: #213a8f;
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.42px;
  text-transform: inherit;
}
#faq p {
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  max-width: 688px;
  margin: 20px auto;
}

/* --- CONTACT FORM --- */
#contact-form .modal-content {
  background-color: #ffd75a;
  border-radius: 30px;
  border: 1px solid #fff;
}
#contact-form .modal-content h5 {
  font-size: 3.125rem;
  text-align: center;
  margin-top: 40px;
  text-transform: inherit;
  line-height: 1;
}
#contact-form .modal-content p {
  text-align: center;
}
#contact-form .modal-content .modal-header {
  border-bottom: none;
}
#contact-form .modal-content .btn-close {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 2%;
  z-index: 9;
  transition: 0.7s;
}
#contact-form .modal-content .btn-close:hover {
  transform: rotate(180deg);
}

/* BLOG LIST */
.blog-list .col-12 {
  display: flex;
  flex-wrap: wrap;
}
.blog-list .col-12 article {
  width: 27%;
  margin: 0 3% 30px;
}

/* --- BLOG POST --- */
.post-head {
  padding-top: 240px;
  padding-bottom: 90px;
  background-size: cover;
  background-position: center;
  margin-top: -150px;
  position: relative;
}
.post-head:before {
  content: "";
  opacity: 0.25;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #1c2126, #1c2126);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.post-head h1 {
  max-width: 760px;
  margin: auto;
  font-size: 3.75rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: inherit;
  font-family: "Jost", sans-serif;
}

.perex {
  max-width: 756px;
  margin: 80px auto 0px;
  font-size: 1.375rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.35px;
  text-align: center;
  color: #1c2126;
}

.obsah .col-lg-2 img {
  width: 100%;
  max-width: 180px;
}
.obsah img.balenie {
  max-width: 280px;
}
.obsah h2 {
  font-family: "Jost", sans-serif;
  font-size: 1.625rem;
  margin-bottom: 30px;
}
.obsah p {
  font-size: 1.125rem;
  font-weight: 400;
}
.obsah .tip {
  background-color: rgba(150, 204, 130, 0.2);
}
.obsah .tip h3 {
  font-size: 1.4375rem;
  color: #1c2126;
  font-style: italic;
}
.obsah .tip h3 span {
  color: #96cc82;
  display: block;
  font-style: normal;
}
.obsah .tip p {
  font-style: italic;
}

.product-placement-blog {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 0 120px 120px 0;
  width: 45%;
  min-height: 200px;
  position: relative;
  margin: 60px 0;
}
.product-placement-blog .btn {
  margin-bottom: 20px;
  margin-right: 35px;
}
.product-placement-blog .dekor-img {
  width: 150px;
  position: absolute;
  top: -30px;
  right: -150px;
}

.product-placement-bg {
  background-repeat: no-repeat;
  background-position: center right 20%;
  background-size: auto;
}

.product-placement-bg.green-list {
  background-image: url(../images/green-list-02.svg);
}

.product-placement-bg.pink-list {
  background-image: url(../images/pink-list2.svg);
}

.blog-footer {
  background-image: url(../images/green-divider.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 150px;
}

/* --- FORM --- */
#form {
  width: 84% !important;
  margin: auto;
}

#form label,
#form input.wpcf7-text,
#form textarea {
  display: inline;
  width: 100%;
  border: none;
  border-radius: 15px;
  color: #213a8f;
}

#form input,
#form textarea {
  padding: 10px 15px !important;
  margin-bottom: 14px;
}

#form input::-moz-placeholder, #form textarea::-moz-placeholder {
  font-size: 1.125rem;
  color: rgba(28, 33, 38, 0.5215686275);
}

#form input:-ms-input-placeholder, #form textarea:-ms-input-placeholder {
  font-size: 1.125rem;
  color: rgba(28, 33, 38, 0.5215686275);
}

#form input::placeholder,
#form textarea::placeholder {
  font-size: 1.125rem;
  color: rgba(28, 33, 38, 0.5215686275);
}

#form textarea {
  height: 73px !important;
}

#form br {
  display: none;
}

#form .suhlas {
  line-height: 0 !important;
  margin-bottom: 15px !important;
}

#form .recaptcha-text,
#form .suhlas {
  color: #1c2126;
  display: block;
  font-size: 0.875rem;
  text-align: left;
  font-weight: 400;
}

#form .recaptcha-text a,
#form .suhlas a {
  text-decoration: underline !important;
  color: #1c2126 !important;
  font-size: 0.875rem;
}

#form input.wpcf7-submit {
  padding: 10px 38px !important;
  margin-top: 30px;
  font-size: 1.125rem;
  float: right;
  border: none;
  color: #1c2126;
}
#form input.wpcf7-submit:hover {
  color: #fff;
}

#form .wpcf7-not-valid-tip {
  margin-top: -13px;
}

#form .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, footer #form p {
  color: #213a8f;
}

.wpcf7-acceptance input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 15px;
  margin-right: 8px;
}
.wpcf7-acceptance input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  margin-top: -2px;
  width: 18px;
  height: 18px;
  background: #fcfcfc;
  border-radius: 50px;
}
.wpcf7-acceptance input[type=checkbox]:checked:before {
  background: #213a8f;
  border-color: #213a8f;
}
.wpcf7-acceptance input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
.wpcf7-acceptance input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
.wpcf7-acceptance input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.wpcf7-acceptance span.wpcf7-list-item {
  margin: 20px 0 0 0;
}

/* --- MEDIA SCREEN --- */
@media screen and (max-width: 1400px) {
  #prva-pomoc-content {
    background: none;
  }
}
@media screen and (max-width: 1100px) {
  .site-navbar .site-navigation .site-menu .has-children .dropdown {
    width: 750px;
  }
}
@media screen and (max-width: 992px) {
  #plne-byliniek {
    background-image: url(../images/divider-white.svg), url(../images/plne-byliniek-bg.svg);
    background-size: 3182px 58px, cover;
    background-repeat: no-repeat;
    background-position: top -1px center, top 0 right 50px;
    padding-top: 4.375rem;
  }
  .container {
    max-width: 1200px;
    padding: 2.5rem 5%;
  }
  /*.dekor {
    display: none;
  }*/
  .lottie-trava {
    position: absolute;
    right: 14%;
    transform: translate(50%);
    top: -270px;
  }
  .blog-list .col-12 {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-list .col-12 article {
    width: 44%;
    margin: 0 3% 30px;
  }
  .description {
    padding-top: 30px;
  }
  .product-placement-blog {
    width: 75%;
  }
  .product-placement-bg {
    background-position: center right -100%;
  }
  .lottie-verbena {
    width: 200px;
    height: 200px;
    position: relative;
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 768px) {
  .product-placement {
    width: 85%;
    flex-direction: column;
    align-items: center;
    border-radius: 180px 0 0 180px;
    height: 300px !important;
  }
  header {
    background-image: url(../images/menu-bg.svg);
    background-size: cover;
    background-position: bottom center;
    height: 120px !important;
    background-repeat: no-repeat;
  }
  #main-slider p {
    width: 100%;
    margin: auto;
  }
  .social-instagram-feed {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .social-link {
    display: flex;
    color: #1c2126;
    width: 200px;
    margin-bottom: 20px;
    justify-content: center;
  }
  #plne-byliniek {
    background-image: url(../images/divider-white.svg), url(../images/bylinky-mobil-bg.svg);
    background-size: 3182px 58px, cover;
    background-repeat: no-repeat;
    background-position: top -1px center, top -300px center;
    padding-top: 4.375rem;
  }
  .white-list {
    display: none;
  }
  .list-right {
    width: 100px;
    right: -50px;
    bottom: 0;
  }
  .kvet-anime {
    -webkit-animation: rotate360 10s linear infinite;
            animation: rotate360 10s linear infinite;
    /* Použij animaci na nekonečný počet opakování */
    right: 0px;
    position: absolute;
    width: 50px;
  }
  .ruka {
    display: none;
  }
  .balenia-slider .item .work,
.cukriky .item .work {
    width: 94% !important;
  }
  .card-body {
    width: 100%;
  }
  #main-slider {
    padding-top: 140px;
  }
  .reklama {
    width: 100%;
  }
  .balenia-slider.owl-carousel .owl-nav .owl-prev {
    left: 2%;
    opacity: 1;
  }
  .balenia-slider.owl-carousel .owl-nav .owl-next {
    right: 2%;
    opacity: 1;
  }
  .img-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .blog-list .col-12 {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-list .col-12 article {
    width: 100%;
    margin: 0 0 30px;
  }
  #plne-byliniek {
    background-position: top -1px center, top -160px center;
  }
  #proces-vyroby {
    padding: 0px 0 45px;
  }
  .site-navbar, header {
    height: 120px !important;
  }
  .site-logo img {
    height: 50px !important;
  }
  .work .citron {
    left: 20px;
    width: 75px !important;
  }
  .list-left {
    width: 60px;
    top: 100px;
  }
  .lottie-bobule {
    width: 150px;
    height: 150px;
    left: 5%;
    top: -160px;
    transform-origin: left top;
  }
  .product-placement-blog {
    width: 85%;
    flex-direction: column-reverse;
    align-items: center;
    border-radius: 0 180px 180px 0;
  }
  .lottie-echinacea {
    width: 100px;
    height: 100px;
    top: 50%;
    right: 0px;
    z-index: 4;
  }
  .lottie-big-mix {
    left: -40px;
    top: 30px;
  }
  .lottie-rakytnik {
    bottom: -65px;
    top: inherit;
    right: -30px;
  }
  .lottie-lev-kvet {
    left: -40px;
  }
  .lottie-lev-bobule {
    right: -20px;
  }
  .lottie-sipky-r {
    right: -30px;
  }
  .lottie-sipky-l {
    left: -30px;
  }
  .lottie-salvia-l,
.lottie-salvia-r {
    width: 130px;
    height: 130px;
    z-index: 1;
    bottom: 0px;
  }
  .lottie-salvia-l {
    left: -40px;
  }
  .lottie-salvia-r {
    right: -40px;
  }
  .lottie-salvia-mini-l,
.lottie-salvia-mini-r {
    width: 130px;
    height: 130px;
    z-index: 1;
  }
  .lottie-salvia-mini-l {
    left: -55px;
    bottom: 0px;
    transform: scaleX(-1);
  }
  .lottie-salvia-mini-r {
    right: -55px;
    top: 0px;
  }
  .lottie-zazvor {
    width: 130px;
    height: 130px;
    right: -20px;
    top: -15px;
  }
  #blog .lottie-echinacea {
    width: 100px !important;
    height: 100px !important;
    top: 85%;
    right: 0px;
  }
  .work.echinacea {
    padding: 10% 3% 3% !important;
  }
  /*#poznate-z-tv img.oblak,
  .list  {
  	display: none;
  }*/
  #form {
    width: 100% !important;
    margin: auto;
  }
  #contact-form .modal-content h5 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 570px) {
  .footer-menu {
    flex-direction: column;
  }
  .footer-menu li {
    margin: auto;
  }
  #main-slider h1,
#main-slider h2 {
    font-size: 3.125rem !important;
  }
  h1 {
    font-size: 4.375rem;
    line-height: 4.6875rem;
    line-height: 1.07;
    letter-spacing: 1.4px;
  }
  h2,
#prva-pomoc h2 {
    font-size: 2.5rem;
  }
  #soc-siete,
.content-404 {
    padding-top: 3rem;
  }
  .post-head {
    padding-top: 180px;
    padding-bottom: 15px;
  }
  .post-head h1 {
    font-size: 2.5rem;
  }
  .perex {
    margin-top: 0;
  }
  .product-placement-blog .dekor-img {
    width: 100px;
    right: -60px;
  }
  .product-placement-blog .btn {
    margin-bottom: 20px;
    margin-right: -15px;
  }
  .balenie-icon {
    display: none !important;
  }
  .social img {
    width: 25px;
  }
}
/* --- ANIMATION --- */
@-webkit-keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
  /* Použij animaci na nekonečný počet opakování */
}

@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.opacity-scroll {
  -webkit-animation: opacity linear both;
          animation: opacity linear both;
  animation-timeline: view();
  animation-range: 150px 350px;
  opacity: 0;
}

@-webkit-keyframes rotate1 {
  0% {
    top: 400px;
  }
  50% {
    top: 360px;
  }
  100% {
    top: 400px;
  }
}

@keyframes rotate1 {
  0% {
    top: 400px;
  }
  50% {
    top: 360px;
  }
  100% {
    top: 400px;
  }
}
@-webkit-keyframes rotate2 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 22px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes rotate2 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 22px;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes rotate3 {
  0% {
    top: 320px;
  }
  50% {
    top: 342px;
  }
  100% {
    top: 320px;
  }
}
@keyframes rotate3 {
  0% {
    top: 320px;
  }
  50% {
    top: 342px;
  }
  100% {
    top: 320px;
  }
}
@-webkit-keyframes rotate4 {
  0% {
    top: 250px;
  }
  50% {
    top: 228px;
  }
  100% {
    top: 250px;
  }
}
@keyframes rotate4 {
  0% {
    top: 250px;
  }
  50% {
    top: 228px;
  }
  100% {
    top: 250px;
  }
}
@-webkit-keyframes rotate5 {
  0% {
    bottom: -350px;
  }
  50% {
    bottom: -368px;
  }
  100% {
    bottom: -350px;
  }
}
@keyframes rotate5 {
  0% {
    bottom: -350px;
  }
  50% {
    bottom: -368px;
  }
  100% {
    bottom: -350px;
  }
}
@-webkit-keyframes rotate6 {
  0% {
    top: -80px;
  }
  50% {
    top: -66px;
  }
  100% {
    top: -80px;
  }
}
@keyframes rotate6 {
  0% {
    top: -80px;
  }
  50% {
    top: -66px;
  }
  100% {
    top: -80px;
  }
}
@-webkit-keyframes rotate7 {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 19px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes rotate7 {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 19px;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes rotate8 {
  0% {
    top: 100%;
  }
  50% {
    top: 110%;
  }
  100% {
    top: 100%;
  }
}
@keyframes rotate8 {
  0% {
    top: 100%;
  }
  50% {
    top: 110%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes rotate9 {
  0% {
    top: 60%;
  }
  50% {
    top: 70%;
  }
  100% {
    top: 60%;
  }
}
@keyframes rotate9 {
  0% {
    top: 60%;
  }
  50% {
    top: 70%;
  }
  100% {
    top: 60%;
  }
}/*# sourceMappingURL=style.css.map */