* {
  font-family: "Open Sans Hebrew", arial;
}

/**/

.btn {
  white-space: normal;
}

body,
html {
  height: 100%;
}

body {
  margin-top: 135px;
}

a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.app-view body {
  margin-top: 0;
}

@media print {
  .skip,
  .blocks-skip {
    display: none;
  }
}

/**/

.header {
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;

  background: #fff;
  color: #111;
  border-bottom: 2px solid #61bc47;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header.offset {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.header a {
  color: inherit;
}

.header .container-fluid {
  padding: 0;
}

.header .logo {
  margin-top: 10px;
  margin-right: 8px;
  display: block;
}

[dir="ltr"] .header .logo {
  margin-right: auto;
  margin-left: 8px;
}

.header .logo img {
  max-height: 60px;
  display: block;
}

.header .container-fluid,
.header .pull-start,
.header .pull-end,
.header .pull-right,
.header .pull-left {
  height: 100%;
}

.header .side {
  height: 100%;
}

@media print {
  .header .side {
    display: none;
  }
}

/**/

.header-buttons {
  float: right;
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
}

[dir="ltr"] .header-buttons {
  float: left;
}

@media (max-width: 1229px) {
  .header-buttons {
    margin-left: 46px;
  }

  .header-buttons .btn {
    /* display: none; */
  }

  /*.header-buttons .btn:last-child {
		display: block;
	}*/
}

.header-buttons .btn {
  height: 40px;
  border: 0;
  border-radius: 0;
  position: relative;
  width: 40px;
  float: right;
  background: #111;
  color: #fff;
  margin-right: 6px;
  margin-top: 20px;
}

[dir="ltr"] .header-buttons .btn {
  float: left;
  margin-right: 0;
  margin-left: 10px;
}

.header-buttons .btn > em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}

.header-buttons .btn > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.header-buttons .btn.app {
  background: #f1f1f1;
}

.header-buttons .btn.facebook {
  background: #3b5998;
}

.header-buttons .btn.instagram {
  background: #7b6945;
}

.header-buttons .btn.whatsapp {
  background: #27c13d;
}

.header-buttons .btn.tripadvisor {
  background: #006a0f;
}

.header-buttons .btn.youtube {
  background: #ea1111;
}

.header-buttons .btn.search-btn {
  background: #61bc47;
}

.header-buttons .btn.user-menu-toggle {
  background: #358a43;
}

.header-buttons .btn:hover {
}

/**/

.toggle-nav {
  background: none;
  border: 0;
  position: fixed;
  top: 19px;
  left: 20px;
  z-index: 99999999;

  width: 40px;
  height: 40px;

  display: none;
}

.toggle-nav:hover,
.toggle-nav:focus {
  outline: 0;
}

[dir="ltr"] .toggle-nav {
  left: auto;
  right: 20px;
}

@media (max-width: 1229px) {
  .toggle-nav {
    display: block;
  }
}

.toggle-nav .icon {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;

  background: #61bc47;
}

.toggle-nav .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  right: 5px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

[dir="ltr"] .toggle-nav .icon span {
  margin-left: 5px;
}

.toggle-nav .icon span:nth-child(1) {
  top: 8px;
}

.toggle-nav .icon span:nth-child(2),
.toggle-nav .icon span:nth-child(3) {
  top: 18px;
}

.toggle-nav .icon span:nth-child(4) {
  top: 28px;
}

.toggle-nav .icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.toggle-nav .icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-nav .icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle-nav .icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/**/

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

@media (min-width: 1230px) {
  .navigation,
  .navigation nav,
  .navigation nav > ul {
    height: 100%;
  }

  .navigation {
    float: right;
  }

  [dir="ltr"] .navigation {
    float: left;
  }

  .navigation nav > ul {
    display: table;
    height: 100%;
  }

  .navigation nav > ul > li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }

  .navigation nav > ul > li > span > a {
    text-decoration: none;
  }

  .navigation nav > ul > li:hover > span > a,
  .navigation nav > ul > li > span > a:hover,
  .navigation nav > ul > li > span > a:focus {
    color: #61bc47;
  }

  .navigation nav > ul > li:first-child > span > a:before {
    content: "";
  }

  .navigation nav > ul > li.has-child > span > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #61bc47;
  }

  .navigation nav > ul > li.on > span > a,
  .navigation nav > ul > li > span > a.on {
    color: #61bc47;
    font-weight: bold;
  }

  .navigation nav > ul > li.on > span > a:after,
  .navigation nav > ul > li > span > a.on:after,
  .navigation nav > ul > li:hover > span > a:after,
  .navigation nav > ul > li > span > a:hover:after {
    color: inherit;
  }

  /*sub*/

  .navigation nav > ul ul {
    display: none;
  }

  .navigation nav > ul > li > ul {
    position: absolute;
    top: 100%;
    z-index: 9999;
    right: 50%;

    padding: 10px 0;

    width: 250px;

    background: rgba(255, 255, 255, 0.9);
    border-top: 3px solid #61bc47;
    color: #000;
    text-align: right;

    -webkit-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.1s ease-in-out;

    font-weight: normal;

    margin-right: -125px;
  }

  [dir="ltr"] .navigation nav > ul > li > ul {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: -125px;
  }

  [dir="ltr"] .navigation nav > ul > li:hover:after {
    margin-right: 0;
    margin-left: -7px;
  }

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

  .navigation nav > ul > li > ul > li {
  }

  .navigation nav > ul > li > ul > li > span > a {
    display: block;
    padding: 10px;
    /*white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;*/
    color: inherit;
  }

  .navigation nav > ul > li > ul > li > span > a em {
    color: #785739;
    margin-left: 5px;
  }
}

