@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat&family=Noto+Serif:wght@300;400;700&display=swap');

body {
  padding-top: 60px;
  font-size: 1.4em;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #333333;
}
@media (min-width: 992px) {
  body {
    font-size: 1.5em;
  }
  /* body.simple {
    padding-top: 140px;
  }
  body.extended {
    padding-top: 200px;
  } */
}
@media (min-width: 1200px) {
  body {
    font-size: 1.6em;
  }
  body.simple {
    padding-top: 180px;
  }
  body.extended {
    padding-top: 240px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1240px;
  }
}
.fluid-container {
  max-width: 1428px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media (max-width:1200px) {
  .navbar .fluid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
  }
  .flex-item {
    flex: auto;
    flex-wrap: wrap;
  }
  .flex-item-equal {
    flex: 1;
    flex-wrap: wrap;
    width: 33%;
  }
}
.col-xs-4,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-14 {
  width: 25%;
  float: left;
}
.col-xs-24 {
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-14 {
    width: 25%;
    float: left;
  }
  .col-sm-24 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-14 {
    width: 25%;
    float: left;
  }
  .col-md-24 {
    width: 50%;
    float: left;
  }
  .col-md-33 {
    width: 33%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-14 {
    width: 25%;
    float: left;
  }
  .col-lg-24 {
    width: 50%;
    float: left;
  }
}
.mdi::before {
  font-size: 1.6em;
  line-height: 0px;
}
.btn .mdi::before {
  position: relative;
  top: 4px;
}
.btn-xs .mdi::before {
  font-size: 18px;
  top: 3px;
}
.btn-sm .mdi::before {
  font-size: 18px;
  top: 3px;
}
.dropdown-menu .mdi {
  width: 18px;
}
.dropdown-menu .mdi::before {
  position: relative;
  top: 4px;
  left: -8px;
}
.nav .mdi::before {
  position: relative;
  top: 4px;
}
.navbar .navbar-toggle .mdi::before {
  position: relative;
  top: 4px;
  color: #fff;
}

.btn_brd img{
  z-index: 999;
  position:absolute;
  left:0;
  top:0;
  animation:myship 2s infinite;
  -moz-animation:myship 2s infinite; /* Firefox */
  -webkit-animation:myship 2s infinite; /* Safari and Chrome */
}
@keyframes myship{
  from {left: 0;}
  to{left:110px;}
}
@-moz-keyframes myship{
  from {left: 0;}
  to{left:110px;}
}
@-webkit-keyframes myship{
  from {left: 0;}
  to{left:110px;}
}


.breadcrumb .mdi::before {
  position: relative;
  top: 4px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb a:hover span {
  text-decoration: underline;
}
.alert .mdi::before {
  position: relative;
  top: 4px;
  margin-right: 2px;
}
.input-group-addon .mdi::before {
  position: relative;
  top: 3px;
}
.navbar-brand .mdi::before {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.list-group-item .mdi::before {
  position: relative;
  top: 3px;
  left: -3px;
}
a {
  color: #333333;
  transition: 0.3s;
}
a:hover,
a:focus {
  color: #947018;
}
h1 {
  font-family: 'Noto Serif', serif;
  font-size: 2.125em;
  line-height: 1.2em;
  font-weight: 300;
  margin-top: 0.24242424242424243em;
  margin-bottom: 0.48484848484848486em;
  color: #333333;
}
.h1 {
  font-family: 'Noto Serif', serif;
  font-size: 2.125em;
  line-height: 1.2em;
  font-weight: 300;
  margin-top: 0.24242424242424243em;
  margin-bottom: 0.48484848484848486em;
  color: #333333;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.75em;
    margin-top: 0.4545454545454546em;
    margin-bottom: 0.9090909090909092em;
  }
  .h1 {
    font-size: 2.75em;
    margin-top: 0.4545454545454546em;
    margin-bottom: 0.9090909090909092em;
  }
}
h2 {
  font-family: 'Noto Serif', serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.1111111111111112em;
  margin-top: 0.3333333em;
  margin-bottom: 1.1666666666666665em;
}
.h2 {
  font-family: 'Noto Serif', serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.1111111111111112em;
  margin-top: 0.3333333em;
  margin-bottom: 1.1666666666666665em;
}
h3 {
  font-family: 'Noto Serif', serif;
  font-size: 1.3125em;
  line-height: 1.1904761904761905em;
  font-weight: 400;
  margin-bottom: 0.5079365079365079em;
  margin-top: 0.5079365079365079em;
}
.h3 {
  font-family: 'Noto Serif', serif;
  font-size: 1.3125em;
  line-height: 1.1904761904761905em;
  font-weight: 400;
  margin-bottom: 0.5079365079365079em;
  margin-top: 0.5079365079365079em;
}
@media (min-width: 1200px) {
  h3 {
    margin-bottom: 0.9523809523809523em;
    margin-top: 0.9523809523809523em;
  }
  .h3 {
    margin-bottom: 0.9523809523809523em;
    margin-top: 0.9523809523809523em;
  }
}
h4 {
  font-family: 'Noto Serif', serif;
  font-size: 1.9rem;
  line-height: 1.1904761904761905em;
  font-weight: 400;
}
.h4 {
  font-family: 'Noto Serif', serif;
  font-size: 1.9rem;
  line-height: 1.1904761904761905em;
  font-weight: 400;
}
h5 {
  font-family: 'Noto Serif', serif;
  font-size: 0.938em;
  line-height: 1.313em;
  font-weight: 700;
  margin-bottom: 0.6666666em;
}
.h5 {
  font-family: 'Noto Serif', serif;
  font-size: 0.938em;
  line-height: 1.313em;
  font-weight: 700;
  margin-bottom: 0.6666666em;
}
p,li {
  font-size: 1.0625em;
  line-height: 1.6470588235294117em;
}
hr {
  margin: 2em 0;
  border-top: 2px solid #e5e5e5;
}
@media (min-width: 1200px) {
  hr {
    margin: 4.375em 0;
  }
}
.btn {
  font-family: 'Montserrat', sans-serif;
  padding: 0.75em 1.5625em;
  text-transform: uppercase;
}
.btn-default, .btn-primary {
  font-size: 1em;
  font-weight: 400;
  border-color: #292928;
  border: 1px solid #947018;
  background-color: transparent;
  color: #947018;
}
.btn-default:hover, .btn-primary:hover {
  border-color: #947018;
  background-color: #947018;
  color: #fff;
}
.btn-default-reverse {
  font-size: 1em;
  font-weight: 400;
  border-color: #947018;
  background-color: #947018;
  color: #fff;
}
.btn-default-reverse:hover {
  border-color: #292928;
  background-color: #292928;
  color: #fff;
}
nav {
  background-color: #fff;
}
.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .navbar.shrink .nav.top {
    display: none;
  }
  .navbar.shrink .nav.main .navbar-brand {
    padding: 0;
    margin-top: 5px;
    text-align: center;
  }
  .navbar.shrink .nav.main .navbar-brand img {
    width: 50%;
    height: 50%;
    margin: 0 auto;
  }
  .navbar.shrink .nav.top nav {
    text-transform: uppercase;
  }
}
/* @media (min-width: 1200px) {
  .navbar.shrink .nav.main a {
    padding-top: 2em;
  }
} */
nav .top {
  border-bottom: 1px solid #d8d8d8;
  font-size: 0.8125em;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  nav .top {
    margin-bottom: 24px;
  }
}
nav .top ul {
  margin: 0;
}
nav .top li {
  padding-left: 3px;
  padding-right: 3px;
}
nav .top li:first-child {
  padding-left: 0;
}
nav .top a {
  color: rgba(35, 31, 32, 0.7);
  /* padding-top: 2.3846153846153846em; */
  /* padding-bottom: 1.2307692307692308em; */
  display: inline-block;
}
.navtop-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.social-media > a {
  display: inline-block;
  text-align: center;
  height: 42px;
  padding: 5px 5px;
  opacity: 1;
}
nav .social-media a {
  color: #a6a5a5;
}
footer .social-media .tripadvisor i,
.social-media .tripadvisor:hover i {
  color: #589442;
}
footer .social-media .facebook i,
.social-media .facebook:hover i {
  color: #3a5d97;
}
footer .social-media .twitter i,
.social-media .twitter:hover i {
  color: #62aadc;
}
footer .social-media .youtube i,
.social-media .youtube:hover i {
  color: #d4261d;
}
.social-media i {
  font-size: 20px;
}
.navbar-toggle {
  background-color: #947018;
  margin-right: 0;
  height: 42px;
}
@media (min-width: 768px) {
  /* .navbar-toggle {
    margin-top: 13px;
  } */
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-brand {
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  z-index: 999;
  position: relative;
}
@media (min-width: 992px) {
  .nav.main li > a.navbar-brand {
    height: inherit;
    padding: 1em 0.5em 0.5em;
    margin-top: -92px;
    background-color: #fff;
  }
  .navbar.shrink .nav.main li > a.navbar-brand {
    height: inherit;
    padding: 0em 0.5em 0em;
  }
}
@media (min-width: 1200px) {
  .nav.main li > a.navbar-brand {
    padding: 1em 1.375em 1.25em !important;
    margin-top: -76px;
  }
  .navbar.shrink .nav.main li > a.navbar-brand {
    padding: 0em 1.375em 0em !important;
  }
}
.navbar-brand:hover img,
.navbar-brand:focus img {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .shrink .navbar-brand {
    padding-top: 1em;
  }
}
.nav.main ul {
  width: 100%;
}
.nav > li > a {
  font-size: 1em;
  text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
@media (min-width: 768px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav.main .navbar-nav > li:nth-child(5) {
    /*width: 20%;*/
  }
  .navbar.shrink .nav.main .navbar-nav > li:nth-child(5) {
    width: initial;
  }
  .nav.main li:first-child a {
    /* padding-left: 0; */
  }
  .nav.main .navbar-nav > li:nth-child(5) a {
    width: 100%;
  }
  .nav.main .navbar-nav > li:nth-child(5) a img {
    margin: 0 auto;
  }
  .nav.main .navbar-nav > li:nth-child(1n + 6) a {
    /* text-align: right; */
  }
  .nav.main li:last-child a {
    /* padding-right: 0; */
  }
}
@media (min-width: 1200px) {
  .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
    width: max-content;
  }
}
.nav.main li a:hover,
.nav.main li a:focus {
  color: #947018;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #242424;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width:1200px) {
  .navbar-fixed-top .navbar-collapse:not([aria-expanded="false"]) {
    max-height: none;
    height: calc(100vh - 60px) !important;
  }
}
.nav.submenu {
  background-color: #F8F8F8;
  text-transform: capitalize;
  font-size: 1em;
  color: #333333;
}
.nav.submenu li.active {
  background-color: #C9C9C9;
}
.nav.submenu li a {
  color: #333333;
  padding: 20px 15px;
  /* font-size: 1.0625em; */
  font-size: 0.875em;
}
.navbar.shrink .nav.submenu li a {
  padding: 10px !important;
  /* font-size: 0.9em !important; */
}
.nav.submenu li a:hover,
.nav.submenu li a:focus {
  opacity: 0.5;
}
.nav.submenu li:first-child a {
  color: #947018;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .nav.submenu li:first-child a {
    padding-left: 0;
  }
}
.nav.submenu li:first-child a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin-left: 30px;
  margin-bottom: 2px;
  background-color: #d5d5d4;
}
@media (min-width: 768px) {
  .dropdown-menu {
    top: 98%;
    border-radius: 0;
    background-color: #fff;
    min-width: 190px;
  }
  .dropdown-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 30px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #d7d7d7;
  }
  .shrink .dropdown-menu {
    top: 98%;
  }
  .dropdown-menu > li > a {
    padding: 1em !important;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    top: 80%;
  }
  .shrink .dropdown-menu {
    top: 90%;
  }
}
.slider {
  max-height: 550px;
  overflow: hidden;
  position: relative;
}
.slider.page {
  /* max-height: 395px; */
  /* margin-bottom: 2.375em; */
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .slider.page {
    /* max-height: 490px; */
    /* margin-bottom: 3.125em; */
    margin-bottom: 3em;
  }
}
/* @media (min-width: 1200px) {
  .slider.page {
    max-height: 490px;
    margin-bottom: 4.375em;
  }
} */
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
  url("fonts/flexslider-icon.woff") format("woff"),
  url("fonts/flexslider-icon.ttf") format("truetype"),
  url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  max-width: 100%;
  width: auto;
  max-height: 550px;
  margin: auto;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider {
  margin: 0;
  background: #f2f2f2;
  border: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  /* zoom: 1; */
  /* height: 23vh; */
  background-color: #292928;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  /* *height: 0; */
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: relative;
  bottom: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0;
  display: inline-block;
  zoom: 1;
  /* *display: inline; */
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.slider,
.flexslider {
  position: relative;
  width: initial;
  height: inherit;
  max-height: 550px;
}
.slider.page .flexslider {
  position: relative;
  width: initial;
  height: inherit;
  max-height: 490px;
}
.flexslider li {
  position: relative;
}
.slider > .container,
.slider > .flexslider .container {
  position: relative;
}
.slider > .flexslider + .container {
  position: initial;
}

@media (max-width:992px) {
  .flexslidersub li {
    height: 100%;
  }
  .flexslidersub .slides li img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 767px) {
  .flexslider .container {
    background-color: #292928;
    color: #fff;
    padding: 1em 2em;
  }
  .flexslider .container .btn-default {
    background-color: #fff;
    color: #292928;
  }
  .btn_brd{ text-align:left; background:none; border:none;}
}

.slider .caption {
  padding-top: 1em;
}

@media (max-width: 600px) {
  .slider .caption {
    padding-top: 0;
    font-size: 10px;
  }

  .flexslider .container .btn-default {
    padding: 5px 15px;
  }
}

@media (min-width: 768px) {
  .slider .caption {
    position: absolute;
    width: 29.0625em;
    top: 2.6em;
    right: 15px;
    padding: 1.9375em 4.9375em 2.5em;
    color: #292928;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    z-index: 2;
  }
  .slider.page .caption {
    top: 1em;
  }
}
@media (min-width: 992px) {
  .slider .caption {
    top: 5em;
  }
  .slider.page .caption {
    top: 3.5em;
  }
}
@media (min-width: 1200px) {
  .slider .caption {
    top: 9em;
  }
  .slider.page .caption {
    top: 5.5em;
  }
}
/* .slider .navigation {
  display: none;
} */
.slider .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 50%;
  height: 50px;
  max-height: 50px;
  border-radius: 5px;
  z-index: 2;
  background-color: transparent;
  left: 15px;
  right: 15px;
}
.slider .navigation a {
  width: 39px;
  max-width: 39px;
  height: 50px;
  border: none;
  margin-right: -3px;
  max-height: 50xp;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #292928;
  border-radius: 5px 0 0 5px;
}
.slider .navigation a:hover,
.slider .navigation a:focus {
  text-decoration: none;
  background-color: #545453;
}
.slider .navigation a:last-child {
  background-color: #545453;
  border-radius: 0 5px 5px 0;
}
.slider .navigation a:last-child:hover {
  background-color: #292928;
}
@media (min-width: 768px) {
  .slider .navigation {
    justify-content: flex-start;
    position: absolute;
    bottom: 1.25em;
    height: 50px;
    width: 78px;
    max-height: 50px;
    border-radius: 5px;
    z-index: 2;
    background-color: transparent;
    left: unset;
    right: unset;
  }
}
.flex-control-nav li {
  float: left;
  margin: 0;
  padding: 1.5555555555555554em 0.8333333333333333em;
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
.reservation {
  position: absolute;
  right: 0;
  padding: 1.5555555555555554em 1em;
  background-color: #947018;
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  text-transform: uppercase;
  padding-left: 4.4em;
  color: #fff;
  width: 575px;
  float: right;
}
.flex-control-nav li:last-child {
  border: none;
}
.flex-control-nav .flex-active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #947018;
}
.intro,
.article,
.article .base-info,
.base-info + .extra-info {
  background-color: #fff;
}
.intro.invers,
.base-info,
.extra-info {
  background-color: #F8F8F8;
}
.intro + .main + .article.fluid-container,
.main + .article.fluid-container {
  background-color: #fff;
}
.intro.end.fluid-container,
.article.fluid-container,
.main .base-info + .extra-info {
  border-bottom: 10px solid #F8F8F8;
}
.slider.page + .intro,
.slider.page + .article {
  padding-top: 0;
}
.intro,
.article,
.main .base-info,
.main .extra-info {
  /* padding: 2.375em 0; */
  padding: 1.5em 0;
}
.article .row {
  margin-bottom: 2.375em;
}
@media (min-width: 992px) {
  .intro,
  .article,
  .main .base-info,
  .main .extra-info {
    /* padding: 3.125em 0; */
    padding: 2em 0;
  }
  .article .row {
    margin-bottom: 3.125em;
  }
}
@media (min-width: 1200px) {

  .article .row {
    margin-bottom: 4.375em;
  }
}
.article .row:last-child {
  margin-bottom: 0;
}
.article .contents:after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #947018;
  margin-top: 1.875em;
}
@media (min-width: 768px) {
  .image + .contents {
    padding-left: 35px;
  }
}
.contents h1 {
  color: #947018;
}
.contents .h1 {
  color: #947018;
}
@media (max-width: 767px) {
  .contents p + a.btn {
    margin-bottom: 2em;
  }
}
.contents p + a.btn {
  margin-top: 0.6666666666666666em;
}
@media (min-width: 1200px) {
  .contents p + a.btn {
    margin-top: 1.875em;
  }
}
.main [class*="col-"] h1 {
  margin-top: 0;
}
.main .extra-info .tile {
  margin-bottom: 0;
}
.main .col-sm-10 + .col-sm-10 {
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  .main .col-sm-10 + .col-sm-10 {
    margin-top: 3.125em;
  }
}
@media (min-width: 1200px) {
  .main .col-sm-10 + .col-sm-10 {
    margin-top: 4.375em;
  }
}
.main .tile {
  overflow: hidden;
  display: block;
  margin-bottom: 1.875em;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #947018;
}
.main .tile.long:last-child {
  margin-bottom: 0;
}
.main .tile:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.main a.tile:hover h3 {
  text-decoration: underline;
}
.main .tile p {
  color: #565652;
}
.main .tile .image {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .main .tile .image {
    max-height: 150px;
  }
  .main .tile.long .image {
    max-width: 342px;
  }
}
@media (min-width: 992px) {
  .main .tile.medium {
    height: 535px;
    overflow: hidden;
  }
  .main .tile .image {
    max-height: 190px;
  }
}
@media (min-width: 1200px) {
  .main .tile.medium {
    height: 645px;
  }
  .main .tile .image {
    max-height: 250px;
  }
}
.carousel .item,
.tile .image {
  height: 140px;
  background-color: white;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .carousel .item,
  .tile .image {
    height: 250px;
  }
}
.carousel img,
.tile .image img {
  position: absolute;
  top: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .tile .image,
.main .tile .image img {
  background-color: #947018;
}
.main .tile .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .tile:hover .image img {
  transition: 0.3s;
  border-radius: 5px 0 0 5px;
}
.main .tile.long .image {
  border-radius: 5px 5px 0 0;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main .tile.long .image {
    border-radius: 5px 0 0 5px;
  }
}
.main .tile.long .contents {
  padding: 0.6666666666666666em 2em;
}
.main .tile.long .contents p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .main .tile.long .contents {
    padding: 1.25em 2.5em;
  }
}
.main .tile .icon-info span,
.intro .icon-info span {
  color: #545453;
  display: inline-block;
  padding-top: 1em;
  padding-right: 20px;
}
.intro .icon-info span {
  padding-bottom: 1.875em;
}
.main .tile .icon-info span i,
.intro .icon-info span i {
  color: #947018;
  vertical-align: sub;
  padding-right: 5px;
}
/* .main [class*='col-']:nth-child(1n+8) .tile.short{margin-bottom:0;} */
/* @media (min-width:768px){.main [class*='col-']:nth-child(1n+7) .tile.short{margin-bottom:0;}
}
@media (min-width:992px){.main [class*='col-']:nth-child(1n+5) .tile.short{margin-bottom:0;}
} */
.main .tile.short .contents,
.main .tile.medium .contents {
  padding: 1em 2em;
}
@media (min-width: 1200px) {
  .main .tile.short .contents,
  .main .tile.medium .contents {
    padding: 1.25em 2.5em;
  }
}
.main [class*="col-"]:nth-child(1n + 4) .tile.medium {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .main [class*="col-"]:nth-child(1n + 3) .tile.medium {
    margin-bottom: 0;
  }
}
.main .tile.medium h3,
.main .tile.long {
  color: #947018;
}
.main .tile.medium .image .item {
  width: 100%;
}
.main .carousel-control {
  height: 40px;
  width: 40px;
  top: 50px;
  opacity: 1;
  text-shadow: none;
}
@media (min-width: 768px) {
  .main .carousel-control {
    top: 100px;
  }
}
.main .carousel-control.left,
.main .carousel-control.right {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
}
.main .carousel-control.left:hover,
.main .carousel-control.right:hover {
  background-color: rgba(255, 255, 255, 1);
}
.main .carousel-control.left {
  left: 1.525em;
}
.main .carousel-control.right {
  right: 1.525em;
}
@media (min-width: 768px) {
  .main .carousel-control.left {
    left: 3.125em;
  }
  .main .carousel-control.right {
    right: 3.125em;
  }
}
.main .carousel-control span {
  color: #292928;
  box-shadow: none;
  line-height: 42px;
}
.main .tile.medium .contents {
  min-height: 255px;
}
.main .tile.medium .contents {
  padding: 1em;
}
@media (min-width: 768px) {
  .main .tile.medium .contents {
    padding: 1em 2em;
  }
}
@media (min-width: 1200px) {
  .main .tile.medium .contents {
    padding: 1.25em 2.5em;
  }
}
.main .nav-tabs {
  border-bottom: 0;
}
.main .nav-tabs > li > a {
  padding: 10px;
  border: none;
  border-radius: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .main .nav-tabs > li > a {
    padding: 1.375em;
  }
}
.main .nav-tabs > li > a,
.main .nav-tabs > li > a:hover,
.main .nav-tabs > li > a:focus {
  color: #fff;
  background-color: #919191;
  text-align: center;
}
.main .nav-tabs > li.active > a,
.main .nav-tabs > li.active > a:hover,
.main .nav-tabs > li.active > a:focus {
  background-color: #292928;
  border: 0;
}
@media (min-width: 768px) {
  .main .tab-content > .active.flex {
    display: flex;
    width: 100%;
  }
}
.main .tab-content .tab-pane {
  padding: 2em 1em 0;
}
@media (min-width: 1200px) {
  .main .tab-content .tab-pane {
    padding: 3.75em 1.25em 0;
  }
}
.main .featured-list {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .main .featured-list {
    margin-top: 3.75em;
  }
}
.main .tab-content .featured-list:first-child {
  margin-top: 0;
}
.main .tab-content .featured-list {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .main .tab-content .featured-list {
    margin-top: 0;
  }
}
.main .featured-list li.title:before {
  display: none;
}
.main .featured-list li.title {
  list-style: none;
  margin-left: -20px;
}
.main .title {
  padding-bottom: 1.25em;
  color: #947018;
  font-size: 1.3125em;
}
.main .featured-list li {
  padding-bottom: 0.9375em;
  padding-right: 2.5em;
  list-style: none;
  margin-left: 10px;
}
.main .featured-list li:last-child {
  padding-bottom: 0;
}
.main .featured-list li:before {
  position: absolute;
  left: 0;
  content: "\f00c";
  font-family: Fontawesome;
  font-size: 1.0625em;
  color: #947018;
}
.gallery a:hover {
  text-decoration: none;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact-details > .row {
  margin-bottom: 30px;
}
.contact-details hr {
  margin: 2em 0;
}
footer {
  margin: 1.125em 0 1.875em;
  color: #333333;
}
@media (min-width: 992px) {
  footer {
    margin: 1.875em 0 1.875em;
    color: #333333;
  }
}
@media (min-width: 1200px) {
  footer {
    margin: 3.125em 0 1.875em;
    color: #333333;
  }
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style: none;
}
footer a:hover,
footer a:focus {
  text-decoration: underline;
  color: #fff;
}
footer .social-media {
  margin-top: 0.8rem;
}

@media (min-width: 1200px) {
  footer .social-media {
    margin-top: 1.6rem;
  }
}

footer .fluid-container {
  padding: 3.125em 0 0;
  margin-bottom: 1.875em;
  position: relative;
  background-color: #F8F8F8;
  color: #333333;
}
@media (max-width: 992px) {
  footer .fluid-container {
    padding-bottom: 1em;
  }
}
footer #map-wide {
  margin-top: -3.125em;
  width: 100%px;
  height: 200px;
}
#map-full-width {
  height: 230px;
  width: 100%;
}
@media (min-width: 768px) {
  #map-full-width {
    height: 490px;
    width: 100%;
  }
}
#street-view {
  height: 341px;
  width: 100%;
}
@media (min-width: 992px) {
  footer #map-small {
    margin-top: -3.125em;
    margin-left: -110px;
    width: 485px;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  footer #map-small {
    margin-top: -3.125em;
    margin-left: -110px;
    width: 450px;
    height: 400px;
  }
}
@media (min-width: 768px) {
  footer .fluid-container .adress {
    padding-left: 35px;
  }
}
footer .fluid-container .adress h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #836007;
}
@media (min-width: 992px) {
  footer .fluid-container .adress h3 {
    margin-top: 2rem;
    margin-bottom: 1.9047619047619047em;
  }
}
footer .fluid-container p,
footer .fluid-container a {
  color: #333333;
  font-weight: 300;
  display: block;
  line-height: 1.7em;
}
footer .copyright {
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1.3846153846153846em;
}
footer .copyright a {
  font-weight: 700;
}
.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
.pageload-overlay.show {
  visibility: visible;
}
.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
}
.pageload-overlay svg path {
  fill: #fff;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.modal h2 {
  color: #fff;
}
#arrangement.modal h2 {
  color: #545453;
}
.modal-backdrop {
  opacity: 0.85;
}
.modal-dialog {
  margin: 4.5em auto 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 10em;
    margin-bottom: 10em;
  }
  #arrangement .modal-dialog {
    width: 63.875em;
  }
}
.modal-content {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #947018;
  border-radius: 4px;
}
#arrangement .modal-content {
  background-color: #fff;
  color: #545453;
}
@media (min-width: 768px) {
  .modal-content {
    width: 37.625em;
  }
  #arrangement .modal-content {
    width: 63.875em;
  }
}
.modal-header {
  border-bottom: none;
  padding: 1.875em 2.5em 0.625em;
}
.modal-header .close {
  position: absolute;
  top: -1.4285714em;
  right: -1.4285714em;
  padding: 1.4285714em;
  background-color: #242424;
  border-radius: 4em;
  display: block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.modal-header .close:hover span,
.modal-header .close:focus span {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal-header .close span {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.1em;
  width: 14px;
  height: 14px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAElBMVEX///////////////////////+65XQCAAAABXRSTlMALL4V088goFcAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAPklEQVQI12MQMmBgYGBWZFB1BtImQQwmIQYMzK7OYAxiAwljV5Acs6sLiAsUCAVx4TRMHKoOpg9mDsxcqD0ACxcN8xGwEeQAAAAASUVORK5CYII=");
  transition: 0.2s ease-in;
}
.modal-body {
  padding: 0 2.5em 1em;
}
.modal#arrangement table {
  font-size: 1.0625em;
}
.modal#arrangement .nav-tabs > li > a {
  font-size: 1.7647058823529411em;
  color: #c6c6c6;
}
.modal#arrangement .nav-tabs > li.active > a {
  color: #545453;
}
.modal#arrangement thead {
  background-color: #e9e9e9;
}
.modal#arrangement th {
  font-weight: 400;
}
.modal#arrangement table > thead > tr > th,
.modal#arrangement table > tbody > tr > td {
  padding: 1.1764705882352942em 0.5882352941176471em;
  text-align: center;
}
.modal#arrangement table > thead > tr > th:first-child,
.modal#arrangement table > tbody > tr > td:first-child {
  padding-left: 1.7647058823529411em;
  text-align: left;
}
.modal#arrangement table > thead > tr > th:last-child,
.modal#arrangement table > tbody > tr > td:last-child {
  padding-right: 1.7647058823529411em;
}
.form-group {
  margin-bottom: 1em;
}
.form-control {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  height: 48px;
  border-color: #fff;
  border-radius: 4px;
}
.form-control:focus {
  border-color: #292928;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(41, 41, 40, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(41, 41, 40, 0.6);
}
.select {
  background: transparent;
}
select {
  background: transparent;
}
select:not(:checked) {
  color: #9e9e9e;
}
optgroup:not(:checked) {
  color: #009237;
}
select option:not(:disabled) {
  color: #9e9e9e;
}
.select-style {
  position: relative;
}
.select-style:before {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 2.5em;
  height: 2.5em;
  background-color: #fff;
  pointer-events: none;
}
.select-style:after {
  font-family: Fontawesome;
  content: "\f0d7";
  position: absolute;
  right: 15px;
  top: 16px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #947018;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  pointer-events: none;
}
.icon-calendar {
  background-color: #fff;
  border: none;
  color: #947018;
}
.form-group .help-block {
  color: #fff;
}
.form-group .help-block ul {
  padding-left: 20px;
}
.form-group .help-block ul li {
  list-style: none;
}
.form-group .help-block ul li:before {
  display: inline-block;
  margin-left: -20px;
  padding-right: 10px;
  font-family: Fontawesome;
  content: "\f06a";
  color: #fff;
  font-size: 1em;
}
.form-info {
  opacity: 0.5;
  color: white;
  font-size: 0.75em;
  line-height: 2em;
}
.btn-form {
  width: 100%;
  height: 4.75em;
  margin: 0.625em 0;
  background-color: #292928;
  border: 2px solid #292928;
  border-radius: 4px;
  color: white;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .btn-form {
    width: 19.188em;
  }
}
.btn-form:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.btn-form img {
  margin-right: 0.555555em;
  vertical-align: text-top;
}
.modal-backdrop.in {
  z-index: 9990 !important;
}
#gallery-modal {
  z-index: 99999 !important;
}
.sfl-widget--ribbon {
  z-index: 999;
}

