svg.fa {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentColor;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font: 17px "Open Sans", sans-serif;
  color: #5C4A3D;
  text-align: center;
  background-color: #ffffff;
}

p {
  margin: 0;
}

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

a:link, a:visited, a:hover, a:active {
  color: #5C4A3D;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.btn,
.btn:link,
.btn:visited {
  display: inline-block;
  padding: 14px 28px;
  background-color: #9DA88A;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
  background-color: #5e6257;
  color: #fff;
  text-decoration: none;
}

.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited {
  background-color: #5C4A3D;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #5e6257;
}

.btn-outline,
.btn-outline:link,
.btn-outline:visited {
  background-color: transparent;
  color: #363234;
  border-style: solid;
  border-color: #363234;
  border-width: 1px 0;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  background-color: #f77816;
  border-color: #f77816;
  color: #fff;
}

.box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .box {
    width: 980px;
  }
}

.clear {
  clear: both;
  height: 0;
  visibility: hidden;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 12%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #9DA88A;
  cursor: pointer;
  display: none;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .scroll-to-top {
    bottom: 8%;
  }
}

.view_mobile,
.view_ipad {
  display: none !important;
}

.hide_desktop {
  display: none;
}

#ui-datepicker-div {
  font-size: 13px;
  z-index: 551 !important;
}

#altea-cookiebox-close-button .fa {
  font-size: 17px;
}

.popup-calltoaction-widget-by-altea {
  bottom: 55px !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 3px solid #9DA88A;
  z-index: 401;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1091px) {
  #header {
    height: auto;
  }
}
@media (max-width: 1090px) {
  #header.scrolled {
    height: 0;
    overflow: hidden;
  }
}
#header .headerlogo {
  position: relative;
  margin-right: auto;
  order: 1;
}
#header .headerlogo img {
  display: block;
  width: auto;
  height: 50px;
}
@media only screen and (min-width: 1091px) {
  #header .headerlogo img {
    height: auto;
  }
}
#header .headerlogo.errorpage {
  margin: 0 auto;
}
#header .link_request,
#header .link_request:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39%;
  height: 45px;
  line-height: 45px;
  background-color: #9DA88A;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.4s ease;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 301;
}
@media only screen and (min-width: 1091px) {
  #header .link_request,
  #header .link_request:hover {
    position: static;
    width: 143px;
    height: auto;
    line-height: 75px;
  }
}
#header .link_request:hover {
  background-color: #5e6257;
}
#header #language {
  position: relative;
  width: 58px;
  height: 100%;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 1091px) {
  #header #language {
    width: 77px;
    font-size: 16px;
  }
}
#header #language #active-lang {
  cursor: pointer;
  padding: 0;
  line-height: 50px;
  color: #5C4A3D;
  text-transform: uppercase;
}
@media only screen and (min-width: 1091px) {
  #header #language #active-lang {
    line-height: 75px;
    padding: 0 23px;
  }
}
#header #language #active-lang .fa, #header #language #active-lang svg {
  font-size: 16px;
  position: absolute;
  top: 15px;
  right: 6px;
  padding-left: 5px;
}
@media only screen and (min-width: 1091px) {
  #header #language #active-lang .fa, #header #language #active-lang svg {
    top: 29px;
    right: 14px;
  }
}
#header #language .lang-inline {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #ffffff;
  transition: height 0.5s ease;
}
@media only screen and (min-width: 1091px) {
  #header #language .lang-inline {
    top: 75px;
  }
}
#header #language .lang-inline a,
#header #language .lang-inline a:hover {
  display: block;
  line-height: 33px;
  text-align: center;
  color: #5C4A3D;
  text-decoration: none;
}
#header #language .lang-inline a:hover {
  text-decoration: underline;
}
#header #language:hover .lang-inline {
  height: 66px;
}

#service {
  position: relative;
  display: flex;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  order: 2;
}
@media only screen and (min-width: 1091px) {
  #service {
    width: 220px;
    order: 3;
  }
}

#nav {
  display: block;
  order: 3;
}
@media only screen and (min-width: 1091px) {
  #nav {
    order: 2;
  }
}
#nav #mobile_nav {
  display: block;
  overflow: hidden;
  width: 65px;
  height: 50px;
  line-height: 50px;
  color: #9DA88A;
  font-size: 23px;
}
@media only screen and (min-width: 1091px) {
  #nav #mobile_nav {
    display: none;
  }
}
#nav #mobile_nav .fa {
  position: relative;
  top: 4px;
}
#nav #mobile_nav .text {
  display: none;
}
#nav.hover_menu #menu {
  background: #ffffff;
  max-height: 900px;
  padding: 44px 0;
  transition: max-height 0.7s ease;
}

