@font-face {
  font-family: "Souvenir";
  font-weight: 400;
  src: url(../fonts/Souvenir.ttf); }

@font-face {
  font-family: "Souvenir";
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/SouvenirI.ttf); }

@font-face {
  font-family: "Souvenir";
  font-weight: 600;
  src: url(../fonts/SouvenirB.ttf); }

@font-face {
  font-family: "Souvenir";
  font-weight: 600;
  font-style: italic;
  src: url(../fonts/SouvenirBI.ttf); }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/fontawesome/fa-light-300.eot");
  src: url("../fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg"); }

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 transparent;
  border-color: #1d1d1b;
  outline: none !important; }

button:focus {
  outline: none !important; }

body {
  font-family: "Souvenir";
  color: #1d1d1b; }

h1 {
  font-family: "Souvenir"; }

h2,
h3 {
  font-family: "Souvenir"; }

.bg-black {
  background-color: #1d1d1b; }

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

.text-grey {
  color: #6d7278; }

.text-gold {
  color: #99824d; }

.link-gold {
  color: #99824d;
  opacity: 0.8; }
  .link-gold:hover {
    color: #99824d;
    opacity: 1; }

.link-black {
  color: #1d1d1b;
  text-decoration: none; }
  .link-black:hover {
    color: #1d1d1b;
    text-decoration: underline; }

.text-uppercase {
  letter-spacing: 1px; }

.btn-grey {
  color: #fff;
  border-color: #6d7278;
  background-color: #6d7278; }
  .btn-grey:hover {
    color: #fff;
    border-color: #676c72;
    background-color: #676c72; }

@media (max-width: 1399px) {
  nav .navbar-nav {
    align-items: center;
    margin: 0; } }

nav .navbar-nav .nav-item {
  margin-left: 1rem; }
  @media (max-width: 1399px) {
    nav .navbar-nav .nav-item {
      margin-left: 0; } }
  nav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-family: "Souvenir"; }
    @media (max-width: 1399px) {
      nav .navbar-nav .nav-item .nav-link {
        font-size: 14px; } }
    nav .navbar-nav .nav-item .nav-link:hover {
      color: #99824d; }
    nav .navbar-nav .nav-item .nav-link:focus {
      color: #99824d; }

@media (max-width: 1399px) {
  nav .search-form {
    width: 110px; } }

nav .search-form input {
  border: none;
  border-bottom: 1px solid #1d1d1b;
  border-radius: 0;
  padding-left: 0; }

nav .search-form button {
  border-bottom: 1px solid #1d1d1b;
  border-radius: 0;
  padding-right: 0; }

.carousel-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  width: 100%; }

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto; }
  .carousel-caption h2 {
    font-size: 4.43rem; }
    @media screen and (max-width: 768px) {
      .carousel-caption h2 {
        font-size: 3.25rem; } }

.carousel-indicators {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  .carousel-indicators li {
    width: 33.33333%;
    padding: 0;
    margin: 0; }

.main-page-tabs {
  display: flex;
  justify-content: space-between;
  border: none; }
  .main-page-tabs .nav-link {
    width: 33.33333%;
    text-align: center;
    border: none;
    display: flex;
    flex-direction: column;
    justify-items: center;
    color: #1d1d1b;
    opacity: 0.7; }
    @media (max-width: 991px) {
      .main-page-tabs .nav-link i {
        font-size: 30px; } }
    .main-page-tabs .nav-link::after {
      content: "\f107";
      font-size: 2.5rem;
      font-family: "Font Awesome 5 Pro";
      opacity: 0; }
    .main-page-tabs .nav-link:hover {
      border-color: transparent;
      opacity: 1;
      cursor: pointer; }
    .main-page-tabs .nav-link:active {
      border-color: transparent;
      color: #99824d; }
    .main-page-tabs .nav-link span {
      font-size: 1.39rem; }
  .main-page-tabs .active {
    border: none;
    color: #99824d !important;
    opacity: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.18), #fff);
    border-radius: 0; }
    .main-page-tabs .active::after {
      content: "\f107";
      font-size: 2.5rem;
      font-family: "Font Awesome 5 Pro";
      opacity: 1; }

.card-box {
  max-width: 350px;
  width: 100%; }
  .card-box .box-image {
    height: 250px;
    background-color: #99824d;
    background-size: cover;
    background-position: center;
    position: relative; }
    .card-box .box-image .box-date {
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
      color: #fff;
      position: absolute;
      width: 100%;
      bottom: 0;
      padding: 0.3rem 0.5rem; }
  .card-box .box-link {
    font-size: 1.35rem;
    color: #99824d;
    text-decoration: none; }
    .card-box .box-link:hover {
      text-decoration: underline; }

.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem !important; }
  @media (max-width: 1465px) {
    .owl-theme .owl-nav .owl-prev {
      left: -2rem; } }

.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem !important; }
  @media (max-width: 1465px) {
    .owl-theme .owl-nav .owl-next {
      right: -2rem; } }

.owl-theme .owl-nav button:hover {
  background: transparent !important;
  color: #99824d !important; }

.owl-theme .owl-nav button:focus {
  border: none !important; }

.owl-theme .owl-dots {
  width: 100%;
  margin: 0;
  padding: 0; }
  .owl-theme .owl-dots .owl-dot {
    width: 33.33333%;
    margin: 0;
    padding: 0; }
    @media (max-width: 966px) {
      .owl-theme .owl-dots .owl-dot {
        width: 2rem; } }
    .owl-theme .owl-dots .owl-dot span {
      border-radius: 0;
      width: 100%;
      height: 0.3rem;
      margin: 0;
      padding: 0; }
  .owl-theme .owl-dots .owl-dot.active span {
    background-color: #99824d; }

.gallery-folders-section .gallery-folder {
  padding: 2rem; }
  .gallery-folders-section .gallery-folder .gallery-holder {
    display: flex;
    background-position: center;
    background-size: cover;
    height: 20rem;
    position: relative;
    /* &:hover .overlay {
                opacity: 1;
            } */ }
    .gallery-folders-section .gallery-folder .gallery-holder .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: 0.5s ease;
      background-color: #393c3d9c; }
      .gallery-folders-section .gallery-folder .gallery-holder .overlay .text {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center; }

.gallery-section .breadcrumb-nav {
  padding-left: 0rem !important; }
  .gallery-section .breadcrumb-nav .breadcrumb {
    background: transparent;
    padding-left: 2rem;
    color: black; }

.gallery-section .gallery-holder {
  display: flex;
  background-position: center;
  background-size: cover;
  height: 20rem;
  position: relative; }
  .gallery-section .gallery-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #393c3d9c; }
    .gallery-section .gallery-holder .overlay .text {
      color: white;
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
  .gallery-section .gallery-holder:hover .overlay {
    opacity: 1; }

.gallery-section .gallery-item {
  padding: 2rem; }

.gallery-section .pagination .active .page-link {
  background: #99824d;
  border-color: #6d7278; }

.gallery-section .pagination .page-link {
  background: #6d7278;
  color: white; }

.divider-horizontal {
  height: 1px;
  width: 100%;
  background-color: rgba(112, 112, 112, 0.2); }

.main-page-logo-container .partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 12);
  margin: 0 0.5rem; }
  .main-page-logo-container .partners__item .partners__item__img {
    width: 100px; }
    .main-page-logo-container .partners__item .partners__item__img img {
      width: 100%;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      transition: 0.2s ease-out; }
    .main-page-logo-container .partners__item .partners__item__img:hover {
      cursor: pointer; }
      .main-page-logo-container .partners__item .partners__item__img:hover img {
        filter: grayscale(0);
        transition: 0.2s ease-out; }

@media (max-width: 1599px) {
  .main-page-logo-container .partners__item {
    width: calc(100% / 10); } }

@media (max-width: 1199px) {
  .main-page-logo-container .partners__item {
    width: calc(100% / 8); } }

@media (max-width: 991px) {
  .main-page-logo-container .partners__item {
    width: calc(100% / 3); } }

.subscription-section {
  background: url(../images/subscription-section.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 4.94rem 0rem !important; }
  .subscription-section h2 {
    position: relative; }
  @media (max-width: 375px) {
    .subscription-section .a-bit-shorter {
      width: 90%; } }
  .subscription-section .image-dark-bg {
    background-color: rgba(0, 0, 0, 0.28);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
  .subscription-section .form-control:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .subscription-section input {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #f6f6f6;
    padding-left: 0;
    color: #fff; }
    .subscription-section input::placeholder {
      color: #fff; }
  .subscription-section button {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff; }
    .subscription-section button:hover {
      background-color: transparent;
      border-color: #fff;
      color: #99824d; }

.footer .col-lg-2 {
  margin-bottom: 2rem; }

.footer ul li {
  margin-bottom: 0.3rem; }
  .footer ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none; }
    .footer ul li a:hover {
      color: #fff;
      text-decoration: underline; }

.footer hr {
  border-top: 1px solid #fff; }

.footer .rights {
  opacity: 0.7; }

.footer .social-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }
  .footer .social-buttons .btn-social {
    border-color: white;
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 25px;
    text-align: center;
    line-height: 1.42857; }
    .footer .social-buttons .btn-social:hover {
      background-color: #99824d;
      color: #1d1d1b;
      border-color: #99824d; }

.other-pages-header {
  width: 100%;
  height: 60vh;
  position: relative;
  background-color: #99824d;
  background-size: cover;
  background-position: center; }
  .other-pages-header .header-image-over {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.18); }
  .other-pages-header .header-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    .other-pages-header .header-content span {
      opacity: 0.9; }

.header-content h1 {
  font-weight: 600; }

.user-img-fullname .user-img {
  width: 50px;
  height: 50px;
  border: 1px solid #6d7278;
  background-color: #99824d;
  border-radius: 25px;
  overflow: hidden; }

.structure-table .st-table-head {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #6d7278;
  padding: 0.5rem 0;
  margin: 0.5rem 0; }
  .structure-table .st-table-head .st-table-th {
    width: 300%; }

.structure-table .table-main-without-children .body-td-job-title {
  margin-left: 0.71rem; }

.structure-table .st-table-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(109, 114, 120, 0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem; }
  .structure-table .st-table-body .st-table-body-td {
    width: 300%; }
    .structure-table .st-table-body .st-table-body-td .job-title-close::before {
      content: "\25B8";
      margin-right: 0.2rem; }
    .structure-table .st-table-body .st-table-body-td .job-title-close:hover {
      color: #99824d;
      text-decoration: underline;
      cursor: pointer; }
    .structure-table .st-table-body .st-table-body-td .job-title-open::before {
      content: "\25BE";
      margin-right: 0.2rem; }
    .structure-table .st-table-body .st-table-body-td .job-title-open:hover {
      color: #99824d;
      text-decoration: underline;
      cursor: pointer; }
  .structure-table .st-table-body .st-table-body-td-user {
    display: flex;
    align-items: center; }
    .structure-table .st-table-body .st-table-body-td-user .user-avatar {
      border: 1px solid rgba(109, 114, 120, 0.3);
      width: 50px;
      height: 50px;
      background-color: rgba(109, 114, 120, 0.1);
      border-radius: 25px;
      overflow: hidden;
      margin-right: 0.5rem; }
    .structure-table .st-table-body .st-table-body-td-user .user-fullname:hover {
      text-decoration: underline;
      color: #99824d;
      cursor: pointer; }

.rmc-cards .rmc-card .rmc-card-container {
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .rmc-cards .rmc-card .rmc-card-container .rmc-card-header {
    height: 300px;
    background-color: #6d7278;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; }
    .rmc-cards .rmc-card .rmc-card-container .rmc-card-header .rmc-card-box-date {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
      padding: 0.5rem;
      color: #fff; }
  .rmc-cards .rmc-card .rmc-card-container .rmc-card-body {
    padding: 1rem 0.5rem; }

.rmc-filter-links {
  display: flex; }
  .rmc-filter-links div {
    margin-right: 1rem; }
    .rmc-filter-links div .active {
      opacity: 1;
      text-decoration: underline; }
    .rmc-filter-links div a {
      color: #1d1d1b;
      opacity: 0.7;
      text-decoration: none; }
      .rmc-filter-links div a:hover {
        color: #1d1d1b;
        opacity: 1;
        cursor: pointer;
        text-decoration: underline; }

.rmc-filter-search input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none; }
  .rmc-filter-search input::placeholder {
    opacity: 0.5;
    color: #6d7278; }

.rmc-filter-search button {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff; }
  .rmc-filter-search button i {
    color: #6d7278;
    opacity: 0.5; }
    .rmc-filter-search button i:hover {
      opacity: 1; }

.rmc-filter-date {
  position: relative; }
  .rmc-filter-date input::placeholder {
    color: #6d7278;
    opacity: 0.5; }
  .rmc-filter-date i {
    color: #6d7278;
    opacity: 0.5;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%); }

.rmc-card-box {
  position: relative;
  margin-bottom: 2rem; }
  .rmc-card-box .card-box-header {
    position: relative;
    height: 300px;
    overflow: hidden;
    background-color: #6d7278;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .rmc-card-box .card-box-header .card-box-date {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0.5rem;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
      color: #fff; }

.units-holder {
  display: flex; }
  .units-holder .rmc-unit-box {
    background-color: #f0f0f0;
    position: relative;
    min-height: 566px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .units-holder .rmc-unit-box .unit-box-header {
      height: 342px;
      overflow: hidden;
      border: 1px solid #f0f0f0;
      background-color: #6d7278;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .units-holder .rmc-unit-box .unit-box-body {
      padding: 0.8rem;
      flex-grow: 1; }
      .units-holder .rmc-unit-box .unit-box-body h5 {
        min-height: 60px; }
      .units-holder .rmc-unit-box .unit-box-body ul li {
        opacity: 0.7;
        margin-bottom: 0.5rem; }
        .units-holder .rmc-unit-box .unit-box-body ul li i {
          color: #99824d; }
    .units-holder .rmc-unit-box .unit-box-footer {
      background-color: #6d7278;
      position: relative;
      height: 40px;
      width: 100%;
      bottom: 0; }
      .units-holder .rmc-unit-box .unit-box-footer a {
        color: #fff;
        text-decoration: none;
        width: 100%;
        position: absolute;
        height: 40px;
        left: 0;
        padding: 0.5rem 0; }
      .units-holder .rmc-unit-box .unit-box-footer:hover {
        color: #fff;
        border-color: #676c72;
        background-color: #676c72; }

.rmc-ticket-box {
  background-color: #f0f0f0;
  position: relative;
  min-height: 617px; }
  .rmc-ticket-box .ticket-box-header {
    height: 342px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background-color: #6d7278;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .rmc-ticket-box .ticket-box-body {
    padding: 0.8rem; }
    .rmc-ticket-box .ticket-box-body h5 {
      min-height: 60px; }
    .rmc-ticket-box .ticket-box-body ul li {
      opacity: 0.7;
      margin-bottom: 0.5rem; }
      .rmc-ticket-box .ticket-box-body ul li i {
        color: #99824d; }
  .rmc-ticket-box .ticket-box-footer {
    background-color: #6d7278;
    position: relative;
    height: 40px;
    width: 100%;
    bottom: 0; }
    .rmc-ticket-box .ticket-box-footer a {
      color: #fff;
      text-decoration: none;
      width: 100%;
      position: absolute;
      height: 40px;
      left: 0;
      padding: 0.5rem 0; }
    .rmc-ticket-box .ticket-box-footer:hover {
      color: #fff;
      border-color: #676c72;
      background-color: #676c72; }

.rmc-page-sidebar-box {
  background: linear-gradient(#f0f0f0, rgba(245, 245, 245, 0.5), rgba(249, 249, 249, 0.3));
  margin-bottom: 1rem; }
  .rmc-page-sidebar-box .sidebar-box-body .box-body-social {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 1rem 3rem; }
    .rmc-page-sidebar-box .sidebar-box-body .box-body-social a {
      font-size: 20px;
      width: 40px;
      height: 40px;
      padding: 6px 0px;
      text-align: center;
      line-height: 1.42857; }
  .rmc-page-sidebar-box .sidebar-box-header {
    color: #99824d;
    padding: 0.5rem 1rem 0 1rem; }

.facility-component-image {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center; }

.read-more-btn {
  box-shadow: -20px 0px 5px rgba(255, 255, 255, 0.6);
  font-weight: bolder; }

.regulation-cards .regulation-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .regulation-cards .regulation-card .card-image {
    width: 50%;
    position: relative;
    background-color: #d1ccbd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    height: 400px; }
  .regulation-cards .regulation-card .card-content {
    width: 50%;
    padding: 0.5rem 1rem 1rem;
    background-color: white;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.search-item .search-item-title {
  color: #99824d; }

.search-item .search-item-link {
  font-style: italic;
  color: #6d7278; }

input[type="checkbox"] {
  position: absolute;
  left: -9999px; }
  input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding: 6px 0px 6px 21px;
    cursor: pointer; }
    input[type="checkbox"] + label:before {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin: -9px 0 0;
      width: 18px;
      height: 18px;
      background-color: white;
      border: 1px solid #ccc;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-background-size: 72px auto;
      -moz-background-size: 72px auto; }
  input[type="checkbox"]:checked + label:before {
    background-color: #0e2231;
    border: 4px solid #ccc; }
  input[type="checkbox"]:disabled + label {
    cursor: not-allowed; }
    input[type="checkbox"]:disabled + label:before {
      background-position: -36px 0; }
  input[type="checkbox"]:disabled:checked + label:before {
    background-position: -54px 0; }

.form-checkbox {
  position: relative;
  display: block; }
