* {
  font-family: "Assistant", arial, sans-serif;
}

:root {
  --blue: #1196cf;
  --eventsPrimaryColor2: #044986;
  --eventsPrimaryColor: rgb(0, 95, 179) !important;
  --text: #222;
}
.btn-success {
  color: #fff;
  background-color: #068924;
  border-color: #068924;
}

header .mobile-only {
  display: none;
}
.event-promo .ribbon {
  background-color: var(--eventsPrimaryColor) !important;
}

.events-header .btn.btn-primary {
  border-color: var(--eventsPrimaryColor) !important;
  background-color: var(--eventsPrimaryColor) !important;
  color: #fff;
}

.events-header .btn.btn-primary:hover,
.events-header .btn.btn-primary:active,
.events-header .btn.btn-primary:focus {
  border-color: var(--eventsPrimaryColor2) !important;
  background-color: var(--eventsPrimaryColor2) !important;
  color: #fff;
}

.events-header .btn-outline-primary:hover,
.events-header .btn-outline-primary:active,
.events-header .btn-outline-primary:focus {
  border-color: var(--eventsPrimaryColor2) !important;
  background-color: var(--eventsPrimaryColor2) !important;
  color: #fff;
}

.events-header span.btn {
  pointer-events: none;
}

.tags .badge-primary,
.mt-4 > .badge-primary {
  background-color: var(--eventsPrimaryColor) !important;
}

.mt-4 > .badge-primary {
  font-size: 1rem;
}
a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #1b71aa;
}

:root {
  --text: #272727;
}

figure {
  margin: 0;
}

.table {
  border: 1px solid #0372ac;
}

.table td,
.table th {
  border-top: 1px solid #0372ac;
}

.table thead th {
  border-bottom: 2px solid #0372ac;
  background: #f3faff;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #0372ac;
}
legend {
  font-size: 1rem;
}

.btn-primary {
  color: #fff;
  background: #0a7cac;
  border: 1px solid #0a7cac;
  border-radius: 100vw;
}

.btn-primary:hover {
  background: #2c79bd;
  border: 1px solid #2c79bd;
}
.btn-outline-primary {
  color: #2c79bd;
  border-color: #2c79bd;
}
.text-left {
  text-align: left !important;
}

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

.fa-external-link:before {
  content: none !important;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  padding-top: 0;
}

.header {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 9, 40, 1) 100%
  );
  color: #000;
  height: 125px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 20px;
}

.header.offset {
  background-color: #667997;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.header .logo {
}

.header .logo img {
  display: block;
  height: 90px;
}

.header nav {
  display: flex;
}

.header > nav ul {
  list-style: none;
}

.header nav > ul {
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-inline-start: 0.25rem;
}

.header nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 0.35rem 0;
  margin-inline: 10px;
  border-radius: 100vw;
}

.header nav > ul > li:last-child > span a::after {
  content: none;
}

.header nav > ul > li:hover > ul {
  display: block;
}

.header nav > ul > li > span > a {
  display: block;
  font-size: 1.42em;
  position: relative;
  margin-inline: 0.5rem;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-weight: 500;
}

.header nav > ul > li > span > a:hover {
  text-decoration: none;
  border-bottom: 2px solid var(--site2);
}

.header nav > ul > li:last-of-type > span > a {
  margin-inline-end: 0;
}

.header nav > ul > li > span > a::after {
  position: absolute;
  content: none;
  padding: 0;
  margin-inline: 0.6rem;
}

.header nav > ul > li > span > a.on {
  font-weight: bold;
}

.header nav > ul > li > ul {
  display: none;
  text-align: right;
  position: absolute;
  top: 100%;
  z-index: 9999;
  width: 430px;
  margin-right: -2px;
  background: #fff;
  color: #000;
  padding: 2rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: 0;
  border-radius: 20px;
  column-count: 2;
  border: 2px solid #f58740;
}

.header nav > ul > li > ul > li > span > a {
  color: var(--text);
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  padding-block: 0.7rem;
  position: relative;
}

.header nav > ul > li > ul > li > span > a::before {
  bottom: 0;
  content: "";
  position: absolute;
  width: 75px;
  height: 1px;
  background-color: #43c2cd;
  right: 0;
}

