@charset "UTF-8";
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 0;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 100px;
  z-index: 10;
}

.carousel-caption p a {
  color: #fff;
}

.carousel .carousel-item:first-child .carousel-caption h1 {
  left: 25%;
  width: 80%;
  top: 260px;
}

/** first one */
.carousel .carousel-item:first-child .carousel-caption p {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  position: absolute;
  bottom: 0px;
}

.carousel .carousel-item:first-child h1 {
  font-family: "Lato", Sans-serif;
  font-size: 60px;
}

/** 2nd one */
.carousel .carousel-item:nth-child(2) .carousel-caption {
  top: -10px;
}

.carousel .carousel-item:nth-child(2) .carousel-caption p {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  position: absolute;
  bottom: 0px;
}

.carousel .carousel-item:nth-child(2) h1 {
  font-family: "Lato", Sans-serif;
  font-size: 60px;
}

/** 3rd one */
.carousel .carousel-item:nth-child(3) .carousel-caption p {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  position: absolute;
  bottom: 0px;
}

.carousel .carousel-item:nth-child(3) h1 {
  font-family: "Lato", Sans-serif;
  font-size: 60px;
  position: relative;
  top: 0px;
  left: 0px;
}

.carousel .carousel-caption > h1 {
  font-family: "Lato", Sans-serif;
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -4px;
  top: 200px;
  left: 300px;
}

@media screen and (min-width: 401px) and (max-width: 430px) {
  .home-index-under-carousel {
    font-size: 34px;
    text-align: center;
  }
  .carousel-item {
    height: 240px !important;
  }
  .carousel-item img {
    height: 240px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carousel-caption {
    top: 0px;
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
  .carousel-item:first-child h1 {
    font-family: "Lato", Sans-serif;
    font-size: 20px !important;
    letter-spacing: 0px;
  }
  .carousel-item:first-child .carousel-caption p {
    display: none !important;
  }
  .carousel-item:nth-child(2) h1 {
    color: #fff;
    letter-spacing: 0px;
    top: -5px;
    font-size: 20px !important;
  }
  .carousel-item:nth-child(2) .carousel-caption p {
    display: none !important;
  }
  .carousel-item:nth-child(3) h1 {
    color: #fff;
    letter-spacing: 0px;
    font-size: 20px !important;
  }
  .carousel-item:nth-child(3) .carousel-caption p {
    display: none !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 525px) {
  .home-index-under-carousel {
    font-size: 46px;
    text-align: center;
  }
  .carousel-item {
    height: 240px !important;
  }
  .carousel-item img {
    height: 240px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carousel-caption {
    top: 0px;
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
  .carousel-item:first-child h1 {
    font-family: "Lato", Sans-serif;
    font-size: 20px !important;
    letter-spacing: 0px;
  }
  .carousel-item:first-child .carousel-caption p {
    display: none !important;
  }
  .carousel-item:nth-child(2) h1 {
    color: #fff;
    letter-spacing: 0px;
    top: -5px;
    font-size: 20px !important;
  }
  .carousel-item:nth-child(2) .carousel-caption p {
    display: none !important;
  }
  .carousel-item:nth-child(3) h1 {
    color: #fff;
    letter-spacing: 0px;
    font-size: 20px !important;
  }
  .carousel-item:nth-child(3) .carousel-caption p {
    display: none !important;
  }
}
@media screen and (min-width: 526px) and (max-width: 600px) {
  .carousel-item:first-child h1 {
    font-family: "Lato", Sans-serif;
    font-size: 30px;
  }
  .carousel-caption > h1 {
    font-family: "Lato", Sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -4px;
  }
  .carousel-caption {
    top: 40px;
  }
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  /*background-color: yellow !important;*/
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 32rem;*/
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 400px) {
  .carousel-item {
    height: 240px !important;
  }
  .carousel-item img {
    height: 240px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carousel-caption {
    top: 0px;
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
  .carousel-item:first-child h1 {
    font-family: "Lato", Sans-serif;
    font-size: 20px !important;
    letter-spacing: 0px;
  }
  .carousel-item:first-child .carousel-caption p {
    display: none !important;
  }
  .carousel-item:nth-child(2) h1 {
    color: #fff;
    letter-spacing: 0px;
    top: -5px;
    font-size: 20px !important;
  }
  .carousel-item:nth-child(2) .carousel-caption p {
    display: none !important;
  }
  .carousel-item:nth-child(3) h1 {
    color: #fff;
    letter-spacing: 0px;
    font-size: 20px !important;
  }
  .carousel-item:nth-child(3) .carousel-caption p {
    display: none !important;
  }
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
#home-zijte-stastne-pic {
  min-height: 400px;
  width: 100%;
  display: block;
  /*background-image: url('/images/home/poznejte/happy_1200.jpeg');*/
  background-image: url("/images/headers/live-happily-bg-1200.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  padding-left: 30px;
}

/** Youtube iframe **/
#homepage-podcast-video-row {
  padding: 20px;
  background-color: #e3d2bb;
}

.yt {
  position: relative;
  display: block;
  width: 90%; /* width of iframe wrapper */
  height: 0;
  margin: auto;
  padding: 0% 0% 56.25%; /* 16:9 ratio */
  overflow: hidden;
}

.yt iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#home-zijte-stastne {
  color: #fff;
  font-family: "Lato", Sans-serif;
  background-color: #381401;
  padding-top: 20px;
  /*#home-zijte-stastne .container-fluid .stastne-half-col-bg-left {*/
  /*    background-color: #000;*/
  /*}*/
}
#home-zijte-stastne h2 {
  font-weight: 900;
  font-size: 50px;
  color: #fff;
}
#home-zijte-stastne .container-fluid {
  background-color: #000;
}
#home-zijte-stastne .container-fluid div.stastne-half-col-bg-left div.row {
  position: relative;
  align-content: end;
  justify-content: right;
}
#home-zijte-stastne .container-fluid .stastne-half-col-bg-right {
  background-color: #54595F;
}
#home-zijte-stastne .container-fluid .container-fluid div div.row .col {
  max-width: 500px;
}
#home-zijte-stastne #home-stastne-left-col {
  min-height: 475px;
}
#home-zijte-stastne #home-stastne-left-col .row-show-more-button {
  bottom: 30px;
}
#home-zijte-stastne .menu-iboga-container {
  width: 73%;
  margin-top: 20px;
}
#home-zijte-stastne .menu-iboga-container a {
  text-transform: uppercase;
  font-family: "Lato", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
}
#home-zijte-stastne .menu-iboga-container a:hover {
  background-color: #8C4C18;
  color: #fff !important;
}

#home-kdo-jsme {
  background-color: #EBEBEB;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 62px 0px 70px 0px;
  overflow: hidden;
}
#home-kdo-jsme h2 {
  color: #242426;
  font-family: "Lato", Sans-serif;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0px;
}
#home-kdo-jsme .box-kdo-jsme {
  min-height: 604px;
  position: relative;
}
#home-kdo-jsme .box-kdo-jsme img {
  -o-object-fit: contain;
     object-fit: contain;
}
#home-kdo-jsme .box-kdo-jsme .button-show-more {
  display: block;
  align-items: center;
  /*position: absolute;*/
  /*bottom: -20px;*/
  /*overflow: hidden;*/
  text-align: center;
}
#home-kdo-jsme .who-we-are-col-1 .box-kdo-jsme {
  background-color: rgba(151, 83, 40, 0.05);
  padding: 10px;
}
#home-kdo-jsme .who-we-are-col-1 .box-kdo-jsme img {
  border: 6px solid #fff;
}
#home-kdo-jsme .who-we-are-col-2 .box-kdo-jsme {
  background-color: rgba(151, 83, 40, 0.13);
  padding: 10px;
}
#home-kdo-jsme .who-we-are-col-2 .box-kdo-jsme h2 {
  color: rgba(79, 41, 0, 0.92);
}
#home-kdo-jsme .who-we-are-col-3 .box-kdo-jsme {
  background-color: rgba(151, 83, 40, 0.22);
  padding: 10px;
  background-color: rgba(151, 83, 40, 0.22);
  padding: 10px;
}
#home-kdo-jsme .who-we-are-col-3 .box-kdo-jsme img {
  border: 6px solid #fff;
}
#home-kdo-jsme .who-we-are-col-3 .box-kdo-jsme h2 {
  color: rgba(79, 41, 0, 0.85);
}

