@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/roboto/stylesheet.css);
@import url(../fonts/oswald/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 {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #43c0ef;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #7ad7ff;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #111111;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #fff;
  padding-top: 128px;
}
.bg {
  background-color: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e9e9e9));
  background: -webkit-linear-gradient(top, #fefefe, #e9e9e9);
  background: -moz-linear-gradient(top, #fefefe, #e9e9e9);
  background: -ms-linear-gradient(top, #fefefe, #e9e9e9);
  background: -o-linear-gradient(top, #fefefe, #e9e9e9);
  padding-bottom: 80px;
}
.wrap {
  margin: 0 auto;
  max-width: 1150px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1170px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 12px 40px;
  display: inline-block;
  color: #ffffff !important;
  background: #43c0ef !important;
  font-size: 18px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  border: thin solid transparent;
}
.button .button__icon {
  position: absolute;
  background-color: #7ad7ff;
  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: #7ad7ff !important;
}
.button:hover .button__icon {
  background-color: #7ad7ff;
}
.button:hover .button__icon .far {
  color: #43c0ef !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button--reverse {
  color: #43c0ef !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.button--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #43c0ef !important;
  border-color: #43c0ef;
}
.button--inverse {
  background: none !important;
  color: #43c0ef !important;
  border-color: #43c0ef;
}
.button--inverse:hover {
  background: #43c0ef !important;
  color: #ffffff !important;
  border-color: #43c0ef;
}
.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: #43c0ef;
}
@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;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.uptitle {
  color: #43c0ef;
  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: 50px 0;
}
@media all and (min-width: 990px) and (max-width: 1170px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block__title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #43c0ef;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
a.block__more {
  float: right;
  color: #111111;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #43c0ef;
}
.block__top {
  *zoom: 1;
  margin-bottom: 40px;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top h2 {
  font-family: 'Oswald';
  font-size: 30px;
  line-height: 36px;
}
.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:not(#dwqa-answer-content_ifr) {
  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: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  clear: both;
  font-family: 'Oswald';
  text-transform: uppercase;
  border-bottom: thin solid rgba(0, 0, 0, 0.2);
}
.main h2 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  font-family: 'Oswald';
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h2 span {
  display: block;
  color: #43c0ef;
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #43c0ef;
  clear: both;
  font-family: 'Oswald';
}
@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;
  color: #43c0ef;
}
.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: #43c0ef;
  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 20px 20px;
  list-style-type: none;
}
.main ol > li {
  position: relative;
  padding-left: 5px;
  margin: 0 0 4px 0;
  line-height: 24px;
  list-style-position: outside;
  /*&:before {
          content: counter(item)".";
          position: absolute;
          left: 0;
          top: 0;
          color: @links;
        }*/
}
.main ol > li::marker {
  color: #43c0ef;
}
.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 th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #43c0ef;
  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: #111111;
  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: 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: #808080;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #808080;
}
.main .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
}
.main .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 20px !important;
}
.main .wpcf7 form.invalid .wpcf7-response-output,
.main .wpcf7 form.unaccepted .wpcf7-response-output,
.main .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900 !important;
  color: #000000;
}
.main .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450 !important;
  color: #ffffff;
  padding: 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main input[type=date],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  font-family: 'Roboto';
  padding: 0 20px;
  color: #111111;
  border: thin solid rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 6px;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main input[type=date]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #43c0ef;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main select,