.header nav > ul > li > ul > li > span > a em.arrow {
  content: "";
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 5px;
  display: inline-block;
  margin-left: 10px;
}

.header nav > ul > li > ul > li > span > a em.arrow::before {
  content: "\f111";
  color: #43c2cd;
}
.header nav > ul > li > ul > li > span > a:hover em.arrow::before {
  visibility: hidden;
}
nav > ul > li > ul > li[data-id="hugim"] {
  display: none;
}

li[data-id="hugim"] {
  padding-inline: 1.5rem !important;
  background-color: #2c79bd;
  border: 2px solid #fff;
}

li[data-id="hugim"]:hover {
  border: 2px solid #fff;
  background-color: #405474;
}

li[data-id="hugim"]:hover a {
  text-decoration: none;
}

.header .header-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  width: fit-content;
  position: relative;
  margin-right: auto;
}

.header .reh img {
  height: 50px;
}

.header-side .icon-btn {
  float: right;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  transition: all 0.3s ease-in;
  border-radius: 5rem;
  position: relative;
}

.header-side .icon-btn.ezor span {
  background-color: #ffffffc5;
  width: 70px;
  display: block;
  border-radius: 5px;
  position: absolute;
  top: 18px;
  text-align: center;
  right: -10px;
}
.header-side .icon-btn.search {
  background-size: 30px;
}

.icon-btn.hoogim.active .offset::after {
  opacity: 1;
}
.header a.icon-btn.muni {
  height: 100px;
  width: 120px;
  background-size: 100%;
  background-position: bottom;
  border-radius: 0 0 25px 0;
  top: -22px;
}
.header-side .icon-btn:hover {
  transform: scale(1.05);
}

.header-side a:before {
  content: none;
}

/* Header Search */
.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: rgba(26, 127, 194, 0.78);
  border-bottom: 2px solid #8eb20f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-search .content {
  position: relative;
  height: 100%;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  outline: none;
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search button.submit {
  left: 101px;
  font-size: 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.header-search button.submit:hover {
  color: #754c29;
}

.mobile-soc {
  margin-top: 5rem;
  padding: 0.5rem 0.2rem;
  display: flex;
  justify-content: space-around;
}
.mobile-soc .icon-btn.ezor {
  position: relative;
  left: auto;
  border-radius: 100vw;
  background-color: #fff;
}
/* .mobile-soc .icon-btn.ezor span {
  top: 10px;
  left: auto;
  color: #fff;
} */
ul.mobile-soc a.icon-btn {
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  border-radius: 10px;
  background-size: cover;
}

.mobile-soc .icon-btn.accessibility,
.mobile-soc .icon-btn.search {
  display: none;
}

.searching input {
  width: 100%;
  font-size: 0.95rem;
  padding: 0.5rem 0.8rem;
  border-radius: 50px;
  border: 1px solid var(--blue);
  font-weight: 500;
  background-color: #fff;
  color: var(--site1);
  transition: all 0.5s ease-out;
}

.searching input:focus-visible {
  border-color: var(--blue);
  outline-color: var(--blue);
}

.header .searching {
  position: relative;
  max-width: 280px;
}

.header .searching .icon-btn {
  border-radius: 50px;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 30px;
  height: 30px;
}

.header .searching .icon-btn img {
  width: 20px;
}

/* Toggle Navigation Button */
a.toggle-nav {
  display: none;
}

/* Footer */
.footer {
  padding: 1.5rem 0;
}

.footer p {
  margin: 0;
}

.footer ul {
  height: 159px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer ul a {
  font-size: 1.1rem;
  color: var(--text);
}

.footer ul li {
  padding-bottom: 0.35rem;
}

.symbol {
  position: relative;
}

.symbol img {
  padding: 1rem 3rem;
  background-color: #fff;
  z-index: 3;
  width: 360px;
}

.symbol::after {
  content: "";
  position: absolute;
  top: 78px;
  width: 100%;
  height: 1px;
  background-color: var(--blue);
  left: 0;
  z-index: 0;
}

/* Breadcrumbs */
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul > li {
  display: inline-block;
}

.breadcrumbs ul > li:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
}

.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

/* bNagish */
.bNagish-toggle {
  bottom: auto;
  top: 32px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: none;
}

.bNagish-toggle em {
  font-size: 18px;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
  padding: 3px;
  border-radius: 30px;
}

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0px;
  z-index: 999999;
  width: 100%;
  background: rgba(26, 127, 194, 0.78);
  height: 100%;
  border-bottom: 2px solid #8eb20f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-search .content {
  position: relative;
  width: 75%;
  margin: auto auto;
  top: 34%;
  height: 100px;
  border-radius: 50px;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  height: 100px;
  outline: none;
  border-radius: 50px;
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search button.submit {
  left: 101px;
  font-size: 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 100px;
}

.header-search button.close {
  height: 100px;
}

.header-search button.submit:hover {
  color: var(--blue);
}

a.toggle-nav {
  display: none;
}

.footer {
  padding: 3rem 0 1rem;
  background: #fff;
  color: #000;
}

.footer p {
  margin: 0;
}

.footer .f_reh {
  max-width: 180px;
}

.box {
  width: 100%;
  max-width: 500px;
  opacity: 0;
  position: absolute;
  top: -40rem;
  right: 50%;
  transform: translateX(50%);
  transition: all 0.3s ease-in;
  z-index: 2;
}

.box.active {
  opacity: 1;
  top: 7rem;
}
.box #closeMe {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  left: 0;
  position: absolute;
  z-index: 1;
  top: -1rem;
  background: #fff;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #15a3af;
}
.col-event-search {
  padding-top: 50px;
}