#menu,
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu {
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.9);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0s ease;
  z-index: 401;
}
@media only screen and (min-width: 1091px) {
  #menu {
    position: static;
    width: auto;
    height: 75px;
    display: table;
    margin: 0 auto;
    background-color: transparent;
    max-height: none;
    overflow: visible;
  }
}
#menu.menufooter {
  position: static;
  width: auto;
  height: 35px;
  display: flex;
  margin: 0;
  background-color: transparent;
  max-height: none;
  overflow: visible;
  z-index: 1;
  align-items: center;
}
#menu.menufooter li {
  font-size: 12px;
}
#menu.menufooter li a,
#menu.menufooter li .separator,
#menu.menufooter li a:hover {
  font-size: 12px;
}
#menu li {
  position: relative;
  display: block;
  background: none;
  padding-left: 0;
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 1091px) {
  #menu li {
    display: table-cell;
    vertical-align: middle;
    background: url(../images/sfondo-menu.png) no-repeat left center;
    padding-left: 2px;
  }
}
#menu li:first-child {
  background: none;
  padding-left: 0;
}
#menu li a,
#menu li .separator,
#menu li a:hover {
  display: block;
  padding: 9px 12px;
  line-height: 26px;
  font-size: 20px;
  color: #5C4A3D;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
  hyphens: auto;
}
@media only screen and (min-width: 768px) {
  #menu li a,
  #menu li .separator,
  #menu li a:hover {
    padding: 16px 22px;
    font-size: 25px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 1091px) {
  #menu li a,
  #menu li .separator,
  #menu li a:hover {
    display: inline-block;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1161px) {
  #menu li a,
  #menu li .separator,
  #menu li a:hover {
    font-size: 16px;
    min-width: 150px;
  }
}
#menu li a:hover, #menu li.active > a {
  color: #9DA88A;
}
#menu li a .openicon {
  margin-left: 18px;
}
#menu ul {
  position: static;
  width: auto;
  overflow: hidden;
  max-height: 0;
  background-color: #9DA88A;
  transition: max-height 0s ease;
}
@media only screen and (min-width: 1091px) {
  #menu ul {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background-color: rgba(157, 168, 138, 0.85);
  }
}
#menu li.opensubnav > ul {
  max-height: 900px;
  padding-top: 13px;
  padding-bottom: 16px;
  transition: max-height 0.7s ease;
}
@media only screen and (min-width: 1091px) {
  #menu li:hover > ul,
  #menu li.sfhover > ul {
    max-height: 900px;
    padding-top: 13px;
    padding-bottom: 16px;
    transition: max-height 0.7s ease;
  }
  #menu li.opensubnav > ul {
    max-height: 0;
    padding: 0;
  }
}
#menu li li {
  display: block;
  background: none;
  padding-left: 0;
}
#menu li li a,
#menu li li a:hover {
  display: block;
  padding: 5px 18px;
  font-size: 16px;
  line-height: 21px;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  #menu li li a,
  #menu li li a:hover {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1091px) {
  #menu li li a,
  #menu li li a:hover {
    font-size: 14px;
  }
}
#menu li li a:hover, #menu li li.active > a {
  color: #fff;
  text-decoration: underline;
}

#foto {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 64vh;
  font-size: 0;
  box-sizing: border-box;
  border-bottom: 5px solid #9DA88A;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #foto {
    height: 100%;
  }
}
body.homepage #foto {
  height: 80vh;
}
@media only screen and (min-width: 768px) {
  body.homepage #foto {
    height: 100%;
  }
}
#foto .slider,
#foto .swiper,
#foto .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#foto .swiper-slide img,
#foto .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider {
  position: relative;
  width: 100%;
}
.slider .images {
  display: none !important;
}

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.swiper-slide img,
.swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#scrollDown {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  background-color: #807060;
  color: #fff;
  font-size: 33px;
  overflow: hidden;
  z-index: 201;
}
@media only screen and (min-width: 768px) {
  #scrollDown {
    display: block;
  }
}

#quick_link {
  position: absolute;
  top: 249px;
  right: 0;
  width: 60px;
  overflow: hidden;
  transition: width 500ms;
  z-index: 301;
}
@media only screen and (min-width: 768px) {
  #quick_link {
    top: 176px;
  }
}
#quick_link:hover {
  width: 185px;
  text-indent: 0 !important;
}
#quick_link a {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 8px;
  background-color: #9DA88A;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-indent: 60px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.5s ease;
}
#quick_link a:hover {
  background-color: #5e6257;
}
#quick_link a.gallery {
  background: #9DA88A url(../images/sprite24.png) no-repeat 0 0;
}
#quick_link a.photo360 {
  background: #9DA88A url(../images/sprite24.png) no-repeat 0 -50px;
}
#quick_link a.katalog {
  background: #9DA88A url(../images/sprite24.png) no-repeat 0 -104px;
}

#quick-request {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: rgba(157, 168, 138, 0.95);
  transition: max-height 0s ease;
  z-index: 301;
}
@media (max-width: 767px) {
  #quick-request {
    display: none;
  }
}
#quick-request.show {
  max-height: 900px;
  padding: 50px 0 10px 0;
  transition: max-height 0.5s ease;
}
#quick-request .form_row {
  display: inline-block;
  vertical-align: top;
  margin: 0 11px;
  font-size: 20px;
}
@media only screen and (min-width: 980px) {
  #quick-request .form_row {
    margin: 0 31px;
  }
}
#quick-request .form_row label {
  display: block;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
