@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/all.min.css);
@import url('//fonts.googleapis.com/css?family=Roboto:400,500,700,900&subset=latin-ext');
@import url('//fonts.googleapis.com/css?family=Raleway:500,700,900&subset=latin-ext');
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bgs {
  -webkit-background-size: cover;
  background-size: cover;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 800;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #72c4be;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #614c99;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 114px;
}
.wrap {
  margin: 0 auto;
  max-width: 1100px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1120px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  color: #ffffff !important;
  padding: 20px 40px;
  display: inline-block;
  background-color: #EE2724;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  height: auto !important;
  line-height: 20px !important;
  font-weight: bold;
}
@media all and (min-width: 990px) and (max-width: 1120px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .button {
    font-size: 16px;
  }
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  margin-left: 11px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 20px !important;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #F5A3C7;
}
.button:hover .fa {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #111 !important;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #72c4be !important;
}
.button--inverse {
  background: none !important;
  color: #72c4be !important;
  text-decoration: none;
  border: 2px solid #72c4be;
}
.button--inverse:hover {
  border-color: #614c99;
  color: #ffffff !important;
  background: #614c99 !important;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 70px 0;
}
@media all and (min-width: 990px) and (max-width: 1120px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block-top {
  padding-left: 20px;
  border-left: 4px solid #000000;
  margin-bottom: 30px;
  *zoom: 1;
}
.block-top:before,
.block-top:after {
  content: "";
  display: table;
}
.block-top:after {
  clear: both;
}
.block-top .uptitle {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.block-top h2 {
  margin: 0 !important;
  color: #72c4be;
  font-size: 25px;
  line-height: 31px;
}
.block-top__meta {
  color: #c1cad1;
  display: block;
  margin-top: 4px;
}
.block__info {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.block__info:after {
  content: "";
  height: 2px;
  background-color: #72c4be;
  width: 70px;
  display: block;
  right: -90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block__title {
  font-size: 56px;
  line-height: 62px;
  margin-bottom: 10px;
  /*font-family: 'Raleway';
  font-weight: 900;*/
  font-weight: 700;
  color: #EE2724;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.block__title strong {
  color: #614c99;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  height: 400px !important;
}
.main > .wrap {
  min-height: 300px;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 70px;
  line-height: 76px;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media all and (min-width: 990px) and (max-width: 1120px), all and (min-width: 768px) and (max-width: 989px) {
  .main h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media all and (max-width: 767px) {
  .main h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
  }
}
.main h2 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.main h3 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #72c4be;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  padding-left: 20px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 1px;
  color: transparent;
  background-color: #007dad;
  background-image: -webkit-gradient(linear, left top, right top, from(#007dad), to(#00aeb4));
  background-image: -webkit-linear-gradient(left, #007dad, #00aeb4);
  background-image: -moz-linear-gradient(left, #007dad, #00aeb4);
  background-image: -ms-linear-gradient(left, #007dad, #00aeb4);
  background-image: -o-linear-gradient(left, #007dad, #00aeb4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-weight: bold;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 16px;
  margin: 10px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #72c4be;
}
.main table {
  margin: 30px 0;
  width: 100% !important;
  border-collapse: collapse;
  border-color: #f1f1f1;
}
.main table tr {
  background-color: #ffffff !important;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 6px 14px;
  background-color: #72c4be;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 6px 14px;
  color: #000000;
  border: 1px solid #f0f0f0;
  font-weight: 500;
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main ul.gallery,
.main .ngg-galleryoverview {
  *zoom: 1;
  margin-top: 40px;
}
.main ul.gallery:before,
.main .ngg-galleryoverview:before,
.main ul.gallery:after,
.main .ngg-galleryoverview:after {
  content: "";
  display: table;
}
.main ul.gallery:after,
.main .ngg-galleryoverview:after {
  clear: both;
}
.main ul.gallery > li,
.main .ngg-galleryoverview > li,
.main ul.gallery .ngg-gallery-thumbnail-box,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box {
  text-align: left;
  width: 23.02%;
  margin-right: 2.63%;
  margin-bottom: 20px;
  float: left;
  padding-left: 0 !important;
}
@media all and (max-width: 500px) {
  .main ul.gallery > li,
  .main .ngg-galleryoverview > li,
  .main ul.gallery .ngg-gallery-thumbnail-box,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 48.68% !important;
  }
}
.main ul.gallery > li:nth-child(4n+4),
.main .ngg-galleryoverview > li:nth-child(4n+4),
.main ul.gallery .ngg-gallery-thumbnail-box:nth-child(4n+4),
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(4n+4) {
  margin-right: 0;
}
.main ul.gallery > li a,
.main .ngg-galleryoverview > li a,
.main ul.gallery .ngg-gallery-thumbnail-box a,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a {
  display: block;
  overflow: hidden;
  position: relative;
}
.main ul.gallery > li a:after,
.main .ngg-galleryoverview > li a:after,
.main ul.gallery .ngg-gallery-thumbnail-box a:after,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  content: "";
  z-index: 1;
}
@media all and (max-width: 767px) {
  .main ul.gallery > li a:after,
  .main .ngg-galleryoverview > li a:after,
  .main ul.gallery .ngg-gallery-thumbnail-box a:after,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:after {
    display: none !important;
  }
}
.main ul.gallery > li a:before,
.main .ngg-galleryoverview > li a:before,
.main ul.gallery .ngg-gallery-thumbnail-box a:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
@media all and (max-width: 767px) {
  .main ul.gallery > li a:before,
  .main .ngg-galleryoverview > li a:before,
  .main ul.gallery .ngg-gallery-thumbnail-box a:before,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:before {
    display: none !important;
  }
}
.main ul.gallery > li:nth-child(4n+4),
.main .ngg-galleryoverview > li:nth-child(4n+4),
.main ul.gallery .ngg-gallery-thumbnail-box:nth-child(4n+4),
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(4n+4) {
  margin-right: 0 !important;
}
@media all and (max-width: 500px) {
  .main ul.gallery > li:nth-child(even),
  .main .ngg-galleryoverview > li:nth-child(even),
  .main ul.gallery .ngg-gallery-thumbnail-box:nth-child(even),
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(even) {
    margin-right: 0 !important;
  }
}
.main ul.gallery > li:before,
.main .ngg-galleryoverview > li:before,
.main ul.gallery .ngg-gallery-thumbnail-box:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:before {
  display: none !important;
}
.main ul.gallery > li a:hover,
.main .ngg-galleryoverview > li a:hover,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.main ul.gallery > li a:hover:after,
.main .ngg-galleryoverview > li a:hover:after,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover:after,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover:after,
.main ul.gallery > li a:hover:before,
.main .ngg-galleryoverview > li a:hover:before,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover:before {
  display: block;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery br {
  display: none !important;
}
.main .gallery-item {
  margin-right: 0.90%;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  position: relative;
  width: 24.32% !important;
}
.main .gallery-item:nth-of-type(4n+4) {
  margin-right: 0 !important;
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  display: none;
  content: "";
  z-index: 1;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "";
  background: url(../images/icon-zoom.svg) center center no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  display: block;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main input[type=number],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  font-family: 'Roboto';
  padding: 0 20px;
  color: #000000;
  border: 2px solid #aaa;
  font-size: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.main textarea {
  padding: 20px;
  height: 210px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  background: none #EE2724;
  border: none;
  color: #ffffff;
  font-family: 'Roboto';
  height: 50px;
  padding: 0 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  display: block;
  margin: 40px auto 0 auto;
}
.main input[type=submit]:hover {
  background-color: #F5A3C7;
}
.main .rowex {
  *zoom: 1;
  padding: 10px 0;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul li {
  padding-left: 0;
}
.main .noul li:before {
  display: none;
}
.colored {
  color: #72c4be;
}
.mt10 {
  margin-top: 10px !important;
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}
.showcase {
  background: url(../images/intro_imag2025.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  margin-bottom: 340px;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase {
    margin-bottom: 192px;
  }
}
.showcase .wrap {
  height: 1200px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase .wrap {
    height: 300px;
  }
}
.showcase .date {
  font-family: 'Raleway';
  font-weight: 900;
  position: absolute;
  font-size: 110px;
  line-height: 120px;
  display: block;
  bottom: 100px;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase .date {
    font-size: 40px;
    line-height: 46px;
    bottom: 59px;
  }
}
.showcase .place {
  font-family: 'Raleway';
  font-weight: 700;
  position: absolute;
  font-size: 45px;
  line-height: 55px;
  display: block;
  bottom: -160px;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase .place {
    font-size: 20px;
    line-height: 26px;
    bottom: -76px;
  }
}
.showcase > .triangle {
  margin-left: 0;
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-left: 200px solid #614c99;
  left: 0;
  bottom: -200px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase > .triangle {
    display: none;
  }
}
.triangle {
  position: absolute;
  bottom: -300px;
  left: 50%;
  right: 0;
  margin-left: -600px;
  width: 0;
  height: 0;
  border-left: 600px solid transparent;
  border-right: 600px solid transparent;
  border-top: 600px solid #72c4be;
  mix-blend-mode: multiply;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .triangle {
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 300px solid #72c4be;
    margin-left: -300px;
    bottom: -150px;
  }
}
.showcase-wrap {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.about {
  background-color: #eee;
  position: relative;
}
.about > .wrap {
  padding-bottom: 50px;
}
.about .triangle {
  margin-left: 0;
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-right: 200px solid #614c99;
  right: 0;
  bottom: auto;
  top: -200px;
}
.about__meta {
  font-size: 23px;
  line-height: 30px;
  margin-top: 30px;
}
@media all and (max-width: 700px) {
  .about__meta {
    line-height: 23px;
  }
}
.about__meta .divider {
  margin: 0 10px;
}
@media all and (max-width: 700px) {
  .about__meta .divider {
    display: block;
    font-size: 0;
  }
}
.about__meta strong {
  position: relative;
}
.only {
  font-size: 16px;
  background-color: #72c4be;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  width: 100px;
  display: block;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  top: -34px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  z-index: 3;
  font-weight: bold;
}
.only span {
  display: block;
}
.speekers {
  position: relative;
  z-index: 1;
}
.speakerlist {
  margin-top: 60px;
  font-size: 0;
}
@media all and (max-width: 767px) {
  .speakerlist {
    margin-top: 28px;
  }
}
.speakerlist .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .speakerlist .item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .speakerlist .item {
    width: 100%;
    display: block;
  }
}
.speakerlist .linkbutton {
  width: 150px;
  height: 37px;
  background: url(../images/linkbutton.png) 0 0 no-repeat;
  -webkit-background-size: 150px 37px;
  background-size: 150px 37px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.speakerlist .linkbutton:hover {
  opacity: 0.7;
}
.speakerlist .item__name {
  color: #72c4be;
  font-family: 'Raleway';
  font-weight: 900;
  font-size: 27px;
  line-height: 34px;
}
.speakerlist .item__name span {
  vertical-align: super;
  font-size: 13px;
}

.speakerlist .item__position {
  display: block;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 22px;
}
@media all and (max-width: 767px) {
  .speakerlist .item__position {
    height: auto !important;
  }
}
.speakerlist .item__img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
#program {
  z-index: 2;
}
#program > .wrap {
  padding-bottom: 0;
}
.program {
  position: relative;
  background: url(../images/people.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.program .wrap {
  min-height: 300px;
}
.program .triangle {
  margin-left: 0;
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-left: 200px solid #72c4be;
  left: 0;
  top: -200px;
}
@media all and (max-width: 767px) {
  .program .triangle {
    display: none;
  }
}
.block-button > .wrap {
  padding-bottom: 0;
}
.mt30 {
  margin-top: 30px;
}
.programlist {
  width: 100%;
  margin: 40px auto 0 auto;
}
.programlist .item {
  position: relative;
  padding-bottom: 40px;
  padding-top: 0;
  min-height: 80px;
  *zoom: 1;
}
.programlist .item:before,
.programlist .item:after {
  content: "";
  display: table;
}
.programlist .item:after {
  clear: both;
}
.programlist .item.pt25 {
  padding-top: 25px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .programlist .item.pt25 {
    padding-top: 0;
  }
}
.programlist .item.pt25 .item__time {
  position: relative;
  top: -10px;
}
.programlist .item.pt12 {
  padding-top: 12px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .programlist .item.pt12 {
    padding-top: 0;
  }
}
.programlist .item.pt12 .item__time {
  position: relative;
  top: -2px;
}
.programlist .item:after {
  content: "";
  width: 2px;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #25c2e1;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .programlist .item:after {
    display: none !important;
  }
}
.programlist .item.afb {
  padding-bottom: 0;
}
.programlist .item.afb:after {
  bottom: initial;
  top: -20px;
}
.programlist .item.afp {
  padding-bottom: 40px;
}
.programlist .item.afp:before {
  content: "";
  width: 2px;
  position: absolute;
  height: 100%;
  bottom: -6px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #25c2e1;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .programlist .item.afp:before {
    display: none !important;
  }
}
.programlist .cl {
  clear: both;
  height: 1px;
  width: 100%;
  display: block;
}
.programlist .item__img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  z-index: 1;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .programlist .item__img {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.programlist .item__time {
  color: #25c2e1;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Raleway';
  font-weight: 900;
  text-align: right;
  width: 50%;
  float: left;
  padding-right: 80px;
  position: relative;
  top: 10px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .programlist .item__time {
    float: none;
    padding-right: 0;
    text-align: center;
    top: 0 !important;
    width: 100%;
  }
}
.programlist .item__text {
  text-align: left;
  float: left;
  width: 50%;
  padding-left: 80px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .programlist .item__text {
    float: none;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
.programlist .item__text strong.colored {
  display: block;
  margin-bottom: 10px;
}
.programlist .item__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.programlist .item__title span {
  font-size: 13px;
  vertical-align: super;
}
.programlist p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.program__text {
  margin-top: 50px;
}
.program__text p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
@media all and (max-width: 500px) {
  .program__text p br {
    display: none;
  }
}
#registrace {
  z-index: 2;
}
#cfrm,
#gate {
  
}
@media all and (max-width: 450px) {
  #cfrm,
  #gate {
    
  }
}
.line {
  height: 1px;
  width: 100%;
  display: block;
  margin: 40px 0;
  border-bottom: 2px dashed #aaa;
}
.cfrm__top {
  position: relative;
  padding-left: 150px;
  padding-top: 21px;
}
@media all and (max-width: 650px) {
  .cfrm__top {
    padding-left: 0;
    padding-top: 0;
  }
}
.cfrm__count {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  font-size: 17px;
}
@media all and (max-width: 650px) {
  .cfrm__count {
    position: relative;
    margin: 0 auto;
  }
}
.cfrm__count .labelex {
  display: block;
  margin-bottom: 4px;
  text-align: left;
}
#pocet {
  font-size: 22px;
}
.ztabs__content {
  display: none;
  margin-top: 40px;
}
.ztabs__content.active {
  display: block;
}
.ztabs__menu {
  text-align: center;
  font-size: 0;
  display: none;
}
.ztabs__menu li {
  margin: 20px;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 650px) {
  .ztabs__menu li {
    display: block;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 650px) {
  .ztabs__menu li + li {
    margin-top: 0;
  }
}
.ztabs__menu a {
  color: #000000;
  text-decoration: none;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  font-weight: bold;
  padding-left: 40px;
}
@media all and (max-width: 650px) {
  .ztabs__menu a {
    font-size: 16px;
    line-height: 24px;
  }
}
.ztabs__menu a:hover {
  color: #000000;
  text-decoration: none;
}
.ztabs__menu a .far,
.ztabs__menu a .fas,
.ztabs__menu a .fa {
  color: #cdcdcd;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.ztabs__menu a.active .far,
.ztabs__menu a:hover .far,
.ztabs__menu a.active .fas,
.ztabs__menu a:hover .fas,
.ztabs__menu a.active .fa,
.ztabs__menu a:hover .fa {
  color: #614c99;
}
#gallery {
  position: relative;
  z-index: 1;
}
.liftlist {
  font-size: 14px;
  line-height: 20px;
}
.liftlist p {
  font-size: 14px;
  line-height: 20px;
}
.liftlist .fitem {
  position: relative;
  *zoom: 1;
  padding: 40px;
  background-color: #f3f3f3;
  margin-bottom: 40px;
}
.liftlist .fitem:before,
.liftlist .fitem:after {
  content: "";
  display: table;
}
.liftlist .fitem:after {
  clear: both;
}
.liftlist .fitem:nth-child(3) {
  margin-right: 0;
}
.liftlist input[type="submit"] {
  margin: 0 !important;
  max-width: 100%;
  display: block;
  width: 100%;
}
.liftlist .item__category {
  color: #72c4be;
  font-size: 18px;
  line-height: 24px;
}
.fitem__text {
  float: left;
  width: 65%;
  margin-right: 5%;
}
@media all and (max-width: 767px) {
  .fitem__text {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.formagge {
  float: left;
  width: 30%;
}
@media all and (max-width: 767px) {
  .formagge {
    width: 100%;
    float: none;
  }
}
.formagge input,
.formagge textarea {
  font-size: 14px !important;
}
.formagge__title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
#lift .wrap {
  z-index: 9;
}
.subtitle {
  display: block;
  margin-top: 20px;
}
.daylist {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.daylist h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 900;
}
.after__text {
  clear: both;
  padding: 30px 0;
  position: relative;
}
@media all and (max-width: 500px) {
  .after__text {
    padding: 0;
  }
}
.after__text p {
  font-size: 26px;
  line-height: 32px;
}
.workshops {
  clear: both;
  padding: 30px 0;
  position: relative;
}
@media all and (max-width: 500px) {
  .workshops {
    padding: 0;
  }
}
.workshops__title {
  color: #25c2e1;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 20px;
}
.workshops__title span {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
}
.workshoplist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.workshoplist .item {
  position: relative;
  width: 33.33%;
  padding: 0 10px 60px 10px;
  text-align: center;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .workshoplist .item {
    width: 100%;
    padding: 0 0 50px 0;
    text-align: center;
  }
}
.workshoplist .item__staff {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: 400;
  font-size: 15px;
}
.workshoplist .item__img {
  width: 80px;
  height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
  z-index: 1;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .workshoplist .item__img {
    margin: 10px auto;
  }
}
.workshoplist .item__imgs {
  font-size: 0;
  text-align: center;
}
.workshoplist .item__imgs .item__img {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.workshoplist .item__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.workshoplist .item__title span {
  font-size: 13px;
  vertical-align: super;
}
.workshoplist .item__height {
  display: block;
}
.workshoplist p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.workshoplist p strong {
  display: block;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .workshoplist p strong {
    height: auto !important;
  }
}
.workshoplist .button.smaller {
  padding: 10px 20px;
  font-size: 13px;
  margin-top: 10px;
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  max-width: 350px;
}
@media all and (max-width: 500px) {
  .workshoplist .button.smaller {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.winners__title {
  text-align: center;
  font-size: 40px;
  line-height: 46px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .winners__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.winnerslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .winnerslist {
    display: block;
  }
}
.winnerslist .item {
  width: 33.33%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .winnerslist .item {
    width: 100%;
    margin: 30px 0;
  }
}
.winnerslist .item__img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.winnerslist .item__name {
  font-size: 20px;
  line-height: 26px;
  color: #72c4be;
  margin-bottom: 10px;
}
@media all and (max-width: 500px) {
  .programlist.item__2 {
    margin-top: 0;
  }
}
.fak__button .button {
  background-color: #72c4be !important;
}
.fak__button .button:hover {
  background-color: #614c99 !important;
}
.but {
  text-align: center;
}
@media all and (max-width: 767px) {
  .but .button {
    padding: 10px;
    font-size: 14px;
  }
}
@media all and (max-width: 550px) {
  .but .button {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}
.but .button + .button {
  margin-left: 14px;
}
/* Cookies */
.freeprivacypolicy-com---nb {
  border-top: 6px solid #F5A3C7;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
}

.cc-pc-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
}
.cc-nb-okagree,
.cc-nb-reject,
.cc-nb-changep,
.cc-cp-foot-save {
  color: #ffffff !important;
  border: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.cc-nb-okagree,
.cc-cp-foot-save {
  background-color: #EE2724 !important;
}

.cc-nb-reject {
  background-color: #F5A3C7 !important;
  color: #421c22 !important;
}

.cc-nb-changep {
  background-color: #ffffff !important;
  color: #EE2724 !important;
  border: 1px solid #EE2724 !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-nb-changep:hover,
.cc-cp-foot-save:hover {
  background-color: #EE2724 !important;
  color: #ffffff !important;
  border-color: #EE2724 !important;
}
.cc-pc-head-lang-select,
.cc-pc-head-lang-select:focus,
.cc-pc-head-lang-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cc-cp-foot {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.cc-cp-foot:before,
.cc-cp-foot:after {
  content: "";
  display: table;
}
.cc-cp-foot:after {
  clear: both;
}
.cc-cp-foot-save:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.freeprivacypolicy-com---pc-dialog div.cc-cp-foot-byline {
  display: none !important;
}
/* ------------------ HEADER ----------------*/
.show-450 {
  display: none !important;
}
@media all and (max-width: 450px) {
  .show-450 {
    display: block !important;
  }
}
.covid {
  background-color: #ccc;
  margin-top: 20px;
  padding: 10px;
  text-transform: uppercase;
  color: #d63131;
}
.covid p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.header > .wrap {
  padding: 20px 0;
  height: 114px;
}
.logo {
  background: url(../images/2027.jpg?v=455464&ver=1.1) 0 0 no-repeat;
  -webkit-background-size: 200px 57px;
  background-size: 200px 57px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 57px;
  margin-top: 10px;
}
.header-right {
  float: right;
  padding-right: 180px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header-right {
    padding-right: 24px;
  }
}
.header-right .but {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  max-width: 150px;
  width: 100%;
}
@media all and (min-width: 990px) and (max-width: 1120px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header-right .but {
    right: 3%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header-right .but {
    display: none;
  }
}
.header-right .button {
  padding: 8px 2px;
  display: block;
  width: 100%;
  font-size: 12px;
}
.header-right .button + .button {
  margin-top: 10px;
  margin-left: 0;
}
.langs {
  *zoom: 1;
  font-family: 'Raleway';
  font-weight: 700;
  margin-top: 26px;
}
.langs:before,
.langs:after {
  content: "";
  display: table;
}
.langs:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .langs {
    float: left;
  }
}
@media all and (max-width: 450px) {
  .langs {
    display: none;
  }
}
.langs > li {
  float: left;
  margin-left: 10px;
  border-left: 1px solid #000000;
  padding-left: 9px;
}
.langs > li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
}
.langs > li.active > a {
  color: #72c4be;
  text-decoration: none;
}
.langs a {
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  text-transform: lowercase;
}
.langs a:hover {
  color: #72c4be;
  text-decoration: none;
}
/********************* Footer ******************/
.footer {
  background-color: #F5A3C7;
  color: #ffffff;
  position: relative;
}
.footer > .wrap {
  padding: 60px 0 40px 0;
}
.footer p {
  font-size: 13px;
  margin: 0;
}
.footer a {
  color: #ffffff;
  text-decoration: underline;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer .triangle {
  margin-left: 0;
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-right: 200px solid #EE2724;
  border-left: none !important;
  right: 0;
  bottom: auto;
  top: -200px;
  left: initial;
  width: 200px;
}

@media screen and (max-width: 900px) {

  .footer .triangle {
    border-top-width: 80px;
    border-bottom-width: 80px;
    border-right-width: 80px;
    width: 80px;
    top: -80px;
  }

}

@media screen and (max-width: 650px) {

  .footer .triangle {
    display: none;
  }

}

.footer-logo {
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.footer-logo img {
  width: 100%;
}
.partners {
  position: relative;
  *zoom: 1;
  font-size: 0;
  margin-bottom: 30px;
  text-align: center;
}
.partners:before,
.partners:after {
  content: "";
  display: table;
}
.partners:after {
  clear: both;
}
.partners p {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  text-align: center;
}
.partners__title {
  display: block;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  margin-top: 30px;
}
@media all and (max-width: 550px) {
  .partners__title {
    margin-bottom: 20px;
  }
}
.log img {
  max-width: 140px;
  max-height: 34px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
@media all and (max-width: 450px) {
  .log img {
    display: block;
    margin: 5px auto;
  }
}
.log .http img {
  max-width: 88px;
}
.contact {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 17px;
  margin: 20px 0;
  clear: both;
}
.contact a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.contact a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.logos {
  text-align: center;
  font-size: 0;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.logos li {
  display: inline-block;
  vertical-align: middle;
  width: 16.66%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .logos li {
    width: auto;
    margin: 10px;
  }
}
@media all and (max-width: 550px) {
  .logos li {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
.logos img {
  max-width: 150px;
  max-height: 100px;
  width: auto;
  height: auto;
}
a.checkli__linkedin {
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
a.checkli__linkedin .fab {
  font-size: 20px;
  margin-right: 6px;
}
.partner__logo img {
  max-width: 320px;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: right;
  margin-top: 24px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  opacity: 1;
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
#close {
  font-size: 36px;
  opacity: 0;
  position: relative;
  top: -27px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  width: 100%;
  text-align: center;
}
.en .main-menu > li.agenda a:after {
  content: "soon";
}
.main-menu {
  *zoom: 1;
  float: right;
  margin-top: 29px;
  margin-right: 180px;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 5px;
}
@media all and (min-width: 990px) and (max-width: 1120px) {
  .main-menu > li {
    margin-left: 0;
  }
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li.current-menu-item > a {
  color: #72c4be;
}
.main-menu > li.current-menu-item > a:hover {
  color: #72c4be;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.menu-item-has-children > a {
  padding-right: 40px;
}
.main-menu > li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #ffffff;
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
}
.main-menu > li.reg {
  display: none;
}
.main-menu > li.agenda a {
  position: relative;
}
.main-menu > li.agenda a:after {
  content: "Brzy upřesníme";
  display: none;
  position: absolute;
  bottom: -16px;
  left: 21px;
  text-align: left;
  font-size: 7px;
  color: #000000;
  font-weight: bold;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 1px 4px;
  line-height: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.agenda a:after {
    top: 0;
  }
}
.main-menu > li.agenda.lif a:after {
  content: "Hlasování ukončeno";
  color: #458b00;
}
.main-menu > li > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  display: block;
  color: #000000;
  position: relative;
  padding: 0 10px;
  font-family: 'Raleway';
  font-weight: 700;
}
@media all and (min-width: 990px) and (max-width: 1120px) {
  .main-menu > li > a {
    padding: 0 5px;
    font-size: 13px;
  }
}
.main-menu > li > a:hover {
  color: #72c4be;
  text-decoration: none;
}
.main-menu > li > .sub-menu,
.top-menu > li > .sub-menu,
.main-menu > li > .sub-menu > li > .sub-menu,
.top-menu > li > .sub-menu > li > .sub-menu {
  background: rgba(203, 38, 41, 0.9);
  position: absolute;
  left: 0;
  top: 100%;
  width: 230px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
}
.main-menu > li > .sub-menu > li,
.top-menu > li > .sub-menu > li,
.main-menu > li > .sub-menu > li > .sub-menu > li,
.top-menu > li > .sub-menu > li > .sub-menu > li {
  position: relative;
}
.main-menu > li > .sub-menu > li:hover > .sub-menu,
.top-menu > li > .sub-menu > li:hover > .sub-menu,
.main-menu > li > .sub-menu > li > .sub-menu > li:hover > .sub-menu,
.top-menu > li > .sub-menu > li > .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li > .sub-menu > li:hover > a,
.top-menu > li > .sub-menu > li:hover > a,
.main-menu > li > .sub-menu > li > .sub-menu > li:hover > a,
.top-menu > li > .sub-menu > li > .sub-menu > li:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #614c99;
}
.main-menu > li > .sub-menu > li .current-menu-item,
.top-menu > li > .sub-menu > li .current-menu-item,
.main-menu > li > .sub-menu > li > .sub-menu > li .current-menu-item,
.top-menu > li > .sub-menu > li > .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #0062a3;
}
.main-menu > li > .sub-menu > li > a,
.top-menu > li > .sub-menu > li > a,
.main-menu > li > .sub-menu > li > .sub-menu > li > a,
.top-menu > li > .sub-menu > li > .sub-menu > li > a {
  font-size: 17px;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: 400;
}
.main-menu > li > .sub-menu > li > a:hover,
.top-menu > li > .sub-menu > li > a:hover,
.main-menu > li > .sub-menu > li > .sub-menu > li > a:hover,
.top-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #614c99;
}
.main-menu > li > .sub-menu > li > .sub-menu,
.top-menu > li > .sub-menu > li > .sub-menu {
  left: 100%;
  top: 0;
}
.main-menu > li > .sub-menu > li > .sub-menu > li > a,
.top-menu > li > .sub-menu > li > .sub-menu > li > a {
  background-color: #df5611;
  color: #ffffff;
}
.main-menu > li > .sub-menu > li > .sub-menu > li > a:hover,
.top-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
  background-color: #ce4500;
}
.mobile-phone > a {
  padding-top: 20px !important;
}
.header.active .main-menu .reg,
.hpage.active .main-menu .reg,
.menu.active .main-menu .reg {
  display: block;
}
.header.active .main-menu,
.hpage.active .main-menu,
.menu.active .main-menu,
.header.active .top-menu,
.hpage.active .top-menu,
.menu.active .top-menu {
  margin-top: 0 !important;
  left: 0;
  right: 0;
  background-color: #614c99;
  z-index: 9999;
  top: 100%;
  width: 100%;
  line-height: 24px;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
}
.header.active .main-menu > li,
.hpage.active .main-menu > li,
.menu.active .main-menu > li,
.header.active .top-menu > li,
.hpage.active .top-menu > li,
.menu.active .top-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #f89f37;
}
.header.active .main-menu > li:hover .sub-menu,
.hpage.active .main-menu > li:hover .sub-menu,
.menu.active .main-menu > li:hover .sub-menu,
.header.active .top-menu > li:hover .sub-menu,
.hpage.active .top-menu > li:hover .sub-menu,
.menu.active .top-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu,
.hpage.active .main-menu > li .sub-menu,
.menu.active .main-menu > li .sub-menu,
.header.active .top-menu > li .sub-menu,
.hpage.active .top-menu > li .sub-menu,
.menu.active .top-menu > li .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu.show,
.hpage.active .main-menu > li .sub-menu.show,
.menu.active .main-menu > li .sub-menu.show,
.header.active .top-menu > li .sub-menu.show,
.hpage.active .top-menu > li .sub-menu.show,
.menu.active .top-menu > li .sub-menu.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  position: relative;
  top: 0;
  width: 100%;
}
.header.active .main-menu > li .sub-menu.show > li > a,
.hpage.active .main-menu > li .sub-menu.show > li > a,
.menu.active .main-menu > li .sub-menu.show > li > a,
.header.active .top-menu > li .sub-menu.show > li > a,
.hpage.active .top-menu > li .sub-menu.show > li > a,
.menu.active .top-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
  background-color: #0080d6;
}
.header.active .main-menu > li .sub-menu.show > li > a:hover,
.hpage.active .main-menu > li .sub-menu.show > li > a:hover,
.menu.active .main-menu > li .sub-menu.show > li > a:hover,
.header.active .top-menu > li .sub-menu.show > li > a:hover,
.hpage.active .top-menu > li .sub-menu.show > li > a:hover,
.menu.active .top-menu > li .sub-menu.show > li > a:hover {
  background-color: #0077c6;
}
.header.active .main-menu > li > .nav-click,
.hpage.active .main-menu > li > .nav-click,
.menu.active .main-menu > li > .nav-click,
.header.active .top-menu > li > .nav-click,
.hpage.active .top-menu > li > .nav-click,
.menu.active .top-menu > li > .nav-click {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 1px;
  padding: 6px;
  background-color: #005289;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before,
.hpage.active .main-menu > li > .nav-click:before,
.menu.active .main-menu > li > .nav-click:before,
.header.active .top-menu > li > .nav-click:before,
.hpage.active .top-menu > li > .nav-click:before,
.menu.active .top-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.header.active .main-menu > li.current-menu-item > a,
.hpage.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a,
.header.active .top-menu > li.current-menu-item > a,
.hpage.active .top-menu > li.current-menu-item > a,
.menu.active .top-menu > li.current-menu-item > a,
.header.active .main-menu > li.current-menu-item > a,
.hpage.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a,
.header.active .top-menu > li.current-menu-item > a,
.hpage.active .top-menu > li.current-menu-item > a,
.menu.active .top-menu > li.current-menu-item > a,
.header.active .main-menu > li.current-menu-parent > a,
.hpage.active .main-menu > li.current-menu-parent > a,
.menu.active .main-menu > li.current-menu-parent > a,
.header.active .top-menu > li.current-menu-parent > a,
.hpage.active .top-menu > li.current-menu-parent > a,
.menu.active .top-menu > li.current-menu-parent > a,
.header.active .main-menu > li.current-page-ancestor > a,
.hpage.active .main-menu > li.current-page-ancestor > a,
.menu.active .main-menu > li.current-page-ancestor > a,
.header.active .top-menu > li.current-page-ancestor > a,
.hpage.active .top-menu > li.current-page-ancestor > a,
.menu.active .top-menu > li.current-page-ancestor > a {
  color: #ffffff;
  background-color: #da7908 !important;
}
.header.active .main-menu > li:last-child,
.hpage.active .main-menu > li:last-child,
.menu.active .main-menu > li:last-child,
.header.active .top-menu > li:last-child,
.hpage.active .top-menu > li:last-child,
.menu.active .top-menu > li:last-child {
  border-bottom: none;
}
.header.active .main-menu > li:last-child.current-menu-item > a,
.hpage.active .main-menu > li:last-child.current-menu-item > a,
.menu.active .main-menu > li:last-child.current-menu-item > a,
.header.active .top-menu > li:last-child.current-menu-item > a,
.hpage.active .top-menu > li:last-child.current-menu-item > a,
.menu.active .top-menu > li:last-child.current-menu-item > a,
.header.active .main-menu > li:last-child.current-menu-parent > a,
.hpage.active .main-menu > li:last-child.current-menu-parent > a,
.menu.active .main-menu > li:last-child.current-menu-parent > a,
.header.active .top-menu > li:last-child.current-menu-parent > a,
.hpage.active .top-menu > li:last-child.current-menu-parent > a,
.menu.active .top-menu > li:last-child.current-menu-parent > a,
.header.active .main-menu > li:last-child.current-page-ancestor > a,
.hpage.active .main-menu > li:last-child.current-page-ancestor > a,
.menu.active .main-menu > li:last-child.current-page-ancestor > a,
.header.active .top-menu > li:last-child.current-page-ancestor > a,
.hpage.active .top-menu > li:last-child.current-page-ancestor > a,
.menu.active .top-menu > li:last-child.current-page-ancestor > a {
  color: #ffffff;
  background-color: #da7908;
}
.header.active .main-menu > li:last-child > a,
.hpage.active .main-menu > li:last-child > a,
.menu.active .main-menu > li:last-child > a,
.header.active .top-menu > li:last-child > a,
.hpage.active .top-menu > li:last-child > a,
.menu.active .top-menu > li:last-child > a {
  background: none;
}
.header.active .main-menu > li a:after,
.hpage.active .main-menu > li a:after,
.menu.active .main-menu > li a:after,
.header.active .top-menu > li a:after,
.hpage.active .top-menu > li a:after,
.menu.active .top-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a,
.hpage.active .main-menu > li > a,
.menu.active .main-menu > li > a,
.header.active .top-menu > li > a,
.hpage.active .top-menu > li > a,
.menu.active .top-menu > li > a {
  padding: 18px 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 15px;
  display: block;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 24px;
  height: auto;
  letter-spacing: 0.15em;
  text-transform: none;
  background: none !important;
}
.header.active .main-menu > li > a:hover,
.hpage.active .main-menu > li > a:hover,
.menu.active .main-menu > li > a:hover,
.header.active .top-menu > li > a:hover,
.hpage.active .top-menu > li > a:hover,
.menu.active .top-menu > li > a:hover {
  color: #ffffff;
}
.header.active .main-menu > li > a:before,
.hpage.active .main-menu > li > a:before,
.menu.active .main-menu > li > a:before,
.header.active .top-menu > li > a:before,
.hpage.active .top-menu > li > a:before,
.menu.active .top-menu > li > a:before {
  display: none;
}
.header.active .main-menu > li > a span br,
.hpage.active .main-menu > li > a span br,
.menu.active .main-menu > li > a span br,
.header.active .top-menu > li > a span br,
.hpage.active .top-menu > li > a span br,
.menu.active .top-menu > li > a span br {
  display: none;
}
.headfixer.active .top-menu {
  top: 0;
}
.headfixer.active #toogle-menu-top {
  position: relative;
  z-index: 99999;
  background-color: #000000;
  padding: 4px;
  height: 30px;
}
.headfixer.active #toogle-menu-top:before {
  content: "X";
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  text-align: center;
}
.headfixer.active #toogle-menu-top span {
  display: none;
}

#invoiceModal .modal-dialog {
  max-width: 900px;
}

#sinModal .modal-dialog {
  max-width: 900px;
}

#sinModal .modal-body {
  padding: 40px;
}

.modal-title {
  font-size: 24px;
  color: #EE2724;
}

.btn.btn-secondary {
  background-color: #EE2724;
  border-color: #EE2724;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #F5A3C7;
  border-color: #F5A3C7;
}

.modal .close {
  font-size: 34px;
}

.rowex label {
  font-size: 20px;
  margin-bottom: 0;
  cursor: pointer;
}

.rowex label input {
  margin-right: 6px;
}

.rowex label + label {
  margin-left: 16px;
}

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

  .rowex label {
    display: block;
    margin-left: 0 !important;
  }

}

.gallist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallist .item {
  width: 25%;
  padding: 10px;
}


.gallist .item a {
  display: block;
  height: 200px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallist .item a:hover {
  opacity: 0.7;
}

.lazy-bg {
  background-size: cover; 
  background-position: center center;
}

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

  .gallist .item {
    width: 50%;
  }

  .gallist .item a {
    height: 100px;
  }

}

.gall {
  margin-top: 40px;
}

.sfm {
  display: block;
}