.events-search {
  position: relative;
  border-radius: 2rem;
  padding: 1.58rem 1.5rem;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: inherit;
  margin-bottom: 1.5rem;
  background: #fff;
}
.events-search {
  /* margin: 0 30px;
    min-height: 315px; */

  margin: 0 30px;
  min-height: 315px;
  padding-top: 8rem;
}
.events-search .close {
  position: relative;
  z-index: 3;
}
.events-search::after {
  content: "";
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 0;
  border-bottom: 30px solid #fff;
  top: -12px;
  right: 50px;
  z-index: 1;
  position: absolute;
  filter: drop-shadow(0px -17px 10px rgba(0, 0, 0, 0.13));
}
.events-search h3 {
  margin-top: 0;
  padding-bottom: 0.5rem;
  position: relative;
}
.events-search h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #47c2cd;
}
.events-search h3 span {
  display: inline-block;
  padding: 0.25rem 0;
  font-weight: bold;
  font-size: 1.75rem;
  color: #657a98;
  background-color: transparent;
}

.events-search input,
.events-search select,
.events-search .btn {
  border-radius: 0.25rem;
}

.events-search .btn-primary {
  background: #20a4b0;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 0.125rem 1.5rem;
  border: 2px solid #fff;
}
.events-search h2 + .form-group {
  margin-top: 1.5rem;
}
.events-search .form-group {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.4rem;
}
.events-search .form-group + .form-group:last-child {
  gap: 3px;
}
.page-content-nav {
  display: none;
}

.events-search .form-control {
  font-weight: 500;
  height: calc(2.25rem + 12px);
  border: none;
}

.events-search div[class^="col-md-"] {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ced4da;
  padding: 0 5px;
}

.events-search div[class^="col-md-"] + div[class^="col-md-"] {
  margin-right: 1px;
}

.events-search div[class^="col-md-"] img {
  width: 20px;
  object-fit: contain;
}
.page-content-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-content-nav ul > li {
  border-bottom: 1px solid #ddd;
}

.page-content-nav ul > li a {
  padding: 1rem;
  display: block;
}