#quick-request .form_row input {
  display: block;
  width: 90px;
  height: 25px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  font: 18px "Open Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
}
@media only screen and (min-width: 980px) {
  #quick-request .form_row input {
    width: 130px;
    font-size: 20px;
  }
}
#quick-request .form_row .formDay {
  font-size: 68px;
  height: 80px;
}
#quick-request .form_row.newline {
  display: block;
  margin-top: 32px;
  text-align: center;
}
#quick-request .row_invia {
  display: block;
  margin: 24px 0;
  text-align: center;
}
@media only screen and (min-width: 980px) {
  #quick-request .row_invia {
    margin-top: 52px;
  }
}
#quick-request .row_invia input {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 61px;
  background-color: #fff;
  color: #9DA88A;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.4s ease, color 0.4s ease;
}
@media only screen and (min-width: 980px) {
  #quick-request .row_invia input {
    padding: 5px 41px;
  }
}
#quick-request .row_invia input:hover {
  background-color: #807060;
  color: #fff;
}
#quick-request .close {
  text-align: center;
  font-size: 32px;
  color: #fff;
}

#content.noPhoto {
  margin-top: 130px;
}
#content #article {
  display: block;
  margin: 0 4%;
  padding: 12px 0 34px 0;
  font-size: 15px;
  line-height: 1.7em;
}
@media only screen and (min-width: 980px) {
  #content #article {
    margin: 0;
    padding: 32px 0 84px 0;
  }
}
#content #article ul,
#content #article ol {
  margin: 1em 0;
  padding-left: 1.5em;
  text-align: left;
}
#content #article ul li,
#content #article ol li {
  padding: 0.25em 0;
  line-height: 1.6em;
}
#content #article ul li::marker,
#content #article ol li::marker {
  color: #9DA88A;
}
#content #article ul ul,
#content #article ul ol,
#content #article ol ul,
#content #article ol ol {
  margin: 0.4em 0 0.4em 0;
}
#content #article ul {
  list-style: disc;
}
#content #article ol {
  list-style: decimal;
}
#content #article h1,
#content #article .h1 {
  margin: 0 0 22px 0;
  padding-top: 22px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 980px) {
  #content #article h1,
  #content #article .h1 {
    font-size: 36px;
  }
}
#content #article h1::after,
#content #article .h1::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 600px;
  height: 2px;
  margin: 16px auto 0 auto;
  border: 1px solid #9DA88A;
  border-left: 0;
  border-right: 0;
}
@media only screen and (min-width: 980px) {
  #content #article h1::after,
  #content #article .h1::after {
    width: 40vw;
  }
}
#content #article h2 {
  position: relative;
  margin: 1.5em 0 16px 0;
  color: #5C4A3D;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.005em;
  text-align: center;
}
@media only screen and (min-width: 980px) {
  #content #article h2 {
    font-size: 1.9375rem;
  }
}
body.leftalign #content #article h2 {
  text-align: left;
}
#content #article h3 {
  margin: 16px 0 16px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
}
@media only screen and (min-width: 980px) {
  #content #article h3 {
    font-size: 1.6375rem;
  }
}
#content #article p {
  margin: 21px 0;
}
#content #article .extrainfo {
  display: flex;
  justify-content: center;
  margin: 21px auto;
  max-width: fit-content;
  padding: 5px 20px;
  border: 1px solid #9DA88A;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}
#content #article .extrainfo::after {
  margin: 0 auto;
}
#content #article .btn {
  margin-bottom: 22px;
}
#content #article .show-more-mobile {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #content #article .show-more-mobile {
    display: none;
  }
}
#content #article .show-more-mobile a {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 25px;
  background-color: #9DA88A;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
#content #article .show-more-mobile + .hidden-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  #content #article .show-more-mobile + .hidden-mobile {
    display: block;
  }
}
#content p.subtitle {
  text-align: center;
  font-size: larger;
}

body .btn-outline {
  background-color: transparent;
  border: 1px solid #9DA88A;
  color: #9DA88A;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
body .btn-outline:hover, body .btn-outline:active, body .btn-outline:focus {
  background-color: #9DA88A;
  border-color: #9DA88A;
  color: #fff;
}

body .af-required-field-message span,
body .af-label-required:after {
  color: #5C4A3D;
}

#map-canvas {
  height: 220px;
  background: url("../images/google-map-s.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #map-canvas {
    height: 330px;
    background-image: url("../images/google-map-b.jpg");
  }
}
@media only screen and (min-width: 980px) {
  #map-canvas {
    height: 250px;
  }
}