#home-parallax {
  background-image: url("/images/iboga/bwiti/bwiti-all-1200w.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 600px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 135px 0px 110px 0px;
  -widgets-spacing: 20px;
}
#home-parallax h2 {
  color: #FFFFFF;
  font-family: "Lato", Sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 2px;
  padding-left: 5px;
}
#home-parallax p {
  color: #FFFFFF;
  font-family: "Lato", Sans-serif;
}

/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*html{*/
/*    box-sizing: border-box;*/
/*}*/
/**, *:after, *:before {*/
/*    box-sizing: inherit;*/
/*}*/
/*body {*/
/*    width: 100%;*/
/*    background-color: #eee;*/
/*    font-family: Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;*/
/*    color: #222;*/
/*    height: 100vh;*/
/*}*/
header {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
}

.nav__container {
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  /*background-color: #EBEBEB;*/
  /*background: rgb(242,242,242);*/
  /*background: linear-gradient(90deg, rgba(242,242,242,1) 4%, rgba(214,214,214,1) 62%, rgba(204,201,201,1) 100%);*/
}

.nav__mobile .nav__btn {
  display: none;
}

.nav__mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  /*font-size: 1.4rem;*/
  /*font-weight: 700;*/
  color: #555;
}

.nav__menu {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.showing {
  max-height: 37rem;
  transition: all 0.5s;
}

.nav__menu li {
  list-style: none;
  position: relative;
  white-space: nowrap;
  padding: 1rem 0 0 0;
}

.nav__menu li a {
  display: block;
  font-size: 1rem;
  color: red;
  text-decoration: none;
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.68em;
  letter-spacing: 0px;
}

.nav__menu li a:hover {
  color: #fff !important;
  /*background-color: #AF1201;*/
  background-color: #AF1201;
}

.nav-toggle {
  display: block;
  background-color: transparent;
  width: 40px;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 4px;
  border-radius: 35px;
  width: 100%;
  margin-top: 0;
  background-color: #000;
  transition: all 0.25s;
}

.nav-toggle span.mrg {
  margin-top: 5px;
}

.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(6.2px, 6.2px);
}

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(6.2px, -6.2px);
}

/* Dropdown */
.nav__menu .dropdown ul, .nav__menu .dropdown2 ul, .nav__menu .dropdown3 ul {
  display: flex;
  flex-direction: column;
  position: static;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
}

.nav__menu .dropdown ul.show, .nav__menu .dropdown2 ul.show, .nav__menu .dropdown3 ul.show {
  max-height: 20rem;
  transition: all 0.4s;
}

.nav__menu .dropdown li a, .nav__menu .dropdown2 li a, .nav__menu .dropdown3 li a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 16px;
  text-decoration: none;
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.68em;
  letter-spacing: 0px;
}

.nav__menu li a:hover {
  color: yellow;
}

.nav__menu .dropdown > a:after, .nav__menu .dropdown2 > a:after, .nav__menu .dropdown3 > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: rgb(126, 126, 126);
}

.nav__menu .active.dropdown > a:after, .nav__menu .active.dropdown2 > a:after, .nav__menu .active.dropdown3 > a:after {
  content: "\f106";
}

.nav__menu .dropdown .dropdown > a:after, .nav__menu .dropdown2 .dropdown > a:after, .nav__menu .dropdown3 .dropdown > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: rgb(126, 126, 126);
}

.nav__menu .dropdown .active.dropdown > a:after, .nav__menu .dropdown2 .active.dropdown > a:after, .nav__menu .dropdown3 .active.dropdown > a:after {
  content: "\f106";
}

.menu-toggle {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.menu-toggle.active {
  max-height: 100vh;
  transition: all 0.4s ease;
}

.resize-animation-stopper * {
  transition: none !important;
  animation: none !important;
}

@media screen and (max-width: 400px) {
  .nav__menu .dropdown ul.show, .nav__menu .dropdown2 ul.show, .nav__menu .dropdown3 ul.show {
    /*max-height: 20rem;*/
    /*transition: all .4s;*/
    position: relative;
    left: 20px;
  }
  .nav__menu .dropdown ul.show, .nav__menu .dropdown2 ul.show, .nav__menu .dropdown3 ul.show a {
    color: #b90909;
  }
}
@media screen and (min-width: 800px) {
  .menu-toggle {
    display: flex !important;
    max-height: 100vh;
    overflow: visible;
  }
  .nav__container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .nav__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav__mobile .nav__btn {
    display: none;
  }
  .nav__logo img {
    width: 100%;
    max-width: 305px;
  }
  .nav__menu {
    display: flex;
    flex-direction: row;
    max-height: 100%;
    overflow: visible;
  }
  .nav__menu li {
    list-style: none;
    position: relative;
    white-space: nowrap;
    padding-top: 0px;
  }
  .nav__menu li.menu-item a {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.68em;
    letter-spacing: 0px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    padding: 20px 30px 20px 30px;
    margin: 0px 0px 0px 0px;
  }
  .nav__menu li ul.dropdown li, .nav__menu li ul.dropdown2 li, .nav__menu li ul.dropdown3 li {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.68em;
    letter-spacing: 0px;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0);
    padding: 35px 30px 35px 30px;
    margin: 0px 0px 0px 0px;
  }
  .nav__menu li ul.dropdown li a, .nav__menu li ul.dropdown2 li a, .nav__menu li ul.dropdown3 li a {
    color: red;
  }
  .nav__menu li a {
    font-size: 1rem;
    color: #222;
    text-decoration: none;
  }
  .nav__menu li a:hover {
    color: #fff;
    /*background-color: red;*/
    background: rgb(249, 29, 29);
    background: linear-gradient(180deg, rgb(249, 29, 29) 0%, rgb(199, 9, 9) 74%, rgb(136, 0, 0) 100%);
  }
  /* Dropdown */
  .nav__menu .dropdown {
    position: relative;
  }
  /**
      Menu first dropdown block
   */
  .nav__menu .dropdown ul, .nav__menu .dropdown2 ul, .nav__menu .dropdown3 ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    padding: 0 1rem;
    z-index: 9999;
    /* transition: all .4s ease ;*/
  }
  .nav__menu .dropdown:hover > ul, .nav__menu .dropdown2:hover > ul, .nav__menu .dropdown3:hover > ul {
    top: 100%;
    left: -16px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    /* padding: 0 1rem;*/
  }
  .nav__menu .dropdown ul li, .nav__menu .dropdown2 ul li, .nav__menu .dropdown3 ul li {
    padding: 0px;
    background-color: #5e5e5e;
    position: relative;
  }
  .nav__menu .dropdown ul li:hover, .nav__menu .dropdown2 ul li:hover, .nav__menu .dropdown3 ul li:hover {
    background-color: #6d7882;
  }
  /**
  FIRST DROPDOWN LINKS
   */
  .nav__menu .dropdown ul li a, .nav__menu .dropdown2 ul li a, .nav__menu .dropdown3 ul li a {
    display: block;
    color: #F2F2F2;
    text-transform: capitalize;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 15px;
  }
  .nav__menu .dropdown ul li a:hover, .nav__menu .dropdown2 ul li a:hover, .nav__menu .dropdown3 ul li a:hover {
    display: block;
    color: #fff;
    background-color: #000;
  }
  .nav__menu .dropdown > a:after, .nav__menu .dropdown2 > a:after, .nav__menu .dropdown3 > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", 'Lato"';
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 5px;
    color: rgb(124, 124, 124);
  }
  .nav__menu .dropdown:hover > a:after, .nav__menu .dropdown2:hover > a:after, .nav__menu .dropdown3:hover > a:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free", "Lato";
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 5px;
    color: rgb(124, 124, 124);
  }
  /**
  Extend to dropdown2 and dropdownn 3 bellow if you need to ..
   */
  .nav__menu .dropdown .dropdown > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 10px;
    color: rgb(255, 255, 255);
  }
  .nav__menu .dropdown .dropdown:hover > a:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 10px;
    color: rgb(255, 255, 255);
  }
  /* 2nd level dropdown */
  .nav__menu .dropdown .dropdown:hover > ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 1;
    visibility: visible;
  }
  .nav__menu .dropdown .dropdown ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 0;
    visibility: hidden;
    /*  transition: all .4s ease-in-out;*/
  }
  #main-menu {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1150px) {
  .menu-item a {
    font-size: 16px !important;
    padding: 20px 15px 20px 15px !important;
  }
  #logo {
    width: 220px;
    height: 50px;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1300px) {
  .menu-item a {
    font-size: 16px !important;
    padding: 20px 15px 20px 15px !important;
  }
  #logo {
    width: 220px;
    height: 50px;
  }
}
/* Mixin */
/* reset */
* {
  padding: 0;
  margin: 0;
}

