<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
* © repyx.com
* „Unique pixels!”
*
* e.: office@repyx.com;
* t.: +(40)757-247.942
* w.: http://www.repyx.com
*/
.gdpr-holder {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 999;
  background-color: #112a2c;
  color: var(--white);
}
.gdpr-holder .gdpr_bar p {
  font-size: 0.85rem;
}
.gdpr-holder .gdpr_bar .gdpr-read-btn {
  color: #5bd466;
  text-decoration: underline;
  transition: all 0.8s ease-out;
}
.gdpr-holder .gdpr_bar .gdpr-read-btn:hover {
  color: #52b95b;
}
.gdpr-holder .gdpr_bar .btn-accept {
  padding: 8px 12px !important;
}

.gdpr-holder.modal-show {
  display: block;
}

.btn {
  position: relative;
  padding: 10px 15px;
  font-size: 0.85rem;
  line-height: 1.2;
  color: black;
  text-decoration: none;
  background-color: white;
  border: transparent;
  outline: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-animation: glow 8s linear infinite;
          animation: glow 8s linear infinite;
}
.btn:hover {
  color: white;
}
.btn-gradient {
  color: white;
  background: linear-gradient(90deg, #AF9777, #367c50, #AF9777);
  background-size: 300%;
  border-radius: 18px;
}
.btn-gradient::before {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  z-index: -1;
  background: inherit;
  background-size: inherit;
  border-radius: 4em;
  opacity: 0;
  transition: 0.5s;
}
.btn-gradient:hover::before {
  opacity: 1;
  filter: blur(20px);
  -webkit-animation: glow 8s linear infinite;
          animation: glow 8s linear infinite;
}

@-webkit-keyframes glow {
  to {
    background-position: 300%;
  }
}

@keyframes glow {
  to {
    background-position: 300%;
  }
}
.repyx-modal {
  position: fixed;
  width: 85%;
  left: 7.5%;
  z-index: 999;
  opacity: 0;
  top: -50px;
  display: none !important;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--repyx-modal-bg);
  background-repeat: repeat;
  background-clip: border-box;
  --tw-border-opacity: .125;
  border: 1px solid rgba(var(--color-black), var(--tw-border-opacity));
  border-radius: 0.25rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.repyx-modal-size .repyx-modal-content [class*=repyx-modal-header-] {
  border-radius: 3px;
  padding: 15px;
  margin: 0 15px;
  position: relative !important;
}
.repyx-modal-size .repyx-modal-effect {
  border: none;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header {
  position: relative;
  display: flex;
  margin-top: -20px;
  --tw-box-shadow-opacity-base: .14;
  --tw-box-shadow-opacity-accent: .4;
  box-shadow: 0 4px 20px 0 rgba(var(--color-black), var(--tw-box-shadow-opacity-base)), 0 7px 10px -5px rgba(var(--color-red), var(--tw-box-shadow-opacity-accent));
  background: linear-gradient(60deg, var(--modal-header-base-color), var(--modal-header-accent-color));
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .modal-heading {
  width: 25%;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .modal-heading h3 {
  color: var(--repyx-modal-heading);
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search {
  width: 45%;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .wrap-input100 {
  border-bottom: 1px solid var(--fsearch-wrap-input10-br);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .login100-form {
  margin-left: 0px;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .input100 {
  height: 40px;
  font-family: "Noto Serif", serif;
  transition: all 0.3s ease;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .input-group-search svg {
  font-size: 1.4rem;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .input100::-webkit-input-placeholder {
  color: var(--fsearch-input100-placeholder);
  text-transform: uppercase;
  font-weight: bold;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .input100:-moz-placeholder {
  color: var(--fsearch-input100-placeholder);
  text-transform: uppercase;
  font-weight: bold;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .input100::-moz-placeholder {
  color: var(--fsearch-input100-placeholder);
  text-transform: uppercase;
  font-weight: bold;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .input100:-ms-input-placeholder {
  color: var(--fsearch-input100-placeholder);
  text-transform: uppercase;
  font-weight: bold;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .input100:focus::-webkit-input-placeholder {
  color: transparent;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .input100:focus:-moz-placeholder {
  color: transparent;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .input100:focus::-moz-placeholder {
  color: transparent;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .input100:focus:-ms-input-placeholder {
  color: transparent;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .close-holder {
  width: 30%;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .repyx-modal-filter-btn {
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  margin-left: auto;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .repyx-modal-filter-btn svg {
  color: var(--repyx-modal-filter-btn-svg);
  font-size: 150%;
  transition: all 0.8s ease-in-out;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .repyx-modal-filter-btn:hover svg {
  color: var(--repyx-modal-filter-btn-svg-hvr);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header input.form-control {
  background-color: transparent;
  border: 1px solid var(--modal-input-brd);
  color: var(--repyx-modal-input);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .form-control::-moz-placeholder {
  color: var(--repyx-modal-input-placeholder);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .form-control:-ms-input-placeholder {
  color: var(--repyx-modal-input-placeholder);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-header .form-control::placeholder {
  color: var(--repyx-modal-input-placeholder);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body {
  padding: 1rem 1rem;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .form-switch.form-check .form-check-input {
  width: 60px;
  height: 34px;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .form-switch.form-check .form-check-input:focus {
  background-image: url("../img/form/focus.svg");
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .form-check {
  position: relative;
  color: var(--formcheck);
  border-color: var(--formcheck-br);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .form-check .form-check-input {
  float: none;
  margin-left: 0;
  background-color: var(--formcheck-input-bg);
  border: 1px solid var(--formcheck-input-br);
  width: 34px;
  height: 34px;
  margin-top: 0px;
  margin: 0 10px;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .form-check .form-check-input[type=radio] {
  width: 33px;
  height: 33px;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .form-check .form-check-input:checked {
  background-color: var(--formcheck-input-bg-checked);
  border-color: var(--formcheck-input-br-checked);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .form-check .form-check-input:focus {
  box-shadow: none;
  outline: none;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .form-check:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 0;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content label.form-check-label {
  color: var(--form-check-label);
  border-color: var(--form-check-label-br);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  flex-grow: 1;
  flex-basis: 10%;
  transition: all 0.8s ease-in-out;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content label.form-check-label:hover {
  cursor: pointer;
  color: var(--form-check-label-hvr);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content label.form-check-label:active {
  color: var(--form-check-label-actv);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .form-switch, .repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .form-check {
  padding-left: 0px;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body {
  padding-right: 15px;
  overflow: auto;
  height: 80vh;
  position: relative;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body #selected-tbl {
  border-spacing: 0 7px;
  border-collapse: separate;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body .intro-y {
  background-color: var(--td-bg-modal);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body .intro-y:hover {
  --tw-shadow:0 2px 6px -1px rgba(0, 0, 0, 0.4),0 2px 2px -1px rgba(0, 0, 0, 0.2);
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  z-index: 25;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body .intro-y td:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body .intro-y td:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  text-align: right;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(var(--cl-black), 0.3);
  background-color: var(--modal-scrollbar-track-bg);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body::-webkit-scrollbar {
  width: 10px;
  background-color: var(--modal-scrollbar-bg);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body::-webkit-scrollbar-thumb {
  background-color: var(--modal-scrollbar-thumb);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content table {
  width: 100%;
  text-align: left;
  text-indent: 0;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content table td {
  font-size: 1rem;
  padding-top: 0.55rem !important;
  padding-bottom: 0.55rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content table td p {
  margin-bottom: 0px;
  color: var(--basic);
  font-size: 1rem;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .close-btn {
  cursor: pointer;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .close-btn svg {
  color: var(--modal-close-btn-svg);
  transition: all 0.4s ease-out;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .close-btn svg:hover {
  color: var(--modal-close-btn-svg-hvr);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-label {
  font-size: 0.85rem;
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-label .category {
  padding: 5px;
  background-color: rgba(var(--search-label-category-bg), 0.85);
  color: var(--white);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-label .category:hover {
  background-color: rgba(var(--search-label-category-bg), 1);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-label .type {
  padding: 5px;
  background-color: rgba(var(--search-label-type-bg), 0.85);
  color: var(--white);
}
.repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-label .type:hover {
  background-color: rgba(var(--search-label-type-bg), 1);
}
.repyx-modal-size .repyx-modal-effect h3 {
  color: var(--modal-h3);
}

.repyx-modal-open {
  top: 5% !important;
  display: flex !important;
  opacity: 1;
}

.repyx-modal-holder.repyx-modal-holder-open {
  display: block;
  opacity: 1;
}

.repyx-modal-holder {
  position: fixed;
  display: none;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(var(--cl-black), 0.85);
}
.repyx-modal-holder .repyx-modal-close {
  background-color: transparent;
  padding: 0px 0px 0px 15px;
  border: none;
  outline: none;
  box-shadow: none;
  margin-left: auto;
}
.repyx-modal-holder .repyx-modal-close svg {
  color: var(--repyx-modal-close-svg);
  font-size: 2.6rem;
  transition: all 0.8s ease-in-out;
}
.repyx-modal-holder .repyx-modal-close svg:hover {
  color: var(--repyx-modal-close-svg-hvr);
}

@media (max-width: 767.98px) {
  .repyx-modal {
    left: 2.5%;
    width: 95%;
  }

  .repyx-modal-header {
    flex-direction: column !important;
  }
  .repyx-modal-header .close-holder {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
  }
  .repyx-modal-header .repyx-modal-close svg {
    font-size: 2.2rem;
  }

  .repyx-modal-size .repyx-modal-effect .repyx-modal-header .modal-heading {
    width: 100%;
  }
  .repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search {
    width: 100%;
  }
  .repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .login100-form {
    margin-bottom: 0px;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
  }
  .repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .login100-form .input100 {
    padding: 0px;
  }
  .repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .login100-form .input100::-webkit-input-placeholder {
    color: var(--msf-input-placeholder);
    text-transform: uppercase;
    font-weight: normal;
  }
  .repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .login100-form .input100:-moz-placeholder {
    color: var(--msf-input-placeholder);
    text-transform: uppercase;
    font-weight: normal;
  }
  .repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .login100-form .input100::-moz-placeholder {
    color: var(--msf-input-placeholder);
    text-transform: uppercase;
    font-weight: normal;
  }
  .repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .login100-form .input100:-ms-input-placeholder {
    color: var(--msf-input-placeholder);
    text-transform: uppercase;
    font-weight: normal;
  }
  .repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .login100-form .input-group-search {
    margin-left: -25px;
  }
  .repyx-modal-size .repyx-modal-effect .repyx-modal-header .filter-search .login100-form .row {
    margin-left: 0px;
    margin-left: 0px;
  }

  .repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body {
    height: 72vh;
  }

  .repyx-modal-size .repyx-modal-effect .repyx-modal-body .search-results-content .search-result-body::-webkit-scrollbar {
    width: 5px;
  }
}
:root {
  --animate-delay: 0.5s;
  --color-white: 255, 255, 255;
  --cl-pink: 246, 125, 161;
  --cl-black: 0, 0, 0;
  --cl-dark-gray: 33, 33, 33;
  --cl-light: 248, 249, 250;
  --cl-darken-white: 243, 243, 243;
  --cl-dismiss: 214, 0, 0;
  --cl-green:31, 84, 88;
  --logo-txt: #ffc882;
  --modal-header-base-color: #b37220;
  --modal-header-accent-color: #6b5437;
  --mm-color-background: #413321;
  --main-slider-bg: #413321;
  --swiper-slide-bg: #fff;
  --swiper-slide-bg-th: #fff;
  --swiper-slide-title-cl: #fff;
  --swiper-slide-title-ts: #000;
  --swiper-slide-subtitle-ts:#000;
  --swiper-pagination-bullet-active-bg: #faebd7;
  --swiper-button-next-prev-bg: #F67DA1;
  --swiper-slide-link-cl:#fff;
  --swiper-slide-link-ts: #000;
  --swiper-slider-br-cl: #2d848b;
  --section-announcement_bar_repyx-br-b:#e3e3e3;
  --h-input-group-search-cl: #fff;
  --h-input-group-search-hvr-cl: #f67da1;
  --h-input-group-search-svg-cl: #fff;
  --h-input-group-search-svg-hvr-cl: #ee4e1d;
  --h-focus-input100-before-bg: #fff;
  --h-focus-input100-after-cl: #fff;
  --search-bg:#1f5458;
  --intro-bg: #1F5458;
  --intro-h3: #fff;
  --intro-h3-hvr: #dcf7c9;
  --intro-p: #c9fbff;
  --wrap-input100:#359ca3;
  --input100-placeholder:#359ca3;
  --nav-opener-span-before-after-bg: #fff;
  --nav-btn-light:#212529;
  --nav-btn-light-br: #f8f9fa;
  --nav-btn-light-bg: #f8f9fa;
  --header-bg:#fff;
  --header-svg: #1f5256;
  --heder-svg-hvr: #2e7d83;
  --space-unit: 1em;
  --space-xxs: calc(0.375*var(--space-unit));
  --search-border: #5c5c5c;
  --dropdown-hover-menu-dropdown-item-text-cl:#fff;
  --dropdown-hover-menu-cl: #fff;
  --dropdown-item-sep-bg: #57442b;
  --login-menu-bg:#413321;
  --dropbtn-lang:#fff;
  --dropdown-content-lang-bg:#3c3c39;
  --dropdown-content-lang-a: #000;
  --dropdown-content-lang-a-hvr:#3c3c39;
  --menu-bars:#ffc882;
  --mmenu-mm-toggle-bg:#614e36;
  --mmenu-mm-toggle-checked-bg:#b38d5b;
  --mm-searchfield-placeholder-cl: 232, 184, 122;
  --repyx-modal-bg:#413321;
  --repyx-modal-heading: #fff;
  --repyx-modal-filter-btn-svg: #fff;
  --repyx-modal-filter-btn-svg-hvr:#90ee90;
  --repyx-modal-input: #fff;
  --repyx-modal-input-placeholder: #ecd713;
  --fsearch-wrap-input10-br: #ffdcaf;
  --fsearch-input100-placeholder:#fff;
  --formcheck:#ffd299;
  --formcheck-br: #805d30;
  --formcheck-input-bg:#614e36;
  --formcheck-input-br:#805d30;
  --formcheck-input-bg-checked:#805d30;
  --formcheck-input-br-checked:#805d30;
  --form-check-label:#ffdcaf;
  --form-check-label-br:#805d30;
  --form-check-label-hvr: #28a745;
  --form-check-label-actv: #28a745;
  --modal-scrollbar-track-bg:#F5F5F5;
  --modal-scrollbar-bg:#F5F5F5;
  --modal-scrollbar-thumb:#b37220;
  --modal-close-btn-svg: #4B473F;
  --modal-close-btn-svg-hvr: #E13128;
  --repyx-modal-close-svg:#d60000;
  --repyx-modal-close-svg-hvr:#e60000;
  --search-label-category-bg: #4B473F;
  --search-label-type-bg: #E13128;
  --modal-h3: #faebd7;
  --msf-input-placeholder:#fff;
  --scbar-track-bg: #1f5458;
  --scbar-thumb-bg: #308f96;
  --scbar-bg: #1f5458;
  --heading-cl: #1f5458;
  --a-link: #793d3d;
  --a-link-hvr: #fc3b31;
  --heading-decor: #97835e;
  --main-content-bg: #f0f8ff;
  --w-box-attr-br-l: #1f5458;
  --img-link-cl: #1f5458;
  --img-frame-br: #fff;
  --img-frame-slv-br: #a5a5a5;
  --w-box-cl: #1a4144;
  --social-btn-bg: #f0f8ff;
  --social-btn-hvr: #d3dce4;
  --heading-hvr-cl: #1f5458;
  --page-nav-tabs-nlink-cl:#A1A1A1;
  --nav-link-active-nav-item-show-nav-link-cl:#495057;
  --nav-link-active-nav-item-show-nav-link-bg: #fff;
  --nav-link-active-nav-item-show-nav-link-br-1:#dee2e6;
  --nav-link-active-nav-item-show-nav-link-br-2:#fff;
  --nav-tabs-nav-link-focus-hvr-br-1: #e9ecef;
  --nav-tabs-nav-link-focus-hvr-br-2: #dee2e6;
  --nav-tabs-br-b:#dee2e6;
  --product-page-middle-1-2-3-cl:#A2A2A2;
  --nav-tabs-nav-link-bg-mobile:#efefef;
  --nav-tabs-nav-link-br-t-mobile: #D8D8D8;
  --nav-tabs-nav-link-cl-mobile: #1f5256;
  --nav-tabs-nav-link-after-br-mobile: #212121;
  --nav-tabs-nav-item-show-nav-link-br: #fff;
  --nav-tabs-nav-item-show-nav-link-br-b: #dee2e6;
  --sponsor-bg:#dfe6ed;
  --icon-cl:#1f5458;
  --footer-bg:#1a4144;
  --footer-h3: #6bcad1;
  --footer-p: #dffdff;
  --footer-link: #dffdff;
  --footer-link-hvr: #fff;
  --w-highlight: #82f6ff;
  --contact-bg:#dea860;
  --info-block-bg: #fff;
  --info-block-txt: #747474;
  --info-block-a: #5d472c;
  --info-block-h2: #5d472c;
  --icon-location: #cb9a68;
  --contact-form-block-bg:#5d472c;
  --contact-info-bg:#352818;
  --contact-list-title: #fff;
  --contact-list-a:#c8935e;
  --contact-input-br: #dea860;
  --contact-input-focus: #fff;
  --contact-input-focus-br: #fff;
  --social-block-bg: #fff;
  --social-block-title: #747474;
  --title-separator-br:#e7e6e6;
  --post-title: #fff;
  --post-title-bg-line-gr-1: #e1d2b7;
  --post-title-bg-line-gr-2: #c58a52;
  --post-title-bg-line-gr-3: #c58a52;
  --bg-line-bg: #dea860;
  --time: #fff;
  --gradient-color:#c58a52;
  --gradient-color-1:#e1d2b7;
  --gradient-color-2:#c58a52;
  --anchor-link:#000;
  --scroll-down-arrows: #fff;
  --content-txt:#1f5458;
  --post-content-h3: #7b603e;
  --info-holder-bg: #fff;
  --post-initale-cl-1:#e1d2b7;
  --post-initale-cl-2:#c58a52;
  --social-networks-a: #fff;
  --social-networks-bg: #5d472c;
  --animation-link-more: #080806;
  --animation-link-more-hvr:#1a1a13;
  --animation-link-more-before-bg:#ece9e1;
  --share-block-title: #747474;
  --hide-bg: #232321;
  --btn:#fff;
  --btn-bg:#dea860;
  --btn-bg-hvr:#b6894d;
  --btn-decor-span-br:#8a6f4c;
  --btn-decor-span-after-br:#8a6f4c;
  --btn-decor-span-after:#8a6f4c;
  --btn-decor-fa-star:#8a6f4c;
  --btn-decor-hvr: #4f4f4d;
  --btn-decor-hvr-br:#4f4f4d;
  --tselectbrhvr:#413321;
  --pink: #f67da1;
  --pink-acc:#fd6391;
  --bermuda: #77d7b9;
  --black:#212121;
  --black-acc:#584949;
  --white:#fff;
  --silver: #c0c0c0;
  --green: #28a745;
  --acc-green:#268b3e;
  --acc-green-darken:#134e21;
  --footer-txt: #A6A6A6;
  --danger: #f77982;
  --gray: #212529;
  --yellow: #ecd713;
  --red: #d60000;
  --red-lighten: #e60000;
  --blue: #0e5597;
  --antique: #faebd7;
  --basic-menu-link-cl: #1f5458;
  --basic-menu-link-hvr-cl: #266b70;
  --sub-menu-bg: #1f5458;
  --sub-menu-bg-hvr: #266b70;
  --sub-menu-link-hvr: #fff;
  --sub-menu-link-cl:#fff;
  --secondary-menu-bg: #413321;
  --secondary-menu-cl: #ffc882;
  --secondary-menu-header-bg:#52412b;
  --secondary-menu-header-cl: #ffc882;
  --secondary-menu-header-h3: #ffc882;
  --user-logo-cl:#ffc882;
  --secondary-menu-a-cl: #fff;
  --secondary-menu-a-hvr-cl: #ffc882;
  --secondary-menu-sub-bg: #52412b;
  --secondary-menu-sub-sub-bg: #52412b;
  --secondary-menu-sub-hvr-cl: #ffc882;
  --secondary-menu-sub-hvr-bg: #493a26;
  --secondary-menu-br-th-1: #52412b;
  --secondary-menu-close-btn:#fc3b31;
  --secondary-menu-close-btn-hvr:#e13128;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(var(--cl-black), 0);
}

body {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--body-txt);
  text-align: left;
  background-color: var(--body-bg);
  position: relative;
}

* {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Serif", serif;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 1.375rem;
  line-height: 1.535714;
}

h4, .h4 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--table-th-td-br-t);
}

img {
  vertical-align: middle;
  border-style: none;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

a {
  color: var(--link);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--link-hvr);
  text-decoration: none;
}

@media (min-width: 768px) {
  .about-section p {
    margin-bottom: 1.875rem;
  }

  .about-section .text-block {
    max-width: 41.875rem;
    line-height: 1.8;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .about-section {
    font-size: 1.25rem;
  }

  .h3, h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .about-section {
    padding: 12.1875rem 0;
  }
}
@media (min-width: 1440px) {
  .left-sidebar-blog .container {
    max-width: 1440px;
  }
}
@media (max-width: 979.98px) {
  html {
    font-size: 14px;
  }
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome, Edge, Opera and Firefox */
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: var(--scbar-track-bg);
}

::-webkit-scrollbar {
  width: 12px;
  background-color: var(--scbar-bg);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--scbar-thumb-bg);
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters &gt; .col,
.no-gutters &gt; [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row-cols-1 &gt; * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 &gt; * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 &gt; * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 &gt; * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 &gt; * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 &gt; * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
    position: relative;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.p-1 {
  padding: 0.25rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

@media (max-width: 767px) {
  .mr-3, .mx-3 {
    margin-right: 0.45rem !important;
  }
}
.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-content-between {
  justify-content: space-between !important;
}

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

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  white-space: normal !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.position-relative {
  position: relative !important;
}

@media (min-width: 576px) {
  .flex-sm-column {
    flex-direction: column !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.btn {
  transition: color 0.3s linear, border-color 0.3s linear, background 0.3s linear;
  font-family: proxima-nova, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: normal;
  padding: 1.25rem 0.9375rem;
  position: relative;
  outline: none;
  box-shadow: none;
  border: none;
}

.btn.btn-decor {
  min-width: 12.375rem;
  color: var(--btn);
  padding: 0.625rem;
  background: var(--btn-bg);
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease-out;
}
.btn.btn-decor:hover {
  background: var(--btn-bg-hvr);
}

.btn.btn-decor span {
  transition: border-color 0.3s linear;
  display: block;
  padding: 1.25rem 0.9375rem;
  border-top: 2px solid var(--btn-decor-span-br);
  border-bottom: 2px solid var(--btn-decor-span-br);
  position: relative;
}

.btn.btn-decor span:before {
  bottom: 0;
}

.btn.btn-decor span:after, .btn.btn-decor span:before {
  transition: border-color 0.3s linear;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1.375rem;
  border-width: 0 2px;
  border-style: solid;
  border-color: var(--btn-decor-span-after-br);
  color: var(--btn-decor-span-after);
}

.btn.btn-decor span:after {
  top: 0;
}

.btn.btn-decor .fa-star:first-child {
  left: -0.25rem;
}

.btn.btn-decor .fa-star:nth-child(2) {
  right: -0.25rem;
}

.btn.btn-decor .fa-star {
  transition: color 0.4s linear, transform 0.4s linear;
  width: 0.625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  font-size: 0.625rem;
  color: var(--btn-decor-fa-star);
}

.btn.btn-decor.btn-decor-white:hover span,
.btn.btn-decor:hover span {
  border-color: var(--btn-decor-hvr-br);
}

.btn.btn-decor.btn-decor-white:hover span:after,
.btn.btn-decor.btn-decor-white:hover span:before,
.btn.btn-decor:hover span:after,
.btn.btn-decor:hover span:before {
  border-color: var(--btn-decor-hvr-br);
}

.btn.btn-decor.btn-decor-white:hover .fa-star,
.btn.btn-decor:hover .fa-star {
  transform: translateY(-50%) rotate(360deg);
  color: var(--btn-decor-hvr);
}

.btn-reset {
  background: none;
  padding: 0;
  font-size: inherit;
  line-height: 1;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
}

@media (min-width: 992px) {
  .category-section .btn-blog-holder .btn, .blog-section .btn-blog-holder .btn {
    margin: 2.125rem 0;
  }
}
@media (max-width: 767.98px) {
  .btn.btn-decor span {
    padding: 0.65rem 0.9375rem;
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
.navbar a img {
  height: 50px;
  width: auto;
  box-sizing: border-box;
}
.navbar a.navbar-brand {
  color: var(--logo-txt);
  height: 60px;
  font-size: 1.8rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar a.navbar-brand-app {
  height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-brand {
  height: 100%;
}

.header-wrapper {
  transition: background 0.3s linear, opacity 0.7s linear, visibility 0.7s linear, transform 0.2s linear;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

#header-section {
  position: relative;
}

.header {
  background: var(--header-bg);
  width: 100% !important;
  opacity: 0.97;
  box-shadow: 0 2px 5px 0 rgb(var(--cl-black), 0.1);
}
.header svg {
  color: var(--header-svg);
  transition: all 0.4s ease-out;
}
.header svg:hover {
  color: var(--heder-svg-hvr);
}

.scroll-down .header {
  transform: translate3d(0, -100%, 0);
}

.header-navbar-top-right-filter svg, .header-navbar-top-right-login svg {
  font-size: 1.7rem;
}

.header-navbar-top-right {
  flex-wrap: wrap;
}
.header-navbar-top-right button:hover {
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
}
.header-navbar-top-right button:focus {
  box-shadow: none;
}

.header-navbar-top-right-item {
  width: 33.33%;
  box-sizing: border-box;
}

.search-ico {
  padding: 0px;
  height: inherit;
}
.search-ico svg {
  font-size: 1.7rem;
}

.login-dropdown .dropdown-hover-menu {
  display: none;
}

.dropdown-hover-menu {
  background: var(--login-menu-bg);
  position: relative;
  padding: 0;
  min-width: 20rem;
  margin: 2px 0 0;
  color: var(--dropdown-hover-menu-cl);
  font-size: inherit;
  text-align: left;
  z-index: 1902;
  list-style: none;
  background-clip: padding-box;
  border: 0;
  box-shadow: rgba(var(--cl-black), 0.19) 0px 10px 20px, rgba(var(--cl-black), 0.23) 0px 6px 6px;
}
.dropdown-hover-menu svg {
  font-size: 1rem;
}

.dropdown-hover-menu .dropdown-item {
  padding: 0.5rem 1rem;
  color: var(--dropdown-hover-menu-dropdown-item-text-cl);
  width: 100%;
  display: block;
  clear: both;
  font-weight: inherit;
  white-space: normal;
  background-color: var(--login-menu-bg);
}

.dropdown-hover-menu .login-nav-item {
  transition: all 0.4s ease-out;
}

.dropdown-hover-menu .login-nav-item:hover .dropdown-item {
  display: block;
  width: 100%;
  background-color: #5a482f;
}

.dropdown-hover-menu .dropdown-item.separator {
  height: 2px;
  background-color: var(--dropdown-item-sep-bg);
  padding: 0;
  margin: 0;
}

.login-dropdown.dropdown-hover-menu:before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: red;
  display: block;
  margin-left: auto;
  margin-top: -3px;
}

@media (min-width: 768px) {
  .header-navbar-top-right-nav-btn .nav-opener {
    height: 30px;
    width: 40px;
  }
}
@media (min-width: 992px) {
  #header .container-fluid {
    justify-content: space-between;
    position: relative;
  }

  .header-navbar-top-left {
    max-width: 15%;
    flex: 0 0 15%;
  }

  .header-navbar-top-center-left {
    max-width: 70%;
    flex: 0 0 70%;
  }

  .header-navbar-top-center-right {
    max-width: 60px;
    flex: 0 0 60px;
    display: none !important;
  }

  .header-navbar-top-empty {
    flex: 0 0 23%;
  }

  .header-navbar-top-right {
    flex: 1;
  }

  .dropright .dropdown-hover-menu {
    right: 0;
    left: auto;
  }

  .dropright {
    position: relative;
  }

  .dropdown:hover .dropdown-hover-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .dropright .dropdown-hover-menu {
    right: 0;
    left: auto;
  }

  .dropdown-hover-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s 0s linear;
    min-width: 17rem;
    box-shadow: rgba(var(--cl-black), 0.19) 0px 10px 20px, rgba(var(--cl-black), 0.23) 0px 6px 6px;
  }
}
@media (min-width: 1200px) {
  #header .container-fluid {
    padding: 0 1.875rem;
  }
}
@media (min-width: 1400px) {
  #header .container-fluid {
    padding: 0 3.75rem;
  }
}
@media (max-width: 991.98px) {
  header &gt; .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .form-horizontal .input-group {
    width: 100%;
  }

  .header-navbar-top-empty {
    display: none;
    order: 4;
  }

  .header-navbar-top-left {
    order: 1;
    margin-right: 0;
    flex: 1 0 40%;
  }

  .repyx-logo {
    margin-left: 50%;
  }

  .header-navbar-top-center-right {
    order: 2;
    margin-right: 0;
    flex: 1 0 35px;
    display: none !important;
  }

  .header-navbar-top-right {
    order: 3;
    margin-right: 0;
    flex: 1 0 25%;
  }

  .header-navbar-top-center-left {
    flex-basis: 100%;
    order: 5;
    margin-right: 0;
  }

  .header .navbar {
    padding: 0px 20px;
  }

  .login100-form {
    width: 100%;
    margin-left: 46px;
    margin-bottom: 20px;
  }

  .dropdown-lang {
    margin-right: 10px;
  }

  .login-dropdown .login-list {
    display: none;
  }

  .input100 {
    height: 40px !important;
  }
}
@media (max-width: 767.98px) {
  .header-navbar-top-center-left {
    width: 100%;
  }
  .header-navbar-top-center-left .login100-form {
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .header-navbar-top-center-left .login100-form .input100 {
    padding: 0px 0px 0px 15px;
  }
  .header-navbar-top-center-left .login100-form .input-group-search {
    margin-left: -3px !important;
  }
  .header-navbar-top-center-left .login100-form .row {
    margin-left: 0px;
    margin-left: 0px;
  }
}
.no-result {
  color: var(--white);
}

.search-container {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 201;
  width: 100%;
  padding: 1.25rem 3.75rem;
  box-sizing: border-box;
  background: var(--search-bg);
}

.search-container.repyx-search-active {
  display: block;
}

.input-group-search {
  display: flex;
  align-items: center;
  margin-left: -23px !important;
  top: -1px;
  position: relative;
  z-index: 99;
  background: #1f5458;
  padding: 0px 10px;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--h-input-group-search-cl);
  font-size: 1.6rem;
  transition: color 0.8s ease-out;
}

.input-group-search:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.input-group-search:hover {
  color: var(--h-input-group-search-cl);
  background: transparent;
}

.input-group-search svg {
  transition: color 0.8s ease-out;
  color: var(--h-input-group-search-svg-cl);
  font-size: 1.7rem;
}

.input-group-search svg:hover {
  color: var(--h-input-group-search-svg-hvr-cl);
}

.login100-form {
  width: 100%;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--wrap-input100);
  margin-left: 0px;
}

.input100 {
  font-family: sans-serif;
  font-size: 16px;
  color: var(--white);
  line-height: 1.2;
  outline: none;
  display: block;
  width: 100%;
  height: 60px;
  background: transparent;
  padding: 0px 0px 0px 20px;
  transition: all 0.3s ease;
  border: none;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  background: var(--h-focus-input100-before-bg);
}

.focus-input100::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--h-focus-input100-after-cl);
  line-height: 30px;
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  padding-left: 5px;
  transition: all 0.4s;
}

.input100::-webkit-input-placeholder {
  color: var(--input100-placeholder);
}

.input100:-moz-placeholder {
  color: var(--input100-placeholder);
}

/* FF 4-18 */
.input100::-moz-placeholder {
  color: var(--input100-placeholder);
}

/* FF 19+ */
.input100:-ms-input-placeholder {
  color: var(--input100-placeholder);
}

/* IE 10+ */
.input100:focus::-webkit-input-placeholder {
  color: transparent;
}

.input100:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
.input100:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
.input100:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
.input100:focus + .focus-input100::after {
  top: -22px;
  font-size: 18px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -22px;
  font-size: 18px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.has-val.input100 {
  padding-left: 5px;
}

.search-results-content {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  max-height: 400px;
  overflow: auto;
  background-color: rgba(31, 84, 88, 0.9);
  border-left: 1px solid #1f5458;
  border-right: 1px solid #1f5458;
  border-bottom: 1px solid #1f5458;
  box-shadow: 0px 2px #1f5458;
  padding: 15px;
}
.search-results-content a {
  color: #fff;
  transition: all 0.4s;
}
.search-results-content a:hover {
  color: #ffeeda;
}
.search-results-content .image-fit &gt; img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  width: 3rem;
  height: 3rem;
}
.search-results-content .rounded-full {
  border-radius: 9999px;
}
.search-results-content .image-fit {
  position: relative;
}
.search-results-content .flex-none {
  flex: none;
}
.search-results-content .relative {
  position: relative;
  border-bottom: 1px solid #359ca3;
  padding: 10px 0px;
  display: block;
  transition: all 0.4s;
}
.search-results-content .relative:hover {
  background-color: rgba(53, 156, 163, 0.54);
}
.search-results-content .relative:last-of-type {
  border-bottom: none;
}
.search-results-content .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-results-content .font-medium {
  font-weight: 500;
}
.search-results-content .search-label {
  font-size: 0.85rem;
}
.search-results-content .search-label .category {
  padding: 5px;
  background-color: #5bd7e1;
  color: #413321;
}
.search-results-content .search-label .type {
  padding: 5px;
  background-color: rgba(239, 28, 28, 0.85);
  color: var(--white);
}
.search-results-content .search-label .type:hover {
  background-color: #ef1c1c;
}
.search-results-content .search-desc {
  color: #c9fbff;
}
.search-results-content .search-desc a {
  color: #c9fbff;
  font-size: 0.85rem;
  transition: all 0.4s;
}
.search-results-content .search-desc a:hover {
  color: #d7fbfd;
}

@media (max-width: 991.98px) {
  .search-container .login100-form {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
#repyx_lang {
  padding: 0px 0.9375rem;
}

.dropbtn-lang {
  background-color: transparent;
  color: var(--dropbtn-lang);
  font-size: 5px;
  border: none;
  text-align: left;
}
.dropbtn-lang:hover {
  cursor: pointer;
}

.dropdown-lang {
  position: relative;
  display: inline-block;
  z-index: 999;
}
.dropdown-lang .dropbtn-lang img {
  width: 30px;
  height: 30px;
}

.dropdown-content-lang {
  display: none;
  position: absolute;
  background-color: var(--dropdown-content-lang-bg);
  width: 70px;
  box-shadow: 0px 8px 16px 0px rgba(var(--cl-black), 0.2);
  z-index: 1;
}

.dropdown-content-lang a {
  color: var(--dropdown-content-lang-a);
  padding: 0px 5px 8px 5px;
  text-decoration: none;
  display: block;
}
.dropdown-content-lang a:hover {
  background-color: var(--dropdown-content-lang-a-hvr);
}
.dropdown-content-lang a:first-of-type {
  padding: 8px 5px 8px 5px;
}
.dropdown-content-lang a img {
  width: 100%;
  height: auto;
  opacity: 0.95;
}
.dropdown-content-lang a img:hover {
  opacity: 1;
}

.dropdown-lang:hover .dropdown-content-lang {
  display: block;
}

.dropdown-lang:hover .dropbtn-lang {
  background-color: transparent;
}

.repyx-burger {
  --mb-button-size:50px;
  --mb-bar-width:0.6;
  --mb-bar-height:4px;
  --mb-bar-spacing:8px;
  --mb-cross-timeout:0.4s;
  background: 0 0;
  border: none;
  border-radius: 0;
  color: #245657;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0 10px 0 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}

.repyx-burger:hover {
  color: #45abaf;
}

.repyx-burger b {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height)/ 2);
  background: currentColor;
  color: inherit;
  opacity: 1;
}

.repyx-burger b:nth-of-type(1) {
  bottom: calc(50% + var(--mb-bar-spacing));
  transition: bottom 0.2s ease, transform 0.2s ease;
}

.repyx-burger b:nth-of-type(2) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transition: opacity 0.2s ease;
}

.repyx-burger b:nth-of-type(3) {
  top: calc(50% + var(--mb-bar-spacing));
  transition: top 0.2s ease, transform 0.2s ease;
}

.repyx-burger span:not(:empty) {
  padding-right: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
}

.repyx-wrapper_opened .repyx-burger b:nth-of-type(1) {
  bottom: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(45deg);
}

.repyx-wrapper_opened .repyx-burger b:nth-of-type(2) {
  opacity: 0;
}

.repyx-wrapper_opened .repyx-burger b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(-45deg);
}

.repyx-burger--collapse b:nth-of-type(1) {
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s, 0s, 0s;
}

.repyx-burger--collapse b:nth-of-type(2) {
  transition: top 0.2s ease, opacity 0s ease;
  transition-delay: 0.3s, 0.3s;
}

.repyx-burger--collapse b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
}

.repyx-wrapper_opened .repyx-burger--collapse b:nth-of-type(1) {
  bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
  transform: rotate(45deg);
  transition-delay: calc(var(--mb-cross-timeout) + .1s), calc(var(--mb-cross-timeout) + .3s), calc(var(--mb-cross-timeout) + .3s);
}

.repyx-wrapper_opened .repyx-burger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + .2s);
}

.repyx-wrapper_opened .repyx-burger--collapse b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height)/ 2));
  transform: rotate(-45deg);
  transition-delay: calc(var(--mb-cross-timeout) + .3s), calc(var(--mb-cross-timeout) + .3s);
}

.repyx-burger--spin b:nth-of-type(1) {
  transition-delay: 0.2s, 0s;
}

.repyx-burger--spin b:nth-of-type(2) {
  transition-duration: 0s;
  transition-delay: 0.2s;
}

.repyx-burger--spin b:nth-of-type(3) {
  transition-delay: 0.2s, 0s;
}

.repyx-wrapper_opened .repyx-burger--spin b:nth-of-type(1) {
  transform: rotate(135deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + .2s);
}

.repyx-wrapper_opened .repyx-burger--spin b:nth-of-type(2) {
  transition-delay: calc(var(--mb-cross-timeout) + 0s);
}

.repyx-wrapper_opened .repyx-burger--spin b:nth-of-type(3) {
  transform: rotate(225deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + .2s);
}

.repyx-burger--squeeze b:nth-of-type(1) {
  transition-delay: 0.1s, 0s;
}

.repyx-burger--squeeze b:nth-of-type(2) {
  transition-delay: 0.1s;
}

.repyx-burger--squeeze b:nth-of-type(3) {
  transition-delay: 0.1s, 0s;
}

.repyx-wrapper_opened .repyx-burger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + .1s);
}

.repyx-wrapper_opened .repyx-burger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-cross-timeout) + 0s);
}

.repyx-wrapper_opened .repyx-burger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + .1s);
}

.repyx-burger--tornado b:nth-of-type(1) {
  transition: bottom 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s;
}

.repyx-burger--tornado b:nth-of-type(2) {
  transition: opacity 0s ease, transform 0.2s ease;
  transition-delay: 0.1s, 0.1s;
}

.repyx-burger--tornado b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
  transition-delay: 0s;
}

.repyx-wrapper_opened .repyx-burger--tornado b:nth-of-type(1) {
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0s);
}

.repyx-wrapper_opened .repyx-burger--tornado b:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-cross-timeout) + .4s), calc(var(--mb-cross-timeout) + .1s);
}

.repyx-wrapper_opened .repyx-burger--tornado b:nth-of-type(3) {
  transform: rotate(-225deg);
  transition-delay: calc(var(--mb-cross-timeout) + .2s);
}

@media (min-width: 992px) {
  .repyx-burger {
    display: none;
  }
}
.repyx-sidebar-style-01 {
  --rp-color-text:rgba( 225, 178, 118, 0.85 );
  --sidebar-bg: #2e2417;
  --rp-listitem-size: 50px;
  --rp-line-height: 20px;
  --rp-color-text-dimmed:rgba( 232, 184, 122, 0.5 );
  --rp-color-button: rgba( 232, 184, 122, 0.4 );
  --rp-color-border: rgba( 0,0,0, 0.3 );
  --rp-color-background-highlight: rgba( 232, 184, 122, 0.08 );
  --rp-sidebar-expanded-size: 280px;
  --rp-list-item-divider: #1e1810;
}

.repyx-sidebar-style-02, .repyx-sidebar-style-03 {
  --rp-color-text:rgba( 31, 84, 88, 0.85 );
  --sidebar-bg: #ffffff;
  --rp-listitem-size: 50px;
  --rp-line-height: 20px;
  --rp-color-text-dimmed:rgba(255, 255, 255, 0.5);
  --rp-color-button: rgba( 37, 89, 93, 0.4 );
  --rp-color-border: rgba( 0,0,0, 0.3 );
  --rp-color-background-highlight: rgba( 232, 184, 122, 0.08 );
  --rp-sidebar-expanded-size: 280px;
  --rp-list-item-divider: #ededed;
  --repyx-counter-holder-bg:rgb(31, 84, 88);
  --repyx-counter-holder-bg-hvr:#0f292b;
  --repyx-counter-holder-hvr: #ff0000;
  --repyx-navbar-btn-bg:#0f292b;
}

#repyx_shadow.repyx-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

button#repyx_mobile_menu:hover {
  background-color: transparent;
}

.repyx-sidebar-style-02 .repyx-panel {
  margin-top: 95px;
  padding-bottom: 95px;
}
.repyx-sidebar-style-02 .repyx-navbar-title {
  background-color: #1a4144;
}
.repyx-sidebar-style-02 .repyx-navbar-title span {
  color: var(--white);
}
.repyx-sidebar-style-02 .repyx-navbar-bottom {
  margin-bottom: 90px;
}
.repyx-sidebar-style-02 .repyx-listitem {
  background-color: transparent;
  cursor: pointer;
}
.repyx-sidebar-style-02 .repyx-listitem:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.repyx-sidebar-style-02 .repyx-listitem button {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.repyx-sidebar-style-02 .repyx-listitem.active-listitem {
  background-color: rgba(0, 0, 0, 0.1);
}

.repyx-sidebar-style-03 .repyx-navbar-title {
  background-color: #1a4144;
}
.repyx-sidebar-style-03 .repyx-navbar-title span {
  color: var(--white);
}

.repyx-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
  position: relative;
  background: #ffffff;
}

.repyx-sidebar-menu {
  font-size: 1rem;
  width: var(--rp-sidebar-expanded-size);
  height: 100vh;
  position: fixed;
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  background-color: var(--sidebar-bg);
  flex-direction: column;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.repyx-navbar-logo-holder .navbar-brand {
  margin-right: 0px;
}

.repyx-navbar-top {
  flex-shrink: 0;
}

.repyx-navbar_sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

.repyx-navbar-title {
  flex: 1 1 50%;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.repyx-navbar-title &gt; span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.repyx-listview {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fade-in {
  opacity: 1;
  -webkit-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.repyx-listitem, .repyx-divider {
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
  flex-basis: 10%;
  color: var(--mm-color-text);
  border-bottom: 1px solid var(--rp-list-item-divider);
}
.repyx-listitem:hover, .repyx-divider:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.repyx-listitem_text {
  display: block;
  width: 100%;
  color: var(--rp-color-text);
  padding: calc((var(--rp-listitem-size) - var(--rp-line-height))/ 2);
}
.repyx-listitem_text:hover {
  color: var(--rp-color-text);
}

.repyx-listitem_btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative;
}

.repyx-next-btn {
  padding: 0px 0px 0px 15px;
}
.repyx-next-btn svg {
  color: var(--rp-color-text-dimmed);
}

.repyx-counter-holder {
  background-color: var(--repyx-counter-holder-bg);
  cursor: pointer;
  padding: calc((var(--rp-listitem-size) - var(--rp-line-height))/ 2);
  transition: all 0.6s ease-out;
}
.repyx-counter-holder:hover {
  background-color: var(--repyx-counter-holder-bg-hvr);
}

.repyx-counter-holder:hover .repyx-counter {
  color: var(--repyx-counter-holder-hvr);
}
.repyx-counter-holder:hover .repyx-next-btn svg {
  color: var(--repyx-counter-holder-hvr);
}

.repyx-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--rp-line-height);
  padding: calc(((var(--rp-listitem-size) * .65) - var(--rp-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--rp-color-background);
  opacity: 1;
  transition: opacity 0.4s ease;
}
.repyx-divider span {
  color: var(--rp-color-text);
}

.repyx-divider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--rp-color-background-highlight);
}

.repyx-counter {
  display: block;
  float: right;
  text-align: right;
  color: var(--rp-color-text-dimmed);
}

.repyx-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.repyx-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.repyx-btn:after, .repyx-btn:before {
  border: 2px solid var(--rp-color-button);
}

.repyx-btn_next:after, .repyx-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.repyx-navbar-btn {
  flex-grow: 0;
  background-color: var(--repyx-navbar-btn-bg);
  cursor: pointer;
  transition: all 0.6s ease-out;
}

.repyx-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.repyx-panels {
  position: relative;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
}

.repyx-panels &gt; .repyx-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.repyx-navbar-bottom {
  flex-shrink: 0;
}
.repyx-navbar-bottom .repyx-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--rp-color-border);
}

.repyx-navbar-bottom a {
  color: var(--rp-color-text-dimmed);
  transition: all 0.4s ease-out;
}
.repyx-navbar-bottom a:hover {
  color: var(--rp-color-text);
}

.repyx-navbar {
  display: flex;
  align-items: center;
  color: var(--rp-color-text-dimmed);
  text-align: center;
  border-bottom: 1px solid var(--rp-color-border);
  border-top: 1px solid var(--rp-color-border);
  background-color: var(--sidebar-bg);
}

.repyx-navbar &gt; * {
  --webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 44px;
  text-decoration: none;
  color: inherit;
}

.repyx-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  overflow-y: auto;
  box-sizing: border-box;
  width: 100%;
  transition: transform 0.4s ease;
}

@media (min-width: 980px) {
  .left-sideout {
    width: calc(100% - var(--rp-sidebar-expanded-size));
    margin-left: var(--rp-sidebar-expanded-size);
    position: relative;
  }
}
@media (max-width: 979.98px) {
  .repyx-sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100%;
    margin: 0 0 0 -80vw;
    transition: all 200ms ease-in;
  }

  .repyx-sidebar-menu.repyx-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100%;
    margin: 0;
    transition: all 200ms ease-in;
  }

  .container-repyx.repyx-active {
    transform: translate3d(80vw, 0, 0);
  }
}
@media (max-width: 767.98px) {
  .repyx-sidebar-style-02 .repyx-panel {
    margin-top: 0px;
    padding-bottom: 190px;
  }

  .vapp-nav-holder .vapp-nav-buttons-wrp .prev-btn button, .vapp-nav-holder .vapp-nav-buttons-wrp .next-btn button {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .repyx-navbar-logo a {
    color: var(--logo-txt);
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .repyx-navbar-logo {
    padding: 0 3.75rem;
  }
}
@media (min-device-width: 375.98px) and (max-device-width: 967.98px) and (orientation: landscape) {
  .repyx-sidebar-menu {
    width: 40vw;
    margin: 0 0 0 -40vw;
  }

  .repyx-sidebar-menu.repyx-active {
    width: 40vw;
  }

  .container-repyx.repyx-active {
    transform: translate3d(40vw, 0, 0);
  }
}
#menu {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type=checkbox],
#menu ul span.drop-icon {
  display: none;
}

#menu li,
#toggle-menu {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
}

#menu .sub-menu {
  background-color: var(--menubg);
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
  position: relative;
  display: block;
  color: var(--basic-menu-link-cl);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.125);
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s color linear;
  text-transform: uppercase;
}

#toggle-menu {
  background-color: #2f2f2f;
  color: var(--basic-menu-link-cl);
}

#menu a {
  padding: 0px 10px;
  height: 60px;
  line-height: 60px;
}

#toggle-menu {
  padding: 0px 15px;
  height: 60px;
  line-height: 60px;
}

#menu a {
  /*transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;*/
  text-decoration: none;
}

#menu a:hover {
  /*background-color: white;*/
  color: var(--bgreen);
}

/* Bounce To Bottom */
#menu ul li &gt; a {
  margin-right: 8px;
}

#menu .main-menu a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
  cursor: pointer;
}

#menu .main-menu a:hover, #menu .main-menu a:focus, #menu .main-menu a:active {
  color: var(--basic-menu-link-hvr-cl);
}

#menu .main-menu a:hover:before, #menu .main-menu a:focus:before, #menu .main-menu a:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#menu .sub-menu {
  display: none;
  background-color: var(--sub-menu-bg);
}

#menu .sub-menu a {
  font-size: 0.85rem;
  height: auto;
  line-height: 40px;
  color: var(--sub-menu-link-cl);
}
#menu .sub-menu a:hover {
  background-color: var(--sub-menu-bg-hvr);
  color: var(--sub-menu-link-hvr);
}
#menu .sub-menu a svg {
  color: var(--white);
}
#menu .sub-menu a:hover svg {
  transform: rotate(-90deg);
}

#menu input[type=checkbox]:checked + .sub-menu {
  display: block;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 35%;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, 0.75);
}

#menu .drop-icon {
  line-height: 1;
}

#menu .navbar-brand {
  padding: 0px;
  display: inline-block;
  margin-right: 20px;
}

/*Langueges*/
#menu #lang {
  display: block;
  position: relative;
  float: right margin-right 5%;
}

#menu .nyelvek {
  margin-bottom: 0px;
}

#menu .nyelvek li {
  list-style-type: none;
  float: left;
  margin-left: 0px;
  text-indent: 0px;
  padding: 0px;
  border: none;
}

#menu .nyelvek li a {
  padding: 0px 5px;
  height: 70px;
  line-height: 70px;
}

#menu .nyelvek li a:hover {
  background-color: transparent;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.cf {
  clear: both;
}

@media only screen and (min-width: 1149px) and (max-width: 1305px) {
  #menu li, #toggle-menu, #menu a {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 1042px) and (max-width: 1148px) {
  #menu li, #toggle-menu, #menu a {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1148px) {
  #menu li, #toggle-menu, #menu a {
    font-size: 0.85rem;
  }

  #menu a {
    padding: 0px 7.5px;
  }

  .navbar a.navbar-brand, .navbar a.navbar-brand-app {
    height: 50px;
  }

  .navbar a img {
    height: 50px;
    line-height: 50px;
  }

  .header-navbar-top-center-left {
    order: 3;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 992px) {
  #menu .main-menu {
    display: block;
    float: none;
    clear: none;
    margin: 0px auto;
  }

  #menu ul li a i {
    margin-left: 10px;
    line-height: 40px;
    display: inline-block;
  }

  #menu ul li ul li a i {
    float: right;
    transform: rotate(280deg);
  }

  #toggle-menu,
#menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 16em;
    z-index: 3000;
  }

  #menu .sub-menu,
#menu input[type=checkbox]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover &gt; input[type=checkbox] + .sub-menu {
    display: block;
  }
}
@media only screen and (max-width: 991.98px) {
  #menu .navbar-brand {
    padding: 0px;
    display: block;
    float: none !important;
    margin: 0px auto;
    height: 50px;
  }

  .navbar a.navbar-brand, .navbar .navbar-brand-app {
    height: 40px !important;
  }

  .navbar .navbar-brand img, .navbar .navbar-brand-app img {
    height: 40px;
  }

  #menu .navbar-brand {
    height: 50px !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #menu .main-menu {
    display: none;
    float: none;
    margin-right: 0px;
    clear: none;
  }

  #menu a, #menu .sub-menu a {
    /*padding: 1.5em 1.5em;*/
    height: 35px;
    line-height: 35px;
  }

  #menu .sub-menu {
    background-color: #2f2f2f;
    border-width: 1px 1px 0;
    margin: 0 1em;
  }

  #menu .sub-menu a {
    color: #fff;
  }

  #menu #lang {
    display: block;
    position: relative;
    float: none;
    width: 100%;
  }

  #menu #lang .nyelvek {
    width: 90px;
    margin: 0px auto;
    display: block;
  }

  #menu #lang .nyelvek li a {
    display: inline-block;
    padding-left: 0px;
  }

  #menu #lang .nyelvek li {
    height: 35px;
  }
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.thumbSwiper2 {
  height: 80%;
  width: 100%;
}
.thumbSwiper2 img {
  height: 500px;
}

.thumbSwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.thumbSwiper img {
  height: 150px;
}

.thumbSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider, .thumbSwiper2 {
  background-color: var(--main-slider-bg);
  border-bottom: 3px solid var(--swiper-slider-br-cl);
}
.main-slider .shader, .thumbSwiper2 .shader {
  position: absolute;
  top: 55%;
  bottom: -1px;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(var(--cl-black), 0.6), rgba(var(--cl-black), 0.9));
  z-index: 2;
}
.main-slider .swiper, .thumbSwiper2 .swiper {
  width: 100%;
  height: 100%;
}
.main-slider .swiper-wrapper, .thumbSwiper2 .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
}
.main-slider .swiper-slide, .thumbSwiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--swiper-slide-bg);
  /* Center slide text vertically */
  display: block;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 210px);
}
.main-slider .swiper-slide .swiper-slide-data, .thumbSwiper2 .swiper-slide .swiper-slide-data {
  height: 100%;
  position: relative;
}
.main-slider .swiper-slide .slider-information, .thumbSwiper2 .swiper-slide .slider-information {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  text-align: left;
  -webkit-animation: fadein 3s linear 1 normal forwards;
  z-index: 3;
}
.main-slider .swiper-slide .title, .thumbSwiper2 .swiper-slide .title {
  /*margin-top: 30%;*/
  margin-top: 0px;
  font-family: "Noto Serif", serif;
  text-align: left;
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-shadow: 1px 2px 3px var(--swiper-slide-title-ts);
  position: relative;
  z-index: 99;
  color: var(--swiper-slide-title-cl);
  padding: 0px 80px;
  -webkit-backface-visibility: hidden;
}
.main-slider .swiper-slide .subtitle, .thumbSwiper2 .swiper-slide .subtitle {
  font-size: 1.3rem;
  text-shadow: 1px 2px 3px var(--swiper-slide-subtitle-ts);
  position: relative;
  z-index: 99;
  color: rgb(var(--cl-darken-white));
  padding: 0px 80px;
  margin-top: 15px;
  -webkit-backface-visibility: hidden;
}
.main-slider .swiper-slide .slider_link, .thumbSwiper2 .swiper-slide .slider_link {
  padding: 0px 80px;
  margin-top: 40px;
  z-index: 3;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.main-slider .swiper-slide a, .thumbSwiper2 .swiper-slide a {
  font-family: Georgia, serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  line-height: 40px;
  background-color: rgba(var(--color-white), 0.2);
  border: 3px solid var(--antique);
  color: var(--swiper-slide-link-cl);
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(var(-cl-black), 0.03);
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  text-shadow: 1px 2px 3px var(--swiper-slide-link-ts);
  -webkit-backface-visibility: hidden;
}
.main-slider .swiper-slide a:hover, .thumbSwiper2 .swiper-slide a:hover {
  text-decoration: none;
  background-color: rgba(var(-cl-black), 0.4);
}
.main-slider .swiper-slide .text, .thumbSwiper2 .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-slider .swiper-slide img, .thumbSwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider .swiper-pagination-bullet, .thumbSwiper2 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: var(--white);
}
.main-slider .swiper-pagination-bullet-active, .thumbSwiper2 .swiper-pagination-bullet-active {
  background-color: var(--swiper-pagination-bullet-active-bg);
}
.main-slider .swiper-button-next, .main-slider .swiper-button-prev, .thumbSwiper2 .swiper-button-next, .thumbSwiper2 .swiper-button-prev {
  color: var(--white);
}

