.modal-header {
  border: none;
}
.modal-footer {
  border: none;
}
.modal-content > .close {
  padding: 20px;
}
.modal.modal-small .modal-dialog {
  width: 800px;
}
@media (max-width: 860px) {
  .modal.modal-small .modal-dialog {
    width: calc(100% - 20px);
    margin: 10px;
  }
}
.modal.modal-with-img .modal-body > span.title {
  color: #b22e39;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  font-size: 24px;
  text-align: center;
}
.modal.modal-with-img .modal-body > div {
  width: 100%;
  float: left;
  text-align: justify;
}
.modal.modal-with-img .modal-body > div img {
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  max-width: calc(30% - 20px);
  height: auto;
  width: auto;
  float: left;
}
@media (max-width: 480px) {
  .modal.modal-with-img .modal-body > div img {
    max-width: 100%;
    margin-right: 0;
  }
}
.modal.modal-white .modal-content > * {
  color: #533c34;
}
.modal.modal-white .modal-body {
  padding: 20px 40px;
}
.modal.modal-white .modal-header {
  padding: 60px 40px 20px 40px;
}
.modal.modal-white .modal-header h4 {
  font-size: 34px;
}
.modal.modal-white .modal-footer {
  padding: 20px 40px 60px 40px;
}
.modal.modal-white .modal-footer .modal-buttons {
  text-align: left;
}
.modal.modal-white .modal-footer .modal-buttons > div {
  width: 50%;
  float: left;
}
@media (max-width: 480px) {
  .modal.modal-white .modal-footer .modal-buttons > div {
    width: 100%;
    text-align: center;
  }
}
.modal.modal-white .modal-footer .modal-buttons > div > span {
  margin: 0 auto 20px auto;
  display: block;
}
.modal.modal-white .modal-footer .modal-buttons > div > input {
  margin: 0 auto;
  display: block;
}
@media (max-width: 480px) {
  .modal.modal-white .modal-footer .modal-buttons > div button {
    float: none;
  }
}

@media (min-width: 1250px) {
  .modal-dialog {
    width: 1232px;
  }
}
@media (max-width: 1250px) {
  .modal-dialog:not(.modal-dialog-login) {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}
#euni-spinner {
  position: fixed;
  bottom: 10%;
  left: -1px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 4px 4px 0;
  width: 150px;
  height: 40px;
  display: none;
  padding-left: 40px;
  z-index: 999;
}
#euni-spinner span {
  height: 40px;
  float: left;
  line-height: 40px;
  font-size: 15px;
  color: #533c34;
}
#euni-spinner svg {
  width: 30px;
  fill: #b22e39;
  margin-left: 3px;
  height: auto;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
#euni-spinner svg path:nth-child(3),
#euni-spinner svg path:nth-child(4),
#euni-spinner svg path:nth-child(5),
#euni-spinner svg path:nth-child(6) {
  animation: loader 2.5s infinite alternate;
  -webkit-animation: loader 2.5s infinite alternate;
  -moz-animation: loader 2.5s infinite alternate;
}
#euni-spinner svg path:nth-child(4) {
  animation-delay: 0.5s;
}
#euni-spinner svg path:nth-child(5) {
  animation-duration: 1.5s;
}
#euni-spinner svg path:nth-child(6) {
  animation-duration: 2s;
}

