@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/montserrat/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: 'avenir-light';
  font-weight: 400;
}
.regular {
  font-family: 'avenir-book';
  font-weight: 400;
}
.medium {
  font-family: 'avenir-medium';
  font-weight: 400;
}
.bold {
  font-family: 'avenir-bold';
  font-weight: 400;
}
.heavy {
  font-family: 'avenir-heavy';
  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 {
  font-weight: 900;
}
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: #000000;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}
.wrap {
  margin: 0 auto;
  max-width: 1340px;
  width: 100%;
  *zoom: 1;
  position: relative;
  z-index: 1;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1360px), 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;
}
.mb0 {
  margin-bottom: 0 !important;
}
.button {
  text-decoration: none !important;
  padding: 14px 30px;
  display: inline-block;
  color: #ffffff !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: bold;
  text-transform: uppercase;
  vertical-align: middle;
  border: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.button .button__icon {
  position: absolute;
  background-color: #000000;
  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 #666 !important;
  border-color: #666;
}
.button:hover:before {
  height: 60%;
}
.button:hover .button__icon {
  background-color: #000000;
}
.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--smaller {
  font-size: 12px;
  padding: 10px 16px;
}
.button--reverse {
  color: #000000 !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.button--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #666 !important;
  border-color: #666;
}
.button--inverse {
  background: none !important;
  color: #000000 !important;
  border-color: #000000;
}
.button--inverse:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000;
}
.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: #000000;
  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: 130px 0;
}
@media all and (min-width: 990px) and (max-width: 1360px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 40px 0;
  }
}
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: 60px;
  line-height: 70px;
  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: 'avenir-bold';
  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: 40px;
  line-height: 46px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  clear: both;
}
.main h2 {
  font-size: 30px;
  line-height: 36px;
  position: relative;
  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: "\e04f";
  font-family: 'Font Awesome 5 Pro';
  color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.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: 48px;
  background-color: #ffffff;
  padding: 0 20px;
  color: #000000;
  border: medium solid transparent;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.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: #000000;
  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: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.main input[type=submit] {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 20px;
  background: #000000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.main input[type=submit]:hover {
  background: none #000000 !important;
  color: #ffffff !important;
  border-color: #000000;
}
.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: 6px;
}
.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: #000000;
  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: #000000;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #000000;
}
.wpcf7-checkbox label {
  color: #000000;
  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: #000000;
  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 #0d0d0d;
  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: 25%;
  padding: 4px;
}
@media all and (max-width: 600px) {
  ul.gal li {
    width: 50%;
  }
}
ul.gal a,
ul.gal span {
  display: block;
  position: relative;
  overflow: hidden;
}
ul.gal a:before,
ul.gal span:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
ul.gal a:after,
ul.gal span:after {
  content: "";
  display: table;
  clear: both;
}
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;
}
#slider .item .wrap {
  z-index: 3;
  height: 100vh;
}
@media all and (max-width: 550px) {
  #slider .item .wrap {
    height: 500px;
  }
}
@keyframes leaves {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes leaves {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#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: #000000;
}
#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%);
  color: #ffffff;
  text-align: center;
  animation-name: fadeInUp;
  animation-duration: 3s;
  /* Délka animace */
  animation-timing-function: ease-out;
  /* Typ animace */
  animation-fill-mode: forwards;
  /* Udrží koncový stav animace */
  padding: 80px 0;
}
@media all and (min-width: 990px) and (max-width: 1360px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .showcase__text {
    width: 94%;
  }
}
#slider .showcase__text h1,
#slider .showcase__text h2 {
  font-size: 130px;
  line-height: 130px;
  position: relative;
  z-index: 2;
}
@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;
  margin-bottom: 0;
  margin-top: 0;
}
@media all and (max-width: 767px) {
  #slider .showcase__text p {
    font-size: 22px;
    line-height: 32px;
  }
}
#slider .inner__words {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  margin-top: 40px;
}
@media all and (max-width: 600px) {
  #slider .inner__words {
    font-size: 15px;
  }
}
#slider .inner__words:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  border-bottom: medium solid #000000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  animation: leaves 2s ease-in alternate;
  -webkit-animation: leaves 2s ease-in alternate;
  bottom: 0;
}
#slider .inner__words__item {
  margin: 0 10px;
}
#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;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.showcase__page {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.showcase__page:after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.showcase__page .wrap {
  padding: 130px 0 70px 0;
  z-index: 2;
}
.showcase__page h1 {
  font-size: 50px;
  line-height: 60px;
  position: relative;
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}
@media all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.aboutbox {
  width: 100%;
  max-width: 48.50%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .aboutbox {
    max-width: 100%;
  }
}
.aboutblock {
  overflow: hidden;
}
.aboutblock:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  width: 25%;
  aspect-ratio: 1.77777778;
  top: 0;
  background-color: #000000;
}
.aboutgallery {
  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: 25%;
  position: absolute;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .aboutgallery {
    max-width: 100%;
    position: relative;
  }
}
.aboutgallery:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 110%;
  aspect-ratio: 1.77777778;
  top: -40px;
  background-color: #000000;
}
@media all and (max-width: 767px) {
  .aboutgallery:before {
    display: none;
  }
}
.aboutgallery li {
  overflow: hidden;
  width: 49.50%;
  aspect-ratio: 0.66666667;
  position: relative;
  margin-right: 1%;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .aboutgallery li {
    aspect-ratio: 1.20;
  }
}
.aboutgallery li:nth-child(1),
.aboutgallery li:nth-child(2) {
  margin-bottom: 6px;
}
.aboutgallery li:nth-child(even) {
  margin-right: 0;
}
.aboutgallery a {
  -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;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.aboutgallery a:hover {
  transform: scale(1.1) rotate(-1deg);
}
.aboutgallery--1 {
  top: 194px;
  left: 0;
  transform: translateX(-50px);
}
@media all and (max-width: 767px) {
  .aboutgallery--1 {
    top: 0;
    transform: none;
    margin-bottom: 6px;
  }
}
.aboutgallery--2 {
  top: 194px;
  right: 0;
  transform: translateX(50px);
}
@media all and (max-width: 767px) {
  .aboutgallery--2 {
    top: 0;
    transform: none;
  }
}
.menublock {
  background: url(../images/nabidka.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.menublock .block__top {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media all and (min-width: 990px) and (max-width: 1360px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .menublock .block__top {
    top: 0;
    position: relative;
    margin-bottom: 70px;
  }
}
.menublock .wrap {
  max-width: 1200px;
}
.menublock a.carousel-control {
  display: block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menublock a.carousel-control.left {
  left: -20px;
}
@media all and (max-width: 650px) {
  .menublock a.carousel-control.left {
    left: -4px;
  }
}
.menublock a.carousel-control.right {
  right: -20px;
}
@media all and (max-width: 650px) {
  .menublock a.carousel-control.right {
    right: -4px;
  }
}
.menublock .carousel-indicators {
  position: absolute;
  top: -60px;
  bottom: initial;
}
@media all and (max-width: 650px) {
  .menublock .carousel-indicators li {
    font-size: 0;
  }
}
@media all and (max-width: 650px) {
  .menublock .carousel-indicators li strong {
    font-size: 14px;
  }
}
.menublock .carousel {
  background: #ffffff !important;
}
.drinksblock {
  background: url(../images/bg-drinks.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
.drinksbox {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.drinkslist {
  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) {
  .drinkslist {
    display: block;
  }
}
.drinkslist .item {
  width: 48.5%;
  margin-right: 3%;
  aspect-ratio: 1.77777778;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
@media all and (max-width: 650px) {
  .drinkslist .item {
    width: 100%;
    margin-right: 0;
  }
}
.drinkslist .item:nth-child(even) {
  margin-right: 0;
}
.drinkslist .item:hover .item__bg {
  transform: scale(1.1) rotate(-1deg);
}
.drinkslist .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;
}
.drinkslist .item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px 14% 30px;
  z-index: 1;
}
.drinkslist h3 {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: medium solid #ffffff;
}
.drinkslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.servicesblock {
  position: relative;
  overflow: hidden;
}
.servicesblock .wrap {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.servicesblock:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  width: 25%;
  aspect-ratio: 1.77777778;
  top: 0;
  background-color: #000000;
}
.servicesblock:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 25%;
  aspect-ratio: 1.25;
  top: 144px;
  background-color: #000000;
}
.servicesblock .block__top {
  max-width: 48.5%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .servicesblock .block__top {
    max-width: 100%;
  }
}
.serviceslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
}
@media all and (max-width: 650px) {
  .serviceslist {
    display: block;
  }
}
.serviceslist .item {
  width: 48.5%;
  margin-right: 3%;
  aspect-ratio: 1.77777778;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
@media all and (max-width: 650px) {
  .serviceslist .item {
    width: 100%;
    margin-right: 0;
  }
}
.serviceslist .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
@media all and (max-width: 650px) {
  .serviceslist .item:after {
    height: 75%;
  }
}
.serviceslist .item:nth-child(even) {
  margin-right: 0;
}
.serviceslist .item:hover .item__bg {
  transform: scale(1.1) rotate(-1deg);
}
.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__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 1;
}
.serviceslist h3 {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: medium solid #ffffff;
}
.serviceslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.galleryblock .wrap {
  max-width: 100%;
  padding: 0 !important;
}
@media all and (max-width: 767px) {
  .home .gallerylist .item:last-child {
    display: none !important;
  }
}
.gallerylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallerylist .item {
  aspect-ratio: 0.66666667;
}
@media all and (max-width: 767px) {
  .gallerylist .item {
    width: 33.33% !important;
  }
}
.gallerylist .item__wrap {
  padding: 4px;
}
.gallerylist .ovh {
  overflow: hidden;
  position: relative;
}
.gallerylist a {
  aspect-ratio: 0.66666667;
  display: block;
  width: 100%;
  -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;
}
.gallerylist a:hover {
  transform: scale(1.1) rotate(-1deg);
}
.gallerylist .width--1 {
  width: 14.28%;
}
.gallerylist .width--2 {
  width: 16.66%;
}
.mdp-carousel {
  margin: 0 auto;
}
.mdp-slide {
  background: #fff;
  padding: 50px;
}
.mdp-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 20px;
  padding: 10px 8px;
  border-bottom: 1px solid #eee;
}
.mdp-title {
  font-weight: 700;
}
.mdp-note {
  font-size: 13px;
  margin-left: .35em;
  font-weight: 300;
}
.mdp-caption {
  font-weight: 400;
  margin: 0 0 10px;
}
.carousel-indicators li {
  border-radius: 10px;
  border: thin solid #222;
  background: #111;
  color: #fff;
  margin: 0 6px 6px 0;
  padding: 8px 12px;
  text-indent: 0;
  width: auto;
  height: auto;
}
.carousel-indicators .active {
  background: #fff !important;
  color: #000000 !important;
  width: auto;
  height: auto;
  border-color: #ffffff;
}
@media (max-width: 768px) {
  .mdp-row {
    grid-template-columns: 1fr auto;
  }
  .carousel-indicators li {
    font-size: 13px;
  }
}
.foodbox {
  width: 100%;
  max-width: 48.50%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .foodbox {
    max-width: 100%;
  }
}
.foodblock {
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
}
.foodblock:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  width: 25%;
  aspect-ratio: 1.25;
  top: 0;
  background-color: #000000;
  display: none !important;
}
@media all and (max-width: 767px) {
  .foodblock:before {
    display: none;
  }
}
.foodblock:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 25%;
  aspect-ratio: 1.25;
  bottom: 0;
  background-color: #000000;
  display: none !important;
}
@media all and (max-width: 767px) {
  .foodblock:after {
    display: none;
  }
}
.foodlist .item {
  position: relative;
  padding-right: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.foodlist .item__price {
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 24px;
  line-height: 30px;
}
.foodlist p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}
.foodlist .item__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.signatureblock {
  background-color: #000000;
  color: #ffffff;
}
.drinkslist--list .item {
  aspect-ratio: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media all and (max-width: 650px) {
  .drinkslist--list .item {
    width: 100%;
  }
}
.drinkslist--list .item__inner {
  position: relative;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.drinkslist--list .item__description p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}
.drinkslist--list .item__text {
  padding: 30px 30px 30px 30px;
}
.boxeslist .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #000000;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .boxeslist .item {
    display: block;
    padding-top: 300px;
    position: relative;
  }
}
.boxeslist .item:nth-child(even) {
  background-color: #ffffff;
  color: #000000;
}
.boxeslist .item:nth-child(even) .item__text__wrap {
  float: right;
  padding-right: 80px;
  padding-left: 0;
}
@media all and (min-width: 990px) and (max-width: 1130px), all and (min-width: 768px) and (max-width: 989px) {
  .boxeslist .item:nth-child(even) .item__text__wrap {
    padding-left: 40px;
  }
}
.boxeslist .item:nth-child(even) .item__title {
  padding-left: 0;
  padding-right: 30px;
}
.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: 0;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.boxeslist .item__text {
  width: 50%;
  *zoom: 1;
}
@media all and (max-width: 767px) {
  .boxeslist .item__text {
    width: 100%;
  }
}
.boxeslist .item__text p {
  margin: 20px 0;
}
.boxeslist .item__text__wrap {
  max-width: 554px;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media all and (min-width: 990px) and (max-width: 1130px), all and (min-width: 768px) and (max-width: 989px) {
  .boxeslist .item__text__wrap {
    padding-right: 40px;
  }
}
@media all and (max-width: 767px) {
  .boxeslist .item__text__wrap {
    max-width: 100%;
    float: none !important;
    text-align: center !important;
    padding: 40px !important;
  }
}
@media all and (max-width: 500px) {
  .boxeslist .item__text__wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.boxeslist .item__text__wrap a.item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.boxeslist .block__title {
  font-weight: bold;
}
.boxeslist .block__top {
  margin-bottom: 0;
}
.hpbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .hpbox {
    display: block;
    text-align: center;
  }
}
.hpbox .hpboxitem {
  height: 100vh;
  width: 50%;
  *zoom: 1;
  background-color: #222;
  color: #ffffff;
}
.hpbox .hpboxitem:before,
.hpbox .hpboxitem:after {
  content: "";
  display: table;
}
.hpbox .hpboxitem:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .hpbox .hpboxitem {
    width: 100%;
    height: auto;
  }
}
.hpbox .hpbox__1 {
  background: url(../images/hpbox_1.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000000;
  position: relative;
}
.hpbox .hpbox__1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  display: block;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .hpbox .hpbox__1:before {
    background: rgba(255, 255, 255, 0.5);
  }
}
.hpbox .hpbox__1 .hpbox__wrap {
  float: right;
  animation: fadeUp 2s ease forwards;
  z-index: 1;
  position: relative;
}
.hpbox .hpbox__1 .hpbox__text {
  bottom: 20vh;
  left: 0;
  text-shadow: 0 0 50px #ffffff;
}
@media all and (min-width: 990px) and (max-width: 1360px) {
  .hpbox .hpbox__1 .hpbox__text {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hpbox .hpbox__2 {
  background: url(../images/hpbox_2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hpbox .hpbox__2 .hpbox__text {
  top: 20vh;
  right: 0;
  text-shadow: 0 0 50px #000000;
}
@media all and (min-width: 990px) and (max-width: 1360px) {
  .hpbox .hpbox__2 .hpbox__text {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hpbox .hpbox__2 .button {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.hpbox .hpbox__2 .button:hover {
  background-color: #666 !important;
  color: #ffffff !important;
}
.hpbox__wrap {
  width: 100%;
  max-width: 670px;
  position: relative;
  height: 100vh;
  animation-delay: 500ms;
  animation: fadeUp 2s ease 800ms forwards;
  opacity: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .hpbox__wrap {
    float: none !important;
    max-width: 100%;
    height: auto;
  }
}
.hpbox__text {
  position: absolute;
  width: 100%;
  max-width: 80%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .hpbox__text {
    position: relative;
    max-width: 100%;
    padding: 100px 6%;
    bottom: 0 !important;
    top: 0 !important;
  }
}
.hpbox__text h2,
.hpbox__text p {
  font-weight: bold;
  font-size: 50px;
  line-height: 56px;
  margin: 0;
}
@media all and (max-width: 650px) {
  .hpbox__text h2,
  .hpbox__text p {
    font-size: 34px;
    line-height: 40px;
  }
}
.hpbox__text strong {
  font-weight: 900;
}
@keyframes fadeUpLogo {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
a.hpbox__logo {
  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;
  z-index: 2;
  width: 100%;
  max-width: 230px;
  display: block;
  animation: fadeUpLogo 2s ease 1200ms forwards;
  opacity: 0;
}
@media all and (min-width: 990px) and (max-width: 1360px) {
  a.hpbox__logo {
    top: initial;
    bottom: 50px;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.hpbox__logo {
    max-width: 150px;
  }
}
/* ------------------ 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);
}
.nav-up .header .main-menu > li > a {
  color: #000000;
}
.nav-up .header .main-menu > li > a:after {
  border-color: #000000;
}
.nav-up .header .main-menu > li > a:hover {
  color: #000000;
}
.nav-up .header a.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 50px;
}
.nav-up #toogle-menu {
  background-color: #ffffff;
}
.nav-up #toogle-menu span {
  border-color: #000000;
}
.nav-up #toogle-menu:hover span {
  border-color: #000000;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .nav-up .lang {
    left: calc(62px + 3%);
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  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;
  position: initial;
}
a.logo {
  position: absolute;
  top: 20px;
  left: 3%;
  display: block;
  width: 100%;
  max-width: 100px;
  -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 (max-width: 500px) {
  a.logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 50px;
  }
}
a.logo.logo--dark {
  display: block;
}
a.logo.logo--light {
  display: 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;
  }
}
a.reservebutton {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3%;
  background-color: #ffffff !important;
  color: #000000 !important;
  margin-top: 0;
  font-size: 15px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media all and (min-width: 990px) and (max-width: 1360px) {
  a.reservebutton {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.reservebutton {
    right: 82px;
  }
}
a.reservebutton:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.lang {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(150px + 3%);
  font-size: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #000000;
  background-color: #ffffff;
  padding: 8px;
  z-index: 6;
}
@media all and (max-width: 1100px) {
  .lang {
    left: calc(102px + 3%);
  }
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .lang {
    left: calc(150px + 3%);
  }
}
@media all and (max-width: 767px) {
  .lang {
    left: calc(120px + 3%);
  }
}
@media all and (max-width: 500px) {
  .lang {
    left: calc(62px + 3%);
  }
}
.lang li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.lang li + li {
  margin-left: 6px;
}
.lang .active a {
  font-weight: bold;
}
.lang a {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  text-decoration: none;
}
.lang a:hover {
  color: #000000;
  text-decoration: none;
}
body.home .lang {
  left: 3%;
}
/********************* Footer ******************/
.footer {
  position: relative;
}
.footer p {
  font-size: 16px;
  line-height: 24px;
}
.footer .wrap {
  max-width: 100%;
}
.footer a {
  color: #000000;
}
.footer a:hover {
  color: #000000;
}
.footerbox {
  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) {
  .footerbox {
    display: block;
  }
}
.footerbox__map {
  width: 50%;
  position: relative;
  overflow: hidden;
  background-color: #f3f3f3;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox__map {
    width: 100%;
    aspect-ratio: 1.77777778;
  }
}
.footerbox__map iframe {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  display: block;
  border: none !important;
  outline: none;
  filter: saturate(50%) grayscale(60%) contrast(110%);
}
.footerbox__right {
  width: 50%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox__right {
    width: 100%;
  }
}
.footerbox__reserve {
  *zoom: 1;
  background: url(../images/bg-drinks.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
.footerbox__reserve:before,
.footerbox__reserve:after {
  content: "";
  display: table;
}
.footerbox__reserve:after {
  clear: both;
}
.footerbox__reserve .block__top {
  margin-bottom: 8px;
}
.footerbox__reserve__wrap {
  width: 100%;
  max-width: 670px;
  padding: 30px 0 140px 20%;
}
@media all and (min-width: 990px) and (max-width: 1360px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox__reserve__wrap {
    max-width: 100%;
    padding: 30px;
  }
}
.footerbox__contact {
  *zoom: 1;
  background: url(../images/nabidka.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.footerbox__contact:before,
.footerbox__contact:after {
  content: "";
  display: table;
}
.footerbox__contact:after {
  clear: both;
}
.footerbox__contact:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.footerbox__contact__wrap {
  width: 100%;
  max-width: 670px;
  padding: 140px 0 30px 20%;
  *zoom: 1;
  position: relative;
  z-index: 2;
}
.footerbox__contact__wrap:before,
.footerbox__contact__wrap:after {
  content: "";
  display: table;
}
.footerbox__contact__wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1360px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox__contact__wrap {
    max-width: 100%;
    padding: 30px;
  }
}
.openning {
  float: right;
  width: 35%;
}
@media all and (max-width: 600px) {
  .openning {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.openning td {
  padding-right: 8px;
}
.fcontact {
  float: left;
  width: 55%;
  margin-right: 10%;
}
@media all and (max-width: 600px) {
  .fcontact {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.frm.main input[type="text"],
.frm.main input[type="email"],
.frm.main input[type="tel"],
.frm.main textarea {
  background: rgba(255, 255, 255, 0.7);
}
.frm.main input[type="submit"] {
  background: #ffffff;
  color: #000000;
}
.frm.main input[type="submit"]:hover {
  background: #666 !important;
  color: #ffffff !important;
}
.frm.main .wpcf7-acceptance label,
.frm.main .wpcf7-radio label,
.frm.main .wpcf7-checkbox label {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
}
.frm.main .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.frm.main .wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.frm.main .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.frm.main .wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.frm.main .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before,
.frm.main .wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.fcontact__top {
  font-weight: 600;
}
.fcontact__top p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 0;
}
.fcontact__top strong {
  font-size: 30px;
  line-height: 36px;
}
.socials {
  font-size: 0;
}
.socials li {
  display: inline-block;
  vertical-align: middle;
}
.socials li + li {
  margin-left: 14px;
}
.socials a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ffffff;
  background-color: #000000;
  font-size: 20px;
}
.socials a:hover {
  color: #000000;
  background-color: #ffffff;
}
.copyright {
  clear: both;
  padding-top: 30px;
}
.copyright p {
  font-size: 11px;
  line-height: 18px;
  margin: 0;
}
.footer__logo__wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  text-align: center;
  max-width: 670px;
  top: -100px;
  z-index: 3;
  padding-left: 20%;
}
@media all and (min-width: 990px) and (max-width: 1360px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer__logo__wrap {
    display: none;
  }
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  float: right;
  width: 46px;
  z-index: 1000;
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 10px;
  background-color: #000000;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 0.6rem;
  height: 1px;
  border-bottom: medium solid #ffffff;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
#toogle-menu:hover span {
  border-color: #ffffff;
}
.main-menu {
  *zoom: 1;
  z-index: 99;
  font-size: 0;
  transform: translateX(20px);
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1360px) {
  .main-menu {
    transform: translateX(0);
  }
}
@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;
  }
}
.main-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
@media all and (min-width: 990px) and (max-width: 1360px) {
  .main-menu > li {
    margin-left: 0;
  }
}
@media 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: #000000;
}
.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:nth-child(4) > a,
.main-menu > li:nth-child(5) > a,
.main-menu > li:nth-child(6) > a,
.main-menu > li:nth-child(7) > a,
.main-menu > li:nth-child(8) > a {
  color: #ffffff;
}
.main-menu > li:nth-child(4) > a:after,
.main-menu > li:nth-child(5) > a:after,
.main-menu > li:nth-child(6) > a:after,
.main-menu > li:nth-child(7) > a:after,
.main-menu > li:nth-child(8) > a:after {
  border-color: #ffffff;
}
.main-menu > li:nth-child(4) > a:hover,
.main-menu > li:nth-child(5) > a:hover,
.main-menu > li:nth-child(6) > a:hover,
.main-menu > li:nth-child(7) > a:hover,
.main-menu > li:nth-child(8) > a:hover {
  color: #ffffff;
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a {
  text-decoration: none;
  color: #000000;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .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: #000000;
  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: 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: 20px 14px;
  color: #000000;
  line-height: 24px;
  font-size: 14px;
  display: block;
  font-weight: 600;
  -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;
  text-transform: uppercase;
  letter-spacing: normal;
  text-decoration: none;
}
@media all and (min-width: 990px) and (max-width: 1360px) {
  .main-menu > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li > a {
    padding: 16px 10px;
    color: #000000 !important;
    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;
  height: 1px;
  border-bottom: medium solid #000000;
  position: absolute;
  -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: 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: #000000;
}
.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: #000000;
  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;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #000000;
  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;
}
/*.page-template-default, .page-template-template-galerie {

	.main-menu > li > a {
		color: @main-color;

		&:after {
			border-color: @main-color;
		}

		&:hover {
			color: @main-color;
		}

	}

}*/
.page-template-template-drinky a.logo--light,
.page-template-template-stala-nabidka a.logo--light,
.page-template-template-kontakt a.logo--light,
.page-template-template-sluzby a.logo--light,
.page-template-default a.logo--light,
.page-template-template-galerie a.logo--light {
  display: block;
}
.page-template-template-drinky a.logo--dark,
.page-template-template-stala-nabidka a.logo--dark,
.page-template-template-kontakt a.logo--dark,
.page-template-template-sluzby a.logo--dark,
.page-template-default a.logo--dark,
.page-template-template-galerie a.logo--dark {
  display: none;
}
.page-template-template-drinky.nav-up a.logo--light,
.page-template-template-stala-nabidka.nav-up a.logo--light,
.page-template-template-kontakt.nav-up a.logo--light,
.page-template-template-sluzby.nav-up a.logo--light,
.page-template-default.nav-up a.logo--light,
.page-template-template-galerie.nav-up a.logo--light {
  display: none;
}
.page-template-template-drinky.nav-up a.logo--dark,
.page-template-template-stala-nabidka.nav-up a.logo--dark,
.page-template-template-kontakt.nav-up a.logo--dark,
.page-template-template-sluzby.nav-up a.logo--dark,
.page-template-default.nav-up a.logo--dark,
.page-template-template-galerie.nav-up a.logo--dark {
  display: block;
}
.page-template-template-drinky .main-menu > li > a,
.page-template-template-stala-nabidka .main-menu > li > a,
.page-template-template-kontakt .main-menu > li > a,
.page-template-template-sluzby .main-menu > li > a,
.page-template-default .main-menu > li > a,
.page-template-template-galerie .main-menu > li > a {
  color: #ffffff;
}
.page-template-template-drinky .main-menu > li > a:after,
.page-template-template-stala-nabidka .main-menu > li > a:after,
.page-template-template-kontakt .main-menu > li > a:after,
.page-template-template-sluzby .main-menu > li > a:after,
.page-template-default .main-menu > li > a:after,
.page-template-template-galerie .main-menu > li > a:after {
  border-color: #ffffff;
}
.page-template-template-drinky .main-menu > li > a:hover,
.page-template-template-stala-nabidka .main-menu > li > a:hover,
.page-template-template-kontakt .main-menu > li > a:hover,
.page-template-template-sluzby .main-menu > li > a:hover,
.page-template-default .main-menu > li > a:hover,
.page-template-template-galerie .main-menu > li > a:hover {
  color: #ffffff;
}
.page-template-template-drinky .showcase__page:after,
.page-template-template-stala-nabidka .showcase__page:after,
.page-template-template-kontakt .showcase__page:after,
.page-template-template-sluzby .showcase__page:after,
.page-template-default .showcase__page:after,
.page-template-template-galerie .showcase__page:after {
  background: rgba(0, 0, 0, 0.85);
}
.page-template-template-drinky .showcase__page h1,
.page-template-template-stala-nabidka .showcase__page h1,
.page-template-template-kontakt .showcase__page h1,
.page-template-template-sluzby .showcase__page h1,
.page-template-default .showcase__page h1,
.page-template-template-galerie .showcase__page h1 {
  color: #ffffff;
}