.sub-pages-nav.with-icons a {
  border: 1px solid;
  background: #fff;
  border-radius: 30px;
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1rem;
  height: 160px;
  position: relative;
  box-shadow: 0 0 26px rgb(0 0 0 / 13%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #333;
}

.sub-pages-nav.with-icons ul > li:nth-child(5n + 1) a {
  border-color: #267bbe;
}

.sub-pages-nav.with-icons ul > li:nth-child(5n + 2) a {
  border-color: #47c3ce;
}

.sub-pages-nav.with-icons ul > li:nth-child(5n + 3) a {
  border-color: #93cf61;
}

.sub-pages-nav.with-icons ul > li:nth-child(5n + 4) a {
  border-color: #f68842;
}

.sub-pages-nav.with-icons ul > li:nth-child(5n + 5) a {
  border-color: #6c78b9;
}

.social-share {
  font-size: 16px;
  text-align: center;
}

.social-share h2 {
  color: #333333;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.social-share a {
  min-width: 40px;
  text-align: center;
  display: inline-block;
}

.sub-pages-nav.outside {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
}

.sub-pages-nav ul ul {
  display: none;
}

.sub-pages-nav ul > li {
  width: 25%;
  float: right;
  position: relative;
  padding: 1rem;
}

.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.skip-ad .skip-ad-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}

.skip-ad .skip-ad-content {
  margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
  background: #fff;
  padding: 30px;
}

.skip-ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.skip-ad .skip-ad-close {
  position: fixed;
  top: 30px;
  width: 100%;
  text-align: left;
}