.thumbSwiper2 .swiper-slide .title {
  font-size: 1.25rem;
  padding: 0 15px;
  margin-bottom: 0px;
  text-transform: none;
}

.thumbSwiper2 .swiper-slide .subtitle {
  font-size: 0.85rem;
  padding: 0px 15px;
  margin-top: 7px;
  text-transform: none;
}

.thumbSwiper2 .swiper-slide .slider-information {
  bottom: 15px;
}

.repyx-widget-box .main-slider .swiper-slide {
  height: 300px;
}
.repyx-widget-box .main-slider .swiper-slide .title {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.repyx-widget-box .main-slider .swiper-slide .subtitle {
  font-size: 1rem;
}
.repyx-widget-box .main-slider .swiper-slide a {
  font-size: 0.85rem;
  padding: 10px 15px;
  display: block;
  line-height: 20px;
  width: 100%;
  text-align: center;
}
.repyx-widget-box .main-slider .swiper-slide .slider_link {
  margin-top: 15px;
}
.repyx-widget-box .main-slider .swiper-slide .slider-information {
  bottom: 45px;
}

.thumbSwiper2 .title {
  font-size: 2rem;
  margin-bottom: 0px;
}
.thumbSwiper2 .subtitle {
  font-size: 1.8rem;
  margin-top: 15px;
}
.thumbSwiper2 .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  margin: 0px auto;
}
.thumbSwiper2 .swiper-button-next, .thumbSwiper2 .swiper-button-prev {
  color: #bfbfbf !important;
}

.one-img .shader {
  position: absolute;
  top: 55%;
  bottom: -1px;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(var(--cl-black), 0.6), rgba(var(--cl-black), 0.9));
  z-index: 2;
}
.one-img .swiper-slide-data {
  height: 100%;
  position: relative;
}
.one-img .slider-information {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  text-align: left;
  -webkit-animation: fadein 3s linear 1 normal forwards;
  z-index: 3;
}
.one-img .title {
  /*margin-top: 30%;*/
  margin-top: 0px;
  font-family: "Noto Serif", serif;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-shadow: 1px 2px 3px var(--swiper-slide-title-ts);
  position: relative;
  z-index: 99;
  color: var(--swiper-slide-title-cl);
  padding: 0px 15px;
  -webkit-backface-visibility: hidden;
  margin-bottom: 0px;
}
.one-img .subtitle {
  font-size: 0.85rem;
  text-shadow: 1px 2px 3px var(--swiper-slide-subtitle-ts);
  position: relative;
  z-index: 99;
  color: rgb(var(--cl-darken-white));
  padding: 0px 15px;
  margin-top: 7px;
  -webkit-backface-visibility: hidden;
  text-transform: none;
}
.one-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
  margin: 0px auto;
}

.thumbSwiper2 .swiper-slide {
  height: auto;
}
.thumbSwiper2 .swiper-slide img {
  height: 500px;
}

@media (max-width: 767.98px) {
  .main-slider .swiper-slide .slider_link {
    padding: 0px;
  }

  .main-slider .swiper-slide a {
    display: block;
    padding: 5px 25px;
    margin: 0px auto 30px auto;
    width: calc(100% - 50px);
    text-align: center;
  }

  .main-slider .swiper-slide .title {
    font-size: 2rem;
  }

  .main-slider .swiper-slide .subtitle {
    font-size: 1.1rem;
  }

  .main-slider .swiper-slide .title, .main-slider .swiper-slide .subtitle {
    padding: 0 25px;
  }

  .thumbSwiper img {
    height: 70px;
  }

  .thumbSwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 240px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0px auto;
  }

  .thumbSwiper2 .swiper-slide .title {
    font-size: 0.85rem;
  }
  .thumbSwiper2 .swiper-slide .subtitle {
    font-size: 0.65rem;
  }

  .one-img .title {
    font-size: 0.85rem;
  }
  .one-img .subtitle {
    font-size: 0.65rem;
  }
  .one-img img {
    width: 100%;
    height: 240px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0px auto;
  }
}
.title-heading-center {
  padding: 0;
  text-align: center;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.0125em;
  font-style: normal;
}

.title-separator {
  display: flex;
  align-items: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100px;
  clear: both;
  position: relative;
  z-index: 11;
}
.title-separator .title-separator-border {
  flex-grow: 2;
  border: 0 solid var(--title-separator-br);
  border-bottom-style: solid;
  border-top-style: solid;
}

.cat-post {
  margin-bottom: 3.25rem;
}