.main .featured-list ul {
  position: relative !important;
}
.main .featured-list ul li {
  margin-left: -15px !important;
  padding-right: 0px !important;
}

#wis2-panel .wis2-panel.wis2-panel--horizontal .wis2-title {
  padding: 10px!important; /* center "rezerwacja online" text */
}


/* footer fix */

.mobile-footer-links a {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mobile-footer-links {
    margin-top: 1rem;
  }
}
.desktop-footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
  margin-bottom: 1rem;
}
.desktop-footer-links a {
  font-weight: bold;
}

/* wis2 panel */

#wis2-panel .wis2-panel--horizontal .wis2-title {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  justify-content: center;
}

.be-panel-holder {
  border-bottom: 1px solid #efefef;
  padding-bottom: 1rem;
}
.be-panel {
  position: relative;
}

#wis2-panel .wis2-panel--horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* @media screen and (max-width: 600px){
  #wis2-panel .wis2-panel--horizontal {
    justify-content: center;
  }
} */

#wis2-panel .wis2-panel:before,
#wis2-panel .wis2-panel:after {
  display: none;
}

@media (min-width:1200px) {
  .be-panel-holder {
    margin: 2rem auto;
    padding: 1rem;
    border: 1px solid #efefef;
  }
}

@media screen and (min-width:600px) {
  .wis2-panel--horizontal .wis2-guarantee-hld {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width:1200px) {
  .wis2-panel--horizontal .wis2-guarantee-hld {
    position: relative;
  }
}

@media screen and (max-width: 1199px) {
  #wis2-panel .wis2-panel.wis2-panel--horizontal .wis2-title {
      width: 100%;
      text-align: center;
  }
}

