@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/all.min.css);
@import url(../fonts/comenia-sans/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;
}
.tos-caption {
  display: none;
}
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: #1d5585;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #b8d554;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Comenia Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 96px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
body.active .megamenu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.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;
  }
}
.wrap.full--width {
  max-width: 86%;
}
.wrap.width--960 {
  max-width: 960px;
}
.wrap.maw760 {
  max-width: 760px;
}
.button {
  text-decoration: none !important;
  padding: 16px 30px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #b8d554 !important;
  font-size: 18px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  font-weight: bold;
  border: none;
  vertical-align: middle;
  text-transform: uppercase;
  border: medium solid #b8d554;
}
.button .button__icon {
  position: absolute;
  background-color: #b8d554;
  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 .fa-light {
  margin-left: 10px;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none #1d5585 !important;
  border-color: #1d5585;
}
.button:hover:before {
  height: 60%;
}
.button:hover .button__icon {
  background-color: #b8d554;
}
.button:hover .button__icon .far {
  color: #1d5585 !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button--smaller {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 14px !important;
}
.button--reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #939598 !important;
  border-color: #939598;
}
.button--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #b8d554 !important;
  border-color: #b8d554;
}
.button--inverse {
  background: none !important;
  color: #1d5585 !important;
  border-color: #1d5585;
}
.button--inverse:hover {
  background: #b8d554 !important;
  color: #ffffff !important;
  border-color: #b8d554;
}
.button + .button {
  margin-left: 20px;
}
.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: #1d5585;
}
.bgc {
  background-color: #ffffff;
}
@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: #b8d554;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 60px 0;
}
@media all and (min-width: 990px) and (max-width: 1220px), 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: #1d5585;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
a.block__more {
  float: right;
  color: #000000;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #1d5585;
}
.block__top {
  *zoom: 1;
  position: relative;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1d5585;
  position: relative;
  padding: 0 0 0 10px;
}
.block__top h2:after {
  content: "";
  display: block;
  border-bottom: medium solid #1d5585;
  margin-top: 6px;
  margin-left: -10px;
}
.block__top h2 strong {
  font-weight: bold;
}
.block__top h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-top: 20px;
}
.block__top .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .block__top .button {
    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;
    margin-top: 30px;
  }
}
.noborder h2 {
  font-size: 40px;
  line-height: 46px;
}
.noborder h2:after {
  display: none !important;
}
.perex {
  font-size: 24px;
  line-height: 30px;
  color: #1d5585;
}
.perex p {
  font-size: 22px;
  line-height: 28px;
  text-align: left !important;
}
.main {
  /*input[type="file"] {
    color: transparent;
    border: none !important;
    outline: none;
    width: 100%;
    margin-top: 10px;
  }
  input[type="file"]:valid {
    //color: #333;
  }
  input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
  }
  input[type="file"]::before {
    content: 'Upload CV';
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    background: #a3a3a3;
    border: none !important;
    padding: 0 8px;
    height: 42px;
    line-height: 42px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
  }
  input[type="file"]:active {
    outline: none !important;
  }
  input[type="file"]:hover::before {
    background-color: @links;
  }

  .addphoto.cover__letter {

    input[type="file"]::before {
      content: 'Upload Cover Letter (optional)';
    }

  }*/
}
.main blockquote {
  padding: 40px 40px 40px 80px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin-top: 40px;
  color: #1d5585;
  font-style: italic;
  position: relative;
}
.main blockquote:before {
  content: "\0022";
  color: #1d5585;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 138px;
  line-height: 148px;
}
.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: 16px;
  line-height: 24px;
}
.main h1:first-of-type,
.main h2:first-of-type,
.main h3:first-of-type {
  margin-top: 0;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  max-width: 600px !important;
  margin: 40px auto;
}
.main .rll-youtube-player {
  width: 100% !important;
  max-width: 600px;
  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: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  clear: both;
  font-weight: bold;
  color: #1d5585;
}
@media all and (max-width: 767px) {
  .main h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
.main h2 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  font-weight: bold;
  color: #1d5585;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h2:first-of-type {
  margin-top: 0;
}
.main h2 span {
  display: block;
  color: #1d5585;
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #1d5585;
  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;
  color: #1d5585;
}
.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: #1d5585;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 10px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 34px;
  margin: 0 0 4px 0;
  line-height: 24px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #1d5585;
  width: 20px;
  display: block;
  text-align: right;
}
.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: #1d5585;
  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: #000000;
  border-bottom: thin solid rgba(0, 0, 0, 0.2);
  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;
  }
}
.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;
}
@media all and (max-width: 500px) {
  .main .gallery br {
    display: none !important;
  }
}
.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(247, 183, 123, 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: 100;
}
@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: #777777;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #777777;
}
.main .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
  color: #ff0000 !important;
}
.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 input[type=number],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 46px;
  background-color: #ffffff;
  font-family: 'Comenia Sans';
  padding: 0 20px;
  color: #222;
  border: thin solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  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 input[type=number]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #1d5585;
}
.main input[type=text].wpcf7-not-valid,
.main input[type=email].wpcf7-not-valid,
.main input[type=tel].wpcf7-not-valid,
.main input[type=date].wpcf7-not-valid,
.main input[type=number].wpcf7-not-valid,
.main select.wpcf7-not-valid,
.main textarea.wpcf7-not-valid {
  border: thin solid #ff0000;
}
.main .addphoto .wpcf7-not-valid-tip {
  margin-top: 44px;
}
.main .addphoto label {
  color: white;
  text-align: center;
  display: block;
  width: 100%;
  background: #a3a3a3;
  border: none !important;
  padding: 0 8px;
  height: 42px;
  line-height: 42px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  margin-top: 10px;
}
.main .addphoto label:before {
  content: "Upload CV";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .addphoto label:hover,
.main .addphoto label:focus {
  background-color: #1d5585;
}
.main .addphoto label input {
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.main .addphoto.cover__letter label:before {
  content: 'Upload Cover Letter (optional)';
}
.main .wpcf7-form-control-wrap {
  display: block;
}
.main .acc {
  margin: 30px 0;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.main textarea {
  padding: 20px;
  height: 120px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  display: inline-block;
  border: none;
  outline: none;
  font-family: 'Comenia Sans';
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 12px 50px;
  background: #1d5585;
  margin-top: 20px;
}
.main input[type=submit]:hover {
  background: none #b8d554 !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .rowex > .item {
  min-height: 0 !important;
}
.main .rowex + .rowex {
  margin-top: 4px;
}
.main .plast {
  *zoom: 1;
}
.main .plast:before,
.main .plast:after {
  content: "";
  display: table;
}
.main .plast:after {
  clear: both;
}
.main .rowex.checker {
  margin: 10px 0;
  width: 50%;
  float: left;
  padding-right: 30px;
}
.main .rowex.item__date {
  position: relative;
  padding-left: 170px;
}
.main .rowex.item__date .labelex {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.main .rowex.submit {
  *zoom: 1;
}
.main .rowex.submit:before,
.main .rowex.submit:after {
  content: "";
  display: table;
}
.main .rowex.submit:after {
  clear: both;
}
.main .rowex.interest {
  margin: 20px 0 10px 0;
}
.main .rowex.interest .labelex {
  font-size: 18px;
  line-height: 24px;
}
.main .rowex.interest label {
  color: #000000;
}
.main .rowex.interest .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: bold;
}
.main .rowex.interest .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 6px;
}
@media all and (max-width: 650px) {
  .main .rowex.interest .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
}
.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: 400;
  line-height: 20px;
  font-size: 16px;
  color: #000000;
}
.wpcf7-acceptance label a,
.wpcf7-radio label a,
.wpcf7-checkbox label a {
  color: #1d5585;
  text-decoration: underline;
}
.wpcf7-acceptance label a:hover,
.wpcf7-radio label a:hover,
.wpcf7-checkbox label a:hover {
  color: #b8d554;
  text-decoration: none;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: thin solid #a6a8a7;
}
.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: #b8d554;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #b8d554;
}
.wpcf7-checkbox label {
  color: #b8d554;
  font-size: 13px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #1d5585;
  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: #78ba3d;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #b8d554;
  text-align: center;
}
.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
  color: #000000;
}
.ui-datepicker-header {
  background-color: #1d5585;
  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: #afd040;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #c0da68;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #000;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #afd040;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #1d5585;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 20px !important;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: 'Font Awesome 5 Pro';
  color: #000000;
  font-size: 20px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}
