:root {
--white-color: #ffffff;
--black-color: #000000;
--primary-color: #999900;
--dark-color: #666600;
--accent-color: #cccc00;
--accent-text-color: #000000;
--rose-color: #cc9999;
--gray-color: #999999;
--green-color: #395551;
--orange-color: #f58137;
--red-color: #dd4232;
--yellow-color: #d7af48;
--gray-color: #737373;
--blue-color: #205da0;
--light-blue-color: #2a9dbe;
--light-gray-color: #F6F5F2;
--very-light-gray-color: #f8f8f8;
}
.has-primary-background-color p,
.has-primary-background-color address,
.has-primary-background-color a, 
.has-primary-background-color h2, 
.has-primary-background-color .h2, 
.has-primary-background-color h3,
.has-primary-background-color .h3, 
.has-primary-background-color h4, 
.has-primary-background-color .h4, 
.has-primary-background-color h5,
.has-primary-background-color .h5, 
.has-primary-background-color h6,
.has-primary-background-color .h6,
.has-primary-background-color ul.list li,
.has-dark-background-color p,
.has-dark-background-color address,
.has-dark-background-color a, 
.has-dark-background-color h2, 
.has-dark-background-color .h2, 
.has-dark-background-color h3,
.has-dark-background-color .h3, 
.has-dark-background-color h4, 
.has-dark-background-color .h4, 
.has-dark-background-color h5,
.has-dark-background-color .h5, 
.has-dark-background-color h6,
.has-dark-background-color .h6,
.has-dark-background-color ul.list li {
color: var(--white-color) !important;
}
.has-primary-background-color ul.list li::before {
border-color: var(--white-color) !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
*,
::before,
::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
height: 100%;
position: relative;
}
body {
margin: 0 auto;
padding: 0;
background-color: var(--white-color);
font-family: 'Executive', 'Helvetica', arial, sans-serif;
font-size: 18px;
font-weight: 400;
color: var(--black-color);
overflow: auto;
}
body.menu-opened {
overflow: hidden;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
address,
ul,
ul li,
ul.list li,
ol,
#nav-main li, 
#nav-main li a, 
.nav-main li, 
.nav-main li a, 
.menu li, 
.menu li a, 
.hero .title, 
.hero .title span, 
.hero .title .button, 
.hero2 .title, 
.hero2 .title span, 
.hero2 .title .button, 
a.button, 
.button .wp-block-button__link, 
.news h3, 
.news p {
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
font-size: clamp(var(--min), var(--val), var(--max));
} h1, .h1,
h2, .h2 {
font-family: 'Executive', 'Helvetica', Arial, sans-serif;
}
h1,
.h1 {
margin-bottom: 40px;
font-weight: 700;
color: var(--accent-color);
line-height: 1.1;
letter-spacing: 1px;
--min: 36px;
--val: 4vw;
--max: 64px;
}
h2,
.h2 {
margin-bottom: 30px;
font-weight: 700;
color: var(--accent-color);
line-height: 1.3;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
position: relative;
display: block;
--min: 28px;
--val: 4vw;
--max: 48px;
}
h3,
.h3 {
margin-bottom: 20px;
font-weight: 700;
color: var(--black-color);
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
--min: 24px;
--val: 4vw;
--max: 40px;
}
h4,
.h4 {
margin-bottom: 20px;
font-weight: 700;
color: var(--accent-color);
line-height: 1.3;
letter-spacing: 0;
--min: 22px;
--val: 4vw;
--max: 36px;
}
h5,
.h5 {
margin-bottom: 20px;
font-weight: 700;
color: var(--black-color);
line-height: 1.3;
letter-spacing: 0;
--min: 20px;
--val: 4vw;
--max: 28px;
}
h6,
.h6 {
margin-bottom: 20px;
font-weight: 700;
color: var(--black-color);
line-height: 1.3;
letter-spacing: 1px;
text-transform: uppercase;
--min: 20px;
--val: 4vw;
--max: 24px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
border-bottom: 1px solid transparent;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
border-bottom: 1px solid var(--black-color);
}
p, 
address, 
.p {
margin-bottom: 40px;
font-weight: 400;
color: var(--black-color);
letter-spacing: 0;
line-height: 1.6;
--min: 18px;
--val: 4vw;
--max: 20px;
}
p:last-child, 
address:last-child {
margin: 0;
}
strong,
.bold {
font-weight: 700;
}
p mark {
background-color: var(--dark-color);
padding: 10px 20px;
font-weight: 400;
color: var(--white-color);
line-height: 200%;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
p mark:hover {
background-color: var(--accent-color);
color: var(--white-color);
} a,
a:link,
a:active,
a:visited {
font-weight: 400;
color: var(--accent-color);
text-decoration: none;
outline: 0;
-webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
-moz-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
-o-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
transition: all 0.2s ease-in-out;
transition-duration: 0.5s;
}
a:hover {
color: var(--black-color);
text-decoration: none;
}
.wpcf7-list-item-label a {
color: var(--black-color);
border-bottom: 1px solid var(--black-color);
}
.wpcf7-list-item-label a:hover {
color: var(--black-color);
border-bottom: 1px solid transparent;
}
[data-bs-toggle="modal"] {
cursor: pointer;
}
p a,
address a {
position: relative;
text-decoration: none;
display: inline-block; }
p a::after,
address a::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: var(--accent-color);
transform-origin: right;
transform: scaleX(0);
transition: transform 0.4s ease-in-out;
}
p a:hover::after,
address a:hover::after {
transform-origin: left;
transform: scaleX(1);
background-color: var(--black-color);
}
a.ext::before {
content: '';
width: 16px;
height: 16px;
margin-right: 6px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
text-decoration: none;
border: 0 !important;
}
.has-very-light-gray-background-color a,
.has-very-light-gray-background-color a:link,
.has-very-light-gray-background-color a:active,
.has-very-light-gray-background-color a:visited {
color: var(--black-color);
}
.has-very-light-gray-background-color p a::after,
.has-very-light-gray-background-color address a::after {
background-color: var(--black-color);
}
a img {
vertical-align: top;
}
p a img {
border: none !important;
}
@media only screen and (max-width: 768px) {
p a:hover,
address a:hover {
color: var(--black-color) !important;
}
p a::after, 
address a::after, 
p a:hover::after,
address a:hover::after {
display: none;
}
} img, picture {
width: 100%;
height: auto;
display: block;
}
.element {
position: relative;
}
.zoom {
overflow: hidden;
display: inline-block;
width: 100%;
}
.zoom img,
.zoom picture {
width: 100%;
transition: transform 0.5s ease, opacity 0.5s ease;
opacity: 1;
}
.zoom:hover img,
.zoom:hover picture {
transform: scale(1.2);
opacity: 0.8;
}
.overlay-caption {
position: absolute;
background-color: var(--accent-color);
font-size: 14px;
font-weight: 700;
color: var(--white-color);
text-transform: uppercase;
top: 0;
right: 0;
padding: 10px;
z-index: 1000;
}
header {
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
z-index: 1001;
width: 100vw;
height: 80px;
background-color: var(--white-color); transition: transform .25s .1s ease-in-out;
}
.down:not(.menu-opened) header {
transform: translate3d(0, -120px, 0);
}
.menu-opened header {
background-color: transparent;
box-shadow: none;
}
.header-inner {
position: relative;
height: 100%;
}
.menu-toggle {
display: inline-block;
}
.hamburger {
position: relative;
display: block;
width: 48px;
height: 48px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
cursor: pointer;
}
.menu-toggle .hamburger:hover span:after {
background-color: var(--white-color);
}
.menu-toggle.open .hamburger span:after {
background-color: var(--white-color);
}
.menu-toggle.open .hamburger:hover span:after {
background-color: var(--black-color);
}
@media only screen and (min-width: 992px) {
.hamburger {
width: 72px;
height: 72px;
}
}
.hamburger span {
display: block;
width: 24px;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.hamburger span:after {
content: "";
width: 100%;
height: 2px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--black-color);
border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.hamburger span.line-top:after {
-webkit-transform: translate(0, -8px);
-ms-transform: translate(0, -8px);
transform: translate(0, -8px);
}
.hamburger span.line-bottom:after {
-webkit-transform: translate(0, 8px);
-ms-transform: translate(0, 8px);
transform: translate(0, 8px);
}
.menu-toggle.open .hamburger span.line-bottom {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.menu-toggle.open .hamburger span.line-middle {
opacity: 0;
}
.menu-toggle.open .hamburger span.line-top {
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.menu-toggle.open .hamburger span.line-top:after {
-webkit-transform: translate(-1px, -1px);
-ms-transform: translate(-1px, -1px);
transform: translate(-1px, -1px);
}
.menu-toggle.open .hamburger span.line-bottom:after {
-webkit-transform: translate(-2px, 2px);
-ms-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
.menu-container {
width: 100%;
max-width: 100%;
height: 100vh;
padding: 240px 24px 240px 24px;
background-color: var(--dark-color);
position: fixed;
left: 0;
top: 0;
bottom: auto;
z-index: 1000;
transform: translateY(calc(-100% - 72px));
transition: transform 0.25s ease, opacity 0.5s ease;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
overflow: auto !important;
opacity: 0.5;
}
.menu-opened .menu-container {
transform: translateY(0);
opacity: 1;
}
.menu-container .news article {
margin-bottom: 30px;
}
.menu-container .news article:last-child {
margin-bottom: 0;
}
.menu-container h2 {
color: var(--dark-color);
}
.menu-container h2 span {
font-weight: 400;
}
.menu-container h2, .menu-container h3 {
font-family: 'Executive', 'Helvetica', sans-serif;
font-weight: 700;
}
.menu-container .news h3 {
color: var(--white-color);
text-transform: none;
--min: 18px;
--val: 4vw;
--max: 22px;
}
.menu-container .news h3 a {
color: var(--white-color);
border-bottom: 0;
}
.menu-container .news h3 a:hover {
color: var(--accent-color);
border-bottom: 0;
}
.menu-container .news p {
font-weight: 400;
color: var(--white-color);
}
.head-desktop {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
.head-desktop .divider {
display: none;
}
.head-desktop .logo {
margin-top: 0;
margin-left: 20px;
margin-right: 0;
margin-bottom: 0;
}
.head-desktop .logo img,
.scrolled .head-desktop .logo img {
width: auto;
height: 60px;
transition: all 0.5s;
}
.head-desktop .tooltip {
visibility: hidden;
z-index: 1;
top: 16px;
left: 50%;
width: 200px;
margin-left: -100px;
opacity: 0;
transition: opacity 0.3s;
padding: 5px 10px;
background-color: var(--dark-color);
font-size: 16px;
color: var(--white-color);
text-align: center;
box-shadow: 0 0 30px -17px rgba(0, 0, 0, .58);
position: relative;
border-radius: 8px;
}
.head-desktop .tooltip:after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent var(--dark-color) transparent;
}
.head-desktop .icon:hover .tooltip {
visibility: visible;
opacity: 1;
}
.head-desktop .icon {
width: 32px;
height: 32px;
margin-right: 16px;
position: relative;
display: inline-block;
}
.head-desktop .icon svg {
fill: var(--white-color);
}
.head-desktop .nav-container {
height: 100%;
padding: 0 20px;
background-color: var(--accent-color);
display: flex;
align-items: center;
justify-content: center;
}
@media only screen and (min-width: 992px) {
header {
height: 120px;
}
.scrolled header {
height: 80px;
transition: 0.25s all ease-in;
}
.head-desktop {
}
.head-desktop .nav-container {
padding: 0 40px;
}
.head-desktop .logo {
margin-top: 120px;
margin-left: 40px;
}
.scrolled .head-desktop .logo {
margin-top: 0;
}
.head-desktop .logo img {
height: 120px;
}
.head-desktop .icon {
margin-right: 24px;
}
.menu-container {
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.menu-container .container, .menu-container .container .row {
height: 100%;
}
.hamburger span {
width: 36px;
}
}
@media only screen and (min-width: 1200px) {
}
#main {
padding-top: 0;
}
.container {
width: 100%;
max-width: 1600px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
@media only screen and (min-width: 992px) {
#main {
padding-top: 0;
}
.container {
padding-left: 40px;
padding-right: 40px;
}
}
.content {
overflow: hidden;
}
.content.odd {
background-color: var(--off-white-color);
}
.content-text {
max-width: 43.75rem;
margin: 0 auto;
}
@media only screen and (max-width: 992px) {
.content {
margin-right: 0;
}
} .slide-container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
}
.hero .title,
.hero2 .title {
width: 100%;
max-width: 50vw;
margin: 0;
padding: 0;
font-weight: 700;
color: var(--white-color);
line-height: 1;
text-align: left;
letter-spacing: 0;
position: absolute;
left: 10vw;
bottom: 10vh;
z-index: 100;
text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.hero .h1,
.hero2 .h1 {
--min: 28px;
--val: 4vw;
--max: 72px;
}
.hero .title span:not(.h1),
.hero2 .title span:not(.h1) {
margin: 10px 0 0 0;
font-weight: 400;
color: var(--white-color);
line-height: 1.25;
letter-spacing: 1px;
text-transform: none;
--min: 18px;
--val: 2vw;
--max: 24px;
display: block;
}
.hero .title span.h1,
.hero2 .title span.h1 {
font-weight: 700;
color: var(--white-color);
}
.hero .title .button,
.hero2 .title .button {
margin: 40px 0 0 0;
padding: 10px 32px;
background-color: transparent;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
font-weight: 400;
--min: 16px;
--val: 4vw;
--max: 18px;
color: var(--white-color);
line-height: 18px;
letter-spacing: 1px;
text-transform: uppercase;
border: 1px solid var(--white-color);
display: inline-block;
}
.hero .title .button:hover,
.hero2 .title .button:hover {
background-color: var(--accent-color);
border: 1px solid var(--accent-color);
text-shadow: none;
}
.hero .overlay,
.hero2 .overlay {
width: 100%;
height: 75vh;
background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
}
@media only screen and (max-width: 992px) {
.hero .title,
.hero2 .title {
max-width: 80vw;
left: auto;
right: auto;
bottom: 5vh;
}
.hero .overlay,
.hero2 .overlay {
background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
}
}
@media only screen and (max-width: 768px) {
.hero .title .button,
.hero2 .title .button {
margin: 20px 0 0 0;
}
}
.swiper.hero .swiper-wrapper, .swiper.hero2 .swiper-wrapper {
width: 100%;
height: 100vh;
}
.swiper.hero .swiper-slide img, 
.swiper.hero .swiper-slide picture,
.swiper.hero2 .swiper-slide img, 
.swiper.hero2 .swiper-slide picture {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
opacity: 1;
transition: opacity 1s ease, transform 1s ease;
-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.swiper.hero .swiper-slide.swiper-slide-active img, 
.swiper.hero .swiper-slide.swiper-slide-active picture,
.swiper.hero2 .swiper-slide.swiper-slide-active img, 
.swiper.hero2 .swiper-slide.swiper-slide-active picture {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
@media only screen and (max-width: 767px) {
.swiper.hero .swiper-wrapper, .swiper.hero2 .swiper-wrapper {
height: 60vh;
}
} .head-nav-main,
.menu-opened .head-nav-main {
display: none;
}
#nav-main {
margin: 0;
padding: 0;
}
#nav-main-mobile {
margin: 0;
padding: 0;
}
#nav-main li {
margin: 0 10px;
padding: 0;
list-style: none;
font-weight: 700;
color: var(--black-color);
text-align: center;
display: inline-block;
--min: 20px;
--val: 4vw;
--max: 24px;
position: relative;
}
#nav-main li a {
color: var(--black-color);
font-weight: 700;
text-decoration: none;
line-height: 1.8;
display: block;
--min: 20px;
--val: 4vw;
--max: 24px;
}
#nav-main li a:hover {
color: var(--accent-color);
}
#nav-main li.current-menu-item a[aria-current='page'],
#nav-main li.current-menu-parent a {
color: var(--accent-color);
}
#nav-main .sub-menu-holder {
width: 280px;
padding: 0;
background-color: #fff;
border-radius: 8px;
text-align: left;
position: absolute;
top: 42px;
left: 0;
z-index: 1000;
box-shadow: 10px 10px 25px 5px rgba(0, 0, 0, 0.2);
height: 0;
opacity: 0;
visibility: hidden;
overflow: hidden;
transform: translateY(20px);
transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}
#nav-main li:hover .sub-menu-holder {
transform: translateY(0);
height: auto;
opacity: 1;
visibility: visible;
}
#nav-main .sub-menu-holder ul {
width: 100%;
padding: 0;
margin: 0;
}
#nav-main .sub-menu-holder li,
#nav-main .sub-menu-holder li a {
font-weight: 400;
color: var(--black-color);
text-align: left;
--min: 18px;
--val: 4vw;
--max: 20px;
display: block;
}
#nav-main .sub-menu-holder li a[aria-current='page'] {
font-weight: 700;
color: var(--black-color);
}
#nav-main .sub-menu-holder li {
width: 100%;
margin: 0;
padding: 0 10px;
}
#nav-main .sub-menu-holder li:first-child {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
#nav-main .sub-menu-holder li:last-child {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
#nav-main .sub-menu-holder li:hover {
background-color: var(--accent-color);
}
#nav-main .sub-menu-holder li a {
padding: 5px;
}
#nav-main .lang-item,
#nav-main .lang-item a {
font-weight: 400;
color: var(--black-color);
text-transform: uppercase;
}
#nav-main .lang-item.current-lang,
#nav-main .lang-item.current-lang a {
font-weight: 700;
color: var(--accent-color);
}
#nav-main-mobile li {
margin: 0 auto;
padding: 0;
list-style: none;
font-size: 48px;
font-weight: 700;
color: var(--white-color);
text-align: left;
display: block;
}
#nav-main-mobile li a {
font-size: 48px;
font-weight: 700;
color: var(--white-color);
text-decoration: none;
line-height: 1.8;
display: block;
}
#nav-main-mobile li a[aria-current='page'],
#nav-main-mobile li.current-menu-item a,
#nav-main-mobile li.current-menu-parent a {
color: var(--accent-color);
}
#nav-main-mobile li a:hover {
color: var(--accent-color);
}
#nav-main-mobile .sub-menu-holder {
display: none;
}
#nav-main-mobile .sub-menu-holder li, 
#nav-main-mobile .sub-menu-holder li a {
font-size: 32px;
}
#nav-main-mobile li.current-menu-parent .sub-menu-holder li a {
color: var(--white-color);
}
#nav-main-mobile li.current-menu-parent .sub-menu-holder li a[aria-current='page'] {
color: var(--accent-color);
}
#nav-main-mobile .drop-down {
margin-bottom: 24px;
}
#nav-main-mobile .lang-item,
#nav-main-mobile .lang-item a {
font-size: 32px;
font-weight: 400;
color: var(--white-color);
text-transform: uppercase;
}
#nav-main-mobile .lang-item.current-lang,
#nav-main-mobile .lang-item.current-lang a {
font-weight: 700;
color: var(--accent-color);
}
@media only screen and (min-width: 992px) {
.head-nav-main {
display: inline-block;
}
} #nav-main-mobile .menu-item-has-children > a {
cursor: pointer;
position: relative;
}
#nav-main-mobile .menu-item-has-children > a:before,
#nav-main-mobile .menu-item-has-children > a:after {
background-color: var(--white-color);
content: "";
height: 2px;
right: 0;
position: absolute;
top: 40px;
width: 33px;
-webkit-transition: all 0.25s ease !important;
-moz-transition: all 0.25s ease !important;
-o-transition: all 0.25s ease !important;
-ms-transition: all 0.25s ease !important;
transition: all 0.25s ease !important;
}
#nav-main-mobile .menu-item-has-children > a:before {
transform: rotate(90deg);
}
#nav-main-mobile .menu-item-has-children > a:after {
transform-origin: center;
}
#nav-main-mobile.menu-item-has-children.visible > a:after {
transform: rotate(180deg);
}
#nav-main-mobile .menu-item-has-children.visible > a:before {
transform: rotate(180deg);
}
#nav-main-mobile .sub-menu-holder {
display: none !important;
visibility: hidden !important;
transition: all 1.5s ease-in-out;
-webkit-transition: all 1.5s ease-in-out;
-moz-transition: all 1.5s ease-in-out;
}
#nav-main-mobile .visible > .sub-menu-holder {
display: block !important;
visibility: visible !important;
}
@media only screen and (max-width: 575px) {
#nav-main-mobile li, 
#nav-main-mobile li a {
font-size: 32px;
}
#nav-main-mobile .lang-item,
#nav-main-mobile .lang-item a {
font-size: 20px;
}
#nav-main-mobile .sub-menu-holder li, 
#nav-main-mobile .sub-menu-holder li a {
font-size: 20px;
}
#nav-main-mobile .menu-item-has-children > a:before,
#nav-main-mobile .menu-item-has-children > a:after {
top: 24px;
width: 21px;
}
}
.nav-main {
margin: 0;
padding: 0;
}
.nav-main li {
margin: 0;
padding: 0;
list-style: none;
font-weight: 400;
color: var(--white-color);
line-height: 1.8;
display: block;
--min: 18px;
--val: 4vw;
--max: 20px;
}
.nav-main li a {
color: var(--white-color);
font-weight: 400;
text-decoration: none;
line-height: 1.8;
--min: 18px;
--val: 4vw;
--max: 20px;
position: relative;
}
.nav-main li:not(.current-menu-item):hover a:not([aria-current='page']) {
}
.nav-main li:not(.current-menu-item) a:not([aria-current='page']):before {
content: '';
width: 100%;
height: 1px;
background-color: var(--accent-color);
position: absolute;
bottom: -5px;
left: 0;
transform-origin: right;
transform: scaleX(0);
transition: transform 0.4s ease-in-out;
}
.nav-main li:not(.current-menu-item):hover a:not([aria-current='page']):before {
transform-origin: left;
transform: scaleX(1);
}
.nav-main li a[aria-current='page'],
.nav-main li.current-menu-item a {
font-weight: 700;
color: var(--white-color);
}
.nav-main li:not(.current-menu-item) a:not([aria-current='page']):hover {
color: var(--white-color);
}
.nav-main .lang-item {
display: none;
} .menu {
margin: 0;
padding: 0;
}
.menu li {
list-style: none;
margin-right: 20px;
font-weight: 400;
color: var(--dark-color);
line-height: 1.8;
letter-spacing: 0;
display: block;
--min: 18px;
--val: 4vw;
--max: 20px;
}
.menu li:last-child {
margin-right: 0;
}
.menu li a {
font-weight: 400;
color: var(--dark-color);
line-height: 1.2;
letter-spacing: 0;
--min: 18px;
--val: 4vw;
--max: 20px;
position: relative;
display: inline-block;
}
.menu li a[aria-current='page'], 
.menu li.current-menu-item a {
font-weight: 700;
color: var(--accent-color);
}
.menu li a::after {
content: '';
width: 100%;
height: 2px;
background-color: var(--accent-color);
position: absolute;
bottom: -5px;
left: 0;
transform-origin: right;
transform: scaleX(0);
transition: transform 0.4s ease-in-out;
}
.menu li a:hover::after {
transform-origin: left;
transform: scaleX(1);
}
@media only screen and (min-width: 1200px) {
.menu li {
}
}
@media only screen and (max-width: 768px) {
.menu li a::after,
.menu li a:hover::after {
display: none;
}
.menu li a:hover {
color: var(--accent-color) !important;
}
} .svg-icon {
width: 1em;
height: 1em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: var(--accent-color);
}
.svg-icon circle {
stroke: var(--accent-color);
stroke-width: 1;
}
#footer {
background-image: url(//www.gaeste-schloss.de/wp-content/uploads/muster.svg);
background-repeat: no-repeat;
background-position: right bottom;
background-size: 480px auto;
}
footer {
}
footer p, footer address {
line-height: 1.8;
}
footer address {
padding-left: 48px;
position: relative;
}
footer address:before {
content: '';
background-image: url('data:image/svg+xml,<svg class="svg-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="%23ffffff" d="M24,27.19c-.38,0-.77-.03-1.15-.08.1.01.2.03.3.04-.76-.1-1.51-.31-2.22-.61.09.04.18.08.27.11-.68-.29-1.32-.67-1.91-1.12.08.06.15.12.23.17-.58-.45-1.1-.97-1.55-1.56.06.08.12.15.17.23-.45-.59-.83-1.23-1.12-1.91.04.09.08.18.11.27-.3-.71-.5-1.46-.61-2.22.01.1.03.2.04.3-.1-.76-.1-1.54,0-2.3-.01.1-.03.2-.04.3.1-.76.31-1.51.61-2.22-.04.09-.08.18-.11.27.29-.68.67-1.32,1.12-1.91-.06.08-.12.15-.17.23.45-.58.97-1.1,1.55-1.56-.08.06-.15.12-.23.17.59-.45,1.23-.83,1.91-1.12-.09.04-.18.08-.27.11.71-.3,1.46-.5,2.22-.61-.1.01-.2.03-.3.04.76-.1,1.54-.1,2.3,0-.1-.01-.2-.03-.3-.04.76.1,1.51.31,2.22.61-.09-.04-.18-.08-.27-.11.68.29,1.32.67,1.91,1.12-.08-.06-.15-.12-.23-.17.58.45,1.1.97,1.56,1.56-.06-.08-.12-.15-.17-.23.45.59.83,1.23,1.12,1.91-.04-.09-.08-.18-.11-.27.3.71.5,1.46.61,2.22-.01-.1-.03-.2-.04-.3.1.76.1,1.54,0,2.3.01-.1.03-.2.04-.3-.1.76-.31,1.51-.61,2.22.04-.09.08-.18.11-.27-.29.68-.67,1.32-1.12,1.91.06-.08.12-.15.17-.23-.45.58-.97,1.1-1.56,1.56.08-.06.15-.12.23-.17-.59.45-1.23.83-1.91,1.12.09-.04.18-.08.27-.11-.71.3-1.46.5-2.22.61.1-.01.2-.03.3-.04-.38.05-.77.08-1.15.08-.29,0-.59.12-.79.33s-.34.51-.33.79c.03.6.49,1.12,1.12,1.12,1.98,0,3.97-.61,5.58-1.76.42-.3.83-.62,1.2-.98.38-.37.72-.77,1.04-1.2.59-.77,1.03-1.63,1.36-2.54.69-1.88.75-4.01.2-5.93-.53-1.86-1.62-3.58-3.12-4.81-.4-.33-.82-.64-1.26-.91-.45-.27-.93-.49-1.42-.69-.92-.38-1.91-.58-2.91-.66-1.98-.15-4.02.35-5.71,1.37-1.64,1-3.02,2.5-3.81,4.25-.22.48-.41.97-.55,1.48-.15.53-.23,1.06-.3,1.6-.12,1.01-.05,2.03.15,3.02.38,1.9,1.39,3.69,2.79,5.03,1.4,1.34,3.22,2.28,5.14,2.58.54.08,1.07.14,1.62.14.29,0,.59-.13.79-.33s.34-.51.33-.79c-.03-.61-.49-1.12-1.12-1.12Z"/><path fill="%23ffffff" d="M24,1.85c-2.01,0-4.04.34-5.94,1.02-1.93.69-3.69,1.69-5.29,2.97-1.51,1.21-2.8,2.68-3.84,4.31-1.05,1.66-1.84,3.51-2.28,5.43-.44,1.9-.57,3.87-.39,5.81.18,1.92.58,3.82,1.17,5.65.63,1.96,1.44,3.86,2.4,5.67.99,1.87,2.16,3.63,3.46,5.3,1.22,1.56,2.59,3.02,4.11,4.3,1.5,1.27,3.13,2.39,4.92,3.22.28.13.55.25.83.36.37.15.73.33,1.14.22.28-.08.57-.23.84-.34.21-.09.41-.18.62-.27.84-.39,1.64-.85,2.42-1.36,1.69-1.11,3.24-2.44,4.63-3.91,1.44-1.52,2.73-3.19,3.86-4.94,1.12-1.74,2.08-3.57,2.88-5.47.76-1.8,1.38-3.66,1.78-5.58.38-1.84.59-3.74.47-5.62-.13-2.09-.62-4.11-1.44-6.03-.76-1.79-1.85-3.44-3.16-4.89-1.29-1.43-2.84-2.66-4.52-3.59-1.73-.96-3.63-1.65-5.58-1.97-1.02-.17-2.05-.27-3.09-.27-.58,0-1.14.51-1.12,1.12.03.61.49,1.12,1.12,1.12.49,0,.98.02,1.47.06.23.02.46.05.69.07-.41-.04,0,0,.1.02.13.02.26.04.4.07.91.16,1.81.4,2.68.72.21.08.42.16.63.24.05.02.1.04.16.06-.34-.13-.13-.06-.06-.03.12.05.24.1.36.16.42.19.83.41,1.24.63.4.23.79.47,1.17.73.17.11.33.23.5.35.09.07.18.13.26.2-.32-.24.04.04.12.1.71.58,1.38,1.21,1.99,1.9.15.16.29.33.43.5.07.09.14.17.21.26.05.06.17.23-.04-.05.04.06.09.12.13.18.26.35.51.72.75,1.09.25.39.48.79.69,1.2.1.2.2.4.3.6.05.1.09.2.14.3.02.05.05.1.07.15.12.27-.08-.19,0,0,.35.85.63,1.73.84,2.63.11.47.19.94.26,1.41.03.22-.04-.29,0-.07,0,.06.01.11.02.17.01.12.03.23.04.35.02.25.04.51.05.76.04.87.02,1.73-.07,2.6-.02.21-.04.41-.07.62,0,.05-.01.1-.02.16.05-.38.02-.17.01-.09-.02.12-.04.25-.06.37-.07.44-.15.89-.25,1.33-.19.89-.43,1.78-.71,2.65-.15.46-.3.91-.47,1.36-.08.22-.17.44-.25.65-.04.11-.09.22-.13.33-.02.05-.04.11-.07.16-.07.18.12-.27,0,0-.38.89-.8,1.77-1.26,2.63-.46.87-.96,1.72-1.49,2.54-.27.42-.55.84-.85,1.25-.14.2-.28.39-.42.58-.07.1-.14.19-.22.29-.04.05-.07.1-.11.14-.12.15.18-.23,0,.01-1.2,1.53-2.54,2.96-4.02,4.23-.17.15-.35.3-.53.44-.09.07-.18.14-.27.21-.06.05-.24.17.05-.04-.06.04-.12.09-.18.14-.36.27-.73.53-1.1.78-.77.51-1.56.96-2.39,1.35-.2.09-.39.18-.59.27-.19.08.27-.11.07-.03-.05.02-.1.04-.15.06-.1.04-.2.08-.3.12h.59c-.1-.04-.2-.08-.3-.12-.05-.02-.1-.04-.15-.06-.2-.08.26.11.07.03-.21-.09-.43-.19-.64-.29-.41-.2-.81-.41-1.21-.63-.79-.45-1.55-.96-2.28-1.51-.05-.03-.09-.07-.14-.1.28.21.11.08.05.04-.09-.07-.18-.14-.27-.21-.19-.16-.39-.32-.57-.48-.37-.31-.73-.64-1.08-.97-.7-.67-1.36-1.37-1.99-2.1-.32-.38-.64-.77-.95-1.16-.14-.18.16.22.03.04-.04-.05-.07-.1-.11-.14-.07-.1-.14-.19-.22-.29-.16-.21-.31-.42-.46-.63-.57-.8-1.1-1.63-1.6-2.48-.51-.86-.97-1.75-1.4-2.65-.2-.43-.4-.86-.58-1.3-.09-.21.11.26.02.05-.02-.05-.05-.11-.07-.16-.04-.11-.09-.22-.13-.33-.09-.23-.18-.47-.27-.71-.64-1.73-1.14-3.51-1.42-5.34-.02-.1-.03-.21-.05-.32-.01-.08-.03-.3.01.09,0-.05-.01-.1-.02-.16-.03-.22-.05-.45-.07-.67-.04-.42-.06-.85-.08-1.27-.01-.44,0-.89.02-1.33.01-.23.03-.47.05-.7.01-.12.02-.23.04-.35,0-.06.01-.12.02-.17.02-.2-.04.31,0,.01.13-.94.35-1.87.64-2.77.14-.43.3-.84.47-1.26-.15.37,0,0,.04-.09.05-.1.09-.2.14-.3.1-.22.21-.43.32-.65.42-.8.9-1.57,1.45-2.29.03-.04.07-.09.1-.13-.21.29-.09.11-.04.05.07-.09.14-.17.21-.26.15-.18.31-.37.47-.54.31-.34.63-.67.96-.99.33-.32.68-.62,1.04-.91.07-.06.4-.3.08-.06.09-.07.18-.13.26-.2.18-.13.36-.26.54-.38.77-.52,1.57-.97,2.41-1.36.1-.05.2-.09.31-.14.07-.03.27-.11-.06.03.05-.02.1-.04.16-.06.23-.09.45-.18.68-.26.43-.15.86-.28,1.29-.4.46-.12.92-.22,1.39-.31.11-.02.23-.04.34-.06.1-.01.52-.06.1-.02.25-.03.5-.06.75-.08.47-.04.94-.06,1.41-.06.58,0,1.14-.51,1.12-1.12-.03-.6-.49-1.12-1.12-1.12Z"/></svg>');
background-repeat: no-repeat;
width: 32px;
height: 32px;
display: block;
position: absolute;
left: 0;
top: 4px;
}
footer p.contact {
padding-left: 48px;
position: relative;
}
footer p.contact:before {
content: '';
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="%23ffffff" d="M41.98,36.74H6.11s-.06,0-.09,0c-.02,0-.05,0-.07,0-.07,0-.14,0-.2-.01-.24-.02.22.04.04,0-.13-.03-.26-.06-.38-.1-.04-.01-.12-.03-.16-.06,0,0,.27.13.11.05-.02-.01-.05-.02-.07-.04-.11-.06-.23-.12-.33-.19-.09-.06-.19-.2.03.03-.04-.04-.08-.07-.12-.11-.09-.09-.18-.18-.26-.27-.12-.13.15.22.02.03-.03-.05-.06-.09-.09-.14-.06-.1-.17-.25-.19-.36,0-.02.09.25.06.14,0-.03-.02-.05-.03-.08-.02-.06-.04-.12-.06-.19-.01-.05-.03-.11-.04-.16,0-.03-.01-.06-.02-.08-.04-.21.02.23.01.1-.01-.19-.02-.37-.02-.56V13.13s0-.07,0-.1c0-.03,0-.06,0-.09,0-.07,0-.14.01-.2,0-.04.02-.15,0,.03-.03.21,0,.02,0-.02.02-.12.06-.24.1-.35.02-.04.09-.23.01-.05-.08.19.02-.04.05-.09.06-.11.12-.21.18-.3.02-.02.03-.04.05-.07.06-.1-.1.14-.09.12.02-.05.1-.12.14-.16.08-.09.17-.16.26-.24.08-.08-.13.11-.12.09.02-.02.06-.05.09-.06.05-.04.11-.07.16-.1.1-.06.21-.11.32-.16-.29.16-.13.06-.03.02.07-.02.14-.05.21-.06.05-.01.11-.03.17-.04.23-.04-.24.02-.04,0,.1,0,.19-.01.29-.01.07,0,.13,0,.2,0h35.68s.06,0,.08,0c.06,0,.12,0,.18,0,.05,0,.29.03.08,0-.21-.03,0,0,.05.01.14.03.27.07.4.12.18.06-.23-.11-.06-.03.06.03.12.06.17.09.11.06.21.14.32.21.1.06-.14-.1-.12-.09.02,0,.05.04.06.05.05.04.1.08.14.13.04.04.08.08.11.12.02.03.05.06.07.08.1.11-.06-.09-.07-.1.08.07.14.2.2.3.03.06.06.11.09.17.01.02.02.05.04.08.06.11-.08-.24-.05-.11.03.12.08.23.11.35.02.06.03.13.04.19.03.12-.03-.18-.02-.16.01.04.01.1.01.14.03.42,0,.85,0,1.27v20.79s0,.06,0,.09c0,.05,0,.1,0,.15,0,.05-.03.16-.02.2,0,0,.04-.26.02-.16,0,.03,0,.06-.02.08-.02.12-.06.24-.1.35,0,.03-.02.05-.03.08-.06.17.05-.11.05-.11,0,.05-.05.11-.07.15-.05.11-.11.21-.18.31-.02.03-.04.06-.06.09-.06.1.1-.14.09-.12-.01.04-.08.09-.11.12-.09.09-.18.18-.27.26-.14.12.21-.14.05-.04-.05.04-.1.07-.16.11-.1.06-.21.12-.31.17-.17.08.24-.08.06-.03-.06.02-.12.04-.19.06-.08.02-.31.03-.36.08,0,0,.26-.03.16-.02-.03,0-.06,0-.09,0-.08,0-.16,0-.23,0-.58,0-1.14.51-1.12,1.12.03.6.49,1.12,1.12,1.12,1.37-.01,2.61-.7,3.36-1.84.43-.65.63-1.44.63-2.21,0-.54,0-1.07,0-1.61V14.08c0-.45.03-.91-.01-1.35-.13-1.33-.86-2.57-2.06-3.21-.61-.33-1.28-.49-1.97-.49-.37,0-.73,0-1.1,0H6.18c-.1,0-.2,0-.29,0-1.35.05-2.6.77-3.3,1.93-.39.64-.57,1.38-.57,2.13,0,.19,0,.38,0,.57v21.08c0,.21,0,.42.03.64.17,1.32.92,2.55,2.14,3.15.59.29,1.22.44,1.88.44.13,0,.26,0,.39,0h35.53c.58,0,1.14-.51,1.12-1.12-.03-.61-.49-1.12-1.12-1.12Z"/><path fill="%23ffffff" d="M44.3,12.06c-.67.48-1.35.96-2.02,1.45-1.59,1.14-3.19,2.28-4.78,3.42-1.9,1.36-3.8,2.71-5.69,4.07-1.58,1.13-3.17,2.26-4.75,3.39-.48.34-.96.69-1.44,1.03-.22.16-.44.33-.67.47-.05.03-.1.06-.16.09-.03.01-.18.07-.19.09,0-.02.26-.09.07-.03-.07.02-.13.04-.2.06-.1.03-.46.06-.11.04-.14,0-.28.02-.42.02-.05,0-.09,0-.14,0-.02,0-.05,0-.07,0-.12-.01-.09,0,.09.01-.05-.04-.27-.06-.34-.08-.06-.02-.11-.04-.17-.06-.15-.04.25.13.04.02-.13-.07-.25-.13-.37-.21-.07-.04-.13-.09-.2-.14-.34-.24-.68-.49-1.02-.73-1.42-1.01-2.83-2.02-4.25-3.03l-5.64-4.02-5.17-3.69-2.87-2.05s-.09-.06-.13-.09c-.48-.34-1.26-.1-1.53.4-.3.58-.11,1.17.4,1.53.67.48,1.35.96,2.02,1.45l4.82,3.44,5.73,4.09c1.58,1.13,3.17,2.26,4.75,3.39.48.34.95.68,1.43,1.02.27.19.54.41.84.55,1.35.67,2.94.58,4.17-.3.33-.23.65-.47.98-.7,1.41-1.01,2.82-2.01,4.22-3.02,1.89-1.35,3.78-2.7,5.68-4.05,1.74-1.24,3.47-2.48,5.21-3.72.96-.68,1.92-1.37,2.87-2.05.04-.03.09-.06.13-.1.24-.17.43-.37.51-.67.07-.27.04-.62-.11-.86-.3-.47-1.02-.76-1.53-.4h0Z"/><path fill="%23ffffff" d="M30,23.92l.36.37c.32.34.64.67.96,1.01.48.5.95,1,1.43,1.49.58.6,1.16,1.21,1.73,1.81.64.67,1.27,1.33,1.91,2,.64.67,1.28,1.34,1.93,2.02.6.62,1.19,1.25,1.79,1.87.51.53,1.01,1.06,1.52,1.59l1.09,1.14c.17.18.34.36.51.54,0,0,.01.02.02.02.4.42,1.18.44,1.58,0,.42-.45.43-1.13,0-1.58-.12-.12-.24-.25-.36-.37-.32-.34-.64-.67-.96-1.01-.48-.5-.95-1-1.43-1.49-.58-.6-1.16-1.21-1.73-1.81-.64-.67-1.27-1.33-1.91-2-.64-.67-1.28-1.34-1.93-2.02-.6-.62-1.19-1.25-1.79-1.87-.51-.53-1.01-1.06-1.52-1.59l-1.09-1.14c-.17-.18-.34-.36-.51-.54,0,0-.01-.02-.02-.02-.4-.42-1.18-.44-1.58,0-.42.45-.43,1.13,0,1.58h0Z"/><path fill="%23ffffff" d="M16.41,22.34c-.12.12-.24.25-.36.37-.32.34-.64.67-.96,1.01-.48.5-.95,1-1.43,1.49-.58.6-1.16,1.21-1.73,1.81-.64.67-1.27,1.33-1.91,2-.64.67-1.28,1.34-1.93,2.02-.6.62-1.19,1.25-1.79,1.87-.51.53-1.01,1.06-1.52,1.59-.36.38-.73.76-1.09,1.14-.17.18-.35.36-.51.54,0,0-.01.02-.02.02-.2.21-.33.5-.33.79,0,.27.12.6.33.79.44.4,1.15.45,1.58,0,.12-.12.24-.25.36-.37l.96-1.01c.48-.5.95-1,1.43-1.49.58-.6,1.16-1.21,1.73-1.81.64-.67,1.27-1.33,1.91-2,.64-.67,1.28-1.34,1.93-2.02l1.79-1.87c.51-.53,1.01-1.06,1.52-1.59l1.09-1.14c.17-.18.35-.36.51-.54,0,0,.01-.02.02-.02.2-.21.33-.5.33-.79,0-.27-.12-.6-.33-.79-.44-.4-1.15-.45-1.58,0h0Z"/></svg>');
background-repeat: no-repeat;
width: 32px;
height: 32px;
display: block;
position: absolute;
left: 0;
top: 4px;
}
footer h4, footer p, footer p a, footer address {
color: var(--white-color) !important;
}
footer h4 span {
font-weight: 400;
}
footer p a::after,
footer address a::after {
bottom: -2px;
}
footer p a:hover::after,
footer address a:hover::after {
background-color: var(--accent-color);
}
@media only screen and (max-width: 768px) {
footer p a::after,
footer addres a::after,
footer p a:hover::after,
footer address a:hover::after {
display: none;
} 
footer p a:hover,
footer address a:hover {
color: var(--accent-color) !important;
}
} .pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-3 { padding-bottom: 4rem !important; }
.pb-4 { padding-bottom: 6rem !important; }
.pb-5 { padding-bottom: 8rem !important; }
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 1rem !important; }
.pt-2 { padding-top: 2rem !important; }
.pt-3 { padding-top: 4rem !important; }
.pt-4 { padding-top: 6rem !important; }
.pt-5 { padding-top: 8rem !important; }
@media (min-width:576px) {
.pb-sm-0 { padding-bottom: 0 !important; }
.pb-sm-1 { padding-bottom: 1rem !important; }
.pb-sm-2 { padding-bottom: 2rem !important; }
.pb-sm-3 { padding-bottom: 4rem !important; }
.pb-sm-4 { padding-bottom: 6rem !important; }
.pb-sm-5 { padding-bottom: 8rem !important; }
.pt-sm-0 { padding-top: 0 !important; }
.pt-sm-1 { padding-top: 1rem !important; }
.pt-sm-2 { padding-top: 2rem !important; }
.pt-sm-3 { padding-top: 4rem !important; }
.pt-sm-4 { padding-top: 6rem !important; }
.pt-sm-5 { padding-top: 8rem !important; }
}
@media (min-width:768px) {
.pb-md-0 { padding-bottom: 0 !important; }
.pb-md-1 { padding-bottom: 1rem !important; }
.pb-md-2 { padding-bottom: 2rem !important; }
.pb-md-3 { padding-bottom: 4rem !important; }
.pb-md-4 { padding-bottom: 6rem !important; }
.pb-md-5 { padding-bottom: 8rem !important; }
.pt-md-0 { padding-top: 0 !important; }
.pt-md-1 { padding-top: 1rem !important; }
.pt-md-2 { padding-top: 2rem !important; }
.pt-md-3 { padding-top: 4rem !important; }
.pt-md-4 { padding-top: 6rem !important; }
.pt-md-5 { padding-top: 8rem !important; }
}
@media (min-width:992px) {
.pb-lg-0 { padding-bottom: 0 !important; }
.pb-lg-1 { padding-bottom: 1rem !important; }
.pb-lg-2 { padding-bottom: 2rem !important; }
.pb-lg-3 { padding-bottom: 4rem !important; }
.pb-lg-4 { padding-bottom: 6rem !important; }
.pb-lg-5 { padding-bottom: 8rem !important; }
.pt-lg-0 { padding-top: 0 !important; }
.pt-lg-1 { padding-top: 1rem !important; }
.pt-lg-2 { padding-top: 2rem !important; }
.pt-lg-3 { padding-top: 4rem !important; }
.pt-lg-4 { padding-top: 6rem !important; }
.pt-lg-5 { padding-top: 8rem !important; }
}
@media (min-width:1200px) {
.pb-xl-0 { padding-bottom: 0 !important; }
.pb-xl-1 { padding-bottom: 1rem !important; }
.pb-xl-2 { padding-bottom: 2rem !important; }
.pb-xl-3 { padding-bottom: 4rem !important; }
.pb-xl-4 { padding-bottom: 6rem !important; }
.pb-xl-5 { padding-bottom: 8rem !important; }
.pt-xl-0 { padding-top: 0 !important; }
.pt-xl-1 { padding-top: 1rem !important; }
.pt-xl-2 { padding-top: 2rem !important; }
.pt-xl-3 { padding-top: 4rem !important; }
.pt-xl-4 { padding-top: 6rem !important; }
.pt-xl-5 { padding-top: 8rem !important; }
} .mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 4rem !important; }
.mb-4 { margin-bottom: 6rem !important; }
.mb-5 { margin-bottom: 8rem !important; }
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 4rem !important; }
.mt-4 { margin-top: 6rem !important; }
.mt-5 { margin-top: 8rem !important; }
@media (min-width:576px) {
.mb-sm-0 { margin-bottom: 0 !important; }
.mb-sm-1 { margin-bottom: 1rem !important; }
.mb-sm-2 { margin-bottom: 2rem !important; }
.mb-sm-3 { margin-bottom: 4rem !important; }
.mb-sm-4 { margin-bottom: 6rem !important; }
.mb-sm-5 { margin-bottom: 8rem !important; }
.mt-sm-0 { margin-top: 0 !important; }
.mt-sm-1 { margin-top: 1rem !important; }
.mt-sm-2 { margin-top: 2rem !important; }
.mt-sm-3 { margin-top: 4rem !important; }
.mt-sm-4 { margin-top: 6rem !important; }
.mt-sm-5 { margin-top: 8rem !important; }
}
@media (min-width:768px) {
.mb-md-0 { margin-bottom: 0 !important; }
.mb-md-1 { margin-bottom: 1rem !important; }
.mb-md-2 { margin-bottom: 2rem !important; }
.mb-md-3 { margin-bottom: 4rem !important; }
.mb-md-4 { margin-bottom: 6rem !important; }
.mb-md-5 { margin-bottom: 8rem !important; }
.mt-md-0 { margin-top: 0 !important; }
.mt-md-1 { margin-top: 1rem !important; }
.mt-md-2 { margin-top: 2rem !important; }
.mt-md-3 { margin-top: 4rem !important; }
.mt-md-4 { margin-top: 6rem !important; }
.mt-md-5 { margin-top: 8rem !important; }
}
@media (min-width:992px) {
.mb-lg-0 { margin-bottom: 0 !important; }
.mb-lg-1 { margin-bottom: 1rem !important; }
.mb-lg-2 { margin-bottom: 2rem !important; }
.mb-lg-3 { margin-bottom: 4rem !important; }
.mb-lg-4 { margin-bottom: 6rem !important; }
.mb-lg-5 { margin-bottom: 8rem !important; }
.mt-lg-0 { margin-top: 0 !important; }
.mt-lg-1 { margin-top: 1rem !important; }
.mt-lg-2 { margin-top: 2rem !important; }
.mt-lg-3 { margin-top: 4rem !important; }
.mt-lg-4 { margin-top: 6rem !important; }
.mt-lg-5 { margin-top: 8rem !important; }
}
@media (min-width:1200px) {
.mb-xl-0 { margin-bottom: 0 !important; }
.mb-xl-1 { margin-bottom: 1rem !important; }
.mb-xl-2 { margin-bottom: 2rem !important; }
.mb-xl-3 { margin-bottom: 4rem !important; }
.mb-xl-4 { margin-bottom: 6rem !important; }
.mb-xl-5 { margin-bottom: 8rem !important; }
.mt-xl-0 { margin-top: 0 !important; }
.mt-xl-1 { margin-top: 1rem !important; }
.mt-xl-2 { margin-top: 2rem !important; }
.mt-xl-3 { margin-top: 4rem !important; }
.mt-xl-4 { margin-top: 6rem !important; }
.mt-xl-5 { margin-top: 8rem !important; }
} .opening-hours {
width: 100%;
} .projects-item-container {
margin: 0 -20px;
}
.projects-item {
margin: 0 0 0 0;
padding: 20px 20px;
position: relative;
z-index: 0;
}
.projects-item img {
width: 100%;
height: auto;
}
.projects-item a .overlay {
visibility: hidden;
opacity: 0;
transition: all .3s;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
font-size: 32px;
font-weight: 700;
color: var(--white-color);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
.projects-item a:hover .overlay {
visibility: visible;
opacity: 1;
transform: scale(0.9);
}
.projects-item .desc {
position: relative;
z-index: 1;
padding: 5px 20px;
color: var(--dark-color);
display: block;
}
.projects-item a:hover .desc {
color: var(--accent-color);
}
.projects-images {
}
@media only screen and (max-width: 992px) {
.projects-item-container {
margin: 0;
}
.projects-item {
margin: 0 0 40px 0;
padding: 0;
}
.projects-item a .overlay {
font-size: 24px; 
}
} .arrow {
margin-top: 20px;
display: block;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
color: var(--white-color) !important;
}
.arrow:hover {
color: var(--accent-color) !important;
}
.arrow::before {
border-style: solid;
border-width: 2px 2px 0 0;
content: '';
display: inline-block;
width: 20px;
height: 20px;
position: relative;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align: top;
}
.arrow.bottom:before {
top: 0;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
} @keyframes pulse {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
50% {
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
} #newsletter .wpcf7-text {
background-color: var(--white-color) !important;
} blockquote p {
margin-bottom: 1em;
font-size: 32px;
font-weight: 400;
font-style: normal;
line-height: 1.6em;
}
blockquote footer {
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.4em;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
} .wps-form {
width: 100%;
margin: 0 auto;
padding: 0;
}
.wps-form-row {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 5px;
}
.wps-form-row .wpcf7-form-control {
width: 100%;
}
.wps-form-column {
flex: 1;
padding: 0.5rem 0;
width: 100%;
}
.wps-form-column.center {
text-align: center;
}
.wps-form-column.right {
text-align: right;
}
.wps-form-column.single {
padding: 0.5rem 0 !important;
}
@media only screen and (min-width: 48em) {
.wps-form-row {
flex-direction: row;
}
.wps-form-column {
padding: 0.5rem 1rem;
}
.wps-form-column:nth-child(odd) {
padding: 0.5rem 1rem 0.5rem 0;
}
.wps-form-column:nth-child(even) {
padding: 0.5rem 0 0.5rem 1rem;
}
}
.wps-form fieldset {
margin: 0 0 40px 0;
padding: 0;
border: 0;
}
.wpcf7-form-control-wrap,
.wpcf7-quiz-label {
margin: 5px 0 5px 0;
display: block;
}
.wpcf7-form label {
margin: 0 0 5px 0;
font-size: 18px;
color: var(--black-color);
font-weight: 400;
letter-spacing: 0;
line-height: 24px;
display: block;
}
.wpcf7-form label a {
text-decoration: none;
}
.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date,
.wpcf7-email,
.wpcf7-number {
width: 100%;
padding: 12px 10px !important;
background-color: var(--very-light-gray-color) !important;
font-size: 18px;
letter-spacing: 1px;
color: var(--black-color) !important;
line-height: 24px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.wpcf7-select:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-date:focus,
.wpcf7-email:focus,
.wpcf7-number:hover {
border: 0;
background-color: var(--light-gray-color) !important;
outline: 0;
}
.wpcf7-select {
padding: 10px 10px !important;
line-height: 24px;
-webkit-appearance: none;
max-width: 100%;
overflow: hidden;
word-wrap: normal !important;
white-space: normal;
}
.wpcf7-date {
padding: 12px 10px !important;
line-height: 20px;
-webkit-appearance: none;
}
.wpcf7-submit {
width: auto !important;
padding: 12px 32px;
height: 48px;
min-height: 48px;
min-width: 160px;
background-color: var(--black-color);
--min: 18px;
--val: 4vw;
--max: 20px;
font-weight: 700;
color: var(--white-color);
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.25;
border: 1px solid var(--black-color);
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-appearance: none;
display: inline-block;
transition: all 0.25s;
overflow: hidden;
}
.wpcf7-submit:hover {
background-color: var(--accent-color);
border: 1px solid var(--accent-color);
color: var(--black-color);
box-shadow: 0 0 30px -17px rgba(0, 0, 0, .58);
}
.wpcf7-submit:focus,
.wp-core-ui .button-primary.focus, 
.wp-core-ui .button-primary:focus {
outline: 0 !important;
box-shadow: none !important;
}
.wpcf7-submit:disabled {
opacity: 0.5;
}
.required {
color: var(--accent-color);
}
.wpcf7-form p {
margin: 0 0 10px 0;
}
.wpcf7-not-valid {
border-bottom: 1px solid var(--red-color) !important;
}
.wpcf7-not-valid-tip {
color: var(--red-color) !important;
}
.wpcf7-list-item {
margin: 0 !important;
}
.wpcf7-form span.wpcf7-list-item {
display: block;
}
.wpcf7-list-item-label {
margin-left: 16px;
}
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
position: relative;
font-size: 18px !important;
font-weight: 200;
line-height: 32px;
}
.wpcf7-form .wpcf7-checkbox label a,
.wpcf7-form .wpcf7-acceptance label a {
font-size: 18px !important;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
position: relative;
visibility: hidden;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span {
display: inline-block;
margin: -24px 0 0 44px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
height: 32px;
width: 32px;
top: 0;
left: 0;
background-color: var(--very-light-gray-color);
border: 0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before:hover,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before:hover {
outline: 5px solid #eee;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:after {
display: block;
position: absolute;
content: '\2713';
top: 0;
left: 4px;
visibility: hidden;
font-size: 32px;
color: var(--black-color);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:before {
background-color: var(--light-gray-color);
border: 0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:after {
visibility: visible;
}
::placeholder {
color: #88837C !important;
} .wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
margin: 0 0 10px 0 !important;
padding: 0 !important;
font-size: 18px;
font-weight: 400;
color: var(--red-color);
background-color: transparent;
border: 0 !important;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
color: var(--white-color) !important;
}
.cf7-modal {
position: fixed;
z-index: 1001;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
padding: 0;
box-sizing: border-box;
}
.cf7-modal-content {
background-color: white;
padding: 10px 20px;
border-radius: 10px;
text-align: center;
max-width: 400px;
width: 100%;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
transition: 0.5s ease-in-out;
font-size: 18px;
}
.cf7-modal-success .cf7-modal-content {
background-color: var(--green-color);
color: var(--white-color);
}
.cf7-modal-error .cf7-modal-content {
background-color: var(--red-color);
color: var(--white-color);
}
@media (max-width: 575px) {
.cf7-modal-content {
max-width: 90%;
}
}
#newsletter .wpcf7-not-valid-tip, 
#newsletter .wpcf7-response-output {
display: none;
}
#newsletter .wpcf7-not-valid {
border-bottom: none;
}
#newsletter .wpcf7-form-control-wrap, .wpcf7-quiz-label {
margin: 0;
}
.form form fieldset input.field.error:focus,
.form form fieldset select.error:focus,
.form form fieldset textarea.error:focus,
.formTab form fieldset input.field.error:focus,
.formTab form fieldset select.error:focus,
.formTab form fieldset textarea.error:focus,
.form form fieldset input[type="checkbox"].error:focus+label:before {
border: 1px solid var(--red-color);
}
p.error {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: var(--white-color);
text-align: left;
line-height: 125%;
background-color: var(--red-color);
}
p.success {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: var(--white-color);
text-align: left;
line-height: 125%;
background-color: var(--green-color);
}
p.error i,
p.success i {
margin-right: 10px;
}
span.error {
font-weight: 700;
color: var(--red-color);
}
span.required {
color: var(--accent-color);
} input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border-color: var(--dark-color);
-webkit-text-fill-color: var(--dark-color);
-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.15) inset;
transition: background-color 5000s ease-in-out 0s;
} .breadcrumb {
color: var(--black-color);
align-items: center;
}
.breadcrumb a {
color: var(--black-color);
}
.breadcrumb .current-page {
color: var(--black-color);
border-bottom: 1px solid var(--black-color);
}
.breadcrumb .delimiter {
margin: 0 8px;
}
@media (max-width: 768px) {
#breadcrumb {
display: none;
}
} ul.files {
margin: 0 auto;
padding: 0;
}
ul.files li {
list-style: none;
font-weight: 200;
border-right: 1px solid var(--dark-color);
padding-right: 10px;
margin-right: 10px;
display: inline-block;
}
ul.files li:last-child {
border-right: 0;
padding-right: 0;
margin-right: 0;
}
hr {
margin: 30px 0;
border: 0;
height: 1px;
background: rgba(0, 0, 0, 0.2);
} ol.list {
list-style: none;
counter-reset: my-awesome-counter;
margin: 0;
padding: 20px 0 0 0;
border-top: 1px solid var(--dark-color);
}
ol.list li {
counter-increment: my-awesome-counter;
margin: 0 0 20px 0;
padding: 0 0 20px 2.5em;
border-bottom: 1px solid var(--dark-color);
font-size: 20px;
}
ol.list li::before {
content: counter(my-awesome-counter);
font-weight: 700;
font-size: 32px;
color: var(--dark-color);
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
font-family: 'Executive', sans-serif;
line-height: 1;
display: inline-block;
} ul.list {
margin: 40px 0;
padding: 0;
text-align: left;
list-style: none;
}
ul.list li {
margin: 0 0 10px 0;
padding: 0 0 0 27px;
--min: 18px;
--val: 4vw;
--max: 20px;
font-weight: 700;
font-style: normal;
line-height: 150%;
list-style-position: outside;
display: block;
position: relative;
}
ul.list li::before {
margin: 0 0 0 0;
padding: 0 0 0 0;
content: '';
display: inline-block;
width: 9px;
height: 9px;
border-top: 2px solid var(--black-color);
border-right: 2px solid var(--black-color);
transform: rotate(45deg);
position: absolute;
top: 9px;
left: 0;
} .box {
min-height: 200px;
margin: 10px 5px;
padding: 20px 30px 10px;
border-radius: 9px;
background-color: var(--white-color);
box-shadow: 1px 1px 15px -12px var(--dark-color);
position: relative;
animation-duration: 1000ms;
animation-delay: 0ms;
opacity: 0;
animation-timing-function: ease-in-out;
transform: scale3d(0.96, 0.96, 0.96);
}
.box:hover {
-webkit-transform: translate(0px, -2px);
-ms-transform: translate(0px, -2px);
transform: translate(0px, -2px);
}
.box-content {
margin: 0 auto;
padding: 20px 0;
text-align: center;
}
.box {
margin: 0 0 60px 0;
}
.box.white,
.box.black {
box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .1), 0 35px 50px -25px rgba(0, 0, 0, .1), 0 85px 60px -25px rgba(0, 0, 0, 0);
}
.box.white {
background-color: var(--white-color);
color: var(--dark-color);
}
.box.black {
background-color: var(--dark-color);
color: var(--white-color);
}
.box .content {
padding: 40px 40px;
}
.box.black p a {
color: var(--white-color);
border-bottom: 1px solid var(--white-color);
}
.box.black p a:hover {
border-bottom: 1px solid transparent;
}
.box.black .animated-arrow,
.box.black .animated-arrow:hover {
color: var(--white-color) !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft {
background-color: var(--white-color) !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:before,
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:after {
background-color: var(--white-color) !important;
}
.box.black .the-arrow>.shaft {
background-color: var(--white-color) !important;
}
.box.black .the-arrow>.shaft:before,
.box.black .the-arrow>.shaft:after {
background-color: var(--white-color) !important;
}
.box.black .the-arrow.-left>.shaft {
background-color: var(--white-color) !important;
}
.box.black .the-arrow.-left>.shaft:before,
.box.black .the-arrow.-left>.shaft:after {
background-color: var(--white-color) !important;
} .icon-phone,
.icon-mail {
margin-right: 20px;
}  .more-link {
padding: 0 0 0 0;
}
.nav-prev .more-link,
.nav-next .more-link {
padding: 0;
margin: 0;
}
.nav-prev .more-link {
text-align: left;
}
.more-link a {
padding: 0 24px 0 0;
font-size: 18px;
font-weight: 700;
color: var(--black-color);
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
border: 0;
position: relative;
}
.nav-prev .more-link a {
padding: 0 0 0 24px;
}
.more-link a:hover,
.more-link a:hover span {
color: var(--accent-color);
border: 0;
}
.more-link a:before,
.more-link a:after,
.nav-prev .more-link a:before,
.nav-prev .more-link a:after {
content: '';
position: absolute;
display: inline-block;
width: 11px;
height: 1px;
margin: auto 0 auto 0;
vertical-align: middle;
background-color: var(--black-color);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
transform-origin: unset;
}
.more-link a:before {
left: auto;
right: 0;
top: 15px;
bottom: auto;
transform: rotate(-45deg);
}
.more-link a:after {
left: auto;
right: 0;
top: 8px;
bottom: auto;
transform: rotate(45deg);
}
.nav-prev .more-link a:after {
left: 0;
right: auto;
top: 15px;
bottom: auto;
transform: rotate(45deg);
}
.nav-prev .more-link a:before {
left: 0;
right: auto;
top: 8px;
bottom: auto;
transform: rotate(-45deg);
}
.more-link a:hover:after,
.more-link a:hover:before,
.nav-prev .more-link a:hover:before,
.nav-prev .more-link a:hover:after {
background-color: var(--accent-color);
transform-origin: unset;
}
.more-link a:hover:after {
transform: translateX(10px) translateY(0) rotate(45deg);
}
.more-link a:hover:before {
transform: translateX(10px) translateY(0) rotate(-45deg);
}
.nav-prev .more-link a:hover:before {
transform: translateX(-10px) translateY(0) rotate(-45deg);
}
.nav-prev .more-link a:hover:after {
transform: translateX(-10px) translateY(0) rotate(45deg);
}
@media (max-width: 575px) {
.more-link {
padding: 10px 0 0 0;
}
} #weather-widget-area-wrap {
position: absolute;
top: 10vh;
right: 20px;
z-index: 999;
}
#weather-widget-area-wrap ul {
margin: 0;
padding: 0;
}
#weather-widget-area-wrap ul li {
margin: 0;
padding: 0;
list-style: none;
color: var(--white-color);
text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
@media (max-width: 575px) {
#weather-widget-area-wrap {
top: 100px;
}
} .map-marker:before {
font-family: 'et-line';
content: "\e047";
font-size: 24px;
margin-bottom: 6px;
display: block;
} .slider-down-arrow {
position: absolute;
z-index: 10;
bottom: 70px;
left: 0;
width: 100%;
text-align: center;
font-size: 32px;
font-family: 'ETmodules';
color: var(--white-color);
}
.slider-down-arrow a {
line-height: 1em;
display: inline-block;
color: var(--white-color) !important;
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
transition: all 0.2s ease;
}
.slider-down-arrow a:not(:hover) {
animation: fullwidth-header-bounce 2.2s ease-out infinite;
}
.slider-down-arrow a:hover {
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}
@media (min-width: 1200px) {
.slider-down-arrow {
bottom: 90px;
font-size: 48px;
}
}
@media (max-width: 992px) {
.slider-down-arrow {
display: none;
}
}  .icon-list {
margin: 0 !important;
padding: 0 !important;
}
.icon-list li {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
line-height: 36px;
}
.icon-list li a {
font-size: 24px;
color: var(--dark-color);
text-decoration: none;
}
.icon-list li a:hover {
color: var(--dark-color);
}
.icon-list li a::before {
width: 36px;
height: 36px;
speak: none;
font-style: normal;
font-weight: 200;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 0 0;
font-size: 36px;
color: #777;
float: left;
margin-right: 10px;
opacity: 1;
}
.icon-list li a:hover::before {
opacity: 0.7;
} .icons-list {
margin: 0 auto 40px auto !important;
padding: 0 0 20px 0 !important;
list-style: none !important;
}
.icons-list li {
width: 33.3%;
margin: 0 0 0 0 !important;
padding: 0 !important;
display: inline-block !important;
}
.icons-list li .grid-icons {
font-size: 36px !important;
font-weight: 400 !important;
}
.icons-list li:before {
display: none;
}
.icons-list li a {
width: 44px;
height: 44px;
color: var(--dark-color);
}
.icons-list li a:hover {
color: var(--dark-color);
}
@media (max-width: 992px) {
.icons-list li .grid-icons {
font-size: 28px !important;
}
}
@media (max-width: 575px) {
.icons-list li {
width: 100%;
margin: 0 0 20px 0 !important;
}
.icons-list li:last-child {
margin: 0 !important;
}
.icons-list li .grid-icons {
font-size: 24px !important;
}
} .swiper {
width: 100%;
}
.swiper-slide {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
position: absolute;
cursor: pointer;
z-index: 999;
transition-property: all;
transition-duration: 0.15s;
}
.swiper-button-next {
right: 20px !important;
}
.swiper-button-prev {
left: 20px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-prev::before {
content: '' !important;
width: 24px;
height: 3px;
background-color: var(--white-color);
position: absolute;
}
.swiper-button-next::after {
right: 10px;
top: 13px;
transform: rotate(-135deg);
}
.swiper-button-next::before {
right: 10px;
top: 28px;
transform: rotate(135deg);
}
.swiper-button-prev::after {
left: 10px;
top: 28px;
transform: rotate(-135deg);
}
.swiper-button-prev::before {
left: 10px;
top: 13px;
transform: rotate(135deg);
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after,
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
background-color: var(--accent-color);
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 40px !important;
}
.swiper-pagination-bullet {
width: 48px !important;
height: 2px !important;
background-color: var(--white-color) !important;
opacity: 0.6 !important;
border-radius: 0 !important;
transition: height 0.25s ease-in-out;
}
.swiper-pagination-bullet-active {
background-color: var(--white-color) !important;
opacity: 1 !important;
}
.swiper-pagination-bullet:hover {
height: 6px !important;
opacity: 1 !important;
}
.swiper-pagination-bullet:only-child {
visibility: hidden;
}
.slide-copyright {
font-size: 12px;
font-weight: 400;
color: var(--white-color);
letter-spacing: 1px;
position: absolute;
top: 20px;
right: 20px;
}
@media (max-width: 992px) {
.swiper-pagination-bullet {
width: 24px !important;
height: 2px !important;
}
}
@media (max-width: 575px) {
.swiper-button-prev {
display: none !important;
}
.swiper-button-next {
display: none !important;
}
.swiper-pagination {}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 0 !important;
}
}
.test {
color: #6cd1cb;
}
.title-image {
width: 100%;
height: 60vh;
position: relative;
z-index: 0;
}
.title-image img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.title-image .overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
}
.title-text {
display: flex;
align-items: flex-start;
justify-content: flex-end;
position: relative;
z-index: 999;
height: 90%;
flex-direction: column;
text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.title-text h1,
.title-text h4 {
color: var(--white-color) !important;
}
.title-text h1 {
font-weight: 700 !important;
}
.title-text h4 {
font-weight: 400 !important;
}
@media screen and (max-width: 1200px) {
.title-text {
padding: 0 40px;
}
}
@media screen and (max-width: 992px) {
.title-image {
height: 50vh;
}
}
@media screen and (max-width: 768px) {
.title-text {
padding: 0 20px;
}
.title-text h1 {
font-size: 22px !important;
}
.title-text h4 {
font-size: 18px !important;
}
}
@media screen and (max-width: 575px) {
.title-image {
height: 40vh;
}
}
.price {
font-size: 36px;
}
.breakfast {
font-size: 20px;
}
.button-nav {
margin: 0 !important;
padding: 0 0 20px 0 !important;
}
.button-nav li {
list-style: none;
margin: 0 20px 20px 0 !important;
padding: 0 !important;
display: inline-block;
}
.button-nav li:last-child {
margin: 0 !important;
}
.button-nav li a {
margin: 0 !important;
}
@media screen and (max-width: 575px) {
.button-nav li {
margin: 0 0 20px 0 !important;
display: block;
}
.price {
font-size: 28px;
}
} .image-gallery {
gap: 40px;
}
.image-gallery img {
width: 100%;
height: auto;
}
.image-gallery .overlay {
background: transparent;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.image-gallery a {
z-index: 1;
position: relative;
width: 100%;
height: 100%;
display: block;
}
.image-gallery a:hover .overlay {
background: rgba(0, 0, 0, 0.3);
}
.image-gallery .title {
display: none;
}
.image-gallery a:hover .title {
width: 100%;
height: 100%;
font-size: 20px;
color: var(--white-color);
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
@media screen and (max-width: 992px) {
.image-gallery .title {
font-size: 24px;
}
}
@media screen and (max-width: 575px) {
.image-gallery .overlay {
display: none;
}
.image-gallery .title,
.image-gallery a:hover .title {
font-size: 18px;
color: var(--dark-color);
letter-spacing: 0;
position: relative;
display: inline-block;
text-align: left;
text-shadow: none;
text-transform: uppercase;
}
} .nav-single {
width: 100%;
padding: 10px 0;
display: flex;
justify-content: space-between;
line-height: 24px;
}
.nav-single .nav-label,
.nav-single .mobile {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 24px;
}
.nav-single a {
line-height: 24px;
}
.nav-single p {
font-size: 14px;
}
.nav-prev,
.nav-next,
.nav-grid {
min-width: 80px;
}
.nav-prev {
width: 40%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.nav-next {
width: 40%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.nav-grid {
width: 20%;
display: flex;
align-items: center;
justify-content: center;
}
.nav-grid a {
text-align: center;
display: inline-block;
}
.nav-grid .icon-grid {
width: 32px;
height: 24px;
display: inline-block;
position: relative;
}
.nav-grid .icon-grid .line {
display: inline-block;
position: absolute;
height: 2px;
width: 32px;
background-color: var(--black-color);
opacity: 1;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
left: 0;
top: 5px;
}
.nav-grid .icon-grid .line.line-1 {
top: 13px;
}
.nav-grid .icon-grid .line.line-2 {
top: 21px;
}
.nav-prev span,
.nav-next span,
.nav-grid span {
font-size: 24px;
color: var(--black-color);
line-height: 24px;
}
.nav-single span.mobile {
display: none;
}
@media screen and (max-width: 768px) {
.nav-single span.mobile {
display: inline-block;
}
.nav-single .nav-label {
display: none;
}
.nav-grid .icon-grid {
width: 24px;
}
.nav-grid .icon-grid .line {
width: 24px;
}
} .table td {
border-bottom: 1px solid var(--dark-color);
}
.table-scrollable {
width: 100%;
overflow-y: auto;
margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}
.table-scrollable table {
width: 100%;
border-collapse: collapse;
}
.table-scrollable table td,
.table-scrollable table th {
font-size: 20px;
white-space: nowrap;
}
.wp-block-table td, .wp-block-table th {
border: 0;
}
.wp-block-table thead {
border-bottom: 2px solid var(--black-color);
}
.wp-block-table tfoot {
border: 0;
}
.table-row {
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
flex-grow: 0;
-webkit-flex-grow: 0;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.table-row.big {
margin: 0 0 5px 0;
}
.table-row .text i {
color: var(--dark-color);
}
.text {
flex-grow: 1;
-webkit-flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.table-row.big .text {
width: 50%;
flex-grow: inherit;
-webkit-flex-grow: inherit;
text-overflow: inherit;
overflow: auto;
white-space: normal;
}
.text-big {
width: 50%;
}
.label {
width: 100px;
}
.num {
width: 80px;
}
@media screen and (max-width: 981px) {
.text-big {
width: 100%;
}
.text,
.num {
width: 100%;
}
.table-row {
display: block;
}
.table-row.big {
margin: 0 0 10px 0;
}
.table-row.big .text {
width: 100%;
overflow: hidden;
}
.table-row.big .text:nth-child(odd) {
font-weight: 200 !important;
}
.table-row.big .text:nth-child(even) {
font-weight: 200 !important;
}
.text {
flex-grow: inherit;
-webkit-flex-grow: inherit;
text-overflow: inherit;
overflow: hidden;
white-space: normal;
}
.desc {
display: none;
}
}
.table-row {
border-collapse: collapse;
padding-top: 2px;
padding-bottom: 2px;
font-size: 16px;
}
.table-row.odd {}
.table-row.even {}
.table-row.header {
background-color: var(--dark-color);
font-size: 16px;
font-weight: 700;
color: var(--white-color);
padding-top: 10px;
padding-bottom: 10px;
}
.table, .table table {
width: 100%;
border: 0;
padding: 0;
margin: 0 0 40px 0;
}
.table thead th {
font-size: 20px;
font-weight: 700;
color: var(--dark-color);
}
.table td {
padding: 15px 0;
font-size: 20px;
font-weight: 400;
color: var(--dark-color);
border-left: 1px solid transparent;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid var(--dark-color);
}
.table td a {
border-bottom: 1px solid var(--dark-color);
}
.table td a:hover {
border-bottom: 1px solid transparent;
}
.wp-block-table th {
font-weight: 700;
}
@media screen and (max-width: 768px) {
.table td {
width: 100%;
display: block;
}
.table td:first-child {
padding: 10px 0 0 0;
color: var(--accent-color);
border-bottom: 0;
}
.table td {
padding: 0 0 10px 0;
}
} .contact-block {
margin: 0 0 40px 0;
padding: 0;
justify-content: left !important; }
.contact-block .staff-item {
margin: 0;
}
.contact-block:last-child {
border-bottom: none;
}
.contact-block .photo {
align-items: flex-start;
margin-right: 40px;
}
.contact-block .logo {
margin: 20px 0;
}
.contact-block .contact-info {
flex-grow: 0;
margin-right: 20px;
display: block;
}
@media only screen and (max-width: 980px) {
.contact-block {
display: block;
}
} .fancybox-slide--iframe .fancybox-content {
width: 90%;
max-width: 960px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.fancybox-slide--html .fancybox-content {
width: 90%;
max-width: 960px;
padding: 40px;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.fancybox-slide--iframe #cookie-law-info-bar,
.fancybox-slide--iframe #cookie-law-info-bar-again {
display: none !important;
}
.animated-modal {
width: 90%;
max-width: 480px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.animated-modal.fancybox-content {
padding: 0 !important;
}
.animated-modal .popup-content {
padding: 20px;
}
.fancybox-slide--html .fancybox-close-small {
background-color: var(--dark-color);
color: var(--white-color) !important;
}
.modal-container.fancybox-content {
padding: 0 !important;
}
.modal-container {
width: 90%;
max-width: 960px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.modal-container .fancybox-close-small {
color: #fff !important;
}
.type-modal .modal-dialog {
max-width: 1400px;
min-height: 1600px;
}
.type-modal h2 {
margin: 0;
}
.modal {
opacity: 0;
backdrop-filter: blur(0);
-webkit-backdrop-filter: blur(0);
background-color: rgba(0, 0, 0, 0);
transition: background-color 0.5s ease-in, background-color 0.1s ease-out;
-webkit-transition: background-color 0.5s ease-in, background-color 0.1s ease-out;
}
.modal.show {
opacity: 1;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
background-color: rgba(0, 0, 0, 0.48);
}
.modal-title {
background-color: var(--dark-color);
font-size: 20px;
font-weight: 400;
color: var(--white-color);
padding: 1em;
}
.modal-header {
border: none;
border-radius: 0;
-webkit-border-radius: 0;
padding: 24px;
}
.modal-content {
border-radius: 0 !important;
border: none !important;
}
.modal-body {
min-height: 50px;
padding: 0 1.5em 1.5em 1.5em;
overflow-y: auto;
}
#popupModal .modal-header {
position: absolute;
right: 0;
z-index: 1000;
}
#popupModal .modal-body {
padding: 0;
}
#popupModal .modal-popup-content {
padding: 40px;
}
.modal-footer {
border: none !important;
background-color: var(--white-color);
padding: 1em;
display: flex;
justify-content: flex-end;
align-items: center;
}
.btn-close {
width: 44px;
height: 44px;
padding: 0 !important;
margin: calc(-.25 * var(--bs-modal-header-padding-y)) calc(-.25 * var(--bs-modal-header-padding-x)) calc(-.25 * var(--bs-modal-header-padding-y)) auto !important;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
}
.btn-close span {
width: 36px;
height: 36px;
padding: 0 !important;
background: var(--accent-color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
background-size: 14px;
border-radius: 0;
-webkit-border-radius: 0;
}
.btn-close:hover {
opacity: 1;
}
.btn-close:hover span {
background-color: var(--dark-color);
opacity: 1;
}
.btn-close:focus {
box-shadow: none;
outline: 0;
}
@keyframes slideInUp {
from {
transform: translateY(100%);
}
to {
transform: translateY(0);
}
}
.modal.fade .modal-dialog {
animation-name: slideInUp;
animation-duration: 0.7s;
}
@media screen and (max-width: 575px) {
.modal-body {
max-width: 100vw;
max-height: auto;
}
.modal-footer {
display: block;
justify-content: inherit;
}
.modal-footer .btn {
margin: 0 0 10px 0;
}
} .accordion {
max-width: 100%;
margin: 40px auto;
border-bottom: 1px solid var(--light-gray-color);
}
.accordion-header h2 {
margin:0;
padding:0;
display:inline-block;
font-size:32px;
font-style: normal;
font-weight: 700;
color: var(--black-color);
line-height: 1;
}
.accordion-header h2 span {
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.accordion .accordion-header h3 {
margin: 0;
padding: 0;
display: inline-block;
font-size: 28px !important;
font-weight: 400 !important;
color: var(--black-color);
text-transform: none;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
}
.accordion .accordion-header {
margin: 0;
padding: 20px;
text-align: left;
border-top: 1px solid var(--light-gray-color);
position: relative;
}
.accordion .accordion-header:hover {
cursor: pointer;
background-color: var(--very-light-gray-color);
}
.accordion .accordion-header:hover::before,
.accordion .accordion-header:hover::after {
background-color: var(--accent-color);
}
.accordion .accordion-header:hover h3 {
color: var(--black-color) !important;
}
.accordion .active.accordion-header,
.accordion .active.accordion-header:hover { }
.accordion .active.accordion-header h3,
.accordion .active.accordion-header:hover h3 {
font-weight: 700 !important;
color: var(--black-color) !important;
}
.accordion .accordion-header::after {
content: '';
width: 21px;
height: 2px;
background-color: var(--black-color);
float: right;
position: absolute;
top: 33px;
right: 20px;
}
.accordion .accordion-header::before {
content: '';
width: 2px;
height: 21px;
background-color: var(--black-color);
float: right;
position: absolute;
top: 23px;
right: 30px;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}
.accordion .active.accordion-header::before {
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
transition: 0.25s;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.accordion .active.accordion-header::after {
color: var(--dark-color) !important;
}
.accordion .accordion-content {
display: none;
padding: 20px 20px 0 20px;
margin: 0 0 40px 0;
}
.accordion .accordion-content p:not(.link) {
margin: 30px 0 0 0 !important;
}
.accordion .accordion-content p:first-child {
margin: 0 !important;
}
@media only screen and (max-width: 575px) {
.accordion .accordion-header {
padding: 10px;
text-align: left;
}
.accordion .accordion-header::after {
top: 23px;
}
.accordion .accordion-header::before {
top: 13px;
}
.accordion .accordion-header h3 {
padding-right: 44px;
font-size: 20px !important;
text-align: left;
}
}
.clear {
clear: both;
} #osmap {
width: 100%;
height: 100%;
min-height: 720px;
}
#osmap-small {
width: 100%;
height: 480px;
}
@media (max-width: 768px) {
#osmap,
#osmap-small {
min-height: 480px;
max-height: 480px;
}
} .map-popup p.content {
font-size: 16px;
}
.map-popup .button.small {
font-size: 16px;
font-weight: 700;
}
.map-popup .button:after,
.map-popup .button:before {
display: none;
}
.map-popup .button:hover {
background-color: var(--dark-color);
color: var(--white-color);
border-color: var(--dark-color);
padding: .3em 1em !important;
}
.leaflet-popup-content, 
.leaflet-popup-content p {
font-size: 18px !important;
}
.leaflet-container a {
color: var(--black-color) !important;
}
.leaflet-control-attribution a {
font-size: 11px !important;
font-weight: 400 !important;
color: var(--black-color) !important;
}
.leaflet-container a.button {
color: var(--black-color) !important;
}
.leaflet-container a.button:hover {
color: var(--white-color) !important;
}
.leaflet-top, .leaflet-bottom {
z-index: 500 !important;
}
.map-routeplaner {
margin-top: 30px !important;
} .rooms-list {
}
.rooms-list h2 span {
font-size: 24px;
font-style: normal;
font-weight: 400;
color: var(--black-color);
line-height: 32px;
}
.room-details {
padding:40px 0 20px 0;
display: flex;
justify-content: space-between;
}
.room-description {
width: 57.5%;
}
.room-description p:last-child {
margin:0;
}
.room-equipment {
width: 37.5%;
}
.room-equipment-list {
margin: 0 !important;
padding: 0 0 0 20px !important;
}
.room-equipment-list li {
margin:0 0 5px 20px;
list-style:none;
list-style-position: inside;
font-size:16px;
line-height: 26px;
position:relative;
}
.room-equipment-list li::before {
font-weight: 400;
content: '–';
margin: 0 0 0 -20px;    
vertical-align: middle;
display: inline-block;
position: absolute;
}
.room-icons-list {
margin: 0 0 20px 0;
padding: 0 !important;
display: flex;
flex-wrap: wrap;
}
.room-icons-list li {
flex: 0 0 160px;
height: 160px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
background-color: var(--very-light-gray-color);
list-style:none;
margin: 0 10px 10px 0 !important;
padding: 0;
}
.grid-icons {
margin: 0;
padding: 0;
font-size: 16px;
text-align: center;
line-height: 18px;
min-height: 100px;
}
.grid-icons .icon {
margin: 0 0 12px 0;
padding: 0 0 0 0;
font-size: 48px;
line-height: 48px;
display: block;
}
.room-rate {
padding: 20px 0 0 0;
}
.price {
font-size: 36px;
font-weight: 700;
color: var(--accent-color);
}
.breakfast {
font-size: 20px;
} .plans {
margin: 0 auto;
padding: 0;
text-align: center;
}
.plans li {
list-style: none;
margin: 0 auto;
padding: 0;
display: inline-block;
} .staff-list {
margin: 0 -30px 40px -30px;
display: flex;
justify-content: flex-start;
}
.staff-item {
margin: 0 0 40px 0;
padding: 0 30px;
align-items: center;
display: flex;
flex-direction: column;
overflow: hidden;
}
@media (max-width: 768px) {
.staff-item {
margin: 0 20px 40px 20px;
}
.staff-list {
display: block;
}
.staff-item {
margin: 0 auto 40px auto;
text-align: center;
display: block;
}
}
.staff-list .inner {
position: relative;
height: 363px;
padding-bottom: 80px;
box-sizing: content-box;
}
.staff-list .img {
background-color: var(--white-color);
position: relative;
width: 290px;
height: 363px;
overflow: hidden;
}
.img,
.img img {
width: 100%;
height: auto;
display: block;
}
.staff-list .img img {
opacity: 1;
width: 100%;
height: auto;
display: block;
position: absolute;
top: -9999px;
bottom: -9999px;
left: -9999px;
right: -9999px;
margin: auto;
}
.staff-list .img img,
.staff-list .info,
.staff-list .inner .info p.long {
-webkit-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
-moz-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
-o-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
}
.staff-list .info {
width: 290px;
padding: 10px 40px 10px 15px;
display: block;
position: absolute;
top: 368px;
left: 0px;
word-wrap: break-word;
height: 100%;
}
.staff-list .info .vcard {
margin-left: 10px;
position: absolute;
top: 10px;
text-transform: uppercase;
}
.staff-list .info p.long,
.staff-list .info .vcard {
font-size: 16px;
visibility: hidden;
opacity: 0;
}
.staff-list .info .vcard:before {
content: '\f105';
font-family: 'Font Awesome 5 Free';
font-size: 14px;
position: absolute;
left: -10px;
top: 0px;
}
.staff-list .inner .details {
position: absolute;
left: 10px;
}
.staff-list .info p {
margin: 0;
padding: 0;
}
.staff-list .info p.short strong {
color: var(--dark-color);
}
.staff-list .info p.long {
height: 0px;
display: block;
}
.staff-list .inner:hover .img {
background-color: var(--dark-color);
}
.staff-list .inner:hover .info {
top: 0px;
color: var(--white-color);
}
.staff-list .inner:hover .info .vcard {
visibility: visible;
opacity: 1;
color: var(--white-color);
}
.staff-list .inner:hover .info .vcard {
-webkit-transition-delay: .05s;
transition-delay: .05s;
}
.staff-list .inner:hover .details {
position: absolute;
bottom: 100px;
left: 14px;
padding-right: 20px;
}
.staff-list .inner:hover .info p.long {
height: auto;
opacity: 1;
visibility: visible;
color: var(--white-color);
line-height: 28px;
}
.staff-list .inner:hover .info p.short,
.staff-list .inner:hover .info p.short strong {
color: var(--white-color);
}
.staff-list .inner .info p.long a {
font-size: 16px;
font-weight: 400;
color: var(--white-color);
}
.staff-list .inner:hover .info p.long a {
font-size: 16px;
font-weight: 400;
color: var(--white-color);
border-bottom: 1px solid var(--white-color);
}
.staff-list .inner:hover .info p.long a:hover {
border-bottom: 1px solid transparent;
}
.staff-list .inner:hover img {
opacity: 0.2;
} .recommendation {
height: 100%;
padding: 50px 40px 30px 40px;
position: relative;
}
.recommendation p, .recommendation a {
font-size: 18px;
}
.recommendation span.distance {
font-size: 16px;
letter-spacing: 1px;
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.recommendation p.link {
margin: 6px 0 0 0 !important;
display: inline-block;
} #socialmedia {
margin: 40px 0 0 0;
padding: 0;
}
#socialmedia li {
margin: 0 20px 0 0;
padding: 0;
list-style: none;
line-height: 32px;
display: inline-block;
}
#socialmedia li:last-child {
margin: 0;
}
#socialmedia li a {
font-size: 32px !important;
}
#socialmedia li a i {
color: var(--accent-color);
transition: all 0.2s ease-in-out;
transition-duration: 0.25s;
}
#socialmedia li a:hover i {
color: var(--white-color);
}  .timeline {
line-height: 1.5em;
font-size: 14px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
counter-reset: section;
max-width: 960px;
margin: 0 auto;
}
.timeline:before {
content: "";
width: 1px;
height: 100%;
background-color: var(--dark-color);
position: absolute;
top: 0;
left: 60px;
}
.timeline--entry {
position: relative;
margin-bottom: 60px;
}
.timeline--entry__detail {
background-color: #e7e7e8;
padding: 0;
margin-left: 130px;
display: flex;
}
.timeline--entry:before {
content: "";
font-size: 36px;
font-weight: 700;
color: var(--white-color);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
width: 120px;
height: 120px;
background-color: var(--dark-color);
border-radius: 0 0 25px 0;
position: absolute;
counter-increment: section;
content: "0" counter(section);
left: 0;
}
.timeline--entry .details {
flex: 65%;
padding: 60px 30px;
}
.timeline--entry .details h4 {
font-size: 18px !important;
font-weight: 200 !important;
color: var(--dark-color) !important;
letter-spacing: 1px !important;
}
.timeline--entry .image {
flex: 35%;
}
@media (min-width: 768px) {
.timeline {
display: block;
}
}
@media (max-width: 768px) {
.timeline--entry__detail {
display: block;
}
.timeline--entry .details {
padding: 30px 30px;
}
}
@media (max-width: 575px) {
.timeline--entry:before {
position: absolute;
width: 64px;
height: 64px;
font-size: 24px;
text-align: center;
margin-bottom: 20px;
}
.timeline--entry__detail {
padding: 60px 0 0 0;
margin-left: 0;
}
.timeline:before {
content: "";
width: 1px;
height: 100%;
background-color: var(--dark-color);
position: absolute;
top: 0;
left: 50%;
}
} .wp-block-column p:last-child {
margin: 0;
}
.section {
width: 100%;
padding: 60px 0 60px 0;
position: relative;
z-index: 0;
}  .container,
.container-fluid,
.container-xxl {
z-index: 3;
}
.row {
width: 100%;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 4em;
}
.background-with-overlay {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
padding: 15vh 20px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
position: relative;
z-index: 0;
}
.background-with-overlay .overlay {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.50);
}
.background-with-overlay h3 {
color: var(--accent-color);
}
.background-with-overlay p {
color: var(--white-color);
}
.background-with-overlay p:last-child {
margin: 0;
}
@media screen and (max-width:1200px) {
.background-with-overlay {
padding: 15vh 40px;
}
}
@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:575px) {
.background-with-overlay {
padding: 15vh 20px;
}
} body.admin-bar header, 
body.admin-bar.scrolled header {
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar.scrolled header, body.admin-bar header {
top: 46px;
}
} .section ul:not(.plane-equipment-list) {
margin: 0 0 20px 0;
padding: 0;
}
.section ul:not(.plane-equipment-list) li {
margin: 0 0 20px 0;
padding: 0 0 0 24px;
}
.section ul li {
list-style: none;
font-size: 20px;
font-weight: 400;
color: var(--dark-color);
letter-spacing: 0;
line-height: 150%;
position: relative;
}
.section ol {
margin: 0 0 20px 20px;
padding: 0;
}
.section ol li {
margin: 0 0 20px 0;
padding: 0 0 0 0;
font-size: 24px;
font-weight: 400;
color: var(--dark-color);
letter-spacing: 0;
line-height: 150%;
position: relative;
}
.section ul:not(.plane-equipment-list) li::before {
content: '';
width: 9px;
height: 9px;
background-color: var(--accent-color);
position: absolute;
top: 10px;
left: 0;
}
.section ul li span,
.section ol li span {
color: var(--dark-color);
}
.content ul {
padding: 0 0 40px 20px;
}
.content ul li {
margin: 0 0 10px 0;
font-size: clamp(var(--min), var(--val), var(--max));
--min: 18px;
--val: 4vw;
--max: 20px;
}
.content ul li a {
color: var(--black-color);
border-bottom: 1px solid var(--black-color);
}
.content ul li a:hover {
border-bottom: 1px solid transparent;
} img {
border: 0;
vertical-align: top;
}
img.resize,
.img-responsive {
width: 100%;
height: auto;
} a.button,
.button .wp-block-button__link {
padding: 12px 32px;
background-color: transparent;
--min: 18px;
--val: 4vw;
--max: 20px;
font-weight: 700;
color: var(--black-color);
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.5;
border: 1px solid var(--black-color);
border-radius: 0;
display: inline-block;
transition: all 0.25s;
text-align: center;
vertical-align: middle;
white-space: nowrap;
cursor: pointer;
}
a.button:hover,
.button .wp-block-button__link:hover {
background-color: var(--black-color);
color: var(--white-color);
border: 1px solid var(--black-color);
}
a.button:before {
display: none;
}
a.button.cta,
.button.cta .wp-block-button__link {
background-color: var(--black-color);
color: var(--white-color);
}
a.button.cta:hover,
.button.cta .wp-block-button__link:hover {
background-color: var(--accent-color);
border: 1px solid var(--accent-color);
color: var(--black-color);
}
a.button.small,
.button.small .wp-block-button__link {
padding: 8px 20px;
line-height: 1.25;
}
.button + .button {
margin-left: 20px;
}
.button:only-of-type {
margin-right: 20px;
}
@media screen and (max-width:575px) {
.button + .button {
margin: 20px 0 0 0;
}
.button:only-of-type {
margin: 0;
}
a.button,
.button .wp-block-button__link {
padding: 8px 20px;
line-height: 1.25;
}
}
.has-primary-background-color a.button, 
.has-primary-background-color .button .wp-block-button__link {
background-color: var(--primary-color);
border: 1px solid var(--accent-color);
}
.has-primary-background-color a.button:hover,
.has-primary-background-color .button .wp-block-button__link:hover {
background-color: var(--accent-color);
} .top-button.show-button {
width: 48px;
height: 48px;
text-indent: -9999px;
background-color: var(--accent-color);
position: fixed;
bottom: 20px;
left: 20px;
z-index: 999;
transition-property: background;
transition-duration: 0.15s;
}
.top-button.show-button:hover {
background-color: var(--dark-color);
}
.top-button.show-button::after,
.top-button.show-button::before {
content: '';
width: 16px;
height: 2px;
background-color: var(--white-color);
position: absolute;
}
.top-button.show-button::after {
left: 11px;
top: 20px;
transform: rotate(135deg);
}
.top-button.show-button::before {
right: 11px;
top: 20px;
transform: rotate(-135deg);
}
.top-button.show-button:hover::after,
.top-button.show-button:hover::before {
background-color: var(--white-color);
} .error {
color: #c1000e;
border: 1px solid #c1000e;
}
.success {
color: #41aa56;
border: 1px solid #41aa56;
} hr.divider {
height: 0;
margin: 30px 0;
background: none;
color: transparent;
border: 0;
border-bottom: 1px dotted var(--dark-color);
clear: both;
} .show-desktop {
display: inline;
}
.show-mobile {
display: none;
}
@media screen and (max-width:575px) {
.show-desktop {
display: none;
}
.show-mobile {
display: inline;
}
} ::-moz-selection {
color: var(--dark-color);
background-color: var(--accent-color);
}
::selection {
color: var(--dark-color);
background-color: var(--accent-color);
} .grecaptcha-badge { 
visibility: hidden !important; 
} .cky-preference-content-wrapper .cky-show-desc-btn,
.button.cky-show-desc-btn:not(:hover):not(:active) {
color: var(--dark-color) !important;
text-decoration: underline !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn:hover {
text-decoration: none !important;
}
.cky-accordion-header .cky-always-active {
color: var(--accent-color) !important;
} .blog-posts {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts li {
margin: 30px 30px !important;
padding: 0 !important;
background-color: var(--light-clay-color);
list-style: none;
}
.blog-posts li:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.blog-posts li:before {
display: none;
}
.blog-posts .wp-block-group {
padding: 0 !important;
}
.blog-posts .wp-block-post-featured-image {
}
.blog-posts .wp-block-post-title {
min-height: 64px;
margin: 20px 0 0 0;
padding: 0 30px;
display: block;
}
.blog-posts .wp-block-post-title,
.blog-posts .wp-block-post-title a {
font-weight: 700;
line-height: 125%;
}
.blog-posts .wp-block-post-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts .wp-block-post-excerpt {
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts .wp-block-post-excerpt__excerpt {
font-size: 18px;
}
.blog-posts .wp-block-post-featured-image a {
display: block;
}
.blog-posts .wp-block-post-featured-image img {
width: 100%;
}
.wp-block-post-excerpt__more-text {
margin-top: 10px;
}
.blog-posts .wp-block-post-excerpt__more-link {
font-size: 18px;
}
@media screen and (max-width:992px) {
.blog-posts li {
width: 50%;
}
}
@media screen and (max-width:768px) {
.blog-posts li {
width: 100%;
}
} .blog-posts-list-title {
margin: 20px 0 10px 0;
padding: 0 30px;
display: block;
}
.blog-posts-list-title,
.blog-posts-list-title a {
font-size: 20px;
font-weight: 700;
line-height: 125%;
}
.blog-posts-list-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts-list-excerpt {
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts-list-excerpt-text {
font-size: 18px;
border-bottom: 0;
}
.blog-posts-list-image a {
display: block;
}
.blog-posts-list-image {
}
.blog-posts-list-image img {
width: 100%;
}
.blog-posts-list-link {
margin-top: 10px;
font-size: 18px;
}
.blog-posts-list-read-more {
font-size: 18px;
} .blog-posts-latest {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts-latest li {
width: 28.75%;
margin: 30px 30px !important;
padding: 0 !important;
background-color: var(--light-clay-color);
list-style: none;
}
.blog-posts-latest li:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.blog-posts-latest li:before {
display: none;
}
.blog-posts-latest .wp-block-latest-posts__featured-image {
}
.blog-posts-latest .wp-block-latest-posts__post-title {
min-height: 64px;
margin: 20px 0 0 0;
padding: 0 30px;
display: block;
font-weight: 700;
}
.blog-posts-latest .wp-block-latest-posts__post-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts-latest .wp-block-latest-posts__post-excerpt {
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts-latest .wp-block-latest-posts__featured-image a {
display: block;
}
.blog-posts-latest .wp-block-latest-posts__featured-image img {
width: 100%;
}
@media screen and (max-width:992px) {
.blog-posts-latest li {
width: 50%;
}
}
@media screen and (max-width:768px) {
.blog-posts-latest li {
width: 100%;
}
} @keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fade {
opacity: 0;
animation: fade 1s ease-in-out forwards;
} .fade-in {
opacity: 0;
visibility: hidden;
transition: opacity 1s ease-in-out;
will-change: opacity, visibility;
}
.fade-in.is-visible {
opacity: 1;
visibility: visible;
} @-webkit-keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.ticker-wrap {
overflow: hidden !important;
width: 100%;
height: 60px;
background-color: var(--dark-color);
padding-left: 100%;
box-sizing: content-box;
}
.ticker-wrap .ticker {
display: inline-block;
height: 60px;
line-height: 60px;
white-space: nowrap;
padding-right: 100%;
box-sizing: content-box;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-name: ticker;
animation-name: ticker;
-webkit-animation-duration: 25s;
animation-duration: 25s;
}
.ticker-wrap .ticker__item {
display: inline-block;
padding: 0 30px;
font-size: 22px;
font-weight: 400;
color: var(--white-color);
}
.ticker-wrap .ticker__item a {
font-size: 22px;
font-weight: 400;
color: var(--white-color);
}
.ticker-wrap .ticker__item a:hover {
color: var(--accent-color);
}
@media screen and (max-width:768px) {
.ticker-wrap {
height: 48px;
padding-left: 0;
}
.ticker-wrap .ticker {
height: 48px;
line-height: 48px;
padding-right: 0; 
}
.ticker-wrap .ticker__item {
font-size: 18px;
}
.ticker-wrap .ticker__item a {
font-size: 18px;
}
} .floating-buttons {
top: 20vh;
right: 0%;
display: flex;
z-index: 999;
position: fixed;
transition: ease-in-out 250ms;
visibility: hidden;
align-items: flex-end;
flex-direction: column;
}
.floating-buttons .floating-button {
width: 72px;
height: 72px;
cursor: pointer;
margin: 8px auto 0 auto;
display: flex;
align-items: center;
justify-content: center;
outline: none !important;
padding: 0px;
max-width: none !important;
box-shadow: none;
color: var(--white-color);
text-align: center;
user-select: none;
border-radius: 0% 0% 0% 0%;
background-size: cover;
text-decoration: none;
background-color: var(--rose-color);
background-image: none;
background-repeat: no-repeat;
background-position: center center;
position: relative;
right: 0px;
z-index: 999;
opacity: 1;
visibility: visible;
transition: all 300ms ease-in, right 300ms 0ms, opacity 300ms 0ms;
}
.floating-buttons .floating-button:first-child {
margin-top: 0;
}
.floating-buttons .floating-button:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
opacity: 0;
overflow: hidden;
position: absolute;
transition: all 250ms ease-in-out 0s;
visibility: hidden;
border-radius: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.floating-buttons .floating-button-label {
height: 72px;
padding: 0px 15px 0px 15px;
line-height: 72px;
top: 50%;
color: var(--white-color);
right: 50px;
margin: 0px 0px 0px 0px;
z-index: 1;
position: absolute;
font-size: 16px;
transform: translateY(-50%);
background-color: var(--rose-color);
text-align: end;
transition: all 250ms ease-in-out;
white-space: nowrap;
border-radius: 0px;
opacity: 0;
visibility: hidden;
}
.floating-buttons .floating-button:hover .floating-button-label {
right: 72px;
background-color: var(--rose-color);
box-shadow: none;
height: 72px;
padding: 0px 15px 0px 15px;
line-height: 72px;
opacity: 1;
visibility: visible;
} .floating-buttons .floating-button i.icon {
width: 32px;
height: 32px;
display: block;
}
.floating-buttons .floating-button i.icon.phone {
content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M22.96,5.85c-.84,0-1.52.68-1.52,1.52s.68,1.52,1.52,1.52,1.52-.68,1.52-1.52c0-.84-.68-1.52-1.52-1.52Z'/%3E%3Cpath class='cls-1' d='M44.73,0h-25.45c-3.15,0-5.71,2.56-5.71,5.71v52.57c0,3.15,2.56,5.71,5.71,5.71h25.45c3.15,0,5.71-2.56,5.71-5.71V5.71c0-3.15-2.56-5.71-5.71-5.71ZM47.55,58.29c0,1.55-1.26,2.82-2.82,2.82h-25.45c-1.55,0-2.82-1.26-2.82-2.82v-6.13h31.09v6.13ZM47.55,49.26h-31.09V14.74h31.09v34.51ZM47.55,11.85h-31.09v-6.13c0-1.55,1.26-2.82,2.82-2.82h25.45c1.55,0,2.82,1.26,2.82,2.82v6.13Z'/%3E%3Cpath class='cls-1' d='M36.03,5.92h-8.06c-.8,0-1.45.65-1.45,1.45s.65,1.45,1.45,1.45h8.06c.8,0,1.45-.65,1.45-1.45s-.65-1.45-1.45-1.45Z'/%3E%3Cpath class='cls-1' d='M30.49,58.08h3.01c.8,0,1.45-.65,1.45-1.45s-.65-1.45-1.45-1.45h-3.01c-.8,0-1.45.65-1.45,1.45s.65,1.45,1.45,1.45Z'/%3E%3C/svg%3E");
}
.floating-buttons .floating-button i.icon.contact {
content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M64,52.24V11.76c0-.75-.29-1.43-.76-1.95,0,0-.02-.02-.02-.02-.53-.57-1.28-.93-2.12-.93H2.9c-.83,0-1.59.36-2.11.92,0,0-.02.02-.02.03-.47.51-.76,1.2-.76,1.95v40.47c0,.75.29,1.43.76,1.95,0,0,.01.01.02.02.53.57,1.28.93,2.12.93h58.21c.84,0,1.59-.36,2.12-.93,0,0,.02-.02.02-.02.47-.51.76-1.2.76-1.95ZM14.2,40.41c-.58-.55-1.49-.54-2.05.04l-9.25,9.64V13.92l17.36,18.08-4.69,4.89c-.55.58-.54,1.49.04,2.05.28.27.64.4,1,.4.38,0,.76-.15,1.04-.45l4.61-4.8,6.68,6.96c.81.84,1.89,1.31,3.05,1.31s2.24-.46,3.05-1.31l6.68-6.96,17.42,18.14H4.85l9.39-9.78c.55-.58.54-1.49-.04-2.05ZM32.96,39.04c-.26.27-.6.42-.96.42s-.7-.15-.96-.42L4.85,11.76h54.31l-26.19,27.28ZM43.74,32l17.36-18.08v36.17s-17.36-18.09-17.36-18.09Z'/%3E%3C/svg%3E");
}
.floating-buttons .floating-button i.icon.booking {
content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_11'%3E%3Cpath class='cls-1' d='M60.04,34.86c-.28-3.1-1.87-5.93-4.37-7.78v-14.88c-.01-2.65-1.81-4.95-4.37-5.62-6.15-1.57-12.48-2.37-18.83-2.38h-.79c-6.39,0-12.75.8-18.94,2.38-2.56.66-4.36,2.97-4.37,5.62v14.86c-.47.32-.91.69-1.31,1.09-1.79,1.8-2.89,4.18-3.12,6.71-2.01.06-3.61,1.68-3.65,3.69v9.83c0,2.09,1.69,3.78,3.78,3.78h3.87v5.09c0,1.37,1.1,2.48,2.47,2.49h2.77c1.37-.01,2.47-1.12,2.47-2.49v-5.05h32.64v5.09c0,1.37,1.1,2.48,2.47,2.49h2.71c1.38.02,2.51-1.07,2.53-2.45,0-.01,0-.03,0-.04v-5.09h3.93c2.09,0,3.78-1.69,3.78-3.78v-9.88c-.03-2.02-1.65-3.65-3.67-3.69ZM49.34,23.94c0,.57-.46,1.03-1.03,1.03h-11.71c-.57,0-1.03-.46-1.03-1.03v-6.86c0-.57.46-1.03,1.03-1.03h11.71c.57,0,1.03.46,1.03,1.03v6.86ZM10.53,12.21c.01-1.66,1.14-3.1,2.75-3.5,6.1-1.57,12.38-2.35,18.68-2.32,6.3-.05,12.58.73,18.68,2.32,1.61.4,2.74,1.84,2.75,3.5v13.59h-.31c-.47-.2-.96-.35-1.46-.46l-.37-.11c.18-.39.27-.82.26-1.25v-6.9c0-1.77-1.44-3.21-3.21-3.21h-11.71c-1.77,0-3.21,1.44-3.21,3.21v6.82c0,.36.06.71.17,1.05h-3.19c.11-.34.17-.69.17-1.05v-6.82c0-1.77-1.44-3.21-3.21-3.21h-11.71c-1.77,0-3.21,1.44-3.21,3.21h0v6.82c0,.43.08.85.26,1.25l-.37.11c-.53.12-1.05.28-1.55.48h-.24l.02-13.52ZM28.36,23.89c0,.57-.46,1.03-1.03,1.03h-11.71c-.57,0-1.03-.46-1.03-1.03h0v-6.82c0-.57.46-1.03,1.03-1.03h11.71c.57,0,1.03.46,1.03,1.03h0v6.82ZM8.59,29.81c.45-.49.96-.92,1.53-1.27,1.42-.94,3.08-1.43,4.78-1.42h34.3c1.7-.01,3.37.48,4.78,1.42,2.19,1.4,3.64,3.71,3.95,6.29H6.08c.26-1.91,1.14-3.67,2.51-5.03ZM13.46,57.3c.01.16-.1.29-.26.31,0,0-.02,0-.02,0h-2.71c-.15.04-.31-.06-.34-.21,0-.03,0-.06,0-.1v-5.09h3.28l.07,5.09ZM53.75,57.3c.01.16-.1.29-.26.31,0,0-.02,0-.02,0h-2.71c-.16,0-.28-.13-.28-.28,0,0,0-.02,0-.02v-5.09h3.34l-.07,5.09ZM61.46,48.43c0,.88-.71,1.59-1.59,1.59H4.07c-.88,0-1.59-.71-1.59-1.59v-9.88c.01-.87.72-1.57,1.59-1.57h55.8c.87,0,1.58.7,1.59,1.57v9.88Z'/%3E%3Cpath class='cls-1' d='M53.51,60.08s-.03,0-.05,0h-2.7c-1.52-.01-2.76-1.26-2.76-2.78v-4.8H15.93v4.76c0,1.52-1.23,2.76-2.75,2.78h-2.78c-1.52-.01-2.76-1.26-2.76-2.78v-4.8h-3.58c-2.24,0-4.07-1.82-4.07-4.07v-9.83c.04-2.09,1.63-3.78,3.67-3.96.28-2.5,1.41-4.85,3.18-6.64.38-.38.79-.73,1.23-1.04v-14.71c.02-2.77,1.9-5.2,4.58-5.89,6.21-1.59,12.6-2.39,19.01-2.39h.79c6.37,0,12.73.81,18.9,2.39,2.69.7,4.57,3.12,4.59,5.89v14.74c2.43,1.85,4,4.62,4.34,7.65,2.06.17,3.66,1.87,3.7,3.96v9.88c0,2.24-1.82,4.07-4.07,4.07h-3.65v4.85c-.01.74-.31,1.43-.85,1.95-.52.5-1.2.78-1.93.78ZM53.47,59.5c.59,0,1.15-.21,1.57-.62.42-.41.66-.96.67-1.55v-.04s0-5.38,0-5.38h4.22c1.93,0,3.49-1.57,3.49-3.49v-9.88c-.03-1.86-1.52-3.36-3.39-3.41h-.26s-.02-.26-.02-.26c-.28-3.01-1.83-5.77-4.25-7.57l-.12-.09v-15.02c-.01-2.51-1.72-4.71-4.15-5.34-6.13-1.57-12.44-2.36-18.76-2.37h-.79c-6.36,0-12.7.8-18.86,2.37-2.43.63-4.14,2.83-4.15,5.34v15.01l-.12.09c-.45.31-.88.67-1.27,1.06-1.74,1.75-2.82,4.07-3.04,6.53l-.02.25h-.25c-1.86.06-3.34,1.56-3.37,3.42v9.83c0,1.93,1.57,3.49,3.49,3.49h4.15v5.38c0,1.2.98,2.19,2.18,2.2h2.77c1.2-.01,2.18-1,2.18-2.2v-5.33h33.22v5.38c0,1.2.98,2.19,2.18,2.2h2.71ZM10.4,57.9c-.26,0-.49-.18-.56-.44-.01-.06-.02-.12-.01-.18v-5.37h3.85l.07,5.37c.02.31-.22.58-.53.6-.02,0-.03,0-.04,0h-2.68s-.06,0-.1,0ZM10.41,52.5v4.83s.06-.01.06-.01h2.71v-.02s-.06-4.81-.06-4.81h-2.71ZM50.76,57.89c-.15,0-.29-.06-.4-.17-.11-.11-.17-.25-.17-.4,0,0,0-.02,0-.03v-5.37h3.92l-.07,5.37c.02.31-.22.57-.53.6-.02,0-.03,0-.04,0h-2.71ZM50.76,52.5v4.83s2.71,0,2.71,0v-.02s.06-4.8.06-4.8h-2.76ZM59.87,50.31H4.07c-1.04,0-1.88-.84-1.88-1.88v-9.88c.01-1.03.86-1.86,1.88-1.86h55.8c1.02,0,1.87.83,1.88,1.86v9.88c0,1.04-.84,1.88-1.88,1.88ZM4.07,37.27c-.71,0-1.3.58-1.31,1.29v9.87c0,.72.59,1.31,1.31,1.31h55.8c.72,0,1.31-.59,1.31-1.31v-9.88c0-.71-.6-1.29-1.31-1.29H4.07ZM58.27,35.13H5.75l.04-.33c.27-1.96,1.19-3.8,2.59-5.19.47-.51,1-.95,1.58-1.31,1.45-.96,3.14-1.46,4.88-1.46.02,0,.04,0,.06,0h34.3c1.76-.01,3.47.5,4.94,1.47,2.26,1.45,3.75,3.82,4.08,6.5l.04.32ZM6.41,34.55h51.2c-.38-2.37-1.75-4.46-3.78-5.76-1.38-.91-2.98-1.39-4.63-1.37H14.9s-.04,0-.05,0c-1.63,0-3.21.47-4.57,1.37-.55.34-1.04.75-1.48,1.22h0c-1.24,1.23-2.07,2.83-2.38,4.54ZM53.69,26.08h-.65l-.05-.02c-.46-.19-.93-.34-1.42-.44h-.02s-.69-.21-.69-.21l.14-.3c.16-.35.24-.74.24-1.12v-6.91c0-1.61-1.31-2.92-2.92-2.92h-11.71c-1.61,0-2.92,1.31-2.92,2.92v6.82c0,.33.05.65.16.96l.13.38h-3.99l.13-.38c.1-.31.16-.63.16-.96v-6.82c0-1.61-1.31-2.92-2.92-2.92h-11.71c-1.61,0-2.92,1.31-2.92,2.92v6.82c0,.39.08.78.24,1.13l.14.3-.71.21c-.51.11-1.02.27-1.51.47l-.05.02h-.58l.02-13.81c.01-1.79,1.23-3.34,2.97-3.77,6.12-1.57,12.43-2.35,18.75-2.32,6.32-.05,12.63.73,18.75,2.33,1.73.43,2.96,1.98,2.97,3.77v13.88ZM51.7,25.06c.48.11.96.25,1.41.43v-13.29c-.01-1.53-1.05-2.85-2.54-3.22-6.08-1.58-12.33-2.36-18.61-2.31-6.27-.03-12.54.74-18.61,2.31-1.48.37-2.53,1.69-2.54,3.22l-.02,13.2c.47-.18.95-.32,1.43-.43l.06-.02c-.12-.34-.17-.7-.17-1.06v-6.81c0-1.93,1.57-3.5,3.5-3.5h11.71c1.93,0,3.5,1.57,3.5,3.5v6.82c0,.26-.03.51-.08.76h2.43c-.06-.25-.08-.5-.08-.76v-6.82c0-1.93,1.57-3.5,3.5-3.5h11.71c1.93,0,3.5,1.57,3.5,3.5v6.9c0,.36-.05.72-.17,1.06l.06.02ZM48.31,25.25h-11.71c-.72,0-1.31-.59-1.31-1.31v-6.86c0-.72.59-1.31,1.31-1.31h11.71c.72,0,1.31.59,1.31,1.31v6.86c0,.72-.59,1.31-1.31,1.31ZM36.6,16.34c-.41,0-.74.33-.74.74v6.86c0,.41.33.74.74.74h11.71c.41,0,.74-.33.74-.74v-6.86c0-.41-.33-.74-.74-.74h-11.71ZM27.34,25.21h-11.71c-.72,0-1.31-.59-1.31-1.31v-6.82c0-.72.59-1.31,1.31-1.31h11.71c.72,0,1.31.59,1.31,1.31v6.82c0,.72-.59,1.31-1.31,1.31ZM15.62,16.34c-.41,0-.74.33-.74.74v6.82c0,.41.33.74.74.74h11.71c.41,0,.74-.33.74-.74v-6.82c0-.41-.33-.74-.74-.74h-11.71Z'/%3E%3C/g%3E%3C/svg%3E");
}
.mobile-menu-opened .floating-buttons .floating-button {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 992px) {
.floating-buttons .floating-button {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
}
@media screen and (max-width: 768px) {
.floating-buttons {
top: 50vh;
}
.floating-buttons .floating-button {
width: 44px;
height: 120px;
margin: 0;
transition: none;
}
.floating-buttons .floating-button:before {
display: none;
}
.floating-buttons .floating-button.phone,
.floating-buttons .floating-button.contact {
display: none;
}
.floating-buttons .floating-button-label,
.floating-buttons .floating-button:hover .floating-button-label {
opacity: 1;
visibility: visible;
transform: rotate(-90deg);
height: 44px;
line-height: 44px;
right: 0;
top: 0;
position: relative;
text-transform: uppercase;
font-weight: 700;
}
.floating-buttons .floating-button i.icon {
display: none;
}
}
@media screen and (max-width: 575px) {
.floating-buttons .floating-button-label,
.floating-buttons .floating-button:hover .floating-button-label {
}
} [data-aos] {
opacity: 0;
transition-property: opacity, transform;
}
.fade-left {
transform: translateX(-100px);
}
.fade-right {
transform: translateX(100px);
}
.fade-up {
transform: translateY(100px);
}
.fade-down {
transform: translateY(-100px);
}
.animated.fade-left,
.animated.fade-right {
transform: translateX(0);
}
.animated.fade-up,
.animated.fade-down {
transform: translateY(0);
} @media screen and (max-width:1360px) {
.container {
padding: 0 40px;
}
.section {
padding: 40px 0 40px 0;
}
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:768px) {
p a:not(.nohyphen) {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.container {
padding: 0 20px;
}
.section {
padding: 30px 0 30px 0;
}
.section ul:not(.plane-equipment-list) li::before {
top: 9px;
}
}
@media screen and (max-width:575px) {
img.desaturate {
-webkit-filter: grayscale(0);
filter: grayscale(0);
filter: none;
}
}