.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card .menu-content::before, .card .menu-content::after {
  content: "";
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: var(--white);
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}
.card .wrapper {
  background-color: var(--white);
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(var(--cl-black), 0.3), 0 15px 12px rgba(var(--cl-black), 0.2);
}
.card .wrapper:hover .data {
  transform: translateY(0);
}
.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card .category-label {
  font-size: 14px;
  text-transform: uppercase;
}
.card .title {
  font-family: "Noto Serif", serif;
  margin-top: 10px;
  font-size: 1.8rem;
}
.card .text {
  height: 70px;
  margin: 0;
}
.card .readmore-btn {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 13px;
  color: var(--black);
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.card .readmore-btn::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.card .readmore-btn:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}

.card-theme .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bermuda);
  color: var(--white);
  padding: 0.8em;
}
.card-theme .date span {
  display: block;
  text-align: center;
}
.card-theme .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(var(--cl-black), 0.18);
}
.card-theme .date .month {
  text-transform: uppercase;
}
.card-theme .date .month,
.card-theme .date .year {
  font-size: 12px;
}
.card-theme .bermuda {
  background-color: var(--bermuda);
  color: var(--white);
}
.card-theme .br-bermuda {
  border-left: 5px solid var(--bermuda);
}
.card-theme .bg-bermuda {
  background-color: var(--bermuda);
  color: var(--white);
}
.card-theme .red {
  background-color: var(--red);
  color: var(--white);
}
.card-theme .br-red {
  border-left: 5px solid var(--red);
}
.card-theme .bg-red {
  background-color: var(--red);
  color: var(--white);
}
.card-theme .green {
  background-color: var(--green);
  color: var(--white);
}
.card-theme .br-green {
  border-left: 5px solid var(--green);
}
.card-theme .bg-green {
  background-color: var(--green);
  color: var(--white);
}
.card-theme .yellow {
  background-color: var(--yellow);
  color: var(--black);
}
.card-theme .br-yellow {
  border-left: 5px solid var(--yellow);
}
.card-theme .bg-yellow {
  background-color: var(--yellow);
  color: var(--black);
}
.card-theme .blue {
  background-color: var(--blue);
  color: var(--white);
}
.card-theme .br-blue {
  border-left: 5px solid var(--blue);
}
.card-theme .bg-blue {
  background-color: var(--blue);
  color: var(--white);
}
.card-theme .content {
  background-color: var(--white);
  box-shadow: 0 5px 30px 10px rgba(var(--cl-black), 0.3);
}
.card-theme .title a {
  color: rgba(var(--cl-black), 50%);
}
.card-theme .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.card-theme .menu-button span {
  width: 5px;
  height: 5px;
  background-color: rgba(var(--cl-black), 50%);
  color: rgba(var(--cl-black), 50%);
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.card-theme .menu-button span::after, .card-theme .menu-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.card-theme .menu-button span::before {
  left: -10px;
}
.card-theme .menu-button span::after {
  right: -10px;
}
.card-theme .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.card-theme .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: var(--bermuda);
  height: 60px;
  position: relative;
}
.card-theme .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.card-theme .menu-content span {
  top: -10px;
}

.blog-section .card .data {
  transform: translateY(calc(85px + 1em));
}
.blog-section .card .text {
  height: 85px;
  margin: 0;
}

.bg-antique {
  background-color: var(--antique);
}

.post-intro {
  color: var(--post-title);
  position: relative;
}
.post-intro .bg-line {
  height: 100%;
}
.post-intro .post-intro .bg-line:after {
  height: 5rem;
  background-image: linear-gradient(78deg, var(--post-title-bg-line-gr-1) 0, var(--post-title-bg-line-gr-2) 15%, var(--post-title-bg-line-gr-3) 100%);
}

.black-txt {
  color: var(--black);
}

.viewport.in-viewport .fade-effect, .viewport.in-viewport .fade-in-left, .viewport.in-viewport .move-effect {
  opacity: 1;
  visibility: visible;
}

.post-intro.in-viewport .title-block.fade-in-left {
  transition: transform 0.7s ease-out, opacity 0.7s ease-out, visibility 0.7s ease-out, transform 0.7s ease-out !important;
}

.bg-line {
  height: 31.25rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: var(--bg-line-bg);
  background-image: url(../img/bg-01-small.png);
  background-repeat: repeat;
}

.bg-line:after {
  content: "";
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(78deg, var(--post-title-bg-line-gr-1) 0, var(--post-title-bg-line-gr-2) 100%);
}

.post-intro .container-fluid {
  white-space: nowrap;
  text-align: center;
  position: relative;
  padding: 0 0 6.25rem;
}

.post-intro.in-viewport .title-block.fade-in-left {
  transition: transform 0.7s ease-out, opacity 0.7s ease-out, visibility 0.7s ease-out, transform 0.7s ease-out !important;
}

.post-intro .title-block.fade-in-left {
  transition: none !important;
}

.viewport.in-viewport .fade-effect, .viewport.in-viewport .fade-in-left, .viewport.in-viewport .move-effect {
  opacity: 1;
  visibility: visible;
}

.viewport .fade-in-left {
  transition: transform 0.7s linear, opacity 0.7s linear, visibility 0.7s linear;
  transform: translate3d(-25%, 0, 0);
}

.viewport.in-viewport .fade-in-left {
  transform: translate3d(0, 0, 0);
}

.post-intro .title-block {
  padding: 6.25rem 0.9375rem 6.25rem 3.125rem;
}

.post-intro .container-fluid &gt; * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.post-intro .blog-info {
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.post-intro .time {
  padding: 0 1.25rem 0 0;
  font-weight: 400;
  letter-spacing: 0.1875rem;
  color: var(--time);
}

.post-intro .author, .post-intro .time {
  display: inline-block;
  vertical-align: middle;
}

.post-intro .author {
  font-family: proxima-nova, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  letter-spacing: 1.83px;
}

.post-intro .author, .post-intro .time {
  display: inline-block;
  vertical-align: middle;
}

.gradient-color {
  transition: opacity 0.3s linear;
  background: linear-gradient(to right, var(--gradient-color-1) 0, var(--gradient-color-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gradient-color);
}

.post-intro .title-block .heading-decor {
  max-width: 80%;
}

.post-intro .container-fluid:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 20rem;
}

.post-intro .anchor-link {
  display: block;
  line-height: 0;
  position: absolute;
  color: var(--anchor-link);
  bottom: 0;
  left: 1.0625rem;
  z-index: 3;
}

#scroll-down a {
  padding-top: 80px;
}

#scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid var(--scroll-down-arrows);
  border-bottom: 3px solid var(--scroll-down-arrows);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#scroll-down a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#scroll-down a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#scroll-down a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.post-content .bg-img {
  width: 82%;
  margin: -6.25rem 0 0 18%;
  z-index: 2;
  position: relative;
}