.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: red;
  color: #000;
}
.exhibits-filter .form-control {
  border-radius: 2rem;
  border-color: #2c79bd;
}
.exhibits-filter .form-group {
  margin-bottom: 0;
  flex: 1 1 180px;
}
.exhibits-filter form {
  margin-right: 1rem;
  width: 100%;
  max-width: 500px;
  display: flex;
}
.exhibits-filter form button {
  margin-right: 1rem;
}
.exhibits-filter .col-md-12 {
  display: flex;
  align-items: center;
}
.exh-promo .grade {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(101, 123, 153, 0) 25%,
    rgb(0, 0, 0) 100%
  );
  inset: 0;
  margin: auto;
  z-index: 0;
  mix-blend-mode: multiply;
}
.col-lg-3:has(.exh-promo) a {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.exh-promo {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin: 1rem 10px;
}

.exh-promo .name {
  padding: 0 1rem 1rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2;
  width: 100%;
  z-index: 2;
}
.exh-promo .name h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.exh-promo .name h3 {
  font-size: 1.5rem;
}

.exh-promo .date,
.exh-promo .loc {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.exh-btn {
  color: var(--eventsPrimaryColor);
  border-color: var(--eventsPrimaryColor);
  border-radius: 100vw;
}

.exh-btn:hover {
  color: #fff;
  background-color: var(--eventsPrimaryColor);
}

.exh-promo i {
  margin-left: 10px;
  font-size: 0.87rem;
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #f1f1f1;
  z-index: 9999999;
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  visibility: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.mobile-navigation.open {
  left: 0;
  visibility: visible;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation .content {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.mobile-navigation .content .head {
  width: 100%;
  text-align: left;
  margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: 0;
  font-size: 20px;
  margin: 1rem;
  border-radius: 10px;
}

.mobile-navigation nav {
  margin: 1rem;
  color: #fff;
}

.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation nav a {
  color: inherit;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on > span > a {
  font-weight: bold;
}

.mobile-navigation nav button {
  display: none;
}

.mobile-navigation nav ul ul {
  display: none;
}

.mobile-navigation nav li {
  border-bottom: 1px solid #ddd;
}

.mobile-navigation nav ul li[data-id="hugim"] {
  display: none;
}

.mobile-navigation nav li > span {
  display: block;
  position: relative;
}

.mobile-navigation nav ul ul {
  background: rgba(0, 0, 0, 0.02);
}

.mobile-navigation nav button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.mobile-navigation nav a {
  display: block;
  padding: 15px;
  margin-right: 48px;
}

.mobile-navigation nav .toggle-sub-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  overflow: hidden;
  padding: 0 15px;
  background: none;
  border: 0;
  background: rgba(0, 0, 0, 0.02);
  color: inherit;
  font-family: "FontAwesome";
  font-style: normal;
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
  content: "\f078";
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
  content: "\f111";
  font-size: 25%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}

.mobile-navigation-search {
  position: relative;
  margin: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 100vw;
  overflow: hidden;
}

.mobile-navigation-search input {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #fff;
  border: 0;
}

.mobile-navigation-search button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: none;
  border: 0;
  padding: 0 1rem;
}

.mobile-navigation {
  background: #1a7fc2;
  border-right: 2px solid #fff;
}

.mobile-navigation .content .head .button {
  background: #fff;
  color: #1a7fc2;
}
video#anim {
  width: 250px;
  z-index: 2;
}
.page-header {
  height: 460px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: -1;
}

.page-content-head h1 {
  margin: 0;
}

.page-content-head a {
  color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
  display: none;
}

.page-content-body {
  padding: 1.5rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  min-height: 20rem;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
}

.page-content-head {
  background: rgb(0 26 121 / 85%);
  color: #fff;
  padding: 1.5rem;
  border-radius: 25px 25px 0px 0px;
  position: relative;
  backdrop-filter: blur(5px);
}

.page-content {
  margin-bottom: 3rem;
}

.page-phonebook {
  background: #98e2ff36;
  border-right: 5px solid #98e2ff;
  border-radius: 20px;
  padding: 10px;
  padding-bottom: 0;
}

.page-phonebook h2 {
  color: var(--blue);
}
.cat-info {
  line-height: 2;
}
.phonebook-contact .cat-info {
  display: inline;
}

.phonebook-contact .cat-pic {
  padding-left: 25px;
  padding-bottom: 7px;
  float: right;
  width: 100%;
  max-width: 159px;
  shape-outside: square();
}

.phonebook-contact {
  background-color: #fff;
}

.phonebook-contact .info {
  padding: 1rem;
  margin-top: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 9px;
}

.phonebook-contact .info .col-md-2 img {
  width: 87px;
  aspect-ratio: 1;
  object-fit: cover;
}

.sub-pages-nav a {
  display: block;
  color: inherit;
  background: #f1f1f1;
  padding: 1rem;
  font-size: 1.3rem;
}

.sub-pages-nav.outside a {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav.with-icons a .icon {
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
}

.sub-pages-nav.with-icons a .icon img {
  max-width: 100%;
  max-height: 61px;
  position: relative;
  filter: brightness(0%);
  opacity: 0.7;
}

.sub-pages-nav.with-icons a span:last-child {
  min-height: 34px;
  max-height: 34px;
  overflow: hidden;
}

.sub-pages-nav .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  color: #657177;
}

.sub-pages-nav .arrow:before {
  content: "\f104";
}

.toc-container {
  border: 1px solid #ddd;
  background: #f1f1f1;
  display: inline-block;
  padding: 0.5rem;
}

.toc-toggle a span {
  display: none;
}

.toc-toggle a:before {
  content: "הצג";
}

.toc-container.active .toc-toggle a:before {
  content: "הסתר";
}

.toc-expendable {
  display: none;
}

.toc-expendable ol {
  margin: 0;
  margin-top: 1rem;
}

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin-bottom: 1rem;
}

.rich-content h3 {
  color: #1d65a5;
}

.rich-content p {
  font-size: 17px;
}
.rich-content .btgrid .row {
  display: flex;
  flex-wrap: wrap;
}

.btgrid .row-1 .content img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hugim-btn {
  z-index: 99;
  position: fixed;
  top: 150px;
  left: -3px;
  width: fit-content;
  padding: 1px 0;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #47c2cd;
  border: var(--blue) solid 3px;
  border-radius: 0 100vw 100vw 0;
  transition: all 0.2s ease;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.hugim-btn img {
  width: 100px;
}

.hugim-btn a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.hugim-btn:hover {
  transform: scale(1.2);
}
.col-left {
  text-align: center;
}
.oo {
  /* position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  color: #2c7abe; */

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  color: #2c7abe;
  margin-block: 17px;
}
.oo::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #eee;
  z-index: 1;
}
.oo span {
  display: block;
  width: 150px;
  width: 90px;
  position: relative;
  padding: 5px 0.5rem;
  background-color: #fff;
  z-index: 2;
  font-size: 1.25rem;
}

.form-header-search2 {
  /* border-radius: 50px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 1em;
  padding: 7px;
  height: 100%;
  outline: none; */

  border-radius: 50px;
  border: 1px solid #eee;
  font-size: 1em;
  padding: 7px;
  outline: none;
  position: absolute;
  z-index: 11;
  height: 56px;
  width: 84%;
  top: 30px;
  right: 42px;

  & .content {
    position: relative;
    height: 100%;
    display: flex;
  }
  & .header-search button.submit {
    left: 5px;
    font-size: 1rem;
    border-radius: 50px;
    background-color: var(--site4);
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
  }

  & input {
    border: none;
    outline: none;
    width: calc(100% - 40px);
    padding-inline-start: 10px;
  }

  & button {
    background-color: #20a4b0;
    color: #fff;
    border-radius: 100vw;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
  }
}

@media print {
  .page-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .header,
  .blocks-skip,
  #bNagish,
  .mobile-navigation-container,
  .page-header,
  .social-share,
  .footer,
  .skip {
    display: none;
  }
}

.card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  overflow: hidden;
}

.card-header {
  background: #197fc2;
  color: #fff;
}

.card-body {
  background: #fff;
  padding: 1rem 1.25rem;
}

.rich-content .contact-man {
  display: block;
  color: inherit;
  background: #f9f8f8;
  color: #000;
  margin-bottom: 1.5rem;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid var(--blue);
  box-shadow: rgba(40, 63, 63, 0.35) 0px 5px 15px;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--blue);
}