nav.mobile-menu {
  background-color: #91cfa1;
  height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  /* fade in checked menu */
}
nav.mobile-menu .m-menu__checkbox {
  display: none;
}
nav.mobile-menu label.m-menu__toggle {
  cursor: pointer;
}
nav.mobile-menu .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  height: 100%;
  transform: translate3d(-450px, 0, 0);
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
nav.mobile-menu .m-menu__overlay {
  background-color: hsla(0deg, 0%, 40.4%, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav.mobile-menu .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav.mobile-menu .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav.mobile-menu .m-menu .m-menu {
  transform: translate3d(480px, 0, 0);
}
nav.mobile-menu .m-menu ul {
  height: 100%;
  overflow-y: auto;
}
nav.mobile-menu .m-menu ul li a, nav.mobile-menu .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav.mobile-menu .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav.mobile-menu .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav.mobile-menu .m-menu .m-menu label.m-menu__toggle {
  display: flex;
  border-bottom: 0;
  padding: 0;
  box-sizing: content-box;
}
nav.mobile-menu .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav.mobile-menu .m-menu__checkbox:checked ~ .m-menu {
  transform: translate3d(0, 0, 0);
}

.wrapper {
  width: 480px;
  height: 667px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

body {
  background-color: #f1f1f1;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

#ceremonies-retreat #pobyty-list-overview {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
#ceremonies-retreat #eight-day-retreat-includes-box div.item {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
}
#ceremonies-retreat #eight-day-retreat-includes-box div.item p {
  text-align: center;
  align-items: center;
  margin-top: 35px;
}
#ceremonies-retreat #eight-day-retreat-includes-box div.item img {
  margin: auto;
  display: flex;
}
#ceremonies-retreat #eight-day-retreat-includes-box div.item:hover {
  background-color: rgb(166, 191, 136);
}
#ceremonies-retreat .pobyt-day-box {
  background: radial-gradient(ellipse 100% 7% at 50% 100%, rgba(55, 55, 55, 0.5) 200px, rgba(55, 55, 55, 0.1) 360px, white 380px);
}
#ceremonies-retreat #retreat-day3-row {
  background-image: url("/images/obrady/forrest.jpg");
  min-height: 400px;
  background-attachment: fixed;
}
#ceremonies-retreat #retreat-day3-row p {
  background-color: rgba(255, 255, 255, 0.7);
}
#ceremonies-retreat #retreat-day3-row blockquote {
  background-color: #fff;
}
#ceremonies-retreat #retreat-day3-row .font-just-me {
  color: #fff;
}

section#iboga-bwiti-tradition #iboga-bwiti-tradition-top-image {
  display: block;
  min-height: 600px;
  background-image: url("/images/iboga/bwiti/bwiti-scotty-1200.jpg");
  background-repeat: no-repeat;
  width: 1200px;
  margin-left: 0px;
}
section#iboga-bwiti-tradition #iboga-bwiti-tradition-top-image h1 {
  color: #fff;
  margin-left: 20px;
}
section#iboga-bwiti-tradition #iboga-bwiti-tradition-top-image .text-box {
  color: #fff;
  margin-left: 20px;
  margin-top: 20px;
}
section#iboga-bwiti-tradition #iboga-bwiti-tradition-top-image .text-box h3 {
  color: #fff;
}
section#iboga-bwiti-tradition s.bwiti-tradice-h3 {
  font-style: normal;
  font-size: 40px;
}
@media screen and (max-width: 400px) {
  section#iboga-bwiti-tradition #iboga-bwiti-tradition-top-image {
    display: block;
    min-height: 483px;
    background-image: url("/images/iboga/bwiti/bwiti-scotty-400w.jpg");
    background-repeat: no-repeat;
    width: 100vw;
  }
  section#iboga-bwiti-tradition #iboga-bwiti-tradition-top-image h1 {
    color: #fff;
    margin-left: 10px;
    font-size: 45px;
  }
  section#iboga-bwiti-tradition #iboga-bwiti-tradition-top-image .text-box {
    color: #fff;
    margin-left: 20px;
    margin-top: 200px;
  }
  section#iboga-bwiti-tradition #iboga-bwiti-tradition-top-image .text-box h3 {
    color: #fff;
  }
}

#retreat-2023-svoboda {
  background: #0a3880;
}