@media (max-width: 1229px) {
  .navigation {
    display: none;

    position: fixed;
    top: 80px;
    right: 0;
    z-index: 9;

    background: #fff;
    color: #000;

    height: 100%;
    overflow: auto;
  }

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

  .navigation nav ul li .toggle-sub {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px;
    background: none;
    border: 0;
  }

  .navigation nav ul li .toggle-sub:after {
    content: "\f078";
    font-family: "FontAwesome";
  }

  .navigation nav ul li .toggle-sub.opened:after {
    content: "\f077";
    font-family: "FontAwesome";
  }

  .navigation nav ul li a {
    display: block;
    padding: 10px;
  }

  .navigation nav ul ul {
    display: none;
  }

  .navigation nav > ul > li > a {
    font-size: 1.2em;
  }

  .navigation nav > ul > li > ul {
    background: #fcf8f1;
    border-top: 1px solid #ddd;
  }

  .navigation nav > ul > li > ul a {
    color: #333;
  }

  .navigation nav > ul > li > ul > li > ul {
    background: #f1f1f1;
    border-top: 1px solid #ddd;
  }

  .navigation nav > ul > li > ul > li > ul > li > ul {
    background: #e4e4e4;
    border-top: 1px solid #ddd;
  }
}

/**/

.header .user-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  background: #f1f1f1;
  color: #333;
  padding: 20px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
  display: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

/* Header Search */

.header-search {
  float: right;
  width: 350px;
  background: #fff;
  height: 40px;
  margin-top: 2px;
  margin-left: 20px;
}

[dir="ltr"] .header-search {
  margin-left: 0;
  margin-right: 2px;
}

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

.header-search input {
  border: 0;
  background: #f1f1f1;
  width: 100%;
  font-size: 1rem;
  height: 100%;
  outline: none;
  padding: 0 0.5rem;
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40px;
  background: #61bc47;
  color: #fff;
  border: 0;
  cursor: pointer;
}

[dir="ltr"] .header-search button {
  left: auto;
  right: 0;
}

.header-search button.submit:hover {
  color: #2e2564;
}

@media (max-width: 1229px) {
  .header-search {
    margin-left: 80px;
  }

  [dir="ltr"] .header-search {
    margin-left: auto;
    margin-right: 80px;
  }
}

@media (max-width: 1440px) {
  [dir="ltr"] .header-search {
    width: 40px;
  }

  [dir="ltr"] .header-search input {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-search {
    width: auto;
    margin-left: 60px;
  }

  .header-search input {
    display: none;
  }
}

/* breadcrumbs */

.app-view .breadcrumbs {
  display: none;
}

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

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

.breadcrumbs ul > li:after {
  content: "›";
}

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

/**/

footer {
  background: #333;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer a {
  color: #f5eff4;
}

footer a:hover,
footer a:focus {
  color: #f5eff4;
}

@media print {
  footer {
    display: none;
  }
}

.footer-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-categories > ul {
  columns: 3;
}

.footer-categories > ul > li {
  display: block;
}

@media (max-width: 991px) {
  .footer-categories > ul > li {
    margin-right: 0;
    float: none;
  }
}

.footer-categories > ul > li > a {
  font-weight: bold;
  color: #f5eff4;
}

.footer-categories > ul > li > ul > li > a {
  color: #f1f1f1;
}

.footer .facebook {
  color: #6ab0ff;
}

.footer .fb-page,
.footer .fb-page span,
.footer .fb-page span iframe[style] {
  width: 100% !important;
}

/**/

.page-header {
  background: #61bc47;
  color: #fff;
  padding: 15px 0;
  position: relative;
}

@media (min-width: 992px) {
  .page-header .social-share {
    position: absolute;
    bottom: 15px;
    left: 15px;
  }

  [dir="ltr"] .page-header .social-share {
    left: auto;
    right: 15px;
  }
}

.page-header.category-4 {
  background: #7ec6eb;
  color: #000;
}

.page-header.category-29 {
  background: #bed62f;
  color: #000;
}

.page-header.category-32 {
  background: #faa61a;
  color: #000;
}

.page-header h1 {
  margin: 0;
}

.page-header .breadcrumbs a {
  color: inherit;
}

/**/

.page-wrapper {
}

/**/

.bNagish,
.bNagish-container {
  height: 100%;
}

.bNagish-toggle {
  padding: 5px 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  top: 50%;
  margin-top: -20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

/**/

.mobile-navigation .buttons a {
  display: block;
  padding: 20px 25px;
  float: right;
  font-size: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-navigation-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

  display: none;
}

.mobile-navigation {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  left: 0;
  background: #61bc47;
  color: #fff;
  z-index: 9999;
  overflow: auto;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

  margin-left: -300px;
}

[dir="ltr"] .mobile-navigation {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -300px;
}

.mobile-navigation.opened {
  margin-left: 0;
}

[dir="ltr"] .mobile-navigation.opened {
  margin-left: 0;
  margin-right: 0;
}

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

.mobile-navigation ul ul {
  background: rgba(255, 255, 255, 0.1);
  display: none;
}

.mobile-navigation ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.mobile-navigation ul li a {
  color: inherit;
  display: block;
  padding: 15px;
}

.mobile-navigation .icons {
  background: rgba(0, 0, 0, 0.1);
  padding-left: 80px;
}

.mobile-navigation .icons a {
  display: inline-block;
  padding: 20px;
  color: #fff;
}

.mobile-navigation .icons a em {
  font-size: 25px;
}

/**/

/**/

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

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

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

.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 {
  background: yellow;
  color: black;
}

.map-promo {
  border-radius: 10px;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  position: relative;
  margin-right: 25px;
  width: 250px;
  display: block;
}

.map-promo:hover {
  color: #fff;
}

.gm-style-iw {
  position: relative;
}

.gm-style-iw:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 50px 20px 0;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -50px;
  left: 105px;
}

.map-promo img {
  border-radius: 10px;
}

.map-promo p {
  font-size: 14px;
  font-weight: bold;
  padding: 1rem;
  margin: 0;
  text-align: center;
}

.map-arrow {
  border-top: 40px solid #333 !important;
  margin-top: -15px;
}

.map-promo.cat-32 {
  background: #faa61a;
  color: #333;
}

.map-promo.cat-29 {
  background: #bed62f;
  color: #333;
}

.map-promo.cat-4 {
  background: #7ec6eb;
  color: #333;
}

/**/

.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: 50%;
  float: right;
  position: relative;
  padding: 1rem;
}

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