@-webkit-keyframes loader {
  0% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader {
  0% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
form .slider-horizontal {
  margin: 20px 10px;
}
@media (max-width: 420px) {
  form .slider-horizontal {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
form .slider-selection.tick-slider-selection {
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-color: #b22e39;
  box-shadow: 0px 0px 1px;
}
form .slider-selection.tick.in-selection {
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-color: #b22e39;
}
form .slider-track {
  background-image: none;
  background-color: #c76e75;
}
form .slider-tick {
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-color: #ffffff;
  opacity: 1;
  box-shadow: 0px 0px 1px;
}
form .slider-tick.in-selection {
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-color: #ffffff;
}
form .slider-handle {
  background-image: linear-gradient(to bottom, #b0202b, #ff2e3f);
  background-color: #ffffff;
}
form .slider-value {
  display: inline-block;
  font-size: 3em;
}
form .slider-value-double {
  width: 74px;
  font-size: 25px;
  text-align: center;
}
@media (max-width: 420px) {
  form .slider-value {
    width: 100%;
  }
}
form .info {
  float: left;
  width: 100%;
  font-size: small;
  padding: 5px 0 10px 0;
}

.inconsent {
  color: #533c34;
}

.cookies-setting {
  width: 100%;
  color: #6a6a6a !important;
  text-align: center;
  font-size: 14px !important;
  opacity: 0.8;
}

.banners {
  position: absolute;
  width: calc((100% - 1240px) / 2);
  /* body 1200px */
  top: 880px;
  padding: 0 5px;
  z-index: 8;
}
@media (max-width: 1280px) {
  .banners {
    display: none;
  }
}
.banners.left-banners {
  left: 10px;
}
.banners.left-banners .banner {
  float: right;
}
.banners.right-banners {
  right: 10px;
}
.banners.right-banners .banner {
  float: left;
}
.banners .banner {
  min-height: 50px;
  width: 100%;
  max-width: 380px;
  margin-bottom: 20px;
  overflow: hidden;
}
.banners .banner .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.banners .inzerce {
  font-size: 11px;
  position: absolute;
  vertical-align: top;
  margin-top: -20px;
  left: 15px;
}

/*
* BANNER IN BODY
 */
.right-column-banners .banner {
  margin-bottom: 30px;
}

/*
* POPUP BANNER
*/
div[id^=banner-] a {
  cursor: progress;
}

.banner-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 10px solid #b22e3a;
  background: #ffffff;
  z-index: 99999;
  padding: 15px;
  color: #533c34;
}
.banner-popup .banner-popup-content {
  float: left;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.wrapper-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper-popup .close {
  position: fixed;
  top: 8%;
  right: 9.5%;
  background: #b22e3a;
  opacity: 1;
  width: 25px;
  height: 25px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 25px;
  z-index: 999999;
  font-size: 21px;
}

.footer {
  min-height: 82px;
  width: 100%;
  float: left;
  padding: 30px;
}
.footer a {
  color: #6a6a6a;
  float: left;
}
.footer span.line {
  width: 2px;
  border-right: 1px solid #ffffff;
  margin: 2px 19px 0 20px;
  float: left;
  height: 20px;
}
.footer .footer-bottom {
  margin-bottom: 20px;
}
.footer .footer-bottom .onesignal-reset {
  color: #6a6a6a;
  font-size: 16px;
  font-family: inherit;
  margin: 0;
}
.footer .footer-bottom, .footer .footer-personal-data {
  float: left;
  width: 100%;
  text-align: center;
  color: #6a6a6a;
  padding: 2px 0;
  font-size: 16px;
}
.footer .footer-bottom a, .footer .footer-personal-data a {
  float: none;
  color: #6a6a6a;
  font-size: 16px;
}
.footer .footer-bottom a:hover, .footer .footer-personal-data a:hover {
  text-decoration: underline;
}
.footer .central-div {
  width: 100%;
}

@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/raleway/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.box-wrapper {
  text-align: center;
}
.box-wrapper .box-items {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 800px) {
  .box-wrapper .box-items {
    flex-direction: column;
    height: 1200px;
  }
}
.box-wrapper .box-items .box-item {
  flex: 33.33333%;
  padding: 0 10px;
}
@media (max-width: 800px) {
  .box-wrapper .box-items .box-item {
    padding: 20px 0;
  }
}
.box-wrapper .box-items .box-item > a, .box-wrapper .box-items .box-item > a:focus, .box-wrapper .box-items .box-item > a:visited {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: none;
}
.box-wrapper .box-items .box-item > a .img, .box-wrapper .box-items .box-item > a:focus .img, .box-wrapper .box-items .box-item > a:visited .img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 67.25%;
  text-align: left;
}
.box-wrapper .box-items .box-item > a .img img, .box-wrapper .box-items .box-item > a:focus .img img, .box-wrapper .box-items .box-item > a:visited .img img {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
}
.box-wrapper .box-items .box-item > a span, .box-wrapper .box-items .box-item > a:focus span, .box-wrapper .box-items .box-item > a:visited span {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
  text-align: center;
  padding: 5px;
  font-size: 20px;
  color: #b22e39;
}
.box-wrapper h2 {
  padding: 10px;
  margin: 17px auto 37px auto;
  display: inline-block;
  color: #b22e39;
  font-size: 40px;
  width: auto;
}
@media (max-width: 800px) {
  .box-wrapper h2 {
    overflow: visible;
    height: 82px;
  }
}
@media (max-width: 520px) {
  .box-wrapper h2 {
    font-size: 27px;
  }
}
.box-wrapper h2 img {
  width: 72px;
  height: 72px;
  margin: -10px 10px 0 0;
}
.box-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.box-carousel-slide {
  padding-bottom: 30px;
}
.box-carousel-slide .img {
  background: url(/imgs/eunicz/public/circle.png) center no-repeat;
  width: 220px;
  height: 220px;
  margin: 0 auto 50px auto;
  position: relative;
}
.box-carousel-slide .img img {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-carousel-slide .text {
  font-family: "Raleway", "Open Sans", sans-serif;
  font-style: italic;
  font-size: 28px;
  color: #533c34;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  min-height: 200px;
  overflow: hidden;
}
.box-carousel .owl-carousel .owl-controls {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  left: 0;
  bottom: auto;
  margin: 0;
}
.box-carousel .owl-carousel .owl-pagination {
  display: none;
}
.box-carousel .owl-carousel .owl-buttons > div {
  text-indent: -9999px;
  width: 56px;
  height: 120px;
  background: url(/imgs/eunicz/public/arr-next.png) center no-repeat !important;
  position: absolute;
  top: calc(50% - 120px);
}
.box-carousel .owl-carousel .owl-buttons .owl-prev {
  left: 0;
}
.box-carousel .owl-carousel .owl-buttons .owl-next {
  right: 0;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .tooltipster-base {
  pointer-events: auto;
}

a * {
  pointer-events: none;
}

.nav-buttons {
  width: 100%;
  display: block;
  margin: 10px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-buttons > * {
  width: 188px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 2px;
  margin: 10px auto;
  background: #b22e39;
  color: #ffffff;
  border: 1px solid #b22e39;
}
.nav-buttons > *:hover {
  opacity: 0.7;
  color: #ffffff;
}
.nav-buttons > *:last-of-type {
  background: #ffffff;
  color: #b22e39;
  border: 1px solid #b22e39;
}
.nav-buttons > *:last-of-type:hover {
  color: #b22e39;
}

.statictext-edit-button, .statictext-edit-button:hover {
  border: 1px solid #c9c9c9;
  color: #333;
  padding: 2px 6px;
  font: normal normal 13px/1.55 Tahoma, sans-serif;
  height: 25px;
  width: 25px;
  white-space: nowrap;
  z-index: 30000;
  opacity: 0.9;
  transition: opacity 0.2s;
  will-change: opacity, top, left;
  border-radius: 3px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  background-color: #edeae0;
  display: none;
}
.statictext-edit-button i, .statictext-edit-button:hover i {
  color: #db7424;
  margin-right: 5px;
}

/*# sourceMappingURL=public.css.map */
