@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/pro/css/all.min.css);
@import url(../fonts/red-hat/stylesheet.css);
@import url(../fonts/poppins/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;
}
.thin {
  font-family: 'Red Hat Display';
  font-weight: 100;
}
.extralight {
  font-family: 'Red Hat Display';
  font-weight: 200;
}
.light {
  font-family: 'Red Hat Display';
  font-weight: 300;
}
.regular {
  font-family: 'Red Hat Display';
  font-weight: 400;
}
.medium {
  font-family: 'Red Hat Display';
  font-weight: 500;
}
.semibold {
  font-family: 'Red Hat Display';
  font-weight: 600;
}
.bold {
  font-family: 'Red Hat Display';
  font-weight: 700;
}
.extrabold {
  font-family: 'Red Hat Display';
  font-weight: 800;
}
.black {
  font-family: 'Red Hat Display';
  font-weight: 900;
}
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 {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #219ebc;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #fb8500;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}
body {
  font-family: 'Josefin Sans', 'Poppins', Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 64px;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  body {
    padding-top: 98px;
  }
}
.wrap {
  margin: 0 auto;
  max-width: 1200px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.mb40 {
  margin-bottom: 40px;
}
.button {
  text-decoration: none !important;
  padding: 12px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #219ebc !important;
  font-size: 13px;
  text-align: center;
  height: auto !important;
  line-height: 13px !important;
  position: relative;
  margin-top: 20px;
  font-family: 'Red Hat Display';
  font-weight: 700;
  border: thin solid transparent;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  letter-spacing: 0.10em;
}
.button .button__icon {
  position: absolute;
  background-color: #fb8500;
  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: #fb8500 !important;
}
.button:hover .button__icon {
  background-color: #fb8500;
}
.button:hover .button__icon .far {
  color: #219ebc !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: #fb8500 !important;
  border-color: #fb8500;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #219ebc !important;
  border-color: #219ebc;
}
.button--inverse {
  background: none !important;
  color: #219ebc !important;
  border-color: #219ebc;
}
.button--inverse:hover {
  background: #219ebc !important;
  color: #ffffff !important;
  border-color: #219ebc;
}
.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;
}
.colored {
  color: #219ebc;
}
.bg-grey {
  background-color: #f2f2f2;
}
@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;
  }
}
.uptitle {
  color: #219ebc;
  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: 100px 0;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 50px 0;
  }
}
.block__title {
  font-size: 40px;
  line-height: 46px;
  color: #023047;
  font-family: 'Red Hat Display';
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}

.block__title span {
  display: block;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  color: #2e3031;
}