ul.gal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.gal li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media all and (max-width: 600px) {
  ul.gal li {
    width: 49.50%;
  }
}
ul.gal li:nth-child(4n+4) {
  margin-right: 0;
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(odd) {
    margin-right: 1%;
  }
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(even) {
    margin-right: 0;
  }
}
ul.gal a,
ul.gal span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
}
ul.gal a:after,
ul.gal span:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.3);
  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) {
  ul.gal a:after,
  ul.gal span:after {
    display: none !important;
  }
}
ul.gal a:hover:after,
ul.gal span:hover:after,
ul.gal a:hover:before,
ul.gal span:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
ul.gal span:after {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
a.button--scroll {
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
a.button--scroll:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
  border-bottom: thin solid #1d5585;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
}
a.button--scroll .fa-thin,
a.button--scroll .fa-light {
  margin-left: 10px;
}
a.button--scroll:hover {
  text-decoration: none;
}
a.button--scroll:hover:before {
  width: 100%;
}
/* 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: #1d5585 !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #000000 !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;
}
.line {
  border-top: thin solid rgba(0, 0, 0, 0.2);
  clear: both;
  height: 1px;
  margin: 40px 0;
}
.modal {
  z-index: 10000;
}
.modal .modal-header {
  padding-bottom: 40px;
}
.modal-content {
  background-color: #222222;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-dialog {
  width: 100%;
  max-width: 60%;
}
@media all and (max-width: 1200px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 90%;
  }
}
.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: #1d5585;
  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;
  }
}
div.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-item {
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.owl-item.active {
  opacity: 1;
}
.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.owl-nav .owl-prev {
  display: none !important;
}
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -120px;
  font-size: 100px !important;
  color: #1d5585 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
@media all and (max-width: 767px) {
  .owl-nav .owl-next {
    right: -76px;
  }
}
.owl-nav .owl-next:hover {
  background: none !important;
  color: #b8d554 !important;
}
@media all and (max-width: 767px) {
  .owl-nav .owl-next:hover {
    color: #1d5585 !important;
  }
}
.tablet__show {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tablet__show {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tablet__hide {
    display: none;
  }
}
.mobile__show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile__show {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .mobile__hide {
    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;
  background-color: #ebebeb;
}
#slider {
  background-color: #f9f9f9;
  /*.item__bg {
		.cover;


		video {
			position: absolute;
		   top: 0;
		   left: 50%;
		   -webkit-transform: translate(-50%, -130px);
		   -ms-transform: translate(-50%, -130px);
		   -o-transform: translate(-50%, -130px);
		   transform: translate(-50%, -130px);
		   width: auto;
		   height: auto;
		   min-width: 100%;
		   min-height: 100%;
			}

		}*/
}
#slider .item {
  overflow: hidden;
}
#slider .item:after {
  content: "";
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(34, 34, 34, 0.75)));
  background: -webkit-linear-gradient(top, transparent, rgba(34, 34, 34, 0.75));
  background: -moz-linear-gradient(top, transparent, rgba(34, 34, 34, 0.75));
  background: -ms-linear-gradient(top, transparent, rgba(34, 34, 34, 0.75));
  background: -o-linear-gradient(top, transparent, rgba(34, 34, 34, 0.75));
  height: 500px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
#slider .item .wrap {
  z-index: 3;
}
#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;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes upDownupDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#slider .showcase__score__top .far,
#slider .showcase__score__top .fas {
  color: #efb811;
}
#slider .showcase__score__top p {
  margin: 4px 0 0 0;
  font-size: 13px !important;
  line-height: 20px !important;
  opacity: 0.7;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .showcasebox {
  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: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .showcasebox {
    display: block;
  }
}
#slider .item__bg {
  width: 45%;
  margin-left: 5%;
}
@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__bg {
    width: 100%;
    margin-left: 0;
    min-height: 350px;
  }
}
#slider .showcase__text {
  color: #1d5585;
  left: 0;
  width: 50%;
  z-index: 2;
  animation-name: fadeInUp;
  animation-duration: 1s;
  /* Délka animace */
  animation-timing-function: ease-out;
  /* Typ animace */
  animation-fill-mode: forwards;
  /* Udrží koncový stav animace */
  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) {
  #slider .showcase__text {
    width: 100%;
  }
}
#slider .showcase__text img {
  width: 100%;
  max-width: 300px;
}
@media all and (max-width: 767px) {
  #slider .showcase__text img {
    max-width: 150px;
  }
}
#slider .showcase__text h1,
#slider .showcase__text h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  #slider .showcase__text h1,
  #slider .showcase__text h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