.boxes {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}
.boxes.border {
  padding: 0;
  margin: 1em 0;
  flex-direction: row;
}
@media only screen and (min-width: 980px) {
  .boxes.border {
    flex-direction: column;
    padding: 50px;
    margin: 4em 0;
  }
}
.boxes.imgTop .boxesImg {
  height: 165px;
}
@media only screen and (min-width: 768px) {
  .boxes.imgTop .boxesImg {
    height: 310px;
  }
}
@media only screen and (min-width: 980px) {
  .boxes.imgTop .boxesImg {
    height: 400px;
  }
}
.boxes.col .boxesImg {
  width: auto;
  height: 600px;
}
@media only screen and (min-width: 980px) {
  .boxes.col .boxesImg {
    width: 66%;
  }
}
.boxes.col .boxesText {
  height: auto;
  text-align: left;
}
@media only screen and (min-width: 980px) {
  .boxes.col .boxesText {
    height: 100%;
  }
}
.boxes.col .boxesText .inner {
  position: static;
  transform: translateY(0);
  padding: 0 8%;
}
@media only screen and (min-width: 980px) {
  .boxes.col .boxesText .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 980px) {
  .boxes.col.imgSx {
    flex-direction: row;
  }
}
.boxes.col.imgSx .boxesImg {
  width: auto;
  height: 265px;
}
@media only screen and (min-width: 768px) {
  .boxes.col.imgSx .boxesImg {
    height: 650px;
  }
}
@media only screen and (min-width: 980px) {
  .boxes.col.imgSx .boxesImg {
    width: 66%;
    height: 600px;
  }
}
.boxes.col.imgSx .boxesText {
  width: auto;
}
@media only screen and (min-width: 980px) {
  .boxes.col.imgSx .boxesText {
    width: 34%;
    box-sizing: border-box;
    position: relative;
  }
}
@media only screen and (min-width: 980px) {
  .boxes.col.imgDx {
    flex-direction: row-reverse;
  }
}
.boxes.col.imgDx .boxesImg {
  width: auto;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .boxes.col.imgDx .boxesImg {
    height: 595px;
  }
}
@media only screen and (min-width: 980px) {
  .boxes.col.imgDx .boxesImg {
    width: 66%;
    height: 600px;
  }
}
.boxes.col.imgDx .boxesText {
  width: auto;
  text-align: left;
}
@media only screen and (min-width: 980px) {
  .boxes.col.imgDx .boxesText {
    width: 34%;
    box-sizing: border-box;
    position: relative;
  }
}
.boxes.col.camere {
  background: #F5F2ED;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media only screen and (min-width: 980px) {
  .boxes.col.camere {
    flex-direction: row;
  }
}
.boxes.col.camere > .boxesImg {
  width: 100%;
  height: 265px;
}
@media only screen and (min-width: 768px) {
  .boxes.col.camere > .boxesImg {
    height: 450px;
  }
}
@media only screen and (min-width: 980px) {
  .boxes.col.camere > .boxesImg {
    width: 50%;
    height: 600px;
  }
}
.boxes.col.camere > .boxesText {
  width: 100%;
  height: auto;
  text-align: left;
}
@media only screen and (min-width: 980px) {
  .boxes.col.camere > .boxesText {
    width: 50%;
    height: 600px;
    display: flex;
    align-items: center;
  }
}
.boxes.col.camere > .boxesText .inner {
  position: static;
  transform: none;
  padding: 24px 8%;
}
@media only screen and (min-width: 980px) {
  .boxes.col.camere > .boxesText .inner {
    position: static;
    top: auto;
    transform: none;
    padding: 0 8%;
  }
}
.boxes.textAbove .boxesImg {
  height: 750px;
}
@media only screen and (min-width: 980px) {
  .boxes.textAbove .boxesImg {
    height: 100%;
  }
}
.boxes.textAbove .boxesText {
  position: absolute;
  top: 10%;
  right: 6%;
  left: 6%;
  box-sizing: border-box;
  padding: 0 4% 15px 4%;
  background-color: #fff;
  z-index: 301;
}
.boxes.imgTop .boxesText {
  width: 88%;
  margin: 0 auto;
}
.boxes .boxesImg .slider,
.boxes .boxesImg .swiper,
.boxes .boxesImg .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.boxes .boxesImg .swiper-pagination {
  bottom: 25px;
  text-align: center;
}
.boxes .boxesText {
  padding-bottom: 19px;
  line-height: 1.25;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .boxes .boxesText {
    font-size: 17px;
  }
}
.boxes .boxesText ul,
.boxes .boxesText ol {
  margin: 1em 0;
  padding-left: 1.5em;
  text-align: left;
}
.boxes .boxesText ul li,
.boxes .boxesText ol li {
  padding: 0.25em 0;
  line-height: 1.6em;
}
.boxes .boxesText ul li::marker,
.boxes .boxesText ol li::marker {
  color: #9DA88A;
}
.boxes .boxesText ul ul,
.boxes .boxesText ul ol,
.boxes .boxesText ol ul,
.boxes .boxesText ol ol {
  margin: 0.4em 0 0.4em 0;
}
.boxes .boxesText ul {
  list-style: disc;
}
.boxes .boxesText ol {
  list-style: decimal;
}
.boxes .boxesText h1,
.boxes .boxesText .h1 {
  margin: 0 0 22px 0;
  padding-top: 22px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .boxes .boxesText h1,
  .boxes .boxesText .h1 {
    font-size: 31px;
  }
}
.boxes .boxesText h1::after,
.boxes .boxesText .h1::after {
  margin: 0 auto;
}
.boxes .boxesText .btn {
  margin-top: 22px;
}