/** MOBILE ***/
@media screen and (max-width: 400px) {
  #home-zijte-stastne h2 {
    font-size: 36px;
  }
  .home-index-under-carousel {
    font-size: 40px;
  }
  .h1-heading, h1, h1.h1-heading {
    font-size: 36px;
  }
  .h2-heading, h2 {
    font-size: 30px;
  }
  h3, h4 {
    padding: 5px;
  }
  p {
    padding: 10px;
  }
  /********************* HOME ******************/
  .menu-iboga-container {
    width: 100%;
  }
  .home-index-under-carousel {
    font-size: 34px;
    text-align: center;
  }
  #home-zijte-stastne-pic {
    min-height: 300px;
    width: 100%;
    display: block;
    background-color: rgb(147, 181, 75);
    background-image: url("/images/headers/live-happily-400w.jpg");
    background-repeat: no-repeat;
    height: auto;
    padding-left: 5px;
  }
  #home-zijte-stastne-pic p:first-child {
    color: saddlebrown;
    /*margin-top: 200px;*/
    background-color: rgba(147, 181, 75, 0.6);
  }
  #home-zijte-stastne-pic p {
    color: saddlebrown;
  }
  #home-zijte-stastne-pic h1 {
    color: #ff2a2a;
    font-size: 38px;
    font-weight: bold;
  }
  #home-happily-white-row {
    background: #E9E9E9;
    /*margin: 30px;*/
    /*padding-top: 10px;*/
    width: 100%;
  }
  #home-happily-white-row h2 {
    /*font-size : 40px;*/
    text-align: center;
  }
  #home-happily-white-row p {
    text-align: center;
  }
  #home-parallax {
    background-image: url("/images/iboga/bwiti/bwiti-all-400w.jpg");
  }
  #home-parallax h2 {
    padding-left: 5px;
  }
  section.home-section-zivot-je-dar h1 {
    font-size: 38px;
    margin-top: 0px;
    color: rgba(46, 94, 47, 0);
  }
  #img-box-iboga-helps h2 {
    color: #6b4c16;
    padding-bottom: 0px;
    font-size: 50px;
  }
  #how-iboga-helps-h2-who-is-for {
    padding: 0 20px 10px 20px;
  }
  #how-iboga-helps-h2-who-is-for h2 {
    font-size: 30px;
    margin: 30px;
    background-color: #fff;
    font-family: Lato, Arial;
  }
  /* how-iboga-helps page */
  #img-box-iboga-helps {
    background-image: url("/images/headers/misc-nature-trip-woman-400w.jpeg");
    min-height: 240px;
  }
  #img-box-iboga-helps h2 {
    color: #760505;
    width: 240px;
    padding-left: 10px;
    line-height: 85%;
  }
  #img-box-iboga-helps blockquote:before {
    padding-top: 0px;
    padding-left: 10px;
  }
  #img-box-iboga-helps-middle blockquote {
    padding-top: 25px;
  }
  #img-box-iboga-helps blockquote {
    width: 260px;
    font-size: 20px;
    top: -10px;
    padding-top: 20px;
    padding-bottom: 0;
    line-height: 120%;
  }
  #img-box-iboga-helps-middle {
    background-image: url("/images/headers/sunshine-meadow-400w.jpeg");
    min-height: 240px;
    background-color: red;
  }
  ol.how-iboga-helps-3-reasoes-list {
    margin-left: 20px;
  }
  ol.how-iboga-helps-3-reasoes-list li {
    font-size: 1.5em;
  }
  /**
  PAGE - Medical Quidelines
   */
  #img-box-top-med-guidelines h1 {
    color: #1f713f;
    font-size: 50px;
  }
  #img-box-top-med-guidelines {
    display: block;
    width: 400px;
    height: 343px;
    background-image: url("/images/headers/medical-guidelines-forms-400w.jpg");
    background-repeat: no-repeat;
    position: relative;
  }
  #img-box-top-med-guidelines blockquote {
    display: block;
    color: #019a00;
    top: 120px;
    left: 5px;
    width: 95%;
    border-left: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.7);
  }
  /* Terminy */
  .retreat-info {
    border-bottom: 3px solid #fff;
  }
  .retreat-info h3 {
    border-bottom: 3px solid #fff;
  }
}
@media screen and (min-width: 401px) and (max-width: 430px) {
  #home-zijte-stastne h2 {
    font-size: 36px;
  }
  .home-index-under-carousel {
    font-size: 40px;
  }
  h2 {
    font-size: 40px !important;
  }
  blockquote {
    font-size: 22px;
  }
  #home-zijte-stastne h2 {
    font-size: 34px !important;
  }
  .nav__mobile .nav__btn {
    display: none !important;
  }
  .home-index-under-carousel {
    font-size: 36px !important;
  }
  .h1-heading {
    font-size: 36px !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 600px) {
  .home-index-under-carousel {
    font-size: 40px;
  }
  section.home-section-zivot-je-dar .wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  /*
  section.home-section-zivot-je-dar
   */
  h1.page-heading {
    font-size: 32px;
  }
  section.home-section-zivot-je-dar h1 {
    font-size: 32px;
  }
  section.home-section-zivot-je-dar p {
    font-size: 16px;
  }
  #home-parallax h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 601px) {
  body {
    height: 100vh;
  }
  h1 {
    font-size: 80px;
  }
  footer {
    /*bottom: 0px;*/
    /*position: absolute;*/
    /*width: 100%;*/
  }
  section.home-section-zivot-je-dar ing {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  home-section-zivot-je-dar .padded {
    padding-top: 30px;
  }
  section.home-section-zivot-je-dar .wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }
  section.home-section-zivot-je-dar .wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }
  section.home-section-zivot-je-dar h1 {
    font-size: 60px;
    color: #883102;
  }
  section.home-section-zivot-je-dar p {
    color: #5e5e5e;
    font-size: 15px;
  }
  section.home-section-zivot-je-dar .col p:first-child {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
  }
  section.home-section-zivot-je-dar h2 {
    font-size: 20px;
    color: #883102;
  }
  .animation-element {
    opacity: 0;
    position: relative;
  }
  /*animation element sliding left*/
  .animation-element.slide-left {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(-100px, 0px, 0px);
  }
  .animation-element.slide-left.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  /*animation slide left styled for testimonials*/
  .animation-element.slide-left.testimonial {
    float: left;
    width: 47%;
    margin: 0% 1.5% 3% 1.5%;
    background: #F5F5F5;
    padding: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px #EAEAEA;
  }
  .animation-element.slide-left.testimonial:hover,
  .animation-element.slide-left.testimonial:active {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  }
  .animation-element.slide-left.testimonial:nth-of-type(odd) {
    width: 48.5%;
    margin: 0% 1.5% 3% 0%;
  }
  .animation-element.slide-left.testimonial:nth-of-type(even) {
    width: 48.5%;
    margin: 0% 0% 3% 1.5%;
  }
  .animation-element.slide-left.testimonial .header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .animation-element.slide-left.testimonial .left {
    float: left;
    margin-right: 15px;
  }
  .animation-element.slide-left.testimonial .right {
    float: left;
  }
  .animation-element.slide-left.testimonial img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
  }
  .animation-element.slide-left.testimonial h3 {
    margin: 0px 0px 5px 0px;
  }
  .animation-element.slide-left.testimonial h4 {
    margin: 0px 0px 5px 0px;
  }
  .animation-element.slide-left.testimonial .content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .animation-element.slide-left.testimonial i {
    color: #aaa;
    margin-right: 5px;
  }
  #home-parallax h2 {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
  }
  h2 {
    font-size: 40px !important;
  }
}
.main-menu {
  display: block;
  position: relative;
  background: rgb(197, 34, 34);
  color: #fff;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
}

.container-menu {
  width: 80%;
  margin: 0 auto;
}

.main-menu:before, .main-menu:after {
  display: table;
  line-height: 0;
  content: "";
}

.core-menu {
  text-align: center;
  font: normal normal normal 1em/1 Roboto, sans-serif;
  overflow: hidden;
}

.core-menu li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  text-align: left;
}

.core-menu li a {
  display: inline-block;
  padding: 1em;
  color: #fff !important;
}

.core-menu li a:hover {
  background: #ff0000;
}

li span.toggle {
  padding-left: 1em;
}

.toggle:before {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
}

.dropdown {
  position: absolute;
  width: 230px;
  background: #c70000;
  text-align: left;
  display: none;
}

.dropdown li {
  display: block;
  color: #fff;
}

.dropdown li a {
  display: block;
  color: #fff;
}

.dropdown2 li {
  display: block;
}

.dropdown2 li a {
  display: block;
}

li span.toggle2 {
  position: absolute;
  right: 0;
  margin-right: 20px;
}

.toggle2:before {
  content: "\f105";
  font: normal normal normal 16px/1 FontAwesome;
}