#slider .showcase__text h1 span,
#slider .showcase__text h2 span {
  display: block;
  color: #1d5585;
}
#slider .showcase__text h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #slider .showcase__text h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
#slider .showcase__text p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
@media all and (max-width: 767px) {
  #slider .showcase__text p {
    font-size: 16px;
  }
}
@media all and (max-width: 650px) {
  #slider .showcase__buttons .button {
    display: block;
    margin-left: 0 !important;
  }
}
#slider .showcase__buttons__label {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  max-width: 220px;
  margin-bottom: 14px;
}
@media all and (max-width: 767px) {
  #slider .showcase__buttons__label {
    margin-left: auto;
    margin-right: auto;
  }
}
.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: #1d5585;
}
.showcase__page {
  position: relative;
  color: #ffffff;
  background-color: #ffffff;
  text-align: center;
}
.showcase__page .wrap {
  z-index: 2;
}
.showcase__page h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.bordered {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1d5585;
  position: relative;
  padding: 0 0 0 10px;
  display: block;
}
.bordered:after {
  content: "";
  display: block;
  border-bottom: medium solid #1d5585;
  margin-top: 6px;
  margin-left: -10px;
}
.introbox__text {
  background-color: #faf9f8;
  padding: 10px 20px;
}
.introbox__text p {
  width: 100%;
  max-width: 60%;
}
@media all and (max-width: 767px) {
  .introbox__text p {
    max-width: 100%;
  }
}
.boxeslist {
  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) {
  .boxeslist {
    display: block;
  }
}
.boxeslist .item {
  width: 28%;
  margin-right: 8%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 650px) {
  .boxeslist .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.boxeslist .item:nth-child(3n+3) {
  margin-right: 0;
}
.boxeslist .item:hover .button {
  background-color: #78ba3d !important;
  color: #ffffff !important;
  border-color: #78ba3d;
}
.boxeslist .item__img {
  margin-bottom: 40px;
}
.boxeslist .item__img img {
  width: 100%;
}
.boxeslist .item__button .button {
  display: block;
}
.boxeslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.boxeslist .item__2:hover .item__button .button {
  background-color: #78ba3d !important;
  border-color: #78ba3d;
}
.boxeslist .item__2 .item__button .button {
  background-color: #b8d554 !important;
  color: #ffffff !important;
  border-color: #b8d554;
}
.newsblock {
  overflow: hidden;
  background-color: #f9f9f9;
}
.newsbox {
  padding-right: 50px;
  padding-left: 50px;
}
@media all and (max-width: 767px) {
  .newsbox {
    padding-left: 0;
  }
}
.newsbox .block__top {
  margin-bottom: 30px;
}
.newsbox .item__cats {
  padding: 8px;
  background-color: #e5e6e8;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}
.newsitem {
  position: relative;
  overflow: hidden;
}
.newsitem .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.newsitem .item__img {
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 500px) {
  .newsitem .item__img {
    height: 200px;
  }
}
.newsitem .item__img .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.newsitem .item__img__title {
  background-color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 6%;
  width: 88%;
  padding: 10px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.claimsbox {
  border-top: medium solid #1d5585;
  padding: 0;
  position: relative;
}
.claimsbox img {
  width: 100%;
}
.claimsbuttons {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .claimsbuttons {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
  }
}
.claimsbuttons .button {
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
}
.cfrmsblock {
  margin-bottom: 50px;
}
.cfrmsblock .wrap {
  border-top: medium solid #1d5585;
  padding-left: 120px !important;
  padding-right: 120px !important;
  background-color: #faf9f8;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cfrmsblock .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.cfrmsbox {
  *zoom: 1;
}
.cfrmsbox:before,
.cfrmsbox:after {
  content: "";
  display: table;
}
.cfrmsbox:after {
  clear: both;
}
.cfrmitem__title {
  display: block;
  color: #1d5585;
  margin-bottom: 20px;
  margin-left: 10%;
}
.cfrmsbox__left {
  width: 55%;
  float: left;
}
@media all and (max-width: 767px) {
  .cfrmsbox__left {
    width: 100%;
    float: none;
  }
}
.cfrmsbox__right {
  width: 40%;
  margin-left: 5%;
  float: left;
}
@media all and (max-width: 767px) {
  .cfrmsbox__right {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 30px;
  }
}
.breadcrumbs .wrap {
  background-color: #faf9f8;
  border-top: medium solid #1d5585;
  padding: 10px;
}
.breadcrumbs .separator {
  margin-left: 6px;
  margin-right: 6px;
  font-size: 12px;
}
.breadcrumbs a {
  text-decoration: none;
}
.contactbox {
  *zoom: 1;
}
.contactbox:before,
.contactbox:after {
  content: "";
  display: table;
}
.contactbox:after {
  clear: both;
}
.contact {
  *zoom: 1;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact__left {
  float: left;
  width: 50%;
  padding-right: 30px;
}
@media all and (max-width: 767px) {
  .contact__left {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.contact__right {
  float: left;
  width: 50%;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  .contact__right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.wpcf7-acceptance {
  display: block;
  margin-top: 10px;
}
.contact__right .rowex {
  *zoom: 1;
  background-color: #faf9f8;
  padding-left: 20px;
  padding-right: 20px;
}
.contact__right .rowex:before,
.contact__right .rowex:after {
  content: "";
  display: table;
}
.contact__right .rowex:after {
  clear: both;
}
.contact__right .half {
  width: 50%;
  float: left;
  padding-right: 2%;
}
@media all and (max-width: 850px) {
  .contact__right .half {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.contact__right .fa {
  color: #1d5585;
}
.contact__right .contact__info {
  display: block;
  padding-left: 24px;
  position: relative;
}
.contact__right .contact__info .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#cfrm {
  padding: 30px;
  background-color: #faf9f8;
}
#map {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
#map iframe {
  display: block;
  overflow: hidden;
  width: 100%;
  border: none;
  height: 500px !important;
}
@media all and (max-width: 767px) {
  #map iframe {
    height: 300px !important;
  }
}
.sp-easy-accordion {
  border-bottom: none !important;
}
@media all and (max-width: 767px) {
  .sp-easy-accordion {
    display: block;
  }
}
.sp-easy-accordion > p {
  margin: 0 !important;
}
.sp-easy-accordion .ea-card.sp-ea-single {
  background: #ffffff !important;
  color: #1d5585 !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;
  border-top: medium solid #1d5585 !important;
  border-left: medium solid #1d5585 !important;
  border-right: medium solid #1d5585 !important;
  border-bottom: medium solid #1d5585 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
@media all and (max-width: 767px) {
  .sp-easy-accordion .ea-card.sp-ea-single {
    width: 100%;
    margin-right: 0;
  }
}
.sp-easy-accordion .ea-card.sp-ea-single:nth-of-type(even) {
  margin-right: 0;
}
.sp-easy-accordion .ea-card.sp-ea-single br {
  display: none;
}
.sp-easy-accordion .ea-card.sp-ea-single > p {
  margin: 0;
}
.sp-easy-accordion .ea-card.sp-ea-single:hover {
  background: #1d5585 !important;
}
.sp-easy-accordion .ea-card.sp-ea-single:hover .ea-header a {
  color: #b8d554 !important;
}
.sp-easy-accordion .ea-card.sp-ea-single.ea-expand {
  background: #ffffff !important;
  border: medium solid #1d5585 !important;
}
.sp-easy-accordion .ea-card.sp-ea-single .ea-header a {
  color: #1d5585 !important;
  position: relative;
  padding: 20px 80px 20px 20px;
}
.sp-easy-accordion .ea-card.sp-ea-single .ea-header a .ea-expand-icon.fa {
  color: #b8d554 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  float: none !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
  padding: 0 20px 20px 20px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body p {
  margin-bottom: 0;
  margin-top: 20px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
  color: #1d5585 !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single:hover .ea-header a .ea-expand-icon {
  color: #b8d554 !important;
}
.external {
  position: relative;
  overflow: hidden;
  padding-left: 50px;
}
.external:before {
  content: "\f08e";
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 30px;
  color: #b8d554;
  font-family: 'Font Awesome 5 Pro';
}
.external:hover h3 {
  color: #b8d554;
}
.external h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 4px 0;
}
.external p {
  margin: 0;
  opacity: 0.8;
}
.external a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.categorylist {
  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: 500px) {
  .categorylist {
    display: block;
  }
}
.categorylist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .categorylist .item {
    width: 48.5%;
  }
}
@media all and (max-width: 500px) {
  .categorylist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.categorylist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .categorylist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .categorylist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.categorylist .item:hover h3 {
  color: #b8d554;
}
.categorylist .item:nth-child(3n+3) {
  margin-right: 0;
}
.categorylist .item__img {
  height: 240px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.categorylist .item__text h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.categorylist .item__text p {
  background-color: #faf9f8;
  padding: 10px;
}
.categorylist .item__text__date {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #A5A5A5;
  margin-bottom: 6px;
}
.categorylist p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
.categorylist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.taxonomyboxtop {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: medium solid #1d5585;
  background-color: #faf9f8;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .taxonomyboxtop {
    display: block;
  }
}
.taxonomyboxtop h1 {
  color: #1d5585;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .taxonomyboxtop h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.taxonomyboxtop .button {
  margin-right: 20px;
}
.taxonomyboxtop .button + .button {
  margin-left: 0;
}
.taxonomyboxtop__text {
  width: 50%;
  padding: 30px 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .taxonomyboxtop__text {
    width: 100%;
  }
}
.taxonomyboxtop__img {
  width: 50%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .taxonomyboxtop__img {
    width: 100%;
    height: 300px;
  }
}
@media all and (max-width: 500px) {
  .taxonomyboxtop__img {
    height: 200px;
  }
}
.taxonomylist {
  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) {
  .taxonomylist {
    display: block;
  }
}
.taxonomylist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  border-top: medium solid #1d5585;
  position: relative;
  background-color: #faf9f8;
  padding: 14px;
  color: #666;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .taxonomylist .item {
    width: 48.5%;
  }
}
@media all and (max-width: 600px) {
  .taxonomylist .item {
    display: block;
    width: 100%;
    margin-right: 0 !important;
  }
}
.taxonomylist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .taxonomylist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .taxonomylist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.taxonomylist .item:hover {
  z-index: 1;
}
.taxonomylist .item__img {
  text-align: center;
  line-height: 220px;
  margin-bottom: 14px;
}
.taxonomylist .item__img img {
  mix-blend-mode: multiply;
  max-height: 220px;
  width: auto;
}
.taxonomylist .item__text {
  position: relative;
  padding-bottom: 70px;
}
@media all and (max-width: 600px) {
  .taxonomylist .item__text {
    padding-bottom: 0;
  }
}
.taxonomylist .item__text__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #1d5585;
}
.taxonomylist .item__text__title a {
  text-decoration: none !important;
}
@media all and (max-width: 600px) {
  .taxonomylist .item__text_perex {
    margin-bottom: 14px;
  }
}
.taxonomylist .item__text_perex p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.taxonomylist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.taxonomylist .item__text__top {
  position: relative;
  margin-bottom: 10px;
}
.taxonomylist .item__text__top .add__to__basket {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.taxonomylist .item__text__top .add__to__basket::after {
  content: attr(data-tooltip);
  /* vezme text z data-tooltip */
  position: absolute;
  bottom: 100%;
  /* zobrazí tooltip nad elementem */
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: rgba(0, 0, 0, 0.75);
  /* tmavé pozadí */
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  /* aby text nešel na další řádek */
  font-size: 12px;
  opacity: 0;
  /* skrytý ve výchozím stavu */
  pointer-events: none;
  /* neblokuje myš */
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}
.taxonomylist .item__text__top .add__to__basket:hover::after {
  opacity: 1;
  /* zviditelnit */
  transform: translateX(-50%) translateY(0);
}
.taxonomylist .item__voltage {
  background-color: #e6e7e9;
  padding: 4px 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.taxonomylist .item__source {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.taxonomylist .item__placed {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.taxonomylist .item__placed li {
  position: relative;
  padding-left: 20px;
}
.taxonomylist .item__placed .fa-light {
  color: #000000;
  position: absolute;
  top: 3px;
  left: 0;
}
.taxonomylist .item__text__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 14px;
  padding-bottom: 20px;
}
@media all and (max-width: 600px) {
  .taxonomylist .item__text__bottom {
    position: relative;
    padding-left: 0;
    margin-top: 20px;
  }
}
.taxonomylist .item__text__bottom .button {
  font-size: 15px;
  line-height: 24px !important;
  padding: 8px 10px;
  margin-top: 0;
  background-color: #b8d554 !important;
  border-color: #b8d554;
}
.taxonomylist .item__text__bottom .button:hover {
  background-color: #1d5585 !important;
  border-color: #1d5585;
}
.taxonomylist .item__text__bottom .item__text__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
}
.taxonomylist .item__tags {
  font-size: 0;
}
.taxonomylist .item__tags li {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-color: #e6e7e9;
  margin: 0 6px 6px 0;
  padding: 4px 6px;
  color: #000000;
}
.taxonomycombi {
  margin-top: 40px;
}
.taxonomycombi__title {
  color: #1d5585;
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}
.scidlobox {
  *zoom: 1;
}
.scidlobox:before,
.scidlobox:after {
  content: "";
  display: table;
}
.scidlobox:after {
  clear: both;
}
.scidlobox__left {
  width: 60%;
  float: left;
}
@media all and (max-width: 550px) {
  .scidlobox__left {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
}
.scidlobox__right {
  width: 35%;
  margin-left: 5%;
  float: right;
}
@media all and (max-width: 550px) {
  .scidlobox__right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.scidlobox__img {
  margin-bottom: 70px;
}
.scidlobox__img__inner {
  background-color: #faf9f8;
  text-align: center;
  padding: 20px;
}
.scidlobox__img__inner img {
  mix-blend-mode: multiply;
  max-height: 300px;
  max-width: 100%;
  width: auto;
}
.scidlobox__img__icon {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.scidlobox__buttons {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.scidlobox__buttons .button {
  display: block;
  margin-left: 0;
}
.price__label {
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
.mb-50 {
  margin-bottom: 50px;
}
.scidlobox__label {
  text-align: left;
  color: #000000;
  margin-top: 10px;
}
.scidlobox__label p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.scidlodiv {
  margin-bottom: 60px;
}
.scidlodiv__text {
  padding: 20px;
  background-color: #faf9f8;
}
.inquiry .cfrmitem__title {
  margin-left: 0;
  font-size: 16px;
  line-height: 24px;
}
.inquiry .rowex.submit input {
  float: none;
}
.inquiry .rowex.submit input[type="submit"] {
  background-color: #b8d554 !important;
  margin-bottom: 40px;
}
.inquiry .rowex.submit input[type="submit"]:hover {
  background: #1d5585 !important;
}
.inqproducts {
  margin: 30px 0 !important;
}
.inqproducts .labelex {
  margin-bottom: 8px;
}
.inqproducts .remove-product,
.inqproducts .increase-product,
.inqproducts .decrease-product {
  background-color: #f6f6f6;
  border: none;
  color: #000000;
  font-size: 14px;
  padding: 4px 8px;
  cursor: pointer;
  margin-left: 6px;
}
.inqproducts .remove-product:hover,
.inqproducts .increase-product:hover,
.inqproducts .decrease-product:hover {
  background-color: #ddd;
  color: #000000;
}
.inqproducts .increase-product,
.inqproducts .decrease-product {
  background-color: #1d5585;
  color: #ffffff;
  text-align: center;
  padding: 0;
  width: 20px;
  margin-left: 3px;
}
.inqproducts .increase-product:hover,
.inqproducts .decrease-product:hover {
  background-color: #b8d554;
  color: #1d5585;
}
.sellerbox {
  margin-bottom: 40px;
}
.sellerbox__title {
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #1d5585;
}
.sellerlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sellerlist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .sellerlist .item {
    width: 48.5%;
  }
}
.sellerlist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .sellerlist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .sellerlist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.sellerlist .item__logo {
  height: 200px;
  line-height: 200px;
  text-align: center;
}
@media all and (max-width: 500px) {
  .sellerlist .item__logo {
    height: 100px;
    line-height: 100px;
  }
}
.sellerlist .item__logo img {
  max-width: 80%;
  width: auto;
  max-height: 150px;
}
@media all and (max-width: 500px) {
  .sellerlist .item__logo img {
    max-height: 80px;
  }
}
.sellerlist .item__title h3 {
  font-size: 18px;
  line-height: 24px;
}
@media all and (max-width: 500px) {
  .sellerlist .item__title h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
ul.item__contacts {
  background-color: #faf9f8;
  padding: 10px;
}
ul.item__contacts .citem {
  position: relative;
  padding: 4px 0 4px 30px;
}
ul.item__contacts .citem .fa-light {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #78ba3d;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  ul.item__contacts .citem a {
    word-break: break-word;
  }
}
.downbox {
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #faf9f8;
  padding: 30px;
  border-top: medium solid #1d5585;
}
.downbox__title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.filelist {
  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: 400px) {
  .filelist {
    display: block;
  }
}
.filelist .item {
  width: 33%;
  padding: 20px 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .filelist .item {
    width: 50%;
  }
}
@media all and (max-width: 400px) {
  .filelist .item {
    width: 100%;
  }
}
.filelist .item__text__title a {
  text-decoration: none;
}
.filelist .item__files {
  margin-top: 10px;
}
.filelist .item__files a {
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  color: #78ba3d;
}
.filelist .item__files a:hover {
  color: #b8d554;
}
.filelist .item__files .fa-light {
  position: absolute;
  left: 0;
  top: 0;
  color: #1d5585;
}
.filelist .item__files .separator {
  margin: 0 6px;
  opacity: 0.3;
}
.columnbox {
  *zoom: 1;
}
.columnbox:before,
.columnbox:after {
  content: "";
  display: table;
}
.columnbox:after {
  clear: both;
}
.columnbox br {
  display: none;
}
.columnbox .column.one-second {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.columnbox .column.one-second:nth-of-type(2) {
  margin-right: 0;
}
.twocolumns {
  *zoom: 1;
}
.twocolumns:before,
.twocolumns:after {
  content: "";
  display: table;
}
.twocolumns:after {
  clear: both;
}
.twocolumns .column.one {
  /*float: left;
		width: 48%;
		margin-right: 4%;*/
}
.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-icon {
  font-weight: bold;
  font-size: 1.2em;
  color: #0073aa;
  /* Barva otazníku */
}
.tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.9em;
}
/* Pozice tooltipu nahoru */
.tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  /* Šířka tooltipu / 2 */
}
/* Zobrazí tooltip při najetí */
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/* Tooltip arrow */
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
@media all and (max-width: 767px) {
  .newscategoryblock .categorylist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .newscategoryblock .categorylist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.spbox .contact__right {
  padding-right: 30px;
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .spbox .contact__right {
    margin-bottom: 40px;
  }
}
.spbox .contact__right .half {
  float: none;
  width: 100%;
}
.spfilesbox {
  position: relative;
}
.spfiesbox__letter {
  color: #1d5585;
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 20px;
  left: 0;
}
#submit {
  border: none;
  background: transparent;
  color: #1d5585;
  width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 22px;
}
#submit:hover {
  color: #b8d554;
}
.spfilestopfrm {
  position: relative;
  padding-right: 50px;
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
}
.spfilesblock {
  margin-bottom: 40px;
}
.splanguagebox {
  text-align: center;
  margin-bottom: 20px;
}
.splanguagebox__label {
  display: block;
  font-size: 20px;
  line-height: 26px;
}
.splanguage {
  font-size: 0;
}
.splanguage li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  opacity: 0.5;
}
.splanguage li.active,
.splanguage li:hover {
  opacity: 1;
}
.txonomboxcontent {
  *zoom: 1;
}
.txonomboxcontent:before,
.txonomboxcontent:after {
  content: "";
  display: table;
}
.txonomboxcontent:after {
  clear: both;
}
.txonomboxcontent__filters {
  float: left;
  width: 18%;
  margin-right: 2%;
  background-color: #faf9f8;
  padding: 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .txonomboxcontent__filters {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.txonomboxcontent__products {
  float: left;
  width: 80%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .txonomboxcontent__products {
    float: none;
    width: 100%;
  }
}
.single__item__text .item {
  margin-bottom: 30px;
  position: relative;
  color: #666;
}
.single__item__text .item:hover {
  z-index: 1;
}
.single__item__text .item__img {
  text-align: center;
  line-height: 220px;
  margin-bottom: 14px;
}
.single__item__text .item__img img {
  mix-blend-mode: multiply;
  max-height: 220px;
  width: auto;
}
.single__item__text .item__text {
  position: relative;
  padding-bottom: 70px;
}
@media all and (max-width: 600px) {
  .single__item__text .item__text {
    padding-bottom: 0;
  }
}
.single__item__text .item__text__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000000;
}
@media all and (max-width: 600px) {
  .single__item__text .item__text_perex {
    margin-bottom: 14px;
  }
}
.single__item__text .item__text_perex p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.single__item__text .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.single__item__text .item__text__top {
  position: relative;
  margin-bottom: 10px;
}
.single__item__text .item__text__top .add__to__basket {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.single__item__text .item__text__top .add__to__basket::after {
  content: attr(data-tooltip);
  /* vezme text z data-tooltip */
  position: absolute;
  bottom: 100%;
  /* zobrazí tooltip nad elementem */
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: rgba(0, 0, 0, 0.75);
  /* tmavé pozadí */
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  /* aby text nešel na další řádek */
  font-size: 12px;
  opacity: 0;
  /* skrytý ve výchozím stavu */
  pointer-events: none;
  /* neblokuje myš */
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}
.single__item__text .item__text__top .add__to__basket:hover::after {
  opacity: 1;
  /* zviditelnit */
  transform: translateX(-50%) translateY(0);
}
.single__item__text .item__voltage {
  background-color: #e6e7e9;
  padding: 4px 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.single__item__text .item__source {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.single__item__text .item__placed {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.single__item__text .item__placed li {
  position: relative;
  padding-left: 20px;
}
.single__item__text .item__placed .fa-light {
  color: #000000;
  position: absolute;
  top: 3px;
  left: 0;
}
.single__item__text .item__text__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.single__item__text .item__text__bottom .button {
  font-size: 15px;
  line-height: 24px !important;
  padding: 8px 10px;
  margin-top: 0;
  background-color: #b8d554 !important;
  border-color: #b8d554;
}
.single__item__text .item__text__bottom .button:hover {
  background-color: #1d5585 !important;
  border-color: #1d5585;
}
.single__item__text .item__text__bottom .item__text__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.single__item__text .item__tags {
  font-size: 0;
}
.single__item__text .item__tags li {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-color: #e6e7e9;
  margin: 0 6px 6px 0;
  padding: 4px 6px;
  color: #000000;
}
.single__item__text .item__button {
  text-align: center;
}
#p-tabs.ui-widget {
  font-family: 'Comenia Sans' !important;
}
#p-tabs .ui-tabs-anchor {
  font-size: 12px;
  line-height: 18px;
}
#p-tabs .ui-state-active a,
#p-tabs .ui-state-active a:link,
#p-tabs .ui-state-active a:visited,
#p-tabs .ui-state-active,
#p-tabs .ui-widget-content .ui-state-active,
#p-tabs .ui-widget-header .ui-state-active,
#p-tabs a.ui-button:active,
#p-tabs .ui-button:active,
#p-tabs .ui-button.ui-state-active:hover {
  background-color: transparent !important;
  color: #1d5585 !important;
  font-weight: bold;
  border-bottom-color: #ffffff !important;
}
#p-tabs .ui-widget-header {
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: thin solid #ddd;
}
#p-tabs.ui-tabs .ui-tabs-panel {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 20px;
  /*a {
			position: relative;
			overflow: hidden;
			width: 24.25%;
			margin-right: 1%;
			margin-bottom: 10px;

			@media @500 {
				width: 50%;
				margin: 0;
			}

			&:nth-child(4n+4) {
				margin-right: 0;
			}

			&:hover {

				&:before {
					.transition-s;
				}

			}

			&:before {
				content: "";
				.cover;
				background: rgba(0, 0, 0, 0.50);
				.transition-v;
			}

		}*/
}
#p-tabs.ui-tabs .ui-tabs-panel p {
  font-size: 14px;
  line-height: 20px;
}
#p-tabs .ui-widget-content {
  border: none !important;
  background: transparent !important;
}
#p-tabs.ui-widget.ui-widget-content {
  border: none !important;
  background: transparent !important;
}
#p-tabs .ui-state-default,
#p-tabs .ui-widget-content .ui-state-default,
#p-tabs .ui-widget-header .ui-state-default,
#p-tabs .ui-button,
#p-tabs html .ui-button.ui-state-disabled:hover,
#p-tabs html .ui-button.ui-state-disabled:active {
  background-color: #ffffff;
}
#p-tabs .ui-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#p-tabs .ui-tabs-nav li {
  border: thin solid #ddd;
  position: relative;
  bottom: -1px;
  float: none;
  white-space: normal;
  margin-right: 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media all and (max-width: 450px) {
  #p-tabs .ui-tabs-nav li {
    width: 33%;
    margin-right: 0;
  }
}
#p-tabs .ui-tabs-nav a {
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  color: #000000;
}
@media all and (max-width: 500px) {
  #p-tabs .ui-tabs-nav a {
    padding: 10px;
    text-align: center !important;
  }
}
#p-tabs .ui-tabs-nav a:hover {
  background-color: #ddd;
}
.parameterslist .item {
  *zoom: 1;
  padding: 6px;
}
.parameterslist .item:before,
.parameterslist .item:after {
  content: "";
  display: table;
}
.parameterslist .item:after {
  clear: both;
}
.parameterslist .item:nth-child(even) {
  background-color: #f3f3f3;
}
.parameterslist .item__label {
  float: left;
  width: 50%;
}
.parameterslist .item__value {
  float: left;
  width: 50%;
  text-align: right;
}
.parameterslist .item__value .fa-light {
  margin-right: 8px;
  font-size: 12px;
}
.parameterslist a {
  text-decoration: none;
}
.parameterslist a:hover {
  text-decoration: none;
}
.page-template-template-produkty .taxonomylist .item__text,
.home .taxonomylist .item__text {
  padding-bottom: 0;
}
.fbox {
  padding: 10px 0;
  border-top: thin solid rgba(0, 0, 0, 0.1);
}
.fbox .form-check-label {
  font-size: 12px;
  line-height: 18px;
}
.fbox .checkbox input[type=checkbox],
.fbox .checkbox-inline input[type=checkbox],
.fbox .radio input[type=radio],
.fbox .radio-inline input[type=radio] {
  margin-left: 0;
  top: -1px;
}
.fbox .checkbox label {
  display: block;
}
.txonomboxcontent__filters__label {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
#filter_submit {
  padding: 12px 10px;
  width: 100%;
  display: block;
  margin-top: 0;
}
.refitem {
  overflow: hidden;
}
.refitem:before {
  content: "\201E";
  font-size: 80px;
  line-height: 20px;
  font-family: Georgia;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 4;
  color: #1d5585;
  opacity: 0.4;
}
.refitem .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.refitem .item__img {
  overflow: hidden;
}
.refitem .item__img .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.refitem .item__img__title {
  background-color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 6%;
  width: 88%;
  padding: 10px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.refitem .item__img__text {
  position: relative;
  z-index: 2;
  padding: 30px;
  font-size: 18px;
  line-height: 30px;
  font-family: Georgia;
  font-style: italic;
}
.refitem .item__img__text p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.newsbox .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsbox .owl-item {
  float: none !important;
  background: rgba(0, 0, 0, 0.03);
  padding-bottom: 40px;
  padding-top: 30px;
}
.newsletterblock {
  margin-top: 50px;
}
.newsletterblock .rowex.submit {
  text-align: center;
}
.newsletterblock .rowex.submit input {
  float: none;
}
.newsboxlist {
  *zoom: 1;
}
.newsboxlist:before,
.newsboxlist:after {
  content: "";
  display: table;
}
.newsboxlist:after {
  clear: both;
}
.newsboxlist .item {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
  position: relative;
}
.newsboxlist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
}
.newsboxlist .item__title h3 {
  color: #1d5585;
  font-size: 20px;
  line-height: 26px;
}
.newsboxlist .item__img {
  margin-bottom: 20px;
}
.newsboxlist__main {
  width: 48.5%;
  float: left;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .newsboxlist__main {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.newsboxlist__main .item__img {
  height: 340px;
}
.newsboxlist__second {
  float: left;
  width: 48.5%;
  margin-left: 3%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .newsboxlist__second {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.newsboxlist__second .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .newsboxlist__second .item {
    display: block;
  }
}
.newsboxlist__second .item__text {
  width: 70%;
  padding-left: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .newsboxlist__second .item__text {
    width: 100%;
    padding-left: 0;
  }
}
.newsboxlist__second .item__img {
  height: 150px;
  width: 30%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .newsboxlist__second .item__img {
    width: 100%;
    height: 340px;
  }
}
.newsboxlist__second .item + .item {
  margin-top: 30px;
}
.referbox {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.filter-loader {
  text-align: center;
  padding: 1rem;
  font-size: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(29, 85, 133, 0.95);
  color: #ffffff;
  z-index: 999;
}
.filter-loader i {
  margin-right: .5rem;
}
.filter-loader-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 50px;
}
.categoryfilter {
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
}
.categoryfilter li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  font-size: 16px;
}
.categoryfilter a {
  display: block;
  padding: 10px;
  border-top: medium solid rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}
.categoryfilter a:hover,
.categoryfilter a.active {
  color: #1d5585;
  border-color: #1d5585;
  text-decoration: none;
  background-color: #f8f8f8;
}
.wpcf7-form-control-wrap[data-name="poslat-kopii"] .wpcf7-checkbox label {
  color: #000000;
  font-size: 16px;
}
.contact .wrap {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-contact .contact .wrap {
  max-width: 1200px;
}
.newsletterbox input[type="email"] {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
/* ------------------ HEADER ----------------*/
.nav-up .header {
  position: fixed;
  background: rgba(255, 255, 255, 0.96);
  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);
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header > .wrap {
  padding: 0 328px 0 0 !important;
  min-height: 96px;
}
@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-right: calc(350px + 3%) !important;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header > .wrap {
    min-height: 60px;
  }
}
a.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  width: 100%;
  max-width: 170px;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.logo {
    left: 3%;
  }
}
@media all and (max-width: 450px) {
  a.logo {
    max-width: 110px;
  }
}
a.logo:hover {
  color: #ffffff;
  text-decoration: none;
}
a.headerbasket {
  background-color: #b8d554;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 180px;
  padding: 8px 14px;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.headerbasket {
    right: calc(180px + 3%);
  }
}
@media all and (max-width: 550px) {
  a.headerbasket {
    right: calc(116px + 3%);
  }
}
a.headerbasket:hover {
  color: #ffffff;
  background-color: #78ba3d;
}
.headerbutton {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 8px 14px;
  font-size: 14px;
  margin-top: 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) {
  .headerbutton {
    right: 3%;
  }
}
@media all and (max-width: 550px) {
  .headerbutton {
    font-size: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
#countProducts {
  font-size: 9px;
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #1d5585;
  color: #ffffff;
  text-align: center;
}
.burgermenu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 260px;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .burgermenu {
    right: calc(260px + 3%);
  }
}
@media all and (max-width: 500px) {
  .burgermenu {
    right: calc(178px + 3%);
  }
}
a#burgermenu {
  display: block;
  width: 30px;
}
a#burgermenu span {
  border-bottom: medium solid #1d5585;
  margin-bottom: 4px;
  display: block;
}
a#burgermenu span:last-child {
  margin-bottom: 0;
}
a#burgermenu:hover span {
  border-color: #b8d554;
}
.burgermenu.active .burgerlist {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.burgerlist {
  position: absolute;
  width: 200px;
  top: 110%;
  right: 0;
  z-index: 99;
  background: #1d5585;
  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;
}
.burgerlist > li {
  border-bottom: thin solid rgba(255, 255, 255, 0.1);
}
.burgerlist > li > a {
  padding: 8px 14px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.burgerlist > li > a:hover {
  background-color: #b8d554;
  color: #ffffff;
  text-decoration: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .burgerlist .sub-menu,
  .burgerlist .submenu {
    display: none !important;
  }
}
.language-switcher {
  position: relative;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 302px;
  z-index: 2;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .language-switcher {
    right: 330px;
  }
}
@media all and (max-width: 600px) {
  .language-switcher {
    display: none;
  }
}
.lang-btn {
  background: none;
  border: none;
  color: #2c599c;
  font-size: 18px;
  cursor: pointer;
  padding: 6px 18px 6px 10px;
  position: relative;
  min-width: 50px;
}
.lang-btn .arrow {
  display: inline-block;
  margin-left: 4px;
  border: solid #2c599c;
  border-width: 0 2px 2px 0;
  padding: 2.5px;
  transform: rotate(45deg);
  vertical-align: middle;
}
.lang-dropdown {
  display: none;
  position: absolute;
  min-width: 60px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  list-style: none;
  padding: 0;
  top: 100%;
  z-index: 99;
  border-radius: 6px;
}
.lang-dropdown li a {
  display: block;
  padding: 8px 15px;
  color: #2c599c;
  text-decoration: none;
  transition: background 0.2s;
  font-size: 16px;
}
.lang-dropdown li a:hover {
  background: #b8d554;
  color: #ffffff;
  text-decoration: none;
}
.language-switcher:hover .lang-dropdown,
.language-switcher:focus-within .lang-dropdown {
  display: block;
}
/********************* Footer ******************/
.devfooter {
  border-top: thin solid #1d5585;
  overflow: hidden;
}
.devfooter * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.devfooter__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 300px;
  right: 50px;
}
@media all and (max-width: 767px) {
  .devfooter__logo {
    position: relative;
    top: 0;
    transform: none !important;
    max-width: 200px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.devfooterbox {
  margin: 0 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .devfooterbox {
    display: block;
  }
}
.devfooterbox .item {
  width: 50%;
  position: relative;
}
@media all and (max-width: 767px) {
  .devfooterbox .item {
    width: 100%;
  }
}
.devfooterbox .item__1 {
  text-align: center;
}
@media all and (max-width: 767px) {
  .devfooterbox .item__1 {
    padding: 40px 20px;
  }
}
.devfooterbox .item__2 {
  background-color: #004e7d;
  color: #fff;
  padding: 40px 50px;
}
@media all and (max-width: 400px) {
  .devfooterbox .item__2 {
    padding: 40px 20px;
  }
}
.devfooterbox .item__2:before {
  content: "";
  background-color: #004e7d;
  display: block;
  height: 100%;
  top: 0;
  left: 99%;
  width: 8000px;
  position: absolute;
}
@media all and (max-width: 767px) {
  .devfooterbox .item__2:before {
    display: none;
  }
}
.devfooterbox .item__slogan {
  display: block;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 24px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .devfooterbox .item__slogan {
    text-align: center;
  }
}
.devfooterbox a {
  color: #fff;
  text-decoration: none;
}
.devfooterbox a:hover {
  text-decoration: underline;
  color: #fff;
}
.devfooterbox .item__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 300px;
  padding-bottom: 30px;
  border-bottom: medium solid #f2d726;
}
@media all and (max-width: 767px) {
  .devfooterbox .item__table {
    margin-left: auto;
    margin-right: auto;
  }
}
.devfooterbox .item__table p {
  margin: 0;
  padding: 0;
}
.devfooterbox .item__table__address {
  width: 50%;
  padding-right: 20px;
  border-right: thin solid rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 400px) {
  .devfooterbox .item__table__address {
    padding-right: 10px;
  }
}
.devfooterbox .item__table__links {
  width: 50%;
  padding-left: 20px;
}
@media all and (max-width: 400px) {
  .devfooterbox .item__table__links {
    padding-leftt: 10px;
  }
}
.copyrightblock {
  text-align: center;
  padding-bottom: 30px;
  background-color: #f8f8f8;
  border-top: thin solid #1d5585;
}
.copyrightblock a {
  color: #000000;
  text-decoration: none;
}
.copyrightblock a:hover {
  color: #1d5585;
  text-decoration: none;
}
.copyrightbox p * {
  margin: 0 4px;
}
.footer {
  border-top: medium solid #1d5585;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f8f8;
  margin-top: 50px;
}
.footertop {
  color: #1d5585;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footertop {
    text-align: center;
  }
}
.footertop .wrap {
  padding: 50px 30px 20px 30px;
  max-width: 100%;
}
.footertop a {
  color: #1d5585;
  text-decoration: none;
}
.footertop a:hover {
  text-decoration: none;
  color: #b8d554;
}
.footertopbox {
  *zoom: 1;
}
.footertopbox:before,
.footertopbox:after {
  content: "";
  display: table;
}
.footertopbox:after {
  clear: both;
}
.footertop__left {
  width: 45%;
  float: left;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footertop__left {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}
.footertop__left p {
  margin: 0;
}
.footertop__right {
  width: 45%;
  margin-left: 10%;
  float: left;
  *zoom: 1;
}
.footertop__right:before,
.footertop__right:after {
  content: "";
  display: table;
}
.footertop__right:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footertop__right {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.socials {
  font-size: 20px;
  margin-top: 20px;
}
.footerotherlinks {
  float: right;
  width: 100%;
  max-width: 500px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerotherlinks {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.footerotherlinks__label {
  display: block;
  margin-bottom: 20px;
}
.footertopmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footertopmenu li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 10px;
}
.footertopmenu li:nth-child(even) {
  margin-right: 0;
}
.footertoplinks {
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
}
.footertoplinks p {
  margin: 0;
}
.footertoplinks a {
  color: #000000;
  text-decoration: none;
}
.footertoplinks a:hover {
  text-decoration: none;
  color: #1d5585;
}
.footertoplinks .separator {
  margin: 0 10px;
}
.copyright {
  margin-top: 20px;
  color: #000000;
  position: relative;
}
a.scroll-top-link {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-family: inherit;
  transition: color 0.2s;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.scroll-top-link {
    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;
  }
}
a.scroll-top-link:hover {
  color: #1d5585;
}
a.scroll-top-link .arrow-up {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
#product-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 12px 16px;
  z-index: 9999;
  display: block;
  width: 100%;
  max-width: 440px;
}
@media all and (max-width: 450px) {
  #product-notification {
    max-width: 96%;
  }
}
#product-notification .button {
  margin-top: 10px;
  text-transform: none;
  padding: 10px;
}
@media all and (max-width: 450px) {
  #product-notification .button {
    display: block;
    margin-left: 0 !important;
  }
}
#backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
#product-notification p {
  margin: 0;
  color: #1d5585;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
@media (max-width: 480px) {
  #product-notification {
    flex-direction: column;
    text-align: center;
  }
  #product-notification p {
    margin-bottom: 8px;
  }
  .notification-btn {
    margin: 4px 0;
  }
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  float: right;
  width: 30px;
  z-index: 1000;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: none;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 0.6rem;
  height: 1px;
  border-bottom: medium solid #1d5585;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