.bg-img, .video-holder {
  min-height: 15.625rem;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.post-content, .page-content-section {
  line-height: 1.823529;
  color: var(--content-txt);
  position: relative;
  font-size: 1rem;
}

.title-block .heading-decor {
  line-height: 1.357142;
}

.heading-decor {
  position: relative;
}

.title-block {
  padding: 0 0.9375rem 0 3.125rem;
}

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

.post-content h3 {
  color: var(--post-content-h3);
}

.post-content .info-holder {
  position: relative;
  padding: 1.25rem 0 0;
  background: var(--info-holder-bg);
}

.post-content .container {
  max-width: 45rem;
  padding-bottom: 1.875rem;
}

.post-content .text-block h3 + p span {
  float: left;
  font-size: 3.875rem;
  font-weight: 500;
  line-height: 3.125rem;
  margin: 0.3125rem 0.625rem 0 0;
  background: linear-gradient(to right, var(--post-initale-cl-1) 0, var(--post-initale-cl-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.social-networks li {
  padding: 0 0.875rem 0.625rem;
}

.social-networks a {
  transition: color 0.3s linear, background 0.3s linear;
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  font-size: 0.9375rem;
  color: var(--social-networks-a);
  margin: 0 auto;
  background: var(--social-networks-bg);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.animation-link:before {
  transition: width 0.5s;
  width: 100%;
}

.animation-link:before, .link-more:before {
  content: "";
  position: absolute;
  left: 0;
  height: 0.75rem;
  background: var(--animation-link-more-before-bg);
  z-index: -1;
  bottom: 0;
}

.animation-link {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}

.animation-link, .link-more {
  font-family: freight-text-pro, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 1.125rem;
  padding: 0 0.625rem;
  color: var(--animation-link-more);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.animation-link:hover:before {
  width: 0;
  left: auto;
  right: 0;
}

.animation-link:before {
  transition: width 0.5s;
  width: 100%;
}

.animation-link:hover, .link-more:hover {
  color: var(--animation-link-more-hvr);
}

.link-more:hover:before {
  right: 0;
}

.link-more:before {
  transition: right 0.3s linear;
  right: 100%;
}

.filter-section .form-label {
  margin-bottom: 0px;
  margin-right: 0.8rem;
}
.filter-section .tail-select {
  width: 100%;
}
.filter-section .tail-select.active .select-label, .filter-section .tail-select.idle .select-label, .filter-section .tail-select:hover .select-label {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px var(--tselectbrhvr);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px var(--tselectbrhvr);
}
.filter-section .tail-select .select-dropdown ul li.dropdown-option.hover, .filter-section .tail-select .select-dropdown ul li.dropdown-option:hover {
  background-color: #d7aa70;
}
.filter-section .tail-select input[type=text]:focus {
  color: green;
}
.filter-section .tail-select-container .select-handle {
  color: #ffc882;
  background-color: var(--tselectbrhvr);
}
.filter-section .tail-select-container .select-handle:hover {
  color: #303438;
  background-color: #dc4650;
}
.filter-section .tail-select .select-label:after {
  border-top: 5px solid var(--tselectbrhvr);
}

.filter-btn {
  display: inline-block;
  color: #413321;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
  border: 1px solid #413321;
  padding: 5px 15px;
  letter-spacing: 3px;
  transition: all 0.3s ease;
  background-color: #fff4e6;
  border-radius: 3px;
}
.filter-btn:hover {
  background: #d7aa70;
  color: #413321;
  border-color: #413321;
}

.rp-filter-btn-box {
  padding: 0px 15px 0px 15px;
  margin: 0px 0px 15px 0px;
}

.accordion-filter-btn {
  background-color: #413321;
  transition: all 0.2s ease-in-out;
  border: 0;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  width: 100%;
  flex-wrap: wrap;
  color: #ffc882;
  font-weight: 500;
  font-size: 0.875rem;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  outline: 0;
  padding: 25px 25px 19px;
}
.accordion-filter-btn:after {
  content: "";
  position: absolute;
  transition: transform 0.25s ease-out;
  display: block;
  border: solid #ffc882;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 9px;
  width: 9px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  display: inline-block;
  top: 2px;
  right: 19px;
  left: auto;
}
.accordion-filter-btn .active:after {
  transform: rotate(225deg);
  top: 12px;
}

.w-full {
  width: 100%;
}

.filter-accordion-btn-holder {
  display: none;
}

.filter-btn {
  width: 300px;
  display: block;
  margin: 0px auto;
}

@media (max-width: 991.98px) {
  .filter-accordion-btn-holder {
    display: block;
  }

  .filter-btn {
    display: block;
  }
}
@media (max-width: 769.98px) {
  .filter-section {
    justify-content: start !important;
  }
  .filter-section .form-label {
    margin-bottom: 0px;
    margin-right: 0.8rem;
    min-width: 60px;
  }

  .filter-btn {
    width: 100%;
    display: block;
  }
}
@media (max-width: 568px) {
  .filter-item {
    display: block !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    width: 100%;
  }
  .filter-item label {
    display: block;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 5px 0px;
  }

  .tail-select {
    width: 100%;
  }
}
@media (min-width: 557px) and (max-width: 733.98px) {
  .filter-item {
    margin-bottom: 15px !important;
    margin-right: 0px !important;
    width: 100% !important;
  }

  .tail-select {
    width: 100%;
  }
}
.blog-section .col-12 {
  flex: 0 0 auto;
  max-width: 100%;
}

.blog-category-bg .page-title {
  margin: 0px;
  font-size: 20px;
  padding-top: 155px;
  padding-bottom: 90px;
  background: white;
  background-position: 50%;
  text-align: center;
  position: relative;
}
.blog-category-bg .page-title .back-to-shop {
  display: none;
  font-size: 0;
  cursor: pointer;
  color: #000;
  margin-right: 10px;
}
.blog-category-bg .page-title .content-title-heading {
  display: inline-flex;
  position: relative;
  align-items: center;
}
.blog-category-bg .page-title h1 {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 60px;
  text-align: center;
}
.blog-category-bg .content-title-bg {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 20px 0px;
}
.blog-category-bg .breadcrumb {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  color: #000;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  justify-content: center;
  background: transparent;
}
.blog-category-bg .breadcrumb a {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.blog-category-bg .breadcrumb .delimiter svg {
  color: rgba(0, 0, 0, 0.8);
  margin: 0 8px;
}

.sidebar-blog .sidebar-title {
  margin: 0;
  border: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: #000;
  padding: 0 0 10px;
  background: transparent;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 15px;
  position: relative;
  border: 0;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  border: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.sidebar .container {
  padding: 0;
}

.search-sidebar .form-content {
  position: relative;
  overflow: hidden;
}

.search-sidebar .form-content input[type=text] {
  line-height: 45px;
  height: 45px;
  border: 1px solid #e6e6e6;
  padding: 0 70px 0 15px;
  width: 100%;
}

.sidebar &gt; .search-sidebar #searchsubmit {
  font-size: 0;
  height: 45px;
  transform: rotateY(180deg);
  background: transparent;
  padding: 0 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.search-sidebar .form-content #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
}

.search-sidebar {
  margin-bottom: 50px;
}
.search-sidebar svg {
  font-size: 18px;
  line-height: 45px;
  color: #000;
}

.sidebar-categories, .archives {
  margin-bottom: 45px;
}
.sidebar-categories ul, .archives ul {
  margin: 0;
  overflow: hidden;
  margin-top: -5px;
  background: transparent;
  padding: 0;
  border: none;
  padding-left: 0 !important;
}
.sidebar-categories ul li, .archives ul li {
  display: flex;
  font-size: 14px;
  padding: 5px 0 !important;
  position: relative;
  margin-left: -5px;
  list-style: none;
  color: #868686;
  align-items: center;
}
.sidebar-categories ul li svg, .archives ul li svg {
  display: flex;
  font-size: 18px;
  margin-right: 5px;
  margin-top: -2px;
}
.sidebar-categories ul li:first-child, .archives ul li:first-child {
  padding-top: 0 !important;
}
.sidebar-categories ul li.current-cat, .archives ul li.current-cat {
  color: #cb8161;
}

.recent-post-content {
  margin-bottom: 50px;
}
.recent-post-content .item &gt; * {
  display: table-cell;
  vertical-align: top;
}
.recent-post-content .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.recent-post-content .item img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.recent-post-content .item .post-thumbnail {
  width: 70px;
  position: relative;
}
.recent-post-content .item .post-content {
  position: relative;
  top: 3px;
  padding-left: 20px;
  line-height: 1.75;
}
.recent-post-content .item .post-content span.entry-date time {
  color: #9b9b9b;
  font-size: 12px;
}
.recent-post-content .item .post-content h2.entry-title {
  margin-top: 0;
  line-height: 1;
  text-transform: capitalize;
  font-size: 16px;
}
.recent-post-content .item .post-content h2.entry-title a {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 3px;
}

.sidebar &gt; .sidebar-element.cloud-tag .tagcloud a {
  color: #868686;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background: transparent;
  padding: 10px 20px;
  text-transform: capitalize;
  position: relative;
}
.sidebar &gt; .sidebar-element.cloud-tag .tagcloud a:hover {
  border-color: #cb8161;
  color: #fff;
}
.sidebar &gt; .sidebar-element.cloud-tag .tagcloud a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #efefef;
  z-index: -1;
  transition: all 0.3s ease;
}
.sidebar &gt; .sidebar-element.cloud-tag .tagcloud a:hover:before {
  height: 100%;
  background: #cb8161;
}

.tagcloud a {
  z-index: 1;
  font-size: 13px !important;
  color: #9b9b9b;
  margin: 0 6px 10px 0;
  padding: 5px 25px;
  background: #f5f5f5;
  text-transform: capitalize;
  border: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: 400;
  z-index: 0;
  line-height: 18px;
}

.cate-post-content .post {
  margin-bottom: 55px;
}

.cate-post-content.col-lg-12.col-md-12 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.post img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.post .post-content {
  margin-top: 30px;
}
.post .post-content .entry-meta-head {
  display: flex;
  margin-bottom: 19px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  color: #9b9b9b;
  font-weight: 400;
}
.post .post-content .entry-meta-head svg {
  margin-right: 7px;
}
.post .post-content .entry-meta-head .entry-author {
  display: flex;
  align-items: center;
}
.post .post-content .entry-meta-head .entry-author a {
  transition: all 0.3s ease;
}
.post .post-content .entry-meta-head .entry-author a:hover {
  color: #cb8161;
}
.post .post-content .entry-meta-head .entry-author:after {
  content: "";
  width: 1px;
  height: 18px;
  margin: 0 15px;
  display: inline-block;
  background: #dedede;
}
.post .post-content .post-excerpt {
  margin-bottom: 25px;
  word-break: break-word;
  font-size: 14px;
}
.post .post-content .read-more {
  display: inline-block;
  color: #000;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 40px;
  border: 1px solid #000;
  padding: 0 30px;
  letter-spacing: 3px;
  transition: all 0.3s ease;
}
.post .post-content .read-more:hover {
  background: #cb8161;
  color: #fff;
  border-color: #cb8161;
}

.entry-title {
  font-size: 35px;
  line-height: 1.3;
  width: 100%;
  margin: -5px 0 5px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .post-intro .title-block {
    width: 82%;
    margin: 0 0 0 18%;
  }
}
@media (min-width: 768px) {
  .bg-line {
    height: 62.5rem;
  }

  .post-intro .title-block {
    padding: 6.25rem 0.9375rem 6.25rem 6.25rem;
  }

  .title-block {
    padding: 0 0.9375rem 0 7.375rem;
  }

  .post-intro .container-fluid:after {
    min-height: calc(100vh - 12.5rem);
  }

  .post-intro .anchor-link {
    bottom: -2.5rem;
    font-size: 6.25rem;
  }

  .post-content .bg-img {
    margin: -12.5rem 0 0 18%;
  }

  .bg-img {
    min-height: 25rem;
  }

  .post-content .info-holder {
    padding-top: 1.875rem;
  }

  .post-content .container {
    padding: 0 2.5rem 1.875rem;
  }

  .post-content .share-block {
    transition: opacity 0.3s linear, visibility 0.3s linear, top 0.3s linear, transform 0.3s linear;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    top: 2rem;
    left: 0.3125rem;
    z-index: 4;
    transform: translateY(0);
  }

  .share-block .title {
    display: block;
    font-family: proxima-nova, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.75rem;
    text-align: center;
    color: var(--share-block-title);
    margin: 0 0 0.3125rem;
  }

  .share-block .social-networks {
    margin: 0;
    padding: 0;
  }

  .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -0.625rem;
  }

  .share-block .social-networks li {
    display: block;
    padding: 0 0 0.625rem;
    margin: 0;
  }

  .social-networks li {
    padding: 0 0.625rem 1.25rem;
  }

  .share-block .social-networks a {
    width: 2.5rem;
    height: 2.5rem;
  }

  .share-block .social-networks .hide {
    transition: max-width 0.3s linear;
    max-width: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    padding: 0;
    left: 100%;
    margin-left: -1.25rem;
    height: 2.5rem;
    background: var(-hide-bg);
    border-radius: 0 1.25rem 1.25rem 0;
    z-index: 1;
  }

  .share-block .social-networks a .svg-inline--fa {
    vertical-align: bottom !important;
  }

  .share-block .social-networks a svg:before {
    width: 0.9375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: bottom;
  }

  .post-content h3 {
    max-width: 41.25rem;
  }
}
@media (min-width: 992px) {
  .post-intro .container-fluid {
    padding: 0 0 12.5rem;
    text-align: center;
  }

  .post-intro .title-block {
    max-width: 53.4375rem;
    width: 100%;
    margin-left: 18%;
  }

  .post-intro .blog-info {
    margin: 0 0 0.9375rem;
  }

  .h1, h1 {
    font-size: 2.8125rem;
  }

  .post-intro .anchor-link {
    left: 8.5%;
  }

  .post-content .bg-img {
    min-height: 25rem;
    margin: -12.5rem 0 0 18%;
  }

  .bg-img {
    min-height: 39.9375rem;
  }

  .post-content {
    font-size: 1.0625rem;
  }

  .post-content .info-holder {
    padding-top: 3.125rem;
  }

  .post-content .container {
    padding-bottom: 3.125rem;
  }

  .post-content .share-block {
    top: 3.625rem;
    left: 6.8% !important;
  }

  .share-block .title {
    margin-bottom: 0.9375rem;
  }

  .share-block .social-networks li {
    padding: 0 0 1.25rem;
  }

  .post-content .animation-link {
    font-size: 1.75rem;
  }

  .post-content h3 {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .bg-line {
    height: 83.125rem;
  }

  .bg-line:after {
    height: 10.875rem;
  }

  .post-intro .bg-line:after {
    height: 11.125rem;
  }

  .post-intro .title-block {
    margin-left: 0;
    padding: 8.5rem 0 10.625rem 7.375rem;
  }

  .post-intro .anchor-link {
    left: 9%;
    bottom: 24rem;
  }

  .post-content .bg-img {
    min-height: 35.6875rem;
    margin: -23.5rem 0 0 18%;
  }

  .post-content .info-holder {
    padding-top: 5rem;
  }

  .post-content .container {
    padding-bottom: 6.25rem;
  }

  .post-content .share-block {
    top: 5.5rem;
    left: 7.7% !important;
  }

  .social-networks {
    margin: 0 -0.9375rem;
  }

  .social-networks li {
    padding: 0 0.9375rem 1.875rem;
  }

  .cate-post-content.left:not(.col-xl-12):not(.col-lg-12) {
    padding-left: 35px;
  }
}
@media (min-width: 1400px) {
  .post-content .container {
    padding-bottom: 11.5rem;
  }
}
@media (max-width: 991.98px) {
  .flex-column {
    flex-direction: column !important;
  }

  .cat-post {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  ul.social-networks {
    margin-top: 1.25rem !important;
    display: flex;
    justify-content: center;
    padding-left: 0px;
  }
  ul.social-networks li {
    list-style-type: none;
  }
  ul.social-networks a {
    line-height: 2.5rem;
  }
  ul.social-networks .hide {
    display: none;
  }
  ul.social-networks .svg-inline--fa {
    vertical-align: sub;
  }

  .viewport .fade-in-left {
    transition: transform 0.7s linear, opacity 0.7s linear, visibility 0.7s linear;
    transform: translate3d(0, 0, 0);
  }

  .viewport.in-viewport .fade-in-left {
    transform: translate3d(0, 0, 0) !important;
  }

  .post-intro .anchor-link {
    position: absolute;
    left: calc(50% - 0px);
    top: 320px;
  }

  .dropdown-content-lang {
    width: 45px;
  }

  .post-content .bg-img {
    width: 100%;
    margin: 0px;
    z-index: 2;
    position: relative;
  }

  .cat-post:first-of-type {
    margin-top: 0px;
  }

  .cat-post:last-of-type {
    margin-bottom: 1.375rem;
  }

  .bg-line:after {
    display: none;
  }

  .post-intro .title-block {
    margin-top: 6.85rem;
  }

  .post-intro .container-fluid {
    padding: 0 0 1.25rem;
  }

  body:not(.home) .blog-section, body:not(.home) .category-section {
    padding: 11.25rem 0 0 !important;
  }

  .post-content p, .page-content-section p {
    font-size: 1.32rem;
  }

  .post-content img {
    margin: 15px 0px;
  }

  .card .title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .card .title {
    font-size: 1.2rem;
  }
}
.no-title {
  padding-top: 5rem !important;
}

.content {
  background-color: var(--main-content-bg);
}

.sub-header {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 80px;
}
.sub-header .title {
  z-index: 3;
  position: relative;
  color: var(--white);
}

.sub-header:after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  background: url(../img/box_shadow.png) repeat-x left top;
}

.sub-mask {
  position: absolute;
  background-color: rgba(31, 84, 88, 0.8);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.section-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}

.section-wrapper {
  max-width: 1200px;
}

.post-item {
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: var(--white);
}

.photo .post-photo-wrapper {
  width: 100%;
  float: none;
}

.post-photo-wrapper {
  width: 37%;
  float: left;
}

.image-frame-silver {
  border-color: var(--img-frame-slv-br);
  border-width: 8px;
  border-style: solid;
}

.image-frame {
  border-color: var(--img-frame-br);
  display: block;
  margin: 0;
  border-width: 8px;
  border-style: solid;
  max-width: 100%;
  line-height: 0;
  box-sizing: border-box;
}
.image-frame a {
  display: block;
}

.image-frame .image-wrapper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.image-wrapper .image-links {
  background: rgba(185, 162, 107, 0.8);
}

.image-frame .image-wrapper .image-links.double a:first-child {
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.2);
}

.image-frame .image-wrapper .image-links.double a {
  width: 50%;
  display: block;
  float: left;
}

.image-frame .image-wrapper .image-links a {
  color: #ffffff;
  display: block;
  font-size: 25px;
  line-height: 60px;
  width: 100%;
  text-align: center;
}

.image-frame .image-wrapper .mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.07);
}

img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

.image-frame .image-wrapper .mask:after {
  background: rgba(255, 255, 255, 0.4);
}

.image-frame .image-wrapper .mask:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  filter: alpha(opacity=0);
  opacity: 0;
}

.image-frame:hover .image-wrapper .mask:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

.photo .post-desc-wrapper {
  width: 100%;
  float: none;
  text-align: justify;
  line-height: 1.8;
}

.post-desc {
  padding: 20px 15px;
}

.post-desc .post-title h2.entry-title {
  font-size: 31px;
  line-height: 33px;
  margin-bottom: 15px;
}

.photo .post-desc .post-excerpt {
  margin-bottom: 0;
}

.image-frame .image-wrapper .image-links {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 4;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: rgba(var(--cl-green), 0.8);
}

.image-frame:hover .image-wrapper .image-links {
  bottom: 0;
}

.image-frame .image-wrapper .image-links a:hover {
  background: var(--white);
  background: rgba(238, 239, 240, 0.8);
  color: var(--img-link-cl);
}

.image-frame .image-wrapper img {
  position: relative;
  top: 0;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  margin-bottom: -15px !important;
  margin: 0px auto;
  display: block;
}

.image-frame:hover .image-wrapper img {
  top: -15px;
}

.isotope-item {
  z-index: 2;
}

.entry-title {
  color: var(--heading-cl);
  transition: all 0.3s ease-in-out;
}
.entry-title:hover {
  color: var(--heading-hvr-cl);
}

.share-wrapper {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
  padding: 10px 15px 15px;
  width: auto;
  text-align: center;
}

.post-content p {
  font-size: 1.32rem;
  margin-bottom: 15px;
}

.post-content img {
  margin: 15px 0px;
}

.post-content h1 {
  font-size: 1.85rem;
  margin: 15px 0px;
  font-weight: 500;
}

.post-content h2 {
  font-size: 1.65rem;
  margin: 15px 0px;
  font-weight: 500;
}

.post-content h3 {
  font-size: 1.45rem;
  margin: 15px 0px;
  font-weight: 500;
}

.button-align.align-center {
  text-align: center;
}

a.button {
  background-color: #f7f7f7;
  color: #747474;
}

a.button {
  display: inline-block;
  padding: 11px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 7px;
  border: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
  background-image: url(../img/box_shadow_button.png);
  background-repeat: repeat-x;
}
a.button svg {
  color: var(--white);
}

a.button .button-icon {
  padding: 11px 12px;
}

a.button .button-icon {
  display: block;
  float: left;
  background: #1f5458;
}

a.button .button-label {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
}

a.button .button-label {
  padding: 11px 20px;
}

a.button-js {
  padding: 0;
}

.image-frame .image-wrapper img, .image-frame .image-wrapper .mask:after, .image-frame .image-wrapper .image-links {
  transition: all 0.3s ease-in-out;
}

.image-frame .image-wrapper .image-links a {
  transition: all 0.1s ease-in-out;
}

@media only screen and (min-width: 768px) {
  a.button:hover:after {
    width: 100%;
  }

  a.button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    transition: all 0.3s;
    background: rgba(31, 84, 88, 0.2);
  }
}
.section-post-related .section-related-adjustment {
  border-top-width: 1px;
  border-style: solid;
  padding-top: 20px;
}
.section-post-related .section-related-adjustment h4 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0px;
}
.section-post-related .post-related .image-frame {
  margin-left: 30px;
  margin-bottom: 15px;
}

a.button.button-left .button-icon {
  float: left;
}

a.button .button-icon {
  padding: 11px 12px;
}

@media (max-width: 767.98px) {
  .section-post-related .post-related .image-frame {
    margin: 0px 0px 15px 0px;
  }

  .section-post-related .desc {
    text-align: center;
  }

  .post-excerpt-txt {
    font-size: 1.2rem;
  }
}
.hello {
  opacity: 1 !important;
}

.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.full .content {
  background-color: rgba(var(--cl-black), 0.75) !important;
  height: 100%;
  width: 100%;
  display: grid;
}

