@import url(../fonts/roboto/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #000000;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #222222;
}
p {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 166px;
}
.wrap {
  margin: 0 auto;
  max-width: 960px;
  *zoom: 1;
  position: relative;
  z-index: 1;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 16px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #000000 !important;
  font-size: 15px;
  text-align: center;
  height: auto !important;
  line-height: 15px !important;
  position: relative;
  margin-top: 30px;
  font-weight: 400;
  text-transform: uppercase;
  border: thin solid transparent;
}
.button .button__icon {
  position: absolute;
  background-color: #222222;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.button .button__icon .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #222222 !important;
}
.button:hover .button__icon {
  background-color: #222222;
}
.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.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #222222 !important;
  border-color: #222222;
}
.button.dark: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: #000000 !important;
  color: #ffffff !important;
  border-color: #000000;
}
.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 {
  visibility: visible;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  visibility: visible;
}
.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;
}
@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;
  }
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.uptitle {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 30px 0 50px 0;
}
.block__title {
  font-size: 40px;
  line-height: 46px;
  position: relative;
  font-weight: 300;
}
@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: 30px;
  color: #000000;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  overflow: hidden;
  height: auto !important;
  min-height: 300px !important;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 44px;
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 970px) {
  .main h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
.main h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h3 {
  font-size: 19px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  padding-left: 20px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "";
  background-color: #000000;
  width: 4px;
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-weight: bold;
}
.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:first-child td {
  padding-top: 0;
}
.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: 1px solid #d6d5d4;
  font-weight: 400;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 970px), 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: 970px), 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-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 970px), 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: 970px), 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: 970px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery > p {
  display: none !important;
  margin: 0 !important;
  height: 0 !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;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.7);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 6 Pro';
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(37, 37, 37, 0.81);
}
.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: #222222;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222222;
}
.main .acc {
  margin: 20px 0;
}
.main .acc p {
  font-size: 13px;
}
.main .wpcf7-spinner {
  display: none !important;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  font-family: 'Roboto';
  padding: 0 20px;
  color: #000000;
  border: thin solid #ddd;
  font-size: 14px;
  font-weight: 300;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #000000;
}
.main textarea {
  padding: 20px;
  height: 136px;
  max-width: 100%;
  min-width: 100%;
}
@media all and (max-width: 500px) {
  .main textarea {
    height: 70px;
    padding: 10px;
  }
}
.main .wpcf7-form-control-wrap {
  display: block;
}
.main .wpcf7-not-valid-tip {
  background-color: #d93d3d;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 6px;
  position: absolute;
  left: 0;
  top: 95%;
  z-index: 2;
}
.main input[type="file"] {
  color: #333;
  border: none !important;
  outline: none;
}
.main input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.main input[type="file"]::before {
  content: 'Nahrát foto';
  color: white;
  text-align: center;
  display: block;
  background: #000000;
  border: none !important;
  padding: 0 8px;
  height: 42px;
  line-height: 42px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 300;
  font-size: 11px;
}
.main input[type="file"]:active {
  outline: none !important;
}
.main input[type="file"]:hover::before {
  background-color: #222;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 10px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #000000 !important;
  font-size: 14px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  position: relative;
  border: none;
  font-weight: 500;
  min-width: 200px;
}
@media all and (max-width: 500px) {
  .main input[type=submit] {
    width: 100% !important;
    display: block !important;
  }
}
.main input[type=submit]:hover {
  background: #222222 !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
  padding: 4px 0;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul > li {
  padding-left: 0;
}
.main .noul > li:before {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7-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: 500;
  line-height: 20px;
}
@media all and (max-width: 767px) {
  .wpcf7-acceptance label,
  .wpcf7-radio label,
  .wpcf7-checkbox label {
    word-break: break-all;
  }
}
.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 #444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.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: 11px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #000000;
}
.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: #000000;
  padding: 10px;
  font-weight: bold;
  background-color: #000000;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #222222;
  text-align: center;
}
.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: #151515;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #2f2f2f;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #484848;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #151515;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #000000;
  color: #ffffff;
}
.grecaptcha-badge {
  display: none !important;
}
/* 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: #222222 !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;
}
.bgc {
  background-color: #f1f1f1;
}
.lines {
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
  clear: both;
  margin: 40px auto;
}
.rll-youtube-player {
  padding-bottom: 0 !important;
  background-color: #000000;
  height: 300px !important;
}
.gdc_row {
  overflow: visible;
}
@media all and (max-width: 500px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item {
    width: 49% !important;
    margin-right: 2% !important;
    display: inline-block !important;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(2n),
  .gallery-columns-4 .gallery-item:nth-of-type(2n),
  .gallery-columns-5 .gallery-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
* {
  box-sizing: border-box;
}
.hpartslist {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hpartslist .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.hpartslist .item:first-child {
  position: relative;
}
.hpartslist .item.active {
  opacity: 1;
  z-index: 2;
}
.hpartslist .item__text {
  color: #aaa;
  text-align: right;
}
.showcase__page h1 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 36px;
  border-bottom: thin solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}
.artslist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.artslist .item {
  margin-bottom: 10px;
}
.artslist .item:hover .item__img {
  opacity: 0.7;
}
.artslist .item:nth-child(3n+1) .item__img img {
  height: 300px;
  object-fit: cover;
}
.artslist .item:nth-child(3n+2) .item__img img {
  height: 400px;
  object-fit: cover;
}
.artslist .item:nth-child(3n+3) .item__img img {
  height: 350px;
  object-fit: cover;
}
.artslist .item__img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.artslist .item__img img {
  width: 100%;
  height: auto;
  display: block;
}
.glightbox-clean .gslide-title {
  font-family: 'Roboto';
  text-align: center;
}
.glightbox-clean .gslide-title p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.goverlay {
  background: rgba(255, 255, 255, 0.72);
}
.glightbox-clean .gslide-media {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.serviceslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.serviceslist .item {
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 4px;
  position: relative;
}
.serviceslist .item:nth-child(even) {
  margin-right: 0;
}
.serviceslist .item:hover .item__bg:before,
.serviceslist .item:hover .item__text {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.serviceslist .item:hover .item__bg {
  opacity: 0.75;
}
.serviceslist .item__text {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  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;
}
.serviceslist .item__text h2 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 400;
}
.serviceslist .item__bg {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.serviceslist .item__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}
.serviceslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
/* ------------------- PRESS / NAPSALI ------------------- */
.pressblock--quotes {
  background-color: rgba(0, 0, 0, 0.02);
}
.pressblock .wrap {
  max-width: 960px;
  margin: 0 auto;
}
.pressblock__title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #aaa;
  font-weight: 400;
  margin: 0 0 40px;
}
@media all and (max-width: 767px) {
  .pressblock__title {
    margin-bottom: 30px;
  }
}
.presslist--grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media all and (max-width: 767px) {
  .presslist--grid {
    margin: 0;
  }
}
.presslist--quotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media all and (max-width: 767px) {
  .presslist--quotes {
    margin: 0;
  }
}
a.presscard {
  text-decoration: none;
}
a.presscard:hover {
  text-decoration: none;
}
.presscard {
  display: block;
  width: 33.333%;
  padding: 0 12px;
  margin-bottom: 40px;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (min-width: 768px) and (max-width: 970px) {
  .presscard {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .presscard {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.presscard:hover {
  text-decoration: none;
  color: #000000;
}
.presscard:hover .presscard__img img {
  opacity: 0.75;
}
.presscard:hover .presscard__title {
  color: #888;
}
.presscard__img {
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #f4f4f4;
}
.presscard__img img {
  opacity: 0.60;
  width: 100%;
  aspect-ratio: 0.66666667;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.presscard__text {
  padding: 0 2px;
}
.presscard__source {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #aaa;
  margin-bottom: 7px;
}
.presscard__title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 8px;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.presscard__year {
  display: block;
  font-size: 11px;
  color: #bbb;
}
.pressquote {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) and (max-width: 970px) {
  .pressquote {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .pressquote {
    width: 100%;
    padding: 0;
  }
}
.pressquote__text {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 14px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .pressquote__text {
    font-size: 15px;
    line-height: 24px;
  }
}
.pressquote__meta {
  font-size: 12px;
  color: #aaa;
  padding-left: 22px;
}
.pressquote__author {
  display: block;
  color: #000000;
  font-weight: 400;
  margin-bottom: 2px;
}
.pressquote__source {
  display: block;
}
/* ------------------- VIDEOS ------------------- */
.videosblock {
  padding: 60px 0 100px;
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  .videosblock {
    padding: 40px 0 60px;
  }
}
.videosblock .wrap {
  margin: 0 auto;
}
.videoslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media all and (max-width: 767px) {
  .videoslist {
    margin: 0;
  }
}
.videoitem {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 50px;
}
@media all and (min-width: 768px) and (max-width: 970px) {
  .videoitem {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .videoitem {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.videoitem__thumb {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  background-color: #000;
}
.videoitem__play {
  display: block;
  position: relative;
}
.videoitem__play img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.videoitem__play:hover img,
.videoitem__play:hover .videoitem__preview {
  opacity: 0.7;
}
.videoitem__play:hover .videoitem__icon {
  opacity: 1;
}
.videoitem__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-indent: 3px;
}
.videoitem__title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 8px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.videoitem__desc {
  font-size: 13px;
  line-height: 20px;
  color: #888;
  margin: 0;
}
.videoitem__preview {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.videoitem__play--file {
  cursor: pointer;
}
.videoitem__play--file:hover .videoitem__preview {
  opacity: 0.7;
}
.videoitem__play--file:hover .videoitem__icon {
  opacity: 1;
}
.videoitem__play--instagram {
  cursor: pointer;
}
.videoitem__igthumb {
  width: 100%;
  aspect-ratio: 1.77777778;
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.videoitem__igthumb .fab {
  font-size: 44px;
  color: #fff;
  opacity: 0.9;
}
.videoitem__play--instagram:hover .videoitem__igthumb {
  opacity: 0.8;
}
.videoitem__play--instagram:hover .videoitem__icon {
  opacity: 1;
}
/* ------------------- VIDEO MODAL ------------------- */
.videomodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.videomodal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}
.videomodal__wrap {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 960px;
}
@media all and (max-width: 767px) {
  .videomodal__wrap {
    width: 100%;
  }
}
.videomodal__close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.videomodal__close:hover {
  opacity: 1;
}
.videomodal__content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.videomodal__content iframe,
.videomodal__content video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.videomodal--portrait .videomodal__wrap {
  max-width: 420px;
}
@media all and (max-width: 767px) {
  .videomodal--portrait .videomodal__wrap {
    max-width: 100%;
  }
}
.videomodal--portrait .videomodal__content {
  padding-bottom: 177.78%;
}
body.modal-open {
  overflow: hidden;
}
/* ------------------ HEADER ----------------*/
.header {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .wrap {
  padding: 70px 0;
  max-width: 100%;
  z-index: 99999;
}
@media all and (max-width: 1330px) {
  .header .wrap {
    max-width: 960px;
    padding-right: 80px;
  }
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  .header .wrap {
    padding: 18px 20px;
    position: relative;
  }
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  .header {
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }
}
.nav-up .header {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.logo {
  top: 40px;
  position: fixed;
  left: 30px;
  width: 100%;
  max-width: 250px;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 1540px) {
  .logo {
    max-width: 130px;
    top: 54px;
  }
}
@media all and (max-width: 1330px) {
  .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  .logo {
    left: 3%;
  }
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  .logo {
    position: relative;
    top: 20px;
    left: auto;
    max-width: 100px;
    opacity: 0.6;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
  }
}
.logo:hover {
  opacity: 1;
}
.logo img {
  display: block;
  width: 100%;
}
/* ------------------ LANG SWITCHER ----------------*/
.lang-switcher {
  position: fixed;
  top: 40px;
  right: 30px;
  z-index: 99999;
  font-size: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 1540px) {
  .lang-switcher {
    top: 54px;
  }
}
@media all and (max-width: 1330px) {
  .lang-switcher {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  .lang-switcher {
    position: fixed;
    top: 18px;
    right: 65px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .lang-switcher .lang-switcher__item {
    line-height: 40px;
  }
}
.lang-switcher__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-family: 'Roboto';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #000000;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lang-switcher__item--active {
  opacity: 1;
}
.lang-switcher__item:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.lang-switcher__item + .lang-switcher__item:before {
  content: " | ";
  display: inline-block;
  margin: 0 3px;
  opacity: 0.4;
}
/********************* Footer Links ******************/
.footerlinks {
  text-align: center;
  padding: 40px 0;
}
.footerlinks__nav {
  font-size: 0;
}
.footerlinks__nav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ccc;
  text-decoration: none !important;
  margin: 0 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footerlinks__nav a:hover {
  color: #000000;
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  .footerlinks {
    padding: 24px 0 10px;
  }
  .footerlinks__nav a {
    display: block;
    margin: 10px 0;
    font-size: 12px;
  }
}
/********************* Footer ******************/
.footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 15vw;
  z-index: 8888;
  padding: 30px;
  color: #aaa;
  text-align: right;
}
@media all and (max-width: 1330px) {
  .footer {
    text-align: center;
    position: relative;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .footer {
    position: relative;
    width: 100%;
    text-align: center;
  }
}
.footer a {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
}
.footer a:hover {
  color: #000000;
  text-decoration: none;
}
.footer__social {
  margin-top: 12px;
}
.footer__social a {
  font-size: 18px;
  margin-left: 10px;
}
.footer__social a:first-child {
  margin-left: 0;
}
/* ------------------ MENU --------------------*/
.main-menu {
  text-align: center;
  font-size: 0;
}
@media all and (max-width: 1330px) {
  .main-menu {
    text-align: right;
  }
}
.main-menu > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li > a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  padding: 0.35rem;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.main-menu > li > a:hover,
.main-menu > li > a.active {
  color: #000000;
  text-decoration: none;
}
.main-menu > li:hover > a {
  color: #000000;
}
.main-menu > li:hover .sub-menu,
.main-menu > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.current-menu-ancestor > a,
.main-menu > li.current-menu-item > a,
.main-menu > li.current-menu-parent > a,
.main-menu > li .current-menu-item > a {
  color: #000000 !important;
}
.main-menu .sub-menu,
.main-menu .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.main-menu .sub-menu > li > a,
.main-menu .submenu > li > a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ccc;
  text-decoration: none;
  padding: 0.1rem 0.35rem;
}
.main-menu .sub-menu > li > a:hover,
.main-menu .submenu > li > a:hover {
  text-decoration: none;
  color: #000000;
}
/* ------------------ MOBILE MENU --------------------*/
#toogle-menu {
  display: none;
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  position: absolute;
  left: 7px;
  width: 26px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}
#toogle-menu span:nth-child(1) {
  top: 12px;
}
#toogle-menu span:nth-child(2) {
  top: 20px;
  opacity: 1;
}
#toogle-menu span:nth-child(3) {
  top: 28px;
}
#toogle-menu.active span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#toogle-menu.active span:nth-child(2) {
  opacity: 0;
  width: 0;
  left: 20px;
}
#toogle-menu.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  .header.active:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 9990;
  }
  .main-menu {
    font-size: inherit;
    text-align: left;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background-color: #ffffff;
    z-index: 99998;
    padding: 80px 40px 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.38s cubic-bezier(0.77, 0, 0.18, 1);
    -ms-transition: transform 0.38s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 0.38s cubic-bezier(0.77, 0, 0.18, 1);
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -4px 0 30px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: -4px 0 30px rgba(0, 0, 0, 0.08);
  }
  .main-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .main-menu > li {
    display: block;
    margin-left: 0;
    margin-bottom: 2px;
    border-bottom: thin solid rgba(0, 0, 0, 0.05);
  }
  .main-menu > li:first-child {
    margin-left: 0;
  }
  .main-menu > li:last-child {
    border-bottom: none;
  }
  .main-menu > li > a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .main-menu > li > a:hover,
  .main-menu > li > a.active {
    color: #000000;
  }
  .main-menu .sub-menu,
  .main-menu .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: none;
    display: none;
    padding: 0 0 10px 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    margin-left: 0;
  }
  .main-menu .sub-menu > li > a,
  .main-menu .submenu > li > a {
    font-size: 13px;
    padding: 8px 0;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .main-menu .sub-menu > li > a:hover,
  .main-menu .submenu > li > a:hover {
    color: #000000;
  }
  .main-menu > li.active > .sub-menu,
  .main-menu > li.active > .submenu {
    display: block;
  }
  .main-menu .nav-click {
    position: absolute;
    right: 40px;
    top: 0;
    width: 44px;
    height: 52px;
    cursor: pointer;
  }
  .main-menu .nav-click:before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    font-size: 20px;
    color: #ccc;
    font-weight: 300;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .main-menu > li.active > .nav-click:before {
    content: "–";
  }
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  body.menu-open {
    overflow: hidden;
  }
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media all and (min-width: 768px) and (max-width: 970px), all and (max-width: 767px) {
  .menu-overlay {
    display: block;
  }
}
.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
/* ====== INQUIRY MODAL ====== */
.ginquiry-btn {
  display: inline-block;
  margin: 12px auto 0;
  padding: 9px 22px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ginquiry-btn:hover,
.ginquiry-btn:focus {
  background: #ffffff;
  color: #000000;
  outline: none;
}
@media all and (max-width: 767px) {
  .ginquiry-btn {
    margin-top: 8px;
    padding: 8px 18px;
    font-size: 12px;
  }
}
.glightbox-container .gslide-description {
  text-align: center;
  padding: 14px 20px 20px;
  box-sizing: border-box;
}
.glightbox-container .gslide-image .gslide-media {
  max-height: calc(-60vh);
}
.glightbox-container .gslide-image .gslide-media img {
  max-height: calc(-60vh);
  width: auto;
  height: auto;
  object-fit: contain;
}
@media all and (max-width: 767px) {
  .glightbox-container .gslide-image .gslide-media,
  .glightbox-container .gslide-image .gslide-media img {
    max-height: calc(-100vh);
  }
  .glightbox-container .gslide-description {
    padding: 10px 14px 16px;
  }
}
@media all and (max-height: 500px) {
  .glightbox-container .gslide-image .gslide-media,
  .glightbox-container .gslide-image .gslide-media img {
    max-height: calc(-40vh);
  }
}
.inquirymodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
.inquirymodal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}
.inquirymodal__wrap {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 560px;
  background: #ffffff;
  padding: 40px 44px;
  box-sizing: border-box;
  max-height: 92vh;
  overflow-y: auto;
}
@media all and (max-width: 767px) {
  .inquirymodal__wrap {
    width: 100%;
    padding: 28px 20px 32px;
    max-height: 100vh;
  }
}
.inquirymodal__close {
  position: absolute;
  top: 6px;
  right: 12px;
  background: none;
  border: none;
  color: #000000;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 10px;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.inquirymodal__close:hover {
  opacity: 1;
}
.inquirymodal__title {
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.inquirymodal__form .rowex {
  margin-bottom: 12px;
}
.inquirymodal__form .rowex.twice {
  display: flex;
  gap: 12px;
}
@media all and (max-width: 767px) {
  .inquirymodal__form .rowex.twice {
    flex-direction: column;
    gap: 0;
  }
}
.inquirymodal__form .rowex.twice .item {
  flex: 1;
}
.inquirymodal__form input[type="text"],
.inquirymodal__form input[type="email"],
.inquirymodal__form input[type="tel"],
.inquirymodal__form textarea {
  width: 100%;
  padding: 10px 12px;
  font-family: 'Roboto';
  font-size: 14px;
  border: 1px solid #ccc;
  background: #ffffff;
  color: #000000;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.inquirymodal__form input[type="text"]:focus,
.inquirymodal__form input[type="email"]:focus,
.inquirymodal__form input[type="tel"]:focus,
.inquirymodal__form textarea:focus {
  outline: none;
  border-color: #000000;
}
.inquirymodal__form input[readonly] {
  background: #f5f5f5;
  color: #666;
}
.inquirymodal__form textarea {
  min-height: 110px;
  resize: vertical;
}
.inquirymodal__form input[type="submit"] {
  width: 100%;
  padding: 14px 28px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.inquirymodal__form input[type="submit"]:hover {
  background: #ffffff;
  color: #000000;
}
.inquirymodal__form .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 10px 12px;
  font-size: 13px;
}
.inquirymodal__form .wpcf7-not-valid-tip {
  color: #c00;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.inquirymodal__form .wpcf7-spinner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