#toogle-menu:hover span {
  border-color: #b8d554;
}
.main-menu {
  *zoom: 1;
  z-index: 99;
  margin-left: 34%;
}
.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;
    top: -100vh;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99;
    width: 100vw;
    height: 100vh;
    line-height: 24px;
    text-align: center;
    left: 50%;
    /* Posunutí o 50% šířky nadřazeného prvku */
    transform: translateX(-50%);
    /* Posunutí zpět o 50% vlastní šířky */
    overflow: auto;
    margin-left: 0;
    float: none;
    display: none;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 50px;
}
@media all and (min-width: 990px) and (max-width: 1220px) {
  .main-menu > li {
    margin-left: 32px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li {
    float: none;
    margin-left: 0;
  }
}
.main-menu > li:hover > a {
  color: #b8d554;
}
.main-menu > li:hover > a:after {
  width: 100%;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li:last-child {
  padding-right: 0;
}
.main-menu > li:last-child:after {
  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: #b8d554;
}
.main-menu > li.menu__reserve {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu__reserve {
    display: block;
  }
}
.main-menu > li.menu__reserve > a {
  background-color: #1d5585;
  color: #ffffff !important;
  padding-left: 14px;
  padding-right: 14px;
}
.main-menu > li.menu__reserve > a:before {
  display: none !important;
}
.main-menu > li.menu__reserve > a:hover {
  background-color: #b8d554;
  color: #ffffff !important;
}
.main-menu > li.toogle__megamenu .submenu,
.main-menu > li.toogle__megamenu .sub-menu {
  display: none;
}
.main-menu > li.socials--item {
  margin-left: 14px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.socials--item {
    margin-left: 0 !important;
  }
}
.main-menu > li.socials--item.fcb {
  margin-left: 30px;
}
.main-menu > li.socials--item > a:after,
.main-menu > li.socials--item > a:before {
  display: none !important;
}
.main-menu > li.mobile__links {
  display: none;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.mobile__links {
    display: block;
  }
}
.main-menu > li.mobile__links > a {
  color: #1d5585 !important;
}
.main-menu > li > a {
  padding: 36px 0;
  color: #1d5585;
  line-height: 24px;
  font-size: 16px;
  display: block;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li > a {
    padding: 20px 10px;
    color: #000000;
    line-height: 32px;
    font-size: 20px;
    display: block;
    border-bottom: thin solid rgba(19, 56, 93, 0.1);
    font-weight: 500;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
  .main-menu > li > a:hover {
    text-decoration: none;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #b8d554;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #1d5585;
  position: absolute;
  left: 0;
  top: 100%;
  width: 370px;
  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);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
  width: 50%;
}
.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: #b8d554;
}
.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: @light;
			text-decoration: none;
			background-color: @links-hover;*/
}
.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;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #b8d554;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
}
.header.active .main-menu {
  top: 100%;
  opacity: 1;
}
.megamenu {
  background-color: #ffffff;
  z-index: 9999;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  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;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .megamenu {
    display: none !important;
  }
}
.megamenu .wrap {
  border-top: thin solid rgba(0, 0, 0, 0.2);
}
.megamenubox {
  padding: 50px 0 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.megamenubox__left {
  width: 65%;
  padding-right: 20px;
}
.megamenubox__right {
  width: 35%;
  padding: 20px;
  background-color: #f3f3f3;
}
.megamenulist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.megamenulist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 20px;
  position: relative;
}
.megamenulist .item:nth-child(3n+3) {
  margin-right: 0;
}
.megamenulist .item:hover h3 {
  color: #b8d554;
}
.megamenulist .item__img {
  width: 200px;
  height: 150px;
  line-height: 150px;
}
.megamenulist .item__img img {
  width: auto;
  max-height: 120px;
}
.megamenulist h3 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d5585;
}
.megamenulist p {
  margin-bottom: 0;
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.megamenulist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.megamenubox__label {
  display: block;
  margin-bottom: 20px;
}
.megamenubox__right__box {
  margin-bottom: 80px;
}
.megamenubox__right__box:last-of-type {
  margin-bottom: 0;
}
.megamenubox__right__list > li {
  margin-bottom: 12px;
}
.megamenubox__right__list > li:last-child {
  margin-bottom: 0;
}
.megamenubox__right__list > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.megamenubox__right__list > li > a:hover {
  text-decoration: none;
}
.lang-menu-item {
  display: none;
  width: 25%;
  float: left;
  border-right: thin solid rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 600px) {
  .lang-menu-item {
    display: block;
  }
}
.lang-menu-item:last-of-type {
  border-right: none;
}
.lang-menu-item > a {
  color: #b8d554 !important;
}
