@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/signika/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.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;
}
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: 600;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #3bb0c0;
  text-decoration: none;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: none;
  color: #666666;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Signika', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #707070;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 104px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  body {
    padding-top: 80px;
  }
}
.wrap {
  margin: 0 auto;
  max-width: 1160px;
  *zoom: 1;
  position: relative;
  z-index: 1;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 16px 50px;
  display: inline-block;
  color: #ffffff !important;
  background: #3bb0c0 !important;
  font-size: 17px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 30px;
  font-weight: 600;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
}
.button .button__icon {
  position: absolute;
  background-color: #666666;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.button .button__icon .far {
  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;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #308190 !important;
}
.button:hover .button__icon {
  background-color: #666666;
}
.button:hover .button__icon .far {
  color: #3bb0c0 !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #666666 !important;
  border-color: #666666;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #3bb0c0 !important;
  border-color: #3bb0c0;
}
.button--inverse {
  background: none !important;
  color: #3bb0c0 !important;
  border-color: #3bb0c0;
}
.button--inverse:hover {
  background: #3bb0c0 !important;
  color: #ffffff !important;
  border-color: #3bb0c0;
}
.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 {
  visibility: visible;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  visibility: visible;
}
.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;
  }
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.uptitle {
  color: #3bb0c0;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 60px 0;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block__title {
  font-size: 40px;
  line-height: 46px;
  position: relative;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
a.block__more {
  float: right;
  color: #707070;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #3bb0c0;
}
.block__top {
  *zoom: 1;
  margin-bottom: 50px;
  color: #000000;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
.main blockquote {
  margin: 40px 0;
  text-align: center;
  border: none;
  box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.08);
  padding: 60px;
}
.main blockquote p {
  margin: 10px 0;
  font-size: 20px;
}
.main blockquote h3 {
  font-weight: 600;
  font-size: 33px;
  line-height: 39px;
  margin: 0;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  overflow: hidden;
  min-height: 300px !important;
}
.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: 44px;
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 990px) {
  .main h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
.main h2 {
  font-size: 28px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.main h3 {
  font-size: 28px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.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: "";
  background-color: #3bb0c0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 9px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3bb0c0;
  font-weight: bold;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr:first-child td {
  padding-top: 0;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #3bb0c0;
  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: 16px 14px;
  color: #707070;
  border-bottom: 1px solid #d6d5d4;
  font-weight: 400;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 990px), 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: 990px), 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 .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.7);
  content: "";
  z-index: 1;
  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;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 6 Pro';
  color: #ffffff;
  font-size: 30px;
  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;
  text-align: center;
  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: 2;
  font-weight: bold;
}
@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 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(37, 37, 37, 0.81);
}
.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: #222222;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222222;
}
.main .acc {
  margin: 20px 0;
}
.main .acc p {
  font-size: 13px;
}
.main .wpcf7-spinner {
  display: none !important;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  font-family: 'Signika';
  padding: 0 20px;
  color: #707070;
  border: thin solid #ddd;
  font-size: 14px;
  font-weight: 300;
  border-radius: 8px;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #3bb0c0;
}
.main textarea {
  padding: 20px;
  height: 136px;
  max-width: 100%;
  min-width: 100%;
}
@media all and (max-width: 500px) {
  .main textarea {
    height: 70px;
    padding: 10px;
  }
}
.main .wpcf7-form-control-wrap {
  display: block;
}
.main .wpcf7-not-valid-tip {
  background-color: #d93d3d;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 6px;
  position: absolute;
  left: 0;
  top: 95%;
  z-index: 2;
}
.main input[type="file"] {
  color: #333;
  border: none !important;
  outline: none;
}
.main input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.main input[type="file"]::before {
  content: 'Nahrát foto';
  color: white;
  text-align: center;
  display: block;
  background: #707070;
  border: none !important;
  padding: 0 8px;
  height: 42px;
  line-height: 42px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 300;
  font-size: 11px;
}
.main input[type="file"]:active {
  outline: none !important;
}
.main input[type="file"]:hover::before {
  background-color: #222;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 10px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #3bb0c0 !important;
  font-size: 17px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  position: relative;
  border: none;
  font-weight: 600;
  min-width: 200px;
  border-radius: 9999px;
}
@media all and (max-width: 500px) {
  .main input[type=submit] {
    width: 100% !important;
    display: block !important;
  }
}
.main input[type=submit]:hover {
  background: #308190 !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
  padding: 4px 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 .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    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;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label,
.wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 20px;
}
@media all and (max-width: 767px) {
  .wpcf7-acceptance label,
  .wpcf7-radio label,
  .wpcf7-checkbox label {
    word-break: break-all;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: thin solid #444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 11px;
  color: #ffffff;
  background-color: #3bb0c0;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #3bb0c0;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 300;
  border: thin solid #DFDFDF;
  border-radius: 9999px;
  position: relative;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
  padding-left: 50px;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #3bb0c0;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.paginator a:hover {
  color: #000000;
  text-decoration: none;
}
.paginator .current {
  color: #000000;
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.paginator .next.page-numbers {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 100%;
  color: #3bb0c0;
  font-size: 0;
  display: block;
  text-align: center;
  border-left: thin solid #DFDFDF;
}
.paginator .next.page-numbers:hover {
  color: #308190;
}
.paginator .next.page-numbers:before {
  content: "\f105";
  font-size: 24px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
.paginator .prev.page-numbers {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 100%;
  color: #3bb0c0;
  font-size: 0;
  display: block;
  text-align: center;
  border-right: thin solid #DFDFDF;
}
.paginator .prev.page-numbers:hover {
  color: #308190;
}
.paginator .prev.page-numbers:before {
  content: "\f104";
  font-size: 24px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #666666;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #3bb0c0;
  position: relative;
  padding: 20px;
}
.ui-datepicker-header a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker-header a span:before {
  font-size: 24px !important;
  font-weight: bold;
  top: 0 !important;
}
.ui-datepicker-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  color: #ffffff;
  border-collapse: collapse;
}
.ui-datepicker-calendar th {
  text-align: center;
  background-color: #595959;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #737373;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #8c8c8c;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #595959;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #3bb0c0;
  color: #ffffff;
}
.grecaptcha-badge {
  display: none !important;
}
/* Cookies */
.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-cp-foot-save {
  background-color: #3bb0c0 !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #666666 !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;
}
.bgc {
  background-color: #f1f1f1;
}
.lines {
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
  clear: both;
  margin: 40px auto;
}
.rll-youtube-player {
  padding-bottom: 0 !important;
  background-color: #000000;
  height: 300px !important;
}
/*@keyframes fadeIn {
    0% {
        opacity: 0;
        left: -50px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        left: -50px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}*/
.showcase__page {
  background-color: #3bb0c0;
}
.showcase__page .showcase__wrap {
  min-height: 360px;
}
@media all and (max-width: 767px) {
  .showcase__page .showcase__wrap {
    min-height: 0;
  }
}
.showcase__page .showcase__text {
  color: #ffffff;
  top: 54%;
  max-width: 916px;
}
.showcase__page .showcase__text p {
  font-size: 40px;
  line-height: 46px;
}
@media all and (max-width: 767px) {
  .showcase__page .showcase__text p {
    font-size: 30px;
    line-height: 36px;
  }
}
.showcase__page .showcase__text h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 300;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .showcase__page .showcase__text h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
.showcase__page .showcase__text__uplabel {
  display: block;
  font-weight: 600;
  font-size: 18px;
}
.showcase__default .showcase__wrap {
  min-height: 260px;
  padding: 90px 0 80px 0;
}
@media all and (max-width: 767px) {
  .showcase__default .showcase__wrap {
    padding: 30px 0;
    min-height: 0;
  }
}
.showcase__default .showcase__text {
  position: relative;
  top: 0;
  /*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;
}
.showcase__blog .showcase__text {
  max-width: 600px;
}
.showcase__blog p.showcase__text__date {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0 0;
  opacity: 0.7;
}
.showcase {
  position: relative;
}
.showcase__wrap {
  min-height: 800px;
}
@media all and (max-width: 767px) {
  .showcase__wrap {
    min-height: 0;
  }
}
.showcase__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.showcase__top {
  border-bottom: thin solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 4;
}
@media all and (max-width: 767px) {
  .showcase__top {
    border-bottom: none;
  }
}
.showcase__top .wrap {
  padding: 20px 0;
}
@media all and (max-width: 767px) {
  .showcase__top .wrap {
    margin-right: 0;
    margin-left: 0;
    max-width: 50%;
  }
}
.showcase__top p {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2.4px;
}
.showcase__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 588px;
  top: 40%;
  color: #000000;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 990px) {
  .showcase__text {
    left: 3%;
  }
}
@media all and (max-width: 767px) {
  .showcase__text {
    position: relative;
    top: 0;
    left: 0;
    /*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;
  }
}
.showcase__text.animated {
  /*animation: fadeIn 2s ease-in alternate;
		-webkit-animation: fadeIn 2s ease-in alternate;*/
}
.showcase__text p {
  font-size: 40px;
  line-height: 46px;
}
@media all and (max-width: 767px) {
  .showcase__text p {
    font-size: 25px;
    line-height: 32px;
  }
}
.socials {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 0;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 990px) {
  .socials {
    right: 3%;
  }
}
@media all and (max-width: 767px) {
  .socials {
    display: none;
  }
}
.socials li {
  display: inline-block;
  vertical-align: middle;
}
.socials li + li {
  margin-left: 10px;
}
.socials a {
  font-size: 18px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  background-color: #ffffff;
  color: #3bb0c0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.socials a:hover {
  background-color: #3bb0c0;
  color: #ffffff;
}
.projectsblock {
  background-color: #d8e5eb;
  position: relative;
}
.projectsblock:before {
  content: "";
  background: url(../images/gradient_radial.png) -860px -465px no-repeat;
  background-size: 2000px 745px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .projectsblock:before {
    display: none;
  }
}
.projectlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: -160px;
}
@media all and (max-width: 500px) {
  .projectlist {
    display: block;
  }
}
.projectlist .item {
  width: 224px;
  background: #ffffff;
  padding: 30px 20px 30px 20px;
  box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media all and (max-width: 500px) {
  .projectlist .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.projectlist .item:hover:before {
  height: 20px;
}
.projectlist .item:before {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
}
.projectlist .item__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
}
.projectlist .item__desciption {
  text-align: left;
}
.projectlist .item__more {
  font-weight: 600;
}
.projectlist .item__more a {
  text-decoration: none;
  font-size: 18px;
}
.offerblock,
.medailonblock--en {
  padding-top: 160px;
}
.offerbox {
  *zoom: 1;
}
.offerbox:before,
.offerbox:after {
  content: "";
  display: table;
}
.offerbox:after {
  clear: both;
}
.offerbox__text {
  float: left;
  width: 60%;
  padding-left: 50px;
}
@media all and (max-width: 650px) {
  .offerbox__text {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.offerbox__img {
  width: 40%;
  text-align: center;
  float: left;
}
@media all and (max-width: 650px) {
  .offerbox__img {
    width: 100%;
    text-align: left;
    float: none;
    max-width: 180px;
    margin-bottom: 40px;
  }
}
.offerbox__img img {
  width: 100%;
}
@media all and (max-width: 650px) {
  .referencebox {
    text-align: center;
  }
}
.referencebox .button,
.referencebox .next__reference__link {
  margin-left: 260px;
}
@media all and (max-width: 650px) {
  .referencebox .button,
  .referencebox .next__reference__link {
    margin-left: 0;
  }
}
ul.referencelist .item {
  position: relative;
  padding-left: 260px;
  min-height: 220px;
  padding-top: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 650px) {
  ul.referencelist .item {
    padding-left: 0;
    min-height: 0;
    text-align: center;
    padding-top: 240px;
  }
}
ul.referencelist .item:before {
  display: none !important;
}
ul.referencelist .item:after {
  content: "";
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  border-bottom: thin solid rgba(0, 0, 0, 0.15);
  z-index: 1;
  display: none;
}
@media all and (max-width: 650px) {
  ul.referencelist .item:after {
    display: block;
  }
}
ul.referencelist .item.full--width {
  padding-left: 0;
  min-height: 0;
}
@media all and (max-width: 650px) {
  ul.referencelist .item.full--width {
    padding-top: 30px;
  }
}
ul.referencelist .item.full--width:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  border-bottom: thin solid rgba(0, 0, 0, 0.15);
  z-index: 1;
}
@media all and (max-width: 650px) {
  ul.referencelist .item.full--width:after {
    top: 0;
  }
}
ul.referencelist .item__img {
  width: 100%;
  max-width: 215px;
  position: absolute;
  left: 0;
  top: -10px;
}
ul.referencelist .item__img:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
ul.referencelist .item__img:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (max-width: 650px) {
  ul.referencelist .item__img {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}
ul.referencelist .item__img:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 560px;
  border-bottom: thin solid rgba(0, 0, 0, 0.15);
  z-index: 1;
}
@media all and (max-width: 650px) {
  ul.referencelist .item__img:after {
    display: none;
  }
}
ul.referencelist .item__img .inner {
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.bloglist {
  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) {
  .bloglist {
    display: block;
  }
}
.bloglist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  .bloglist .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.bloglist .item:hover .item__read:after {
  height: 50px;
  bottom: -20px;
}
.bloglist .item:hover .item__title {
  color: #3bb0c0;
}
.bloglist .item:hover:after {
  height: 20px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}
.bloglist .item:after {
  content: "";
  background-color: #ffffff;
  left: 0;
  width: 100%;
  top: 100%;
  position: absolute;
  display: block;
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.bloglist .item:nth-child(3n+3) {
  margin-right: 0;
}
.bloglist .item__img {
  overflow: hidden;
  position: relative;
  height: 220px;
}
.bloglist .item__img .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bloglist .item__title {
  font-size: 28px;
  line-height: 34px;
  margin-top: 6px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (min-width: 768px) and (max-width: 990px) {
  .bloglist .item__title {
    font-size: 19px;
    line-height: 24px;
  }
}
.bloglist .item__text {
  padding: 20px 30px 0 30px;
}
.bloglist .item__bottom {
  padding: 0 20px;
}
.bloglist .item__read {
  font-weight: 600;
  color: #3bb0c0;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bloglist .item__read:after {
  content: "";
  border-right: thin solid #3bb0c0;
  width: 1px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bloglist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.medailonblock .wrap,
.scontactblock .wrap {
  max-width: 960px;
}
.medailonbox {
  *zoom: 1;
}
.medailonbox:before,
.medailonbox:after {
  content: "";
  display: table;
}
.medailonbox:after {
  clear: both;
}
.medailonbox__img {
  width: 30%;
  float: left;
  text-align: center;
}
@media all and (max-width: 650px) {
  .medailonbox__img {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    margin-bottom: 40px;
  }
}
.medailonbox__img img {
  width: 100%;
  border-radius: 50%;
}
.medailonbox__text {
  width: 70%;
  float: left;
  padding-left: 50px;
}
@media all and (max-width: 650px) {
  .medailonbox__text {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.medailonbox__text__highlight {
  margin: 30px 0;
}
.medailonbox__text__highlight p {
  font-size: 30px;
  line-height: 36px;
}
a.more__link {
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}
a.more__link:hover {
  text-decoration: none;
}
.contactblock {
  background: linear-gradient(to top right, #95d4e0, #d8e5eb);
}
.contactblock .wrap {
  padding-bottom: 20px;
}
.newsletterbox {
  margin-top: 60px;
}
.newsletterbox__label {
  color: #000000;
}
.newsletterbox__box {
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.12);
}
.newsletterbox__box__wrap {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.newsletterbox__box__label {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  color: #707070;
  margin-bottom: 20px;
}
.socials--footer {
  position: relative;
  /*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;
  top: 0;
  margin-top: 50px;
  right: 0 !important;
}
@media all and (max-width: 767px) {
  .socials--footer {
    display: block;
  }
}
.copyright {
  margin-top: 80px;
}
.copyright p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.newsletterbox__box__frm__inner {
  position: relative;
  padding-right: 220px;
  border-radius: 9999px;
  border: thin solid #b9b6b6;
}
@media all and (max-width: 650px) {
  .newsletterbox__box__frm__inner {
    padding-right: 0;
    border: none;
  }
}
.newsletterbox__box__frm__inner input[type="email"],
.newsletterbox__box__frm__inner input[type="text"] {
  border: none;
  border-radius: 9999px;
}
@media all and (max-width: 650px) {
  .newsletterbox__box__frm__inner input[type="email"],
  .newsletterbox__box__frm__inner input[type="text"] {
    border: thin solid #b9b6b6;
    margin-bottom: 14px;
  }
}
.newsletterbox__box__frm__inner input[type="submit"] {
  border-radius: 9999px;
}
.newsletterbox__box__frm__inner .item__submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (max-width: 650px) {
  .newsletterbox__box__frm__inner .item__submit {
    position: relative;
    top: 0;
    /*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;
  }
}
.newsletterbox__box__frm__inner p {
  margin: 0;
}
.sofferblock .wrap {
  max-width: 880px;
  padding-top: 0;
}
.sofferlist {
  position: relative;
  border-left: thin dashed #b8e2e8;
  padding-top: 50px;
}
.sofferlist .item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.sofferlist .item:before {
  content: "";
  background-color: #57b13b;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -9px;
}
.sofferlist .item h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
.sofferlist .item p {
  margin: 4px 0 10px 0;
}
.priceblock {
  background-color: #f1f6f8;
}
.priceblock .wrap {
  max-width: 960px;
}
.pricebox__item {
  margin-top: 60px;
}
.pricebox__item__label {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 20px;
}
.priceboxlist {
  border-bottom: medium solid #ffffff;
}
.priceboxlist .item {
  padding: 10px 0;
  border-top: medium solid #ffffff;
  *zoom: 1;
  font-size: 20px;
}
.priceboxlist .item:before,
.priceboxlist .item:after {
  content: "";
  display: table;
}
.priceboxlist .item:after {
  clear: both;
}
.priceboxlist .item__label {
  float: left;
}
@media all and (max-width: 767px) {
  .priceboxlist .item__label {
    float: none;
  }
}
.priceboxlist .item__value {
  float: right;
}
@media all and (max-width: 767px) {
  .priceboxlist .item__value {
    float: none;
    display: block;
    margin-top: 10px;
  }
}
.pricebox__legend {
  margin-top: 40px;
}
.pricebox__legend p {
  margin: 0;
}
.sblogblock {
  overflow: hidden;
}
.sbloglist .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
@media all and (max-width: 650px) {
  .sbloglist .item {
    display: block;
  }
}
.sbloglist .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(35% + 50px);
  border-bottom: thin dashed #b8e2e8;
  width: 100%;
  height: 1px;
}
@media all and (max-width: 650px) {
  .sbloglist .item:after {
    left: 0;
  }
}
.sbloglist .item:hover .item__img .inner {
  transform: scale(1.1) rotate(-1deg);
}
.sbloglist .item:hover .item__read {
  padding-bottom: 36px;
}
.sbloglist .item:hover .item__read:after {
  height: 36px;
}
.sbloglist .item:hover .item__title a {
  color: #3bb0c0;
}
.sbloglist .item__img {
  position: relative;
  overflow: hidden;
  width: 35%;
  height: 220px;
}
@media all and (max-width: 650px) {
  .sbloglist .item__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sbloglist .item__img .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sbloglist .item__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.sbloglist .item__text {
  width: 65%;
  padding-left: 50px;
}
@media all and (max-width: 650px) {
  .sbloglist .item__text {
    width: 100%;
    padding-left: 0;
  }
}
.sbloglist .item__title {
  font-size: 28px;
  line-height: 34px;
  margin-top: 6px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sbloglist .item__title a {
  color: #707070;
}
.sbloglist .item__title a:hover {
  color: #3bb0c0;
}
.sblogbox {
  max-width: 774px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.showcase__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: url(../images/over.png) left bottom no-repeat;
  background-size: cover;
}
.showcase__img .showcase__wrap {
  min-height: 540px;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .showcase__img .showcase__wrap {
    min-height: 240px;
  }
}
.showcase__img .showcase__text {
  /*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;
  top: initial;
  bottom: 80px;
}
@media all and (max-width: 767px) {
  .showcase__img .showcase__text {
    bottom: 0;
    padding-bottom: 30px;
  }
}
.saboutblock .wrap {
  max-width: 960px;
}
.saboutbox {
  max-width: 774px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 30px;
}
.saboutbox p {
  font-size: 24px;
  line-height: 30px;
}
.saboutlist {
  position: relative;
  *zoom: 1;
}
.saboutlist:before,
.saboutlist:after {
  content: "";
  display: table;
}
.saboutlist:after {
  clear: both;
}
.saboutlist:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 1px;
  height: 100%;
  border-left: thin dashed #b8e2e8;
}
@media all and (max-width: 550px) {
  .saboutlist:before {
    right: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.saboutlist .item {
  position: relative;
  margin-bottom: 30px;
  width: 50%;
  clear: both;
}
@media all and (max-width: 550px) {
  .saboutlist .item {
    width: 100%;
    height: auto !important;
    margin-top: 0 !important;
  }
}
.saboutlist .item:before {
  content: "";
  background-color: #57b13b;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 7px;
}
.saboutlist .item h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
.saboutlist .item p {
  margin: 4px 0 10px 0;
}
.saboutlist .item__left {
  text-align: right;
  padding-right: 40px;
  float: left;
  *zoom: 1;
}
.saboutlist .item__left:before,
.saboutlist .item__left:after {
  content: "";
  display: table;
}
.saboutlist .item__left:after {
  clear: both;
}
@media all and (max-width: 550px) {
  .saboutlist .item__left {
    float: none;
    padding-left: 40px;
    text-align: left;
  }
}
.saboutlist .item__left:before {
  right: -9px;
}
@media all and (max-width: 550px) {
  .saboutlist .item__left:before {
    right: initial;
    left: -9px;
  }
}
.saboutlist .item__left .item__img {
  right: -60px;
  float: right;
}
@media all and (max-width: 550px) {
  .saboutlist .item__left .item__img {
    float: none;
    right: 0;
  }
}
.saboutlist .item__right {
  text-align: left;
  padding-left: 40px;
  float: right;
}
@media all and (max-width: 550px) {
  .saboutlist .item__right {
    float: none;
  }
}
.saboutlist .item__right:before {
  left: -9px;
}
.saboutlist .item__right .item__img {
  left: -60px;
}
@media all and (max-width: 550px) {
  .saboutlist .item__right .item__img {
    left: 0;
  }
}
.saboutlist .item__img {
  margin-top: 30px;
  max-width: 220px;
  position: relative;
}
.saboutlist .item__img img {
  width: 100%;
}
.saboutlist .item__img.bigger {
  max-width: 340px;
}
.saboutlist .item__1 {
  height: 50px;
}
.saboutlist .item__3 {
  margin-top: -40px;
  height: 150px;
}
.saboutlist .item__4 {
  margin-top: -60px;
  margin-bottom: 120px;
}
@media all and (max-width: 550px) {
  .saboutlist .item__4 {
    margin-bottom: 30px;
  }
}
.saboutlist .item__5 {
  padding-left: 0;
  padding-top: 26px;
  margin-bottom: 0;
}
@media all and (max-width: 550px) {
  .saboutlist .item__5 {
    padding-top: 0;
    padding-left: 40px;
  }
}
.saboutlist .item__5 .item__text {
  background-color: #ffffff;
  margin-left: -4px;
}
@media all and (max-width: 550px) {
  .saboutlist .item__5 .item__text {
    margin-left: 0;
  }
}
.inqbox {
  box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
}
.inqbox h3 {
  font-size: 25px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 40px;
}
.inqbox p {
  margin: 10px 0;
}
.inqbox__top {
  background-color: #e9eef0;
  padding: 60px;
  position: relative;
}
.inqbox__top:after {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../images/wave.png) center bottom repeat-x;
  background-size: auto 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.inqbox__bottom {
  text-align: center;
  padding: 60px;
}
.inbox__details {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.inbox__details .half {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: right;
  padding-right: 30px;
  border-right: thin solid rgba(0, 0, 0, 0.15);
}
.inbox__details .half + .half {
  text-align: left;
  padding-right: 0;
  padding-left: 30px;
  border: none;
}
.mediakitblock .wrap {
  padding-bottom: 100px;
}
.mediakitblock h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}
.content-head {
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.06);
  *zoom: 1;
  margin-top: -80px;
  margin-bottom: 60px;
}
.content-head:before,
.content-head:after {
  content: "";
  display: table;
}
.content-head:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .content-head {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .content-head {
    padding: 16px;
  }
}
.content-head strong {
  float: left;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .content-head strong {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}
.content-head ul {
  float: left;
  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 (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .content-head ul {
    float: none;
  }
}
.content-head ul li {
  margin-left: 20px;
  font-weight: 600;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .content-head ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.encnews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.encnews > li {
  margin: 0 6px 6px 0;
}
.encnews > li:last-child:after {
  display: none;
}
.encnews > li:after {
  content: "/";
  margin-left: 6px;
}
.enccategory {
  padding-left: 200px;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
@media all and (max-width: 500px) {
  .enccategory {
    padding-left: 100px;
  }
}
.enccategory:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  border-top: thin dashed #3bb0c0;
  position: absolute;
  top: 14px;
  left: 200px;
}
@media all and (max-width: 500px) {
  .enccategory:before {
    left: 100px;
  }
}
.enccategory__letter {
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  left: 100px;
  top: 0;
  color: #dce2e2;
}
@media all and (max-width: 500px) {
  .enccategory__letter {
    left: 0;
  }
}
.maw760 {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-zdrave-zpravy .newsletterbox__box {
  margin: 50px 0;
}
.singlepost {
  width: 100%;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}
.singlepost p {
  font-weight: 300 !important;
}
ul.shearer {
  font-size: 0;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
@media all and (max-width: 650px) {
  ul.shearer {
    position: relative;
    top: 0;
    /*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;
    right: 0;
    text-align: center;
    margin-top: 20px;
  }
}
ul.shearer li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 0 0 20px;
}
ul.shearer a {
  color: #ffffff;
  background-color: #3bb0c0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.shearer a:hover {
  color: #ffffff;
  background-color: #666666;
}
.belikbox {
  margin: 70px 0;
  position: relative;
  padding: 40px 190px 40px 40px;
  background-color: #ffffff;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  color: #000000;
}
@media all and (max-width: 650px) {
  .belikbox {
    padding: 40px 20px;
    text-align: center;
  }
}
.belikbox h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}
@media all and (max-width: 650px) {
  .belikbox h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.commentblock {
  background-color: #e9f0f4;
  overflow: hidden;
}
.commentblock:after {
  content: "";
  display: block;
  height: 500px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
/*=====================================
 Comment Template CSS
========================================*/
.comments-area {
  margin-top: 40px;
}
.comments-area h2.comments-title {
  font-size: 25px;
  margin-bottom: 20px;
}
.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
.comment-meta {
  margin-bottom: 0;
}
.comment-author.vcard {
  position: relative;
  font-weight: bold;
}
.comment-author.vcard .fn {
  font-style: normal;
}
.comment-author.vcard img {
  position: absolute;
  left: 0;
  top: 5px;
}
.comment-metadata {
  margin-left: 50px;
}
.comments-area table {
  border-left: 1px solid #dddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.comments-area table td,
.comments-area table th {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px;
}
.comments-area th {
  background: #278cc1;
  color: #fff;
}
.comments-area dd {
  margin-bottom: 15px;
}
.comments-area .comments-content ul,
.comments-area .comments-content ol {
  padding-left: 15px;
}
.comments-area .comment-content ul,
.comments-area .comment-content ol {
  padding-left: 15px;
}
.comment-reply-link {
  background: #1e71f9;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
}
.commentlist li.comment {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px !important;
  width: 2000px;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .commentlist li.comment {
    width: 100%;
  }
}
.commentlist li.comment:before {
  display: none !important;
}
.commentlist li.comment p {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 20px;
}
.commentlist li.comment .comment-body {
  width: 100%;
  max-width: 760px;
}
.commentmetadata {
  font-size: 80%;
  line-height: 18px;
}
.commentmetadata a {
  color: #707070;
}
.comment-reply-link {
  margin-top: 10px;
}
.commentlist li ol.children {
  padding-left: 50px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}
.commentlist li ol.children ol.children {
  padding-left: 20px;
}
.commentlist li.comment:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: 0;
}
.commentlist li.comment.bypostauthor {
  background: none;
  padding: 0 0 0 50px !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: -30px;
}
.commentlist li.comment.bypostauthor .comment-body {
  border-left: thin dashed rgba(0, 0, 0, 0.2);
  padding: 20px 24px 0 24px;
}
.comment-respond {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px 14%;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .comment-respond {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.comment-notes {
  font-size: 90%;
  margin-bottom: 20px;
}
.comment-form label {
  display: block;
  margin-bottom: 4px;
  font-weight: 300;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  margin-bottom: 20px;
}
.comment-form input[type=submit] {
  width: auto;
}
.commentbox #comments {
  display: none;
}
.educatebox {
  background-color: #ffffff;
  padding: 40px 20%;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}
ul.searchlist > li {
  padding-left: 0;
  margin: 0;
}
ul.searchlist > li:before {
  display: none;
}
ul.searchlist .item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: thin solid #ddd;
}
ul.searchlist a {
  display: block;
  text-decoration: none;
  padding-right: 200px;
  position: relative;
}
@media all and (max-width: 900px) {
  ul.searchlist a {
    padding-right: 0;
  }
}
ul.searchlist a:hover {
  text-decoration: none;
}
ul.searchlist .item__title {
  display: block;
  font-size: 20px;
  line-height: 26px;
}
ul.searchlist .item__perex {
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
ul.searchlist .item__meta {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (max-width: 900px) {
  ul.searchlist .item__meta {
    /*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;
    top: 0;
    position: relative;
  }
}
ul.searchlist strong.button {
  margin-top: 0;
  padding: 10px 20px;
  font-size: 13px;
}
@media all and (max-width: 900px) {
  ul.searchlist strong.button {
    display: block;
    margin-top: 10px;
    width: 100%;
    max-width: 200px;
  }
}
@media all and (max-width: 400px) {
  ul.searchlist strong.button {
    width: 70%;
  }
}
.search-form .rowex {
  max-width: 650px;
  width: 100%;
}
.search-form input[type="text"] {
  background-color: #f3f3f3;
}
.search-form input[type="submit"] {
  display: inline-block;
}
.gradeblock {
  background-color: #e9f0f4;
}
.gradeblock .wrap {
  max-width: 760px;
  padding-bottom: 150px;
}
.educateblock {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.halfbox {
  *zoom: 1;
}
.halfbox:before,
.halfbox:after {
  content: "";
  display: table;
}
.halfbox:after {
  clear: both;
}
.halfbox .half {
  float: left;
  width: 48%;
}
@media all and (max-width: 767px) {
  .halfbox .half {
    float: none;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}
.halfbox .half + .half {
  margin-left: 4%;
}
.educatebox .block__top {
  margin-bottom: 0;
}
.cmplz_consent_per_service_label .screen-reader-text {
  display: none;
}
.cmplz-consent-checkbox {
  margin-top: -5px !important;
  margin-right: 8px !important;
}
@media all and (max-width: 767px) {
  .showcase__hp {
    background-color: #d8e5eb;
  }
}
@media all and (min-width: 2000px) {
  .showcase__hp .showcase__bg {
    background-position: center top !important;
  }
}
@media all and (max-width: 767px) {
  .showcase__hp .showcase__bg {
    background-position: 70% top !important;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .showcase__hp .showcase__text {
    margin-top: 200px;
    max-width: 100%;
    width: 100vw;
    left: -3%;
    position: relative;
    padding: 10px 30px;
  }
}
@media all and (max-width: 400px) {
  .showcase__hp .showcase__text {
    margin-top: 186px;
  }
}
.saboutlist--en {
  position: relative;
  *zoom: 1;
}
.saboutlist--en:before,
.saboutlist--en:after {
  content: "";
  display: table;
}
.saboutlist--en:after {
  clear: both;
}
.saboutlist--en:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 1px;
  height: 100%;
  border-left: thin dashed #b8e2e8;
}
@media all and (max-width: 550px) {
  .saboutlist--en:before {
    right: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.saboutlist--en .item {
  position: relative;
  margin-bottom: 60px;
  min-height: 250px;
  width: 50%;
  clear: both;
}
@media all and (max-width: 550px) {
  .saboutlist--en .item {
    width: 100%;
    height: auto !important;
    margin-top: 0 !important;
  }
}
.saboutlist--en .item:before {
  content: "";
  background-color: #57b13b;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 7px;
}
.saboutlist--en .item h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
.saboutlist--en .item p {
  margin: 4px 0 10px 0;
}
.saboutlist--en .item__left {
  text-align: right;
  padding-right: 40px;
  float: left;
  *zoom: 1;
}
.saboutlist--en .item__left:before,
.saboutlist--en .item__left:after {
  content: "";
  display: table;
}
.saboutlist--en .item__left:after {
  clear: both;
}
@media all and (max-width: 550px) {
  .saboutlist--en .item__left {
    float: none;
    padding-left: 40px;
    text-align: left;
  }
}
.saboutlist--en .item__left:before {
  right: -9px;
}
@media all and (max-width: 550px) {
  .saboutlist--en .item__left:before {
    right: initial;
    left: -9px;
  }
}
.saboutlist--en .item__left .item__img {
  position: absolute;
  left: 110%;
  top: 0;
}
@media all and (max-width: 550px) {
  .saboutlist--en .item__left .item__img {
    left: 0;
    position: relative;
  }
}
.saboutlist--en .item__right {
  text-align: left;
  padding-left: 40px;
  float: right;
}
@media all and (max-width: 550px) {
  .saboutlist--en .item__right {
    float: none;
  }
}
.saboutlist--en .item__right:before {
  left: -9px;
}
.saboutlist--en .item__right .item__img {
  left: -290px;
  position: absolute;
  top: 0;
}
@media all and (max-width: 550px) {
  .saboutlist--en .item__right .item__img {
    left: 0;
    position: relative;
  }
}
.saboutlist--en .item__img {
  margin-top: 30px;
  max-width: 220px;
  position: relative;
  width: 100%;
}
.saboutlist--en .item__img img {
  width: 100%;
}
.saboutlist--en .item__img.bigger {
  max-width: 250px;
}
.saboutlist--en .item__3 {
  background: #ffffff;
  margin-bottom: 0;
}
.page-id-153 .projectlist .item__title {
  font-size: 22px;
  line-height: 30px;
}
.progressblock {
  background-color: #f1f6f8;
}
/* ------------------ HEADER ----------------*/
.header {
  background: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .wrap {
  padding: 40px 0;
  padding-left: 390px !important;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .header .wrap {
    padding-left: 3% !important;
  }
}
.nav-up .header {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 370px;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .logo {
    left: 3%;
  }
}
@media all and (max-width: 550px) {
  .logo {
    max-width: 240px;
  }
}
@media all and (max-width: 400px) {
  .logo {
    max-width: 194px;
  }
}
.logo img {
  display: block;
  width: 100%;
}
.headerbox {
  font-size: 0;
}
.headersearch {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
a.headersearch__icon {
  color: #707070;
  font-size: 20px;
}
a.headersearch__icon:hover {
  color: #3bb0c0;
}
.headerlangueages {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 30px;
}
@media all and (max-width: 550px) {
  .headerlangueages {
    margin-left: 20px;
  }
}
.headerbox__wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 0;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (max-width: 767px) {
  .headerbox__wrap {
    right: 3%;
  }
}
@media all and (min-width: 768px) and (max-width: 990px) {
  .headerbox__wrap {
    right: 80px;
  }
}
.langs {
  font-size: 0;
}
.langs li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.langs li + li {
  margin-left: 5px;
}
.langs a {
  text-transform: uppercase;
  text-decoration: none;
  color: #707070;
}
.langs a:hover {
  color: #3bb0c0;
  text-decoration: none;
}
/********************* Footer ******************/
.footer {
  background-color: #111;
  position: relative;
}
.footer .wrap {
  padding: 100px 0 40px 0;
  max-width: 920px;
}
.footer a {
  text-decoration: none;
  color: #707070;
}
.footer a:hover {
  text-decoration: none;
  color: #3bb0c0;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 60px;
  z-index: 1000;
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 10000;
  background-color: #308190;
  padding: 12px 6px;
  border-radius: 26px 0 0 26px;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #toogle-menu {
    top: 62px;
  }
}
#toogle-menu span {
  display: block;
  width: 100%;
  max-width: 26px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  height: 4px;
  background-color: #ffffff;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.nav-up .menu {
  position: fixed;
  z-index: 999;
  top: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.main-menu {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 8%;
}
@media all and (min-width: 768px) and (max-width: 990px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
    margin-left: 0;
  }
}
.main-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
@media all and (min-width: 990px) and (max-width: 1180px) {
  .main-menu > li {
    margin-left: 0;
  }
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  padding-right: 0;
  border-right: none;
}
.main-menu > li:last-child:after {
  display: none;
}
.main-menu > li:hover > a {
  text-decoration: none;
  color: #3bb0c0;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.menu-item-has-children > a {
  /*padding-right: 38px;

				&:before {
					.fAwesome;
					content: "\f078";
					color: @links;
					.t50;
					right: 18px;
					font-weight: bold;
					font-size: 10px;
					z-index: 2;

					@media @tablet, @mobile {
						display: none;
					}

				}*/
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a {
  text-decoration: none;
  color: #3bb0c0;
  font-weight: bold;
}
.main-menu > li > a {
  font-size: 18px;
  line-height: 24px;
  color: #707070;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  position: relative;
  font-weight: 300;
}
@media all and (min-width: 990px) and (max-width: 1180px) {
  .main-menu > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #3bb0c0;
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f1f1f1;
    padding: 10px 10px;
    width: 660px;
    text-align: center;
    left: 50%;
    margin-left: -330px;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li {
    width: 100%;
    max-width: 33%;
    padding: 20px;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li:hover > a {
    background: none;
    color: #3bb0c0;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li > a {
    color: #707070;
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 26px;
    position: relative;
    padding-bottom: 10px;
  }
  .main-menu > li.menu-item-27 .sub-menu > li > a:after {
    content: "";
    height: 1px;
    border-bottom: thick solid #3bb0c0;
    width: 90px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li > a:hover {
    background: none;
    color: #3bb0c0;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li > a:hover:before {
    opacity: 0.6;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li > a:before {
    content: "";
    display: block;
    background-color: #666;
    width: 90%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li > a:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-125 > a:before {
    background: url(/wp-content/uploads/2023/03/01-1500x1001.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-124 > a:before {
    background: url(/wp-content/uploads/2023/03/02.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-72 > a:before {
    background: url(/wp-content/uploads/2023/03/03.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-123 > a:before {
    background: url(/wp-content/uploads/2023/03/04-1500x992.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-122 > a:before {
    background: url(/wp-content/uploads/2023/03/05.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media all and (min-width: 990px) {
  .main-menu > li.menu-item-27 .sub-menu > li.menu-item-121 > a:before {
    background: url(/wp-content/uploads/2023/03/06.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #3bb0c0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  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;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.top-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.top-menu .sub-menu > li:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #359eac;
}
.main-menu .sub-menu > li:hover > a:after,
.top-menu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #359eac;
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 15px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: 400;
  border-bottom: thin solid #4cb9c8;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #359eac;
}
.header.active #toogle-menu,
.menu.active #toogle-menu {
  background-color: #308190;
}
.header.active .main-menu,
.menu.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #3bb0c0;
  z-index: 9999;
  top: 100%;
  width: 100%;
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header.active .main-menu > li,
.menu.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.active .main-menu > li:hover .sub-menu,
.menu.active .main-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,
.menu.active .main-menu > li .sub-menu {
  display: none;
  width: 100%;
  /*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;
}
.header.active .main-menu > li .sub-menu.show,
.menu.active .main-menu > li .sub-menu.show {
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu > li .sub-menu.show > li > a,
.menu.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
}
.header.active .main-menu > li > .nav-click,
.menu.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 6px 20px;
  background-color: #2f8c99;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before,
.menu.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  margin-top: 3px;
  display: block;
}
.header.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #666666;
}
.header.active .main-menu > li.current-menu-item > a:hover,
.menu.active .main-menu > li.current-menu-item > a:hover {
  background-color: #575757;
}
.header.active .main-menu > li a:after,
.menu.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a,
.menu.active .main-menu > li > a {
  padding: 14px 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #4cb9c8;
  /*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;
  font-family: 'Signika';
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: normal;
  background: none !important;
}
.header.active .main-menu > li > a:hover,
.menu.active .main-menu > li > a:hover {
  background: none !important;
}
