@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/pt-sans/stylesheet.css);
@import url(../fonts/arimo/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;
}
.light {
  font-family: 'Bree Lt';
  font-weight: 400;
}
.regular {
  font-family: 'Bree Rg';
  font-weight: 400;
}
.extrabold {
  font-family: 'Bree EB';
  font-weight: 400;
}
.bold {
  font-family: 'Bree B';
  font-weight: 400;
}
.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,
strong {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #000000;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #0d0d0d;
}
p {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}
.wrap {
  margin: 0 auto;
  max-width: 1320px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1340px), 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: 90%;
}
.wrap.width--960 {
  max-width: 960px;
}
.wrap.maw760 {
  max-width: 760px;
}
.button {
  text-decoration: none !important;
  padding: 10px 28px;
  display: inline-block;
  color: #000000 !important;
  background-color: #000000 !important;
  font-size: 17px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  vertical-align: middle;
  border: thin solid transparent;
}
.button .button__icon {
  position: absolute;
  background-color: #0d0d0d;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.button .button__icon .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none #0d0d0d !important;
  border-color: #0d0d0d;
}
.button:hover:before {
  height: 60%;
}
.button:hover .button__icon {
  background-color: #0d0d0d;
}
.button:hover .button__icon .far {
  color: #000000 !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button--reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #000000 !important;
  border-color: #000000;
}
.button--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #000000 !important;
  border-color: #000000;
}
.button--inverse {
  background: none !important;
  color: #000000 !important;
  border-color: #000000;
}
.button--inverse:hover {
  background: #0d0d0d !important;
  color: #ffffff !important;
  border-color: #0d0d0d;
}
.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: #000000;
}
.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: #0d0d0d;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 90px 0;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 40px 0;
  }
}
.block__title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000000;
  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: #000000;
}
.block__top {
  *zoom: 1;
  margin-bottom: 60px;
  position: relative;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top h2 {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Arimo';
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block__top h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.block__top h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-top: 20px;
}
.block__top ul {
  margin-top: 30px;
}
.perex {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Bree B';
  font-weight: 400;
}
.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: #000000;
  font-style: italic;
  position: relative;
}
.main blockquote:before {
  content: "\0022";
  color: #000000;
  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;
}
.main .rll-youtube-player {
  width: 100% !important;
  max-width: 900px;
  margin: 40px auto;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 52px;
  line-height: 58px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  clear: both;
  font-weight: 800;
}
.main h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.main h2:first-of-type {
  margin-top: 0;
}
.main h2 span {
  display: block;
  color: #000000;
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000000;
  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: #000000;
}
.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: #000000;
  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: #000000;
  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: #000000;
  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(255, 255, 255, 0.1);
  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: #000000;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
}
.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 select,
.main textarea {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  padding: 0 20px;
  color: #000000;
  border: medium solid transparent;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 6px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main input[type=date]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #000000;
}
.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: #000000;
}
.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 select,
.main option {
  color: #0d0d0d;
  font-weight: bold;
}
.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: 150px;
  max-width: 100%;
  min-width: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.main input[type=submit] {
  display: block;
  width: 100%;
  border: medium solid #000000;
  outline: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 20px;
  background: #000000;
  margin-top: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.main input[type=submit]:hover {
  background: none #0d0d0d !important;
  color: #ffffff !important;
  border-color: #0d0d0d;
}
.main .rowex.submit {
  text-align: center;
}
.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: 14px;
}
.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.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: #000000;
  text-decoration: underline;
}
.wpcf7-acceptance label a:hover,
.wpcf7-radio label a:hover,
.wpcf7-checkbox label a:hover {
  color: #0d0d0d;
  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: #0d0d0d;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #0d0d0d;
}
.wpcf7-checkbox label {
  color: #0d0d0d;
  font-size: 13px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #000000;
  text-decoration: none;
}
.paginator .current {
  color: #222;
  padding: 10px;
  font-weight: bold;
  background-color: #000000;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #0d0d0d;
  text-align: center;
}
.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
  color: #000000;
}
.ui-datepicker-header {
  background-color: #000000;
  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: #000000;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #1a1a1a;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #000;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #000000;
  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: 31.33%;
  margin-right: 3%;
  margin-bottom: 10px;
}
@media all and (max-width: 600px) {
  ul.gal li {
    width: 49.50%;
  }
}
ul.gal li:nth-child(3n+3) {
  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;
}
.gal.gal--wide .item:nth-child(1) {
  width: 65.66%;
}
.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 #000000;
  -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: #000000 !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;
}
.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: #ffffff;
}
#slider {
  background-color: #ffffff;
  /*.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));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  display: none;
}
@media all and (max-width: 767px) {
  #slider .item:after {
    display: block;
  }
}
#slider .item .wrap {
  z-index: 3;
  height: 100vh;
}
@keyframes leaves {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
@-webkit-keyframes leaves {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
#slider .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
#slider .item__bg .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#slider .item__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  /* můžeš upravit, pokud potřebuješ zarovnání */
  display: block;
}
#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 .button--inverse {
  border-color: #ffffff;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 16px !important;
}
#slider .button--inverse:hover {
  border-color: #0d0d0d;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .showcase__text {
  left: 0;
  width: 100%;
  max-width: 786px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 60%;
  color: #ffffff;
  text-align: center;
  animation-name: fadeInUp;
  animation-duration: 2s;
  /* Délka animace */
  animation-timing-function: ease-out;
  /* Typ animace */
  animation-fill-mode: forwards;
  /* Udrží koncový stav animace */
  background: rgba(0, 0, 0, 0.1);
  padding: 80px 40px;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .showcase__text {
    left: 3%;
    width: 94%;
  }
}
#slider .showcase__text:after,
#slider .showcase__text:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  border-bottom: thin solid rgba(255, 255, 255, 0.6);
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  animation: leaves 2s ease-in alternate;
  -webkit-animation: leaves 2s ease-in alternate;
}
#slider .showcase__text:after {
  top: 50px;
}
#slider .showcase__text:before {
  bottom: 50px;
}
#slider .showcase__text h1,
#slider .showcase__text h2 {
  font-size: 90px;
  line-height: 100px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  font-family: 'Arimo';
}
@media all and (min-width: 768px) and (max-width: 989px) {
  #slider .showcase__text h1,
  #slider .showcase__text h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media all and (max-width: 767px) {
  #slider .showcase__text h1,
  #slider .showcase__text h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }
}
#slider .showcase__text h1 span,
#slider .showcase__text h2 span {
  display: block;
  color: #000000;
}
#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: 40px;
  line-height: 50px;
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #slider .showcase__text p {
    font-size: 22px;
    line-height: 32px;
    max-width: 100%;
  }
}
#slider .showcase__buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (max-width: 767px) {
  #slider .showcase__buttons {
    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;
  }
}
#slider .showcase__buttons .button {
  background-color: #000000 !important;
  padding: 14px 40px;
  font-size: 18px;
  position: relative;
  margin-top: 0;
}
@media all and (max-width: 600px) {
  #slider .showcase__buttons .button {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media all and (max-width: 400px) {
  #slider .showcase__buttons .button {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
#slider .showcase__buttons .button:hover {
  background-color: #000000 !important;
}
#slider .showcase__buttons .button:hover:before {
  top: 0;
}
#slider .showcase__buttons .button:before {
  content: "";
  border-bottom: thick solid #000000;
  height: 1px;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  display: block;
}
#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: #000000;
}
.showcase__page {
  position: relative;
  color: #ffffff;
  background-color: #ffffff;
  text-align: center;
}
.showcase__page: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: 200px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.showcase__page .wrap {
  padding: 290px 0 60px 0;
  z-index: 2;
}
.showcase__page h1 {
  font-size: 46px;
  line-height: 56px;
  font-family: 'Arimo';
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.showcase__page h1:after,
.showcase__page h1:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  border-bottom: thin solid rgba(255, 255, 255, 0.6);
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  animation: leaves 1s ease-in alternate;
  -webkit-animation: leaves 1s ease-in alternate;
}
.showcase__page h1:after {
  top: -30px;
}
.showcase__page h1:before {
  bottom: -30px;
}
.introbox {
  font-size: 0;
}
.introbox__title {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .introbox__title {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.introbox__title .block__top {
  margin-bottom: 0;
}
.introbox__text {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin-left: 5%;
  padding-left: 5%;
  font-size: 16px;
  border-left: thin solid rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .introbox__text {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}
.serviceslist {
  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) {
  .serviceslist {
    display: block;
  }
}
.serviceslist .item {
  width: 31.33%;
  margin-right: 3%;
  position: relative;
  overflow: hidden;
  height: 600px;
  color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .serviceslist .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    height: 300px;
  }
}
.serviceslist .item:nth-child(3n+3) {
  margin-right: 0;
}
.serviceslist .item:hover .item__bg {
  transform: scale(1.1) rotate(-1deg);
}
.serviceslist .item:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.serviceslist .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -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;
}
.serviceslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
}
.serviceslist .item__text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  padding: 16px 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .serviceslist .item__text {
    padding-right: 70px;
  }
}
.serviceslist .item__text__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  font-size: 24px;
}
.serviceslist h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 4px;
}
.serviceslist p {
  margin: 0;
  font-family: 'Arimo';
  font-size: 13px;
  line-height: 18px;
}
.parallax__cover {
  overflow: hidden;
}
.parallax__img {
  height: 680px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .parallax__img {
    height: 400px;
  }
}
.newsitem {
  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) {
  .newsitem {
    display: block;
  }
}
.newsitem__img {
  width: 50%;
}
@media all and (max-width: 767px) {
  .newsitem__img {
    width: 100%;
    height: 250px;
  }
}
.newsitem__text {
  position: relative;
  width: 50%;
  padding: 130px 0 60px 60px;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767px) {
  .newsitem__text {
    width: 100%;
    padding: 80px 0 40px 0;
  }
}
#news .carousel-control {
  opacity: 1;
  width: 32px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#news .carousel-control:hover {
  opacity: 0.7;
}
#news .carousel-control > span {
  width: 32px;
  height: 20px;
  font-size: 0;
}
#news .carousel-control.left {
  left: 4%;
}
#news .carousel-control.left > span {
  background: url(../images/slider-left.jpg) 0 0 no-repeat;
  -webkit-background-size: 32px 20px;
  background-size: 32px 20px;
  margin-left: 0 !important;
  left: 0;
}
#news .carousel-control.right {
  right: 4%;
}
#news .carousel-control.right > span {
  background: url(../images/slider-right.jpg) 0 0 no-repeat;
  -webkit-background-size: 32px 20px;
  background-size: 32px 20px;
  margin-right: 0 !important;
  right: 0;
}
.newscontrol {
  position: absolute;
  right: 0;
  z-index: 6;
  width: 100%;
  max-width: 100px;
  top: 0;
}
@media all and (max-width: 767px) {
  .newscontrol {
    top: 286px;
  }
}
.newsitem__text__label {
  position: absolute;
  left: 60px;
  top: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .newsitem__text__label {
    left: 0;
    top: 30px;
  }
}
.serviceslist.otherserviceslist .item {
  width: 48.50%;
  height: 430px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .serviceslist.otherserviceslist .item {
    width: 100%;
    height: 300px;
    margin-right: 0 !important;
  }
}
.serviceslist.otherserviceslist .item:nth-child(even) {
  margin-right: 0;
}
.serviceslist.otherserviceslist .item:nth-child(odd) {
  margin-right: 3%;
}
.boxeslist .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 (max-width: 767px) {
  .boxeslist .item {
    display: block;
  }
}
.boxeslist .item__img {
  width: 50%;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
@media all and (max-width: 767px) {
  .boxeslist .item__img {
    width: 100%;
    min-height: 300px;
  }
}
.boxeslist .item__text {
  width: 50%;
}
@media all and (max-width: 767px) {
  .boxeslist .item__text {
    width: 100%;
  }
}
.boxeslist .item__text__wrap {
  max-width: 660px;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media all and (max-width: 767px) {
  .boxeslist .item__text__wrap {
    max-width: 100%;
    float: none !important;
    padding: 40px 3% !important;
    text-align: left !important;
  }
}
.boxeslist .item:nth-child(even) .item__text__wrap {
  float: right;
  padding-right: 40px;
  padding-left: 0;
  text-align: right;
}
.boxeslist .item:first-child {
  border-top: thin solid rgba(0, 0, 0, 0.3);
}
.bdt {
  border-top: thin solid rgba(0, 0, 0, 0.3);
}
.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;
}
.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: #000000;
}
.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;
}
.contact__right h2,
.contact__left h2 {
  text-transform: none;
}
#cfrm {
  padding: 30px;
  background-color: #f3f3f3;
}
#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;
  }
}
#fotogalerie-tabs.ui-widget {
  font-family: 'PT Sans' !important;
}
#fotogalerie-tabs .ui-tabs-anchor {
  font-size: 18px;
  line-height: 24px;
}
@media all and (max-width: 550px) {
  #fotogalerie-tabs .ui-tabs-anchor {
    font-size: 12px;
    line-height: 18px;
  }
}
#fotogalerie-tabs .ui-state-active a,
#fotogalerie-tabs .ui-state-active a:link,
#fotogalerie-tabs .ui-state-active a:visited,
#fotogalerie-tabs .ui-state-active,
#fotogalerie-tabs .ui-widget-content .ui-state-active,
#fotogalerie-tabs .ui-widget-header .ui-state-active,
#fotogalerie-tabs a.ui-button:active,
#fotogalerie-tabs .ui-button:active,
#fotogalerie-tabs .ui-button.ui-state-active:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
#fotogalerie-tabs .ui-widget-header {
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a {
  position: relative;
  overflow: hidden;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
  height: 170px;
  display: block;
}
@media all and (max-width: 500px) {
  #fotogalerie-tabs.ui-tabs .ui-tabs-panel a {
    width: 50%;
    margin: 0;
  }
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a:nth-child(4n+4) {
  margin-right: 0;
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#fotogalerie-tabs.ui-tabs .ui-tabs-panel a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  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;
}
#fotogalerie-tabs .ui-widget-content {
  border: none !important;
  background: transparent !important;
}
#fotogalerie-tabs.ui-widget.ui-widget-content {
  border: none !important;
  background: transparent !important;
}
#fotogalerie-tabs .ui-state-default,
#fotogalerie-tabs .ui-widget-content .ui-state-default,
#fotogalerie-tabs .ui-widget-header .ui-state-default,
#fotogalerie-tabs .ui-button,
#fotogalerie-tabs html .ui-button.ui-state-disabled:hover,
#fotogalerie-tabs html .ui-button.ui-state-disabled:active {
  background-color: #ffffff;
}
#fotogalerie-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;
  justify-content: center;
  margin-bottom: 30px;
}
#fotogalerie-tabs .ui-tabs-nav li {
  float: none;
  white-space: normal;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media all and (max-width: 450px) {
  #fotogalerie-tabs .ui-tabs-nav li {
    width: 20%;
    margin-right: 0;
  }
}
#fotogalerie-tabs .ui-tabs-nav a {
  padding: 20px;
  text-decoration: none;
  display: block;
  color: #000000;
}
@media all and (max-width: 500px) {
  #fotogalerie-tabs .ui-tabs-nav a {
    padding: 10px;
    text-align: center !important;
  }
}
#fotogalerie-tabs .ui-tabs-nav a:hover {
  background-color: #ddd;
}
#fotogalerie-vnorena-tabs-2 li a {
  width: 100% !important;
  height: auto !important;
}
#fotogalerie-vnorena-tabs-2 li a:before {
  display: none !important;
}
#fotogalerie-vnorena-tabs-2 .ui-state-active a {
  color: #ffffff !important;
}
/* ------------------ HEADER ----------------*/
.nav-up .header {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  -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: 30px 0 30px 150px;
  max-width: 1500px;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header .wrap {
    padding-left: 150px !important;
    padding-right: 3%;
  }
}
a.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 100%;
  max-width: 90px;
}
@media all and (max-width: 1520px) {
  a.logo {
    left: 3%;
  }
}
a.logo:hover {
  color: #ffffff;
  text-decoration: none;
}
.modal {
  z-index: 10000;
}
.modal .modal-header {
  padding-bottom: 40px;
}
.modal iframe {
  display: block;
  width: 100% !important;
  height: 500px !important;
  overflow: hidden;
  border: none;
  outline: none;
}
.modal-content {
  background-color: #0b0b0b;
  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: #000000;
  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;
  }
}
.resbutton {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 180px;
  margin-top: 0;
}
@media all and (max-width: 1520px) {
  .resbutton {
    right: 176px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .resbutton {
    right: 179px;
  }
}
@media all and (max-width: 500px) {
  .resbutton {
    right: 156px;
  }
}
.socials {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font: 0;
}
@media all and (max-width: 1520px) {
  .socials {
    right: 3%;
  }
}
.socials li {
  display: inline-block;
  vertical-align: middle;
}
.socials li + li {
  margin-left: 10px;
}
.langs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 69px;
  font-size: 0;
}
@media all and (max-width: 1520px) {
  .langs {
    right: 92px;
  }
}
@media all and (max-width: 500px) {
  .langs {
    right: 70px;
  }
}
.langs li {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}
.langs li.active {
  opacity: 1;
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.langs li + li {
  margin-left: 10px;
}
.header__phone {
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  top: 8px;
  right: 0;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header__phone {
    right: 3%;
  }
}
.header__phone a {
  text-decoration: none;
}
.header__phone a:hover {
  text-decoration: none;
  color: #666;
}
.header__phone .fa-light {
  margin-right: 4px;
}
/********************* Footer ******************/
.footer {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  border-top: thin solid rgba(0, 0, 0, 0.3);
}
.footer p {
  font-size: 16px;
  line-height: 24px;
}
.footer .wrap {
  padding: 110px 0 30px 300px !important;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer .wrap {
    padding-right: 3% !important;
  }
}
@media all and (max-width: 767px) {
  .footer .wrap {
    text-align: center;
    padding-left: 3% !important;
  }
}
.footer a {
  color: #999;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  color: #000000;
}
.footer__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 150px;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer__logo {
    left: 3%;
  }
}
@media all and (max-width: 767px) {
  .footer__logo {
    left: 0;
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.fcols {
  *zoom: 1;
  float: left;
  width: 48%;
}
.fcols:before,
.fcols:after {
  content: "";
  display: table;
}
.fcols:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .fcols {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.fcol {
  float: left;
  width: 60%;
  padding-right: 40px;
}
@media all and (max-width: 767px) {
  .fcol {
    float: none;
    width: 100% !important;
    padding-right: 0;
  }
}
.fcol:first-of-type {
  width: 40%;
}
@media all and (max-width: 767px) {
  .fcol:first-of-type {
    margin-top: 40px;
  }
}
.fcol p {
  font-family: 'Arimo';
}
.fcol__label {
  display: block;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: 'PT Sans';
}
.copyright {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .copyright {
    text-align: center !important;
  }
}
.copyright p {
  font-size: 13px;
  line-height: 20px;
  color: #999;
  margin: 0;
}
.footerbox {
  *zoom: 1;
}
.footerbox:before,
.footerbox:after {
  content: "";
  display: table;
}
.footerbox:after {
  clear: both;
}
.mapblock {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  float: left;
  width: 48%;
  margin-left: 4%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .mapblock {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.mapblock iframe {
  display: block !important;
  width: 100% !important;
  height: 300px !important;
  overflow: hidden;
  border: none !important;
  outline: none !important;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  float: right;
  width: 30px;
  z-index: 1000;
  position: relative;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 246px;
  }
}
@media all and (max-width: 500px) {
  #toogle-menu {
    margin-right: 233px;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 0.6rem;
  height: 1px;
  border-bottom: medium solid #000000;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
#toogle-menu:hover span {
  border-color: #000000;
}
.main-menu {
  *zoom: 1;
  z-index: 99;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1340px), 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;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 20px;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li {
    float: none;
    margin-left: 0;
    display: block;
  }
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li.menu__right {
  float: right;
}
@media all and (max-width: 767px) {
  .main-menu > li.menu__right {
    float: none;
  }
}
.main-menu > li.menu__right:first-of-type {
  margin-left: 0;
}
.main-menu > li:hover > a {
  text-decoration: none;
  color: #0d0d0d;
}
.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: #000000;
}
.main-menu > li.current-menu-item > a:after,
.main-menu > li.current-category-ancestor > a:after,
.main-menu > li.current-post-ancestor > a:after,
.main-menu > li.current-page-ancestor > a:after,
.main-menu > li.current-menu-parent > a:after {
  width: 100%;
}
.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: #000000;
  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: #0d0d0d;
  color: #ffffff !important;
}
.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: 1340px), 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: #000000 !important;
}
.main-menu > li > a {
  padding: 10px 0;
  color: #000000;
  line-height: 24px;
  font-size: 15px;
  display: block;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: none;
  font-family: 'Arimo';
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li > a {
    padding: 16px 10px;
    color: #000000;
    line-height: 24px;
    font-size: 15px;
    display: block;
    border-bottom: thin solid rgba(11, 11, 11, 0.3);
    font-weight: 500;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
  .main-menu > li > a:hover {
    text-decoration: none;
  }
}
.main-menu > li > a:after {
  content: "";
  display: block;
  width: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  position: absolute;
  border-top: thin solid #000000;
  -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;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li > a:after {
    display: none !important;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #0d0d0d;
}
.main-menu > li > a:hover:after {
  width: 100%;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.top-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.top-menu .sub-menu > li:hover > a {
  color: #0d0d0d;
  text-decoration: none;
}
.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: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  font-weight: 400;
  font-family: 'Arimo';
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #0d0d0d;
  text-decoration: none;
  text-decoration: underline;
}
.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;
}
.header.active .main-menu > li:hover > .sub-menu {
  display: none;
}
.header.active .main-menu > li .sub-menu.show {
  background-color: #000000;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.header.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
}
.header.active .main-menu > li .sub-menu.show > li .sub-menu,
.header.active .main-menu > li .sub-menu.show > li .submenu {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
  text-align: center;
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  width: 40px;
  height: 57px;
  border-left: thin solid rgba(255, 255, 255, 0.2);
  background-color: #000000;
  z-index: 3;
  display: block;
  text-align: center;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  display: block;
  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;
}
.header.active .main-menu > li > a:after {
  display: none;
}
