:focus {
  outline-style: none !important;
}

::-moz-selection {
  color: #ffffff;
  background-color: #b4a05a;
}

::selection {
  color: #ffffff;
  background-color: #b4a05a;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Oxygen, sans-serif;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.53;
  color: #383737;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}
body.bg-gray {
  background-color: #fbfbfb;
}

h1, .h1 {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-size: 2.313rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  font-size: 1.688rem;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}

h4, .h4 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

ul, ol {
  margin-bottom: 1rem;
}
ul.no-list-style, ol.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #b4a05a;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #7e6c40;
}
a.disabled {
  pointer-events: none;
}

code {
  background-color: #ffe4e9;
  border: 1px solid #d3a9b1;
  border-radius: 3px;
  padding: 0.1rem 0.3rem;
}

.no-scrolling {
  overflow: hidden;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-bold {
  font-weight: 700;
}

.text-larger {
  font-size: 1.25rem;
}

.responsive-image {
  width: 100%;
  height: auto;
}

.hidden {
  display: none !important;
}

textarea, select, input {
  max-width: 100%;
}

.btn {
  font-size: 1rem;
  border-radius: 5px;
  padding: 0.625rem 1rem;
}
.btn:hover, .btn:focus, .btn:active {
  border-color: #b3995b;
}
.btn:not(.icon-right) [class^=fa-] {
  margin-right: 0.3rem;
}
.btn.icon-right [class^=fa-] {
  margin-left: 0.3rem;
}
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active {
  color: #555555;
  background-color: #cbcbcb;
  border-color: #a8a8a8;
}

.btn-primary {
  background-color: #b4a05a;
  border-color: #8f7a49;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:first-child:active {
  background-color: #8d7847;
  border-color: #615231;
}

.btn-secondary {
  color: #444444;
  background-color: #f9f4e7;
  border-color: #c7beaa;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:first-child:active {
  color: #444444;
  background-color: #f7ebca;
  border-color: #b7af9c;
}

.btn-danger {
  border-color: #af1b2a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:first-child:active {
  color: #ffffff;
  border-color: #830e1a;
}

.btn-light {
  background-color: #ffffff;
  border-color: #b4a05a;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light:first-child:active {
  background-color: #fff5d1;
  border-color: #b4a05a;
}
.btn-light.style-2 {
  color: #b4a05a;
}

.btn-light-brown {
  color: #111111;
  background-color: #e4ddc7;
  border-color: #b4a05a;
}
.btn-light-brown:hover, .btn-light-brown:focus, .btn-light-brown:active, .btn-light-brown:first-child:active {
  color: #413408;
  background-color: #ddd1ac;
  border-color: #a3904d;
}

.btn-light-green {
  color: #0b7b00;
  background-color: #e0ffdd;
  border-color: #097b00;
}
.btn-light-green:hover, .btn-light-green:focus, .btn-light-green:active, .btn-light-green:first-child:active {
  color: #053701;
  background-color: #ccfbc7;
  border-color: #086700;
}

.btn-light-red {
  color: #b32929;
  background-color: #f7e5e5;
  border-color: #e59191;
}
.btn-light-red:hover, .btn-light-red:focus, .btn-light-red:active, .btn-light-red:first-child:active {
  color: #a71a1a;
  background-color: #f9d7d7;
  border-color: #d97777;
}

.btn-outline {
  color: #b4a05a;
  border-color: #8f7a49;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline:first-child:active {
  color: #ffffff;
  background-color: #8d7847;
  border-color: #615231;
}

.btn-standalone {
  width: 100%;
}

.buttons .btn {
  margin: 0.3rem;
}

.alert {
  border-radius: 0;
  position: relative;
  margin-bottom: 2.5rem;
}
.alert ul {
  padding-right: 3rem;
  margin-bottom: 0;
}
.alert ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.alert .btn-close-alert {
  background-color: transparent;
  border-width: 0;
  opacity: 0.7;
  position: absolute;
  top: 0.7rem;
  right: 0.625rem;
  padding: 0.3rem 0.625rem;
}
.alert .btn-close-alert:hover, .alert .btn-close-alert:focus {
  opacity: 1;
}
.alert .alert-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.alert-success {
  color: #0b7b00;
  background-color: #e0ffdd;
  border-color: #097b00;
}

.alert-danger {
  color: #d9012a;
  background-color: #ffe8ec;
  border-color: #d9012a;
}

.payment-confirmation-section .alert {
  padding: 2rem;
}

.no-record {
  font-style: italic;
  color: #666666;
}

.table {
  margin-bottom: 1.5rem;
}
.table > :not(caption) > * > * {
  padding: 0.8rem;
}
.table .row-no-record td {
  font-style: italic;
  text-align: center;
  color: #666666;
}

.table-default {
  border: 1px solid #acacac;
}
.table-default thead th, .table-default thead td {
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff7eb;
  border-bottom-width: 0;
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
}
.table-default tbody th, .table-default tbody td {
  font-weight: 400;
  background-color: #fafafa;
  border-bottom-width: 0;
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
}
.table-default tfoot th, .table-default tfoot td {
  font-weight: 400;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
}

.table-default-responsive .table-cell .table-cell-label {
  display: none;
}

.dialog {
  width: 720px;
  max-width: 96%;
  border: 1px solid #5f5f5f;
  padding: 0;
}
.dialog .dialog-heading {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #5f5f5f;
  padding: 1.5rem 2rem;
}
.dialog .dialog-content {
  padding: 2rem;
}
.dialog .dialog-buttons {
  text-align: center;
}
.dialog .dialog-buttons .btn {
  margin: 0 0.3rem 0.625rem;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0 auto;
}

.desktop-only {
  display: block !important;
}

.desktop-inline-only {
  display: inline-block !important;
}

.mobile-only, .mobile-inline-only {
  display: none !important;
}

.responsive-container {
  max-width: 100%;
  overflow: auto;
}

.page-notifications {
  margin: 0 auto;
}

.page-header {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 550;
}
.page-header .col-right {
  text-align: right;
  padding-top: 1.2rem;
}
.page-header .btn {
  padding: 0.45rem 1rem;
}

.page-header-block {
  display: inline-block;
}
.page-header-block:not(:first-child) {
  margin-left: 1rem;
}
.page-header-block .btn:not(:first-child) {
  margin-left: 1.4rem;
}

.nav-bar {
  width: 100%;
  color: #ffffff;
  background-color: #616161;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 540;
}
.nav-bar .main-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
.nav-bar .main-menu .menu-item {
  display: block;
}
.nav-bar .main-menu .menu-item.menu-item-level-1 > a {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 1.2rem;
}
.nav-bar .main-menu .menu-item.menu-item-level-1:hover > a, .nav-bar .main-menu .menu-item.menu-item-level-1:focus > a, .nav-bar .main-menu .menu-item.menu-item-level-1:active > a, .nav-bar .main-menu .menu-item.menu-item-level-1.active > a {
  background-color: #878787;
}
.nav-bar .main-menu .menu-item:hover > .sub-menu {
  display: block;
}
.nav-bar .main-menu .menu-item-toggle {
  display: none;
}
.nav-bar .main-menu .sub-menu {
  width: 280px;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  z-index: 20;
  padding: 0.625rem 0;
  margin: 0 auto;
}
.nav-bar .main-menu .sub-menu .menu-item {
  padding: 0.3rem 1.5rem;
}

.mobile-menu-toggle {
  width: 30px;
  display: block;
}
.mobile-menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #444444;
  display: block;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.mobile-menu-toggle span:not(:last-child) {
  margin-bottom: 0.35rem;
}
.mobile-menu-toggle.expanded span {
  background-color: #b4a05a;
  margin-bottom: 0;
}
.mobile-menu-toggle.expanded span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 1px);
}
.mobile-menu-toggle.expanded span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.expanded span:nth-child(3) {
  transform: rotate(-45deg) translate(2px, 2px);
}