.main option {
  color: #7ad7ff;
  font-weight: bold;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #7ad7ff;
  line-height: 20px;
  margin-bottom: 12px;
}
.main textarea {
  padding: 20px;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 16px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #43c0ef !important;
  font-size: 18px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  border: none;
  font-weight: bold;
}
.main input[type=submit]:hover {
  background: #7ad7ff !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
}
.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,
.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.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: 300;
  line-height: 20px;
  font-size: 13px;
  color: #111111;
}
.wpcf7-acceptance label a,
.wpcf7-radio label a,
.wpcf7-checkbox label a {
  color: #111111;
  text-decoration: underline;
}
.wpcf7-acceptance label a:hover,
.wpcf7-radio label a:hover,
.wpcf7-checkbox label a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.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: 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-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: 15px;
  color: #ffffff;
  background-color: #43c0ef;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #43c0ef;
}
.wpcf7-checkbox label {
  color: #7ad7ff;
  font-size: 13px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #43c0ef;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #111111;
  text-decoration: none;
}
.paginator .current {
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  background-color: #43c0ef;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #7ad7ff;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #43c0ef;
  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: #61cfff;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #94dfff;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #c7eeff;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #61cfff;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #43c0ef;
  color: #ffffff;
}
.is_mobile {
  display: none;
}
@media all and (max-width: 767px) {
  .is_mobile {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .is_not_mobile {
    display: none;
  }
}
@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;
}
.showcase__text {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  font-family: 'Oswald';
  z-index: 2;
}
@media all and (max-width: 767px) {
  .showcase__text {
    text-align: center;
  }
}
.showcase__text h1 {
  font-size: 46px;
  line-height: 52px;
}
@media all and (max-width: 767px) {
  .showcase__text h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
  }
}
.showcase__text p {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .showcase__text p {
    font-size: 16px;
  }
}
.showcase__icons {
  width: 100%;
  left: 0;
  position: absolute;
  top: 30px;
  z-index: 1;
  text-align: right;
}
@media all and (max-width: 767px) {
  .showcase__icons {
    top: 20px;
    text-align: center;
  }
}
.showcase__icons img {
  max-width: 250px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__icons img {
    max-width: 150px;
  }
}
#slider {
  background-color: #ffffff;
}
#slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
#slider .item .wrap {
  z-index: 3;
  height: 80vh;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item .wrap {
    height: 600px;
  }
}
#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;
}
.carousel-indicators {
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: -90px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  display: block;
  z-index: 2;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #e9e8e8;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 4px !important;
}
.carousel-indicators li.active {
  background-color: #43c0ef;
}
.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: 60px 0;
}
.showcase__page h1 {
  font-size: 50px;
  line-height: 56px;
  position: relative;
  font-weight: 500;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  font-family: 'Oswald';
}
@media all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media all and (max-width: 767px) {
  .is_mobile .orderlist {
    margin-top: 0;
  }
}
.orderlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 100%;
  font-family: 'Oswald';
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .orderlist {
    display: block;
    font-size: 0;
  }
}
.orderlist .item {
  margin-left: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .orderlist .item {
    width: 31.33%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: top;
  }
}
@media all and (max-width: 767px) {
  .orderlist .item {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.orderlist .item:first-child {
  margin-left: 0;
}
.orderlist .button {
  margin: 0;
  min-width: 300px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 26px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .orderlist .button {
    min-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .orderlist .button {
    text-align: center;
  }
}
.menubox {
  position: relative;
  z-index: 2;
  margin-top: -50px;
}
.menuboxlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Oswald';
}
.menuboxlist li {
  width: 25%;
  border-left: thin solid #43c0ef;
  background-color: #ffffff;
  border-bottom: thin solid #43c0ef;
}
@media all and (max-width: 600px) {
  .menuboxlist li {
    width: 50%;
    border-bottom: none;
  }
}
.menuboxlist li:first-child {
  border-left: none;
}
@media all and (max-width: 600px) {
  .menuboxlist li:nth-child(3),
  .menuboxlist li:nth-child(4) {
    border-top: thin solid #43c0ef;
  }
}
@media all and (max-width: 600px) {
  .menuboxlist li:nth-child(3) {
    border-left: none;
  }
}
@media all and (max-width: 600px) {
  .menuboxlist li:nth-child(4) {
    border-left: thin solid #43c0ef;
  }
}
.menuboxlist a.button {
  margin: 0;
  width: 100%;
  padding: 20px;
  height: 100%;
  background-color: #ffffff !important;
  color: #43c0ef !important;
}
@media all and (max-width: 450px) {
  .menuboxlist a.button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
.menuboxlist a.button:hover {
  background-color: #43c0ef !important;
  color: #ffffff !important;
}
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .flexbox {
    display: block;
  }
}
.flexbox .item {
  width: 48.50%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .flexbox .item {
    width: 100%;
  }
}
.flexbox .item + .item {
  margin-left: 3%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .flexbox .item + .item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.claimtest {
  background: url(../images/bg_hpclaim.jpg) right center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  padding: 36px;
  position: relative;
}
.claimtest:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
@media all and (min-width: 990px) and (max-width: 1170px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .claimtest:before {
    display: block;
  }
}
.claimtest__text {
  padding-right: 200px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 600px) {
  .claimtest__text {
    padding-right: 0;
    text-align: center;
  }
}
.claimtest__text h2 {
  font-family: 'Oswald';
  font-size: 30px;
  line-height: 36px;
}
.claimtest__text h2 span {
  display: block;
  color: #43c0ef;
}
.claimtest__text p strong {
  color: #43c0ef;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Oswald';
  display: block;
}
.claimtest__text .button {
  margin-top: 0;
}
.claimhelp {
  background: #43c0ef url(../images/bg_claimhelp2.jpg) left center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  padding: 20px 30px;
}
@media all and (max-width: 500px) {
  .claimhelp {
    background: #43c0ef none;
    padding: 30px;
  }
}
.claimhelp__text {
  padding-left: 200px;
}
@media all and (max-width: 500px) {
  .claimhelp__text {
    padding-left: 0;
    text-align: center;
  }
}
.claimhelp__text h2 {
  font-family: 'Oswald';
  font-size: 30px;
  line-height: 36px;
}
.claimhelp__text p {
  margin: 4px 0 10px 0;
}
.claimhelp__text a.button:hover {
  border-color: #ffffff;
}
.claimhelp__text a {
  color: #43c0ef !important;
}
.claimfaq {
  background: #eeeeee url(../images/bg_claimfaq.jpg) right top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #111111;
  padding: 20px 30px;
  margin-top: 27px;
  position: relative;
}
.claimfaq:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
@media all and (max-width: 500px) {
  .claimfaq:before {
    display: block;
  }
}
.claimfaq__text {
  padding-right: 150px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 500px) {
  .claimfaq__text {
    text-align: center;
    padding-right: 0;
  }
}
.claimfaq__text h2 {
  font-family: 'Oswald';
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
.claimfaq__text p {
  margin: 0;
  font-size: 0;
}
.claimfaq__text a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Oswald';
  text-decoration: none;
  color: #111111;
}
@media all and (max-width: 500px) {
  .claimfaq__text a {
    margin: 10px;
  }
}
.claimfaq__text a:hover {
  text-decoration: none;
}
.claimfaq__text .separator {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  width: 1px;
  height: 12px;
  border-right: medium solid #43c0ef;
}
@media all and (max-width: 500px) {
  .claimfaq__text .separator {
    display: none;
  }
}
.infobox {
  *zoom: 1;
}
.infobox:before,
.infobox:after {
  content: "";
  display: table;
}
.infobox:after {
  clear: both;
}
.infobox + .infobox {
  margin-top: 40px;
}
.infobox__img {
  width: 48.50%;
  float: left;
}
@media all and (max-width: 767px) {
  .infobox__img {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.infobox__img img {
  width: 100%;
}
.infobox__text {
  float: left;
  width: 48.50%;
  margin-left: 3%;
}
@media all and (max-width: 767px) {
  .infobox__text {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .infobox__text h2 {
    margin-top: 0;
  }
}
.infobox__text strong {
  color: #43c0ef;
}
.infobox.reverse .infobox__img {
  float: right;
}
.infobox.reverse .infobox__text {
  margin-left: 0;
  margin-right: 3%;
}
.storieslist .owl-dots {
  display: none !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .storieslist .owl-dots {
    display: block !important;
  }
}
.storieslist .item {
  position: relative;
}
.storieslist .item:hover .item__text h3 {
  color: #43c0ef;
}
.storieslist .item__img {
  height: 200px;
}
.storieslist .item__text {
  padding: 30px;
}
.storieslist .item__text h3 {
  font-family: 'Oswald';
  font-size: 24px;
  line-height: 30px;
}
.storieslist .item__text p {
  margin-bottom: 0;
  margin-top: 4px;
  font-size: 14px;
}
.storieslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.storieslist .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) {
  .storieslist .owl-nav {
    display: none !important;
  }
}
.storieslist .owl-nav button {
  font-size: 0 !important;
  width: 50px !important;
  height: 50px !important;
  color: #ffffff !important;
  outline: none !important;
  margin: 0 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.storieslist .owl-nav button:hover {
  color: #43c0ef !important;
}
.storieslist .owl-nav .owl-prev {
  left: -90px;
  background: #43c0ef url(../images/arr-left.svg) center center no-repeat !important;
  -webkit-background-size: 10px 49px !important;
  background-size: 10px 49px !important;
}
@media all and (max-width: 1350px) {
  .storieslist .owl-nav .owl-prev {
    left: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .storieslist .owl-nav .owl-prev {
    float: left;
  }
}
.storieslist .owl-nav .owl-next {
  right: -90px;
  background: #43c0ef url(../images/arr-right.svg) center center no-repeat !important;
  -webkit-background-size: 10px 49px !important;
  background-size: 10px 49px !important;
}
@media all and (max-width: 1350px) {
  .storieslist .owl-nav .owl-next {
    right: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .storieslist .owl-nav .owl-next {
    float: right;
  }
}
.interestlist .owl-dots {
  display: none !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .interestlist .owl-dots {
    display: block !important;
  }
}
.interestlist .item:hover .item__text h3 {
  color: #43c0ef;
}
.interestlist .owl-item .item__icon img {
  width: auto;
  display: inline-block;
}
.interestlist .item__text {
  padding: 30px 30px 30px 0;
}
.interestlist .item__text h3 {
  font-family: 'Oswald';
  font-size: 24px;
  line-height: 30px;
}
.interestlist .item__text p {
  margin-bottom: 0;
  margin-top: 4px;
}
.interestlist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.interestlist .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) {
  .interestlist .owl-nav {
    display: none !important;
  }
}
.interestlist .owl-nav button {
  font-size: 0 !important;
  width: 50px !important;
  height: 50px !important;
  color: #ffffff !important;
  outline: none !important;
  margin: 0 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.interestlist .owl-nav button:hover {
  color: #43c0ef !important;
}
.interestlist .owl-nav .owl-prev {
  left: -90px;
  background: #43c0ef url(../images/arr-left.svg) center center no-repeat !important;
  -webkit-background-size: 10px 49px !important;
  background-size: 10px 49px !important;
}
@media all and (max-width: 1350px) {
  .interestlist .owl-nav .owl-prev {
    left: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .interestlist .owl-nav .owl-prev {
    float: left;
  }
}
.interestlist .owl-nav .owl-next {
  right: -90px;
  background: #43c0ef url(../images/arr-right.svg) center center no-repeat !important;
  -webkit-background-size: 10px 49px !important;
  background-size: 10px 49px !important;
}
@media all and (max-width: 1350px) {
  .interestlist .owl-nav .owl-next {
    right: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .interestlist .owl-nav .owl-next {
    float: right;
  }
}
.interest {
  position: relative;
}
.interest:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: #e2e2e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#ffffff));
  background: -webkit-linear-gradient(top, #e2e2e2, #ffffff);
  background: -moz-linear-gradient(top, #e2e2e2, #ffffff);
  background: -ms-linear-gradient(top, #e2e2e2, #ffffff);
  background: -o-linear-gradient(top, #e2e2e2, #ffffff);
  height: 120px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .interest > .wrap {
    padding-bottom: 40px !important;
  }
}
.interest .block__top h2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 50px;
}
.interest .block__top h2 img {
  position: absolute;
  top: -8px;
  right: 0;
  max-width: 40px;
}
.childpages {
  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: 650px) {
  .childpages {
    display: block;
  }
}
.childpages .item {
  width: 48.50%;
  margin-right: 3%;
  margin-bottom: 40px;
  height: 400px;
  color: #ffffff;
  position: relative;
}
@media all and (max-width: 650px) {
  .childpages .item {
    width: 100%;
    margin-right: 0;
    height: 300px;
  }
}
.childpages .item:nth-child(even) {
  margin-right: 0;
}
.childpages .item:hover .item__text {
  padding-top: 50px;
  background: #40afdc;
}
.childpages .item__text {
  background: rgba(64, 175, 220, 0.9);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 30px 30px 14px 30px;
  *zoom: 1;
  z-index: 1;
  -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;
}
.childpages .item__text:before,
.childpages .item__text:after {
  content: "";
  display: table;
}
.childpages .item__text:after {
  clear: both;
}
.childpages .item__title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: 'Oswald';
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .childpages .item__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.childpages .item__read {
  float: right;
}
.childpages .item__read .far {
  margin-left: 10px;
}
.childpages .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.childpages.cols--3 .item {
  width: 31.33%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .childpages.cols--3 .item {
    width: 48.50%;
  }
}
@media all and (max-width: 650px) {
  .childpages.cols--3 .item {
    width: 100%;
  }
}
.childpages.cols--3 .item:nth-child(even) {
  margin-right: 3%;
}
.childpages.cols--3 .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .childpages.cols--3 .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .childpages.cols--3 .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.childpages.cols--3 .item__title {
  font-size: 20px;
  line-height: 26px;
}
.lines {
  clear: both;
  height: 1px;
  border-top: thin solid rgba(0, 0, 0, 0.2);
  margin: 30px auto;
  width: 100%;
}
.cbox {
  *zoom: 1;
}
.cbox:before,
.cbox:after {
  content: "";
  display: table;
}
.cbox:after {
  clear: both;
}
.cbox__main {
  float: right;
  width: 65%;
  margin-left: 5%;
}
@media all and (max-width: 767px) {
  .cbox__main {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.cbox__sidebar {
  float: left;
  width: 30%;
}
@media all and (max-width: 767px) {
  .cbox__sidebar {
    float: none;
    width: 100%;
    border-top: medium solid #43c0ef;
  }
}
.subpages li:last-child a {
  border-bottom: none;
}
.subpages a {
  color: #111111;
  font-size: 20px;
  line-height: 26px;
  padding: 20px 0;
  border-bottom: thin solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: 500;
  display: block;
  font-family: 'Oswald';
}
.subpages a:hover {
  text-decoration: none;
}
.subpages .current_page_item a {
  color: #43c0ef;
}
.sp-easy-accordion {
  margin-top: 40px;
  border-bottom: thin solid #f3f3f3;
}
@media all and (max-width: 767px) {
  .sp-easy-accordion {
    border-bottom: none;
  }
}
.sp-easy-accordion .fa-plus:before {
  content: "\f107";
  font-weight: 300;
}
.sp-easy-accordion .fa-minus:before {
  content: "\f106";
  font-weight: 300;
}
.sp-easy-accordion .ea-card.sp-ea-single {
  background: #ffffff !important;
  color: #111111 !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;
  margin-bottom: 0 !important;
  border-top: thin solid rgba(0, 0, 0, 0.2) !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto' !important;
}
.sp-easy-accordion .ea-card.sp-ea-single:hover {
  background: #f9f9f9 !important;
}
.sp-easy-accordion .ea-card.sp-ea-single.ea-expand {
  background: #ffffff !important;
  border-color: #43c0ef !important;
}
.sp-easy-accordion .ea-card.sp-ea-single.ea-expand .ea-header a {
  color: #43c0ef !important;
}
.sp-easy-accordion .ea-card.sp-ea-single.ea-expand .ea-header a .ea-expand-icon.fa {
  color: #43c0ef !important;
}
.sp-easy-accordion .ea-card.sp-ea-single .ea-header a {
  color: #111111 !important;
  position: relative;
  padding: 20px 80px 20px 20px;
  font-family: 'Roboto' !important;
}
@media all and (max-width: 767px) {
  .sp-easy-accordion .ea-card.sp-ea-single .ea-header a {
    font-size: 17px;
    line-height: 24px;
  }
}
.sp-easy-accordion .ea-card.sp-ea-single .ea-header a .ea-expand-icon.fa {
  color: #111111 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 30px !important;
  float: none !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
  padding: 0 20px 20px 20px !important;
}
.cblock {
  margin-bottom: 30px;
}
.cfrm {
  background-color: #43c0ef;
  padding: 20px;
}
.cfrm input[type=submit] {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  color: #43c0ef !important;
  background: #ffffff !important;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.cfrm input[type=text],
.cfrm input[type=email],
.cfrm input[type=tel],
.cfrm input[type=date],
.cfrm select,
.cfrm textarea {
  border-color: #ffffff;
}
.cfrm input[type=text]:focus,
.cfrm input[type=email]:focus,
.cfrm input[type=tel]:focus,
.cfrm input[type=date]:focus,
.cfrm select:focus,
.cfrm textarea:focus {
  border-color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.cfrm__top {
  margin-bottom: 10px;
}
h3.cfrm__title {
  color: #111111;
  margin-top: 0;
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
  border-bottom: thin solid rgba(255, 255, 255, 0.2);
}
.cfrm__info {
  margin-bottom: 20px;
}
.cfrm__info p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
.acc {
  margin: 20px 0;
}
/* 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: #43c0ef !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #7ad7ff !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;
}
.ccc-favorite-post-toggle {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .ccc-favorite-post-toggle {
    text-align: center !important;
  }
}
a.ccc-favorite-post-toggle-button {
  text-decoration: none;
}
a.ccc-favorite-post-toggle-button:hover {
  text-decoration: none;
}
a.ccc-favorite-post-toggle-button:after {
  content: "přidat do oblíbených";
  margin-left: 4px;
}
a.ccc-favorite-post-toggle-button.save:after {
  content: "odebrat z oblíbených";
}
.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: 550px) {
  .bloglist {
    display: block;
  }
}
.bloglist .item {
  width: 30.33%;
  padding: 20px;
  border: thin solid #ddd;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 40px;
}
@media all and (max-width: 900px) {
  .bloglist .item {
    width: 48%;
  }
}
@media all and (max-width: 550px) {
  .bloglist .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 900px) {
  .bloglist .item:nth-child(3) {
    display: none;
  }
}
@media all and (max-width: 550px) {
  .bloglist .item:nth-child(3) {
    display: block;
  }
}
.bloglist .item__img {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.bloglist .item__img a {
  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__img a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bloglist .item__text {
  padding: 30px 20px;
  background-color: #ffffff;
}
.bloglist .item__title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 0;
}
.bloglist .item__date {
  font-size: 13px;
  text-align: center;
  display: block;
  width: 125px;
  height: 38px;
  line-height: 38px;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.bloglist .item__date .far,
.bloglist .item__date .fas {
  color: #43c0ef;
  margin-right: 6px;
}
.bloglist p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}
.bloglist .button {
  padding: 10px 20px;
  margin-top: 14px;
  font-size: 14px;
  display: block;
  width: 100%;
}
ul.shearer {
  font-size: 0;
  position: relative;
  margin-top: 50px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: thin solid #ddd;
  padding-left: 80px;
}
ul.shearer:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "Sdílet na:";
  font-size: 14px;
}
ul.shearer li {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 24px 0 0;
}
ul.shearer a {
  color: #111111;
  -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: #43c0ef;
}
.sing__content {
  *zoom: 1;
}
.sing__content:before,
.sing__content:after {
  content: "";
  display: table;
}
.sing__content:after {
  clear: both;
}
.sing__content .featured {
  float: left;
  padding: 20px;
  border: thin solid #ddd;
  margin: 20px 30px 30px 0;
  width: 100%;
  max-width: 450px;
}
@media all and (max-width: 767px) {
  .sing__content .featured {
    float: none;
    margin: 40px auto;
  }
}
.sing__content .featured img {
  width: 100%;
  display: block;
}
.dwqa-container input[type="text"],
.dwqa-container input[type="email"],
.dwqa-container input[type="tel"],
.dwqa-container select,
.dwqa-container textarea {
  border: thin solid #43c0ef;
}
.dwqa-questions-footer .dwqa-ask-question a {
  text-decoration: none !important;
  padding: 12px 40px;
  display: inline-block;
  color: #ffffff !important;
  background: #43c0ef !important;
  font-size: 18px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  border: thin solid transparent;
  border: none;
}
.dwqa-questions-footer .dwqa-ask-question a .button__icon {
  position: absolute;
  background-color: #7ad7ff;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.dwqa-questions-footer .dwqa-ask-question a .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;
}
.dwqa-questions-footer .dwqa-ask-question a span {
  display: inline-block;
  vertical-align: middle;
}
.dwqa-questions-footer .dwqa-ask-question a .fa,
.dwqa-questions-footer .dwqa-ask-question a .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;
}
.dwqa-questions-footer .dwqa-ask-question a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #7ad7ff !important;
}
.dwqa-questions-footer .dwqa-ask-question a:hover .button__icon {
  background-color: #7ad7ff;
}
.dwqa-questions-footer .dwqa-ask-question a:hover .button__icon .far {
  color: #43c0ef !important;
}
.dwqa-questions-footer .dwqa-ask-question a:hover .fa,
.dwqa-questions-footer .dwqa-ask-question a:hover .fas,
.dwqa-questions-footer .dwqa-ask-question a:hover .far,
.dwqa-questions-footer .dwqa-ask-question a:hover .fab {
  color: #ffffff;
}
.dwqa-questions-footer .dwqa-ask-question a:hover span span {
  color: #ffffff;
}
.dwqa-questions-footer .dwqa-ask-question a--reverse {
  color: #43c0ef !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.dwqa-questions-footer .dwqa-ask-question a--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #43c0ef !important;
  border-color: #43c0ef;
}
.dwqa-questions-footer .dwqa-ask-question a--inverse {
  background: none !important;
  color: #43c0ef !important;
  border-color: #43c0ef;
}
.dwqa-questions-footer .dwqa-ask-question a--inverse:hover {
  background: #43c0ef !important;
  color: #ffffff !important;
  border-color: #43c0ef;
}
.dwqa-questions-footer .dwqa-ask-question a .button__icon {
  position: absolute;
  background-color: #7ad7ff;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.dwqa-questions-footer .dwqa-ask-question a .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;
}
.dwqa-questions-footer .dwqa-ask-question a span {
  display: inline-block;
  vertical-align: middle;
}
.dwqa-questions-footer .dwqa-ask-question a .fa,
.dwqa-questions-footer .dwqa-ask-question a .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;
}
.dwqa-questions-footer .dwqa-ask-question a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #7ad7ff !important;
}
.dwqa-questions-footer .dwqa-ask-question a:hover .button__icon {
  background-color: #7ad7ff;
}
.dwqa-questions-footer .dwqa-ask-question a:hover .button__icon .far {
  color: #43c0ef !important;
}
.dwqa-questions-footer .dwqa-ask-question a:hover .fa,
.dwqa-questions-footer .dwqa-ask-question a:hover .fas,
.dwqa-questions-footer .dwqa-ask-question a:hover .far,
.dwqa-questions-footer .dwqa-ask-question a:hover .fab {
  color: #ffffff;
}
.dwqa-questions-footer .dwqa-ask-question a:hover span span {
  color: #ffffff;
}
.dwqa-questions-footer .dwqa-ask-question a--reverse {
  color: #43c0ef !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.dwqa-questions-footer .dwqa-ask-question a--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #43c0ef !important;
  border-color: #43c0ef;
}
.dwqa-questions-footer .dwqa-ask-question a--inverse {
  background: none !important;
  color: #43c0ef !important;
  border-color: #43c0ef;
}
.dwqa-questions-footer .dwqa-ask-question a--inverse:hover {
  background: #43c0ef !important;
  color: #ffffff !important;
  border-color: #43c0ef;
}
.main input[name="dwqa-question-submit"],
.main input.dwqa-btn.dwqa-btn-primary {
  text-decoration: none !important;
  padding: 12px 40px;
  display: inline-block;
  color: #ffffff !important;
  background: #43c0ef !important;
  font-size: 18px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  border: thin solid transparent;
}
.main input[name="dwqa-question-submit"] .button__icon,
.main input.dwqa-btn.dwqa-btn-primary .button__icon {
  position: absolute;
  background-color: #7ad7ff;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.main input[name="dwqa-question-submit"] .button__icon .far,
.main input.dwqa-btn.dwqa-btn-primary .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;
}
.main input[name="dwqa-question-submit"] span,
.main input.dwqa-btn.dwqa-btn-primary span {
  display: inline-block;
  vertical-align: middle;
}
.main input[name="dwqa-question-submit"] .fa,
.main input.dwqa-btn.dwqa-btn-primary .fa,
.main input[name="dwqa-question-submit"] .fas,
.main input.dwqa-btn.dwqa-btn-primary .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;
}
.main input[name="dwqa-question-submit"]:hover,
.main input.dwqa-btn.dwqa-btn-primary:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #7ad7ff !important;
}
.main input[name="dwqa-question-submit"]:hover .button__icon,
.main input.dwqa-btn.dwqa-btn-primary:hover .button__icon {
  background-color: #7ad7ff;
}
.main input[name="dwqa-question-submit"]:hover .button__icon .far,
.main input.dwqa-btn.dwqa-btn-primary:hover .button__icon .far {
  color: #43c0ef !important;
}
.main input[name="dwqa-question-submit"]:hover .fa,
.main input.dwqa-btn.dwqa-btn-primary:hover .fa,
.main input[name="dwqa-question-submit"]:hover .fas,
.main input.dwqa-btn.dwqa-btn-primary:hover .fas,
.main input[name="dwqa-question-submit"]:hover .far,
.main input.dwqa-btn.dwqa-btn-primary:hover .far,
.main input[name="dwqa-question-submit"]:hover .fab,
.main input.dwqa-btn.dwqa-btn-primary:hover .fab {
  color: #ffffff;
}
.main input[name="dwqa-question-submit"]:hover span span,
.main input.dwqa-btn.dwqa-btn-primary:hover span span {
  color: #ffffff;
}
.main input[name="dwqa-question-submit"]--reverse,
.main input.dwqa-btn.dwqa-btn-primary--reverse {
  color: #43c0ef !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.main input[name="dwqa-question-submit"]--reverse:hover,
.main input.dwqa-btn.dwqa-btn-primary--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #43c0ef !important;
  border-color: #43c0ef;
}
.main input[name="dwqa-question-submit"]--inverse,
.main input.dwqa-btn.dwqa-btn-primary--inverse {
  background: none !important;
  color: #43c0ef !important;
  border-color: #43c0ef;
}
.main input[name="dwqa-question-submit"]--inverse:hover,
.main input.dwqa-btn.dwqa-btn-primary--inverse:hover {
  background: #43c0ef !important;
  color: #ffffff !important;
  border-color: #43c0ef;
}
.main input[name="dwqa-question-submit"] .button__icon,
.main input.dwqa-btn.dwqa-btn-primary .button__icon {
  position: absolute;
  background-color: #7ad7ff;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.main input[name="dwqa-question-submit"] .button__icon .far,
.main input.dwqa-btn.dwqa-btn-primary .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;
}
.main input[name="dwqa-question-submit"] span,
.main input.dwqa-btn.dwqa-btn-primary span {
  display: inline-block;
  vertical-align: middle;
}
.main input[name="dwqa-question-submit"] .fa,
.main input.dwqa-btn.dwqa-btn-primary .fa,
.main input[name="dwqa-question-submit"] .fas,
.main input.dwqa-btn.dwqa-btn-primary .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;
}
.main input[name="dwqa-question-submit"]:hover,
.main input.dwqa-btn.dwqa-btn-primary:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #7ad7ff !important;
}
.main input[name="dwqa-question-submit"]:hover .button__icon,
.main input.dwqa-btn.dwqa-btn-primary:hover .button__icon {
  background-color: #7ad7ff;
}
.main input[name="dwqa-question-submit"]:hover .button__icon .far,
.main input.dwqa-btn.dwqa-btn-primary:hover .button__icon .far {
  color: #43c0ef !important;
}
.main input[name="dwqa-question-submit"]:hover .fa,
.main input.dwqa-btn.dwqa-btn-primary:hover .fa,
.main input[name="dwqa-question-submit"]:hover .fas,
.main input.dwqa-btn.dwqa-btn-primary:hover .fas,
.main input[name="dwqa-question-submit"]:hover .far,
.main input.dwqa-btn.dwqa-btn-primary:hover .far,
.main input[name="dwqa-question-submit"]:hover .fab,
.main input.dwqa-btn.dwqa-btn-primary:hover .fab {
  color: #ffffff;
}
.main input[name="dwqa-question-submit"]:hover span span,
.main input.dwqa-btn.dwqa-btn-primary:hover span span {
  color: #ffffff;
}
.main input[name="dwqa-question-submit"]--reverse,
.main input.dwqa-btn.dwqa-btn-primary--reverse {
  color: #43c0ef !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.main input[name="dwqa-question-submit"]--reverse:hover,
.main input.dwqa-btn.dwqa-btn-primary--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #43c0ef !important;
  border-color: #43c0ef;
}
.main input[name="dwqa-question-submit"]--inverse,
.main input.dwqa-btn.dwqa-btn-primary--inverse {
  background: none !important;
  color: #43c0ef !important;
  border-color: #43c0ef;
}
.main input[name="dwqa-question-submit"]--inverse:hover,
.main input.dwqa-btn.dwqa-btn-primary--inverse:hover {
  background: #43c0ef !important;
  color: #ffffff !important;
  border-color: #43c0ef;
}
#wp-question-content-wrap + p,
#wp-question-content-wrap + p + p {
  display: none;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
  padding-left: 6px;
  padding-right: 6px;
}
ul.dwqa-autocomplete li:before {
  display: none;
}
.dwqa-answer-form .wp-editor-container,
.dwqa-content-edit-form .wp-editor-container {
  border: thin solid #43c0ef;
}
.titembox {
  margin-top: 80px;
}
.titembox .item {
  margin-bottom: 80px;
}
#dwqa-search,
.dwqa-question-filter {
  display: none;
}
#question-title {
  background: none no-repeat right 10px center #ffffff !important;
}
.page-id-1366 .ccc-favorite-post-toggle,
.page-id-1367 .ccc-favorite-post-toggle {
  display: none;
}
/* ------------------ HEADER ----------------*/
.top {
  background-color: #808080;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}
@media all and (max-width: 450px) {
  .top {
    font-size: 12px;
  }
}
.top .wrap {
  padding: 10px 0;
}
.top a {
  color: #ffffff;
  text-decoration: none;
}
.top a:hover {
  text-decoration: none;
}
@media all and (max-width: 450px) {
  .top .socials {
    margin-right: 5px;
  }
}
.toplist {
  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: 990px) and (max-width: 1170px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .toplist {
    justify-content: center;
  }
}
.toplist .item {
  width: 50%;
}
@media all and (min-width: 990px) and (max-width: 1170px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .toplist .item {
    width: auto;
    text-align: center !important;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media all and (max-width: 450px) {
  .toplist .item {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.toplist .item__1 {
  text-align: left;
  font-size: 0;
}
.toplist .item__2 {
  text-align: center;
  text-transform: uppercase;
}
.toplist .item__3 {
  text-align: right;
  text-transform: uppercase;
}
@media all and (max-width: 450px) {
  .toplist .item__3 {
    margin-left: 6px;
  }
}
.toplist .item__phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
}
.toplist .item__email {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
}
@media all and (max-width: 550px) {
  .toplist .item__email {
    display: none;
  }
}
.socials {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.socials li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.socials li:first-child {
  margin-left: 0;
}
.socials a {
  font-size: 14px;
  display: block;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background-color: #959595;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #606060;
}
.socials a:hover {
  background-color: #7ad7ff;
  color: #ffffff;
}
.nav-up .headerfix {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.headerfix {
  position: absolute;
  -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;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: transparent;
}
.header {
  position: relative;
  color: #666;
}
.header .wrap {
  padding: 20px 0;
}
.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  background: url(../images/logo_new4.png) center center no-repeat;
  -webkit-background-size: 181px 54px;
  background-size: 181px 54px;
  width: 181px;
  height: 54px;
  /*@media @350 {
		width: 97px;
		height: 29px;
		-webkit-background-size: 97px 29px;
		background-size: 97px 29px;
	}*/
}
@media all and (min-width: 990px) and (max-width: 1170px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .logo {
    left: 3%;
  }
}
/********************* Footer ******************/
.footer {
  background: #eeeeee;
  font-size: 15px;
  line-height: 22px;
  color: #808080;
}
@media all and (max-width: 500px) {
  .footer {
    font-size: 13px;
  }
}
.footer .wrap {
  padding: 50px 0;
}
@media all and (max-width: 767px) {
  .footer .wrap {
    padding: 30px 0;
  }
}
.footer p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
@media all and (max-width: 500px) {
  .footer p {
    font-size: 13px;
  }
}
.footer a {
  text-decoration: none;
  color: #808080;
}
.footer a:hover {
  color: #111111;
  text-decoration: none;
}
.fcols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fcols .item {
  width: 25%;
  padding-right: 10px;
}
@media all and (max-width: 767px) {
  .fcols .item {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.fcols .item__title {
  display: block;
  font-size: 19px;
  line-height: 26px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.fcols .item__title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  border-bottom: thin solid rgba(0, 0, 0, 0.2);
}
.fcols ul > li {
  margin-bottom: 10px;
}
.fcols ul .sub-menu,
.fcols ul .submenu {
  display: none;
}
.copy {
  background-color: #808080;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}
@media all and (min-width: 990px) and (max-width: 1170px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .copy {
    text-align: center;
  }
}
@media all and (max-width: 500px) {
  .copy {
    font-size: 13px;
  }
}
.copy .wrap {
  padding: 14px 0;
}
.copy p {
  margin: 0;
}
@media all and (max-width: 500px) {
  .copy p {
    font-size: 13px;
  }
}
.copy a {
  color: #ffffff;
  text-decoration: none;
}
.copy a:hover {
  text-decoration: none;
}
.copy .separator {
  margin-left: 10px;
  margin-right: 10px;
}
.copy__left {
  float: left;
}
@media all and (min-width: 990px) and (max-width: 1170px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .copy__left {
    float: none;
    margin-bottom: 10px;
  }
}
.copy__right {
  float: right;
  font-size: 0;
}
@media all and (min-width: 990px) and (max-width: 1170px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .copy__right {
    float: none;
  }
}
.copy__right .item__phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
}
.copy__right .item__email {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
}
.footer__prefa {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  clear: both;
  padding-top: 6px;
}
/* ------------------ MENU --------------------*/
li.logshow {
  display: none !important;
}
.logged-in .main-menu li.logshow {
  display: block !important;
}
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: right;
  margin-top: 12px;
}
@media all and (min-width: 990px) and (max-width: 1170px), 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: 5px;
  height: 4px;
  background-color: #7ad7ff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  *zoom: 1;
  float: right;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1170px), 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: 10px;
  padding-right: 14px;
}
.main-menu > li:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #43c0ef;
}
.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: #43c0ef;
  border-color: #43c0ef;
}
.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: #111111;
  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: #43c0ef;
  border-color: #43c0ef;
}
.main-menu > li > a {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
  position: relative;
  font-weight: 400;
}
@media all and (min-width: 990px) and (max-width: 1170px) {
  .main-menu > li > a {
    font-size: 12px;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #43c0ef;
  border-color: #43c0ef;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #43c0ef;
  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: #2bb8ed;
}
.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: #2bb8ed;
}
.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 #5bc8f1;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #2bb8ed;
}
.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: #7ad7ff;
  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: #7ad7ff;
  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 #94dfff;
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 6px 20px;
  background-color: #14b0eb;
  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: #7ad7ff;
}
.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: 1px solid #94dfff;
  /*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: 'Roboto';
  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: #43c0ef;
  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;
}