.full .content img {
  left: 50%;
  transform: translate3d(0, 0, 0);
  -webkit-animation: zoomin 1s ease;
          animation: zoomin 1s ease;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.byebye {
  opacity: 0;
}

.byebye:hover {
  transform: scale(0.2) !important;
}

.gallery {
  margin-top: 45px;
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 8px;
}

.gallery img {
  max-width: 100%;
  box-shadow: rgba(var(--cl-black), 0.25) 0px 14px 28px, rgba(var(--cl-black), 0.22) 0px 10px 10px;
  transition: all 1.5s ease;
}

.gallery img:hover {
  box-shadow: rgba(var(--cl-black), 0.45) 0px 14px 28px, rgba(27, 18, 18, 0.42) 0px 10px 10px;
}

.gallery .content {
  padding: 4px;
}

.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: grid-row-start 300ms linear, -ms-grid-row 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.gallery .gallery-item:hover {
  transform: scale(1.025);
}

@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@-webkit-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
.content-app {
  padding-top: 95px;
}

.container-app {
  padding-left: 30px;
  padding-right: 30px;
}
.container-app .ex-decs .title {
  font-size: 2.25rem;
  margin-bottom: 20px;
}
.container-app p {
  line-height: 1.8;
  color: var(--w-box-cl);
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.container-app p strong {
  font-weight: 600;
}
.container-app p em {
  font-style: italic;
}

.vapp-nav-holder {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.vapp-nav-holder .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.vapp-nav-holder .vapp-nav-buttons-wrp .prev-btn, .vapp-nav-holder .vapp-nav-buttons-wrp .next-btn {
  display: flex;
}
.vapp-nav-holder .vapp-nav-buttons-wrp .prev-btn button, .vapp-nav-holder .vapp-nav-buttons-wrp .next-btn button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #1a4144;
  color: var(--white);
  padding: 0px 15%;
  font-size: 1.4rem;
  justify-content: center;
  transition: all 0.4s ease-out;
  border: none;
  box-shadow: none;
}
.vapp-nav-holder .vapp-nav-buttons-wrp .prev-btn button:hover, .vapp-nav-holder .vapp-nav-buttons-wrp .next-btn button:hover {
  background-color: #28686d;
}

.main-app-title {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  color: var(--heading-cl);
  margin-bottom: 0px;
  height: 60px;
  line-height: 60px;
}

.ex-decs {
  padding: 0px 30px 90px 30px;
}

.intro {
  background-color: var(--intro-bg);
  padding-top: 20px;
  padding-bottom: 0px;
}
.intro h3 {
  color: var(--intro-h3);
  transition: all 2s ease-out;
}
.intro h3:hover {
  color: var(--intro-h3-hvr);
}
.intro a {
  color: var(--intro-p);
  transition: all 2s ease-out;
}
.intro a:hover {
  color: var(--white);
}
.intro img {
  position: relative;
  top: -3px;
  margin-right: 10px;
}
.intro .col {
  padding-left: 20px;
  padding-right: 20px;
}

.intro-holder .featured-category {
  padding-left: 15px;
  padding-right: 15px;
}
.intro-holder .row {
  margin-left: 0px;
  margin-right: 0px;
}

.social-box .social-col {
  margin-right: 5px;
  flex: 1 1 auto;
}
.social-box .social-btn {
  display: inline-block;
  width: 100%;
  padding: 0.65rem;
  text-align: center;
  background-color: var(--social-btn-bg);
  transition: all 2s ease-out;
}
.social-box .social-btn:hover {
  background-color: var(--social-btn-hvr);
}
.social-box .social-btn svg {
  font-size: 2.4rem;
}

.title {
  position: relative;
  text-align: center;
  z-index: 1;
  font-family: "Noto Serif", serif;
  font-size: 3.25rem;
  font-weight: 300;
  color: var(--heading-cl);
  margin: 0 0 40px;
}

.br-2 {
  border-right: 1px solid rgba(var(--color-white), 0.1);
}

.main-content {
  background-color: var(--main-content-bg);
}

.container-main {
  padding: 0px;
}

.repyx-widget-box-attribute {
  background-color: var(--white);
  padding: 1.65rem;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.repyx-widget-box-attribute h3 {
  position: relative;
  border-left: 4px solid var(--w-box-attr-br-l);
  left: -1.65rem;
  padding: 3px 0 3px 17px;
  font-size: 25px;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.repyx-widget-box-attribute p {
  line-height: 1.8;
  color: var(--w-box-cl);
  margin-bottom: 15px;
}
.repyx-widget-box-attribute p strong {
  font-weight: 600;
}

.column-margin-20px .column {
  margin-bottom: 20px !important;
}

.one-second.column {
  width: 48%;
  float: left;
}

.column-attribute img {
  max-width: 100%;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.gallery-widget .gallery-widget-item {
  overflow: hidden;
  margin: 0px 5px 10px 0px !important;
}

.gallery-widget-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33.33%;
}
.gallery-widget-item img {
  min-height: 250px;
  max-height: 250px;
}

.contact-page h3 {
  margin-bottom: 15px;
}

.repyx-form .column {
  margin-bottom: 10px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea, .woocommerce .quantity input.qty {
  color: #626262;
  background-color: white;
  border-color: #EBEBEB;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
}

.repyx-frm textarea {
  border: 1px solid #EBEBEB;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
  width: 100%;
  height: 130px !important;
  resize: none;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
  padding: 10px;
  outline: none;
  margin: 0;
  width: 230px;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  transition: all 0.4s ease-out;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea.form-control:focus {
  border: 1px solid red;
  box-shadow: none;
  outline: none;
}

span.repyx-form-control-wrap .repyx-date, span.repyx-form-control-wrap .repyx-quiz, span.repyx-form-control-wrap .repyx-number, span.repyx-form-control-wrap .repyx-select, span.repyx-form-control-wrap .repyx-text, span.repyx-form-control-wrap .repyx-textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
}

a.button_theme, a.tp-button.button_theme, button, input[type=submit], input[type=reset], input[type=button] {
  background-color: #1a4144;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
a.button_theme:hover, a.tp-button.button_theme:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  background-color: #266569;
}

.form-holder {
  position: relative;
}

.contact-content.sending-loading .contact-body {
  display: none;
}
.contact-content.sending-loading #sending-loading {
  display: block;
}

#sending-loading {
  display: none;
}
#sending-loading h3 {
  color: #000;
  font-size: 1.4rem;
}
@-webkit-keyframes fading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#sending-loading .invisible-m {
  opacity: 0;
  -webkit-animation: fading ease-in 1s;
  animation: fading ease-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#sending-loading .invisible-m.one {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#sending-loading .invisible-m.two {
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

.page a.button, .page a.tp-button, .page button, .page input[type=submit], .page input[type=reset], .page input[type=button] {
  display: inline-block;
  padding: 11px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 7px;
  border: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
  background-image: url(../img/box_shadow_button.png);
  background-repeat: repeat-x;
}

body:not(.cf7p-message) .repyx-not-valid-tip {
  position: absolute !important;
  left: -50px !important;
  top: 0 !important;
  width: 50px !important;
  height: 44px !important;
  padding: 0 !important;
  background: url(../img/contact_form_error.png) !important;
  overflow: hidden;
  text-indent: -9999px !important;
  padding: 0;
  border: none !important;
}

span.repyx-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.sponsor {
  background-color: var(--sponsor-bg);
}
.sponsor h3 {
  color: var(--heading-cl);
  text-transform: uppercase;
  margin-bottom: 1.45rem;
}
.sponsor img {
  display: block;
  width: auto;
  height: 125px;
  margin: 0px auto;
}

.nav-tabs .nav-item {
  width: 100%;
}

.nav-tabs .nav-link {
  background-color: var(--nav-tabs-nav-link-bg-mobile);
  transition: all 0.2s ease-in-out;
  border: 0;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  width: 100%;
  color: var(--nav-tabs-nav-link-cl-mobile);
  font-weight: 500;
  font-size: 0.875rem;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  outline: 0;
  padding: 25px 25px 19px;
  margin-bottom: 1px;
}

.nav-tabs .nav-link.active:after {
  transform: rotate(225deg);
  top: 12px;
}

.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  transition: transform 0.25s ease-out;
  display: block;
  border: solid var(--nav-tabs-nav-link-after-br-mobile);
  border-width: 0 1px 1px 0;
  content: " ";
  height: 9px;
  width: 9px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  display: inline-block;
  top: 2px;
  right: 19px;
  left: auto;
}

.page-nav-tabs .nav-item.show .nav-link, .page-nav-tabs .nav-link.active {
  color: var(--tab-show-nlink-cl);
  background-color: transparent;
}

.page-nav-tabs .nav-link.active, .page-nav-tabs .nav-item.show .nav-link {
  color: var(--nav-link-active-nav-item-show-nav-link-cl);
  background-color: var(--nav-link-active-nav-item-show-nav-link-bg);
  border-color: var(--nav-link-active-nav-item-show-nav-link-br-1) var(--nav-link-active-nav-item-show-nav-link-br-1) var(--nav-link-active-nav-item-show-nav-link-br-2);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: var(--nav-tabs-nav-item-show-nav-link-br) var(--nav-tabs-nav-item-show-nav-link-br) var(--nav-tabs-nav-item-show-nav-link-br-b);
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
}

.page-nav-tabs {
  justify-content: center;
}

.nav-tabs {
  border-bottom: 1px solid var(--nav-tabs-br-b);
}

.page-nav-tabs .nav-item {
  text-align: center;
  position: relative;
}

#flypage-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent transparent var(--nav-tabs-nav-link-focus-hvr-br-2);
  outline: none;
}