.sub-pages-nav a {
  display: block;
  color: inherit;
  border-right: 3px solid #61bc47;
  background: #f1f1f1;
  padding: 1.3rem;
  font-size: 1.3rem;
}

@media (min-width: 992px) {
  .sub-pages-nav a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

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

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

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

[dir="ltr"] .sub-pages-nav .arrow:before {
  content: "\f105";
}

.no-res {
  padding: 2rem;
  font-size: 1.3rem;
  text-align: center;
}

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

@media print {
  .social-share {
    display: none;
  }

  .custom-business-form {
    display: none;
  }

  .nearby {
    display: none;
  }
}

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

.card-body {
  background: #e9efed;
}

.signature-canvas {
  background: #fff;
}

/**/

.lang-btn {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.46rem 0;
  line-height: 1rem;
  text-align: center;
  border: 1px solid #111;
  margin-top: 20px;
  background: #fff;
  color: #4887d1;
  font-size: 1.4rem;
  position: relative;
}

.lang-btn > .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  z-index: 999;
  margin-top: -1px;
}

.lang-btn:hover {
  border-radius: 2rem 2rem 0 0;
}

.lang-btn:hover > .sub {
  display: block;
  width: 250px;
  direction: ltr;
  text-align: left;
  border-radius: 0 2rem 2rem 2rem;
}

.smart-form .form-group > legend {
  font-size: 1rem;
}