#offerte {
  display: block;
}
#offerte .offerte-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
#offerte .offerte-swiper .mod_offerte {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
}
#offerte .offerte-swiper .swiper-button-prev,
#offerte .offerte-swiper .swiper-button-next {
  color: #9DA88A;
}
#offerte .offerte-swiper .swiper-button-prev::after,
#offerte .offerte-swiper .swiper-button-next::after {
  font-size: 22px;
  font-weight: 700;
}
#offerte .offerte-swiper .swiper-pagination {
  bottom: 5px;
}
#offerte .offerte-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #9DA88A;
}
#offerte .offerte-swiper.is-static {
  overflow: visible;
  padding-bottom: 0;
}
#offerte .offerte-swiper.is-static .mod_offerte {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  transform: none !important;
}
@media only screen and (min-width: 768px) {
  #offerte .offerte-swiper.is-static .mod_offerte {
    flex-direction: row;
    gap: 30px;
  }
}
#offerte .offerte-swiper.is-static .offer.swiper-slide {
  margin: 0 !important;
  width: 100% !important;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  #offerte .offerte-swiper.is-static .offer.swiper-slide {
    width: calc(50% - 15px) !important;
  }
}
#offerte .offerte-swiper.is-static .swiper-pagination,
#offerte .offerte-swiper.is-static .swiper-button-prev,
#offerte .offerte-swiper.is-static .swiper-button-next {
  display: none !important;
}
#offerte .offer {
  position: relative;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #offerte .offer {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 980px) {
  #offerte .offer {
    flex-direction: row;
  }
}
#offerte .offer a {
  color: #9DA88A;
}
#offerte .offer a.btn {
  color: #fff;
}
#offerte .offer .list-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#offerte .offer .offerImage {
  width: auto;
}
#offerte .offer .offerImage img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 851/394;
  object-fit: cover;
}
#offerte .offer .offerTxt {
  background: #ffffff;
  position: static;
  padding: 0 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#offerte .offer .text-box {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#offerte .offer .offerLink {
  margin-top: auto;
}
#offerte .offer .offerText,
#offerte .offer .offerDate,
#offerte .offer .offerLink {
  display: block;
}
#offerte .offer .offerText {
  margin-bottom: 1em;
}
#offerte .offerTxt .offerTitle {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #5C4A3D;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #offerte .offerTxt .offerTitle {
    margin: 0;
    padding-top: 25px;
    color: inherit;
    font-size: 27px;
    text-align: left;
    text-shadow: none;
  }
}
#offerte .offerTxt .offerTitle a {
  display: block;
  padding-top: 18px;
  color: #5C4A3D;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #offerte .offerTxt .offerTitle a {
    display: inline;
    padding-top: 0;
    color: inherit;
  }
}
#offerte .offerTxt .offerTitle::after {
  display: none;
}
#offerte .offerPrice {
  margin: 0 0 19px 0;
  display: inline-block;
  padding: 0;
  font-size: 19px;
  font-style: italic;
}
#offerte .btn {
  margin-top: 40px;
}
@media only screen and (min-width: 1091px) {
  #offerte .btn {
    margin-top: 20px;
  }
}

#extra {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #extra {
    flex-direction: row;
  }
}

