﻿*,
*::before,
*::after {
  box-sizing: border-box; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Rajdhani", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0; }

.hidden {
  display: none !important; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 120rem; }

.text-center {
  text-align: center !important; }

.w-100 {
  width: 100%; }

p {
  font-size: 1.8rem; }

.navigation {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 991px) {
    .navigation {
      display: flex;
      align-items: center; }
      .navigation > li:first-child a {
        color: #fff !important; }
        .navigation > li:first-child a:before {
          content: none; }
        .navigation > li:first-child a:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 1.8rem;
          height: 1.8rem;
          background: url("images/home.svg") no-repeat center center;
          background-size: contain;
          opacity: 1;
          transition: 0.3s; }
        .navigation > li:first-child a:hover {
          color: #fff; } }
  @media only screen and (min-width: 1200px) {
    .navigation {
      padding: 0 0 0 4rem; } }
  .navigation li {
    margin: 0;
    padding: 0;
    position: relative; }
    @media only screen and (min-width: 991px) {
      .navigation li:nth-child(3) {
        margin: 0 33rem 0 0; } }
    @media only screen and (min-width: 1200px) {
      .navigation li:nth-child(3) {
        margin: 0 44rem 0 0; } }
    .navigation li.has-child a {
      padding: 1rem 3.5rem 1rem 2rem; }
      @media only screen and (min-width: 991px) {
        .navigation li.has-child a {
          padding: 1rem 3.5rem 1rem 3rem; } }
      .navigation li.has-child a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%);
        width: 0.8rem;
        height: 0.8rem;
        background: url("images/arrow-down.svg") no-repeat center center;
        background-size: contain;
        opacity: 0.5;
        transition: 0.3s; }
    .navigation li.has-child.open ul {
      opacity: 1;
      pointer-events: all;
      visibility: visible;
      height: auto; }
      @media only screen and (min-width: 991px) {
        .navigation li.has-child.open ul {
          top: calc(100% - 0.2rem); } }
    .navigation li.has-child.open a:after {
      transform: translateY(-50%) rotate(180deg); }
    .navigation li.has-child ul {
      display: block;
      margin: 0;
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      padding: 0;
      background: #90755a;
      list-style: none;
      transition: 0.3s;
      height: 0;
      overflow: hidden; }
      @media only screen and (min-width: 991px) {
        .navigation li.has-child ul {
          position: absolute;
          top: 150%;
          left: 1rem;
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
          padding: 0.5rem 0;
          height: auto; } }
      .navigation li.has-child ul li {
        margin: 0;
        padding: 0; }
        .navigation li.has-child ul li:nth-child(3) {
          margin: 0; }
        .navigation li.has-child ul li a {
          display: block;
          color: #fff;
          padding: 1rem 2rem;
          border-bottom: 0.1rem solid #9b836b; }
          @media only screen and (min-width: 991px) {
            .navigation li.has-child ul li a {
              border: none; } }
          .navigation li.has-child ul li a:before, .navigation li.has-child ul li a:after {
            content: none;
            display: none; }
          .navigation li.has-child ul li a:hover {
            background: rgba(255, 255, 255, 0.1);
            color: #fff; }
    .navigation li.selected a {
      color: #90755a; }
      .navigation li.selected a:before {
        opacity: 1;
        bottom: 0; }
    .navigation li a {
      display: block;
      position: relative;
      text-decoration: none;
      padding: 1rem 2rem;
      font-size: 1.7rem;
      border-bottom: 0.1rem solid #d6d6d6;
      font-weight: bold;
      text-transform: uppercase;
      transition: 0.3s;
      cursor: pointer;
      color: #000;
      white-space: nowrap; }
      @media only screen and (min-width: 991px) {
        .navigation li a {
          padding: 1rem 3rem;
          font-size: 1.5rem;
          border: none; }
          .navigation li a:before {
            content: '';
            width: calc(100% - 6rem);
            height: 0.2rem;
            background: #90755a;
            position: absolute;
            bottom: -1rem;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: 0.3s; } }
      .navigation li a:hover {
        background: #90755a;
        color: #fff; }
        @media only screen and (min-width: 991px) {
          .navigation li a:hover {
            background: transparent;
            color: #000; }
            .navigation li a:hover:before {
              opacity: 1;
              bottom: 0; } }

.header {
  position: relative;
  z-index: 10; }
  .header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media only screen and (min-width: 991px) {
      .header .container {
        justify-content: center;
        height: 12rem; } }
    @media only screen and (min-width: 1200px) {
      .header .container {
        max-width: 100%;
        height: 16rem; } }
  .header__logo {
    padding: 1.2rem 0 1.2rem 2rem; }
    @media only screen and (min-width: 991px) {
      .header__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0; } }
    .header__logo img {
      max-width: 19rem; }
      @media only screen and (min-width: 991px) {
        .header__logo img {
          max-width: 24rem; } }
      @media only screen and (min-width: 1200px) {
        .header__logo img {
          max-width: 100%; } }
  .header__menu {
    display: none;
    width: 100%; }
    .header__menu.open {
      display: block; }
    @media only screen and (min-width: 991px) {
      .header__menu {
        display: block !important;
        width: auto; } }
  .header__toggle {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3.5rem;
    height: 4.0rem;
    border: none;
    outline: none !important;
    background: transparent;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    cursor: pointer; }
    @media only screen and (min-width: 991px) {
      .header__toggle {
        display: none; } }
    .header__toggle span {
      display: block;
      position: absolute;
      height: 0.2rem;
      width: 100%;
      background: #000;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out;
      pointer-events: none; }
      .header__toggle span:nth-child(1) {
        top: 1rem; }
      .header__toggle span:nth-child(2) {
        top: 1.8rem; }
      .header__toggle span:nth-child(3) {
        top: 1.8rem; }
      .header__toggle span:nth-child(4) {
        top: 2.6rem; }
    .header__toggle.open span:nth-child(1) {
      top: 1.5rem;
      width: 0%;
      left: 50%; }
    .header__toggle.open span:nth-child(2) {
      transform: rotate(45deg); }
    .header__toggle.open span:nth-child(3) {
      transform: rotate(-45deg); }
    .header__toggle.open span:nth-child(4) {
      top: 1.5rem;
      width: 0%;
      left: 50%; }

.footer {
  position: relative; }
  @media only screen and (min-width: 991px) {
    .footer .container {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      pointer-events: none;
      display: flex;
      justify-content: flex-end;
      height: 100%;
      align-items: center; } }
  .footer iframe {
    display: block; }
  .footer__address {
    pointer-events: all;
    background: #dddedf;
    font-weight: normal;
    line-height: 1.7;
    font-size: 1.6rem;
    color: #000;
    padding: 4rem 1rem;
    text-align: center; }
    @media only screen and (min-width: 991px) {
      .footer__address {
        padding: 3rem 4rem;
        margin: 0 2rem 0 0;
        text-align: left;
        max-width: 420px; } }
    .footer__address h2 {
      font-family: "Berkshire Swash", sans-serif;
      margin: 0 0 2rem 0;
      font-weight: normal;
      line-height: 1.1;
      font-size: 3.4rem;
      color: #000; }
    .footer__address p {
      margin: 0 0 2.5rem 0; }
    .footer__address *:last-child {
      margin: 0; }

.copyright {
  background: #edebe8;
  padding: 1.5rem 0 1.2rem 0;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #666; }
  .copyright a {
    text-decoration: none;
    color: #666; }
    .copyright a:hover {
      text-decoration: underline; }

.btn {
  line-height: 1.1;
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  padding: 1.5rem 4rem;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  color: #000;
  background: #f0f0f0;
  position: relative;
  font-size: 1.6rem; }
  .btn:hover {
    text-decoration: underline; }

.btn-primary {
  background: #90755a;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #715c46; }

.btn-link {
  padding: 0;
  background: none;
  text-decoration: underline;
  color: #000; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    color: #90755a; }

.btn-link-arrow {
  padding: 0 0 0 4rem;
  background: none;
  text-decoration: underline;
  color: #000; }
  .btn-link-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.2rem;
    transform: translateY(-50%);
    height: 0.2rem;
    background: #d82c44;
    transition: 0.3s; }
  .btn-link-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2.2rem;
    transform: translateY(-50%);
    border-left: 0.3rem solid #d82c44;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    transition: 0.3s; }
  .btn-link-arrow:hover, .btn-link-arrow:focus, .btn-link-arrow:active {
    text-decoration: none;
    color: #d82c44; }
    .btn-link-arrow:hover:before, .btn-link-arrow:focus:before, .btn-link-arrow:active:before {
      width: 3rem; }
    .btn-link-arrow:hover:after, .btn-link-arrow:focus:after, .btn-link-arrow:active:after {
      left: 3rem; }

.btn-outline-secondary {
  background: transparent;
  color: #000;
  border: 0.1rem solid #d6d6d6; }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    background: #d6d6d6;
    color: #000;
    text-decoration: none; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  .form-row .form-group {
    padding: 0 0.5rem;
    width: 100%; }
    @media only screen and (min-width: 550px) {
      .form-row .form-group {
        width: 50%; } }

.form-group {
  margin-bottom: 2.5rem; }
  .form-group__label {
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold; }
  .form-group__input, .form-group__textarea {
    display: block;
    width: 100%;
    padding: 0.6rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-family: "Rajdhani", sans-serif; }
  .form-group__textarea {
    min-height: 12rem;
    resize: none; }

.formSkinDefault .formField:hover span.error {
  display: block; }

.formSkinDefault .formField span.error {
  position: absolute;
  left: 0;
  color: #fff;
  padding: .5rem 1rem .5rem .5rem;
  border: 1px solid #ccc;
  background-color: #333;
  display: none;
  bottom: 0;
  /* overflow: overlay; */
  height: fit-content;
  width: fit-content;
  z-index: 10000; }

#contactForm .formField-textBox .edit input {
  display: block;
  width: 100%;
  padding: .6rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  font-family: "Rajdhani",sans-serif; }

#contactForm .formField-textArea {
  padding: 0 0 3rem 0; }
  #contactForm .formField-textArea .edit textarea {
    display: block;
    width: 100%;
    padding: .6rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    min-height: 11rem;
    font-family: "Rajdhani",sans-serif; }

#contactForm .editButtonInput input {
  line-height: 1.1;
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  padding: 1.5rem 4rem;
  font-weight: bold;
  transition: .3s;
  display: inline-block;
  background: #90755a;
  color: #fff;
  position: relative;
  font-size: 1.6rem; }
  #contactForm .editButtonInput input:hover {
    background: #715c46; }

.formField label {
  display: block !important;
  font-weight: bold; }

.form {
  margin-bottom: 5rem; }
  .form__flex {
    display: flex;
    height: 53rem;
    max-width: 95rem;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .form__flex {
        height: 60rem; } }
  .form__item {
    margin: 0 auto; }

.form-header {
  padding-top: 5rem;
  text-align: center;
  color: white; }

@media (max-width: 840px) {
  .form-wrapper {
    padding: 0 2rem 0 2rem; } }

@media (max-width: 767px) {
  .form-wrapper {
    padding: 0; } }

.form-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .form-content__input {
    width: 100%;
    background-color: #6c8dab;
    color: white;
    border: 1px solid;
    border-color: white;
    font-weight: 600;
    padding: 0.5rem 0 0.5rem 2rem; }
    .form-content__input::placeholder {
      color: white; }
    @media (max-width: 767px) {
      .form-content__input {
        width: 100%;
        padding: 0.5rem 0 0.5rem 2rem;
        margin: 1rem auto 1rem auto; } }
    @media (max-width: 550px) {
      .form-content__input {
        width: 100%;
        padding: 0.5rem 0 0.5rem 2rem;
        margin: 1rem auto 1rem auto; } }
  .form-content__input--textarea {
    width: 100%;
    height: 21rem;
    border: none;
    padding: 1.5rem;
    margin-top: 1rem; }
    @media (max-width: 767px) {
      .form-content__input--textarea {
        width: 100%;
        padding: 0.5rem 0 0.5rem 2rem;
        margin: 0 auto;
        margin: 1rem auto 1rem auto; } }
    @media (max-width: 550px) {
      .form-content__input--textarea {
        width: 100%;
        padding: 0.5rem 0 0.5rem 2rem;
        margin: 1rem auto 1rem auto; } }
  .form-content__submit {
    width: 15rem;
    margin: 5rem auto 0 auto; }
    @media (max-width: 767px) {
      .form-content__submit {
        margin: 0 auto; } }
    @media (max-width: 550px) {
      .form-content__submit {
        margin: 0 auto; } }

.form-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .form-text .formField-textBox {
    width: 49%;
    padding: 1rem 0rem 3rem 0rem; }
    @media (max-width: 767px) {
      .form-text .formField-textBox {
        width: 100%;
        padding: 1rem 0 1rem 0; } }
  .form-text .formField-textArea {
    width: 100%; }

.form-field-CheckBox {
  display: flex;
  align-items: center; }
  .form-field-CheckBox .edit {
    width: 6%; }
    .form-field-CheckBox .edit span.error {
      position: absolute;
      left: 10px;
      left: 1rem;
      top: 34px;
      top: 3.4rem;
      width: 280px;
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      font-size: 1.2rem;
      font-family: "Rajdhani",sans-serif;
      padding: 5px 10px 5px 5px;
      padding: .5rem 1rem .5rem .5rem;
      z-index: 100;
      border: 1px solid #ccc;
      border: .1rem solid #ccc;
      background-color: #333; }
  .form-field-CheckBox label {
    width: 94%;
    padding-left: 1rem; }

.label label {
  display: block;
  margin: 0; }

span.val_required.error {
  position: absolute;
  left: 1rem;
  top: 3.4rem;
  color: #fff;
  padding: .5rem 1rem .5rem .5rem;
  z-index: 100;
  border: 1px solid #ccc;
  background-color: #333;
  display: none; }

.edit {
  position: relative; }

.zoomLightGallery {
  width: 100%;
  font-size: 0;
  margin: 0 0 3.5rem 0;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .zoomLightGallery {
      margin: 0 0 1.5rem 0; } }
  .zoomLightGallery .zoom-img {
    width: 100%;
    height: 40rem;
    position: relative;
    margin: 0 0 2.5rem 0; }
    @media screen and (max-width: 1199px) {
      .zoomLightGallery .zoom-img {
        height: 35rem; } }
    @media screen and (max-width: 767px) {
      .zoomLightGallery .zoom-img {
        margin: 0 0 1rem 0;
        height: 20rem; } }
    .zoomLightGallery .zoom-img .clicableMainImage {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      border: none;
      cursor: pointer; }
      .zoomLightGallery .zoom-img .clicableMainImage img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .zoomLightGallery .zoom-img .videoItem {
      position: relative; }
      .zoomLightGallery .zoom-img .videoItem:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(images/youtube-icon.svg) no-repeat center center;
        background-size: 5.2rem 5.2rem;
        width: 5.2rem;
        height: 5.2rem;
        z-index: 10; }
  .zoomLightGallery .zoom-thumbs {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .zoomLightGallery .zoom-thumbs a {
      width: calc(25% - 6px);
      display: inline-block;
      vertical-align: top;
      padding-top: 18%;
      border: 1px solid #ccc;
      text-align: center;
      position: relative;
      margin: 3px;
      /*&:nth-child(4) {border:none;}*/ }
      @media screen and (max-width: 767px) {
        .zoomLightGallery .zoom-thumbs a {
          width: calc(33.33% - 6px);
          padding-top: 23%; } }
      @media screen and (max-width: 549px) {
        .zoomLightGallery .zoom-thumbs a {
          width: calc(50% - 6px);
          padding-top: 33%; } }
      .zoomLightGallery .zoom-thumbs a.videoItem:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(images/youtube-icon.svg) no-repeat center center;
        background-size: 3.6rem 3.6rem;
        width: 3.6rem;
        height: 3.6rem;
        z-index: 10; }
      .zoomLightGallery .zoom-thumbs a img {
        max-width: 99%;
        max-height: 99%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .zoomLightGallery .zoom-thumbs a:hover {
        border-color: grey; }
    .zoomLightGallery .zoom-thumbs.withCount {
      width: calc(33.333% * 2); }
      .zoomLightGallery .zoom-thumbs.withCount a {
        width: 50%; }
  .zoomLightGallery .zoom-gallery-count {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 33.333%;
    font-size: 1.6rem;
    height: 10rem;
    text-align: center;
    padding: 0 1rem;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    text-decoration: underline;
    font-weight: bold; }
    .zoomLightGallery .zoom-gallery-count:hover {
      color: grey; }
    .zoomLightGallery .zoom-gallery-count .zoom-gallery-count-inner {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      flex-direction: column;
      justify-content: center; }

.lg-thumb-item.videoItem {
  position: relative; }
  .lg-thumb-item.videoItem:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(images/youtube-icon.svg) no-repeat center center;
    background-size: 3.6rem 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
    z-index: 10; }

.gallery-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .gallery-items {
      width: calc(70% + 20px); } }
  .gallery-items .gallery-item {
    border: 10px solid transparent;
    overflow: hidden; }
    @media (min-width: 425px) {
      .gallery-items .gallery-item {
        width: 50%; } }
    @media (min-width: 550px) {
      .gallery-items .gallery-item {
        width: 33.33%; } }
    @media (min-width: 768px) {
      .gallery-items .gallery-item {
        width: 25%; } }
    .gallery-items .gallery-item img {
      width: 100%;
      transition: 0.4s; }
      .gallery-items .gallery-item img:hover {
        transform: scale(1.1); }

.gallery-header {
  text-align: center;
  text-transform: uppercase;
  padding: 5rem 0 0 0; }

#cookiePanel {
  z-index: 999;
  width: 290px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 20px;
  background: #232323;
  overflow: hidden;
  position: fixed;
  bottom: 15px;
  right: 15px; }
  @media only screen and (min-width: 768px) {
    #cookiePanel {
      width: 350px;
      padding: 30px 30px 30px 30px;
      bottom: 30px;
      right: 30px; } }

.cookiePanelIn {
  margin: 0;
  padding: 0;
  font-family: 'Rajdhani', sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-top: 10px; }
  .cookiePanelIn input {
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    background: #000000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background 0.3s;
    border: none;
    border-radius: 0; }
    .cookiePanelIn input:hover {
      cursor: pointer;
      background: #4c4c4c; }
  .cookiePanelIn a {
    color: #90755a; }