* {
  font-family: "arimo", sans-serif;
  font-optical-sizing: auto;
}
:root {
  --prime1: #006e42;
  --prime1RGB: 0, 110, 66;
  --prime2: #6dc866;
  --prime3: #3f9c52;
  --prime4: #ec8836;
  --lgreen: #b4e1a8;
  --ocean: #86b6a0;
  --safeGreen: #2d8335;
  --text: #222;
}
.gradelayer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    236deg,
    rgba(0, 110, 67, 1) 0%,
    rgba(0, 110, 67, 1) 9%,
    rgba(100, 193, 99, 1) 100%
  );
} /**/
.btn {
  white-space: normal;
}
body,
html {
  height: 100%;
}
body {
  margin-top: 135px;
}
a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.app-view body {
  margin-top: 0;
}
@media print {
  .skip,
  .blocks-skip {
    display: none;
  }
}
.btn.btn-primary {
  border-color: var(--prime1);
  background-color: var(--prime1);
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: var(--prime1);
  color: var(--prime1);
}
.btn.btn-outline-primary:hover {
  border-color: var(--prime1);
  background-color: var(--prime1);
  color: #fff;
} /**/
.header {
  height: 135px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  color: #fff;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow:
    rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.header.offset {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
.header a {
  color: var(--prime1);
}
.header .container-fluid {
  display: flex;
  align-items: center;
  padding-right: 100px;
  padding-left: 50px;
  justify-content: space-between;
  @media (max-width: 1650px) {
    padding-inline: 20px;
  }
}
.header .logo {
  margin-left: 8px;
}
[dir="ltr"] .header .logo {
  margin-right: auto;
  margin-left: 8px;
}
.header .pull-start {
  display: flex;
  align-items: center;
}
.header .logo img {
  max-height: 72px;
  display: block;
  @media (max-width: 1650px) {
    max-height: 57px;
  }
}
.header .container-fluid,
.header .pull-start,
.header .pull-end,
.header .pull-right,
.header .pull-left {
  height: 100%;
}
.header .side {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  @media (max-width: 1250px) {
    flex: 0;
  }
}
@media print {
  .header .side {
    display: none;
  }
} /**/
.header-buttons {
  display: flex;
  align-items: center;
  height: 100%;
  width: 87%;
  @media (max-width: 1400px) {
    width: 95%;
  }
  @media (max-width: 991px) {
    display: none;
  }
}
[dir="ltr"] .header-buttons {
  float: left;
}
.bNagish-toggle {
  display: none;
}
@media (max-width: 1229px) {
  .header-buttons {
    margin-top: -3px;
    margin-left: 105px;
  }
  .header-buttons .btn {
    display: none;
  } /*.header-buttons .btn:last-child {   display: block;  }*/
}
.header-buttons .btn {
  height: 40px;
  border: 0;
  border-radius: 0;
  position: relative;
  width: 40px;
  float: right;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}
[dir="ltr"] .header-buttons .btn {
  float: left;
  margin-right: 0;
  margin-left: 10px;
}
.header-buttons .btn > em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
.header-buttons .btn > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: 20px;
}
.header-buttons .btn.app {
  background: #f1f1f1;
}
.header-buttons .btn.search-btn {
  background: var(--prime4);
}
.header-buttons .btn.user-menu-toggle {
  background: #358a43;
}
.header-buttons .btn:hover {
} /**/
.toggle-nav {
  background: none;
  border: 0;
  position: fixed;
  top: 47px;
  left: 75px;
  z-index: 99999999;
  width: 40px;
  height: 40px;
  display: none;
}
.toggle-nav:hover,
.toggle-nav:focus {
  outline: 0;
}
[dir="ltr"] .toggle-nav {
  left: auto;
  right: 20px;
}
@media (max-width: 1229px) {
  .toggle-nav {
    display: block;
  }
}
.toggle-nav {
  width: 35px;
  height: 35px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 10px;
  background: var(--prime2);
}
.toggle-nav em {
  color: #fff;
}
.toggle-nav .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  right: 5px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
[dir="ltr"] .toggle-nav .icon span {
  margin-left: 5px;
}
.toggle-nav .icon span:nth-child(1) {
  top: 8px;
}
.toggle-nav .icon span:nth-child(2),
.toggle-nav .icon span:nth-child(3) {
  top: 18px;
}
.toggle-nav .icon span:nth-child(4) {
  top: 28px;
}
.toggle-nav .icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.toggle-nav .icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-nav .icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggle-nav .icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
} /**/
.header .icon-btn {
  margin-inline-end: 8px;
  width: 30px;
}
.header .icon-btn.muni {
  width: 135px;
  height: 70px;
  margin-left: 2.5rem;
  margin-right: 10px;
}
.header .icon-btn.muni img {
  width: auto;
  height: 62px;
  object-fit: cover;
  object-position: center;
}
.header .icon-btn:hover {
  transform: scale(1.05);
}
.icon-btn.join {
  margin-left: auto;
  border: 1px solid var(--prime1);
  width: fit-content;
  padding: 0.65rem 1.75rem;
  color: var(--prime1);
  display: flex;
  align-items: center;
  font-size: calc(0.75vw + 8px); /* height: 45px; */
  line-height: 1;
  text-align: center;
  margin-right: 4rem;
  @media (max-width: 500px) {
    font-size: calc(0.6vw + 8px);
    margin-right: 1rem;
  }
}
.icon-btn.join .offset {
  position: relative;
  top: auto;
}
.header .icon-btn img {
  width: 27px;
  height: 27px;
  object-fit: cover;
}
.navigation {
  margin-left: auto;
}
.navigation nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.full-cats {
  width: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 113, 68, 1) 16%,
    rgba(86, 190, 94, 1) 87%
  );
  border-bottom: 5px solid #fff;
}
.main-categories {
  padding-block: 0.5rem;
  position: relative;
  margin-top: 0;
  margin-top: 135px;
  max-width: 90vw;
  margin-inline: auto;
}
.main-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.main-categories img {
  display: none;
} /* @media (max-width: 1059px) {   .main-categories {     bottom: auto;     top: 30px;   } } */
.main-categories ul li {
  float: right;
  flex: 1 0 auto;
}
[dir="ltr"] .main-categories ul li {
  float: left;
}
.main-categories a,
.main-categories span {
  display: flex;
  text-align: center;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 1.25rem;
}
@media (max-width: 450px) {
  .main-categories ul li {
    width: 100px;
  } /* .main-categories a {     padding: 5px;     margin: 0 5px;   } */
}
.main-categories a div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  @media (max-width: 991px) {
    overflow: unset;
    text-overflow: unset;
  }
}
.main-categories a img {
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 767px) {
  .main-categories a img {
    max-width: 50px;
  }
}
@media (min-width: 1230px) {
  .navigation,
  .navigation nav,
  .navigation nav > ul {
    height: 100%;
  }
  .navigation {
    float: right;
  }
  [dir="ltr"] .navigation {
    display: flex;
  }
  .navigation nav > ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .navigation nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 0.35rem 0;
  }
  .navigation nav > ul > li[data-id="42"] a::after {
    content: "\f002";
    position: absolute;
    font-family: "fontawesome";
    left: -18px;
    top: 5px;
    color: var(--prime2);
    font-size: 1rem;
    width: 30px;
    height: 30px;
  }
  .navigation nav > ul > li > span > a {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    position: relative;
    padding-inline: 1.2rem;
    border-bottom: 2px solid transparent;
    color: var(--prime1);
    line-height: 1;
    @media (max-width: 1650px) {
      font-size: 1.25rem;
      padding-inline: 0.7rem;
    }
  }
  .navigation nav > ul > li:not(:last-child) > span > a::after {
    position: absolute;
    content: "|";
    padding: 0;
    left: -5px;
  }
  .navigation nav > ul > li:hover > span > a,
  .navigation nav > ul > li > span > a:focus {
    color: var(--prime4);
  }
  .navigation nav > ul > li > span > a:hover {
    text-decoration: none;
    color: var(--prime1);
  }
  .navigation nav > ul > li:first-child > span > a:before {
    content: "";
    padding: 0 0;
  }
  .navigation nav > ul > li.has-child > span > a:after {
    /* content: "\f107";     font-family: "FontAwesome";     color: #c27c38; */
  }
  .navigation nav > ul > li.on > span > a,
  .navigation nav > ul > li > span > a.on {
    color: var(--prime4);
    font-weight: bold;
  }
  .navigation nav > ul > li.on > span > a:after,
  .navigation nav > ul > li > span > a.on:after {
    color: var(--prime4);
  } /*sub*/
  .navigation nav > ul ul {
    display: none;
  }
  .navigation nav > ul > li > ul {
    position: absolute;
    top: 100%;
    z-index: 9999;
    right: 50%;
    padding: 10px 0;
    width: 360px;
    background: rgba(255, 255, 255, 1);
    color: #000;
    text-align: right;
    -webkit-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.1s ease-in-out;
    font-weight: normal;
    border-radius: 0 0 10px 10px;
    margin-right: -125px;
  }
  [dir="ltr"] .navigation nav > ul > li > ul {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: -125px;
  }
  .navigation nav > ul > li:hover:after {
    content: "";
    position: absolute;
    width: 55%;
    height: 1px;
    right: 50%;
    transform: translateX(50%);
    background-color: var(--prime4);
    bottom: -7px;
  }
  [dir="ltr"] .navigation nav > ul > li:hover:after {
    margin-right: 0;
    margin-left: -7px;
  }
  .navigation nav > ul > li:hover > ul {
    display: block;
  }
  .navigation nav > ul > li > ul > li {
  }
  .navigation nav > ul > li > ul > li > span > a {
    display: block;
    padding: 10px;
    font-size: 1.2rem; /*white-space: nowrap;   overflow: hidden;   text-overflow: ellipsis;*/
    color: inherit;
  }
  .navigation nav > ul > li > ul > li > span > a em {
    color: #785739;
    margin-left: 5px;
  }
}
@media (max-width: 1229px) {
  .navigation {
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 9;
    background: #fff;
    color: #000;
    height: 100%;
    overflow: auto;
  }
  .navigation nav ul li {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .navigation nav ul li .toggle-sub {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px;
    background: none;
    border: 0;
  }
  .navigation nav ul li .toggle-sub:after {
    content: "\f078";
    font-family: "FontAwesome";
  }
  .navigation nav ul li .toggle-sub.opened:after {
    content: "\f077";
    font-family: "FontAwesome";
  }
  .navigation nav ul li a {
    display: block;
    padding: 10px;
  }
  .navigation nav ul ul {
    display: none;
  }
  .navigation nav > ul > li > a {
    font-size: 1.2em;
  }
  .navigation nav > ul > li > ul {
    background: #ffffff;
  }
  .navigation nav > ul > li > ul a {
    color: #333;
  }
  .navigation nav > ul > li > ul > li > ul {
    background: #ffffff;
  }
  .navigation nav > ul > li > ul > li > ul > li > ul {
    background: #e4e4e4;
  }
} /**/
.header .user-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  background: #f1f1f1;
  color: #333;
  padding: 20px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
  display: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
} /* Header Search */
.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid var(--prime3);
  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;
  color: black;
  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: var(--prime3);
}
@media (max-width: 991px) {
  .header-search input {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .header-search button {
    width: 50px;
    padding: 0.5rem 1rem;
  }
  .header-search button.submit {
    left: 51px;
    font-size: 18px;
  }
} /* breadcrumbs */
.app-view .breadcrumbs {
  display: none;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  @media (max-width: 991px) {
    margin-bottom: 0.7rem;
  }
}
.breadcrumbs ul > li {
  display: inline-block;
}
.breadcrumbs ul > li:after {
  content: "›";
}
.breadcrumbs ul > li:last-child:after {
  content: "";
} /**/
footer {
  margin-top: 8rem;
  position: relative;
  background: #002f12;
  background: linear-gradient(
    0deg,
    rgba(6, 49, 16, 1) 20%,
    rgba(36, 111, 61, 1) 87%
  );
  color: #fff;
  padding-bottom: 1rem;
}
.footer .wrap {
  margin-top: -2.5rem;
  width: 100%;
  max-width: 87%;
  @media (max-width: 1500px) {
    max-width: 96%;
    margin-top: 0.5rem;
  }
}
.footer .col-lg-4.only-on-desktop {
  margin-top: 2.5rem;
}
footer a,
footer p,
footer span {
  font-size: 1.15rem;
  color: #fff;
  @media (max-width: 1200px) {
    font-size: 0.9rem;
  }
}
footer a:hover,
footer a:focus {
  color: #fff;
}
@media print {
  footer {
    display: none;
  }
}
.footer .up {
  padding-top: 1.5rem;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer .footer-sections-grid {
  padding-right: 15px;
}
.footer .symbol {
  margin-top: -1rem;
  display: flex;
  z-index: 1;
  position: relative;
  max-width: 24.5vw;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  padding: 0 3rem 1.7rem;
}
.footer .symbol img {
  width: 100%;
}
.footer i {
  color: var(--lgreen);
  font-style: normal;
}
.footer li {
  margin-bottom: 1rem;
  @media (max-width: 1200px) {
    margin-bottom: 0.5rem;
  }
}
.footer li i {
  font-size: 1rem;
}
.footer .soc i {
  font-size: 1.25rem;
}
.footer li i:hover {
  transform: scale(1.05);
}
.footer .info i {
  margin-left: 10px;
}
.footer .soc {
  margin-top: 1.2rem;
  width: 100%;
  max-width: 200px;
  display: flex;
}
.footer .soc li:not(:last-child) {
  margin-left: 10%;
}
.footer h5 {
  margin-bottom: 1rem;
  font-weight: normal;
}
.footer h5::after {
  content: none;
}
.footer a[data-name="join"] {
  display: block;
  margin-bottom: 1rem;
  @media (max-width: 1200px) {
    margin-bottom: 0.5rem;
  }
}
.footer .bottom {
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--prime2);
  border-bottom: 1px solid var(--lgreen);
  margin-block: 1rem;
  @media (max-width: 991px) {
    padding: 3rem 0;
  }
}
.footer .bottom a {
  position: relative;
  padding-inline-end: 1rem;
}
.footer .bottom a:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: var(--prime2);
}
.footer .fin span,
.footer .fin a {
  font-size: 0.9rem;
} /**/
.full-cats + .page-header .container,
.full-cats + .page-header .container-fluid {
  max-width: 90vw;
  margin-inline: auto;
}
.page-header {
  background: linear-gradient(
    270deg,
    rgba(0, 113, 68, 1) 16%,
    rgba(86, 190, 94, 1) 87%
  );
  color: #fff;
  padding: 5rem 0;
  position: relative;
  @media (max-width: 991px) {
    padding: 2rem 0;
  }
}
.page-header h1 {
  font-family: "arimo";
  font-size: 2.5vw;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.page-header .breadcrumbs a {
  color: inherit;
  font-size: 1.1rem;
}
.contact-info a {
  color: var(--prime1);
}
@media (min-width: 992px) {
  .social-share {
    margin-block: 5rem;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  [dir="ltr"] .page-header .social-share {
    left: auto;
    right: 15px;
  }
}
.page-header.category-4 {
  background: #7ec6eb;
  color: #000;
}
.page-header.category-29 {
  background: #bed62f;
  color: #000;
}
.page-header.category-32 {
  background: #faa61a;
  color: #000;
}
#filters select {
  color: var(--prime1);
  font-size: 1.2rem;
} /**/
.page-wrapper {
} /**/
.bNagish,
.bNagish-container {
  height: 100%;
}
.bNagish-toggle {
  padding: 5px 4px;
  background: var(--prime1);
  color: #fff;
  width: 35px;
  height: 35px;
  top: 2.9rem;
  border-radius: 10px;
  left: 1.5rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
} /**/
.mobile-navigation .buttons a {
  display: block;
  padding: 20px 25px;
  float: right;
  font-size: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navigation-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}
.mobile-navigation {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--prime1);
  color: #fff;
  z-index: 9999;
  overflow: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: -300px;
  padding-top: 120px;
}
[dir="ltr"] .mobile-navigation {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -300px;
}
.mobile-navigation.opened {
  margin-left: 0;
}
[dir="ltr"] .mobile-navigation.opened {
  margin-left: 0;
  margin-right: 0;
} /* .mobile-navigation ul {  list-style: none;  padding: 0;  margin: 0; }  .mobile-navigation ul ul {  background: rgba(255,255,255,0.1);  display: none; }  .mobile-navigation ul li {  border-top: 1px solid rgba(0,0,0,0.1);  position: relative; }  .mobile-navigation ul li a {  color: inherit;  display: block;  padding: 15px; } */
.mobile-navigation .icons {
  background: rgba(0, 0, 0, 0.1);
  padding-left: 80px;
}
.mobile-navigation .icons a {
  display: inline-block;
  padding: 20px;
  color: #fff;
}
.mobile-navigation .icons a em {
  font-size: 25px;
}
.mobile-navigation nav {
  padding-inline: 2rem;
  height: calc(100% - 100px);
  display: flex;
  flex-direction: column;
}
.mobile-navigation nav ul:not(.socials-mobile) {
  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 rgba(255, 255, 255, 0.1);
}
.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: 40px;
}
.mobile-navigation nav .toggle-sub-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  overflow: hidden;
  padding: 0 15px;
  background: none;
  border: 0;
  background: rgba(0, 0, 0, 0);
  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: 20%;
}
.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}
.mobile-navigation-search {
  position: relative;
  margin: 3rem 1rem 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.mobile-navigation-search input {
  display: block;
  width: 100%;
  padding: 0.45rem 1rem;
  background: #468862;
  border: 0;
  border-radius: 50px;
  color: #fff;
}
.mobile-navigation-search input::placeholder {
  color: #ffffff99;
}
.mobile-navigation-search .fa-search {
  color: #ffffff99;
  opacity: 0.75;
}
.mobile-navigation-search button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: none;
  border: 0;
  padding: 0 1rem;
} /**/ /**/
.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999999999999;
}
.skip-ad .skip-ad-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}
.skip-ad .skip-ad-content {
  margin-top: 100px;
}
.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 {
  background: yellow;
  color: black;
}
.leaflet-container a.map-promo {
  color: #fff;
}
.leaflet-container .map-promo .info p {
  font-size: 1.25rem;
}
.map-promo {
  border-radius: 10px;
  background: var(--prime1);
  color: #fff;
  border: 1px solid var(--prime1);
  position: relative;
  margin-right: 25px;
  width: 250px;
  display: block;
}
.map-promo:hover {
  color: #fff;
}
.gm-style-iw {
  position: relative;
}
.social-share {
  display: flex;
  justify-content: center;
}
img.leaflet-marker-icon.leaflet-interactive {
  height: auto !important;
}
.gm-style-iw:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 50px 20px 0;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -50px;
  left: 105px;
}
.map-promo img {
  border-radius: 10px;
}
.map-promo p {
  font-size: 14px;
  font-weight: bold;
  padding: 1rem;
  margin: 0;
  text-align: center;
}
.map-arrow {
  border-top: 40px solid #333 !important;
  margin-top: -15px;
}
.map-promo.cat-32 {
  background: #faa61a;
  color: #333;
}
.map-promo.cat-29 {
  background: #bed62f;
  color: #333;
}
.map-promo.cat-4 {
  background: #7ec6eb;
  color: #333;
} /**/
.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: 50%;
  float: right;
  position: relative;
  padding: 1rem;
}
@media (max-width: 768px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}
.sub-pages-nav a {
  display: block;
  color: inherit;
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 0.75rem 1.25rem;
  font-size: 1.3em;
  border-right: 4px solid var(--prime1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.sub-pages-nav li:nth-child(3n + 1) a {
  border-color: var(--prime1);
}
.sub-pages-nav li:nth-child(3n + 2) a {
  border-color: var(--prime2);
}
.sub-pages-nav li:nth-child(3n + 3) a {
  border-color: var(--prime4);
}
@media (min-width: 992px) {
  .sub-pages-nav a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.sub-pages-nav.outside a {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sub-pages-nav .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  color: #657177;
}
.sub-pages-nav .arrow:before {
  content: "\f104";
}
[dir="ltr"] .sub-pages-nav .arrow:before {
  content: "\f105";
}
.no-res {
  padding: 2rem;
  font-size: 1.3rem;
  text-align: center;
}
.ui-front {
  z-index: 999999;
}
.fav-row {
  display: none;
}
button.fav {
  display: none;
}
#backToTop {
  position: absolute;
  top: -50px;
  right: 25px;
  padding: 10px 15px;
  font-size: 16px;
  background-color: var(--prime2);
  color: white;
  border: none;
  border-radius: 100vw;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 999;
  aspect-ratio: 1;
}
#backToTop:hover {
  opacity: 1;
  transform: scale(1.1);
}
@media print {
  .social-share {
    display: none;
  }
  .custom-business-form {
    display: none;
  }
  .nearby {
    display: none;
  }
}
.smart-form legend {
  font-size: 1rem;
}
.card {
  background-color: #fbfffb;
  border: 1px solid var(--prime1);
}
.card-header {
  background-color: var(--prime1);
  border-bottom: 0;
  color: #fff;
  font-weight: bold;
}
.products-order-table {
  display: table;
  background: #fff;
}
@media (min-width: 992px) {
  .only-on-mobile {
    display: none;
  }
  .only-on-desktop {
    display: block;
  }
}
.socials-mobile {
  list-style-type: none;
  padding: 0.5rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}
.socials-mobile .icon-btn {
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.socials-mobile li:first-child {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.socials-mobile li:nth-child(2) {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  order: 9999;
}
.socials-mobile a button.toggle-sub-menu.no-sub-menu {
  display: none;
}
.socials-mobile li:first-child .icon-btn {
  margin: auto;
}
.socials-mobile .icon-btn.join {
  width: 100%;
  font-size: 1.52rem;
}
.socials-mobile .icon-btn.join img {
  display: none;
}
.socials-mobile .icon-btn.join .offset {
  text-align: center;
  width: 100%;
}
.socials-mobile .icon-btn.muni img {
  width: 100px;
}
.mobile-navigation .socials-mobile a {
  padding: 7px;
}
.mobile-navigation .socials-mobile li {
  border-bottom: none;
}
.socials-mobile img {
  width: 30px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  li[data-id="42"] {
    display: none;
  }
  #backToTop {
    top: -90px;
    right: 1rem;
    padding: 3px 10px;
  }
  #backToTop img {
    width: 1rem;
  }
  .header {
    height: 110px;
  }
  .header-search {
    width: auto;
    margin-left: 60px;
  }
  .header-search input {
    display: none;
  }
  .footer .top .col {
    display: none;
  }
  .footer .top .col + div {
    display: flex;
    justify-content: center;
  }
  .icon-btn.join {
    color: #fff;
    border-color: #fff;
  }
  .footer .symbol {
    padding: 0 0.75rem 1rem;
    max-width: 400px;
  }
  .footer .symbol img {
    margin-top: -16px;
  }
  .footer .symbol a:last-child img {
    width: 70%;
  }
  .footer .symbol a {
    display: flex;
    justify-content: center;
  }
  .footer .up .col-lg-2 {
    width: 50%;
    max-width: 50%;
  }
  .footer .up .col-lg-2 + .col-lg-3 {
    width: 50%;
    max-width: 50%;
  }
  .footer .up .col-lg-3 + .col-lg-3 {
    margin-top: 4rem;
  }
  .footer .disc {
    margin-block: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--prime2);
    @media (max-width: 991px) {
      margin-block: 3rem;
      padding-bottom: 3rem;
    }
  }
  .footer .fin.justify-content-between {
    justify-content: center !important;
  }
  .only-on-mobile {
    display: block;
  }
  .only-on-desktop {
    display: none;
  }
  .bNagish-toggle {
    top: 4.1rem;
    display: block;
  }
  .main-categories {
    margin-top: 81px;
  }
  .main-categories ul {
    flex-direction: column;
    margin-top: 2.4rem;
  }
  .main-categories ul li:not(.only-on-mobile) {
    height: 0;
    opacity: 0;
    transition: all 0.3s ease-in;
  }
  .main-categories ul.open li:not(.only-on-mobile) {
    height: 50px;
    opacity: 1;
  }
  .main-categories ul li,
  .main-categories ul li span {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .main-categories ul li i::before,
  .main-categories ul li span + i::before {
    font-family: "FontAwesome";
  }
} /**/
figure.pic {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
figure.pic img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
figure.pic figcaption {
  background: #ddd;
  padding: 10px;
} /**/
.gallery {
  margin: 0 -10px;
}
.gallery figure {
  display: block;
  float: right;
  width: 33.33%;
  padding: 10px;
  border: 0;
}
.gallery figure img {
  display: block;
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.gallery figure figcaption {
  background: #ddd;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .gpic {
  display: block;
  float: right;
  width: 33.33%;
}
.gallery .gpic img {
  display: block;
  width: 100%;
  padding: 10px;
} /**/
@media (min-width: 768px) {
  #content table caption {
    /*   padding: 5px;   background: #007e3d;   color: #fff;   */
    position: fixed;
    top: -9999px;
  }
  #content table {
    width: 100%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
  }
  #content table td,
  #content table th {
    padding: 5px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  #content table th {
    background: #f1f1f1;
    text-align: right;
  }
}
@media (max-width: 768px) {
  #content table,
  #content table caption,
  #content table thead,
  #content table tbody,
  #content table tr,
  #content table th,
  #content table td {
    display: block;
    width: 100%;
  }
  #content table {
    border-spacing: 0px !important;
    border-collapse: collapse !important;
    border: 0;
  }
  #content table thead {
    display: none;
  }
  #content table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
  }
  #content table th {
    font-weight: bold;
    background: #f1f1f1;
    padding: 5px;
    border-style: none;
    border-bottom: 1px solid #ddd;
  }
  #content table td {
    display: table;
    border-style: none;
    border-bottom: 1px solid #ddd;
  }
  #content table td .td-content {
    display: table-cell;
    padding: 5px;
  }
  #content table td:before {
    content: attr(data-caption);
    font-weight: bold;
    background: #f1f1f1;
    padding: 5px;
    display: table-cell;
    width: 33.33%;
  }
  #content table td:after {
    clear: both;
    display: block;
    content: "";
  }
}
.faq {
  margin: 15px 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq.opened {
  background: #f1f1f1;
  padding: 15px;
}
.faq.opened h3 {
  margin: 0;
}
.faq-h2 {
}
.faq-h3 {
  border: 0 !important;
  font-size: 1.2rem;
}
.rich-content h3.faq-h3 {
  color: inherit;
}
.faq-h3:before {
  content: "\f196";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}
.faq.opened .faq-h3:before {
  content: "\f147";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}
.faq .answer {
  display: none;
  margin: 15px 0 0 0;
  padding: 0;
} /**/
.faq-search:after {
  content: "";
  display: block;
  clear: both;
}
.faq-search label {
  float: right;
  display: block;
  padding: 0.75rem;
  border: 1px solid #ddd;
  background: #f1f1f1;
  font-size: 1.2rem;
  border-radius: 0 5px 5px 0;
}
.faq-search input {
  float: right;
  display: block;
  padding: 0.75rem;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 1.2rem;
  width: 250px;
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
.faq-search button {
  float: right;
  display: block;
  padding: 0.75rem;
  border: 1px solid #ddd;
  background: #3977ad;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  border-radius: 5px 0 0 5px;
}
body {
  background: #fff;
}
.container {
  max-width: 90vw;
}
.page-header {
  padding-top: 22rem;
  padding-bottom: 0;
  background-position: center;
}
.full-cats {
  display: none;
}
.full-cats + .page-header > .container-fluid {
  max-width: 100%;
  background-color: var(--prime1);
  padding: 1.5rem 6.5vw;
}
@media (min-width: 992px) {
  .page-wrapper {
    margin: 30px auto;
  }
  main {
    background: #fff; /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); */
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  body {
    background: #fff;
  }
  main {
    padding: 1rem 0;
  }
} /**/ /**/
.side-nav a {
  color: var(--text);
}
.side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-nav ul li {
  position: relative;
}
.side-nav ul li {
  padding: 5px 0;
}
.side-nav > ul li:last-child {
  border-bottom: 0;
}
.side-nav > ul li a {
  padding: 4px 0;
  display: block;
  color: var(--prime1);
  text-decoration: none;
}
.side-nav > ul li a:hover,
.side-nav > ul li a:focus {
  color: var(--prime4);
}
.side-nav > ul > li > a > .arrow {
  margin-left: 5px;
  color: #785739;
}
.side-nav > ul > li.on > a > .fa {
  display: none;
}
.side-nav ul > li.on > ul {
  display: block;
}
.side-nav ul ul {
  display: none;
  font-size: 95%;
  margin-top: 5px;
  border-right: 2px solid #c27c38;
  padding: 0 10px;
}
.side-nav ul ul > li {
  padding: 5px 0;
}
.side-nav ul ul > li:last-child {
  border-bottom: 0;
}
.side-nav ul ul > li > a {
  padding: 10px 0;
  display: block;
  color: #333;
  text-decoration: none;
}
.side-nav ul ul > li > a:hover,
.side-nav ul ul > li > a:focus {
  color: #785739;
}
.side-nav > ul > li > ul > li.on {
  background: #fff;
  border-right: 2px solid #c27c38;
  padding-right: 10px;
}
.side-nav a.on {
  color: #c27c38;
  font-weight: bold;
}
.side-nav li.on > a:first-child {
  font-weight: bold;
}
.side-nav .has-children {
  position: absolute;
  left: 0;
  top: 0;
  color: #777;
  margin: 15px 10px;
  font-size: 14px;
}
.side-nav .external-link {
  position: absolute;
  left: 0;
  top: 0;
  color: blue;
  margin: 15px 10px;
  font-size: 14px;
} /**/
aside h2 {
  font-size: calc(0.8vw + 16px);
  color: var(--prime1);
  font-weight: bold;
  border-bottom: 2px solid var(--prime2);
  padding-bottom: 1rem;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  aside {
    display: none;
  }
}