#footer {
  padding: 33px 0 0 0;
  background-color: #5e6257;
  color: #fff;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding-bottom: 0;
  }
}
#footer .footerFirst {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4%;
  margin: 0 auto;
  max-width: 1440px;
}
@media only screen and (min-width: 768px) {
  #footer .footerFirst {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
}
#footer a,
#footer a:hover {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer p {
  margin: 6px 0;
}
#footer address {
  font-style: normal;
}
#footer .nameFooter {
  width: 80%;
  margin: 0 auto 23px auto;
  padding-bottom: 9px;
  border-bottom: 2px solid #9DA88A;
}
@media only screen and (min-width: 768px) {
  #footer .nameFooter {
    width: 290px;
  }
}
#footer .social {
  margin-top: 27px;
  font-size: 0;
}
#footer .social a,
#footer .social a:hover {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  margin: 0 13px;
  border-radius: 16px;
  background-color: #fff;
  color: #807060;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#footer .social a:hover {
  background-color: #9DA88A;
  color: #fff;
}
#footer .social a .fa {
  position: relative;
}
#footer .social img {
  width: 20px;
  height: 20px;
  top: 3px;
  position: relative;
}
#footer .partner {
  font-size: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #footer .partner {
    flex-direction: row;
  }
}
#footer .partner img {
  width: 80px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #footer .partner img {
    width: auto;
    max-width: 80px;
  }
}
#footer .meteo {
  width: auto;
  padding-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  #footer .meteo {
    width: 50%;
    padding-bottom: 0;
  }
}
#footer .meteo .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .meteo .footer-meteo,
#footer .meteo .weather {
  display: inline-block;
  vertical-align: middle;
}
#footer .meteo .weather {
  width: 240px;
}
#footer .meteo .footer-meteo {
  color: #9DA88A;
  font-size: 36px;
}
#footer .footerLast {
  background-color: #F5F2ED;
  color: #5C4A3D;
  padding: 33px 0 54px 0;
  margin: 29px auto 52px auto;
}
@media only screen and (min-width: 1161px) {
  #footer .footerLast {
    margin-bottom: 0;
    padding-left: 8%;
    padding-right: 8%;
  }
}
#footer .footerLast .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1440px;
}
@media only screen and (min-width: 768px) {
  #footer .footerLast .inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
#footer .footerLast .copyright {
  display: block;
  width: auto;
  font-size: 12px;
  line-height: 1.25em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #footer .footerLast .copyright {
    display: inline-block;
  }
}
#footer .footerLast #byaltea {
  display: block;
  width: auto;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  #footer .footerLast #byaltea {
    display: inline-block;
    width: 20%;
  }
}
#footer #menu_info li {
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  #footer #menu_info li {
    font-size: 13px;
    line-height: 35px;
  }
}
#footer #menu_info li::before {
  content: "/";
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  #footer #menu_info li::before {
    padding: 0 9px;
  }
}
#footer #menu_info li:first-child::before {
  content: "";
  display: none;
}
#footer #menu_info a,
#footer #menu_info a:hover {
  color: #fff;
}
#footer .mobileTel {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 39%;
  height: 45px;
  line-height: 45px;
  background-color: #9DA88A;
  color: #fff;
  font-size: 28px;
  z-index: 301;
  transition: background-color 0.4s ease;
}
@media only screen and (min-width: 1091px) {
  #footer .mobileTel {
    display: none;
  }
}
#footer .mobileTel .fa, #footer .mobileTel img {
  position: relative;
  top: 7px;
}
#footer .mobileTel:hover {
  background-color: #5e6257;
}
#footer .mobileMap {
  display: block;
  position: fixed;
  left: 40%;
  bottom: 0;
  width: 20%;
  height: 45px;
  line-height: 45px;
  background-color: #9DA88A;
  color: #fff;
  font-size: 28px;
  z-index: 301;
  transition: background-color 0.4s ease;
}
@media only screen and (min-width: 1091px) {
  #footer .mobileMap {
    display: none;
  }
}
#footer .mobileMap .fa, #footer .mobileMap img {
  position: relative;
  top: 7px;
}

#pano360 {
  display: flex;
  flex-wrap: wrap;
}
#pano360 .pano-item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 4px 0;
  padding: 0 4px;
}
@media only screen and (min-width: 768px) {
  #pano360 .pano-item {
    width: 50%;
  }
}
#pano360 .pano-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
#pano360 .pano-item a {
  display: block;
}
#pano360 .pano-item img.zoom {
  position: absolute;
  top: 0;
  right: 4px;
}

table.price {
  width: 100%;
  margin: 13px 0 39px 0;
  border-spacing: 0;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  table.price {
    font-size: 15px;
  }
}
table.price thead {
  background-color: #9DA88A;
  color: #fff;
}
table.price thead th {
  padding: 6px 7px;
  font-weight: normal;
}
table.price tbody tr {
  transition: all 0.4s ease;
}
table.price tbody tr:nth-child(odd) {
  background-color: #807060;
  color: #fff;
}
table.price tbody tr:hover {
  background-color: #5e6257;
  color: #fff;
}
table.price tbody td {
  padding: 2px 7px;
}
table.price .period {
  white-space: nowrap;
}
table.price .td-price {
  text-align: center;
}