.hamburger-menu {
  padding: 1em;
  display: none;
  font: normal normal normal 16px/1 Roboto;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .main-menu {
    height: 50px;
  }
  .container-menu {
    width: 100%;
  }
  .navigation {
    float: left;
    display: block;
    width: 100%;
  }
  .core-menu {
    float: right;
    width: 100%;
    background: rgb(197, 34, 34);
    background: linear-gradient(180deg, rgb(197, 34, 34) 31%, rgb(75, 24, 2) 90%);
    margin: auto;
    display: none;
  }
  .core-menu li {
    width: 100%;
    display: block;
  }
  .core-menu li a {
    display: block;
    margin: auto;
  }
  .hamburger-menu {
    display: block;
    text-align: center;
    padding-right: 60px;
    float: none;
    width: 100%;
  }
  .burger-1, .burger-2, .burger-3 {
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 30px;
    right: 0;
    margin-right: 25px;
    background: #fff;
    transition: 0.2s ease;
  }
  .burger-1 {
    top: 15px;
  }
  .burger-2 {
    top: 23px;
  }
  .burger-3 {
    top: 31px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
    transition: 0.2s ease;
    transform-origin: 50% 50%;
  }
  .burger-1.open {
    top: 25px;
    width: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .burger-2.open {
    opacity: 0;
  }
  .burger-3.open {
    top: 25px;
    width: 23px;
    transform: rotate(-45deg);
  }
  .dropdown {
    width: 100%;
    background: #b20000;
    text-align: center;
    position: relative;
  }
  .dropdown2 {
    right: 0;
    top: 0;
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  #main-menu {
    display: none;
  }
  #main-menu .nav__container .menu-item a {
    font-size: 14px;
    padding: 15px;
  }
  #main-menu .nav__container .menu-item a #logo {
    width: 75%;
  }
}
@media (min-width: 901px) {
  #main-menu {
    display: none;
  }
}
:root {
  --dark-red: #b81300;
  --dark-green: rgba(79, 129, 15, 1);
  --okr: rgba(177, 153, 70, 1);
  --okr2: #c46b04;
  --okr-light: rgb(229 225 208);
  --okr-light2: #f5f2e4;
  --beige: rgba(188, 183, 170, 0.5);
  --beige-light: rgba(229 222 204, 1);
  --okr2: rgba(225, 145, 77, 1);
  --iscz-brown: #813007;
  --iscz-brown2: #89590a;
  --iscz-orange: #DF7015;
  --iscz-light-green: #e3ffe7;
  --iscz-light-green2: #e1f0e3;
  --iscz-light-yellow: #fff5d9;
  --iscz-light-yellow-2: #fdf8ea;
}

a {
  color: #9a5959;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

img.img-no-fit {
  -o-object-fit: initial;
     object-fit: initial;
  width: 64px;
}

a:hover {
  color: var(--dark-red) !important;
}

a.prev-next-link {
  display: block;
  border: 1px solid #ffeceb;
  border-radius: 10px;
  text-decoration: underline;
  padding: 5px;
  color: var(--dark-red) !important;
}
a.prev-next-link:hover {
  text-decoration: none;
  background-color: #ebe8e8;
}
a.prev-next-link .next-one {
  text-align: right;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue;
}

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

.h2-heading {
  font-size: 36px;
}

.h3-heading {
  font-size: 28px;
}

a.prev-next-link {
  display: block;
  border: 1px solid #ffeceb;
  border-radius: 10px;
  text-decoration: underline;
  padding: 5px;
  color: var(--dark-red) !important;
}
a.prev-next-link:hover {
  text-decoration: none;
  background-color: #ebe8e8;
}
a.prev-next-link .next-one {
  text-align: right;
}

@font-face {
  font-family: sf;
  src: url("/fonts/strawberry-blossom/Strawberry_Blossom.ttf");
}
@font-face {
  font-family: thesignture;
  src: url("/fonts/thesignature/Thesignature.ttf");
}
.font-signature {
  font-family: thesignture, Arial;
}

.font-sf {
  font-family: sf, Arial;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-100 {
  font-size: 100px;
}

.color-iscz-red {
  color: var(--dark-red);
}

.color-iscz-white {
  color: #fff;
}

.color-iscz-green {
  color: var(--dark-green);
}

.color-iscz-orange {
  color: var(--iscz-orange);
}

.color-iscz-okr {
  color: var(--okr);
}

.color-iscz-okr2 {
  color: var(--okr2);
}

.site-header {
  background: rgb(242, 242, 242);
  background: linear-gradient(90deg, rgb(242, 242, 242) 21%, rgb(171, 92, 15) 65%, rgb(62, 0, 0) 100%);
  /*position:sticky;*/
  /*top:0;*/
  /*z-index: 1000;*/
  /*height: 120px !important;*/
  /*transition: all 0.4s ease-in-out;*/
  /*-webkit-transition: all 0.4s ease-in-out;*/
  /*-moz-transition: all 0.4s ease-in-out;*/
}

.shrunk {
  height: 40px;
  overflow: hidden;
}

.shrunk #logo {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.shrunk .nav__menu li.menu-item a {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  color: #fff;
}

.shrunk #logo {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*.header-outer {*/
/*    !*display: flex;*!*/
/*    align-items: center;*/
/*    position: sticky;*/
/*    top: -50px; !* Equal to the height difference between header-outer and header-inner *!*/
/*    height: 120px;*/
/*}*/
/*.header-inner {*/
/*    height: 70px;*/
/*    position: sticky;*/
/*    top: 0;*/
/*}*/
section.header-languages {
  background-color: #fff;
}

/* retreats */
.retreat-info {
  display: block;
  background-color: rgb(242, 246, 235);
  padding: 10px;
}

.retreat-info:hover {
  border: #1c7430;
  background-color: #DEF6DB;
  padding: 10px;
}

.retreat-info h3 {
  color: var(--dark-green);
  font-weight: 900;
  font-size: 34px;
}

.retreat-info .retreat-image {
  display: block;
  width: 300px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.retreat-info .free-spots {
  display: block;
  width: 100%;
  background-color: var(--dark-green);
  color: #fff;
  margin-bottom: 20px;
}

.retreat-info .retreat-price .price-usd {
  color: var(--dark-green);
  font-weight: 900;
  font-size: 20px;
  font-family: "Lato", "Arial";
}

.retreat-price .price-czk {
  color: var(--dark-red);
  font-weight: 900;
  font-size: 30px;
  font-family: "Lato", "Arial";
}

.retreat-price .currency {
  color: var(--dark-red);
  font-weight: 900;
  font-size: 20px;
  font-family: "Lato", "Arial";
}

.retreat-info:nth-child(2) {
  display: block;
  background-color: #C1916B;
  padding: 10px;
}

.retreat-info:nth-child(3) {
  display: block;
  background-color: rgb(242, 246, 235);
  padding: 10px;
}

blockquote .feedback-green {
  border-left: 3px solid var(--dark-green);
}

blockquote .small-bq {
  font-size: 24px;
}

/****************************** HOW IBOGA CAN HELP UYOU ***************************************/
#img-box-iboga-helps {
  display: block;
  width: 100%;
  min-height: 400px;
  background-image: url("/images/headers/misc-nature-trip-woman.jpeg");
  margin-left: 0px;
}

#img-box-iboga-helps-middle {
  display: block;
  width: 100%;
  min-height: 468px;
  background-image: url("/images/headers/sunshine-meadow.jpeg");
}

#img-box-iboga-helps-middle blockquote {
  color: var(--dark-red);
  padding-top: 80px;
  border-left: 0px;
}

#img-box-iboga-helps-middle blockquote:before {
  padding-top: 80px;
}

#img-box-iboga-helps h2 {
  color: #6b4c16;
  padding-bottom: 100px;
}

#img-box-iboga-helps blockquote {
  color: var(--dark-red); /*#6b4c16;*/
  width: 600px;
  margin-left: 50px;
}

blockquote {
  border-left: 3px solid red;
  color: red;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 28px;
  font-style: italic;
  line-height: 1.8em;
  margin: 1.1em 0 !important;
  padding: 1em 2em;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
  margin-top: 3em;
}

blockquote:before {
  content: "“";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  width: 5px;
  margin-top: -1em;
  background: none;
}

/*blockquote:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: -0.5em;*/
/*    color: #00CC8F;*/
/*    font-family: "Ionicons";*/
/*    font-style: normal;*/
/*    line-height: 1em;*/
/*    text-align: center;*/
/*    text-indent: -2px;*/
/*    width: 1em;*/
/*    margin-top: -0.5em;*/
/*    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;*/
/*}*/
blockquote.format:before, blockquote.format:after {
  display: none;
}