/* pakiety grid */

.pakiety-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pakiety-grid .col-sm-24 {
  margin-bottom: 1.875em;
}
@media (max-width:767px) {
.pakiety-grid .col-sm-24 {
  width:100%;
}
}
.pakiety-grid .col-sm-24 a {
  display: flex;
  flex-direction:column;
  height:100%;
  margin-bottom: 0;
}

.open span.icon-bar1 {
  transform: rotate(45deg) translate(4px, 4px);
}
.open span.icon-bar2 {
  transform: rotate(-45deg);
}
.open span.icon-bar3 {
  opacity:0
}


.navbar-nav {
  margin: 0;
}

@media (max-width:1200px) {
  .navbar-mainmenu > li > a:not(.btn) {
    background-color: #f8f8f8;
    border-radius: .5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .navbar-header {
      float: none !important;
  }
}

.flex-container-menu {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

@media (min-width:1200px) {
  .flex-container-menu {
    flex-direction:row;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse.collapse[aria-expanded="false"] {
      display: none !important;
      height: 1px !important;
      padding-bottom: 0;
      overflow: visible !important;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-collapse.collapse[aria-expanded="false"] {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
  }
}


/* main menu */

@media (max-width:1199.95px) {
  .navbar-mainmenu > li > a:not(.btn) {
    background-color: #f8f8f8;
    border-radius: .5rem;
    margin-bottom: 0.5rem;
  }
  .dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
    margin-bottom: 1rem;
  }
  .dropdown-menu>li>a {
      padding: 7px 15px !important;
  }
  .dropdown-menu:after {
    display: none;
  }
  .dropdown-backdrop {
    display: none;
  }
}

.navbar-header-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* scroll top */

#scrollTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #947018;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  cursor: pointer;
}
#scrollTop.showw {
  opacity: 1;
}

/* slider fixes */

@media (max-width:1200px) {
  .flexslider .slides img {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
ul.flex-ul-li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}

ul.flex-ul-li li {
  margin: 0;
  padding: 0;
}

.icons-langauge>li>a{
  min-width: 24px;
  min-height: 24px;
  text-align: center;
}

#wis2-panel .wis2-button--primary{
  background-color: #947018!important;
}