#richiesta {
  font-size: 15px;
  -webkit-backface-visibility: hidden;
}
#richiesta fieldset {
  margin: 19px 0 0 0;
  padding: 0;
  border: 0;
  text-align: left;
}
#richiesta legend,
#richiesta .titoloform {
  margin: 22px 0 7px 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.2em;
}
@media only screen and (min-width: 980px) {
  #richiesta legend,
  #richiesta .titoloform {
    margin-left: 152px;
  }
}
#richiesta input,
#richiesta textarea,
#richiesta select {
  width: 245px;
  margin: 0;
  padding: 2px 3px;
  border: 1px solid #000;
  color: #000;
  font: 13px "Open Sans", sans-serif;
}
#richiesta textarea {
  width: 95%;
}
@media only screen and (min-width: 768px) {
  #richiesta textarea {
    width: 701px;
  }
}
#richiesta input.no_color {
  width: auto;
  border: 0;
}
#richiesta select.no_color {
  width: auto;
}
#richiesta input.small {
  width: 60px;
}
#richiesta input.invia {
  width: auto;
  padding: 13px 25px;
  border: 1px solid #363234;
  border-width: 1px 0;
  background-color: transparent;
  color: #363234;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#richiesta input.invia:hover {
  background-color: #f77816;
  border-color: #f77816;
  color: #fff;
}
#richiesta input.red,
#richiesta select.red,
#richiesta textarea.red {
  border: 1px solid #eb3426;
}
#richiesta .form_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2px 0;
}
#richiesta .form_row label {
  width: auto;
  padding-right: 7px;
  line-height: 22px;
  text-align: left;
}
@media only screen and (min-width: 980px) {
  #richiesta .form_row label {
    flex: 0 0 145px;
    text-align: right;
  }
}
#richiesta .form_row input,
#richiesta .form_row textarea,
#richiesta .form_row select {
  width: 95%;
}
@media only screen and (min-width: 980px) {
  #richiesta .form_row input,
  #richiesta .form_row textarea,
  #richiesta .form_row select {
    width: 245px;
  }
}
#richiesta .form_row label.testo {
  width: auto;
  text-align: left;
}
#richiesta .form_row span.divisore {
  display: none;
  margin: 0 4px;
  line-height: 22px;
}
@media only screen and (min-width: 980px) {
  #richiesta .form_row span.divisore {
    display: inline;
  }
}
#richiesta .form_row.inverti .box_input {
  width: 30px;
  padding-right: 7px;
  text-align: right;
}
@media only screen and (min-width: 980px) {
  #richiesta .form_row.inverti .box_input {
    width: 145px;
  }
}
#richiesta .form_row.inverti .box_input input {
  width: auto;
  margin-top: 5px;
}
#richiesta .form_row.inverti label {
  width: auto;
  padding-right: 0;
  text-align: left;
}
@media only screen and (min-width: 980px) {
  #richiesta.newsletter .form_row label {
    flex-basis: 165px;
  }
}
#richiesta #giorno_arrivo,
#richiesta #mese_arrivo,
#richiesta #anno_arrivo,
#richiesta #giorno_partenza,
#richiesta #mese_partenza,
#richiesta #anno_partenza {
  width: auto;
}
#richiesta .col_sx,
#richiesta .col_dx {
  width: auto;
  margin-right: 0;
  padding: 11px 0;
  text-align: left;
}
@media only screen and (min-width: 980px) {
  #richiesta .col_sx,
  #richiesta .col_dx {
    width: 48%;
  }
}
@media only screen and (min-width: 980px) {
  #richiesta .col_sx {
    margin-right: 2%;
  }
}

form.buonoform #richiesta input[type=text],
form.buonoform #richiesta select {
  width: 150px;
  margin-left: 10px;
}

#ris_form {
  display: none;
  margin: 3px 3px 10px 0;
  padding: 7px 16px;
  border: 2px dotted #eb3426;
  text-align: left;
}
#ris_form p {
  margin: 2px 0 !important;
}

.privacytext,
.privcacytextlast {
  clear: left;
  max-height: 120px;
  margin: 6px 0;
  padding: 5px;
  overflow: auto;
  overflow-x: hidden;
  font-size: 13px;
  line-height: normal;
  text-align: left;
}

.ui-datepicker-trigger {
  margin-left: 8px;
  cursor: pointer;
}

body .pisa_package_content .offer {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  background-color: #F5F2ED;
  color: #5C4A3D;
}
@media only screen and (min-width: 768px) {
  body .pisa_package_content .offer {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
body .pisa_package_content .offer .offerImage {
  width: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  body .pisa_package_content .offer .offerImage {
    width: 50%;
    margin: 0;
  }
}
body .pisa_package_content .offer .offerImage img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 500/370;
  object-fit: cover;
}
body .pisa_package_content .offer .offerTxt {
  position: relative;
  margin-left: 0;
  padding: 18px 23px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body .pisa_package_content .offer .offerTxt {
    width: 50%;
  }
}
body .pisa_package_content .offer .offerTxt .intro {
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 1em;
}
body .pisa_package_content .offer .offerTxt .date {
  font-size: 19px;
  margin: 24px 0;
}
body .pisa_package_content .offer .offerTxt .rate {
  display: inline-block;
  margin: 0 24px;
  padding: 7px 24px;
  font-size: 19px;
  font-style: italic;
}
body .pisa_package_content .offer form {
  display: none;
}
body .pisa_package_content .offer .detail {
  padding: 0 19px;
  text-align: left;
  background-color: #F5F2ED;
  color: #5C4A3D;
}
@media only screen and (min-width: 768px) {
  body .pisa_package_content .offer .detail {
    flex: 0 0 100%;
  }
}
body .pisa_package_content .offer .detail h2, body .pisa_package_content .offer .detail h3 {
  color: #9DA88A !important;
}
body .pisa_package_content .offer .btns {
  margin-top: 24px;
  font-size: 0;
}
body .pisa_package_content .offer .btns a {
  display: inline-block;
  margin: 0 8px;
  padding: 0 12px;
  background-color: #9DA88A;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
body .pisa_package_content .offer .btns a:hover {
  background-color: #5e6257;
}
body .pisa_package_content .offer table {
  width: 100%;
  margin: 13px 0 39px 0;
  border-spacing: 0;
  font-size: 15px;
}
body .pisa_package_content .offer table thead {
  background-color: #9DA88A;
  color: #fff;
}
body .pisa_package_content .offer table thead th {
  padding: 6px 7px;
  font-weight: normal;
}
body .pisa_package_content .offer table tbody tr {
  transition: all 0.4s ease;
}
body .pisa_package_content .offer table tbody tr:nth-child(odd) {
  background-color: #fff;
  color: #807060;
}
body .pisa_package_content .offer table tbody tr:hover {
  background-color: #5e6257;
  color: #fff;
}
body .pisa_package_content .offer table tbody td {
  padding: 2px 7px;
}

#content #article .pisa_package_content .offer .offerTxt h2.title {
  margin: 0 0 16px 0;
  font-size: 27px;
  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
}

#alteaFormNewsletter {
  font-size: 15px;
}
#alteaFormNewsletter input[type=text],
#alteaFormNewsletter input[type=email] {
  width: 245px;
  margin: 0;
  padding: 2px 3px;
  border: 1px solid #000;
  color: #000;
  font: 13px "Open Sans", sans-serif;
}
#alteaFormNewsletter .btn-outline {
  margin: 21px auto !important;
  width: fit-content !important;
}
#alteaFormNewsletter button[type=submit] {
  padding: 13px 25px;
  border: 1px solid #363234;
  border-width: 1px 0;
  background-color: transparent;
  color: #363234;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#alteaFormNewsletter button[type=submit]:hover {
  background-color: #f77816;
  border-color: #f77816;
  color: #fff;
}
#alteaFormNewsletter fieldset {
  margin: 19px 0 0 0;
  padding: 0;
  border: 0;
  text-align: left;
}
#alteaFormNewsletter legend {
  margin: 22px 0 7px 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
}
#alteaFormNewsletter .af-item-privacy {
  clear: left;
  max-height: 120px;
  margin: 6px 0;
  padding: 5px;
  overflow: auto;
  overflow-x: hidden;
  font-size: 13px;
  line-height: normal;
  text-align: left;
}
#alteaFormNewsletter .af-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  #alteaFormNewsletter .af-form-group {
    flex-direction: row;
  }
}
#alteaFormNewsletter .af-col:first-of-type .af-form-group label {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #alteaFormNewsletter .af-col:first-of-type .af-form-group label {
    width: 35%;
    text-align: right;
  }
}
#alteaFormNewsletter .af-col:first-of-type .af-form-group input[type=text],
#alteaFormNewsletter .af-col:first-of-type .af-form-group input[type=email] {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #alteaFormNewsletter .af-col:first-of-type .af-form-group input[type=text],
  #alteaFormNewsletter .af-col:first-of-type .af-form-group input[type=email] {
    width: 65%;
  }
}