blockquote.book:after {
  content: "\f12e";
}

blockquote.podcast:after {
  content: "\f32d";
}

blockquote.lyrics:after {
  content: "\f333";
}

blockquote.favorite:after {
  content: "\f384";
}

blockquote:active:after {
  transform: rotateY(360deg);
}

blockquote cite {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
}

/*** EIGHT DAY RETREAT *******************/
#eight-day-retreat-includes-box {
  display: flex;
  background-color: #e6f5ea;
}

#eight-day-retreat-includes-box div.item p {
  text-align: center;
  align-items: center;
  margin-top: 35px;
}

#eight-day-retreat-includes-box div.item img {
  margin: auto;
  display: flex;
}

#eight-day-retreat-includes-box div.item {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
}

#eight-day-retreat-includes-box div.item:hover {
  background-color: rgb(166, 191, 136);
  color: #fff;
}

/**
for [page-ceremonies-dates]:
 */
.date-below-fire {
  background-color: #803632;
}

a.dates-button {
  background-color: #aa1c0f;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}

a.dates-button:hover {
  background-color: #cb1c1c;
  color: #fff !important;
}

a.dates-button div.triangle {
  color: white;
  width: 0px;
  height: 0px;
  border: 88px solid black;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: palevioletred;
}

.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.dates-process-explanation {
  /*background-color: #F8EDE3;*/
  background-color: rgba(255, 190, 104, 0.7098039216);
  border-radius: 10px;
  padding: 25px;
  color: #6f441a;
  margin-bottom: 25px;
}

#dates-price-disclaimer-cz {
  border-radius: 10px;
  color: #A1472C !important;
  background-color: #F0BC60;
  margin-top: 20px;
  margin-bottom: 50px;
}

#dates-includes-list .item {
  margin-top: 30px;
}

#dates-includes-list .item:nth-last-child {
  margin-bottom: 30px;
}

#dates-includes-list .item p.district {
  color: #000;
  font-size: 1.5em;
}

.dates-items {
  background-attachment: fixed;
  background-position: top;
  background-image: url("/images/img-trials/campfire.jpg");
  min-height: 700px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.new-dates-box {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(184, 68, 17, 0.6901960784);
  padding: 10px;
  border-radius: 10px;
  /*background: rgb(199,2,2);*/
  /*background: linear-gradient(90deg, rgba(199,2,2,1) 2%, rgba(199,2,2,1) 21%, rgba(245,70,70,1) 56%, rgba(255,0,16,0.5060399159663865) 100%);*/
}

.new-dates-box .thedate {
  color: #fff;
}

.new-dates-box .theplace {
  color: #fff;
  font-family: "Lato", Sans-serif;
}

.new-dates-box p {
  color: #fff;
}

.new-dates-box.test {
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgb(223, 89, 25);
  background: linear-gradient(138deg, rgba(223, 89, 25, 0.7469581583) 1%, rgb(245, 188, 83) 6%, rgb(255, 255, 255) 26%, rgb(255, 255, 254) 61%, rgb(243, 188, 62) 85%, rgb(243, 142, 62) 94%);
  padding: 10px;
  border-radius: 10px;
  /*background: rgb(199,2,2);*/
  /*background: linear-gradient(90deg, rgba(199,2,2,1) 2%, rgba(199,2,2,1) 21%, rgba(245,70,70,1) 56%, rgba(255,0,16,0.5060399159663865) 100%);*/
}

.new-dates-box.test .thedate {
  color: red;
}

.new-dates-box.test .theplace {
  color: #ff9a07;
  font-family: "Lato", Sans-serif;
}

.new-dates-box.test p {
  color: #fff;
}

/*@font-face {*/
/*    font-family: gh;*/
/*    src: url('/fonts/Gloria_Hallelujah/GloriaHallelujah-Regular.ttf');*/
/*}*/
/**/
#retreat-day3-row {
  background-image: url("/images/obrady/forrest.jpg");
  min-height: 400px;
  background-attachment: fixed;
}

#retreat-day3-row p {
  background-color: rgba(255, 255, 255, 0.9);
}

#retreat-day3-row blockquote {
  background-color: #fff;
}

#retreat-day3-row .font-just-me {
  color: #fff;
}

/********* Bwiti traadition *************************************/
.background-text-light-grey {
  background-color: #F4F4F4;
}

.background-text-light-okr {
  background-color: var(--okr-light);
}

.background-text-light-okr2 {
  background-color: var(--okr-light2);
}

.background-text-light-green {
  background-color: var(--iscz-light-green2);
}

.background-text-light-yellow {
  background-color: var(--iscz-light-yellow);
}

.background-text-light-yellow-2 {
  background-color: var(--iscz-light-yellow-2);
}

.background-text-light-blue {
  background-color: rgba(40, 133, 191, 0.15);
}

/*************************************** HEADER ************************************/
.header-bottom-row {
  max-width: 1200px;
  margin: auto;
  text-align: right;
  background-color: #fff;
}

.header-bottom-row .languages {
  padding: 5px;
}

.header-bottom-row .languages a {
  display: inline-block;
  clear: none;
  color: #6e6e6e;
  text-decoration: none;
}

.header-bottom-row a {
  color: rgb(153, 153, 153);
  text-decoration: none;
}

.header-bottom-row span.active {
  color: red;
  text-decoration: none;
}

.header-bottom-row a:hover {
  text-decoration: underline;
}

/*************** FOOTER ***********************/
.footer-links a, .footer-links li {
  color: #fff;
  font-size: 14px;
  padding: 5px 5px;
}

.footer-links a:hover {
  color: #ff933f !important;
}

.footer-links {
  margin-top: 10px;
}

.footer-links ul {
  margin: 0;
  padding: 0;
}

.footer-links li {
  list-style: none;
}

.footer-links hr {
  border: 1px solid #fff;
  display: block;
  margin-bottom: 3px;
}

/************************* retreat ****************************/
.pobyt-day-box {
  background: radial-gradient(ellipse 100% 7% at 50% 100%, rgba(55, 55, 55, 0.5) 200px, rgba(55, 55, 55, 0.1) 360px, white 380px);
}

.retreats-img-box {
  display: block;
  background: red;
  width: 100vw;
  height: 100vh;
}

/*************** ABOUT US **********************************/
#onas-nganga-img-box {
  display: block;
  min-height: 600px;
  background-image: url("/images/home/onas/moughenda-and-martin.jpg");
}

/************************** MEDICAL GUIDELINES ************************************/
.med-guidelines-box-reqs h3 {
  color: var(--iscz-brown2);
}

.block-reversae-red {
  background-color: red;
  color: #fff;
}

#medical-guidelines-img-box {
  display: block;
  min-height: 698px;
  background-image: url("/images/headers/medical-guidelines.jpg");
  background-repeat: no-repeat;
}

section.medical-guidelines-psychological div.row:nth-child(3) {
  padding-top: 20px;
}

section.medical-guidelines-psychological div.row:nth-child(4) {
  padding-top: 5px;
  background-color: #2e5e2f;
  color: #fff !important;
  font-weight: 700;
  font-size: 30px;
}

section.medical-guidelines-psychological .bg-img p {
  position: absolute;
  left: 600px;
  padding: 20px;
  top: 250px;
}

.medical-guidelines-psychological .bg-img h3 {
  color: #fff;
}

.medical-guidelines-psychological p {
  padding: 10px;
}

#img-box-top-med-guidelines blockquote {
  display: block;
  position: absolute;
  color: #fff;
  top: 100px;
  left: 30px;
  width: 460px;
  border-left: none;
  box-shadow: none;
  font-size: 26px;
  font-weight: 500;
}

