@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:wght@400;700&family=Work+Sans:wght@100;200;300;400;500;700&display=swap");
:root {
--nav-mobile-height: $heightNavMobile;
}
*, ::after, ::before {
box-sizing: border-box;
}
html, body { display: flex;
flex-direction: column; margin: 0;
}
html {
display: flex;
flex-direction: column;
margin: 0;
}
body {
display: flex;
flex-direction: column;
margin: 0;
background-color: #f9f9f9;
overflow-x: hidden;
}
body.preloader-site {
overflow: hidden;
}
.preloader-wrapper {
height: 100%;
width: 100%;
background: #FFF;
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
}
.preloader-wrapper .preloader {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 120px;
text-align: center;
}
#preloader-gif {
position: relative;
height: 100%;
margin: 50% auto;
z-index: 20;
text-align: center;
} .button, .spu-box .btn, .d-posts__btn {
font-family: Work Sans;
font-style: normal;
font-weight: normal;
letter-spacing: 0.5px;
font-size: 16px;
background-color: transparent;
border: 1px solid rgb(233, 189, 139);
cursor: pointer;
color: rgb(125, 125, 125);
padding: 3px 10px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.button:hover, .spu-box .btn:hover, .d-posts__btn:hover {
background-color: rgb(233, 189, 139);
color: white;
font-weight: 400;
}
.button-right {
width: 100%;
text-align: right;
border-bottom: 1px solid rgb(233, 189, 139);
}
.button-right .button, .button-right .spu-box .btn, .spu-box .button-right .btn, .button-right .d-posts__btn {
font-family: Work Sans;
font-style: normal;
font-weight: normal;
letter-spacing: 0.5px;
font-size: 16px;
background-color: white;
border: 1px solid rgb(233, 189, 139);
outline: 10px solid white;
cursor: pointer;
color: rgb(125, 125, 125);
padding: 5px 15px;
text-transform: uppercase;
position: relative;
top: 10px;
transition: all 0.3s ease 0s;
}
.button-right .button:hover, .button-right .spu-box .btn:hover, .spu-box .button-right .btn:hover, .button-right .d-posts__btn:hover {
background-color: rgb(233, 189, 139);
color: white;
font-weight: 400;
}
.button-right .button span.icon-pdf, .button-right .spu-box .btn span.icon-pdf, .spu-box .button-right .btn span.icon-pdf, .button-right .d-posts__btn span.icon-pdf {
font-weight: 100;
color: grey;
font-size: 26px;
position: relative;
top: 7px;
left: 5px;
transition: all 0.3s ease 0s;
}
.button-right .button span.icon-pdf:hover, .button-right .spu-box .btn span.icon-pdf:hover, .spu-box .button-right .btn span.icon-pdf:hover, .button-right .d-posts__btn span.icon-pdf:hover {
color: white;
}
.button-right-grey {
width: 75%;
text-align: right;
border-bottom: 1px solid #5c5c5c;
}
@media only screen and (max-width: 1200px) {
.button-right-grey {
width: 100% !important;
}
}
.button-right-grey .button, .button-right-grey .spu-box .btn, .spu-box .button-right-grey .btn, .button-right-grey .d-posts__btn {
font-family: Work Sans;
font-style: normal;
font-weight: normal;
letter-spacing: 0.5px;
font-size: 16px;
background-color: #f9f9f9;
border: 1px solid rgb(233, 189, 139);
outline: 20px solid #f9f9f9;
cursor: pointer;
color: #5c5c5c;
padding: 10px 70px;
text-transform: uppercase;
position: relative;
top: 10px;
transition: all 0.3s ease 0s;
}
.button-right-grey .button:hover, .button-right-grey .spu-box .btn:hover, .spu-box .button-right-grey .btn:hover, .button-right-grey .d-posts__btn:hover {
background-color: rgb(233, 189, 139);
color: white;
font-weight: 400;
}
.button-right-grey .button span.icon-pdf, .button-right-grey .spu-box .btn span.icon-pdf, .spu-box .button-right-grey .btn span.icon-pdf, .button-right-grey .d-posts__btn span.icon-pdf {
font-weight: 100;
color: grey;
font-size: 26px;
position: relative;
top: 7px;
left: 5px;
transition: all 0.3s ease 0s;
}
.button-right-grey .button span.icon-pdf:hover, .button-right-grey .spu-box .btn span.icon-pdf:hover, .spu-box .button-right-grey .btn span.icon-pdf:hover, .button-right-grey .d-posts__btn span.icon-pdf:hover {
color: white;
}
@media only screen and (max-width: 1200px) {
.button-right-grey .button, .button-right-grey .spu-box .btn, .spu-box .button-right-grey .btn, .button-right-grey .d-posts__btn {
width: 100% !important;
padding: 10px 20px !important;
}
}
.button-full-width {
padding: 5px 0px;
}
.button-center {
font-family: Work Sans;
font-style: normal;
font-weight: normal;
letter-spacing: 0.5px;
font-size: 16px;
display: block;
width: 25%;
margin: 0 auto;
text-align: center;
background-color: transparent;
border: 1px solid rgb(233, 189, 139);
cursor: pointer;
color: #5c5c5c;
padding: 10px 10px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.button-center:hover {
background-color: rgb(233, 189, 139);
color: white;
font-weight: 400;
}
@media only screen and (max-width: 767px) {
.button-center {
width: 100% !important;
}
}
.hr-vertical {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
overflow: visible;
width: 1px;
height: 129px;
transform: matrix(1, 0, 0, 1, 0, 0);
width: 100%;
}
h1, h2, .d-single-post h3, .d-single-post h2, .d-single-post .d-h2__post-header, .d-h2__post-header, h3, .d-single-post h4, h4, h5, .tpl-single p, h6, div, p, a, span, ul, li {
color: #5c5c5c;
}
h1, h2, .d-single-post h3, .d-single-post h2, .d-single-post .d-h2__post-header, .d-h2__post-header, h3, .d-single-post h4, h4 {
margin: 0px;
padding: 0px;
font-family: "Old Standard TT", serif;
}
h1 {
font-family: "Old Standard TT", serif;
font-style: normal;
font-weight: 700;
font-size: 50px; }
h1.js-split-text {
font-size: 72px !important;
}
@media only screen and (max-width: 576px) {
h1.js-split-text {
font-size: 40px !important;
}
}
@media only screen and (max-width: 992px) {
h1.js-split-text {
font-size: 50px !important;
}
}
h5, .tpl-single p, h6 {
text-transform: uppercase;
font-family: Work Sans;
font-size: 16px;
font-weight: 500;
}
p, div {
font-family: Work Sans;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
} header {
position: relative;
left: 0;
width: 100vw;
display: flex;
flex-wrap: nowrap;
align-content: flex-start;
flex-direction: column;
}
header a {
all: unset;
cursor: pointer !important;
}
header a:hover {
color: inherit;
text-decoration: none;
}
header .header-background {
height: 100vh;
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
background-color: #f9f9f9;
}
#scroll_down {
position: absolute;
bottom: 20px;
left: 50%;
margin-left: -15px;
text-align: center;
cursor: pointer;
border: 2px solid #FFF;
width: 30px;
height: 50px;
float: left;
border-radius: 15px;
z-index: 10;
cursor: default;
}
@media only screen and (max-width: 767px) {
#scroll_down {
display: none !important;
}
}
#scroll_down span {
width: 2px;
margin-left: -1px;
height: 8px;
background: #FFF;
position: absolute;
left: 50%;
top: 12px;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.fadeIn {
animation-name: fadeIn;
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.langDropTop {
width: 60px;
height: 40px;
padding: 3px 10px;
padding-top: 13px;
border-bottom: solid 1px #999;
}
#langDropParTop {
display: flex;
background-color: white;
flex-direction: column;
position: absolute;
top: 30px;
z-index: 1100;
display: none;
border-radius: 5px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
left: -15px;
}
#langDropParTop > div:nth-child(4) {
border-bottom: none;
}
#tap_ico {
display: none;
width: 0;
}
#tap_ico_hold {
display: none;
width: 0;
}
@media (max-width: 576px) {
#tap_ico {
width: 50px;
position: absolute;
right: 10px;
top: 150px;
z-index: 20;
animation: move_tap 2.5s infinite;
opacity: 0.7;
}
@keyframes move_tap {
0% {
right: 10px;
widht: 50px;
}
10% {
right: 10px;
width: 43px;
}
80% {
right: 50px;
width: 43px;
}
100% {
right: 10px;
width: 50px;
}
}
#tap_ico_hold {
width: 50px;
position: absolute;
right: 10px;
top: 150px;
z-index: 20;
animation: move_tap_hold 2.5s infinite;
opacity: 0.7;
}
@keyframes move_tap_hold {
0% {
right: 10px;
widht: 50px;
opacity: 0;
}
10% {
right: 10px;
width: 43px;
opacity: 0.7;
}
80% {
right: 50px;
width: 43px;
}
100% {
right: 10px;
width: 50px;
opacity: 0;
}
}
}  .header-parallax {
position: absolute;
display: flex;
flex: 1;
flex-direction: column;
justify-content: flex-end;
align-items: center;
top: 0px;
left: 0px;
width: 100vw;
height: 90%;
z-index: 0;
}
.header-parallax .welcome-text, .header-parallax .welcome-text-offer {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
height: 100%;
margin-top: 175px;
color: white;
font-style: normal;
font-weight: normal;
letter-spacing: 1.3px;
text-transform: uppercase;
filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}
.header-parallax .welcome-text-offer {
margin-top: 250px;
}
.header-parallax .welcome-text-offer p {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: 500;
font-size: 18px;
font-family: "Work Sans", sans-serif;
text-transform: uppercase;
color: white;
}
@media only screen and (max-width: 992px) {
.header-parallax .welcome-text-offer p {
font-size: 16px !important;
}
}
.header-parallax .welcome-text-offer h1 {
letter-spacing: 3px;
outline: 2px solid white;
padding: 20px 20px 5px 20px;
margin-bottom: 20px;
color: white;
text-align: center;
}
@media only screen and (max-width: 992px) {
.header-parallax .welcome-text-offer h1 {
font-size: 36px;
}
}
@media only screen and (max-width: 1200px) {
.header-parallax .welcome-text-offer h1 {
max-width: 992px;
}
}
@media only screen and (max-width: 1520px) {
.header-parallax .welcome-text-offer h1 {
max-width: 1200px;
}
}
@media only screen and (min-width: 1520px) {
.header-parallax .welcome-text-offer h1 {
max-width: 1520px;
}
}
@media only screen and (max-width: 992px) {
.header-parallax .welcome-text-offer {
margin-top: 75px !important;
}
}  .scrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
} #logo-ico {
margin-bottom: 20px;
animation-name: rotate;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease;
width: 60px;
height: 60px;
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
} * {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
footer {
color: gray;
font-family: "Work Sans", monospace;
letter-spacing: 0.05;
background-color: #eee;
}
#footer_top {
width: 100%;
height: 220px;
display: flex;
padding-top: 120px;
padding-bottom: 20px;
}
@media only screen and (max-width: 576px) {
#footer_top {
padding-top: 20px;
}
}
#footer_bottom_right > p > a {
color: white;
}
#footer_bottom {
width: 100%;
height: 60px;
background-color: #555;
display: flex;
flex-direction: row;
font-size: 1.1em;
align-items: center;
}
#footer_bottom_left > p {
color: white;
}
#footer_bottom_right > p {
color: white;
}
#footer_top_left {
height: 100%;
width: 37%;
display: flex;
flex-direction: column;
}
#footer_top_mid {
height: 100%;
width: 29%;
border-left: solid 1px #e9bd8b;
}
#footer_top_right {
height: 100%;
width: 35%;
display: flex;
flex-direction: row;
}
#footer_bottom_right {
display: flex;
justify-content: flex-end;
width: 50%;
}
#footer_bottom_right p {
margin-right: 2vw;
}
#footer_bottom_left {
display: flex;
width: 50%;
}
#footer_bottom_left p {
margin-left: 2vw;
}
#footer_top_mid > div > p {
margin-top: 0;
margin-left: 30px;
font-weight: bold;
font-size: 1.2em;
}
#flex_row {
display: flex;
flex-direction: row;
}
#flex_row > div > a {
display: block;
}
#flex_row > div {
margin-left: 30px;
}
#flex_row > div > a {
margin-bottom: 10px;
}
#footer_top_left_top {
display: flex;
flex-direction: row;
justify-content: space-around;
padding-left: 2vw;
padding-right: 2vw;
}
#footer_top_left_bottom {
display: flex;
flex-direction: column;
margin-left: 2vw;
margin-top: 60px;
}
#newsletter_textbox {
padding: 10px 15px 10px 15px;
color: #555;
outline: none;
width: calc(100% - 2vw - 150px);
height: 48px;
font-family: monospace;
border: solid 1px #e9bd8b;
}
#newsletter_textbox:focus {
border: solid 2px #777;
}
#newsletter_submit {
height: 48px;
padding: 0;
padding-left: 10px;
padding-right: 10px;
display: inline-block;
z-index: 1;
font-weight: bold;
color: white !important;
font-family: monospace;
width: 150px;
border: solid 1px #e9bd8b;
background-color: #e9bd8b;
font-size: 1.1em;
}
#footer_top_right > div:nth-child(2) {
display: flex;
align-items: center;
flex-direction: column;
width: -webkit-fill-available;
}
.social_ico {
border: solid 1px #e9bd8b;
width: 50px;
height: 50px;
padding-top: 5px;
padding-left: 5px;
font-size: 40px !important;
}
.social_ico:first-child:hover {
color: #4267b2;
border-color: #4267b2;
}
a.social_ico.icon-1-instagram:hover {
color: #E1306C;
border-color: #E1306C;
}
a.social_ico.icon-1-twitter:hover {
color: rgb(29, 161, 242);
border-color: rgb(29, 161, 242);
}
#footer_top_right > div:nth-child(2) > div:nth-child(2) {
margin-top: 70px;
}
#map {
height: 180px;
width: auto;
}
#footer_top_right > div:nth-child(2) > div:nth-child(1) {
width: 100%;
display: flex;
justify-content: space-around;
}
#footer_top_right > div:nth-child(2) > div:nth-child(2) {
display: flex;
}
@media only screen and (max-width: 1520px) {
#footer_top_left_top {
flex-direction: column;
align-items: center;
}
#footer_top_left_top > a {
margin-bottom: 10px;
}
#footer_top_left_bottom {
margin-top: 0;
}
#footer_top {
height: 240px;
}
#footer_top_right > div:nth-child(2) > div:nth-child(1) {
flex-direction: column;
align-items: center;
}
#footer_top_right > div:nth-child(2) > div:nth-child(1) > a {
margin-bottom: 10px;
}
#footer_top_right > div:nth-child(2) > div:nth-child(2) {
margin-top: 50px;
}
}
@media only screen and (max-width: 1200px) {
#footer_bottom {
height: 90px;
}
#footer_bottom_left {
flex-direction: column;
}
#footer_bottom_left > p {
margin-top: 0;
margin-bottom: 0;
}
#footer_bottom_left > p:first-child {
margin-bottom: 10px;
font-weight: bold;
}
#footer_bottom_right {
flex-direction: column;
align-items: flex-end;
}
#footer_bottom_right > p {
margin-top: 0;
margin-bottom: 0;
}
#footer_bottom_right > p:first-child {
margin-bottom: 10px;
font-weight: bold;
}
}
@media only screen and (max-width: 992px) {
#footer_top_right > div:nth-child(1) {
display: none;
}
#footer_top {
height: 250px;
}
}
@media only screen and (max-width: 767px) {
#footer_top {
height: 340px;
}
#footer_top_left_bottom > form {
display: flex;
flex-direction: column;
}
#newsletter_textbox {
width: calc(100% - 2vw);
}
#newsletter_submit {
width: calc(100% - 2vw);
}
#flex_row {
flex-direction: column;
}
#newsletter_submit {
font-size: 1.2em;
}
#footer_top_left_top > a {
margin-bottom: 15px;
}
}
@media only screen and (max-width: 576px) {
#footer_top {
flex-direction: column;
height: auto;
align-items: center;
padding-bottom: 0;
}
#footer_top > div {
margin-bottom: 30px;
}
#footer_top_left {
width: 99%;
flex-direction: column-reverse;
}
#footer_top_mid {
width: 99%;
}
#footer_top_right {
width: 99%;
}
#footer_top_mid > div:nth-child(1) > p {
text-align: center;
}
#footer_bottom {
flex-direction: column;
height: 210px;
}
#footer_bottom_left {
width: 99%;
text-align: center;
flex-direction: column;
}
#footer_bottom_left > p:first-child {
font-weight: bold;
margin-bottom: 0;
margin-top: 15px;
}
#footer_bottom_right {
width: 99%;
text-align: center;
flex-direction: column;
align-items: center;
}
#footer_bottom_right > p:first-child {
font-weight: bold;
margin-bottom: 0;
margin-top: 15px;
}
#footer_top_right > div:nth-child(2) > div:nth-child(2) {
margin-top: 10px;
}
#footer_top_right > div:nth-child(2) > div:nth-child(1) {
flex-direction: row;
}
#footer_top_left_bottom {
text-align: center;
}
#footer_top_left_top {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
}
#footer_top_left_top {
margin-top: 15px;
}
#flex_row {
flex-direction: row;
justify-content: center;
}
#newsletter_submit {
font-size: 1.4em;
}
#newsletter_textbox {
font-size: 1.3em;
}
}   #nav-desktop {
position: fixed;
top: 0;
left: 0;
width: 100%;
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;
flex-wrap: nowrap;
font-family: "Work Sans", sans-serif;
text-decoration: none;
text-transform: uppercase;
color: white;
z-index: 1000;
padding: 10px 0px;
}
.wrapper {
width: 1110px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
position: relative;
}
.wrapper .logo {
width: auto;
height: auto;
filter: saturate(0) brightness(500%);
transition: all 0.3s ease 0s;
}
.wrapper .button, .wrapper .spu-box .btn, .spu-box .wrapper .btn, .wrapper .d-posts__btn {
position: absolute;
right: -210px;
top: 48px;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
padding: 7px 10px 5px 5px;
border: 0px !important;
opacity: 0.8;
transition: all 0.3s ease 0s;
background-color: white;
}
.wrapper .button:hover, .wrapper .spu-box .btn:hover, .spu-box .wrapper .btn:hover, .wrapper .d-posts__btn:hover {
background-color: rgb(233, 189, 139) !important;
}
.wrapper .button span, .wrapper .spu-box .btn span, .spu-box .wrapper .btn span, .wrapper .d-posts__btn span {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 12px;
color: black !important;
letter-spacing: 0.5px;
margin-left: 10px;
}
.wrapper .button span .icon__reservation, .wrapper .spu-box .btn span .icon__reservation, .spu-box .wrapper .btn span .icon__reservation, .wrapper .d-posts__btn span .icon__reservation {
width: 19.4px;
height: 15.8px;
transform: matrix(1, 0, 0, 1, 0, 0);
} .navbar {
transition: background-color 0.7s cubic-bezier(0, 0, 0.2, 1);
}
.navbar sup {
font-size: 6px;
}
.is-scrolled {
background-color: white;
transition: background-color 0.7s cubic-bezier(0, 0, 0.2, 1);
box-shadow: -1px 1px 20px 3px rgba(0, 0, 0, 0.28);
opacity: 1;
}
.is-scrolled::before {
background: linear-gradient(180deg, rgba(112, 111, 131, 0) 0%, rgb(255, 255, 255) 80%);
content: "";
width: 100%;
position: absolute;
top: 0px;
left: 0px;
height: 117px;
opacity: 1;
}
.cryptedmail:after {
content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}
.invert img {
filter: saturate(1) brightness(100%) !important;
-webkit-filter: saturate(1) brightness(100%) !important;
}
.invert li, .invert button {
color: rgb(233, 189, 139) !important;
font-weight: 800;
}
.invert a.phone, .invert a.mail {
font-weight: 800;
}
.invert span, .invert a {
color: #5c5c5c !important;
}
.invert .social-icon {
color: rgb(233, 189, 139) !important;
}
.invert .button, .invert .spu-box .btn, .spu-box .invert .btn, .invert .d-posts__btn {
outline: 1px solid rgb(233, 189, 139) !important;
}
.invert .button:hover, .invert .spu-box .btn:hover, .spu-box .invert .btn:hover, .invert .d-posts__btn:hover {
background-color: rgb(233, 189, 139) !important;
} .nav {
margin: 0px;
width: 100%;
}
#nav__left, #nav__right {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}  .subnav {
margin: 0px;
padding: 0px 20px;
white-space: normal;
color: white;
letter-spacing: 1.3px;
font-size: 12px;
height: 30px;
width: 100%;
position: relative;
}
.subnav ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.subnav ul li {
display: inline;
margin-left: -5px;
position: relative;
}
.subnav ul li:first-child {
margin-left: 0px;
}
.subnav ul li a {
border: 0px;
color: white;
font-weight: 300;
font-size: 18px;
top: -3px;
position: relative;
}
.subnav span {
margin: 0px 5px;
color: white;
}
.subnav .weather {
margin-top: -1px;
font-size: 15px !important;
}
#subnav__left, #subnav__right {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
align-content: center;
}
#subnav__right {
justify-content: flex-end;
}
#subnav__right span:last-child {
margin-right: 0px;
}  #menu-nav__left {
padding: 0px 30px 0px 10px;
}
#menu-nav__right {
padding: 0px 10px 0px 30px;
}
ul.nav-menu {
display: flex;
flex-direction: row;
justify-content: space-between;
list-style: none;
font-family: "Work Sans", sans-serif;
text-decoration: none;
height: 40px;
align-items: center;
flex-wrap: nowrap;  }
ul.nav-menu li {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 16px;
display: inline-block;
padding-left: 10px;
padding: 5px 10px;
color: white;
letter-spacing: 0.05em;
font-weight: 500;
line-height: 13px;
transition: all 0.3s ease 0s;
transition: color 0.7s cubic-bezier(0, 0, 0.2, 1);
position: relative;
border: solid 1px rgba(255, 255, 255, 0); }
ul.nav-menu li a {
text-transform: capitalize !important;
margin: 0px;
white-space: normal;
color: white;
white-space: nowrap;
}
ul.nav-menu li.menu-item-has-children::after {
position: absolute;
top: 0px;
left: -5%;
width: 110%;
height: 100px;
content: "";
background-color: transparent;
}
ul.nav-menu li:hover {
border: solid 1px rgb(255, 255, 255);
}
ul.nav-menu li .dropdown-svg-arrow {
display: none;
position: absolute;
width: 19px;
height: 13px;
top: 65px;
left: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
z-index: 1;
}
ul.nav-menu li ul.dropdown-menu {
display: none;
flex-direction: column;
justify-content: stretch;
position: absolute;
width: 175px;
overflow: hidden;
margin-top: 60px;
background-color: white;
border-radius: 10px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
z-index: 1;
}
ul.nav-menu li ul.dropdown-menu li {
padding: 10px 15px;
font-size: 16px;
font-weight: 200;
line-height: 1.3em;
border: 0px;
}
ul.nav-menu li ul.dropdown-menu li a {
margin: 0px;
padding: 0px;
font-weight: 400;
text-transform: uppercase;
white-space: normal;
letter-spacing: 0.3px;
color: #5c5c5c;
}
ul.nav-menu li ul.dropdown-menu li a:hover {
cursor: pointer;
background-color: transparent;
outline: 0px;
border: 0px;
}
ul.nav-menu li ul.dropdown-menu li:hover {
background-color: rgb(233, 189, 139);
}
ul.nav-menu .dropdown-item {
margin: 0px !important;
padding: 0px !important;
width: auto;
color: black;
letter-spacing: 0.5px;
white-space: normal;
}  nav, nav ul, nav ul li {
margin: 0px;
padding: 0px;
font-size: 13px;
} #navbar-mobile__top {
margin: 0px;
padding: 0px;
background-color: white;
text-align: center;
line-height: 57px;
width: 100vw;
height: 67px;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
text-transform: uppercase;
filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.11));
}
#navbar-mobile__top .mob-reservation {
width: 65%;
height: 43px !important;
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #333;
letter-spacing: 1.2px;
text-transform: uppercase;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
background: #e9bd8b !important;
}
#navbar-mobile__top .mob-reservation span .icon__reservation {
width: 26.4px;
height: 19.8px;
transform: matrix(1, 0, 0, 1, 0, 0);
top: -15px;
position: absolute;
color: #333;
}
#navbar-mobile__top .mob-reservation span:last-child {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #333;
font-weight: bold !important;
letter-spacing: 1.5px;
}
#navbar-mobile__top .mob-reservation div:first-child div:first-child {
border-width: 0px;
border-style: solid;
width: 20%;
height: 100%;
}
#navbar-mobile__top .mob-reservation div:first-child div:first-child span {
margin: 0px;
padding: 0px;
clear: both;
}
#navbar-mobile__top .mob-reservation div:first-child div {
float: left;
border-width: 1px 1px 1px 1px;
border-style: solid;
width: 60%;
height: 100%;
}
#navbar-mobile__top .mob-location {
height: 43px !important;
width: 25%;
}
#navbar-mobile__top .mob-location div:first-child {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 10px;
position: relative;
top: 7px;
font-size: 10px;
color: rgb(0, 0, 0);
letter-spacing: 0.25px;
}
#navbar-mobile__top .mob-location .icon__map {
position: relative;
width: 21.716px;
height: 19.303px;
top: -70px;
transform: matrix(1, 0, 0, 1, 0, 0);
}  #navbar-mobile__bottom {
height: 67px;
background-color: white;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
text-transform: uppercase;
filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.161));
width: 100vw;
}
#navbar-mobile__bottom div:last-child {
border: 0px;
}
#navbar-mobile__bottom .mob-call, #navbar-mobile__bottom .mob-collapsed-menu, #navbar-mobile__bottom .mob-offers {
width: 20%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-right: 1px solid #c7c4c4;
}
#navbar-mobile__bottom .mob-call div:last-child, #navbar-mobile__bottom .mob-collapsed-menu div:last-child, #navbar-mobile__bottom .mob-offers div:last-child {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 10px;
color: black;
padding-top: 5px;
}
#navbar-mobile__bottom .mob-call .icon__call, #navbar-mobile__bottom .mob-collapsed-menu .icon__call, #navbar-mobile__bottom .mob-offers .icon__call {
width: 23.202px;
height: 23.202px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
#navbar-mobile__bottom .mob-offers div:last-child {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 10px;
color: black;
padding-top: 5px;
}
#navbar-mobile__bottom .mob-offers .icon__offers {
width: 24px;
height: 24px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
#navbar-mobile__bottom .mob-collapsed-menu div:last-child {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 10px;
color: black;
padding-top: 5px;
}
#navbar-mobile__bottom .mob-collapsed-menu #icon__menu {
width: 24px;
height: 24px;
transform: matrix(1, 0, 0, 1, 0, 0);
position: relative;
}
#navbar-mobile__bottom .mob-collapsed-menu #icon__menu .icon__menu-1 {
width: 24px;
height: 4px;
left: 0px;
top: 20px;
position: absolute;
}
#navbar-mobile__bottom .mob-collapsed-menu #icon__menu .icon__menu-2 {
width: 24px;
height: 4px;
left: 0px;
top: 12px;
position: absolute;
}
#navbar-mobile__bottom .mob-collapsed-menu #icon__menu .icon__menu-3 {
width: 24px;
height: 4px;
left: 0px;
top: 4px;
position: absolute;
}
#navbar-mobile__bottom ul {
width: 100%;
height: 100%;
}
#navbar-mobile__bottom ul li {
border-width: 0px 1px 0px 1px;
border-style: solid;
width: 33.33%;
height: 100%;
}
#navbar-mobile__bottom ul li:first-child {
border-width: 0px;
border-style: solid;
width: 33.33%;
height: 100%;
}
#navbar-mobile__bottom ul li:last-child {
border-width: 0px;
border-style: solid;
width: 33.33%;
height: 100%;
} @media only screen and (max-height: 450px) {
#navbar-mobile__bottom {
display: none !important;
}
#discount_bar, #discount_bar_arrow, #discount_bar_happy, #discount_bar_weekend {
display: none !important;
}
} #collapsed_menu {
display: none;
}
.collapsed-menu {
cursor: pointer;
}
#menu-mobile-menu, #menu-mobile-menu-de, #menu-mobile-menu-en {
list-style-type: none;
padding-left: 0;
font-size: 1.1em;
padding-top: 0px;
text-transform: uppercase;
}
#menu-mobile-menu > li, #menu-mobile-menu-de > li, #menu-mobile-menu-en > li {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
position: relative;
letter-spacing: 1px;
border-bottom: 1px solid lightgrey;
padding: 5px 0px 0px 0px;
}
#menu-mobile-menu li.menu-item-has-children li a, #menu-mobile-menu-de li.menu-item-has-children li a, #menu-mobile-menu-en li.menu-item-has-children li a {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
}
#menu-mobile-menu li.menu-item-has-children ul.dropdown-menu, #menu-mobile-menu-de li.menu-item-has-children ul.dropdown-menu, #menu-mobile-menu-en li.menu-item-has-children ul.dropdown-menu {
background-color: lightgrey;
padding: 10px 0px;
}
#menu-mobile-menu li.menu-item-has-children ul.dropdown-menu li a, #menu-mobile-menu-de li.menu-item-has-children ul.dropdown-menu li a, #menu-mobile-menu-en li.menu-item-has-children ul.dropdown-menu li a {
font-weight: normal;
text-transform: capitalize;
letter-spacing: 1px;
font-size: 14px;
}
#menu-mobile-menu li.menu-item-has-children ul.dropdown-menu li:last-child, #menu-mobile-menu-de li.menu-item-has-children ul.dropdown-menu li:last-child, #menu-mobile-menu-en li.menu-item-has-children ul.dropdown-menu li:last-child {
padding-bottom: 0px;
}
@media only screen and (max-width: 992px) {
#menu-mobile-menu, #menu-mobile-menu-de, #menu-mobile-menu-en {
padding-top: 0px;
}
#menu-mobile-menu li a, #menu-mobile-menu-de li a, #menu-mobile-menu-en li a {
display: block;
color: #333 !important;
white-space: nowrap;
padding: 10px 0px 10px 20px;
}
}
@media only screen and (max-width: 576px) {
#menu-mobile-menu, #menu-mobile-menu-de, #menu-mobile-menu-en {
padding-top: 0px;
}
#menu-mobile-menu li a, #menu-mobile-menu-de li a, #menu-mobile-menu-en li a {
color: #333 !important;
white-space: nowrap;
padding: 10px 0px 10px 20px;
}
}
#collapsed_menu_inner {
position: relative;
padding-bottom: 50px;
}
#fixed_top_tablet_navbar {
display: none;
}
#cookies-terms {
display: none;
position: fixed;
bottom: 0;
left: 0;
background-color: black;
opacity: 0.8;
text-align: center;
z-index: 1000;
width: 100%;
}
#cookies-terms p {
font-size: 12px;
letter-spacing: 1px;
font-weight: normal;
width: 100%;
padding: 0px 15px;
line-height: 17px;
color: white;
}
#cookies-terms p a {
text-decoration: underline;
color: white;
}
#cookies-terms p:first-child {
text-transform: uppercase;
}
#cookies-terms .exit {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 14px;
color: black;
position: absolute;
right: 5px;
top: 5px;
z-index: 3;
cursor: pointer;
}
#cookies-terms .exit::after {
position: relative;
width: 20px;
height: 20px;
background-color: transparent;
content: "";
top: -2px;
left: 1px;
display: block;
}
#cookies-terms .exit .x-line-1 {
overflow: visible;
position: absolute;
width: 10px;
height: 10px;
left: 5.5px;
top: 3.5px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
#cookies-terms .exit .x-line-2 {
overflow: visible;
position: absolute;
width: 10px;
height: 10px;
left: 5.5px;
top: 3.5px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
@media only screen and (max-width: 576px) {
#cookies-terms {
bottom: 64px;
padding: 8px;
height: auto !important;
}
#cookies-terms p {
line-height: 12px !important;
font-size: 10px !important;
letter-spacing: 2px;
font-weight: normal;
margin: 0px;
}
#cookies-terms p:nth-child(2) {
padding: 5px 30px !important;
}
}
@media only screen and (max-width: 992px) {
#cookies-terms p {
font-size: 12px;
letter-spacing: 1px;
font-weight: normal;
width: 100%;
padding: 0px 15px;
line-height: 17px;
}
}
#cookieAcceptBarConfirm {
display: none;
position: fixed;
bottom: 85px;
z-index: 1001;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
#cookieAcceptBarConfirm a {
padding: 5px 10px;
background-color: #e9bd8b;
color: #333 !important;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
}
#collapsed_menu {
display: none;
}
#collapsed_menu_inner {
position: relative;
padding-bottom: 50px;
}
#fixed_top_tablet_navbar {
display: none;
}
.collapsed-menu {
cursor: pointer;
}
.hide {
display: none !important;
}
.overflow_y_hidden {
overflow-y: hidden !important;
position: relative;
}
.arrow_down {
position: absolute;
top: 22px !important;
right: 20px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
}
.arrow_up {
border-top: 0 !important;
border-left: 5px solid transparent !important;
border-right: 5px solid transparent !important;
border-bottom: 5px solid black !important;
}
#mobile_darkening {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
opacity: 0.7;
background-color: #000;
z-index: 1028;
}
#collapsed_menu {
display: none;
position: fixed;
right: 0px;
height: calc(100vh - 67px) !important;
background-color: #eee;
box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.25);
overflow-y: auto;
z-index: 1029;
}
@media only screen and (max-width: 992px) {
#collapsed_menu {
top: 67px;
bottom: 67px;
width: 40%;
height: 100% !important;
}
}
@media only screen and (max-width: 992px) {
#collapsed_menu {
top: 0;
bottom: 67px;
width: 75%;
}
}
@media only screen and (max-width: 992px) {
#goTop {
display: none !important;
}
#fixed_top_tablet_navbar {
height: 67px;
background-color: #fafafa;
display: flex !important;
flex-direction: row;
justify-content: space-around;
align-items: center;
text-transform: uppercase;
filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.161));
width: 100vw;
position: fixed;
top: 0;
left: 0;
z-index: 1030;
display: block;
}
#tablet_navbar_call > div {
border-right: 0 !important;
}
#tablet_navbar_menu > div {
border-right: 0 !important;
}
#tablet_navbar_logo {
width: 25%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#tablet_navbar_call {
width: 50%;
height: 50px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-right: 1px solid #c7c4c4;
border-left: 1px solid #c7c4c4;
}
#tablet_navbar_call > div > svg {
width: 30px;
margin-bottom: 5px;
margin-left: calc(50% - 15px);
}
#tablet_navbar_menu {
width: 25%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.dropdown-menu {
all: unset;
display: none;
}
}
#fixed_top_tablet_navbar > #tablet_navbar_menu > .mob-collapsed-menu > #icon__menu {
width: 24px;
height: 24px;
transform: matrix(1, 0, 0, 1, 0, 0);
position: relative;
margin-left: calc(50% - 12px);
margin-bottom: 5px;
}
.icon__menu-1 {
width: 24px;
height: 4px;
left: 0px;
top: 20px;
position: absolute;
}
.icon__menu-2 {
width: 24px;
height: 4px;
left: 0px;
top: 12px;
position: absolute;
}
.icon__menu-3 {
width: 24px;
height: 4px;
left: 0px;
top: 4px;
position: absolute;
} #res_button_desktop_top_bar {
display: none;
}
.res_animate {
animation: mymove 1s;
animation-iteration-count: 1;
display: flex !important;
}
@keyframes mymove {
from {
right: -1000px;
}
to {
right: -180px;
}
}
#tablet_nav_container {
display: none;
}
#tablet_nav_inner {
width: inherit;
height: inherit;
}
.close_tablet_menu {
display: none;
}
#close_tablet_menu {
display: none;
position: fixed;
background: linear-gradient(to bottom, transparent 40%, #fff 20%, #fff 60%, transparent 55%), linear-gradient(to right, transparent 40%, #fff 30%, #fff 60%, transparent 60%);
width: 25px;
height: 25px;
transform: rotate(45deg);
top: 16px;
left: 17px;
}
#tablet_nav_inner > #icon__menu {
box-shadow: 2px 2px rgba(6, 6, 6, 0.1019607843);
}
@media only screen and (max-width: 991px) {
#tablet_nav_container {
display: block;
position: fixed;
bottom: 20px;
right: 20px;
background-color: #e9bd8b;
width: 60px;
height: 60px;
border-radius: 50%;
filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.161));
border: solid 1px #e9cbaa;
transition-duration: 0.5s;
z-index: 1001;
}
#tablet_nav_inner > #icon__menu {
position: absolute;
left: 18px;
top: 15px;
}
.close_tablet_menu {
display: block;
transform: rotate(180deg);
}
}
@media only screen and (max-width: 576px) {
#tablet_nav_container {
display: none;
}
}
.flags {
height: 20px;
border: solid 1px black;
}
#flag_lang {
display: flex;
justify-content: space-evenly;
margin-left: 20px;
margin-right: 20px;
margin-top: 40px;
color: #333 !important;
}
.special_offer_inner {
margin-top: 8px;
}
#collapsed_menu_inner > div.special_offer > div > p {
margin: 0;
text-align: center;
}
.special_offer_img {
width: 250px;
}
.special_offer {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 50px;
}
#red_box {
background-color: red;
height: 25px;
color: white;
font-weight: bold;
width: 120px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
top: -40px;
}   .carousel {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 1200px;
height: 250px;
padding: 0px;
margin-bottom: 200px;
overflow: visible;
opacity: 0;
position: relative;
}
.carousel .carousel-flickity {
position: absolute;
width: 250%;
text-align: center;
vertical-align: middle;
outline: 0px;
}
.carousel .carousel-cell {
display: inline-block;
width: 760px; height: 320px;
margin-right: 300px;
background-color: white;
text-align: center;
opacity: 0.3;
border-radius: 10px;
}
.carousel .carousel-offer {
margin-top: 500px;
margin-bottom: 0px !important;
}
.carousel .carousel_arrow__left, .carousel .carousel_arrow__right {
position: relative;
display: flex;
flex-direction: row;
cursor: pointer;
overflow: visible;
height: 100px;
justify-content: flex-start;
align-items: center;
right: 500px;
}
.carousel .carousel_arrow__right {
justify-content: flex-end;
align-items: center;
left: 500px;
}
.carousel .carousel_arrow-svg__left, .carousel .carousel_arrow-svg__right {
filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
width: 35.872px;
height: 48.743px;
left: 0px;
top: 0px;
overflow: visible;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.carousel .carousel-dots {
position: absolute;
display: flex;
flex-direction: row;
align-items: flex-start;
align-content: center;
justify-content: space-around;
width: 500px;
height: 40px;
bottom: -260px;
cursor: pointer;
}
.carousel .carousel-dots .dot, .carousel .carousel-dots .dot .select-0 {
filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.361));
width: 20px;
} .in-text {
width: auto !important;
height: auto !important;
padding: 0px;
margin: 200px 0px;
}
@media only screen and (max-width: 767px) {
.in-text .carousel-dots {
bottom: -240px !important;
}
} .banner {
display: block;
width: 760px;
height: 320px;
padding-bottom: 150px;
filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.561));
overflow: hidden;
}
@media only screen and (max-width: 767px) {
.banner {
width: 550px !important;
}
}
.banner .banner-svg {
width: 760px;
height: 320px;
left: 0px;
top: 0px;
}
.banner img {
position: absolute;
width: 270px;
height: 440px;
left: 0px;
top: 0px;
}
@media only screen and (max-width: 767px) {
.banner img {
width: 135px;
-o-object-fit: cover;
object-fit: cover;
}
}
.banner .top {
position: absolute;
width: 266.794px;
height: 18px;
left: 300px;
top: 30px;
}
@media only screen and (max-width: 767px) {
.banner .top {
left: 175px !important;
}
}
.banner .line {
position: absolute;
top: 10px;
left: 0px;
width: 43px;
height: 1px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
@media only screen and (max-width: 767px) {
.banner .line {
display: none;
}
}
.banner .subheadline {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 15px;
position: absolute;
left: 72.794px;
top: 0px;
width: 380px;
color: #5c5c5c;
letter-spacing: 1.3px;
text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
.banner .subheadline {
left: 0px !important;
width: 350px !important;
font-size: 13px !important;
}
}
.banner .name {
text-align: left;
font-family: "Old Standard TT";
font-style: normal;
font-weight: 700;
font-size: 48px;
position: absolute;
left: 300px;
top: 71px;
width: 440px;
white-space: normal;
color: #5c5c5c;
line-height: 58px;
}
@media only screen and (max-width: 767px) {
.banner .name {
left: 175px !important;
width: 350px !important;
font-size: 36px !important;
line-height: 46px !important;
}
}
.banner .headline {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
position: absolute;
left: 300px;
top: 190px;
width: 440px;
height: auto;
color: #5c5c5c;
letter-spacing: 0.5px;
line-height: 22px;
}
@media only screen and (max-width: 767px) {
.banner .headline {
left: 175px !important;
width: 350px !important;
font-size: 15px !important;
}
}
.banner .price {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 15px;
position: absolute;
left: 300px;
top: 350px;
width: 307px;
height: 18px;
color: #5c5c5c;
letter-spacing: 1.3px;
text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
.banner .price {
left: 175px !important;
width: 350px !important;
top: 365px !important;
}
}
.banner .hashtag {
position: absolute;
top: 392px;
left: 300px;
color: rgb(233, 189, 139);
}
@media only screen and (max-width: 767px) {
.banner .hashtag {
left: 175px !important;
width: 350px !important;
text-align: left;
}
}
.banner a .button, .banner a .spu-box .btn, .spu-box .banner a .btn, .banner a .d-posts__btn {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
position: absolute;
width: auto;
height: auto;
left: 580px;
top: 390px;
color: black;
border: 1px solid rgb(233, 189, 139);
letter-spacing: 1.3px;
text-transform: uppercase;
padding: 5px 15px;
}
.banner a .button:hover, .banner a .spu-box .btn:hover, .spu-box .banner a .btn:hover, .banner a .d-posts__btn:hover {
color: white;
font-size: bold;
background-color: rgb(233, 189, 139);
cursor: pointer;
}
.banner .circle {
display: none;
right: -50px;
width: 100px;
text-align: left;
border: 3px solid rgb(233, 189, 139);
background-color: rgb(233, 189, 139);
border-radius: 500px;
bottom: -50px !important;
position: absolute;
text-align: center;
height: 100px;
cursor: pointer;
}
.banner .circle span {
font-size: 20px !important;
position: relative !important;
right: 13px !important;
bottom: -16px !important;
color: white;
}
@media only screen and (max-width: 767px) {
.banner .circle {
display: block;
}
}  .arrow-buttons {
width: 169px;
height: 16px;
overflow: visible;
}
.arrow-buttons .h-arrow__left {
cursor: pointer;
}
.arrow-buttons .h-arrow__left-line {
overflow: visible;
position: absolute;
width: 30px;
height: 2px;
left: 6.5px;
top: 9.5px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.arrow-buttons .h-arrow__left-polygon {
overflow: hidden;
position: absolute;
width: 7px;
height: 8px;
transform: translate(-1351px, -566px) matrix(1, 0, 0, 1, 1351.5, 571.5) rotate(-90deg);
transform-origin: center;
left: 0px;
top: 0px;
}
.arrow-buttons .h-arrow__left::before {
padding: 20px 30px;
border-radius: 50px;
background-color: transparent;
content: "";
position: absolute;
left: -10px;
top: -10px;
}
.arrow-buttons .h-arrow__right {
cursor: pointer;
}
.arrow-buttons .h-arrow__right-line {
overflow: visible;
position: absolute;
width: 30px;
height: 2px;
left: 131.5px;
top: 9.5px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.arrow-buttons .h-arrow__right-polygon {
overflow: hidden;
position: absolute;
width: 7px;
height: 8px;
transform: translate(-1351px, -566px) matrix(1, 0, 0, 1, 1512.5, 571.5) rotate(90deg);
transform-origin: center;
left: 0px;
top: 0px;
}
.arrow-buttons .h-arrow__right::before {
padding: 20px 30px;
border-radius: 50px;
background-color: transparent;
content: "";
position: absolute;
left: 120px;
top: -10px;
}
.arrow-buttons .dots {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
white-space: nowrap;
letter-spacing: 0.25px;
position: absolute;
left: 64px;
top: 0px;
overflow: visible;
width: 37px;
}
.arrow-buttons .dots span {
color: white !important;
}  .bg-mobile-carousel {
width: 100%;
}
.bg-mobile-carousel .bg-mobile-flickity {
width: 100%;
display: block;
overflow: hidden;
outline: 0px;
}
.bg-mobile-carousel .bg-mobile-flickity .flickity-slider {
padding-bottom: 56.2%;
}
.bg-mobile-carousel .bg-mobile-flickity .bg-mobile-cell {
width: 100%;
height: 100%;
display: inline-block;
text-align: center;
-o-object-fit: cover;
object-fit: cover;
}  .bg-carousel {
width: 100%;
height: 100vh;
position: relative;
}
.bg-carousel .bg-flickity {
width: 100%;
max-height: 100vh;
display: block;
overflow: hidden;
outline: 0px;
}
.bg-carousel .bg-flickity .bg-cell {
width: 100%;
height: 100vh;
-o-object-fit: cover;
object-fit: cover;
display: inline-block;
text-align: center;
}
.bg-carousel:after {
background-image: url(//dorisspa.pl/wp-content/themes/doris/img/gradient-background.png);
background-repeat: repeat-x;
content: "";
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
.bg-carousel_arrow__left, .bg-carousel_arrow__right {
position: relative;
display: flex;
flex-direction: row;
cursor: pointer;
overflow: visible;
height: 100px;
justify-content: flex-start;
align-items: center;
right: 500px;
}
.bg-carousel_arrow__right {
justify-content: flex-end;
align-items: center;
left: 500px;
}
.bg-carousel_arrow-svg__left, .bg-carousel_arrow-svg__right {
filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
width: 35.872px;
height: 48.743px;
left: 0px;
top: 0px;
overflow: visible;
transform: matrix(1, 0, 0, 1, 0, 0);
}  .room-carousel {
width: 100%;
}
.room-carousel .room-flickity {
width: 100%;
display: block;
overflow: hidden;
outline: 0px;
}
.room-carousel .room-flickity .room-cell {
width: 100%;
display: inline-block;
text-align: center;
}  .reviews {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
background-color: #5c5c5c;
overflow: hidden;
padding: 20px 10px;
position: relative;
}
.reviews-title {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
}
.reviews-title div {
position: relative;
left: -200px;
}
@media only screen and (max-width: 767px) {
.reviews-title div {
left: 0px;
}
}
.reviews-title div h5, .reviews-title div .tpl-single p, .tpl-single .reviews-title div p {
margin: 0px;
padding: 0px;
color: white;
}
@media only screen and (max-width: 767px) {
.reviews-title div h5, .reviews-title div .tpl-single p, .tpl-single .reviews-title div p {
text-align: center;
}
}
.reviews-title div h2, .reviews-title div .d-single-post h3, .reviews-title div .d-single-post h4, .d-single-post .reviews-title div h3, .d-single-post .reviews-title div h4, .reviews-title div .d-h2__post-header {
text-align: left;
font-family: "Old Standard TT";
font-style: normal;
font-weight: 300;
font-size: 44px;
color: white;
}
@media only screen and (max-width: 767px) {
.reviews-title div h2, .reviews-title div .d-single-post h3, .reviews-title div .d-single-post h4, .d-single-post .reviews-title div h3, .d-single-post .reviews-title div h4, .reviews-title div .d-h2__post-header {
text-align: center;
}
}
.reviews-flickity {
width: 100%;
overflow: visible;
}
.reviews-flickity .review {
width: 650px;
margin: 20px 0px 20px 80px;
}
@media only screen and (max-width: 767px) {
.reviews-flickity .review {
width: 100%;
padding: 0px 20px !important;
}
}
.reviews-flickity .review div {
margin: 20px 0px;
color: white !important;
}
.reviews-flickity .review .title {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: 200;
font-size: 56px;
width: 600px;
}
@media only screen and (max-width: 767px) {
.reviews-flickity .review .title {
width: 100% !important;
font-size: 40px;
letter-spacing: 1px;
text-align: center;
}
}
.reviews-flickity .review .description, .reviews-flickity .review .main-left .description-offer, .main-left .reviews-flickity .review .description-offer {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 33px;
letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
.reviews-flickity .review .description, .reviews-flickity .review .main-left .description-offer, .main-left .reviews-flickity .review .description-offer {
font-size: 16px;
line-height: 24px;
text-align: center;
}
}
.reviews-flickity .review .author {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 33px;
letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
.reviews-flickity .review .author {
font-size: 16px;
line-height: 26px;
text-align: center;
}
}
.reviews-buttons {
position: absolute;
bottom: 20px;
z-index: 10;
}  .offers-mobile-carousel {
margin: 0px 10px;
overflow: hidden;
height: 550px;
}
.offers-mobile-carousel .offers-mobile-flickity {
outline: none;  }
.offers-mobile-carousel .offers-mobile-flickity .offer-mobile {
position: absolute;
height: 457px;
width: 300px;
overflow: hidden;
background-color: white;
border-radius: 25px 25px 0px 0px;
}
.offers-mobile-carousel .offers-mobile-flickity .offer-mobile .picture img {
position: absolute;
height: 220px;
width: 100%;
left: 0px;
top: 0px;
overflow: visible;
background-color: grey;
}
.offers-mobile-carousel .offers-mobile-flickity .offer-mobile .name {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 25px;
position: absolute;
top: 250px;
width: 100%;
color: #5c5c5c;
letter-spacing: 0.25px;
text-transform: uppercase;
padding: 0px 10px;
line-height: 33px;
}
.offers-mobile-carousel .offers-mobile-flickity .offer-mobile .price {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 13px;
position: absolute;
top: 370px;
width: 100%;
overflow: visible;
white-space: nowrap;
color: #5c5c5c;
letter-spacing: 1.3px;
text-transform: uppercase;
}
.offers-mobile-carousel .offers-mobile-flickity .offer-mobile div:last-child {
width: 100%;
position: absolute;
top: 408px;
display: flex;
flex-direction: row;
justify-content: center;
}
.offers-mobile-carousel .offers-mobile-flickity .offer-mobile div:last-child .button, .offers-mobile-carousel .offers-mobile-flickity .offer-mobile div:last-child .spu-box .btn, .spu-box .offers-mobile-carousel .offers-mobile-flickity .offer-mobile div:last-child .btn, .offers-mobile-carousel .offers-mobile-flickity .offer-mobile div:last-child .d-posts__btn {
height: 30px;
overflow: visible;
padding: 5px 20px;
}
.offers-mobile-carousel .arrow-buttons {
display: none;
position: relative;
bottom: -10px;
z-index: 1;
margin: 0px auto;
}
.offers-mobile-carousel .arrow-buttons .dots span {
color: #5c5c5c !important;
}
.offers-mobile-carousel h2, .offers-mobile-carousel .d-single-post h3, .offers-mobile-carousel .d-single-post h4, .d-single-post .offers-mobile-carousel h3, .d-single-post .offers-mobile-carousel h4, .offers-mobile-carousel .d-h2__post-header {
width: 100%;
text-align: center;
margin: 20px 0px 10px 0px;
}  .header-mobile-carousel {
background-color: brown;
width: 100%;
height: auto;
}
.header-mobile-carousel-flickity {
bottom: 210px;
position: absolute;
width: 100%;
text-align: center;
vertical-align: middle;
outline: 0px;
z-index: 979; overflow: hidden; }
.header-mobile-carousel-flickity .elem {
width: 280px;
height: 170px;
border-radius: 10px;
background-color: white;
text-align: center;
display: flex;
flex-direction: row;
justify-content: flex-start;
overflow: hidden;
margin-right: 20px;
filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}
.header-mobile-carousel-flickity .elem-pic {
width: 30%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.header-mobile-carousel-flickity .elem-content {
width: 70%;
height: 100%;
display: flex;
flex-direction: column;
align-content: flex-start;
justify-content: start;
}
.header-mobile-carousel-flickity .elem-content .elem-header {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 18px;
text-transform: uppercase;
margin: 5px 5px 0px 10px;
}
.header-mobile-carousel-flickity .elem-content .elem-header .elem-promoBubble {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 18px;
color: white;
text-transform: uppercase;
padding: 0px 5px;
border-radius: 10px;
}
.header-mobile-carousel-flickity .elem-content .elem-subheader {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 18px;
color: #5c5c5c;
text-transform: uppercase;
}
.header-mobile-carousel-flickity .elem-content .elem-description {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 15px;
margin: 5px 10px;
line-height: 22px;
}
.header-mobile-carousel-flickity .elem-content .elem-button {
width: 30px;
height: 30px;
border-radius: 10px;
background-color: rgb(233, 189, 139);
position: absolute;
bottom: 7px;
right: 7px;
}
.header-mobile-carousel-flickity .elem-content .elem-button .elem-arrow {
fill: transparent;
stroke: rgb(255, 255, 255);
stroke-width: 5px;
stroke-linejoin: round;
stroke-linecap: round;
stroke-miterlimit: 4;
shape-rendering: auto;
width: 7px;
height: auto;
overflow: inherit;
top: 8px;
position: absolute;
left: calc(50% - 2px);
}
.header-mobile-carousel_arrow__left {
width: 14px;
position: absolute;
z-index: 1000;
bottom: 22%;
left: calc(50% - 100px);
}
.header-mobile-carousel_arrow-svg__left {
overflow: inherit;
}
.header-mobile-carousel_arrow__right {
width: 14px;
position: absolute;
z-index: 1000;
bottom: 22%;
left: calc(50% + 85px);
overflow: inherit;
}
.header-mobile-carousel_arrow-svg__right {
overflow: inherit;
} #dorisspa_logo_tablet {
display: none;
}
#welcome_text_mobile {
display: none;
z-index: 980;
}
@media only screen and (max-width: 767px) {
#welcome_text_mobile {
top: 50px;
text-align: center;
position: absolute;
display: block;
margin-left: 10vw;
margin-right: auto;
width: 80vw;
}
#welcome_text_mobile h1 {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 30px;
text-transform: uppercase;
color: white !important;
letter-spacing: 1px;
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
#welcome_text_mobile .social-icons {
position: absolute;
top: -25px;
left: -10px;
}
#welcome_text_mobile .social-icons span {
margin-left: 5px;
}
#welcome_text_mobile .social-icons span a {
color: white;
font-weight: normal;
font-size: 18px;
margin: 0px !important;
}
#welcome_text_mobile .language {
position: absolute;
top: -25px;
right: -10px;
font-size: 13px;
font-weight: bold;
}
#welcome_text_mobile .language span:last-child {
margin-left: 3px;
font-weight: normal;
}
#welcome_text_mobile .weather {
display: none;
}
#welcome_text_mobile #dorisspa_logo_tablet {
display: inline-block;
margin-bottom: 1vh;
z-index: 980;
width: 200px;
}
}
@media only screen and (max-width: 576px) {
#welcome_text_mobile {
top: 50px;
text-align: center;
position: absolute;
display: block;
margin-left: 10vw;
margin-right: auto;
width: 80vw;
}
#welcome_text_mobile h1 {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 30px;
text-transform: uppercase;
color: white;
letter-spacing: 1px;
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
#welcome_text_mobile #dorisspa_logo_tablet {
display: none;
}
#welcome_text_mobile .social-icons {
position: absolute;
top: -25px;
left: -10px;
}
#welcome_text_mobile .social-icons span {
margin-left: 5px;
}
#welcome_text_mobile .social-icons span a {
color: white !important;
font-weight: normal;
font-size: 18px;
margin: 0px !important;
}
#welcome_text_mobile .language {
position: absolute;
top: -25px;
right: -10px;
font-size: 13px;
font-weight: bold;
}
#welcome_text_mobile .language span:last-child {
margin-left: 3px;
font-weight: normal;
}
#welcome_text_mobile .weather {
position: absolute;
top: 110px;
left: 0px;
width: 100%;
}
#welcome_text_mobile .weather span {
margin: 0px 5px;
color: white;
letter-spacing: 1px;
}
#welcome_text_mobile .weather-icon {
margin-top: -1px;
font-size: 15px !important;
}
}
.bar_v {
display: none;
z-index: 980;
}
@media only screen and (max-width: 576px) {
.bar_v {
display: block;
width: 50vw;
height: 5px;
background-color: white;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.3);
}
}
#dorisspa_header_logo_mobile {
display: none;
z-index: 980;
}
.show {
display: flex !important;
}
#reserv_header_mobile {
display: none;
z-index: 980;
}
@media only screen and (max-width: 992px) {
#reserv_header_mobile {
margin-top: 4vh;
display: block;
width: 260px;
height: 42px;
background-color: white;
margin-left: auto;
margin-right: auto;
box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.3);
}
#reserv_header_mobile span {
font-size: 15px;
text-transform: uppercase;
margin-top: 10px;
position: relative;
top: 5px;
letter-spacing: 1px;
}
#reserv_header_mobile span .icon__reservation {
height: 22px;
width: auto;
position: relative;
top: 5px;
margin-right: 10%;
}
}
@keyframes bounce {
0% {
transform: translateY(0);
}
100% {
transform: translateY(10px);
}
}
#arrow_explore {
z-index: 980;
display: none;
animation: bounce 0.8s;
animation-direction: alternate;
animation-iteration-count: infinite;
}
@media only screen and (max-width: 576px) {
#arrow_explore {
position: absolute;
left: calc(50% - 50px);
bottom: 110px !important;
}
}
@media only screen and (max-width: 992px) {
#arrow_explore {
display: inline-block;
width: 100px;
height: auto;
position: absolute;
left: calc(50% - 50px);
bottom: 0;
}
}
@media only screen and (max-width: 992px) {
#dorisspa_header_logo_mobile {
display: none;
margin-bottom: 15vh;
}
}
@media only screen and (max-width: 576px) {
#dorisspa_header_logo_mobile {
display: inline-block;
margin-bottom: 5vh;
}
}
#welcome_text_mobile > div:nth-child(5) {
margin-top: 25px;
}
.invert_arrow {
filter: invert(100%);
}  .offers-panel-mobile {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px; }
.offers-panel-mobile p {
margin: 5px 25px 10px 25px;
}
@media only screen and (max-width: 576px) {
.offers-panel-mobile p {
text-transform: uppercase !important;
font-size: 13px !important;
}
}
.offers-panel-mobile .options {
display: flex;
flex-direction: row;
justify-content: left;
flex-wrap: wrap;
padding: 0px 5px 0px 12px;
margin: 0px;
}
.offers-panel-mobile .option {
list-style-type: none;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: inherit;
height: 30px;
filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.161));
background-color: white;
padding-left: 5px;
padding-right: 5px;
margin: 4px 4px;
cursor: pointer;
position: relative;
border-radius: 10px;
text-transform: uppercase;
}
.offers-panel-mobile .option-selected {
background-color: #ffeeda !important;
outline: 1px solid #EFD2B2;
}
.offers-panel-mobile div div {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #5c5c5c;
margin-left: 15px;
}
.offers-panel-mobile .offers_num {
color: rgb(178, 178, 178);
}
.offers-panel-mobile .icon-group {
position: relative;
width: 31.407px;
height: 15.242px;
}
.offers-panel-mobile .icon-mobile__wszystkie {
width: 19.298px;
height: 18.47px;
transform: matrix(1, 0, 0, 1, 0, 0);
margin: 0px 5px;
}
.offers-panel-mobile .icon-mobile__rodzinne-1 {
position: absolute;
width: 11.431px;
height: 15.242px;
left: 16.976px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-mobile .icon-mobile__rodzinne-2 {
position: absolute;
width: 7.938px;
height: 10.585px;
left: 11.583px;
top: 4.647px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-mobile .icon-mobile__rodzinne-3 {
position: absolute;
width: 9.844px;
height: 13.125px;
left: 3px;
top: 2.065px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-mobile .icon-mobile__romantyczne {
margin: 0px 5px;
width: 18.286px;
height: 16px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-mobile .icon-mobile__spa {
margin: 0px 5px;
width: 21.214px;
height: 16.5px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-mobile .icon-mobile__dla-zdrowia {
margin: 0px 5px;
width: 18.167px;
height: 18.167px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-mobile .icon-mobile__sezonowe {
margin: 0px 5px;
width: 17.822px;
height: 19.01px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-mobile .icon-mobile__okolicznosciowe {
margin: 0px 5px;
width: 15.812px;
height: 21.083px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-mobile .icon-mobile__aktywne {
margin: 0px 5px;
width: 22.214px;
height: 17.873px;
transform: matrix(1, 0, 0, 1, 0, 0);
}  .offers-panel-desktop {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
border-bottom: 1px solid rgb(233, 189, 139);
width: 100%;
margin-bottom: 10px;
}
.offers-panel-desktop button {
padding: 0px;
margin: 0px;
border: 0px;
}
.offers-panel-desktop .icon {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding-bottom: 10px;
background-color: transparent;
}
.offers-panel-desktop .icon .icon__wszystkie {
width: 37.617px;
height: 36.004px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop .icon .icon__rodzinne-1 {
width: 23.25px;
height: 31px;
left: 0px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop .icon .icon__rodzinne-2 {
width: 27px;
height: 36px;
left: 31.538px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop .icon .icon__rodzinne-3 {
width: 18.75px;
height: 25px;
left: 19.538px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop .icon .icon__romantyczne {
width: 36.001px;
height: 31.501px;
left: 38.525px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop .icon .icon__spa {
width: 40.5px;
height: 31.5px;
left: 0px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop .icon .icon__dla-zdrowia {
width: 36px;
height: 36px;
left: 42.05px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop .icon .icon__sezonowe {
width: 28.92px;
height: 30.849px;
left: 34.82px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop .icon .icon__okolicznosciowe {
width: 23.061px;
height: 30.75px;
left: 71.75px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop .icon .icon__aktywne {
width: 36px;
height: 30.75px;
left: 22.5px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop .col {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
margin: 0px 0px;
height: 100px;
cursor: pointer;
transition: all 0.3s ease 0s;
}
.offers-panel-desktop .col:hover > .icon {
background-color: transparent;
}
.offers-panel-desktop .col:hover {
background-color: rgb(233, 189, 139);
}
@media only screen and (max-width: 992px) {
.offers-panel-desktop .col {
min-width: 25% !important;
}
}
.offers-panel-desktop .category {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #5c5c5c;
letter-spacing: 0.5px;
text-transform: uppercase;
height: 35px;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.offers-panel-desktop div.set-time {
text-transform: uppercase;
}
.offers-panel-desktop div.set-time .time {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #5c5c5c;
}
.offers-panel-desktop div.set-time .icon__time_line {
position: absolute;
width: 118px;
height: 1px;
left: 66.5px;
top: 48.5px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.offers-panel-desktop div.set-time .icon__time_circle-1 {
position: absolute;
width: 23px;
height: 23px;
left: 77px;
top: 37px;
}
.offers-panel-desktop div.set-time .icon__time_circle-2 {
position: absolute;
width: 23px;
height: 23px;
left: 150px;
top: 37px;
}
.offers-panel-desktop .days {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #5c5c5c;
}  .offers-grid {
width: 100%;
margin-top: 0px; --offer-mobile-height: 345px;
--offer-mobile-height-gutter: 20px; --offer-width: 341px;
--offer-height: 400px;
--offer-height-gutter: 15px;
--offer-width-gutter: 10px;
}
@media only screen and (max-width: 576px) {
.offers-grid {
max-width: var(--offer-width);
}
}
@media only screen and (max-width: 767px) {
.offers-grid {
width: calc(2 * var(--offer-width) + var(--offer-width-gutter));
}
}
@media (min-width: 576px) {
.offers-grid {
width: calc(2 * var(--offer-width) + var(--offer-width-gutter));
}
}
@media (min-width: 1200px) {
.offers-grid {
width: 100% !important;
}
}
@media (min-width: 1520px) {
.offers-grid {
width: 100% !important;
}
}  .offer {
height: var(--offer-height);
}
@media only screen and (max-width: 576px) {
.offer {
height: var(--offer-mobile-height);
}
}
.offer a {
text-decoration: none;
}
.offer .normal {
width: var(--offer-width);
height: calc(var(--offer-height) - var(--offer-height-gutter));
background-color: white;
text-transform: uppercase;
transition: all 0.3s ease 0s;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: space-evenly;
border: 2px solid #dadada;
border-radius: 10px;
cursor: default;
}
@media only screen and (max-width: 576px) {
.offer .normal {
width: 100% !important;
height: calc(var(--offer-mobile-height) - var(--offer-mobile-height-gutter));
}
}
.offer .normal .name {
text-align: center;
font-family: "Old Standard TT";
font-style: normal;
font-weight: normal;
font-size: 30px;
white-space: normal;
color: rgb(0, 0, 0);
letter-spacing: 0.25px;
text-transform: none;
padding: 0px 30px;
line-height: 35px;
}
@media only screen and (max-width: 576px) {
.offer .normal .name {
font-size: 26px !important;
line-height: 30px !important;
}
}
@media only screen and (max-width: 360px) {
.offer .normal .name {
font-size: 25px !important;
line-height: 30px !important;
}
}
@media only screen and (max-width: 420px) {
.offer .normal .name {
font-size: 28px;
line-height: 34px;
}
}
.offer .normal .promo-text {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
position: absolute;
right: 13px;
top: 10px;
color: white;
background-color: #de0f0f;
padding: 5px 10px;
width: auto;
}
.offer .normal img {
width: 100%;
height: 180px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 15%;
object-position: 50% 15%;
border-radius: 10px 10px 0px 0px;
}
@media only screen and (max-width: 576px) {
.offer .normal img {
height: 155px;
}
}
.offer .normal .data {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
align-items: center;
}
.offer .normal .desc {
width: 100%;   margin-bottom: 6px;
}
.offer .normal .desc .last-price {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
opacity: 0.35;
position: relative;
color: rgb(0, 0, 0);
letter-spacing: 1px;
}
@media only screen and (max-width: 576px) {
.offer .normal .desc .last-price {
font-size: 12px !important;
}
}
.offer .normal .desc .last-price span:last-child {
color: rgb(212, 10, 10);
}
.offer .normal .desc .price {
width: 100%;
text-align: center;
margin-top: 10px;
}
.offer .normal .desc .price span:first-child {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 15px;
color: rgb(0, 0, 0);
letter-spacing: 1px;
}
.offer .normal .desc .price span:last-child { width: 100%;
}
.offer:last-child {
align-self: center;
}
.offer:hover {
text-decoration: none;
}
.offer .hover {
width: 100%;
height: calc(var(--offer-height) - var(--offer-height-gutter));
position: absolute;
top: 0px;
overflow-y: hidden;
overflow: visible;
border: 2px solid rgb(233, 189, 139);
border-radius: 10px;
text-decoration: none;
background-color: white;
cursor: pointer;
display: none;
flex-direction: column;
justify-content: space-between;
opacity: 0;
overflow: hidden;
cursor: default;
}
@media only screen and (max-width: 576px) {
.offer .hover {
height: calc(var(--offer-mobile-height) - var(--offer-mobile-height-gutter));
}
}
.offer .hover .name {
margin: 0px !important;
border-bottom: 2px solid #e9bd8b;
min-height: -moz-fit-content;
min-height: fit-content;
height: 30%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
cursor: default;
}
@media only screen and (max-width: 360px) {
.offer .hover .name {
font-size: 20px !important;
line-height: 28px !important;
}
}
.offer .hover .name p {
margin: 0px;
padding: 0px;
text-align: center;
font-family: "Old Standard TT";
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 32px;
color: black;
letter-spacing: 0.25px;
padding: 10px 15px 0px 15px;
}
.offer .hover ul {
margin-top: 10px;
padding: 0px 20px;
color: black;
list-style-type: disc;
font-size: 16px;
padding-left: 28px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 100%;
cursor: default; }
@media only screen and (max-width: 576px) {
.offer .hover ul {
font-size: 14px;
}
}
.offer .hover ul li {
line-height: 23px;
}
@media only screen and (max-width: 576px) {
.offer .hover ul li {
line-height: 19px !important;
}
}
.offer .hover .desc {  width: 100%;
text-align: center;
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
cursor: pointer;
}
.offer .hover .desc > span {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
position: relative;
}
.offer .hover .desc::after {
position: absolute;
width: 100%;
height: 43px;
background-color: transparent;
content: "";
top: -8px;
left: 0px;
opacity: 0.5;
}
.offer .hover .desc .days {
padding: 0px 10px 0px 5px;
bottom: -2px;
}
.offer .hover .desc .days .icon-3-armchair {
bottom: 1px;
left: 4px;
margin-right: 12px;
}
.offer .hover .desc .days > span:last-child {
bottom: 2px;
position: relative;
}
.offer .hover .desc .people {
padding: 0px 7px 0px 0px;
bottom: -2px;
}
.offer .hover .desc .people .icon-3-group {
bottom: -2px;
left: 1px;
margin-right: 10px;
}
.offer .hover .desc .people > span:last-child {
bottom: 2px;
position: relative;
}
.offer .hover .desc .more-info {
padding: 4px 22px 6px 12px;
bottom: 0px;
background-color: #ffe5cc;
border-radius: 10px 0px 0px 0px;
}
.offer .hover .desc .circle {
display: block;
right: -1px;
width: 28px;
text-align: left;
bottom: -25px !important;
position: absolute;
text-align: right;
height: 55px;
cursor: pointer;
}
.offer .hover .desc .circle > span {
font-size: 10px !important;
position: relative !important;
right: -1px !important;
bottom: -9px !important;
color: #2f2b2b;
}  .offer-reservation-panel {
width: 90%;
height: 100vh;
position: fixed;
top: 0;
right: 0;
display: none;
background-color: white;
z-index: 1027;
overflow: auto;
border-left: 2px solid rgb(233, 189, 139);
}
@media only screen and (max-width: 576px) {
.offer-reservation-panel {
width: 100%;
}
}
.offer-reservation-panel h6:nth-of-type(1) {
text-align: center;
margin: 10px 0px;
}
@media only screen and (max-width: 576px) {
.offer-reservation-panel h6:nth-of-type(1) {
margin: 20px 0px;
}
}
.offer-reservation-panel .content {
position: relative;
min-height: 100px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px 45px;
}
@media only screen and (max-width: 767px) {
.offer-reservation-panel .content {
position: relative;
min-height: 100px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px 15px;
margin-top: 20px;
}
}
@media only screen and (max-width: 1200px) {
.offer-reservation-panel .content {
padding: 0px 15px !important;
}
}
.offer-reservation-panel .content .offer-name {
display: flex;
flex-direction: row;
align-items: center;
width: 73%;
padding: 10px 15px;
border: 3px solid rgb(222, 216, 200);
border-radius: 5px;
height: 155px;
}
@media only screen and (max-width: 767px) {
.offer-reservation-panel .content .offer-name {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 100%;
padding: 10px 15px;
border: 3px solid #ded8c8;
border-radius: 5px;
height: auto !important;
align-content: center;
}
}
@media only screen and (max-width: 1200px) {
.offer-reservation-panel .content .offer-name {
width: 100% !important;
}
}
@media only screen and (max-width: 1520px) {
.offer-reservation-panel .content .offer-name {
height: 175px;
}
}
.offer-reservation-panel .content .offer-name img {
height: 120px;
border-radius: 5px;
}
@media only screen and (max-width: 767px) {
.offer-reservation-panel .content .offer-name img {
width: 100% !important;
height: 100% !important;
}
}
.offer-reservation-panel .content .offer-name > div {
padding-left: 25px;
}
@media only screen and (max-width: 767px) {
.offer-reservation-panel .content .offer-name > div {
padding: 0px !important;
}
}
@media only screen and (max-width: 767px) {
.offer-reservation-panel .content .offer-name p {
display: none;
}
}
@media only screen and (max-width: 767px) {
.offer-reservation-panel .content .offer-name div {
margin: 10px 0px;
padding: 0px;
font-family: "Old Standard TT", serif;
text-align: center;
font-size: 31px !important;
}
}
@media only screen and (max-width: 767px) {
.offer-reservation-panel .content .offer-name div h2, .offer-reservation-panel .content .offer-name div .d-single-post h3, .offer-reservation-panel .content .offer-name div .d-single-post h4, .d-single-post .offer-reservation-panel .content .offer-name div h3, .d-single-post .offer-reservation-panel .content .offer-name div h4, .offer-reservation-panel .content .offer-name div .d-h2__post-header {
margin: 10px 0px;
padding: 0px;
font-family: "Old Standard TT", serif;
text-align: center;
font-size: 31px !important;
}
}
.offer-reservation-panel .content .newsletter {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 25%;
padding: 10px 15px;
border: 3px solid rgb(222, 216, 200);
border-radius: 5px;
height: 155px;
}
@media only screen and (max-width: 1200px) {
.offer-reservation-panel .content .newsletter {
display: none;
}
}
@media only screen and (max-width: 1520px) {
.offer-reservation-panel .content .newsletter {
height: 175px;
}
}
.offer-reservation-panel .content .newsletter div:nth-of-type(1) {
text-transform: uppercase;
line-height: 20px;
margin-top: 20px;
}
.offer-reservation-panel .content .newsletter-span-btn {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
line-height: 1.42857143;
font-family: "Open Sans";
color: #5f574f;
box-sizing: border-box;
font-size: 100%;
vertical-align: baseline;
background: transparent;
position: relative;
min-height: 1px;
padding-right: 15px;
float: left;
width: 100%;
margin-left: 0 !important;
padding-left: 0 !important;
margin-top: 10px;
}
.offer-reservation-panel .content .newsletter-span-btn input {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
box-sizing: border-box;
display: block;
width: 100%;
padding: 6px 12px;
line-height: 1.42857143;
background-image: none;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
border-radius: 3px;
background-color: #f2efe9;
border-color: #f2efe9;
color: #5f574f;
height: 42px;
}
.offer-reservation-panel .content .newsletter-span-btn button {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
box-sizing: border-box;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
white-space: nowrap;
padding: 6px 20px;
line-height: 1.42857143;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: #ee1c25;
color: white;
border: 0px;
border-radius: 3px;
position: absolute;
top: 1px;
right: 16px;
height: 95%;
}
.offer-reservation-panel .content .newsletter-span-btn span {
position: absolute;
font-size: 14px;
color: white;
right: 17px;
top: 15px;
}
.offer-reservation-panel .content .newsletter p {
text-align: center;
}
.offer-reservation-panel .close-panel {
display: none;
width: 50px;
height: 50px;
position: fixed;
background-color: #e9bd8b;
cursor: pointer;
left: calc(10% - 50px);
top: 117px;
}
@media only screen and (max-width: 576px) {
.offer-reservation-panel .close-panel {
left: 0;
top: 0;
z-index: 10001;
}
}
.offer-reservation-panel .close-panel .close-cross {
position: absolute;
background: linear-gradient(to bottom, transparent 40%, #fff 20%, #fff 60%, transparent 55%), linear-gradient(to right, transparent 40%, #fff 30%, #fff 60%, transparent 60%);
width: 25px;
height: 25px;
transform: rotate(45deg);
top: 13px;
left: 13px;
}
.offer-darkening {
display: none;
background: rgba(0, 0, 0, 0.8);
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
}
.menu-col > #res_button {
color: #333 !important;
}  .fl-builder-content { }
.fl-builder-content .fl-accordion-item {
border-radius: 5px !important;
}
.fl-builder-content .fl-accordion-item .fl-accordion-button {
cursor: pointer;
display: table;
background-color: rgb(233, 189, 139) !important; display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
.fl-builder-content .fl-accordion-item .fl-accordion-button-label {
display: table-cell;
width: 100%;
border: none;
background: none;
text-align: left;
outline: 1px;
text-decoration: none;
display: flex;
flex-direction: row;
justify-content: stretch;
align-items: center;
}
.fl-builder-content .fl-accordion-item .fl-accordion-button-label span:first-child {
text-shadow: 2px 2px rgba(6, 6, 6, 0.1019607843);
color: white;
font-size: 40px;
text-align: center;
width: 60px;
margin-right: 10px;
font-weight: normal !important;
}
.fl-builder-content .fl-accordion-item .fl-accordion-button-label span:last-child {
font-size: 18px;
color: white;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: 2px 2px rgba(6, 6, 6, 0.1019607843);
}
.fl-builder-content .fl-accordion-item .fl-accordion-button-icon {
display: table-cell;
line-height: inherit;
padding-left: 15px;
vertical-align: middle;
color: white;
text-shadow: 2px 2px rgba(6, 6, 6, 0.1019607843);
}
.fl-builder-content .fl-accordion-item .fl-accordion-button-icon-right {
opacity: 1;
}
.fl-builder-content .fl-accordion-content { }
.fl-builder-content .fl-accordion-content ul {
margin-top: 10px;
}
.fl-builder-content .informations .fl-accordion-item:nth-of-type(1) h6:before {
font-family: "icomoon_";
margin-right: 10px;
font-size: 20px;
font-weight: normal !important;
color: #5c5c5c;
}
.fl-builder-content .informations .fl-accordion-item:nth-of-type(1) h6:nth-of-type(4):before {
content: "\ebd5";
}
.fl-builder-content .informations a {
text-decoration: underline;
text-underline-position: under;
text-decoration-style: solid;
text-decoration-color: rgb(233, 189, 139);
transition: all 0.3s ease 0s;
cursor: pointer;
}
.fl-builder-content .informations a:hover {
color: rgb(233, 189, 139);
}
.upper_text {
display: none;
}
@media only screen and (max-width: 576px) {
.HSBOOK {
position: relative;
top: -107px;
}
.upper_text {
text-align: center;
display: block;
padding-top: 15px;
}
}
#tap_ico2 {
display: none;
width: 0;
}
#tap_ico_hold2 {
display: none;
width: 0;
}
@media only screen and (max-width: 576px) {
#tap_ico2 {
display: block;
width: 70px;
position: fixed;
right: 30px;
bottom: 70px;
z-index: 20;
animation: move_tap2 2.5s infinite;
opacity: 0.7;
}
@keyframes move_tap2 {
0% {
bottom: 30px;
width: 70px;
}
10% {
bottom: 30px;
width: 63px;
}
80% {
bottom: 70px;
width: 63px;
}
100% {
bottom: 30px;
width: 70px;
}
}
#tap_ico_hold2 {
display: block;
width: 70px;
position: fixed;
right: 30px;
bottom: 70px;
z-index: 20;
animation: move_tap_hold2 2.5s infinite;
opacity: 0.7;
}
@keyframes move_tap_hold2 {
0% {
bottom: 50px;
width: 70px;
opacity: 0;
}
10% {
bottom: 30px;
width: 63px;
opacity: 0.7;
}
80% {
bottom: 70px;
width: 63px;
}
100% {
bottom: 30px;
width: 70px;
opacity: 0;
}
}
}  main {
display: flex;
flex-direction: row;
width: 100%;
justify-content: center;
position: relative;
align-items: center;
}
@media only screen and (max-width: 576px) {
main {
margin-top: 0px !important;
padding-bottom: 40px !important;
}
}  .main-container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
border-radius: 10px;
color: #5c5c5c;
}
.main-container p {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
text-transform: none;
color: #5c5c5c;
}
@media only screen and (max-width: 576px) {
.main-container > p {
font-size: 14px !important;
}
}  .main-left {
align-self: inherit;
width: 100%;
padding: 0px 30px 0px 30px;
color: #5c5c5c;
overflow: hidden;
}
@media only screen and (max-width: 576px) {
.main-left {
padding: 20px 10px 0px 10px;
}
}
.main-left .content-carousel {
width: 100%;
}
.main-left .content-carousel .content-flickity {
width: 100%;
display: block;
overflow: hidden;
outline: 0px;
}
.main-left .content-carousel .content-flickity .content-img {
width: 100%;
display: inline-block;
text-align: center;
}
.main-left .col {
padding: 0px 10px !important;
}
@media only screen and (max-width: 992px) {
.main-left .col {
display: block;
}
}
@media only screen and (max-width: 576px) {
.main-left .col {
padding: 0px !important;
margin-bottom: 10px;
}
}
.main-left .col h5, .main-left .col .tpl-single p, .tpl-single .main-left .col p {
margin: 40px 10px 20px 0px;
}
.main-left .col h6 {
margin: 40px 10px 20px 0px;
}
.main-left .border-b {
border-bottom: 1px solid rgb(233, 189, 139);
}
.main-left span.time {
position: absolute;
left: 30px;
top: 3px;
}
.main-left .row {
margin: 20px 0px;
}
@media only screen and (max-width: 576px) {
.main-left .row {
margin: 0px 0px 15px 0px !important;
}
}
.main-left .row div {
margin: 0px 0px 20px 0px;
}
.main-left .row div span.icon-arrow-bold-right {
font-size: 10px;
}
.main-left .row div a {
text-decoration: underline;
}
.main-left .room-description .col .row {
margin: 0px 0px 20px 0px;
}
.main-left .room-description .col .col {
margin: 0px;
}
.main-left .room-description .col-r {
flex-grow: 1;
flex-basis: 0;
max-width: 100%;
position: relative;
}
.main-left .room-description .col-d {
max-width: 100%;
flex-grow: 1;
flex-basis: 0;
}
@media only screen and (max-width: 576px) {
.main-left .room-description .col-d {
flex-basis: unset !important;
}
}
.main-left .room-description h6 {
margin: 0px 0px 10px 0px !important;
}
@media only screen and (max-width: 1200px) {
.main-left .room-description .row:first-child h6 {
margin-top: 30px !important;
}
.main-left .room-description .col .row {
display: block;
flex: none;
width: 100%;
}
.main-left .room-description div.col div.row div.col {
display: block;
flex: none;
margin: 0px !important;
}
}
.main-left .icon_clock {
position: absolute;
width: 19px;
height: 19px;
top: 4px;
margin: 0px !important;
}
.main-left .icon_clock .icon__clock-1 {
position: absolute;
width: 19px;
height: 19px;
left: 0px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
overflow: visible;
}
.main-left .icon_clock .icon__clock-2 {
position: absolute;
width: 5.742px;
height: 9.142px;
left: 8.5px;
top: 3.4px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.main-left h5, .main-left .tpl-single p, .tpl-single .main-left p {
margin: 0px;
letter-spacing: 2px;
color: #5c5c5c;
}
@media only screen and (max-width: 576px) {
.main-left h5, .main-left .tpl-single p, .tpl-single .main-left p {
margin: 0px 10px 0px 0px !important;
}
}
.main-left h6 {
margin: 30px 0px 30px 0px;
letter-spacing: 2px;
color: #5c5c5c;
}
.main-left ul {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
padding-left: 30px;
color: #5c5c5c;
margin: 0px;
}
@media only screen and (max-width: 576px) {
.main-left ul {
font-size: 14px !important;
}
}
.main-left ul li {
position: relative;
list-style-type: none;
margin-bottom: 10px;
line-height: 21px;
}
.main-left ul li:before {
content: "";
position: absolute;
top: 8px;
left: -20px;
width: 6px;
height: 6px;
background: rgb(233, 189, 139);
border-radius: 50%;
}
.main-left ul li:after {
content: "";
position: absolute;
top: 5px;
left: -23px;
width: 12px;
height: 12px;
border: 1px solid rgb(233, 189, 139);
border-radius: 50%;
}
.main-left ul li ul {
margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
.main-left ul li {
width: 100%;
}
}
@media only screen and (max-width: 576px) {
.main-left ul li {
line-height: 24px !important;
font-size: 16px !important;
}
}
.main-left ul.room-amenities {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
letter-spacing: 0.5px;
padding: 10px 30px 10px 30px;
background-color: #f9f9f9;
margin: 0px 0px 20px 0px;
overflow: hidden;
}
@media only screen and (max-width: 576px) {
.main-left ul.room-amenities {
margin: 0px;
font-size: 14px !important;
}
}
.main-left ul.room-amenities li {
flex-grow: 1;
width: 50%;
padding: 5px 10px;
display: flex;
}
@media only screen and (max-width: 1520px) {
.main-left ul.room-amenities li {
width: 100%;
}
}
@media only screen and (max-width: 1200px) {
.main-left ul.room-amenities li {
display: block;
width: 100%;
}
}
.main-left ul.room-amenities li:after {
display: none;
}
.main-left ul.room-amenities li:before {
display: none;
}
.main-left ul.room-amenities li span.glyph {
width: 16px;
height: 16px;
}
.main-left ul.room-amenities li:last-child {
display: none;
}
.main-left ul.amenities {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
letter-spacing: 0.5px;
padding: 0px 30px 10px 30px;
background-color: #f9f9f9;
margin: 0px 0px 20px 0px;
overflow: hidden;
}
@media only screen and (max-width: 576px) {
.main-left ul.amenities {
font-size: 15px !important;
}
}
.main-left ul.amenities li {
flex-grow: 1;
width: 33%;
padding: 5px 10px;
display: flex;
}
.main-left ul.amenities li:after {
display: none;
}
.main-left ul.amenities li:before {
display: none;
}
.main-left ul.amenities li span.glyph {
width: 16px;
height: 16px;
}
@media only screen and (max-width: 1200px) {
.main-left ul.amenities {
width: 100%;
}
.main-left ul.amenities li {
display: block;
width: 100%;
}
}
.main-left p {
margin: 10px 0px 20px 0px !important;
color: #5c5c5c;
}
.main-left p.hashtags {
text-align: center;
color: rgb(233, 189, 139);
letter-spacing: 1px;
padding: 0px 5px;
}
.main-left h1.name {
text-align: center;
margin-top: 20px;
}
@media only screen and (max-width: 576px) {
.main-left h1.name {
font-size: 35px !important;
}
}
@media only screen and (max-width: 1200px) {
.main-left h1.name {
font-size: 48px;
}
}
.main-left .description, .main-left .description-offer {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
letter-spacing: 0.5px;
padding: 10px 30px 10px 30px;
background-color: #f9f9f9;
margin: 0px 0px 20px 0px;
overflow: hidden;
line-height: 24px;
}
@media only screen and (max-width: 576px) {
.main-left .description, .main-left .description-offer {
font-size: 15px !important;
}
}
.main-left .description-offer {
background-color: transparent !important;
padding: 10px 0px 10px 0px !important;
}  .main-right {
align-self: flex-start;
top: 100px;
width: 540px;   }
@media only screen and (max-width: 767px) {
.main-right {
width: 100%;
padding: 0px !important;
}
}
@media only screen and (max-width: 992px) {
.main-right {
width: 100%;
padding: 0px 30px;
}
}
.main-right img {
height: 150px;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
-o-object-position: center;
object-position: center;
}
.main-right #res-iframe-desktop {
height: 3000px;
}
@media only screen and (max-width: 576px) {
.main-right #res-iframe-desktop {
display: none;
}
}
.main-right .menu-col {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
margin-top: 20px;
width: 340px;
color: rgb(0, 0, 0);
letter-spacing: 0.5px;
padding: 10px 20px 10px 20px;
background-color: #f9f9f9;
}
@media only screen and (max-width: 992px) {
.main-right .menu-col {
width: auto;
}
}
.main-right .menu-col .overflowToggle {
display: block;
}
.main-right .menu-col #res_button {
width: 100%;
margin-top: 10px;
background-color: #e9bd8b;
font-weight: bold;
color: white;
transition: all 0.3s ease 0s;
border: 0px;
padding: 10px;
}
@media only screen and (max-width: 992px) {
.main-right .menu-col .hidden {
height: 100%;
}
}
.main-right .menu-col img {
height: 192px;
}
.main-right .menu-col img.big {
all: unset;
width: 100%;
}
.main-right .menu-col:first-child {
padding-top: 0px !important;
}
.main-right .menu-col:first-child h3:first-child, .main-right .menu-col:first-child .d-single-post h4:first-child, .d-single-post .main-right .menu-col:first-child h4:first-child {
padding-top: 20px;
}
.main-right .menu-col:last-child {
margin-top: 20px;
}
.main-right .menu-row {
width: auto;
padding-bottom: 20px;
width: 100%; }
.main-right .menu-row .room {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
margin-top: 20px;
}
@media only screen and (max-width: 576px) {
.main-right .menu-row .room {
flex-wrap: wrap;
}
}
.main-right .menu-row .room .thumb {
width: 80%;
flex: 1;
border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
.main-right .menu-row .room .thumb {
max-height: -moz-max-content;
max-height: max-content;
height: auto;
margin-bottom: 10px;
}
.main-right .menu-row .room .thumb:before {
content: "";
display: block;
padding-top: 56.25%;
}
}
@media only screen and (max-width: 576px) {
.main-right .menu-row .room .thumb {
max-height: -moz-max-content;
max-height: max-content;
height: auto;
margin-bottom: 10px;
}
.main-right .menu-row .room .thumb:before {
content: "";
display: block;
padding-top: 56.25%;
}
}
.main-right .menu-row .room .info {
width: 50%;
flex: 1;
font-size: 16px !important;
margin-top: 10px;
}
@media only screen and (max-width: 576px) {
.main-right .menu-row .room .info {
text-align: center;
padding: 0px 10px;
}
}
.main-right .menu-row .room .info div:first-child {
text-align: center;
}
.main-right .menu-row .room .info div:first-child > span {
width: 100%;
font-size: 16px !important;
margin: 0px;
}
.main-right .menu-row .room .info .name {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
white-space: nowrap;
line-height: 24px;
color: rgb(0, 0, 0);
letter-spacing: 0.5px;
text-transform: uppercase;
}
.main-right .menu-row .room .info .name span:last-child {
font-size: 12px;
text-transform: none;
}
@media only screen and (max-width: 576px) {
.main-right .menu-row .room .info .name {
text-align: center;
}
}
.main-right .menu-row .room .info .price {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
white-space: nowrap;
line-height: 20px;
margin-top: -3px;
color: rgb(125, 125, 125);
letter-spacing: 0.5px;
display: none;
}
@media only screen and (max-width: 576px) {
.main-right .menu-row .room .info .price {
text-align: center;
}
}
.main-right .menu-row a.button, .main-right .menu-row .spu-box a.btn, .spu-box .main-right .menu-row a.btn, .main-right .menu-row a.d-posts__btn {
display: block;
margin-top: 20px !important;
width: 100%;
text-align: center;
}
.main-right .menu-row:last-child {
border: 0px;
padding-bottom: 0px;
}
.main-right .menu-row h3, .main-right .menu-row .d-single-post h4, .d-single-post .main-right .menu-row h4 {
width: 100%;
text-align: left;
font-family: Work Sans !important;
font-style: normal;
font-weight: normal;
font-size: 16px !important;
color: rgb(0, 0, 0);
letter-spacing: 0.5px;
text-transform: uppercase;
}
.main-right .menu-row p {
all: unset;
overflow: hidden;
height: 50px;
line-height: 20px;
text-align: left;
font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
color: rgb(125, 125, 125);
letter-spacing: 0.5px;
margin-top: 5px;
}
.main-right .menu-row ul {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
all: unset;
overflow: hidden;
height: 60px;
line-height: 20px;
color: #5c5c5c;
letter-spacing: 0.5px;
margin-top: 5px;
}
.main-right .menu-row ul li {
margin-top: 10px;
list-style-type: none;
color: #5c5c5c;
}
.main-right .menu-row ul li:first-child {
margin-top: 0px;
}
.main-right .menu-row .icon-star2 {
font-size: 14px;
margin: 0px;
}
.main-right .menu-row-offer {
border-bottom: 2px solid rgb(233, 189, 139);
width: auto;
margin-top: 15px;
padding-bottom: 15px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.main-right .menu-row-offer:first-child {
margin-top: 0px;
}
.main-right .menu-row-offer:last-child {
border: 0px;
padding-bottom: 0px;
}
.main-right .menu-row-offer .date {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
height: 60px;
width: 100%;
margin-top: 10px;
}
.main-right .menu-row-offer .date .arrival, .main-right .menu-row-offer .date .departure {
position: relative;
top: 0px;
left: 0px;
}
.main-right .menu-row-offer .date .arrival div:first-child, .main-right .menu-row-offer .date .departure div:first-child {
font-size: 14px;
text-transform: uppercase;
color: black;
}
.main-right .menu-row-offer .date .arrival div:last-child, .main-right .menu-row-offer .date .departure div:last-child {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
position: absolute;
left: 28px;
top: 30px;
width: 64px;
white-space: nowrap;
line-height: 20px;
margin-top: -3px;
color: #5c5c5c;
letter-spacing: 0.5px;
}
.main-right .menu-row-offer .date .arrival .icon__clock, .main-right .menu-row-offer .date .departure .icon__clock {
position: absolute;
width: 19px;
height: 19px;
left: 1px;
top: 30px;
}
.main-right .menu-row-offer .date .arrival .icon__clock .icon__clock-1, .main-right .menu-row-offer .date .departure .icon__clock .icon__clock-1 {
position: absolute;
width: 19px;
height: 19px;
left: 0px;
top: 0px;
transform: matrix(1, 0, 0, 1, 0, 0);
overflow: visible;
}
.main-right .menu-row-offer .date .arrival .icon__clock .icon__clock-2, .main-right .menu-row-offer .date .departure .icon__clock .icon__clock-2 {
position: absolute;
width: 5.742px;
height: 9.142px;
left: 8.5px;
top: 3.4px;
transform: matrix(1, 0, 0, 1, 0, 0);
overflow: visible;
}
.main-right .menu-row-offer .date .departure {
left: 80px !important;
}
.main-right .menu-row-offer h3, .main-right .menu-row-offer .d-single-post h4, .d-single-post .main-right .menu-row-offer h4 {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
width: 100%;
color: rgb(0, 0, 0);
letter-spacing: 0.5px;
text-transform: uppercase;
padding-top: 0px !important;
}
.main-right .menu-row-offer p {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
overflow: hidden;
height: 50px;
line-height: 20px;
color: #5c5c5c;
letter-spacing: 0.5px;
margin-top: 5px;
}
.main-right .menu-row-offer ul {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 14px;
overflow: hidden;
height: 60px;
line-height: 20px;
color: #5c5c5c;
letter-spacing: 0.5px;
margin-top: 5px;
padding-left: 0px;
}
.main-right .menu-row-offer ul li {
margin-top: 10px;
list-style-type: none;
color: #5c5c5c;
}
.main-right .menu-row-offer ul li:first-child {
margin-top: 0px;
}
@media only screen and (max-width: 992px) {
.main-right .menu-row-offer .button, .main-right .menu-row-offer .spu-box .btn, .spu-box .main-right .menu-row-offer .btn, .main-right .menu-row-offer .d-posts__btn {
display: none;
}
}
.main-right .menu-row-offer img {
width: 340px;
height: 192px;
margin-left: -30px;
}
.main-right .cta-row {
width: 100%;
padding-top: 10px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.main-right .cta-row h3, .main-right .cta-row .d-single-post h4, .d-single-post .main-right .cta-row h4 {
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
width: 100%;
color: rgb(0, 0, 0);
letter-spacing: 0.5px;
text-transform: uppercase;
}
.main-right .cta-row ul {
all: unset;
text-align: left;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px; line-height: 20px;
color: rgb(125, 125, 125);
letter-spacing: 0.5px;
margin-top: 15px;
}
.main-right .cta-row ul li {
display: flex;
flex-direction: row;
justify-content: stretch; margin-bottom: 10px;
}
.main-right .cta-row ul li div:last-child {
margin-left: 35px;
}
.main-right .cta-row ul li span { width: 90%;
margin-left: 10px;
}
.main-right .cta-row ul li .icon {
display: flex;
flex-direction: row;
justify-content: center; height: 30px;
width: 10%;
}
.main-right .cta-row .button, .main-right .cta-row .spu-box .btn, .spu-box .main-right .cta-row .btn, .main-right .cta-row .d-posts__btn {
width: 100%;
margin-top: 10px;
background-color: rgb(233, 189, 139);
font-weight: bold;
color: white;
transition: all 0.3s ease 0s;
border: 0px;
padding: 10px;
}
.main-right .cta-row .button:hover, .main-right .cta-row .spu-box .btn:hover, .spu-box .main-right .cta-row .btn:hover, .main-right .cta-row .d-posts__btn:hover {
background-color: rgb(212, 170, 124);
}
.main-right .cta-row .icon__wifi {
position: absolute;
width: 21.786px;
height: 15.25px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.main-right .cta-row .icon__price-1 {
position: absolute;
width: 16.922px;
height: 17.068px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.main-right .cta-row .icon__price-2 {
position: relative;
width: 12.185px;
height: 16.947px;
left: 5px;
top: 2.048px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.main-right .cta-row .icon__home {
position: absolute;
width: 19.314px;
height: 16.417px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.main-right .cta-row .icon__lock {
position: absolute;
width: 12.95px;
height: 16.835px;
transform: matrix(1, 0, 0, 1, 0, 0);
}  .tpl-room, .tpl-single, .tpl-offer {
flex-direction: row !important;
justify-content: flex-start;
align-items: center !important;
width: 1520px !important;
padding: 30px 30px 30px 0px;
background-color: white;
}
@media only screen and (max-width: 576px) {
.tpl-room, .tpl-single, .tpl-offer {
padding: 0px 10px !important;
width: 100% !important;
}
}
@media only screen and (max-width: 767px) {
.tpl-room, .tpl-single, .tpl-offer {
padding: 67px 20px 70px 20px;
}
}
@media only screen and (max-width: 992px) {
.tpl-room, .tpl-single, .tpl-offer {
width: 100% !important;
flex-direction: column !important;
justify-content: flex-start;
align-items: center;
border-radius: 0px;
padding: 0px 20px 70px 20px;
margin: 0px 0px 0px 0px;
}
}
@media (min-width: 1520px) {
.tpl-room, .tpl-single, .tpl-offer {
width: auto;
margin: -400px 20px 0px 20px !important;
}
}
@media only screen and (max-width: 576px) {
.tpl-room .main-left .row .col, .tpl-single .main-left .row .col, .tpl-offer .main-left .row .col {
flex-basis: unset !important;
}
}
.tpl-room .main-left .col, .tpl-single .main-left .col, .tpl-offer .main-left .col {
padding: 0px !important;
}
.tpl-offers {
flex-direction: column !important;
justify-content: flex-start;
align-items: center !important;
width: 1520px;
background-color: white;
border-radius: 10px;
padding: 30px 30px 30px 30px !important;
}
@media only screen and (max-width: 576px) {
.tpl-offers {
margin: 0px !important;
padding: 0px !important;
background-color: transparent !important;
}
}
@media (min-width: 576px) {
.tpl-offers {
margin: 0px !important;
}
}
@media (min-width: 767px) {
.tpl-offers {
margin: -400px 10px -100px 10px !important;
padding: 30px 10px 30px 10px !important;
}
}
@media (min-width: 1200px) {
.tpl-offers {
margin: -400px 30px -100px 30px !important;
padding: 30px 30px 30px 30px !important;
}
}
@media (min-width: 1520px) {
.tpl-offers {
width: 100% !important;
}
}
.tpl-offers h2, .tpl-offers .d-single-post h3, .tpl-offers .d-single-post h4, .d-single-post .tpl-offers h3, .d-single-post .tpl-offers h4, .tpl-offers .d-h2__post-header {
margin: 20px 0px 5px 0px !important;
}
.tpl-offer {
align-items: flex-start !important;
}
@media (min-width: 767px) {
.tpl-offer {
margin: -400px 20px -100px 20px !important;
}
}
.tpl-offer ul.amenities {
padding: 20px 30px 10px 30px !important;
}
.tpl-offer .main-right {
top: 135px;
}
.tpl-offer .main-right .menu-col {
margin-top: 0px;
}
.tpl-offer .main-right .menu-col:last-child {
margin-top: 10px !important;
}
.tpl-offer .main-right .menu-row-offer .date {
height: 50px !important;
}
.tpl-offer .main-left p {
line-height: 24px;
}
.tpl-single li {
line-height: 25px;
}
.tpl-single p {
margin: 40px 0px;
font-weight: 20px;
}
.tpl .icons-features {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.tpl .icons-features div {
width: 100px;
background-color: lightskyblue;
}
.tpl .icons-features div .icon {
background-color: lightgreen;
width: 60px;
height: 60px;
}
.tpl .icons-features div .title {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: normal;
font-size: 16px;
text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
.main-left > p {
font-size: 14px !important;
}
.fl-node-5eb7e30fba723 > .fl-node-content {
margin: 0 !important;
}
.fl-node-5eb7e30fba723 > .fl-node-content > .fl-rich-text > div {
border: none !important;
}
.fl-node-5eb7e30fba723 > .fl-node-content > .fl-rich-text > div > ul {
padding-left: 20px;
}
} input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
#contact-container {
display: flex;
flex-direction: row;
width: 100vw;
height: auto;
justify-content: center;
padding-top: 70px;
padding-bottom: 70px;
}
#contact-inner {
display: flex;
flex-direction: row;
width: 1200px;
}
#contact-left {
width: 50%;
height: auto;
}
#contact-right {
width: 50%;
height: auto;
}
.input-text {
width: 49%;
padding: 10px 15px;
margin: 5px 0px;
font-size: 1em;
border: solid 1px #e9bd8b;
font-family: "Work Sans";
}
#input-textbox {
width: 100%;
padding: 10px 15px;
margin: 5px 0px;
height: 150px;
resize: none;
font-size: 1em;
border: solid 1px #e9bd8b;
font-family: "Work Sans";
}
.input-box {
width: 100%;
display: flex;
justify-content: space-between;
}
#contact-form {
display: flex;
flex-direction: column;
}
#contact-send {
padding-top: 20px;
display: flex;
justify-content: space-between;
}
#contact-left > p:nth-child(1) {
font-size: 1.1em;
font-weight: bold;
}
#contact-right > p {
font-weight: bold;
font-size: 1.1em;
}
#contact-submit {
height: 48px;
padding: 0;
padding-left: 10px;
padding-right: 10px;
display: inline-block;
z-index: 1;
font-weight: bold;
color: white !important;
font-family: monospace;
width: 150px;
border: solid 1px #e9bd8b;
background-color: #e9bd8b;
font-size: 1.1em;
}
@media only screen and (max-width: 1200px) {
#contact-inner {
flex-direction: column-reverse;
align-items: center;
}
#contact-left {
width: 95%;
max-width: 600px;
text-align: center;
padding-bottom: 10px;
}
#contact-right {
border-top: none !important;
width: 95%;
max-width: 600px;
padding-top: 10px;
}
#contact-right > p {
text-align: center;
}
#contact-container {
padding-top: 20px;
padding-bottom: 20px;
}
#contact-submit {
font-size: 1.4em;
}
#mail-status {
width: auto;
bottom: 150px;
background: rgba(0, 0, 0, 0.6);
left: calc(50% - 180px);
color: white;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px;
text-align: center;
}
#close_info {
display: flex;
color: white;
margin-top: 20px;
text-align: center;
width: 100px;
margin-left: calc(50% - 50px);
justify-content: center;
border: solid 1px white;
padding: 5px 10px;
}
}
#close_info {
display: none;
}
#mail-status {
display: none;
}
@media only screen and (max-width: 767px) {
#contact-inner {
width: auto;
}
} .d-blog {
margin-top: 150px !important;
}
.d-h2__post-header {
position: relative;
font-size: 28px !important;
margin-left: 75px;
margin-top: 20px; }
@media only screen and (max-width: 576px) {
.d-h2__post-header {
margin-left: 20px;
margin-top: 30px !important;
}
}
.d-h2__post-header:after {
content: "";
position: absolute;
top: 60px;
bottom: 0px;
left: 0;
height: 2px;
width: 40px;
background: #77665e;
}
.d-tpl-offer {
margin: -550px 20px -100px 20px !important;
flex-direction: column !important;
}
@media only screen and (max-width: 576px) {
.d-tpl-offer {
margin: 5px !important;
}
}
.d-pagination {
margin-top: 50px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.d-pagination .page-numbers {
padding: 10px 20px;
margin: 0px 10px;
border: 1px solid rgb(233, 189, 139);
border-radius: 5px;
cursor: pointer;
transition: all 0.3s;
}
.d-pagination .page-numbers:hover {
background: rgb(233, 189, 139);
color: white;
}
.d-pagination .current {
background: rgb(233, 189, 139);
color: white;
}
.d-breadcrumbs {
padding: 0px 40px;
margin-bottom: 20px;
font-size: 16px;
}
@media only screen and (max-width: 576px) {
.d-breadcrumbs {
padding: 30px 10px 0px 10px !important;
margin-bottom: 10px !important;
}
}
.d-breadcrumbs__home {
font-weight: bold;
}
.d-breadcrumbs__home a {
color: rgb(233, 189, 139) !important;
}
.d-single-post {
padding: 50px;
}
.d-single-post figure {
margin: 0px;
margin-top: 20px;
}
.d-single-post img {
margin-top: 10px;
}
@media only screen and (max-width: 576px) {
.d-single-post img {
width: 100%;
height: 200px;
-o-object-fit: cover;
object-fit: cover;
}
}
.d-single-post .wp-block-group {
padding: 0px 40px !important;
}
@media only screen and (max-width: 576px) {
.d-single-post .wp-block-group {
padding: 0px 10px !important;
}
}
.d-single-post .wp-block-column {
padding: 0px 10px !important;
}
.d-single-post .wp-block-column .wp-block-group {
padding: 0px !important;
}
.d-single-post h2, .d-single-post h3, .d-single-post h4, .d-single-post .d-h2__post-header {
font-size: 34px;
position: relative;
margin-bottom: 42px;
margin-top: 30px;
}
.d-single-post h3, .d-single-post h4 {
font-size: 28px;
position: relative;
margin-bottom: 42px;
margin-top: 30px; }
.d-single-post h3:after, .d-single-post h4:after {
content: "";
position: absolute;
top: auto;
bottom: -20px;
left: 0;
height: 2px;
width: 40px;
background: #77665e;
}
.d-single-post h4 {
font-size: 24px;
position: relative;
margin-bottom: 42px; }
.d-single-post h4:after {
content: "";
position: absolute;
bottom: -25px;
left: 0px;
height: 2px;
width: 40px;
background: #77665e;
}
@media only screen and (max-width: 576px) {
.d-single-post h4:after {
top: unset;
bottom: -20px !important;
}
}
.d-single-post p {
width: 100%;
line-height: 25px;
margin: 0px;
margin-top: 15px !important;
}
@media only screen and (max-width: 576px) {
.d-single-post p {
font-size: 16px !important;
}
}
.d-single-post ul li {
line-height: 30px !important;
}
.d-posts {
margin-top: 50px;
}
@media only screen and (max-width: 576px) {
.d-posts {
display: flex;
flex-direction: column;
align-items: center;
}
}
.d-posts__item {
padding: 25px;
margin-left: 50px;
flex-wrap: nowrap !important;
}
@media only screen and (max-width: 576px) {
.d-posts__item {
flex-direction: column !important;
flex-wrap: wrap !important;
margin-left: 0px !important;
}
}
.d-posts__item-thumbnail img {
width: 360px;
height: 240px;
-o-object-fit: cover;
object-fit: cover;
}
@media only screen and (max-width: 576px) {
.d-posts__item-thumbnail img {
width: 100%;
height: 200px;
}
}
.d-posts__item-content {
margin-left: 40px;
}
@media only screen and (max-width: 576px) {
.d-posts__item-content {
margin-left: 0px !important;
}
}
.d-posts__item-content h2, .d-posts__item-content .d-h2__post-header, .d-posts__item-content .d-single-post h3, .d-single-post .d-posts__item-content h3, .d-posts__item-content .d-single-post h4, .d-single-post .d-posts__item-content h4 {
color: rgb(233, 189, 139);
position: relative; }
@media only screen and (max-width: 576px) {
.d-posts__item-content h2, .d-posts__item-content .d-h2__post-header, .d-posts__item-content .d-single-post h3, .d-single-post .d-posts__item-content h3, .d-posts__item-content .d-single-post h4, .d-single-post .d-posts__item-content h4 {
margin-top: 20px !important;
}
}
.d-posts__item-content h2 a, .d-posts__item-content .d-h2__post-header a, .d-posts__item-content .d-single-post h3 a, .d-single-post .d-posts__item-content h3 a, .d-posts__item-content .d-single-post h4 a, .d-single-post .d-posts__item-content h4 a {
color: inherit;
}
.d-posts__item-content h2:after, .d-posts__item-content .d-h2__post-header:after, .d-posts__item-content .d-single-post h3:after, .d-single-post .d-posts__item-content h3:after, .d-posts__item-content .d-single-post h4:after, .d-single-post .d-posts__item-content h4:after {
content: "";
position: absolute;
bottom: -25px;
left: 0;
height: 2px;
width: 40px;
background: #77665e;
}
@media only screen and (max-width: 576px) {
.d-posts__item-content h2:after, .d-posts__item-content .d-h2__post-header:after, .d-posts__item-content .d-single-post h3:after, .d-single-post .d-posts__item-content h3:after, .d-posts__item-content .d-single-post h4:after, .d-single-post .d-posts__item-content h4:after {
bottom: -25px !important;
}
}
.d-posts__item-content p {
width: 100%;
margin-top: 55px;
line-height: 25px;
}
.d-img__mobile img {
display: none;
}
@media only screen and (max-width: 576px) {
.d-img__mobile img {
display: block !important;
width: 100% !important;
height: 300px !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
}
.d-flex {
display: flex !important;
}
.d-block {
display: block !important;
}
.d-none {
display: none !important;
}
@media (min-width: 576px) {
.d-sm-flex {
display: flex !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-none {
display: none !important;
}
}
@media (min-width: 767px) {
.d-md-flex {
display: flex !important;
}
.d-md-block {
display: block !important;
}
.d-md-none {
display: none !important;
}
}
@media (min-width: 992px) {
.d-lg-flex {
display: flex !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-none {
display: none !important;
}
}
@media (min-width: 1200px) {
.d-xl-flex {
display: flex !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-none {
display: none !important;
}
}
.mt-1 {
margin-top: 8px !important;
}
.mt-2 {
margin-top: 16px !important;
}
.mt-3 {
margin-top: 24px !important;
}
.mt-4 {
margin-top: 32px !important;
}
.mt-5 {
margin-top: 40px !important;
}
.mb-1 {
margin-bottom: 8px !important;
}
.mb-2 {
margin-bottom: 16px !important;
}
.mb-3 {
margin-bottom: 24px !important;
}
.mb-4 {
margin-bottom: 32px !important;
}
.mb-5 {
margin-bottom: 40px !important;
}
.sticky-top {
position: sticky;
top: 0px;
right: 0;
left: 0;
z-index: 979;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.col {
flex-grow: 1;
flex-basis: 0;
max-width: 100%;
}
.row {
display: flex;
flex-wrap: wrap;
content: "";
} .info-dot {
margin: 0px;
padding: 0px;
position: fixed;
left: 20px;
bottom: 100px;
opacity: 0;
}
.info-dot .circle {
width: 80px;
height: 80px;
border-radius: 50%;
background-color: white;
position: relative;
z-index: 2;
overflow: hidden;
border: 2px solid #24855B;
box-shadow: 0 0px 12px rgba(0, 0, 0, 0.3);
}
.info-dot .circle-clickable {
cursor: pointer;
}
.info-dot .circle img {
position: relative;
left: 7px;
top: 8px;
width: 60px;
height: 60px;
-o-object-fit: scale-down;
object-fit: scale-down;
}
.info-dot .exit {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 14px;
color: black;
position: absolute;
left: 70px;
top: -10px;
z-index: 3;
opacity: 0.8;
cursor: pointer;
}
.info-dot .exit::after {
position: relative;
width: 20px;
height: 20px;
background-color: transparent;
content: "";
top: -2px;
left: 1px;
display: block;
}
.info-dot .exit .x-line-1 {
overflow: visible;
position: absolute;
width: 10px;
height: 10px;
left: 5.5px;
top: 3.5px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.info-dot .exit .x-line-2 {
overflow: visible;
position: absolute;
width: 10px;
height: 10px;
left: 5.5px;
top: 3.5px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.info-dot .tooltip {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: "normal";
font-size: 16px;
background-color: #fff;
color: #212121;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
width: 260px;
position: absolute;
background-color: white;
padding: 16px;
border-radius: 8px;
vertical-align: middle;
margin-top: 10px;
transition: 500ms ease-in-out;
bottom: 60px;
left: 100px;
z-index: 3;
border-top: 6px #00a878 solid;
}
.info-dot .tooltip p:first-child {
margin: 0px;
padding: 0px;
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 16px;
}  .tooltip {
width: 100%;
position: fixed;
bottom: 100px;
display: flex;
flex-direction: row;
justify-content: center;
z-index: 1001;
opacity: 0;
}
@media (min-width: 767px) {
.tooltip {
width: 400px;
bottom: 15px;
left: 15px;
}
}
.tooltip > div {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: "normal";
font-size: 16px;
background-color: #fff;
color: #212121;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
margin: 0px 15px;
background-color: white;
padding: 5px 15px;
border-radius: 8px;
vertical-align: middle;
transition: 500ms ease-in-out;
border-top: 6px #00a878 solid;
position: relative;
}
.tooltip > div .title {
text-align: center;
font-family: "Work Sans";
font-style: normal;
font-weight: bold;
font-size: 16px;
margin: 5px 10px 0px 10px;
}
.tooltip > div .exit {
color: black;
position: absolute;
right: 7px;
top: 7px;
z-index: 3;
opacity: 0.8;
cursor: pointer;
}
.tooltip > div .exit::after {
position: relative;
width: 20px;
height: 20px;
background-color: transparent;
content: "";
top: -2px;
left: 1px;
display: block;
}
.tooltip > div .exit .x-line-1 {
overflow: visible;
position: absolute;
width: 10px;
height: 10px;
left: 5.5px;
top: 3.5px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.tooltip > div .exit .x-line-2 {
overflow: visible;
position: absolute;
width: 10px;
height: 10px;
left: 5.5px;
top: 3.5px;
transform: matrix(1, 0, 0, 1, 0, 0);
}
.tooltip > div a {
text-decoration: underline;
cursor: pointer;
}
.tooltip-sign {
border-radius: 50%;
padding: 2px 7px;
background-color: #24855b;
text-decoration: none;
color: white;
margin-left: 7px;
font-size: 12px;
}  body {
overflow-x: hidden;
}
#picker {
width: 335px;
height: 50px;
padding: 10px 10px;
font-size: 25px;
background-color: rgba(255, 255, 255, 0.7);
border: solid 2px #333;
border-radius: 3px;
font-family: "Work Sans";
}
#picker :hover {
outline: none;
}
#inner_cal > div:nth-child(2) {
margin-left: 15px;
}
#rangepicker {
top: auto !important;
bottom: 100px;
position: absolute;
left: 50% !important;
margin-left: -375px;
display: flex !important;
width: 750px;
justify-content: space-evenly;
background-color: rgba(255, 255, 255, 0.91);
padding: 5px 5px;
border-radius: 6px;
}
.rangepicker_innerleft {
display: flex;
flex-direction: row;
}
.rpi_right {
display: flex;
flex-direction: column;
width: 75px;
color: #555;
align-items: center;
justify-content: space-around;
cursor: pointer;
}
#rangepicker > div:nth-child(3) > div:nth-child(2) {
text-transform: none !important;
}
#rangepicker > div:nth-child(4) > div:nth-child(2) {
text-transform: none !important;
}
#rpi_left {
width: 80px;
height: 50px;
display: flex;
justify-content: flex-end;
font-size: 3em;
color: #555;
font-family: "Old Standard TT";
letter-spacing: -2px;
}
#rangepicker > div:nth-child(3) {
border-right: solid 2px #ccc;
}
#rpi_leftr {
width: 80px;
height: 50px;
display: flex;
justify-content: flex-end;
font-size: 3em;
color: #555;
font-family: "Old Standard TT";
letter-spacing: -2px;
}
#rpir_top {
height: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #555;
}
#rpir_bottom {
height: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #555;
font-size: 1.4em;
}
#rpir_topr {
height: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #555;
}
#rpir_bottomr {
height: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #333;
font-size: 1.4em;
}
#inner_cal {
display: flex !important;
cursor: pointer;
}
.applyBtn {
margin-left: 10px;
}
.btncal {
height: 50px;
background-color: #e9bd8b;
width: 210px;
color: #333;
font-size: 1.3em;
}
.btncal:focus {
outline: none;
}
.cal_arrow {
color: #555 !important;
font-size: 1.2em !important;
position: relative;
top: 15px;
}
.ico_voucher {
color: #555 !important;
font-size: 1.4em !important;
width: 18px;
}
div.daterangepicker.ltr.show-calendar.openscenter.drop-up {
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
z-index: 1000 !important;
}
#top_sent {
position: absolute;
bottom: 170px;
left: 50% !important;
top: auto !important;
margin-left: -240px;
width: 480px;
background-color: #e9bd8b;
color: #fff;
text-align: center;
font-family: Work Sans;
font-style: normal;
font-weight: bold;
font-size: 15px;
padding: 5px 5px;
}
#welcome-promo-container {
display: flex;
flex-direction: column;
width: -moz-fit-content;
width: fit-content;
justify-content: space-evenly;
position: absolute !important;
bottom: 0px !important;
left: -270px;
transition: 1s linear;
}
.welcome-promo-inner {
width: -moz-fit-content;
width: fit-content;
border-top: solid 10px #e9bd8b;
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
background-color: white;
opacity: 0.95;
padding: 0;
margin-bottom: 10px;
box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.75);
}
.promo-inner {
width: 250px;
height: 160px;
text-align: end;
padding-right: 10px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
}
.promo-inner > p {
color: #000;
font-size: 1em;
text-align: start;
text-transform: none;
font-weight: 300 !important;
margin-top: 5px;
margin-bottom: 5px;
}
.promo-inner > a > div {
background-color: rgb(233, 189, 139);
width: -moz-fit-content;
width: fit-content;
color: #333;
padding: 5px;
border-radius: 5px;
padding-left: 7px;
}
.promo-inner > a > div:hover {
background-color: #F9C894;
}
.icon-calendar {
display: none;
}
#close-mobile-calendar-outer {
display: none;
background-color: white;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: inherit;
}
#close-mobile-calendar {
width: 50px;
height: 50px;
position: fixed;
top: 0;
right: 0;
color: #333;
background-color: rgb(233, 189, 139);
font-size: 1.5em;
padding: 13px;
margin-right: 0 !important;
}
.hidden-overflow {
overflow-y: hidden;
}
#calendar-logo-img {
height: 39px;
width: auto;
filter: invert(1);
padding-top: 10px;
opacity: 0.9;
}
#mobile-calendar-container {
width: 280px;
height: 160px;
background: rgb(233, 189, 139);
background: linear-gradient(0deg, rgb(233, 189, 139) 0%, rgb(233, 189, 139) 14%, rgb(255, 255, 255) 14%);
border-radius: 10px;
margin-left: calc(50% - 140px);
justify-content: space-around;
display: flex;
flex-direction: column;
opacity: 0.95;
}
#mid-day1 {
border-right: solid 2px #999;
font-family: "Old Standard TT";
}
#mid-day2 {
font-family: "Old Standard TT";
}
#mid-year1 {
border-right: solid 2px #999;
}
#datepicker-mid-day {
display: flex;
flex-direction: row;
font-family: Old Standard TT;
font-style: normal;
font-weight: normal;
font-size: 45px;
color: rgb(125, 125, 125);
letter-spacing: -0.5px;
}
#datepicker-mid-month-year {
display: flex;
flex-direction: row;
font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 13px;
color: rgb(125, 125, 125);
letter-spacing: 1.3px;
text-transform: uppercase;
}
.mid-day {
width: 50%;
}
.mid-month {
text-align: right;
width: 30%;
}
.mid-year {
text-align: left;
width: 20%;
}
.cal-btn {
padding: 5px;
width: -webkit-fill-available;
background-color: #e9bd8b;
border: 0;
color: white;
font-family: "Work Sans";
letter-spacing: 2px;
font-weight: 500;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding-top: 12px;
}
.cal-btn:focus {
outline: none;
}
#datepicker-top {
border-bottom: solid 2px #f0f0f0;
padding-bottom: 5px;
display: flex;
justify-content: center;
}
#datepicker-top > p {
margin: 0;
}
.move-up-info-container {
display: none;
position: fixed;
padding: 30px;
align-items: center;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width: 100%;
flex-direction: column;
background-color: white;
z-index: 1027;
}
.move-up-info-inner {
display: flex;
flex-direction: column;
align-items: center;
overflow: auto;
margin-bottom: 50px;
}
.move-up-info-container > div > h2, .move-up-info-container > div > .d-h2__post-header, .d-single-post .move-up-info-container > div > h3, .d-single-post .move-up-info-container > div > h4 {
text-align: center;
font-size: 1.8em !important;
}
.move-up-info-container > div > span {
text-align: center;
font-size: 1em !important;
background-color: #f1f1f1;
width: -webkit-fill-available;
border-radius: 10px;
padding: 1px;
margin: 10px;
}
.lock-ico {
font-size: 3em;
margin: 10px;
}
.move-up-info-container > div > a {
text-decoration: underline;
letter-spacing: 1px;
}
.move-up-info-container > div > p {
text-align: left !important;
font-size: 1em !important;
margin-top: 10px;
margin-bottom: 10px;
}
.move-up-info-close {
position: absolute !important;
top: 15px;
right: -15px;
width: 40px;
height: 40px;
color: #333 !important;
font-size: 1.3em !important;
}
.move-up-info-container > div > input {
position: static;
padding: 10px 15px;
width: 100%;
height: 37px;
text-align: center;
border: solid 1px rgb(233, 189, 139);
font-family: Work Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
color: rgb(125, 125, 125);
letter-spacing: 0.5px;
margin-bottom: 25px;
background-color: #fff;
margin-top: 25px;
}
.move-up-info-container > div > button {
background-color: rgb(233, 189, 139);
width: -moz-fit-content;
width: fit-content;
font-weight: 500;
color: white;
}
.move-up-info-container > div > img {
margin-top: 20px;
}
@media only screen and (max-width: 767px) {
div.daterangepicker.ltr.show-calendar.openscenter.drop-up {
box-shadow: none;
}
#welcome-promo-container {
display: none !important;
}
.daterangepicker {
position: fixed !important;
left: 0 !important;
top: 55px !important;
width: 100% !important;
height: -webkit-fill-available !important;
}
div.calendar-table > table > tbody > tr {
height: 30px;
}
}
@media only screen and (max-width: 576px) {
.daterangepicker {
bottom: 67px !important;
}
#mobile-calendar-container {
margin-top: -5px !important;
}
}
@media only screen and (max-width: 576px) and (max-height: 550px) {
#datepicker-top {
display: none;
}
#datepicker-mid {
display: none;
}
#mobile-calendar-container {
height: auto;
}
.cal-btn {
border-radius: 10px;
background-color: white;
color: #444;
padding: 10px;
opacity: 0.95;
display: flex;
justify-content: center;
}
.icon-calendar {
display: block;
color: #444;
font-size: 1em !important;
}
}  .spu-box {
border-radius: 10px !important;
}
#hu-revoke {
display: none !important;
opacity: 0;
visibility: hidden;
width: 0px;
height: 0px;
}
.hu-visible {
display: none !important;
}
.cmprecallwarning {
display: none !important;
}@font-face {
font-family: 'icomoon';
src: url(//dorisspa.pl/wp-content/themes/doris/fonts/icomoon.eot) format("embedded-opentype"), url(//dorisspa.pl/wp-content/themes/doris/fonts/icomoon.ttf) format("truetype"), url(//dorisspa.pl/wp-content/themes/doris/fonts/icomoon.woff) format("woff"), url(//dorisspa.pl/wp-content/themes/doris/fonts/icomoon.svg) format("svg");
font-style: normal;
font-weight: normal;
}
[class^='icon-1'], [class*=' icon-1'] {
speak: none;
font-family: "icomoon";
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 1;
text-transform: none;
-webkit-font-smoothing: antialiased;
color: rgba(233,189,139,1);
font-size: 20px;
position: relative; margin-right: 10px;
}
.icon-1-_kids_ico:before {
content: '\ea07'; }
.icon-1-music-player:before {
content: '\ea06'; }
.icon-1-money_2:before {
content: '\ea05'; }
.icon-1-aparat:before {
content: '\ea01'; }
.icon-1-school:before {
content: '\ea02'; }
.icon-1-theatre:before {
content: '\ea03'; }
.icon-1-u-shape:before {
content: '\ea04'; }
.icon-1-bike:before {
content: '\e9fd'; }
.icon-1-child:before {
content: '\e9fe'; }
.icon-1-gym:before {
content: '\e9ff'; }
.icon-1-Shape-1:before {
content: '\ea00'; }
.icon-1-arrow3:before {
content: '\e9e6'; }
.icon-1-ekran_stroke:before {
content: '\e9f0'; }
.icon-1-flipchart_stroke:before {
content: '\e9f1'; }
.icon-1-internet_stroke:before {
content: '\e9f2'; }
.icon-1-mikrofon_fill:before {
content: '\e9f3'; }
.icon-1-mikrofon_stroke:before {
content: '\e9f4'; }
.icon-1-naglosnienie_stroke2:before {
content: '\e9f5'; }
.icon-1-people3:before {
content: '\e9f6'; }
.icon-1-projektor_fill:before {
content: '\e9f7'; }
.icon-1-projektor_stroke:before {
content: '\e9f8'; }
.icon-1-sejf2:before {
content: '\e9f9'; }
.icon-1-ruchowe:before {
content: '\e9fa'; }
.icon-1-warsztatowe:before {
content: '\e9fb'; }
.icon-1-wszystkie:before {
content: '\e9fc'; }
.icon-1-internet-przewodowy-stroke:before {
content: '\e98d'; }
.icon-1-kabiny-do-tlumaczen-stroke:before {
content: '\e98f'; }
.icon-1-laptop-stroke:before {
content: '\e991'; }
.icon-1-materialy-pismiennicze-stroke:before {
content: '\e994'; }
.icon-1-modulowe-sciany-stroke:before {
content: '\e996'; }
.icon-1-mownica-stroke:before {
content: '\e997'; }
.icon-1-obsluga-techniczna-stroke:before {
content: '\e9aa'; }
.icon-1-parkiet-stroke:before {
content: '\e9ab'; }
.icon-1-podest-stroke:before {
content: '\e9ac'; }
.icon-1-pointery-stroke:before {
content: '\e9ad'; }
.icon-1-wentylacja-stroke:before {
content: '\e9ae'; }
.icon-1-woda-stroke:before {
content: '\e9af'; }
.icon-1-wskaznik-laserowy-stroke:before {
content: '\e9b0'; }
.icon-1-ekran-stroke:before {
content: '\e9b1'; }
.icon-1-flipchart-stroke:before {
content: '\e9b2'; }
.icon-1-internet-stroke2:before {
content: '\e9b3'; }
.icon-1-klimatyzacja-stroke:before {
content: '\e9b4'; }
.icon-1-mikrofon-stroke:before {
content: '\e99a'; }
.icon-1-naglosnienie_stroke:before {
content: '\e99c'; }
.icon-1-naglosnienie-stroke:before {
content: '\e99e'; }
.icon-1-odtwarzacz-dvd-stroke:before {
content: '\e99f'; }
.icon-1-projektor-stroke:before {
content: '\e9a2'; }
.icon-1-rzutnik-slajdow-stroke:before {
content: '\e9b5'; }
.icon-1-swiatlo-dzienne-stroke:before {
content: '\e9b6'; }
.icon-1-tv-stroke2:before {
content: '\e9b7'; }
.icon-1-zaciemnienie-stroke:before {
content: '\e9b8'; }
.icon-1-venue-standing-banquet:before {
content: '\e9b9'; }
.icon-1-venue-square:before {
content: '\e9ba'; }
.icon-1-venue-o-shape:before {
content: '\e9bb'; }
.icon-1-venue-classroom-wide:before {
content: '\e9bc'; }
.icon-1-venue-theatre-wide:before {
content: '\e9bd'; }
.icon-1-venue-u-shape:before {
content: '\e9be'; }
.icon-1-venue-islands:before {
content: '\e9a4'; }
.icon-1-venue-banquet:before {
content: '\e9a5'; }
.icon-1-venue-classroom:before {
content: '\e9a6'; }
.icon-1-venue-boardroom:before {
content: '\e9a7'; }
.icon-1-venue-horseshoe:before {
content: '\e9a8'; }
.icon-1-venue-theatre:before {
content: '\e9a9'; }
.icon-1-internet-przewodowy-fill:before {
content: '\e900'; }
.icon-1-kabiny-do-tlumaczen-fill:before {
content: '\e901'; }
.icon-1-materialy-pismiennicze-fill:before {
content: '\e903'; }
.icon-1-modulowe-sciany-fill:before {
content: '\e904'; }
.icon-1-mownica-fill:before {
content: '\e905'; }
.icon-1-obsluga-techniczna-fill:before {
content: '\e906'; }
.icon-1-parkiet-fill:before {
content: '\e907'; }
.icon-1-pointery-multimedialne-fill:before {
content: '\e909'; }
.icon-1-wentylacja-fill:before {
content: '\e90a'; }
.icon-1-internet-fill:before {
content: '\e90f'; }
.icon-1-rzutnik-slajdow-fill:before {
content: '\e915'; }
.icon-1-swiatlo-dzienne-fill:before {
content: '\e917'; }
.icon-1-zaciemnienie-fill:before {
content: '\e918'; }
.icon-1-camera:before {
content: '\e94e'; }
.icon-1-pedestrian:before {
content: '\e94d'; }
.icon-1-car:before {
content: '\e94c'; }
.icon-1-download-fill:before {
content: '\e94b'; }
.icon-1-download-stroke:before {
content: '\e94a'; }
.icon-1-pdf:before {
content: '\e949'; }
.icon-1-bell:before {
content: '\e948'; }
.icon-1-fax:before {
content: '\e947'; }
.icon-1-location:before {
content: '\e946'; }
.icon-1-mail:before {
content: '\e945'; }
.icon-1-map-marker:before {
content: '\e944'; }
.icon-1-mobile:before {
content: '\e943'; }
.icon-1-phone:before {
content: '\e942'; }
.icon-1-arrival:before {
content: '\e941'; }
.icon-1-bed:before {
content: '\e94f'; }
.icon-1-bed-double:before {
content: '\e950'; }
.icon-1-bed-folding:before {
content: '\e951'; }
.icon-1-bed-single:before {
content: '\e952'; }
.icon-1-calendar:before {
content: '\e940'; }
.icon-1-clock:before {
content: '\e93f'; }
.icon-1-departure:before {
content: '\e93e'; }
.icon-1-lock:before {
content: '\e93d'; }
.icon-1-meal:before {
content: '\e93c'; }
.icon-1-payment:before {
content: '\e93b'; }
.icon-1-person:before {
content: '\e93a'; }
.icon-1-size:before {
content: '\e939'; }
.icon-1-star:before {
content: '\e938'; }
.icon-1-gift:before {
content: '\ea08'; }
.icon-1-arrow-bold-down:before {
content: '\e937'; }
.icon-1-arrow-bold-left:before {
content: '\e936'; }
.icon-1-arrow-bold-right:before {
content: '\e935'; }
.icon-1-arrow-bold-up:before {
content: '\e934'; }
.icon-1-arrow-normal-down:before {
content: '\e933'; }
.icon-1-arrow-normal-left:before {
content: '\e953'; }
.icon-1-arrow-normal-right:before {
content: '\e954'; }
.icon-1-arrow-normal-up:before {
content: '\e955'; }
.icon-1-arrow-thin-down:before {
content: '\e956'; }
.icon-1-arrow-thin-left:before {
content: '\e932'; }
.icon-1-arrow-thin-right:before {
content: '\e931'; }
.icon-1-arrow-thin-up:before {
content: '\e930'; }
.icon-1-arrow-ultrabold-right:before {
content: '\e92f'; }
.icon-1-check:before {
content: '\e92e'; }
.icon-1-close:before {
content: '\e92d'; }
.icon-1-facebook:before {
content: '\e92c'; }
.icon-1-google-plus:before {
content: '\e925'; }
.icon-1-instagram:before {
content: '\e926'; }
.icon-1-pinterest:before {
content: '\e927'; }
.icon-1-tripadvisor:before {
content: '\e928'; }
.icon-1-twitter:before {
content: '\e929'; }
.icon-1-vimeo:before {
content: '\e92a'; }
.icon-1-youtube:before {
content: '\e92b'; }
.icon-1-alarm-clock-stroke:before {
content: '\e916'; }
.icon-1-phone-stroke:before {
content: '\e902'; }
.icon-1-air-conditioning-stroke:before {
content: '\e908'; }
.icon-1-bathrobe-stroke:before {
content: '\e90b'; }
.icon-1-bathtub-stroke:before {
content: '\e90c'; }
.icon-1-cable-channels-stroke:before {
content: '\e90d'; }
.icon-1-closet-stroke:before {
content: '\e90e'; }
.icon-1-cosmetics-stroke:before {
content: '\e910'; }
.icon-1-desk-stroke:before {
content: '\e911'; }
.icon-1-flatscreen-stroke:before {
content: '\e912'; }
.icon-1-floor-covering-stroke:before {
content: '\e913'; }
.icon-1-fridge-stroke:before {
content: '\e914'; }
.icon-1-hairdryer-stroke:before {
content: '\e919'; }
.icon-1-internet-stroke:before {
content: '\e91a'; }
.icon-1-kitchenette-stroke:before {
content: '\e91b'; }
.icon-1-minibar-stroke:before {
content: '\e91c'; }
.icon-1-relax-room-stroke:before {
content: '\e91d'; }
.icon-1-safe-stroke:before {
content: '\e91e'; }
.icon-1-shower-stroke:before {
content: '\e91f'; }
.icon-1-slippers-stroke:before {
content: '\e920'; }
.icon-1-teapot-stroke:before {
content: '\e921'; }
.icon-1-towels-stroke:before {
content: '\e922'; }
.icon-1-tv-stroke:before {
content: '\e923'; }
.icon-1-armchair-stroke:before {
content: '\e974'; }
.icon-1-balcony-stroke:before {
content: '\e975'; }
.icon-1-bed-double-stroke:before {
content: '\e976'; }
.icon-1-bed-foldable-stroke:before {
content: '\e977'; }
.icon-1-bed-single-stroke:before {
content: '\e978'; }
.icon-1-carpet-stroke:before {
content: '\e979'; }
.icon-1-double-door-stroke:before {
content: '\e97a'; }
.icon-1-iron-stroke:before {
content: '\e97b'; }
.icon-1-jacuzzi-stroke:before {
content: '\e97c'; }
.icon-1-marble-floor-stroke:before {
content: '\e97d'; }
.icon-1-open-windows-stroke:before {
content: '\e97e'; }
.icon-1-parking-stroke:before {
content: '\e97f'; }
.icon-1-radio-stroke:before {
content: '\e980'; }
.icon-1-sofa-stroke:before {
content: '\e981'; }
.icon-1-stairs-stroke:before {
content: '\e982'; }
.icon-1-table-stroke:before {
content: '\e983'; }
.icon-1-terrace-stroke:before {
content: '\e984'; }
.icon-1-camera2:before {
content: '\e957'; }
.icon-1-pedestrian2:before {
content: '\e958'; }
.icon-1-car2:before {
content: '\e959'; }
.icon-1-download-fill2:before {
content: '\e95a'; }
.icon-1-download-stroke2:before {
content: '\e95b'; }
.icon-1-pdf2:before {
content: '\e924'; }
.icon-1-bell2:before {
content: '\e95c'; }
.icon-1-fax2:before {
content: '\e95d'; }
.icon-1-location2:before {
content: '\e95e'; }
.icon-1-mail2:before {
content: '\e95f'; }
.icon-1-map-marker2:before {
content: '\e960'; }
.icon-1-mobile2:before {
content: '\e961'; }
.icon-1-phone2:before {
content: '\e962'; }
.icon-1-arrival2:before {
content: '\e963'; }
.icon-1-bed2:before {
content: '\e964'; }
.icon-1-bed-double2:before {
content: '\e965'; }
.icon-1-bed-folding2:before {
content: '\e966'; }
.icon-1-bed-single2:before {
content: '\e967'; }
.icon-1-calendar2:before {
content: '\e968'; }
.icon-1-clock2:before {
content: '\e969'; }
.icon-1-departure2:before {
content: '\e96a'; }
.icon-1-lock2:before {
content: '\e96b'; }
.icon-1-meal2:before {
content: '\e96c'; }
.icon-1-payment2:before {
content: '\e96d'; }
.icon-1-person2:before {
content: '\e96e'; }
.icon-1-size2:before {
content: '\e96f'; }
.icon-1-star2:before {
content: '\e970'; }
.icon-1-arrow-bold-down2:before {
content: '\e971'; }
.icon-1-arrow-bold-left2:before {
content: '\e972'; }
.icon-1-arrow-bold-right2:before {
content: '\e973'; }
.icon-1-arrow-bold-up2:before {
content: '\e985'; }
.icon-1-arrow-normal-down2:before {
content: '\e986'; }
.icon-1-arrow-normal-left2:before {
content: '\e987'; }
.icon-1-arrow-normal-right2:before {
content: '\e988'; }
.icon-1-arrow-normal-up2:before {
content: '\e989'; }
.icon-1-arrow-thin-down2:before {
content: '\e98a'; }
.icon-1-arrow-thin-left2:before {
content: '\e98b'; }
.icon-1-arrow-thin-right2:before {
content: '\e98c'; }
.icon-1-arrow-thin-up2:before {
content: '\e98e'; }
.icon-1-arrow-ultrabold-right2:before {
content: '\e990'; }
.icon-1-check2:before {
content: '\e992'; }
.icon-1-close2:before {
content: '\e993'; }
.icon-1-facebook2:before {
content: '\e995'; }
.icon-1-google-plus2:before {
content: '\e998'; }
.icon-1-instagram2:before {
content: '\e999'; }
.icon-1-pinterest2:before {
content: '\e99b'; }
.icon-1-tripadvisor2:before {
content: '\e99d'; }
.icon-1-twitter2:before {
content: '\e9a0'; }
.icon-1-vimeo2:before {
content: '\e9a1'; }
.icon-1-youtube2:before {
content: '\e9a3'; }
.icon-1-arrow:before {
content: '\e9bf'; }
.icon-1-arrow_slider:before {
content: '\e9c0'; }
.icon-1-arrow2_slider:before {
content: '\e9c1'; }
.icon-1-bath:before {
content: '\e9c2'; }
.icon-1-bed3:before {
content: '\e9c3'; }
.icon-1-biurko:before {
content: '\e9c4'; }
.icon-1-czajnik:before {
content: '\e9c5'; }
.icon-1-drink:before {
content: '\e9c6'; }
.icon-1-fil:before {
content: '\e9c7'; }
.icon-1-fotel:before {
content: '\e9c8'; }
.icon-1-herb:before {
content: '\e9c9'; }
.icon-1-jass:before {
content: '\e9ca'; }
.icon-1-klima:before {
content: '\e9cb'; }
.icon-1-people:before {
content: '\e9cc'; }
.icon-1-plaszcz:before {
content: '\e9cd'; }
.icon-1-podloga:before {
content: '\e9ce'; }
.icon-1-security:before {
content: '\e9cf'; }
.icon-1-sejf:before {
content: '\e9d0'; }
.icon-1-suszarka:before {
content: '\e9d1'; }
.icon-1-taras:before {
content: '\e9d2'; }
.icon-1-tel:before {
content: '\e9d3'; }
.icon-1-tick:before {
content: '\e9d4'; }
.icon-1-tv:before {
content: '\e9d5'; }
.icon-1-wifi:before {
content: '\e9d6'; }
.icon-1-security2:before {
content: '\e9d7'; }
.icon-1-tick2:before {
content: '\e9d8'; }
.icon-1-advisor:before {
content: '\e9d9'; }
.icon-1-arrow2:before {
content: '\e9da'; }
.icon-1-arrow_2_book:before {
content: '\e9db'; }
.icon-1-arrow_book:before {
content: '\e9dc'; }
.icon-1-arrow_footer:before {
content: '\e9dd'; }
.icon-1-arrow_oferty:before {
content: '\e9de'; }
.icon-1-arrow_oferty_left:before {
content: '\e9df'; }
.icon-1-bowl:before {
content: '\e9e0'; }
.icon-1-check_newsletter:before {
content: '\e9e1'; }
.icon-1-clock3:before {
content: '\e9e2'; }
.icon-1-envelope:before {
content: '\e9e3'; }
.icon-1-fb:before {
content: '\e9e4'; }
.icon-1-gps:before {
content: '\e9e5'; }
.icon-1-scroll:before {
content: '\e9e7'; }
.icon-1-star3:before {
content: '\e9e8'; }
.icon-1-sun:before {
content: '\e9e9'; }
.icon-1-zoom:before {
content: '\e9ea'; }
.icon-1-zoom_minus:before {
content: '\e9eb'; }
.icon-1-zoom_plus:before {
content: '\e9ec'; }
.icon-1-arrow_listing:before {
content: '\e9ed'; }
.icon-1-people2:before {
content: '\e9ee'; }
.icon-1-download:before {
content: '\e9ef'; }
.icon-1-facebook-share:before {
content: '\ea09';
}
.icon-1-mail-share:before {
content: '\ea0a';
}
.icon-1-twitter-share:before {
content: '\ea0b';
}
@font-face {
font-family: 'icomoon_';
src: url(//dorisspa.pl/wp-content/themes/doris/fonts/icomoon_.eot) format("embedded-opentype"), url(//dorisspa.pl/wp-content/themes/doris/fonts/icomoon_.ttf) format("truetype"), url(//dorisspa.pl/wp-content/themes/doris/fonts/icomoon_.woff) format("woff"), url(//dorisspa.pl/wp-content/themes/doris/fonts/icomoon_.svg) format("svg");
font-style: normal;
font-weight: normal;
}
[class^='icon-2'], [class*=' icon-2'] {
speak: none;
font-family: "icomoon_";
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 1;
text-transform: none;
-webkit-font-smoothing: antialiased;
color: rgba(233,189,139,1);
font-size: 20px;
position: relative;
margin-right: 10px;
}
.icon-2-person-plus:before {
content: "\e919"
}
.icon-2-with-children:before {
content: "\e91a"
}
.icon-2-separately-people:before {
content: "\e91b"
}
.icon-2-people-sec:before {
content: "\e91c"
}
.icon-2-person:before {
content: "\e91d"
}
.icon-2-envelope:before {
content: "\e917"
}
.icon-2-paper:before {
content: "\e918"
}
.icon-2-sandglass:before {
content: "\e916"
}
.icon-2-view-sec:before {
content: "\e914"
}
.icon-2-return-time:before {
content: "\e915"
}
.icon-2-ok-sec:before {
content: "\e910"
}
.icon-2-padlock:before {
content: "\e911"
}
.icon-2-home-sec:before {
content: "\e913"
}
.icon-2-check:before {
content: "\e90f"
}
.icon-2-thin-right-arrow:before {
content: "\e90e"
}
.icon-2-fork-knife2:before {
content: "\e90d"
}
.icon-2-return-custom:before {
content: "\e90c"
}
.icon-2-return-no:before {
content: "\e904"
}
.icon-2-return-ok:before {
content: "\e905"
}
.icon-2-share:before {
content: "\e903"
}
.icon-2-health:before {
content: "\e612"
}
.icon-2-upperbooking:before {
content: "\e610"
}
.icon-2-block-dollar:before {
content: "\e60a"
}
.icon-2-block-edit:before {
content: "\e60b"
}
.icon-2-block-language:before {
content: "\e60c"
}
.icon-2-block-star:before {
content: "\e60d"
}
.icon-2-block-user:before {
content: "\e60e"
}
.icon-2-locked:before {
content: "\e609"
}
.icon-2-ok:before {
content: "\e607"
}
.icon-2-circle-cross:before {
content: "\e608"
}
.icon-2-magnifying-glass:before {
content: "\e901"
}
.icon-2-reload:before {
content: "\e906"
}
.icon-2-box-package:before {
content: "\e907"
}
.icon-2-calendar-mini5:before {
content: "\e908"
}
.icon-2-search:before {
content: "\e902"
}
.icon-2-history:before {
content: "\e611"
}
.icon-2-link:before {
content: "\e60f"
}
.icon-2-cash:before {
content: "\ea11"
}
.icon-2-massage:before {
content: "\e600"
}
.icon-2-business:before {
content: "\e601"
}
.icon-2-family:before {
content: "\e602"
}
.icon-2-romantic:before {
content: "\e603"
}
.icon-2-calendar:before {
content: "\e604"
}
.icon-2-info-square:before {
content: "\e605"
}
.icon-2-home:before {
content: "\e900"
}
.icon-2-hotel:before {
content: "\e909"
}
.icon-2-city:before {
content: "\e90a"
}
.icon-2-newspaper:before {
content: "\e90b"
}
.icon-2-pencil5:before {
content: "\e912"
}
.icon-2-camera:before {
content: "\e944"
}
.icon-2-play:before {
content: "\e957"
}
.icon-2-clapboard-play:before {
content: "\e959"
}
.icon-2-connection:before {
content: "\e97c"
}
.icon-2-stack2:before {
content: "\e9ce"
}
.icon-2-stack3:before {
content: "\e9cf"
}
.icon-2-price-tag:before {
content: "\e9ed"
}
.icon-2-price-tag2:before {
content: "\e9ee"
}
.icon-2-price-tags:before {
content: "\e9ef"
}
.icon-2-price-tag3:before {
content: "\e9f0"
}
.icon-2-price-tags2:before {
content: "\e9f1"
}
.icon-2-price-tag4:before {
content: "\e9f2"
}
.icon-2-price-tags3:before {
content: "\e9f3"
}
.icon-2-price-tag5:before {
content: "\e9f4"
}
.icon-2-price-tags4:before {
content: "\e9f5"
}
.icon-2-ticket2:before {
content: "\e9fa"
}
.icon-2-cart:before {
content: "\e9fe"
}
.icon-2-basket:before {
content: "\ea06"
}
.icon-2-percent:before {
content: "\ea09"
}
.icon-2-coin-dollar:before {
content: "\ea0b"
}
.icon-2-coin-euro:before {
content: "\ea0c"
}
.icon-2-coin-pound:before {
content: "\ea0d"
}
.icon-2-coin-yen:before {
content: "\ea0e"
}
.icon-2-piggy-bank:before {
content: "\ea0f"
}
.icon-2-credit-card:before {
content: "\ea15"
}
.icon-2-credit-card2:before {
content: "\ea16"
}
.icon-2-lifebuoy:before {
content: "\ea1b"
}
.icon-2-phone:before {
content: "\ea1c"
}
.icon-2-phone2:before {
content: "\ea1d"
}
.icon-2-envelop5:before {
content: "\ea34"
}
.icon-2-location:before {
content: "\ea38"
}
.icon-2-location3:before {
content: "\ea3a"
}
.icon-2-location4:before {
content: "\ea3b"
}
.icon-2-location5:before {
content: "\ea3c"
}
.icon-2-location7:before {
content: "\ea3e"
}
.icon-2-map4:before {
content: "\ea48"
}
.icon-2-clock:before {
content: "\ea4d"
}
.icon-2-clock2:before {
content: "\ea4e"
}
.icon-2-clock3:before {
content: "\ea4f"
}
.icon-2-clock4:before {
content: "\ea50"
}
.icon-2-calendar4:before {
content: "\ea62"
}
.icon-2-printer4:before {
content: "\ea67"
}
.icon-2-tv:before {
content: "\ea79"
}
.icon-2-bubble3:before {
content: "\eaca"
}
.icon-2-bubble-dots:before {
content: "\eacb"
}
.icon-2-bubble-lines:before {
content: "\eacc"
}
.icon-2-bubble8:before {
content: "\ead5"
}
.icon-2-bubble-dots3:before {
content: "\ead6"
}
.icon-2-bubble-lines3:before {
content: "\ead7"
}
.icon-2-bubble9:before {
content: "\ead8"
}
.icon-2-bubble-dots4:before {
content: "\ead9"
}
.icon-2-bubble-lines4:before {
content: "\eada"
}
.icon-2-bubble-check:before {
content: "\eae1"
}
.icon-2-bubble-star:before {
content: "\eae5"
}
.icon-2-bubble-heart:before {
content: "\eae6"
}
.icon-2-bubble-cancel:before {
content: "\eae8"
}
.icon-2-bubble-plus:before {
content: "\eae9"
}
.icon-2-bubble-minus:before {
content: "\eaea"
}
.icon-2-bubble-notification2:before {
content: "\eaeb"
}
.icon-2-bubble-left:before {
content: "\eaec"
}
.icon-2-bubble-right:before {
content: "\eaed"
}
.icon-2-users:before {
content: "\eaf5"
}
.icon-2-user-lock:before {
content: "\eafa"
}
.icon-2-user3:before {
content: "\eb05"
}
.icon-2-user-tie:before {
content: "\eb0a"
}
.icon-2-binoculars:before {
content: "\eb2b"
}
.icon-2-zoom-in:before {
content: "\eb2e"
}
.icon-2-zoom-out:before {
content: "\eb2f"
}
.icon-2-size:before {
content: "\eb43"
}
.icon-2-gift:before {
content: "\eba9"
}
.icon-2-gift2:before {
content: "\ebaa"
}
.icon-2-spoon-knife:before {
content: "\ebb9"
}
.icon-2-plate:before {
content: "\ebbb"
}
.icon-2-cup2:before {
content: "\ebc6"
}
.icon-2-paw:before {
content: "\ebd5"
}
.icon-2-briefcase2:before {
content: "\ec00"
}
.icon-2-airplane2:before {
content: "\ec03"
}
.icon-2-car:before {
content: "\ec07"
}
.icon-2-bus:before {
content: "\ec0b"
}
.icon-2-activity:before {
content: "\ec0d"
}
.icon-2-train2:before {
content: "\ec10"
}
.icon-2-accessibility2:before {
content: "\ec26"
}
.icon-2-list:before {
content: "\ec56"
}
.icon-2-more:before {
content: "\ec58"
}
.icon-2-grid:before {
content: "\ec5a"
}
.icon-2-grid3:before {
content: "\ec5c"
}
.icon-2-grid6:before {
content: "\ec5f"
}
.icon-2-menu3:before {
content: "\ec6a"
}
.icon-2-menu4:before {
content: "\ec6b"
}
.icon-2-menu5:before {
content: "\ec6c"
}
.icon-2-menu6:before {
content: "\ec6d"
}
.icon-2-download5:before {
content: "\ec82"
}
.icon-2-view:before {
content: "\ecab"
}
.icon-2-starburst:before {
content: "\ecb9"
}
.icon-2-snowflake:before {
content: "\ecba"
}
.icon-2-temperature:before {
content: "\ecbb"
}
.icon-2-temperature2:before {
content: "\ecbc"
}
.icon-2-fan:before {
content: "\ecd1"
}
.icon-2-bed:before {
content: "\ecd9"
}
.icon-2-bed2:before {
content: "\ecda"
}
.icon-2-furniture:before {
content: "\ecdb"
}
.icon-2-star-empty:before {
content: "\ece0"
}
.icon-2-star-half:before {
content: "\ece1"
}
.icon-2-star:before {
content: "\ece2"
}
.icon-2-star-circle:before {
content: "\ece3"
}
.icon-2-heart3:before {
content: "\ece6"
}
.icon-2-heart4:before {
content: "\ece7"
}
.icon-2-man:before {
content: "\ecf8"
}
.icon-2-woman:before {
content: "\ecf9"
}
.icon-2-people:before {
content: "\ecfa"
}
.icon-2-attention:before {
content: "\ed4e"
}
.icon-2-notification2:before {
content: "\ed4f"
}
.icon-2-question:before {
content: "\ed50"
}
.icon-2-question2:before {
content: "\ed51"
}
.icon-2-question3:before {
content: "\ed52"
}
.icon-2-question4:before {
content: "\ed53"
}
.icon-2-plus2:before {
content: "\ed58"
}
.icon-2-minus2:before {
content: "\ed59"
}
.icon-2-plus3:before {
content: "\ed5a"
}
.icon-2-minus3:before {
content: "\ed5b"
}
.icon-2-plus-circle:before {
content: "\ed5c"
}
.icon-2-minus-circle:before {
content: "\ed5d"
}
.icon-2-plus-circle2:before {
content: "\ed5e"
}
.icon-2-minus-circle2:before {
content: "\ed5f"
}
.icon-2-info:before {
content: "\ed60"
}
.icon-2-info2:before {
content: "\ed61"
}
.icon-2-x:before {
content: "\ed62"
}
.icon-2-x-full:before {
content: "\ed63"
}
.icon-2-x-square-empty:before {
content: "\ed65"
}
.icon-2-x-square:before {
content: "\ed66"
}
.icon-2-cancel:before {
content: "\ed67"
}
.icon-2-spam:before {
content: "\ed68"
}
.icon-2-cross:before {
content: "\ed69"
}
.icon-2-cross2:before {
content: "\ed6a"
}
.icon-2-infinite-square:before {
content: "\eda8"
}
.icon-2-infinite:before {
content: "\eda9"
}
.icon-2-arrow-up:before {
content: "\edb4"
}
.icon-2-arrow-up2:before {
content: "\edb5"
}
.icon-2-arrow-up3:before {
content: "\edb6"
}
.icon-2-arrow-up4:before {
content: "\edb7"
}
.icon-2-arrow-right:before {
content: "\edb8"
}
.icon-2-arrow-right2:before {
content: "\edb9"
}
.icon-2-arrow-right3:before {
content: "\edba"
}
.icon-2-arrow-right4:before {
content: "\edbb"
}
.icon-2-arrow-down:before {
content: "\edbc"
}
.icon-2-arrow-down2:before {
content: "\edbd"
}
.icon-2-arrow-down3:before {
content: "\edbe"
}
.icon-2-arrow-down4:before {
content: "\edbf"
}
.icon-2-arrow-left:before {
content: "\edc0"
}
.icon-2-arrow-left2:before {
content: "\edc1"
}
.icon-2-arrow-left3:before {
content: "\edc2"
}
.icon-2-arrow-left4:before {
content: "\edc3"
}
.icon-2-circle-up2:before {
content: "\ede4"
}
.icon-2-circle-right2:before {
content: "\ede5"
}
.icon-2-circle-down2:before {
content: "\ede6"
}
.icon-2-circle-left2:before {
content: "\ede7"
}
.icon-2-checkbox-partial:before {
content: "\ee65"
}
.icon-2-square:before {
content: "\ee66"
}
.icon-2-ok-square:before {
content: "\ee6b"
}
.icon-2-checkbox-unchecked2:before {
content: "\ee6c"
}
.icon-2-checkbox-partial2:before {
content: "\ee6d"
}
.icon-2-radio-checked:before {
content: "\ee6e"
}
.icon-2-radio-checked2:before {
content: "\ee6f"
}
.icon-2-radio-unchecked:before {
content: "\ee70"
}
.icon-2-toggle-on:before {
content: "\ee71"
}
.icon-2-toggle-off:before {
content: "\ee72"
}
.icon-2-ok-full:before {
content: "\ee73"
}
.icon-2-circle:before {
content: "\ee74"
}
.icon-2-circle2:before {
content: "\ee75"
}
.icon-2-circles:before {
content: "\ee76"
}
.icon-2-circles2:before {
content: "\ee77"
}
.icon-2-rulers:before {
content: "\ee7e"
}
.icon-2-share3:before {
content: "\eedd"
}
.icon-2-mail4:before {
content: "\eee2"
}
.icon-2-feed2:before {
content: "\eef0"
}
.icon-2-feed3:before {
content: "\eef1"
}
.icon-2-youtube3:before {
content: "\eef5"
}
.icon-2-youtube4:before {
content: "\eef6"
}
.icon-2-vimeo:before {
content: "\eef8"
}
.icon-2-vimeo2:before {
content: "\eef9"
}
.icon-2-vimeo3:before {
content: "\eefa"
}
.icon-2-flickr:before {
content: "\eefc"
}
.icon-2-flickr2:before {
content: "\eefd"
}
.icon-2-apple2:before {
content: "\ef1b"
}
.icon-2-android:before {
content: "\ef1d"
}
.icon-2-child:before {
content: "\e606"
}
@font-face {
font-family: 'fontello';
src: url(//dorisspa.pl/wp-content/themes/doris/fonts/fontello.eot) format("embedded-opentype"), url(//dorisspa.pl/wp-content/themes/doris/fonts/fontello.ttf) format("truetype"), url(//dorisspa.pl/wp-content/themes/doris/fonts/fontello.woff) format("woff"), url(//dorisspa.pl/wp-content/themes/doris/fonts/fontello.svg) format("svg");
font-style: normal;
font-weight: normal;
}
[class^='icon-3'], [class*=' icon-3'] {
speak: none;
font-family: "fontello";
font-style: normal;
font-variant: normal;
font-weight: normal;
text-transform: none; color: #5c5c5c;
font-size: 20px;
position: relative; }
.icon-3-3phone:before {
content: '\e801';
}
.icon-3-air-condition:before {
content: '\e802';
}
.icon-3-monitor-screen:before {
content: '\e803';
}
.icon-3-wifi:before {
content: '\e804';
}
.icon-3-dryer:before {
content: '\e805';
}
.icon-3-lock:before {
content: '\e806';
}
.icon-3-fridge:before {
content: '\e807';
}
.icon-3-radio:before {
content: '\e808';
}
.icon-3-shower:before {
content: '\e809';
}
.icon-3-glass:before {
content: '\e80a';
}
.icon-3-towels:before {
content: '\e80b';
}
.icon-3-cosmetics:before {
content: '\e80c';
}
.icon-3-oven:before {
content: '\e80d';
}
.icon-3-bathtub:before {
content: '\e80e';
}
.icon-3-balcony:before {
content: '\e80f';
}
.icon-3-coffee:before {
content: '\e810';
}
.icon-3-bathrobe:before {
content: '\e811';
}
.icon-3-alcohol-shop:before {
content: '\e812';
}
.icon-3-iron:before {
content: '\e813';
}
.icon-3-kettle:before {
content: '\e814';
}
.icon-3-mountains:before {
content: '\e829';
}
.icon-3-lux:before {
content: '\e816';
}
.icon-3-android-bar:before {
content: '\e817';
}
.icon-3-air:before {
content: '\e819';
}
.icon-3-parking:before {
content: '\e81a';
}
.icon-3-armchair:before {
content: '\e81b';
}
.icon-3-bed-1:before {
content: '\e81c';
}
.icon-3-bed:before {
content: '\e81c';
}
.icon-3-netflix:before {
content: '\e81d';
}
.icon-3-shopping-cart:before {
content: '\e81e';
}
.icon-3-fork:before {
content: '\e81f';
}
.icon-3-trees:before {
content: '\e820';
}
.icon-3-lock:before {
content: '\e821';
}
.icon-3-buffer-outline:before {
content: '\e822';
}
.icon-3-buffer-outline:before {
content: '\e823';
}
.icon-3-home:before {
content: '\e824';
}
.icon-3-photos-outline:before {
content: '\e825';
}
.icon-3-buffer-outlinef:before {
content: '\e826';
}
.icon-3-photo-1:before {
content: '\e827';
}
.icon-3-group::before {
content: '\e828';
}
.icon-3-foot:before {
content: '\e82a';
}
.icon-3-campfire:before {
content: '\e82b';
}
.icon-3-barbecue:before {
content: '\e82e';
}
.icon-3-expand::before {
content: '\e82c';
}
.icon-3-jacuzzi::before {
content: '\e800';
}
.icon-3-salon::before {
content: '\e82d';
}
.icon-3-sunbed::before {
content: '\e850';
}
.icon-3-pawprint:before {
content: '\e831';
}