.product-page-middle-1, .product-page-middle-2, .product-page-middle-3 {
  color: var(--product-page-middle-1-2-3-cl);
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.tab-content .module-head {
  display: none;
}

.home-position:not(.product-module) .module-body:not(.section-module-body) {
  margin-top: 50px;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

.page-tab-content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  clear: both;
}

.page-tab-content-head {
  padding: 0px 15px;
}

.page-tab-content-body {
  margin-top: 15px;
  padding: 0px 15px;
  display: inline-block;
}
.page-tab-content-body img {
  max-width: 100%;
}
.repyx-caption {
  border-color: #f1eeee;
  display: block;
  margin: 0;
  border-width: 8px;
  border-style: solid;
  max-width: 100%;
  line-height: 0;
  box-sizing: border-box;
}

.page-content p {
  font-size: 1.32rem;
  margin-bottom: 15px;
}
.page-content .repyx-caption-text {
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 0 5px;
  line-height: normal;
  background: #f1eeee;
  color: #1f5256;
  font-size: 1rem;
}

.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 15px 15px 15px 0px;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.w-full {
  width: 100%;
}

ul.list_star li, li.list_star {
  background: url(../img/list_star.png) no-repeat 20px 5px;
}

ul.list_star li:after {
  content: "";
  width: 70px;
  height: 1px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 0;
  bottom: -11px;
}

ul.list_star li:last-child:after {
  display: none;
}

ul.list_mixed li, ul.list_check li, ul.list_star li, ul.list_idea li {
  position: relative;
  margin: 0 0 20px 0;
  padding-left: 50px;
}

ul.list_star li {
  list-style: none;
  margin-left: 0;
}

.one.column {
  width: 98%;
}

.column {
  margin: 0 1% 40px;
}

.column-attribute {
  background-color: var(--white);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.column-attribute h3 {
  position: relative;
  border-left: 4px solid var(--w-box-attr-br-l);
  left: -20px;
  padding: 3px 0 3px 17px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: 0px;
}

.fancy-heading {
  text-align: center;
}

.fancy-heading-icon .icon-top {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
  color: var(--icon-cl);
}

.column.column-divider {
  margin-bottom: 0 !important;
}

.hr-wide {
  position: relative;
  height: 1px;
  clear: both;
}

.column-divider hr {
  margin-bottom: 0;
}

.hr-wide hr {
  position: absolute;
  left: -1000px;
  top: 0;
  width: 3000px;
}

hr {
  background-color: rgba(102, 110, 116, 0.5);
  color: rgba(0, 0, 0, 0.08);
  margin: 0 auto 15px;
  clear: both;
  display: block;
  border: none;
  outline: none;
  height: 1px;
  width: 100%;
  margin: 0 auto 15px;
  clear: both;
}

.about-section {
  padding: 3rem 0;
  padding: 7.65rem 0 0.9375rem;
}

.about-section h1 {
  line-height: 1.2;
  margin: 0 0 1rem;
}

.about-section p {
  margin: 0 0 1.5625rem;
}

.logo-holder svg {
  font-size: 2.6rem;
  color: var(--red);
}

.bg-img {
  position: relative;
  z-index: 1;
}

.page-content p {
  font-size: 1.25rem;
}

.bg-img, .video-holder, .user-bg {
  min-height: 15.625rem;
  height: 28rem;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.user-bg {
  min-height: 13.625rem;
  height: 16rem;
  background: var(--bg-line-bg);
  background-image: url(../img/bg-01-small.png);
  background-repeat: repeat;
}

.bg-white {
  background-color: var(--white);
}

.page-section {
  padding: 5.65rem 0 0.9375rem;
}

.page-content-interior {
  position: relative;
  padding: 7.1875rem 0 4.875rem;
  margin-top: -5.375rem;
  margin: -2.8125rem auto 0;
  background-color: var(--white);
  z-index: 2;
}
.page-content-interior h2 {
  position: relative;
  text-align: center;
  margin-bottom: 1.875rem;
  z-index: 1;
  font-family: "Noto Serif", serif;
}
.page-content-interior img {
  display: block;
  width: 100%;
  margin: 0px 0px 2.0625rem 0px;
}
.page-content-interior a {
  color: var(--a-link);
  font-weight: 700;
}
.page-content-interior a:hover {
  color: var(--a-link-hvr);
}

.page-content-section {
  background-color: var(--white);
}
.page-content-section .container {
  max-width: 44.6875rem;
}

.contact-section {
  padding: 6.25rem 0 0;
  color: var(--white);
  background-color: var(--contact-bg);
  background-image: url(../img/bg-01-small.png);
  background-repeat: repeat;
}

.title-block .subtitle {
  margin: 0 0 1.125rem;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

.subtitle {
  display: block;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}

.contact-section .title-block .heading-decor {
  max-width: 33.75rem;
}

.title-block .heading-decor {
  line-height: 1.357142;
}

.heading-decor {
  position: relative;
}

.heading-decor:before {
  content: "";
  position: absolute;
  height: 2px;
  top: 1.25rem;
  width: 2.5rem;
  left: calc(-2.5rem - 1.25rem);
  background: var(--heading-decor);
  z-index: 2;
}

.viewport.in-viewport .move-effect {
  transform: translate(0);
}

.viewport.in-viewport .move-effect {
  opacity: 1;
  visibility: visible;
}

.contact-section .form-block h3 {
  max-width: 37.5rem;
}

.map-block {
  padding: 0.9375rem 0;
  position: relative;
  background-size: cover;
  background-position: 70% 100%;
  background-repeat: no-repeat;
  height: 650px;
}

.map-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--cl-black), 0.4);
  z-index: 2;
}

.map-block .info-block {
  position: relative;
  max-width: 33.75rem;
  color: var(--info-block-txt);
  background: var(--info-block-bg);
  padding: 0.9375rem;
  width: calc(100% - 40%);
  margin-top: 3.25rem;
  box-shadow: rgba(var(--cl-black), 0.19) 0px 10px 20px, rgba(var(--cl-black), 0.23) 0px 6px 6px;
  z-index: 3;
}
.map-block .info-block h2 {
  color: var(--info-block-h2);
}
.map-block .info-block a {
  color: var(--info-block-a);
  text-decoration: underline;
}
.map-block .info-block .text-block {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.map-block .info-block .text-block .icon-location {
  font-size: 0.9375rem;
  position: absolute;
  top: 0rem;
  left: 0;
  color: var(--icon-location);
}

.map-block .container &gt; * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.map-block .container {
  white-space: nowrap;
  text-align: center;
  text-align: left;
  max-width: 60.25rem;
}

.social-networks a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-section .form-block {
  background-color: var(--contact-form-block-bg);
  position: relative;
}

.contact-info {
  padding: 0.9375rem;
  background: var(--contact-info-bg);
}
.contact-info ul {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 0px;
}

.contact-info .contact-list li {
  margin-bottom: 0.625rem;
}

.contact-info .contact-list .title {
  display: block;
  color: var(--contact-list-title);
  font-weight: 400;
}

.contact-info .contact-list a {
  color: var(--contact-list-a);
}

.contact-form-content .form-control {
  background-color: transparent;
  border: 1px solid var(--contact-input-br);
  background-color: transparent;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-radius: 0;
}
.contact-form-content .form-control:focus {
  color: var(--contact-input-focus);
  background-color: transparent;
  border-color: var(--contact-input-focus-br);
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
.contact-form-content textarea.form-control {
  height: 120px;
  resize: none;
}

.contact-section .title-block {
  margin-bottom: 3.125rem;
}

.contact-section .container-fluid {
  padding: 0;
}

.category-section, .blog-section {
  padding: 7.65rem 0 0.9375rem;
}

.blog-section h2, .category-section h2 {
  font-family: "Noto Serif", serif;
}

@media (min-width: 576px) {
  .contact-section .form-block {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .contact-section {
    padding-top: 9.375rem;
  }

  .title-block .heading-decor:before {
    width: 5.9375rem;
  }

  .contact-info {
    width: 40%;
    margin: 0 0 0 1.25rem;
  }

  .contact-section .social-block {
    padding: 0.9375rem;
    background: var(--social-block-bg);
  }

  .contact-section .social-block .title {
    display: inline-block;
    vertical-align: top;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--social-block-title);
    margin: 0 0 0.9375rem;
  }
}
@media (min-width: 992px) {
  .page-content-interior {
    margin-top: -5.375rem;
    max-width: 62rem;
    padding: 3.125rem 0;
  }
  .page-content-interior h2 {
    margin-bottom: 3.125rem;
  }
  .page-content-interior p {
    margin-bottom: 2.0625rem;
  }

  .user-content-interior {
    max-width: 72rem;
  }

  .bg-img {
    min-height: 39.9375rem;
  }

  .user-bg {
    min-height: 13.625rem;
  }

  .viewport.in-viewport .fade-in-left .heading-decor:before {
    width: 5.625rem;
  }

  .title-block .heading-decor:before {
    top: 2rem;
  }

  .page-content-interior {
    padding: 7.1875rem 0 4.875rem;
  }

  .heading-decor:before {
    width: 5.625rem;
    top: 1.5rem;
    left: calc(-5.625rem - 1.25rem);
  }

  .contact-section .form-block {
    width: calc(100% - 15.875rem);
    padding: 3.125rem;
    margin-bottom: -2.8125rem;
    z-index: 2;
  }

  .contact-section .social-block {
    width: 15.875rem;
    padding: 2.5rem 3.125rem;
  }

  .contact-section .form-block h3 {
    margin-bottom: 2.875rem;
  }

  .map-block {
    background-position: 80% 0;
  }

  .contact-section .title-block {
    max-width: 53.6875rem;
    margin: 0 0 3.125rem 15.875rem;
  }

  .map-block .info-block {
    padding: 3.125rem;
  }

  .map-block .info-block h2 {
    margin-bottom: 2.25rem;
  }

  .contact-section .form-block {
    width: calc(100% - 15.875rem);
    padding: 3.125rem;
    margin-bottom: -2.8125rem;
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .contact-section .form-block {
    padding: 5.3125rem 2rem 5rem 7.5rem;
    margin-bottom: -7rem;
  }

  .contact-section .form-holder {
    max-width: 43rem;
    width: 100%;
  }

  .contact-info {
    padding: 0.9375rem 1.5625rem;
  }

  .contact-section .social-block {
    padding: 4rem 3.125rem 2.5rem;
  }

  .map-block {
    background-position: 90% 0;
  }

  .map-block .info-block {
    padding: 3.125rem 7.625rem;
    margin-top: 12.375rem;
  }

  .contact-section .title-block {
    margin: 0 auto 5.25rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 979.98px) and (orientation: landscape) {
  .social-networks {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-section {
    padding-top: 12.375rem;
  }

  body:not(.home) .blog-section, body:not(.home) .category-section {
    padding: 12.25rem 0 0 !important;
  }
}
@media (max-width: 991.98px) {
  .vapp-nav-holder {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
  }

  .vapp-nav-holder .vapp-nav-buttons-wrp .prev-btn button, .vapp-nav-holder .vapp-nav-buttons-wrp .next-btn button {
    padding: 0px 5%;
    height: 55px;
    font-size: 1rem;
  }

  .col-md-6.prev-btn, .col-md-6.next-btn {
    width: 50%;
  }

  .content-app {
    padding-top: 130px;
  }

  .thumbSwiper img {
    height: 80px;
  }

  h2.title {
    font-size: 2.3rem;
  }

  .repyx-widget-box-attribute h3 {
    font-size: 1.65rem;
  }

  .repyx-widget-box-attribute p, .intro-holder p {
    font-size: 1rem;
  }

  .title-block .heading-decor:before {
    width: 2.9375rem;
  }

  #header-section {
    width: 100%;
    margin-left: 0px;
  }

  .repyx-widget-box-inner, .repyx-content-inner {
    padding: 0px 15px;
    margin: 0px 15px;
  }

  .main-page-content .blog-wrapper {
    margin: 0px;
  }

  .page, .post, .blog-wrapper {
    margin: 0px 15px;
  }

  .one.column {
    width: 100%;
  }

  .column {
    margin: 0px 0px 40px 0px;
  }

  .sponsor a {
    text-align: center;
  }
  .sponsor a img {
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .main-app-title {
    font-size: 1.4rem;
  }

  .ex-decs {
    padding: 0px;
  }
  .ex-decs .title {
    margin-top: 15px;
  }

  .page-content-interior {
    padding: 3rem 0 2.875rem;
  }

  .form-holder {
    padding: 0.9375rem;
  }

  .contact-form-content .btn.btn-decor {
    display: block;
    margin: 0px auto;
  }

  .map-block {
    height: 350px;
    background-position: 55% 100%;
  }

  .contact-section {
    padding: 11.25rem 0 0;
  }

  .title-block .heading-decor:before {
    width: 2.9375rem;
  }

  .intro-holder .featured-category {
    text-align: center;
    border-bottom: 1px solid #266569;
  }

  .section-post-related .section-related-adjustment h4 {
    text-align: center;
    margin-bottom: 15px;
  }

  .entry-title {
    font-size: 2.25rem;
    text-align: center;
  }

  .sub-header {
    padding: 95px 0 40px;
  }
  .sub-header .title {
    margin-bottom: 0px;
    font-size: 2.25rem;
  }
  .sub-header .column {
    margin-bottom: 0px;
  }

  .repyx-caption {
    width: 100% !important;
  }

  .page img {
    width: 100%;
    margin: 15px 0px 7.5px 0px;
  }

  .alignright, .alignleft {
    float: none;
    margin: 15px 0px;
  }
  .alignright img, .alignleft img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
  }

  .column-attribute h3 {
    margin-bottom: 1.32rem;
  }

  .gallery-widget-item {
    width: 100%;
  }

  .one-second.column {
    float: none;
    width: 100%;
  }
}
.secondary-menu {
  min-width: 350px;
  max-width: 350px;
  height: 100vh;
  position: fixed;
  transition: all 0.3s;
  height: 100vh;
  overflow-y: auto;
  padding: 0;
  top: 0;
  right: -355px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}
.secondary-menu ul {
  margin-bottom: 0px;
}
.secondary-menu .secondary-activity {
  font-size: 0.75rem;
  padding-top: 5px;
  text-align: center;
}
.secondary-menu .secondary-menu-header {
  padding: 20px 15px 15px 15px;
  font-size: 1.4em;
}
.secondary-menu .secondary-menu-header strong {
  display: none;
}
.secondary-menu h3 {
  line-height: 3rem;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 0px;
}
.secondary-menu .dropdown-toggle {
  position: relative;
}
.secondary-menu .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.secondary-menu ul li {
  position: relative;
}
.secondary-menu ul li a {
  text-align: left;
  font-size: 1rem;
  padding: 10px 15px;
  display: block;
}
.secondary-menu ul li a i {
  margin-right: 10px;
}
.secondary-menu ul li a .svg-inline--fa {
  display: inline;
  min-width: 20px;
}
.secondary-menu ul li a span {
  padding-left: 10px;
}
.secondary-menu ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}
.secondary-menu ul ul ul a {
  padding-left: 40px !important;
}
.secondary-menu ul.CTAs {
  padding: 20px;
}
.secondary-menu ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}
.secondary-menu .dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  /* top right corner of the sidebar */
  top: 10px;
  left: 10px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  transition: all 2s ease-out;
}
.secondary-menu .notification-icon {
  text-align: center;
}
.secondary-menu ul.components {
  padding: 20px 0;
}

.secondary-menu.user {
  background: var(--secondary-menu-bg);
  color: var(--secondary-menu-cl);
}
.secondary-menu.user .user-logo {
  text-align: center;
  font-size: 3rem;
  color: var(--user-logo-cl);
}
.secondary-menu.user .secondary-activity {
  color: rgba(var(--color-white), 0.5);
}
.secondary-menu.user .secondary-menu-header {
  background-color: var(--secondary-menu-header-bg);
  background: linear-gradient(60deg, var(--modal-header-base-color), var(--modal-header-accent-color));
  color: var(--secondary-menu-header-cl);
}
.secondary-menu.user h3 {
  color: var(--secondary-menu-header-h3);
}
.secondary-menu.user ul li a {
  color: var(--secondary-menu-a-cl);
}
.secondary-menu.user ul li a:hover {
  color: var(--secondary-menu-a-hvr-cl);
  background: rgba(var(--color-white), 0.05);
}
.secondary-menu.user ul ul a {
  background: var(--secondary-menu-sub-bg);
}
.secondary-menu.user ul ul a:hover {
  color: var(--secondary-menu-sub-hvr-cl);
  background: var(--secondary-menu-sub-hvr-bg);
}
.secondary-menu.user ul ul ul a {
  background: var(--secondary-menu-sub-sub-bg);
}
.secondary-menu.user .dismiss {
  background-color: rgba(var(--cl-dismiss), 0.8);
}
.secondary-menu.user .dismiss:hover {
  background-color: rgba(var(--cl-dismiss), 1);
}

.secondary-menu.active {
  right: 0px;
}

.border-t {
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
}

.border-theme-1 {
  border-color: var(--secondary-menu-br-th-1);
}

@media (min-width: 640px) {
  .border-solid {
    border-style: solid;
  }
}
.footer-container {
  background-color: var(--footer-bg);
  text-align: center;
}
.footer-container .widget-col {
  float: left;
  width: 46%;
  margin-left: 4%;
  list-style: square;
  line-height: 30px;
  text-align: left;
}
.footer-container .repyx-widget {
  text-align: left;
}
.footer-container .repyx-widget h3 {
  text-transform: uppercase;
  color: var(--footer-h3);
  margin-bottom: 1.45rem;
}
.footer-container .repyx-widget ul {
  padding-left: 0px;
}
.footer-container .repyx-widget ul li {
  color: var(--footer-link);
}
.footer-container .repyx-widget a {
  color: var(--footer-link);
}
.footer-container .repyx-widget a:hover {
  color: var(--footer-link-hvr);
}
.footer-container .repyx-widget a.img-center img {
  width: 81px;
  height: auto;
  display: block;
  margin: 0px auto;
}
.footer-container .repyx-widget p {
  color: var(--footer-p);
  line-height: 2;
}
.footer-container .repyx-widget p.gtext {
  font-size: 0.8rem;
  text-align: center;
}
.footer-container .repyx-widget-text-highlight {
  color: var(--w-highlight);
  margin-bottom: 7px;
  display: inline-block;
}

.footer-links {
  position: relative;
}

.footer-links .list-link-footer {
  padding: 33px 0;
  border-top: 1px solid rgba(132, 132, 136, 0.1);
  border-bottom: 1px solid rgba(132, 132, 136, 0.1);
  font-size: 0;
}

.footer-links .list-link-footer li {
  display: inline-block;
  vertical-align: bottom;
  display: inline;
  zoom: 1;
}

.footer-links .list-link-footer li a {
  height: 33px;
  line-height: 4;
  letter-spacing: 2px;
  color: #fff;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: bottom;
}

.footer-links .list-link-footer li + li {
  padding-left: 70px;
}

.footer-links .logo-link {
  min-width: 99px;
}
.footer-links .logo-link img {
  width: 60px;
  height: auto;
  margin-top: -15px;
}

.footer-follow {
  font-size: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(132, 132, 136, 0.1);
  border-top: 1px solid rgba(132, 132, 136, 0.1);
}

.footer-follow li {
  display: inline-block;
  vertical-align: middle;
}

.footer-follow li a {
  line-height: 14px;
  height: 14px;
  font-size: 11px;
  color: var(--footer-link);
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s ease-out;
}
.footer-follow li a:hover {
  color: var(--white);
}

.footer-follow svg {
  font-size: 9px;
  margin-right: 2px;
}

[class^=fa-], [class*=" fa-"] {
  text-transform: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-follow li + li {
  margin-left: 39px;
}

.footer-copyright {
  padding: 18px 0;
  font-size: 1.4rem;
}
.footer-copyright li {
  list-style-type: none;
}

.footer-copyright .right-block {
  width: 50%;
}

.footer-copyright .left-block {
  width: 50%;
}

.footer-copyright .copy-list li, .footer-copyright .copy-list li a, .footer-copyright .copy-text {
  color: antiquewhite;
  font-size: 13px;
}

.footer-copyright .copy-list li a {
  color: #E13C28;
  transition: all 0.8s ease-out;
}
.footer-copyright .copy-list li a:hover {
  text-decoration: none;
  color: red;
}

.subscribe {
  padding: 4.375rem 0 3.5rem;
  color: #fff;
  background: #614d33;
  position: relative;
  display: none;
}
.subscribe .container {
  max-width: 75rem;
}

.subscribe-block .btn, .subscribe-block .h4 {
  position: relative;
  z-index: 2;
}

.subscribe-form .h4 {
  display: block;
  font-size: 1.5rem;
  margin: 0 0 1.375rem;
}

@media (min-width: 992px) {
  .subscribe-form .h4 {
    font-size: 2.6875rem;
  }
}
@media (min-width: 768px) {
  .subscribe-form .h4 {
    margin: 0;
    padding: 0 0.9375rem 0 0;
  }

  .subscribe-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .footer-links .list-link-footer li a {
    line-height: 40px;
    height: 40px;
  }

  .footer-links .list-link-footer li + li {
    padding-left: 15px;
  }

  .footer-links .list-link-footer li {
    display: block;
    width: 100%;
  }
  .footer-links .list-link-footer li a {
    display: block;
    width: 100%;
  }

  .footer-links .list-link-footer li.hidden-xs {
    display: block;
    height: 70px;
    line-height: 70px;
  }
  .footer-links .list-link-footer li.hidden-xs a {
    height: 70px;
    line-height: 82px;
  }

  .footer-links .list-link-footer li + li {
    padding: 0px;
  }

  .footer-follow ul {
    padding-left: 0px;
  }
  .footer-follow ul li {
    display: block;
    width: 100%;
    padding: 0.65rem 0;
  }

  .footer-follow li + li {
    margin-left: 0px;
  }

  .repyx-footer-widget-column {
    border-bottom: 1px solid #266569;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .repyx-widget h3 {
    text-align: center;
  }
}
</pre></body></html>