a.block__more {
  float: right;
  color: #000000;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #219ebc;
}
.block__top {
  *zoom: 1;
  margin-bottom: 30px;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top.text-center .block__title:after {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.main blockquote {
  background-color: #f5f5f5;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 24px;
  border: none;
  margin-top: 40px;
}
.main blockquote h1,
.main blockquote h2,
.main blockquote h3,
.main blockquote h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.main blockquote p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  max-width: 600px !important;
  margin: 40px auto;
  height: 300px !important;
}
.main .rll-youtube-player {
  width: 100% !important;
  max-width: 900px;
  margin: 40px auto;
}
.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: 1220px), all and (min-width: 768px) and (max-width: 989px) {
  .main h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
.main h2 {
  font-size: 48px;
  line-height: 56px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #219ebc;
  font-weight: 300;
  clear: both;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h3 {
  font-size: 36px;
  line-height: 42px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #219ebc;
  clear: both;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  clear: both;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.main ul > li:before {
  content: "";
  background-color: #219ebc;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
.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: #219ebc;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
  font-size: 15px;
}
@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 th {
  text-align: center;
  color: #ffffff;
  padding: 10px 14px;
  background-color: #023047;
  font-size: 15px;
  line-height: 22px;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:hover {
  background-color: #f3f3f3;
}
.main table tr td {
  padding: 16px 14px;
  color: #000000;
  border-bottom: thin solid #ddd;
}
@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: 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 .gallery-columns-2 .gallery-item {
  width: 48.85% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-2 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-2 .gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.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: 989px), 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: 989px), 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: 989px), 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;
}
@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 5 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 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 10px;
  bottom: 0;
  left: 0;
  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: #2e3031;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #2e3031;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2e3031;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #2e3031;
}
.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: 'Red Hat Display';
  padding: 0 20px;
  color: #2e3031;
  border: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #219ebc;
}
.main select,
.main option {
  color: #2e3031;
  font-weight: 400;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 12px;
}
.main textarea {
  padding: 20px;
  height: 200px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 14px 10px;
  display: inline-block;
  color: #ffffff !important;
  background: #fb8500 !important;
  font-size: 14px;
  text-align: center;
  height: auto !important;
  line-height: 14px !important;
  text-transform: uppercase;
  position: relative;
  border: none;
  font-weight: bold;
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  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: #219ebc !important;
  color: #ffffff !important;
}
.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 .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 .ajax-loader {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .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 {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: 1px solid #a6a8a7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio 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 {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #fb8500;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #fb8500;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #219ebc;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #000000;
  text-decoration: none;
}
.paginator .current {
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  background-color: #219ebc;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #fb8500;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #219ebc;
  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: #e0a847;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #e8bc73;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #efd19f;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #e0a847;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #219ebc;
  color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .animated {
    opacity: 1 !important;
    /*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 {
  position: relative;
  z-index: 1;
}
#slider {
  background-color: #ffffff;
}
#slider .item .wrap {
  z-index: 3;
  height: calc(100vh - 64px);
}
@media all and (max-width: 767px) {
  #slider .item .wrap {
    height: auto;
    padding: 140px 0 80px 0;
  }
}
#slider .carousel-control {
  opacity: 1;
  width: 26px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 850px) {
  #slider .carousel-control {
    display: none;
  }
}
#slider .carousel-control > span {
  width: 26px;
  height: 41px;
  font-size: 0;
}
#slider .carousel-control.left {
  left: 4%;
}
#slider .carousel-control.left > span {
  /*background: url(../images/slider-left.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-left: 0 !important;
  left: 0;
}
#slider .carousel-control.right {
  right: 4%;
}
#slider .carousel-control.right > span {
  /*background: url(../images/slider-right.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-right: 0 !important;
  right: 0;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .item__text {
  max-width: 550px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  left: 0;
  z-index: 2;
  border-radius: 10px;
  background: rgba(54, 53, 53, 0.92);
  padding: 30px 70px;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text {
    left: 3%;
  }
}
@media all and (max-width: 767px) {
  #slider .item__text {
    padding: 20px 70px;
    max-width: 94%;
    text-align: center;
    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;
    background: rgba(54, 53, 53, 0.62);
  }
}
#slider .item__text h2 {
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 30px;
  font-family: 'Red Hat Display';
  font-weight: 100;
  position: relative;
  padding-top: 46px;
  padding-top: 26px;
}
#slider .item__text h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 240px;
  border-bottom: thin solid #219ebc;
}
@media all and (max-width: 767px) {
  #slider .item__text h2 {
    font-size: 24px;
    line-height: 34px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  #slider .item__text h2:before {
    display: none;
  }
}
#slider .item__text h2 span {
  display: block;
  color: #219ebc;
}
#slider .item__text h3 {
  font-family: 'Red Hat Display';
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}
@media all and (max-width: 767px) {
  #slider .item__text h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
#slider .item__text .item__link {
  position: absolute;
  right: 70px;
  bottom: 50px;
  font-size: 40px;
}
.carousel-indicators {
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  display: block;
  z-index: 2;
  text-align: center;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .carousel-indicators {
    padding-right: 3%;
  }
}
@media all and (max-width: 767px) {
  .carousel-indicators {
    text-align: center;
    padding-right: 0;
  }
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: none;
  border-radius: 10px !important;
  margin: 4px !important;
  -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;
}
.carousel-indicators li.active {
  background-color: #219ebc;
  width: 20px;
  height: 20px;
  margin: 0 4px !important;
}
.showcase__page {
  position: relative;
  background: #ffffff;
  color: #ffffff;
}
.showcase__page:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(21, 21, 21, 0.2);
}
.showcase__page .wrap {
  padding: 120px 0;
}
.showcase__page h1 {
  font-size: 70px;
  line-height: 78px;
  position: relative;
  font-weight: 500;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
#pudorysy .wrap {
  padding-top: 130px;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px) {
  #pudorysy .wrap {
    padding-top: 190px;
  }
}
@media all and (max-width: 767px) {
  #pudorysy .wrap {
    padding-top: 50px;
  }
}
.powders {
  font-size: 0;
}
.powders__text {
  display: inline-block;
  vertical-align: middle;
  width: 48.50%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .powders__text {
    width: 100%;
    margin-bottom: 40px;
    display: block;
  }
}
.powderslider__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 26px;
  padding-left: 36px;
  padding-right: 36px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .powderslider__controls {
    font-size: 14px;
    line-height: 20px;
  }
}
.pcontrols__label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  left: 0;
}
#powderslider {
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  width: 48.50%;
  margin-left: 3%;
  padding-top: 80px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #powderslider {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}
#powderslider .item .wrap {
  z-index: 3;
  height: 600px;
}
@media all and (max-width: 767px) {
  #powderslider .item .wrap {
    height: auto;
    padding: 40px 0 80px 0;
  }
}
#powderslider .carousel-control {
  opacity: 1;
  width: 29px;
  height: 51px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
}
#powderslider .carousel-control:hover {
  opacity: 0.7;
}
#powderslider .carousel-control > span {
  width: 23px;
  height: 40px;
  font-size: 0;
  display: block;
  margin-top: 0;
  top: 0;
  position: relative;
}
#powderslider .carousel-control.left {
  left: 0;
}
#powderslider .carousel-control.left > span {
  background: url(../images/slider-left.png) 0 0 no-repeat;
  -webkit-background-size: 23px 40px;
  background-size: 23px 40px;
  margin-left: 0 !important;
  left: 0;
}
#powderslider .carousel-control.right {
  right: 0;
}
#powderslider .carousel-control.right > span {
  background: url(../images/slider-right.png) 0 0 no-repeat;
  -webkit-background-size: 23px 40px;
  background-size: 23px 40px;
  margin-right: 0 !important;
  right: 0;
}
#situace {
  position: relative;
}
#situace .item__text {
  max-width: 450px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #ffffff;
  z-index: 2;
  border-radius: 0 10px 10px 0;
  background: rgba(54, 53, 53, 0.92);
  padding: 50px 70px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #situace .item__text {
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#situace .item__text h2 {
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 30px;
  font-family: 'Red Hat Display';
  font-weight: 100;
  position: relative;
  padding-top: 46px;
}
#situace .item__text h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 240px;
  border-bottom: thin solid #219ebc;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #situace .item__text h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    padding-top: 0;
    display: inline;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #situace .item__text h2:before {
    display: none;
  }
}
#situace .item__text h2 span {
  display: block;
  color: #219ebc;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #situace .item__text h2 span {
    display: inline;
  }
}
#situace .item__text h3 {
  font-family: 'Red Hat Display';
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #situace .item__text h3 {
    display: inline;
    font-size: 20px;
    line-height: 26px;
  }
}
#situace .item__text .item__link {
  position: absolute;
  right: 70px;
  bottom: 50px;
  font-size: 40px;
}
.parallax {
  height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .parallax {
    background-attachment: scroll;
    height: 500px;
  }
}
.sit__label {
  background-color: #ffffff;
  float: right;
  margin-top: 50px;
  padding: 20px 30px;
  font-family: 'Red Hat Display';
  font-weight: 100;
  font-size: 20px;
  line-height: 26px;
  color: #219ebc;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
#okoli {
  position: relative;
}
#okoli .wrap {
  position: initial;
}
.places__text {
  display: inline-block;
  vertical-align: middle;
  width: 48.50%;
}
@media all and (max-width: 767px) {
  .places__text {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.places__map {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 45%;
  height: 400px;
}
@media all and (max-width: 767px) {
  .places__map {
    display: block;
    width: 100%;
    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;
  }
}
@media all and (max-width: 500px) {
  .places__map {
    height: 300px;
  }
}
.places__map iframe {
  width: 100% !important;
  display: block !important;
  height: 100% !important;
  overflow: hidden !important;
  position: absolute;
}
.placescarousel .wrap {
  padding: 30px 0;
}
.placelist .item__photo {
  display: block;
  height: 200px;
}
.placelist .owl-nav {
  text-align: left !important;
  width: 100%;
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .placelist .owl-nav {
    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;
    width: 100px;
    text-align: center !important;
    position: relative;
    margin-top: 30px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.placelist .owl-nav button {
  font-size: 0 !important;
  color: #219ebc !important;
  outline: none !important;
  margin: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 23px;
  height: 40px;
}
.placelist .owl-nav button:hover {
  color: #219ebc !important;
}
.placelist .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -60px;
  background: url(../images/slider-left.png) center center no-repeat !important;
  -webkit-background-size: 23px 40px !important;
  background-size: 23px 40px !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .placelist .owl-nav .owl-prev {
    float: left;
    left: 0;
  }
}
.placelist .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -60px;
  background: url(../images/slider-right.png) center center no-repeat !important;
  -webkit-background-size: 23px 40px !important;
  background-size: 23px 40px !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .placelist .owl-nav .owl-next {
    float: right;
    right: 0;
  }
}
.placelist .owl-stage-outer {
  margin: 0 auto !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .placelist .owl-stage-outer {
    width: 100% !important;
  }
}
.placelist .item__photo {
  position: relative;
  overflow: hidden;
}
.placelist .item__photo:after {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 1;
  opacity: 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;
  -webkit-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  -o-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
}
@media all and (max-width: 767px) {
  .placelist .item__photo:after {
    display: none !important;
  }
}
.placelist .item__photo:before {
  content: "\f00e";
  font-family: 'Font Awesome 5 Pro';
  color: #219ebc;
  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: 300;
}
@media all and (max-width: 767px) {
  .placelist .item__photo:before {
    display: none !important;
  }
}
.placelist .item__photo:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.placelist .item__photo:hover:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  width: 100%;
  height: 100%;
}
.placelist .item__photo span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  left: 4%;
  top: 4%;
  width: 92%;
  height: 92%;
  border: thin solid #219ebc;
}
#rdum {
  position: relative;
}
#rdum .wrap {
  position: initial;
}
#rdum .places__map {
  right: auto;
  left: 0;
  width: 60%;
  height: 500px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #rdum .places__map {
    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;
    position: relative;
    top: 0;
  }
}
@media all and (max-width: 500px) {
  #rdum .places__map {
    height: 300px;
  }
}
#rdum .places {
  *zoom: 1;
}
#rdum .places:before,
#rdum .places:after {
  content: "";
  display: table;
}
#rdum .places:after {
  clear: both;
}
#rdum .places__text {
  float: right;
  width: 30%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #rdum .places__text {
    width: 100%;
    float: none;
  }
}
#standardy .wrap {
  max-width: 960px;
}
#standardy .block__title strong {
  font-weight: 400;
}
#standardy ul {
  margin: 20px 0;
  list-style-type: none !important;
}
#standardy ul > li {
  position: relative;
  padding-left: 44px;
  margin-bottom: 10px;
}
#standardy ul > li:before {
  content: "\f00c";
  color: #219ebc;
  font-family: 'Font Awesome 5 Pro';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}
#standardy .col__1 ul > li:before {
  content: "\f81b";
}
.cols {
  *zoom: 1;
}
.cols:before,
.cols:after {
  content: "";
  display: table;
}
.cols:after {
  clear: both;
}
.cols .col {
  width: 48.50%;
  float: left;
}
@media all and (max-width: 767px) {
  .cols .col {
    width: 100%;
    float: none;
  }
}
.cols .col__2 {
  margin-left: 3%;
}
@media all and (max-width: 767px) {
  .cols .col__2 {
    margin-left: 0;
    margin-top: 30px;
  }
}
#cenik {
  background-color: #f9f9f9;
}
.pricing .td__1 {
  
}
.pricing .td__7 a {
  background-color: #fb8500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.pricing .td__7 a:hover {
  background-color: #e0a847;
}
.pricing__legend {
  margin-top: 50px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .pricing__legend__list {
    margin-top: 30px;
  }
}
.pricing__legend__list .item {
  position: relative;
  padding-left: 40px;
  margin-top: 30px;
}
.pricing__legend__list .item:before {
  display: none !important;
}
.pricing__legend__list .item:first-child {
  margin-top: 0;
}
.pricing__legend__list .item.item__1 {
  padding-right: 250px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .pricing__legend__list .item.item__1 {
    padding-right: 0;
  }
}
.pricing__legend__list .item.item__1 .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .pricing__legend__list .item.item__1 .button {
    margin-top: 20px;
    top: 0;
    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;
    display: block;
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.pricing__legend__list .star {
  position: absolute;
  top: 0;
  left: 0;
  color: #219ebc;
}
#kontakt {
  background-color: #023047;
  border-bottom: thin solid rgba(255, 255, 255, 0.30);
  color: #ffffff;
  position: relative;
}
#kontakt .wrap {
  padding: 60px 0;
}
#kontakt a {
  color: #ffffff;
  
}

#kontakt a:hover {
  color: #ffffff;

}
.cbox {

}
.cbox h2 {
  font-family: 'Red Hat Display';
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
}
@media all and (max-width: 850px) {
  .cbox h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.cbox__img {
  position: absolute;
  width: 48.50%;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
@media all and (max-width: 767px) {
  .cbox__img {
    position: relative;
    height: 300px;
    width: 100%;
  }
}
.cbox__phone {
  font-size: 40px;
  line-height: 46px;
  margin-top: 30px;
}
@media all and (max-width: 850px) {
  .cbox__phone {
    font-size: 24px;
    line-height: 30px;
  }
}
.cbox__phone .fal {
  margin-right: 16px;
}
#modal__video .modal-header {
  padding-bottom: 40px;
}
.modal {
  z-index: 99999;
}
.modal-content {
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-content iframe {
  border: none;
}
.modal-dialog {
  width: 100%;
  max-width: 760px;
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 97%;
  }
}
@media all and (max-width: 550px) {
  .modal-dialog {
    max-width: 94%;
  }
}
.modal-dialog iframe {
  display: block;
  width: 100% !important;
  min-height: 80vh !important;
}
@media all and (max-width: 767px) {
  .modal-dialog iframe {
    min-height: 400px !important;
  }
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
@media all and (max-width: 600px) {
  .modal-header {
    padding-top: 20px;
  }
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  color: #8d8c8c;
  font-weight: 300;
  text-shadow: none;
  opacity: 1 !important;
  font-size: 30px;
}
@media all and (max-width: 600px) {
  .modal-header .close {
    top: 10px;
    right: 10px;
  }
}
.frm {
  padding: 0 40px;
}
@media all and (max-width: 550px) {
  .frm {
    padding-left: 0;
    padding-right: 0;
  }
}
.frm .acc label {
  font-weight: 300;
}
.frm h2 {
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  margin-top: 0;
  color: #000000;
}
.grecaptcha-badge {
  display: none;
}
#video {
  position: relative;
  margin-top: 20px;
}
#video .video__promo,
#video #alternative {
  width: 100%;
  height: auto;
  display: block;
}
/* ------------------ HEADER ----------------*/
.tos-caption {
  display: none !important;
}
.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  -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: #023047;
}
.header .wrap {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media all and (max-width: 1500px) {
  .header .wrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header .wrap {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.nav-up .header {
  position: fixed;
  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);
}
.nav-up a.cta__button {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.nav-up .header .logo {
  padding: 10px;
}
.nav-up .header .logo img {
  max-width: 50px;
}
.headerbox {
  float: right;
  *zoom: 1;
}
.headerbox:before,
.headerbox:after {
  content: "";
  display: table;
}
.headerbox:after {
  clear: both;
}
.logo {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 60px;
  background-color: #fff;
  width: 100%;
  max-width: 240px;
  text-align: center;
  padding: 30px 10px;
  border-radius: 0 0 20px 20px;
}
@media all and (max-width: 1500px) {
  .logo {
    border-radius: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .logo {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .logo {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (max-width: 450px) {
  .logo {
    font-size: 16px;
    line-height: 26px;
  }
}
.logo img {
  display: block;
  width: 100%;
  max-width: 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;
}
.logo a {
  display: block;
  text-decoration: none;
  color: #2e3031;
  text-transform: uppercase;
}
.logo a:hover {
  color: #023047;
  text-decoration: none;
}
.logo a:hover .logo__aditiv {
  color: #023047;
}
.logo span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.logo__aditiv {
  display: block;
  font-family: 'Red Hat Display';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}
@media all and (max-width: 450px) {
  .logo__aditiv {
    font-size: 13px;
    line-height: 20px;
  }
}
.headerbox__button {
  text-decoration: none !important;
  padding: 12px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #fb8500 !important;
  font-size: 13px;
  text-align: center;
  height: auto !important;
  line-height: 13px !important;
  position: relative;
  margin-top: 20px;
  font-family: 'Red Hat Display';
  font-weight: 700;
  border: thin solid transparent;
  letter-spacing: 0.10em;
  float: left;
  margin-left: 30px;
  margin-top: 12px;
  text-transform: uppercase;
  border-radius: 9999px;
}

.headerbox__button .button__icon {
  position: absolute;
  background-color: #fb8500;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.headerbox__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;
}
.headerbox__button span {
  display: inline-block;
  vertical-align: middle;
}
.headerbox__button .fa,
.headerbox__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;
}
.headerbox__button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #219ebc !important;
}
.headerbox__button:hover .button__icon {
  background-color: #219ebc;
}
.headerbox__button:hover .button__icon .far {
  color: #219ebc !important;
}
.headerbox__button:hover .fa,
.headerbox__button:hover .fas,
.headerbox__button:hover .far,
.headerbox__button:hover .fab {
  color: #ffffff;
}
.headerbox__button:hover span span {
  color: #ffffff;
}
.headerbox__button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #fb8500 !important;
  border-color: #fb8500;
}
.headerbox__button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #219ebc !important;
  border-color: #219ebc;
}
.headerbox__button--inverse {
  background: none !important;
  color: #219ebc !important;
  border-color: #219ebc;
}
.headerbox__button--inverse:hover {
  background: #219ebc !important;
  color: #ffffff !important;
  border-color: #219ebc;
}
.headerbox__button .button__icon {
  position: absolute;
  background-color: #fb8500;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.headerbox__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;
}
.headerbox__button span {
  display: inline-block;
  vertical-align: middle;
}
.headerbox__button .fa,
.headerbox__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;
}
.headerbox__button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #219ebc !important;
}
.headerbox__button:hover .button__icon {
  background-color: #219ebc;
}
.headerbox__button:hover .button__icon .far {
  color: #219ebc !important;
}
.headerbox__button:hover .fa,
.headerbox__button:hover .fas,
.headerbox__button:hover .far,
.headerbox__button:hover .fab {
  color: #ffffff;
}
.headerbox__button:hover span span {
  color: #ffffff;
}
.headerbox__button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #fb8500 !important;
  border-color: #fb8500;
}
.headerbox__button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #219ebc !important;
  border-color: #219ebc;
}
.headerbox__button--inverse {
  background: none !important;
  color: #219ebc !important;
  border-color: #219ebc;
}
.headerbox__button--inverse:hover {
  background: #219ebc !important;
  color: #ffffff !important;
  border-color: #219ebc;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  
}
@media all and (max-width: 767px) {
  .headerbox__button {
    margin-left: 14px;
  }
}
@media all and (max-width: 450px) {
  .headerbox__button {
    padding: 10px 18px;
    font-size: 10px;
  }
}
/********************* Footer ******************/
.footer {
  background: #023047;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.footer .wrap {
  padding: 40px 0;
}
.footer p {
  font-size: 14px;
  line-height: 24px;
}
.footer a {
  color: #fb8500;
}
.copyright a.cta__button {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  display: block;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .copyright a.cta__button {
    display: block !important;
  }
}
.copyright .wrap {
  font-size: 0;
  padding: 20px 0;
}
.copyright__left {
  width: 48.50%;
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
}
.copyright__left:before,
.copyright__left:after {
  content: "";
  display: table;
}
.copyright__left:after {
  clear: both;
}
@media all and (max-width: 500px) {
  .copyright__left {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
.copyright__right {
  margin-left: 3%;
  width: 48.50%;
  color: #363535;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 500px) {
  .copyright__right {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.copyright__right p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.60;
}
a.cta__button {
  background-color: #219ebc;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  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;
  padding: 14px 20px;
  width: 164px;
  text-align: right;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 999;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.cta__button {
    display: none !important;
  }
}
a.cta__button:after {
  content: "";
  display: block;
  background: url(../images/cta_shade.png) right 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  height: 20px;
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 100%;
}
a.cta__button:hover {
  background-color: #fb8500;
  color: #ffffff;
  text-decoration: none;
}
a.cta__button .fal {
  position: absolute;
  left: 14px;
  top: 14px;
  color: #ffffff;
  font-size: 30px;
  display: none;
}
.fmenu {
  border-top: thin solid #ddd;
}
.fmenu .wrap {
  padding: 10px 0;
}
.footer-menu {
  font-size: 0;
  text-align: center;
}
.footer-menu > li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 14px;
}
.footer-menu > li > a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
.footer-menu > li > a:hover {
  text-decoration: none;
}
.footer-menu .submenu,
.footer-menu .sub-menu {
  display: none;
}
.footer .logo {
  font-size: 18px;
}
.footer .logo img {
  max-width: 50px !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer .logo {
    left: 0;
    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;
  }
}
.footer .logo a {
  color: #2e3031;
}
.footer .logo a:hover .logo__aditiv {
  color: #219ebc;
}
.fcols {
  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: 600px) {
  .fcols {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  .fcols .col {
    width: 100% !important;
    padding-right: 0 !important;
    margin: 30px 0;
  }
}
.fcols .col__1 {
  width: 35%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .fcols .col__1 {
    width: 33.33%;
    padding-right: 20px;
  }
}
.fcols .col__2 {
  width: 25%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .fcols .col__2 {
    width: 33.33%;
  }
}
.fcols .col__3 {
  width: 40%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .fcols .col__3 {
    width: 33.33%;
  }
}
.fcols .col__title {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Red Hat Display';
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: left;
  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 {
  display: block;
  margin-bottom: 0.6rem;
  height: 1px;
  border-bottom: thin solid #ffffff;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  *zoom: 1;
  float: left;
}
.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: 20px;
}

.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  padding-right: 0;
}
.main-menu > li:last-child:after {
  display: none;
}
.main-menu > li:hover > a {
  color: #fb8500;
  border-color: #fb8500;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.menu-item-has-children > a {
  padding-right: 14px;
  margin-right: 8px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu-item-has-children > a {
    padding-right: 10px;
  }
}
.main-menu > li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
  color: #000000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-weight: bold;
  font-size: 9px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu-item-has-children > a:before {
    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 {
  color: #219ebc;
  border-color: #219ebc;
}
.main-menu > li > a {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px 10px;
  position: relative;
  font-family: 'Red Hat Display';
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #fb8500;
  border-color: #fb8500;
}
.main-menu > li > a:hover:after {
  width: 100%;
  border-color: #fb8500;
}
.main-menu > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 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;
  border-bottom: thick solid transparent;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #219ebc;
  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: #c4a268;
}
.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,
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #c4a268;
}
.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: 300;
  border-bottom: thin solid #d2b88c;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #c4a268;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
}
.header.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #219ebc;
  z-index: 9999;
  top: 100%;
  width: 100%;
  height: calc(100vh - 105px);
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  /*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;
  overflow: auto;
}
.header.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.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 {
  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 {
  background-color: #fb8500;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
  border-bottom: 1px solid #e8bc73;
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 6px 20px;
  background-color: #bd9655;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-top: 11px;
}
.header.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #fb8500;
}
.header.active .main-menu > li.current-menu-item > a:hover {
  background-color: #000000;
}
.header.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a {
  padding: 20px 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: thin solid rgba(255, 255, 255, 0.30);
  /*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: 'Red Hat Display';
  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 {
  background: none !important;
}
#menu-item-43:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#menu-item-43:before {
  content: "Často kladené otázky";
  position: absolute;
  text-align: center;
  left: 50%;
  top: -9px;
  margin-left: -65px;
  background-color: #219ebc;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  padding: 1px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  width: 130px;
  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: 650px) {
  
  .headerbox__button {
    font-size: 8px;
    line-height: 8px;
    padding: 2px 4px;
    margin-top: 16px;
  }

  #toogle-menu {
    margin-top: 18px;
  }

}