.rich-content .contact-man a {
  color: inherit;
}

.rich-content .contact-man .row > div:first-child {
  font-size: 1.2rem;
  padding: 1rem 3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
}

.rich-content .contact-man .row > div:nth-child(2) {
  font-size: 1.2rem;
  padding: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.rich-content .contact-man .row > div:nth-child(2) > div {
  min-height: 45px;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 0.5rem;
}

.rich-content .contact-man .row > div:nth-child(3) {
  font-size: 1.2rem;
  padding: 1rem;
}

.rich-content .contacts {
  color: #333;
  display: none;
}

.rich-content .contact-man .toggle-contacts {
  display: block;
  padding: 0.5rem 0.75rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.rich-content .contact-man .toggle-contacts:after {
  font-family: "FontAwesome";
  content: "\f104";
  position: absolute;
  top: 0.6rem;
  left: 0.8rem;
}

.rich-content .contact-man table {
  background: #fff;
}

.ui-front {
  z-index: 999999999;
}

.social-share a:hover {
  transform: scale(1.4);
}
.feedback .answer label .indicator:hover {
  transform: scale(1.1);
  border: 2px solid var(--blue);
}
.feedback .answer label .indicator:focus,
.feedback .answer label .indicator:active {
  border: 2px solid var(--blue);
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) {
  .table-responsive {
    display: table;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 80vw;
  }
}

@media (min-width: 992px) and (max-width: 1350px) {
  .header .logo img {
    height: 82px;
  }
  .header .header-side {
    padding-left: 10px;
  }
  .header a.icon-btn.muni {
    height: 50px;
    width: 90px;
    background-size: 70%;
    background-position: center;
    border-radius: 0;
    top: 0;
  }
}

@media (max-width: 1280px) {
  body {
    padding-bottom: 70px;
  }

  .header .logo img {
    height: 70px;
  }

  .header .logo {
    padding: 0;
  }

  .header .logo:before {
    content: none;
  }

  .header-side {
    padding-left: 5rem;
  }

  .header-side > div.icons {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 2rem 0 0;
    padding: 0.75rem 1.5rem;
    padding-left: 55px;
  }

  .header nav > ul > li > span > a {
    font-size: 1.22rem;
  }

  .header-side > form {
    display: none;
  }

  .page-header {
    height: 260px;
  }
}

@media (min-width: 992px) {
  .page-content {
    margin-top: -7.6rem;
    border-radius: 25px 25px 0px 0px;
  }
}

@media (max-width: 991px) {
  .header-side .icon-btn.ezor span {
    display: none;
  }
  body {
    padding-bottom: 0;
  }
  .icon-btn.search {
    display: none;
  }
  .hugim-btn {
    padding: 1px;
  }

  .hugim-btn img {
    width: 62px;
  }

  .hugim-btn:hover {
    transform: scale(1);
  }

  .header .mobile-only {
    color: #fff;
    text-align: center;
    position: absolute;
    display: flex;
    padding: 8px;
    border-radius: 50px;
    width: fit-content;
    line-height: 1.5;
    left: 115px;
    background-color: #2b395a;
    justify-content: center;
    font-size: 1.2rem;
    border: 1px solid #fff;
  }

  .header .mobile-only i {
    display: flex;
    align-items: center;
    padding-left: 3px;
    display: none;
  }
  a.icon-btn.ezor {
    position: absolute;
    left: 180px;
    left: 130px;
  }
  .box {
    position: fixed;
    max-width: 320px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .header {
    padding: 0 10px;
    height: 105px;
  }

  .header a.reh {
    position: absolute;
    display: none;
  }

  .header .icon-btn + .icon-btn {
    display: none;
  }

  .header .icon-btn.hoogim {
    border: none;
    left: 6rem;
    width: 155px;
    padding: 0.5rem;
    /* padding-inline-start:0.5rem; */
    background-image: none !important;
    text-align: center;
  }

  .icon-btn.hoogim .offset {
    font-size: 1rem;
  }

  .header .logo img {
    height: 75px;
  }

  .page-content {
    margin: 0 -15px;
    margin-bottom: 3rem;
  }

  .header .navigation {
    display: none;
  }

  .page-header {
    height: 220px;
  }

  a.toggle-nav {
    display: block;
    position: absolute;
    top: 31px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f68842;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    font-size: 24px;
  }

  .bNagish-toggle {
    display: block;
    top: 32px;
    bottom: auto;
    left: 67px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #267bbe;
  }

  .footer {
    text-align: center;
  }

  .page-content-head {
    background: rgb(26 127 194 / 100%);
    border-radius: 0;
    padding: 1rem;
  }

  .page-content-head button {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 1rem;
    color: #fff;
    font-size: 2rem;
  }

  .page-content-head button em:before {
    content: "\f13a";
  }

  .page-content-head button.opened em:before {
    content: "\f139";
  }

  .page-content-body {
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer ul {
    height: auto;
    text-align: right;
    padding-right: 2rem;
    display: none;
  }

  .symbol img {
    padding: 1rem;
    width: 320px;
  }

  .footer .symbol.d-flex {
    display: none !important;
  }

  .col-lg-6.d-flex.justify-content-end.align-items-start a {
    margin-inline: auto;
  }

  .phonebook-contact .cat-pic {
    float: unset;
  }

  .footer .container div.text-left {
    text-align: center !important;
  }
}

@media (max-width: 440px) {
  .header {
    padding: 0;
  }

  .header .logo img {
    position: relative;
    height: 55px;
    right: -10px;
  }
}

/* ---- grid ---- */
body:has(.gallery-grid) footer,
body:has(.gallery-grid) .feedback {
  display: none;
}
.gallery-grid {
  position: relative;
  margin-bottom: 20px;
}
.page-content-body:has(.gallery-grid) {
  box-shadow: none;
  position: relative;
  height: auto;
  min-height: 100vh;
}
.grid {
  border: #ddd 1px solid;
  width: 100%;
  position: relative;
  z-index: 3;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
  padding: 10px;
}
.grid-item a {
  min-height: 500px;
}

.site-const {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  width: 300px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  transform-origin: bottom left;
  transform: scale(1.5);
}

.site-const > div {
  width: 100%;
  height: 100%;
  position: relative;
}

.site-const > div > div {
  position: absolute;
  bottom: 50px;
  left: 5px;
  z-index: 999;
  background: #d56b27;
  color: #fff;
  transform: rotate(312deg);
  padding: 0.2rem 5rem;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .site-const {
    transform: scale(0.75);
    bottom: 0;
    right: -140px;
  }
}

.whatsBtn {
  position: fixed;
  bottom: 110px;
  left: 35px;
  z-index: 999;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.35));
  text-align: center;
}

.whatsBtn a {
  color: #29aa53;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
}

.whatsBtn .btnText {
  background-color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
}