.h-class-warning {
  color: #fff !important;
  background-color: red;
  padding-top: 3px;
  padding-bottom: 10px;
}

#medical-guidelines-img-box p {
  position: absolute;
  color: #fff;
  top: 50px;
  left: 700px;
}

#obrady-medical-guidelines-img-box {
  display: block;
  min-height: 300px;
  background-image: url("/images/obrady/test-med-guidelines.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
}

ul.lh-150 li {
  line-height: 140%;
}

@media only screen and (max-width: 64em) and (min-width: 20.01em) {
  .menu-main-menu-container {
    display: block;
    visibility: visible;
  }
}
#pobyty-list-overview {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

/*.font-s-blossom {*/
/*    font-family: Samble;*/
/*    font-size: 30px;*/
/*    color: #b81300;*/
/*}*/
/*.font-brillotus {*/
/*     font-family: Brillotus;*/
/*     font-size: 50px;*/
/*     color: #b81300;*/
/* }*/
.font-just-me {
  font-family: "Just Me Again Down Here", cursive;
  font-weight: 700;
}

.font-just-me-small {
  font-family: "Just Me Again Down Here", cursive;
  font-size: 30px;
  color: var(--dark-red);
  font-weight: 700;
}

.font-gh {
  font-family: gh;
  font-size: 50px;
  color: var(--dark-red);
}

.font-samble {
  font-family: Samble;
  font-size: 30px;
  color: var(--dark-red);
}

/***************************** RETREATS *******************************/
#pobyty-list-overview li {
  line-height: 200%;
}

#pobyty-list-overview li span {
  color: #46b105;
  font-weight: 900;
  font-size: 50px;
  font-family: Samble;
}

/* ================================ */
#iboga-benefits .col ol {
  background: red;
}

/* ******************* HOMEPAGE BOTTOM ************************ */
section.home-section-zivot-je-dar {
  background-color: #EBEBEB;
  color: red;
  font-family: "Lato", Sans-serif;
}

section.home-section-zivot-je-dar h1, section.home-section-zivot-je-dar h2 {
  color: red;
  font-weight: 900;
}

#homepage-bottom-3box-container {
  background-color: #EBEBEB;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 62px 0px 70px 0px;
  overflow: hidden;
}
#homepage-bottom-3box-container h2 {
  color: #242426;
  font-family: "Lato", Sans-serif;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0px;
}
#homepage-bottom-3box-container .box-kdo-jsme {
  position: relative;
  min-height: 650px;
}
#homepage-bottom-3box-container .box-kdo-jsme img {
  -o-object-fit: contain;
     object-fit: contain;
}
#homepage-bottom-3box-container .who-we-are-col-1 .box-kdo-jsme {
  background-color: rgba(151, 83, 40, 0.05);
  padding: 10px;
}
#homepage-bottom-3box-container .who-we-are-col-1 .box-kdo-jsme h2 {
  color: rgb(79, 41, 0);
}
#homepage-bottom-3box-container .who-we-are-col-1 .box-kdo-jsme img.photo {
  border: 6px solid #fff;
}
#homepage-bottom-3box-container .who-we-are-col-2 .box-kdo-jsme {
  background-color: rgba(151, 83, 40, 0.13);
  padding: 10px;
}
#homepage-bottom-3box-container .who-we-are-col-2 .box-kdo-jsme h2 {
  color: rgba(79, 41, 0, 0.92);
}
#homepage-bottom-3box-container .who-we-are-col-3 .box-kdo-jsme {
  background-color: rgba(151, 83, 40, 0.22);
  padding: 10px;
}
#homepage-bottom-3box-container .who-we-are-col-3 .box-kdo-jsme h2 {
  color: rgba(79, 41, 0, 0.85);
}
#homepage-bottom-3box-container .box-kdo-jsme .button-show-more {
  display: block;
  align-items: center;
  position: absolute;
  width: 100%;
  /*overflow: hidden;*/
  text-align: center;
  bottom: 10px;
}

.home-kdo-jsme-cell {
  display: table-cell;
  height: 100%;
}

.box-kdo-jsme:hover {
  background-color: rgba(151, 83, 40, 0.55);
}

.row-kdo-jsme {
  max-width: 1200px;
}

.site-content {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 40px;
}

.show-more-button.jet-button__plane-normal {
  background-color: red;
}

.row-show-more-button {
  bottom: 10px;
  position: absolute;
}

#home-parallax {
  background-image: url("/images/iboga/bwiti/bwiti-all-1200w.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 600px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 135px 0px 110px 0px;
  -widgets-spacing: 20px;
}

#home-parallax h2 {
  color: #FFFFFF;
  font-family: "Lato", Sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 2px;
}

#home-parallax p {
  color: #FFFFFF;
  font-family: "Lato", Sans-serif;
}

.page-header-bg {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 0 0 0 !important;
}

#iboga-index-page-header {
  background-image: url("/images/iboga/iboga-woods-header.jpg");
  background-repeat: no-repeat;
}

/**************************** IBOGA vs AYA **********************************/
#iboga-vs-aya-page-header {
  background-image: url("/images/iboga/iboga-banner-1200.jpg");
}

#iboga-vs-aya-page-pg-entheo {
  background-image: url("/images/iboga/iboga-vs-aya-entheogens.jpeg");
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 300px;
}

#iboga-vs-aya-page-pg-diet {
  background-image: url("/images/iboga/iboga-vs-aya-entheogens.jpeg");
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#iboga-vs-aya-food-reqs {
  color: #702903;
}

.box-bg-scrollaable {
  display: block;
  width: 100%;
  height: 200px;
  background-position: top;
  background-attachment: fixed;
}

#home-zijte-stastne-pic {
  min-height: 400px;
  width: 100%;
  display: block;
  background-image: url("/images/headers/live-happily-bg-1200.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  max-height: 500px;
  padding-left: 30px;
}

/**
GENERIC
 */
.circle {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 10px;
  background: #fff;
  border: 3px solid #000;
  color: #000;
  text-align: center;
  font: 32px Arial, sans-serif;
}

/******************************************************************
        W E B S I T E
******************************************************************/
/***************** M E D I C A L   G U I D E L I N E S *****************************/
#medical-quidelines-container .bg-container {
  background-color: var(--okr-light);
}

#medical-quidelines-container .bg-container-beige {
  background-color: var(--beige);
}

#img-box-top-med-guidelines {
  display: block;
  width: 1200px;
  height: 343px;
  background-image: url("/images/headers/medical-guidelines.jpeg");
  background-repeat: no-repeat;
  position: relative;
}

#img-box-top-med-guidelines h1 {
  position: absolute;
  left: 20px;
  top: 10px;
  color: #f1931b;
}

/*
XS
*/
.home-index-under-carousel {
  font-size: 80px;
}

footer {
  background: rgb(40, 23, 1);
  background: linear-gradient(96deg, rgb(40, 23, 1) 15%, rgb(131, 49, 10) 63%, rgb(176, 118, 4) 100%);
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/******************************************************************
        M O B I L E
 *****************************************************************/
/*media queries for small devices*/
@media screen and (max-width: 678px) {
  /*testimonials*/
  .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even) {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating {
    text-align: center;
    float: none;
  }
  .animation-element.slide-left.testimonial img {
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
}
/********************************** preparation *************************************************************
 */
.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #3b860f;
}

#ceremonies-preparation-mind-img-box {
  display: block;
  height: 300px;
  background-image: url("/images/obrady/pages/preparation/third-eye-woman-1200w.jpg");
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}

/*  HOME */
/*#home-zijte-stastne .container-fluid .stastne-half-col-bg-left {*/
/*    background-color: #000;*/
/*}*/
#home-stastne-left-col {
  min-height: 475px;
}

.menu-iboga-container {
  width: 73%;
  margin-top: 20px;
}