.dropdown-item:active, .dropdown-item.active {
  background-color: #f5eddb;
}

.input-select-language {
  border-width: 0;
  padding: 0.474rem 1rem;
}

.mobile-menu {
  display: none;
}

.mobile-layer {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 501;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mobile-nav-bar .main-menu, .mobile-nav-bar .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.mobile-nav-bar .sub-menu {
  display: none;
  margin-top: 0.625rem;
  margin-left: 1rem;
}
.mobile-nav-bar .menu-item:not(:last-child) {
  margin-bottom: 2rem;
}
.mobile-nav-bar .menu-item .menu-item-toggle {
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.mobile-nav-bar .menu-item.open > .menu-item-link > .menu-item-toggle {
  transform: rotate(180deg);
}
.mobile-nav-bar .menu-item.open > .sub-menu {
  display: block;
}
.mobile-nav-bar .menu-item-level-1 a {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #383737;
}
.mobile-nav-bar .menu-item-level-1 a:hover, .mobile-nav-bar .menu-item-level-1 a:focus, .mobile-nav-bar .menu-item-level-1 a:active {
  color: #7e6c40;
}
.mobile-nav-bar .menu-item-link {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.mobile-page-header-blocks {
  text-align: center;
  margin-top: 1.5rem;
}
.mobile-page-header-blocks .page-header-block {
  display: block;
  margin-left: auto;
}
.mobile-page-header-blocks .page-header-block .btn {
  margin: 0.625rem auto;
}
.mobile-page-header-blocks .top-buttons {
  width: 100%;
}
.mobile-page-header-blocks .top-buttons .btn {
  display: block;
}

.page-content {
  padding-top: 140px;
  margin: 0 auto;
}

.page-content-inner {
  padding: 6rem 0;
  margin: 0 auto;
}

.page-footer {
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #606060;
  padding: 5.5rem 0 2rem;
}
.page-footer ul, .page-footer ol {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.page-footer a {
  color: #ffffff;
}
.page-footer a:hover, .page-footer a:focus, .page-footer a:active {
  color: #efe1bb;
}
.page-footer .follow-us .footer-title span {
  background-color: #606060;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 1rem;
}
.page-footer .follow-us .footer-title:before {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.page-footer .menu-toggle {
  display: none;
}

.footer-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1.5rem;
}

.footer-menus {
  display: flex;
  justify-content: space-between;
}
.footer-menus .useful-links a {
  text-decoration: underline;
}
.footer-menus .useful-links a [class^=fa-] {
  margin-left: 0.625rem;
}

.footer-menu li {
  margin-bottom: 1rem;
}

.social-profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.social-profiles li > a {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-profiles li > a:hover, .social-profiles li > a:focus, .social-profiles li > a:active {
  color: #444444;
  background-color: #ffffff;
}
.social-profiles li > a [class^=fa-] {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-bottom {
  font-size: 0.75rem;
  border-top: 1px solid #ffffff;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.scroll-top {
  text-align: center;
  margin-top: 4rem;
}
.scroll-top .btn-scroll-top {
  padding-left: 2rem;
  padding-right: 2rem;
}

.panel {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 1.5rem;
}
.panel .panel-content {
  padding: 1.5rem;
}

.small-content-width,
.medium-content-width {
  max-width: 100%;
  margin: 0 auto;
}

.small-content-width {
  width: 640px;
}

.medium-content-width {
  width: 1070px;
}

hr.divider {
  border-width: 1px;
  border-color: #5f5f5f;
  opacity: 1;
  margin: 3rem auto;
}
hr.divider.with-margin {
  margin: 3rem auto;
}
hr.divider.style-2 {
  border-color: #d7cdaa;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group [type=checkbox] {
  margin-right: 0.3rem;
}

.form-control-label {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.3rem;
}

.form-control {
  font-size: 0.95rem;
}
.form-control.auto-width {
  width: auto;
}
.form-control.inline-block {
  display: inline-block;
}

.form-control:not([type=checkbox]):not([type=radio]) {
  border: 1px solid #5f5f5f;
  border-radius: 0;
  padding: 0.625rem 1rem;
}
.form-control:not([type=checkbox]):not([type=radio]):focus {
  border-color: #7e6c40;
  box-shadow: 0 0 0 0.25rem rgba(126, 108, 64, 0.25);
}
.form-control:not([type=checkbox]):not([type=radio]).border-color {
  border-color: #b3995b;
}
.form-control:not([type=checkbox]):not([type=radio]).border-radius {
  border-radius: 5px;
}

.form-control.form-select {
  display: inline-block;
  padding-right: 2rem !important;
}

.required .form-control-label:after {
  content: "*";
  display: inline-block;
  margin-left: 0.3rem;
}

.form-buttons {
  text-align: right;
}

fieldset {
  background-color: #ffffff;
  border: 1px solid #5f5f5f;
  padding: 1.2rem 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}
fieldset fieldset:last-child {
  margin-bottom: 0;
}
fieldset legend {
  width: auto;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #ffffff;
  float: none;
  padding: 0.25rem 1rem;
  margin-bottom: 0;
}
fieldset .form-group:last-child {
  margin-bottom: 0;
}
fieldset .form-control-label {
  font-size: 1.063rem;
}

details {
  background-color: #ffffff;
  border: 1px solid #5f5f5f;
  margin-bottom: 1.5rem;
}
details summary {
  font-size: 1.2rem;
  font-weight: 700;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}
details summary [class^=fa-] {
  color: #666666;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
details .details-content {
  border-top: 1px solid #5f5f5f;
  padding: 1.5rem;
}
details .details-content .form-group:last-child {
  margin-bottom: 0;
}
details[open] summary [class^=fa-] {
  transform: rotate(180deg);
}
details fieldset:last-child {
  margin-bottom: 0;
}

.amount-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
  justify-content: center;
}
.amount-selection label span {
  font-size: 1.875rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #5f5f5f;
  padding: 1rem 2.58rem;
}
.amount-selection label [type=radio] {
  display: none;
}
.amount-selection label [type=radio]:checked + span {
  background-color: #fff7eb;
  border-color: #b7a994;
}
.amount-selection + .amount-enter {
  margin-top: 1.5rem;
}

.page-title {
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.page-cover {
  background-color: #292214;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.page-cover:before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-cover-inner {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.page-cover-inner .page-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
.page-cover-inner .page-title + .page-subtitle {
  margin-top: 1.5rem;
}
.page-cover-inner .page-subtitle {
  font-size: 1.4rem;
  text-align: center;
  color: #cccccc;
}

.title {
  text-transform: uppercase;
  position: relative;
  margin: 0 auto 3.2rem;
}
.title em {
  font-style: normal;
}
.title span, .title em {
  max-width: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.title.title-line-center {
  text-align: center;
}
.title.title-line-center span, .title.title-line-center em {
  padding: 0.625rem 1.5rem;
  margin: 0 165px;
}
.title.title-line-center span:before, .title.title-line-center span:after, .title.title-line-center em:before, .title.title-line-center em:after {
  width: 165px;
  height: 2px;
  content: "";
  background-color: #d9cfac;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.title.title-line-center span:before, .title.title-line-center em:before {
  right: 100%;
}
.title.title-line-center span:after, .title.title-line-center em:after {
  left: 100%;
}
.title.title-line-right span, .title.title-line-right em {
  padding: 0.625rem 1.5rem 0.625rem 0;
}
.title.title-line-right span:after, .title.title-line-right em:after {
  width: 165px;
  height: 2px;
  content: "";
  background-color: #d9cfac;
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  transform: translateY(-50%);
}
.title.title-line-right-full span, .title.title-line-right-full em {
  background-color: #ffffff;
  padding: 0.625rem 1.5rem 0.625rem 0;
}
.title.title-line-right-full:after {
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d9cfac;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.title.title-line-right-full.bg-gray span, .title.title-line-right-full.bg-gray em {
  background-color: #fbfbfb;
}
.title.title-line-bottom-left span, .title.title-line-bottom-left em {
  padding-bottom: 0.625rem;
}
.title.title-line-bottom-left span:after, .title.title-line-bottom-left em:after {
  width: 165px;
  height: 2px;
  content: "";
  background-color: #d9cfac;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.link-line-center span {
  max-width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0.3rem 0.625rem;
}
.link-line-center span:before, .link-line-center span:after {
  width: 24px;
  height: 2px;
  content: "";
  background-color: #d9cfac;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.link-line-center span:before {
  right: 100%;
}
.link-line-center span:after {
  left: 100%;
}

.pagination {
  gap: 0.4rem;
  margin-top: 3.5rem;
}
.pagination .page-link {
  font-size: 0.938rem;
  font-weight: 700;
  color: #383737;
  border-color: transparent;
  border-radius: 4px !important;
}
.pagination .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(126, 108, 64, 0.25);
}
.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #606060;
}
.pagination .page-item.disabled {
  opacity: 0.7;
}
.pagination .page-item.prev .page-link, .pagination .page-item.next .page-link {
  color: #ffffff;
  background-color: #b4a05a;
}

.text-image-block {
  display: flex;
}
.text-image-block .text-section {
  width: 50%;
  padding-right: 1.5rem;
}
.text-image-block .image-section {
  width: 50%;
  padding-left: 1.5rem;
}
.text-image-block.image-position-left {
  flex-direction: row-reverse;
}
.text-image-block.image-position-left .text-section {
  padding-left: 1.5rem;
  padding-right: 0;
}
.text-image-block.image-position-left .image-section {
  padding-right: 1.5rem;
  padding-left: 0;
}
.text-image-block.style-1 .text-section {
  display: flex;
  justify-content: left;
}
.text-image-block.style-1 .text-section-inner {
  width: 635px;
  max-width: 100%;
}
.text-image-block.style-1 .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-block.style-1.image-position-right .text-section {
  justify-content: right;
}

.info-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.95rem;
}

.info-card {
  width: 304px;
  max-width: 100%;
  height: 476px;
  position: relative;
}
.info-card .link-wrapper {
  color: #383737;
}
.info-card .link-wrapper:hover, .info-card .link-wrapper:focus, .info-card .link-wrapper:active {
  color: #7e6c40;
}
.info-card .card-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.info-card .image-holder {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.info-card .card-content {
  width: 88%;
  min-height: 150px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  position: absolute;
  bottom: 1rem;
  left: 6%;
}
.info-card .card-title {
  font-size: 1.375rem;
  text-transform: uppercase;
  margin: 0 auto;
}
.info-card .card-title + .card-link {
  margin-top: 0.625rem;
}
.info-card .card-link {
  font-size: 0.813rem;
  color: #444444;
  display: inline-block;
}
.info-card .card-link:hover, .info-card .card-link:focus, .info-card .card-link:active {
  color: #7e6c40;
}
.info-card:hover .image-holder {
  transform: scale(1.1);
}
.info-card:hover .card-title {
  color: #b4a05a;
}
.info-card:hover .card-link {
  color: #b4a05a;
}
.info-card:hover .card-link:hover, .info-card:hover .card-link:focus, .info-card:hover .card-link:active {
  color: #7e6c40;
}

.presentation-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  justify-content: center;
}

.presentation-block {
  width: 200px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.presentation-block .block-title {
  font-size: 4.375rem;
  font-weight: 700;
  color: #b4a05a;
}
.presentation-block .block-sub-title {
  font-size: 1rem;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
}
.team-members .member {
  width: 25%;
  text-align: center;
  padding: 1.25rem;
  margin-bottom: 1.1rem;
}
.team-members .member-image img {
  width: 100%;
}
.team-members .member-name {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.team-members .member-position {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.form-check-options {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.5rem auto;
}
.form-check-options li label {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #5f5f5f;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.5rem;
}
.form-check-options li:not(:last-child) label {
  border-bottom-width: 0;
}
.form-check-options li.checked label {
  background-color: #fff7eb;
}
.form-check-options .check-option-left [type=radio] {
  margin-right: 0.625rem;
}

.content-block {
  border: 1px solid #5f5f5f;
}
.content-block .block-heading {
  padding: 1.5rem;
}
.content-block .block-heading .heading {
  font-size: 1.688rem;
  text-transform: uppercase;
  margin: 0 auto;
}
.content-block .block-content {
  border-top: 1px solid #5f5f5f;
  padding: 1.5rem;
}
.content-block.style-1 {
  border-color: #b4a05a;
}
.content-block.style-1 .block-heading {
  background-color: #fff5d3;
}
.content-block.style-1 .block-content {
  border-color: #b4a05a;
}

.horizontal-card {
  display: flex;
  border: 1px solid #b3995b;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.horizontal-card .card-image {
  width: 19.3%;
}
.horizontal-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}
.horizontal-card .card-content {
  width: 80.7%;
  padding: 2.5rem;
}
.horizontal-card .card-content .heading {
  font-size: 1.375rem;
  font-weight: 700;
  color: #383737;
  margin-bottom: 1.3rem;
}
.horizontal-card .card-content .type {
  font-size: 1.188rem;
  color: #b4a05a;
  margin-bottom: 0.625rem;
}
.horizontal-card .card-content .description {
  color: #383737;
}

.card-link:not(.btn) {
  color: #383737;
}
.card-link:not(.btn):hover, .card-link:not(.btn):focus, .card-link:not(.btn):active {
  color: #7e6c40;
}

#project-type-form {
  margin-bottom: 2rem;
}

.bookstore-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
}
.bookstore-navigation .btn-light {
  color: #606060;
}
.bookstore-navigation .active .btn-light {
  background-color: #fff5d1;
  border-color: #b4a05a;
}

.bookstore-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  column-gap: 2.563rem;
  row-gap: 3.375rem;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.bookstore-list .item {
  border: 1px solid #b4a05a;
  border-radius: 5px;
}
.bookstore-list .item .item-image {
  width: 100%;
  aspect-ratio: 1;
  background-color: #f1f1f1;
}
.bookstore-list .item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.bookstore-list .item .item-content {
  text-align: center;
  padding: 1.5rem;
}
.bookstore-list .item .item-content .heading {
  font-size: 1.375rem;
  font-weight: 700;
}
.bookstore-list .item .item-content .heading a {
  color: #383737;
}
.bookstore-list .item .item-content .heading a:hover, .bookstore-list .item .item-content .heading a:focus, .bookstore-list .item .item-content .heading a:active {
  color: #7e6c40;
}
.bookstore-list .item .item-content + .item-buttons {
  padding-top: 0;
}
.bookstore-list .item .item-price {
  font-size: 1.375rem;
  font-weight: 700;
  color: #b4a05a;
  margin-top: 0.3rem;
}
.bookstore-list .item .item-buttons {
  text-align: center;
  padding: 1.5rem;
}

.product-details {
  display: flex;
  gap: 5.5rem;
}
.product-details .product-image {
  width: 43%;
}
.product-details .product-image img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.product-details .product-content {
  width: 57%;
}
.product-details .product-name {
  font-size: 3.125rem;
  text-transform: uppercase;
}
.product-details .product-price {
  font-size: 1.688rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.product-details .product-buttons {
  margin-bottom: 3rem;
}
.product-details .product-bottom-buttons {
  margin-top: 3rem;
}

.document-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.document-list li {
  margin-bottom: 2.4rem;
}

.document-download-link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.document-download-link .icon {
  width: 34px;
  height: 34px;
  color: #ffffff;
  background-color: #b4a05a;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.document-download-link .icon [class^=fa-] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.document-download-link .text {
  color: #b4a05a;
  text-decoration: underline;
  display: inline-block;
}

.document-download-block {
  margin-bottom: 4.5rem;
}
.document-download-block .title {
  margin-bottom: 3.3rem;
}

.calendar-wrapper {
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  padding: 2.5rem 4.1rem;
  margin-top: -11.5rem;
}

.calendar-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.1rem;
}
.calendar-navigation .nav-text {
  font-size: 1.375rem;
  font-weight: 700;
}
.calendar-navigation .nav-buttons button {
  color: #333333;
  background-color: transparent;
  border-width: 0;
}

.calendar-table {
  width: 100%;
  border: 1px solid #333333;
}
.calendar-table thead th {
  width: 14.285%;
  font-weight: 400;
  text-align: center;
  background-color: #fff7eb;
  border: 1px solid #333333;
  padding: 0.3rem;
}
.calendar-table tbody td {
  vertical-align: top;
  border: 1px solid #333333;
  padding-bottom: 0.7rem;
}
.calendar-table tbody td span {
  text-align: right;
  display: block;
  padding: 0.313rem 0.625rem;
  margin-bottom: 1.8rem;
}
.calendar-table tbody td p {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
  background-color: #b4a05a;
  display: none;
  padding: 0.15rem 0.625rem;
  margin-bottom: 0.313rem;
}
.calendar-table tbody td.other-month {
  background-color: #f5f5f5;
}
.calendar-table tbody td.other-month span {
  color: #8e8e8e;
}
.calendar-table.is-loaded tbody td p {
  white-space: nowrap;
  display: block;
}

.activities-form .form-group-filter .form-control {
  border-color: #b4a05a;
  border-radius: 5px;
  margin-bottom: 0.625rem;
}
.activities-form .form-group-filter .form-control:not(:last-child) {
  margin-right: 0.625rem;
}

.product-images {
  text-align: center;
}
.product-images img {
  border-radius: 5px;
}
.product-images img:not(:last-child) {
  margin-bottom: 1.5rem;
}

.activity-info-list {
  list-style: none;
  padding: 0;
}
.activity-info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.activity-info-list li .icon {
  font-size: 1.4rem;
  margin-right: 1.5rem;
}
.activity-info-list li .info p {
  margin-bottom: 0.1rem;
}

.event-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #b4a05a;
  border-radius: 5px;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}
.event-card .col-left {
  width: 70%;
}
.event-card .col-right {
  width: 30%;
}
.event-card p {
  margin-bottom: 0.625rem;
}
.event-card .event-date {
  font-weight: 700;
}
.event-card .event-status {
  font-size: 0.938rem;
}
.event-card .event-status.available {
  color: #03c728;
}
.event-card .event-status.completed {
  color: #ff0000;
}
.event-card .event-status.cancelled {
  color: #666666;
}
.event-card .form-control-label {
  font-size: 1.063rem;
}

.section {
  background-color: #ffffff;
  border: 1px solid #b4a05a;
  margin-bottom: 2rem;
}
.section .section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.875rem;
}
.section .section-header + .section-content {
  border-top: 1px solid #b4a05a;
}
.section .section-title {
  font-size: 1.688rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section .section-title-info {
  font-size: 1rem;
}
.section .section-subtitle {
  font-size: 1.375rem;
  font-weight: 700;
}
.section .section-content {
  padding: 3rem 1.875rem;
}
.section .inner-section:not(:last-child) {
  margin-bottom: 3rem;
}

.address-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.address-card-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.address-card-list > li:not(:last-child) {
  margin-bottom: 1rem;
}

.address-card {
  display: flex;
  border: 1px solid #acacac;
  border-radius: 5px;
}
.address-card .address-card-text {
  font-size: 1rem;
  flex-grow: 1;
  background-color: #fafafa;
  border-right: 1px solid #acacac;
  border-radius: 5px 0 0 5px;
  padding: 1.2rem 1.5rem;
}
.address-card .btn-modify-address {
  font-size: 0.75rem;
  color: #b4a05a;
  background-color: #ffffff;
  border-width: 0;
  border-radius: 0 5px 5px 0;
  padding: 0.625rem 1rem;
}
.address-card .btn-modify-address [class^=fa-] {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
.address-card .btn-modify-address:hover, .address-card .btn-modify-address:focus, .address-card .btn-modify-address:active {
  background-color: #fff5d1;
}

@media screen and (min-width: 1499px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1430px;
  }
  .page-header .container-fluid, .nav-bar .container-fluid {
    max-width: 1900px;
  }
}
@media screen and (max-width: 1399px) {
  .text-image-block.style-1 .text-section-inner {
    width: 525px;
  }
}
@media screen and (max-width: 1199px) {
  .page-header-block:not(:first-child) {
    margin-left: 0.5rem;
  }
  .page-header-block .btn:not(:first-child) {
    margin-left: 0.625rem;
  }
  .text-image-block.style-1 .text-section-inner {
    width: 455px;
  }
}
@media screen and (min-width: 992px) {
  .table-default tbody tr:nth-child(even) th, .table-default tbody tr:nth-child(even) td {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .desktop-only, .desktop-inline-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-inline-only {
    display: inline-block !important;
  }
  h1 {
    font-size: 2.438rem;
  }
  h2 {
    font-size: 1.813rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  .btn-standalone-mobile {
    width: 100%;
  }
  .buttons .btn-standalone-mobile {
    margin-left: auto;
    margin-right: auto;
  }
  .site-logo img {
    width: auto;
    max-height: 72px;
  }
  .mobile-menu {
    width: 400px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    display: block;
    box-shadow: -1px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    bottom: 0;
    right: -110%;
    z-index: 505;
    padding: 2.5rem 1.5rem;
    margin-top: 72px;
    -webkit-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
  }
  .mobile-menu.expanded {
    display: block;
    right: 0;
  }
  .mobile-layer.expanded {
    display: block;
  }
  .page-header {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
  .page-header .col-left {
    padding-left: 1.65rem;
  }
  .page-header .col-right {
    padding-top: 1.6rem;
    padding-right: 1.65rem;
  }
  .page-header-block:not(:first-child), .page-header-block .btn:not(:first-child) {
    margin-left: auto;
  }
  .page-content {
    padding-top: 72px;
  }
  .page-footer {
    padding: 5rem 0 3rem;
  }
  .page-footer .menu-toggle {
    font-size: 0.8rem;
    display: inline-block;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .page-footer .follow-us {
    border-top: 1px solid #ffffff;
    padding-top: 3rem;
    margin-top: 1.5rem;
  }
  .page-footer .follow-us .footer-title:before {
    display: none;
  }
  .page-footer .footer-menu {
    display: none;
    margin: 0 auto 2em 1.5rem;
  }
  .footer-menus {
    display: block;
  }
  .footer-menu-container .footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-menu-container.open .footer-menu {
    display: block;
  }
  .footer-menu-container.open .menu-toggle {
    transform: rotate(180deg);
  }
  .footer-bottom {
    border-width: 0;
    padding-top: 1.4rem;
  }
  .footer-links {
    justify-content: left;
    row-gap: 1rem;
    border-top: 1px solid #ffffff;
  }
  .page-footer ul.footer-links {
    padding-top: 3rem;
  }
  .title.title-line-center span {
    padding: 0.625rem 0;
    margin: 0 auto;
  }
  .title.title-line-center span:before {
    display: none;
  }
  .title.title-line-center span:after {
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
  }
  .title.title-line-right span {
    padding: 0.625rem 0;
  }
  .title.title-line-right span:after {
    top: 102%;
    left: 0;
  }
  .title.title-line-right-full span {
    padding: 0.625rem 0;
  }
  .title.title-line-right-full:after {
    top: 102%;
  }
  .table-default tbody th {
    background-color: #fafafa;
    border-bottom-width: 0;
    border-right-width: 0;
  }
  .table-default tbody th + td {
    border-left-width: 0;
  }
  .table-default tbody td {
    background-color: #fafafa;
  }
  .table-default tbody tr.table-row:not(:first-child) > th, .table-default tbody tr.table-row:not(:first-child) > td {
    border-top: 1px solid #acacac;
  }
  .table-default tbody tr.even th, .table-default tbody tr.even td {
    background-color: #ffffff;
  }
  .table-default-responsive {
    display: block;
  }
  .table-default-responsive thead {
    display: none;
  }
  .table-default-responsive tbody {
    display: block;
  }
  .table-default-responsive tbody tr {
    display: block;
  }
  .table-default-responsive tbody tr th, .table-default-responsive tbody tr td {
    display: block;
    border-left-width: 0;
    border-right-width: 0;
  }
  .table-default-responsive tbody tr:not(:first-child) th:first-child, .table-default-responsive tbody tr:not(:first-child) td:first-child {
    border-top: 1px solid #acacac;
  }
  .table-default-responsive tfoot {
    display: block;
  }
  .table-default-responsive tfoot tr {
    display: block;
    border-top: 1px solid #acacac;
  }
  .table-default-responsive tfoot tr th {
    display: none;
  }
  .table-default-responsive tfoot tr td {
    display: block;
    border-left-width: 0;
    border-right-width: 0;
  }
  .table-default-responsive .table-cell {
    display: flex;
    gap: 0.625rem;
  }
  .table-default-responsive .table-cell .table-cell-label {
    width: 45%;
    font-weight: 700;
    display: block;
  }
  .table-default-responsive .table-cell .table-cell-content {
    width: 55%;
  }
  .text-image-block, .text-image-block.image-position-left {
    display: block;
  }
  .text-image-block .text-section, .text-image-block.image-position-left .text-section {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
  .text-image-block .image-section, .text-image-block.image-position-left .image-section {
    width: 100%;
    padding: 0;
  }
  .team-members .member {
    width: 50%;
  }
  .text-image-block.style-1 .text-section-inner {
    width: 720px;
    margin: 0 auto;
  }
  .bookstore-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-details {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .product-details .product-image {
    width: 100%;
    text-align: center;
  }
  .product-details .product-image img {
    width: auto;
  }
  .product-details .product-content {
    width: 100%;
  }
  .product-details .product-name {
    font-size: 2.438rem;
  }
  .product-details .product-price {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
  .product-details .product-buttons {
    margin-bottom: 2rem;
  }
  .calendar-wrapper {
    padding: 2.2rem 0.8rem 2.7rem;
    margin-top: -9rem;
  }
  .calendar-navigation {
    justify-content: space-between;
  }
  .calendar-navigation .nav-text {
    padding-left: 1.6rem;
  }
  .calendar-table thead th {
    font-size: 0.75rem;
  }
  .calendar-table tbody td {
    padding: 0.313rem;
  }
  .calendar-table tbody td span {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .calendar-table tbody td p {
    display: none !important;
  }
  .calendar-table tbody td.has-event span {
    color: #ffffff;
    background-color: #b4a05a;
  }
  .event-card .col-left {
    width: 100%;
  }
  .event-card .col-right {
    width: 100%;
    margin-top: 1rem;
  }
  .event-card form .btn {
    width: 100%;
  }
  .event-card form .btn:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .section .section-title {
    font-size: 1.563rem;
  }
  .horizontal-card .card-image {
    width: 35%;
  }
  .horizontal-card .card-content {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .site-logo img {
    width: auto;
    max-height: 64px;
  }
  .mobile-menu {
    margin-top: 64px;
  }
  .page-header .col-right {
    padding-top: 1.5rem;
  }
  .page-content {
    padding-top: 64px;
  }
  .page-content-inner {
    padding: 4rem 0;
  }
  .footer-links li {
    width: 100%;
  }
  .scroll-top {
    margin-top: 3.4rem;
  }
  .page-cover-inner .page-title + .page-subtitle {
    margin-top: 1rem;
  }
  .team-members .member {
    width: 100%;
  }
  .horizontal-card {
    flex-direction: column;
  }
  .horizontal-card .card-image {
    width: 100%;
  }
  .horizontal-card .card-image img {
    height: auto;
    border-radius: 5px 5px 0 0;
  }
  .horizontal-card .card-content {
    width: 100%;
  }
  .text-image-block.style-1 .text-section-inner {
    width: 540px;
  }
  .bookstore-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-details .product-name {
    font-size: 1.6rem;
  }
  .info-cards {
    gap: 3.2rem;
  }
  .page-cover > .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .page-cover-inner .page-title, .page-cover-inner .page-subtitle {
    width: 100%;
  }
  .calendar-navigation .nav-text {
    font-size: 1.063rem;
  }
  .activity-details .col-right {
    margin-top: 2.5rem;
  }
  .amount-selection label {
    width: 46%;
  }
  .amount-selection label span {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .container,
  .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .page-content-inner {
    padding: 3.4rem 1.875rem;
  }
  .text-image-block.style-1 .text-section-inner {
    width: 100%;
    padding: 0 1.875rem;
  }
  .bookstore-list {
    grid-template-columns: 100%;
  }
}

/*# sourceMappingURL=theme.css.map */