#content #article .ba-caption-content {
  padding: 10px;
}
#content #article .ba-caption-content h3,
#content #article .ba-caption-content p {
  margin: 0;
  font-weight: normal !important;
}

.ba-album-items[data-filter=".category-2"] .ba-image {
  background: url("/images/bagallery/gallery-1/thumbnail/category-2/01.jpg") no-repeat;
  background-size: cover;
}
.ba-album-items[data-filter=".category-2"] .ba-image img {
  opacity: 0 !important;
}
.ba-album-items[data-filter=".category-3"] .ba-image {
  background: url("/images/bagallery/gallery-1/thumbnail/category-3/47.jpg?1539705072") no-repeat;
  background-size: cover;
}
.ba-album-items[data-filter=".category-3"] .ba-image img {
  opacity: 0 !important;
}
.ba-album-items[data-filter=".category-4"] .ba-image {
  background: url("/images/bagallery/gallery-1/thumbnail/category-4/hotel-tannenhof-essen-tradition-02.jpg?1539705072") no-repeat;
  background-size: cover;
}
.ba-album-items[data-filter=".category-4"] .ba-image img {
  opacity: 0 !important;
}
.ba-album-items[data-filter=".category-5"] .ba-image {
  background: url("/images/bagallery/gallery-1/thumbnail/category-5/38.jpg?1539705072") no-repeat;
  background-size: cover;
}
.ba-album-items[data-filter=".category-5"] .ba-image img {
  opacity: 0 !important;
}
.ba-album-items[data-filter=".category-6"] .ba-image {
  background: url("/images/bagallery/gallery-1/thumbnail/category-6/42.jpg?1539705072") no-repeat;
  background-size: cover;
}
.ba-album-items[data-filter=".category-6"] .ba-image img {
  opacity: 0 !important;
}

#jmap_sitemap a:hover {
  color: #9DA88A;
}
#jmap_sitemap a[href="javascript:void(0);"], #jmap_sitemap .folder {
  text-decoration: none;
  cursor: default;
  color: #9DA88A;
  pointer-events: none;
}

body .swiper-button-prev,
body .swiper-button-next {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  color: #5C4A3D;
  background: #fff;
  opacity: 0.7;
  border: none !important;
  transition: opacity 0.2s ease;
}
body .swiper-button-prev:hover,
body .swiper-button-next:hover {
  opacity: 1;
}
body .swiper-button-prev::after,
body .swiper-button-next::after {
  font-size: 22px;
  font-weight: 700;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.swiper-pagination-bullet {
  width: 13%;
  max-width: 60px;
  height: 6px;
  margin: 0 6px !important;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9DA88A;
  opacity: 1;
}

@media (max-width: 767px) {
  .view_mobile {
    display: block !important;
  }
  span.view_mobile {
    display: inline !important;
  }
  .hide_mobile {
    display: none !important;
  }
}

/*# sourceMappingURL=template-modern.css.map */