.menu-iboga-container a {
  text-transform: uppercase;
  font-family: "Lato", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
}

.menu-iboga-container a:hover {
  background-color: #A07A5A;
  color: #fff;
}

/**************************************************************/
.component {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  width: 750px;
  margin: 0 auto;
  padding: 3rem;
}

.component blockquote.quote {
  position: relative;
  text-align: center;
  padding: 1rem 1.2rem;
  width: 80%; /* create space for the quotes */
  color: #484748;
  margin: 1rem auto 2rem;
}

.component blockquote.EN {
  background: linear-gradient(to right, #039be5 4px, transparent 4px) 0 100%, linear-gradient(to left, #039be5 4px, transparent 4px) 100% 0, linear-gradient(to bottom, #039be5 4px, transparent 4px) 100% 0, linear-gradient(to top, #039be5 4px, transparent 4px) 0 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.component blockquote.DE {
  background: linear-gradient(to right, #039be5 4px, transparent 4px) 0% 0%, linear-gradient(to bottom, #039be5 4px, transparent 4px) 0% 0%, linear-gradient(to left, #039be5 4px, transparent 4px) 100% 100%, linear-gradient(to top, #039be5 4px, transparent 4px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# variable
# body
# hamburger section
# main menu body
# have submenu
# mobile responsive
 */
.humburger {
  width: 33px;
  height: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 40px;
  top: 30px;
  cursor: pointer;
  transition: 0.5s all ease-in;
  z-index: 5555;
}

.humburger:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #EC1C24;
  transform: scale(0);
  transition: 0.5s all ease-in;
  z-index: 1;
}

.humburger .line {
  height: 4px;
  width: 100%;
  background: #1f6b0c;
  display: flex;
  transition: 0.5s all ease-in;
  position: relative;
  z-index: 2;
}

.humburger .line:after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: white;
  width: 0;
  transition: 0.5s all ease-in-out;
  z-index: 1;
}

.humburger:hover:after {
  transform: scale(1.4);
}

.humburger:hover .line:after {
  width: 100%;
}

.humburger.open .line {
  background: white;
}

.humburger.open .line:nth-of-type(1) {
  transform: rotate(45deg);
  margin-top: 12px;
}

.humburger.open .line:nth-of-type(2) {
  transform: rotate(-45deg);
  margin-top: -13px;
}

.humburger.open .line:nth-of-type(3) {
  visibility: hidden;
  opacity: 0;
}

.menu_body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 100vh;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  transform: translateX(100%);
  transition: 0.5s all ease;
}

.menu_body.open {
  transform: translateX(0);
}

.menu_body__item_wrapper {
  padding: 40px 40px 40px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.menu_body__item_wrapper .menu_list {
  list-style: none;
  width: 100%;
  padding: 0 0 0 0;
}

.menu_body__item_wrapper .menu_list li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 55px;
}

.menu_body__item_wrapper .menu_list li:last-child {
  margin-bottom: 0;
}

.menu_body__item_wrapper .menu_list li a {
  color: white;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  transition: 0.5s all ease;
}

.menu_body__item_wrapper .menu_list li a:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  width: 0;
  bottom: 0;
  background: #EC1C24;
  transition: 0.5s all ease;
}

.menu_body__item_wrapper .menu_list li a:hover:after {
  width: 100%;
}

.menu_body__item_wrapper .menu_list li.has_child .sub-menu {
  position: absolute;
  background: black;
  list-style: none;
  padding: 30px;
  left: unset;
  top: 0;
  right: 100%;
  min-width: 135px;
  opacity: 0;
  visibility: hidden;
}

.menu_body__item_wrapper .menu_list li.has_child .sub-menu li {
  padding-left: 0;
  margin-bottom: 15px;
}

.menu_body__item_wrapper .menu_list li.has_child .sub-menu li a:after {
  display: none;
}

.menu_body__item_wrapper .menu_list li.has_child:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  body .menu_body {
    width: 100%;
  }
  body .menu_body__item_wrapper .menu_list li.has_child {
    position: relative;
  }
  body .menu_body__item_wrapper .menu_list li.has_child a {
    position: relative;
  }
  body .menu_body__item_wrapper .menu_list li.has_child a:after {
    content: "+";
    color: white;
    left: calc(100% + 25px);
    position: absolute;
    top: 0;
    width: 0;
  }
  body .menu_body__item_wrapper .menu_list li.has_child .sub-menu {
    position: relative;
    background: transparent;
    list-style: none;
    padding: 0;
    left: unset;
    top: unset;
    right: unset;
    min-width: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
    padding-left: 25px;
    display: none;
  }
}
/*!* -- create the quotation marks -- *!*/
/*.component blockquote.quote:before,*/
/*.component blockquote.quote:after{*/
/*    font-family: FontAwesome;*/
/*    position: absolute;*/
/*    color: #039be5;*/
/*    font-size: 34px;*/
/*}*/
/*.component blockquote.EN:before{*/
/*    content: "\f10d";*/
/*    top: -12px;*/
/*    margin-right: -20px;*/
/*    right: 100%;*/
/*}*/
/*.component blockquote.EN:after{*/
/*    content: "\f10e";*/
/*    margin-left: -20px;*/
/*    left: 100%;*/
/*    top: auto;*/
/*    bottom: -20px;*/
/*}*/
/*.component blockquote.DE:before{*/
/*    content: "\f10e";*/
/*    margin-right: -20px;*/
/*    bottom: -20px;*/
/*    right: 100%;*/
/*}*/
/*.component blockquote.DE:after{*/
/*    content: "\f10d";*/
/*    margin-left: -20px;*/
/*    left: 100%;*/
/*    top: -20px;*/
/*    bottom: auto;*/
/*}*/
/*.zitat1 {*/
/*    position: relative;*/
/*    font-family: 'Verdana', serif;*/
/*    font-size: 2.4em;*/
/*    line-height: 1.5em;*/
/*}*/
/*.zitat1 cite {*/
/*    font-family: 'Verdana', sans-serif;*/
/*    font-size: 0.6em;*/
/*    font-weight: 700;*/
/*    color: #bdbec0;*/
/*    float: right;*/
/*}*/
/*.zitat1 cite:before {*/
/*    content: '\2015'' ';*/
/*}*/
/*.zitat1:after {*/
/*    content: '\201d';*/
/*    position: absolute;*/
/*    top: 0.28em;*/
/*    right: 0px;*/
/*    font-size: 6em;*/
/*    font-style: italic;*/
/*    color: #bdbec0;*/
/*    z-index: -1;*/
/*}*/
/*.sidekick {*/
/*    position: relative;*/
/*    padding-left: 1em;*/
/*    border-left: 0.2em solid #039be5;*/
/*    font-family: 'Roboto', serif;*/
/*    font-size: 2.4em;*/
/*    line-height: 1.5em;*/
/*    font-weight: 100;*/
/*}*/
/*.sidekick:before, .sidekick:after {*/
/*    font-family: Calibri;*/
/*    color: #039be5;*/
/*    font-size: 34px;*/
/*}*/
/*.sidekick:before {content: '\201e'}*/
/*.sidekick:after {content: '\201c';}*/
/*.sidekick cite {font-size: 50%; text-align:center; top:50%}*/
/*.sidekick cite:before {content: ' \2015 '}*/
/* FEEDBACKS */
#feedbacks {
  background-color: #fff;
}
#feedbacks .feedback {
  margin-top: 20px;
  border-radius: 15px;
  padding: 20px;
}
#feedbacks .feedback-1 {
  background-color: #ffebe3;
}
#feedbacks .feedback-2 {
  background-color: #ffebbb;
}
#feedbacks .feedback-3 {
  background-color: #fff1d7;
}
#feedbacks .feedback-4 {
  background-color: #f3e6d7;
}
