@font-face {
    font-family: 'Brandon Grotesque Light';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Light'), url('../fonts/Brandon_light.woff') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Medium'), url('../fonts/Brandon_med.woff') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Regular'), url('../fonts/Brandon_reg.woff') format('woff');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: normal;
    src: local('Playfair Display'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
}

body {
    background-color: #efefef;
    color: #756c66;
}

a, a:visited, a:active, a:focus {
    color: #746c68;
}

a:hover {
    color: #525252;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-75 {
    margin-top: 75px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-35 {
    padding-top: 35px;
}

header.header-langs {
    margin-top: 20px;
    height: 19px;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    line-height: 19px;
}

header.header-menu {
    height: 95px;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    line-height: 19px;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 11;
    padding-top: 5px;
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
}

header.header-menu:not(.menu-shrink) .menu-desktop .col-md-5 {
    width: 32%;
}

header.header-menu > div.container.menu-desktop > div > div:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
}

header.header-menu > div.container.menu-desktop > div > div:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
}

header.header-menu:not(.menu-shrink) ul li a:hover {
    background-color: white;
}

header.header-menu:not(.menu-shrink) .nav li a {
    padding: 10px 5px;
}

header.header-menu.menu-shrink {
    background-color: #efefef;
}

header.header-menu.menu-shrink .menu-desktop .menu-logo {
    display: block;
}

header.header-menu.menu-shrink .menu-desktop .menu-cones {
    display: none;
}

header.header-menu .menu-desktop .menu-logo {
    display: none;
}

header.header-menu .menu-desktop .menu-cones {
    display: block;
    margin-top: 20px;
}

header.header-menu .menu-desktop .menu-cones img {
    margin-left: -50px;
}

.after-header {
    height: 55px;
    width: 100%;
}

header .lang-selector {
    font-family: 'Brandon Grotesque Regular', serif;
}

header .lang-selector a.active {
    color: #C09A78;
}

header .menu-desktop .col-md-5 {
    margin-top: 30px;
}

header.header-menu:not(.menu-shrink) .menu-desktop .col-md-5 {
    margin-top: 23px;
}

header .menu h4, header .menu h5 {
    font-family: 'Brandon Grotesque Regular', serif;
    color: #000;
    text-transform: uppercase;
}

header .menu h4 {
    font-size: 25px;
    letter-spacing: 2px;
}

header .menu h5 {
    font-size: 12px;
    letter-spacing: 3px;
}

header .menu a {
    text-decoration: none;
}

header .menu li {
    position: relative;
}

header .menu li.active a,
header .menu-mobile li.active a,
header .menu li:hover a,
header .menu-mobile li:hover a {
    color: #C09A78;
}

header .menu li:hover:after,
header .menu-mobile li:hover:after,
header .menu li.active:hover:after,
header .menu-mobile li.active:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-top: 1px solid #C09A78;
    z-index: -1;
    width: 75%;
    margin: 0 auto;
    height: 1px;
}

footer {
    height: 250px;
    background-color: #31302e;
    padding: 20px 0;
}

footer .footer-info {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 45px;
}

footer .footer-info a, footer .footer-info a:hover, footer .footer-info a:visited {
    color: #fff !important;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-slider {
    width: 1282px;
    margin-right: auto;
    margin-left: auto;
}

.hr {
    height: 1px;
    background-color: #746c68;
    width: 85px;
    margin: 20px 0;
}

.hr.text-center {
    margin: 20px auto;
}

.btn-white,
.btn-white:active,
.btn-white:visited,
.btn-white:focus {
    font-family: 'Brandon Grotesque Regular', serif;
    border: 1px solid #746c68;
    border-radius: 0;
    padding: 10px 70px;
    font-size: 20px;
    text-transform: uppercase;
}

.btn-gray,
.btn-gray:active,
.btn-gray:visited,
.btn-gray:focus {
    font-family: 'Brandon Grotesque Regular', serif;
    background-color: #707070;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 12px 70px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-gray:hover {
    background-color: #C09A78;
    color: #fff;
}

.btn-white:hover {
    background-color: #C09A78;
    color: #fff;
    border-color: #C09A78;
}

.block-content {
    background-color: #fff;
    padding: 35px 20px;
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 16px;
    margin-top: 50px;
}

.block-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
}

.block-content h5 {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.block-content p {
    font-size: 18px;
}

.about-us {
    margin-top: 50px;
}

.about-us h4 {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 16px;
    text-transform: uppercase;
}

.about-us h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-top: -6px;
}

.about-us p {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
    margin: 0 0 8px;
}

.rooms {
    margin-top: 50px;
}

.rooms h5 {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
}

.rooms h5 span {
    color: #ad8464;
    font-weight: bold;
}

.rooms h3 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
}

.rooms p, .rooms li {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.rooms .feature-list p {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.location {
    margin-top: 50px;
}

.location #map {
    width: 100%;
    height: 330px;
}

.location h3 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
}

.location p {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.location .hr {
    margin: 35px -15px 30px;
}

.location .location-details {
    margin: 0 -30px 30px;
}

.gallery {
    margin-top: 50px;
    position: relative;
}

.gallery h3 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-bottom: 30px;
}

.contact {
    margin-top: 50px;
    margin-bottom: 50px;

}

.contact h3 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-bottom: 40px;
}

.contact p {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.special-offers-site .hr {
    margin: 25px 0 30px;
}

.special-offers-site h3 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-bottom: 40px;
}

.special-offers-site h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
}

.special-offers-site h5 span {
    color: #ad8464;
    font-weight: bold;
}

.special-offers-site .promo-details p {
    line-height: 14px;
}

.special-offers-site .special_price span {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    color: #ad8464;
    font-weight: bold;
}

.special-offers-site .block-content h4 {
    margin-top: -7px;
}

.special-offers-site .block-content .special_price {
    padding-top: 21px;
    padding-bottom: 13px;
    letter-spacing: 1px;
}

.special-offers-site .no-special-offers {
    margin-top: 40px;
    margin-bottom: 40px;
}

.special-offers-site .no-special-offers p {
    text-align: center;
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.special-offers-site ul.no-bullets {
    list-style-type: none;
    padding-left: 10px;
}

.special-offers-header {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.about-us-site h4, .regulations-site h4 {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 16px;
    text-transform: uppercase;
}

.about-us-site h2, .regulations-site h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
}

.about-us-site p, .regulations-site p {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.apartments-site h3 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-bottom: 40px;
}

.object-item {
    background-color: white;
    margin-bottom: 10px
}

.item-details-mobile {
    display: none;
}

.object-item .col-thumb {
    padding-left: 0;
    padding-right: 0;
}

.object-item .item-details {
    padding: 20px 20px 20px 40px;
}

.object-item .item-details .price {
    font-family: 'Brandon Grotesque Light', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.object-item .item-details .price span {
    color: #ad8464;
    font-weight: bold;
}

.object-item .item-details .name {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.object-item .item-details .name h4 {
    font-family: 'Brandon Grotesque Regular', serif;
    font-size: 16px;
}

.object-item .item-details .icon-container {
    margin-top: 45px;
    font-family: 'Brandon Grotesque Regular', serif;
    font-size: 18px;
    margin-left: 6px;
}

.object-item .item-details .icon-container i {
    font-size: 20px;
}

.object-item .item-details .icon-container td {
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 15px;
}

.object-item .go-to-details {
    background-image: url("images/svg/arrowright.svg");
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
    width: 28px;
    height: 21px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.object-item .go-to-details:hover {
    filter: invert(73%) sepia(4%) saturate(3152%) hue-rotate(347deg) brightness(90%) contrast(77%);
}

.container-white {
    background-color: #FFFFFF;
}

.object-details .prev-object {
    display: block;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    letter-spacing: 1px;
    width: 205px;
    top: 175px;
    left: -130px;
}

.object-details .prev-object a,
.object-details .prev-object a:visited,
.object-details .prev-object a:active,
.object-details .prev-object a:focus {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
    font-family: 'Brandon Grotesque Regular', serif;
    font-size: 14px;
    text-transform: uppercase;
}

.object-details .prev-object:hover a {
    color: #C09A78;
    text-decoration: none;
}

.object-details .prev-object:hover a.svg-arrow {
    filter: invert(73%) sepia(4%) saturate(3152%) hue-rotate(347deg) brightness(90%) contrast(77%);
}

.object-details .next-object {
    display: block;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    letter-spacing: 1px;
    width: 205px;
    top: 175px;
    right: -130px;
}

.object-details .next-object a,
.object-details .next-object a:visited,
.object-details .next-object a:active,
.object-details .next-object a:focus {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
    font-family: 'Brandon Grotesque Regular', serif;
    font-size: 14px;
    text-transform: uppercase;
}

.object-details .next-object:hover a {
    color: #C09A78;
    text-decoration: none;
}

.object-details .next-object:hover a.svg-arrow {
    filter: invert(73%) sepia(4%) saturate(3152%) hue-rotate(347deg) brightness(90%) contrast(77%);
}

.object-details .prev-object a.svg-arrow-left {
    display: block;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
    width: 27px;
    height: 19px;
    background: url(images/svg/arrow_left.svg);
    background-size: 27px 19px;
    position: absolute;
    top: 13px;
    left: -19px;
    padding: 0;
}

.object-details .next-object a.svg-arrow-right {
    display: block;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
    width: 27px;
    height: 19px;
    background: url(images/svg/arrow_left.svg);
    background-size: 27px 19px;
    position: absolute;
    top: 13px;
    left: 197px;
    padding: 0;
}

.object-details .back-link {
    font-family: 'Brandon Grotesque Regular', serif;
    font-size: 18px;
    font-style: italic;
}

.object-details h1 {
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 24px;
    font-weight: bold;
}

.object-details .container-white {
    padding: 30px 80px;
    z-index: 3;
}

.object-details .price {
    font-family: 'Brandon Grotesque Light', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.object-details .price span {
    color: #ad8464;
    font-weight: bold;
}

.object-details .details-icon-container {
    margin-top: 45px;
    font-family: 'Brandon Grotesque Black', serif;
    font-size: 18px;
}

.object-details .details-icon-container i {
    font-size: 20px;
    margin-right: 5px;
}

.object-details .details-icon-container td {
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 30px;
}

.object-details .object-description {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
    text-align: justify;
    margin-top: 15px;
}

.object-details .equipment-icons h4 {
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 16px;
    text-transform: uppercase;
}

.object-details .equipment-icons i {
    font-size: 40px;
}

.object-details .equipment-icons div.row {
    margin-top: 40px;
    padding: 0 30px;
}

.object-details .equipment-icons div {
    text-align: center;
    margin-top: 15px;
}

.container-details {
    margin: 30px auto 0;
    width: 90%;
}

.object-details .details-row {
    padding: 30px 0;
    border-bottom: 1px solid #896e73;
}

.object-details .details-row:last-child {
    border-bottom: none;
}

.object-details .details-label {
    font-family: 'Brandon Grotesque Regular', serif;
    font-size: 18px;
    font-weight: bold;
}

.object-details .details-content {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.container-information {
    margin: 30px auto 0;
    width: 90%;
}

.container-information h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.container-information .details-content {
    text-align: right;
}

.container-information .details-row {
    border-bottom: none;
    padding: 0 15px 0 15px;
}

.container-information .details-row .row {
    padding: 20px 20px;
    border-bottom: none;
    border-top: 1px solid #896e73;
    width: 100%;
}

.container-prices {
    margin: 30px auto 0;
    width: 90%;
}

.container-prices h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.table-prices {
    /*font-family: 'Brandon Grotesque Light', serif;*/
}

.table-prices span.season-label-name {
    font-weight: bold;
}

.table-prices thead tr {
    background-color: #DA1D39;
    color: #fff;
}

.table-prices thead tr th {
    border-left: 1px solid #fff;
}

.table-prices thead tr th:not(:first-child),
.table-prices tbody tr td:not(:first-child) {
    text-align: center;
}

.container-reservation {
    margin: 30px auto 30px;
    font-family: 'Brandon Grotesque Light', serif;
    width: 90%;
}

.container-reservation h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.container-intent {
    background-color: white;
    margin-top: -100px;
    z-index: 2;
    position: relative;
}

.localization-site .container-slider {
    position: relative;
}

.localization-text-container-01 {
    width: 90%;
    margin: 0 auto;
}

.localization-text-container-02 {
    width: 90%;
    margin: 30px auto 50px;
}

.localization-site .container-intent {
    padding: 30px 40px;
}

.localization-site h4 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin-bottom: 20px;
}

.localization-site p {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.localization-site li {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.localization-site #map {
    width: 100%;
    height: 450px;
}

.gallery-site h3 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-bottom: 40px;
}

.gallery-site .gallery > div {
    margin-bottom: 20px;
}

.gallery-site .preloader {
    position: absolute;
    z-index: 1;
    background: #efefef;
    opacity: .9;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 1s ease-out; /* Future, future, please come sooner! */
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}

.gallery-site .preloader.not-visible {
    opacity: 0;
}

.gallery-site .preloader-image {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(images/svg/preloader2.svg);
    background-size: 40px 40px;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.gallery-site .preloader.not-visible .preloader-image {
    display: none;
}

#cookie-bar {
    height: 60px;
    background-color: #746c69;;
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#cookie-bar a.cookieBarLink {
    padding: 0;
    margin-left: 0;
    text-decoration: underline;
}

#cookie-bar a.cb-enable {
    background: #746c69;
    border: 1px solid white;
    text-transform: uppercase;
    padding: 3px 25px;
    margin-left: 80px;
    border-radius: 0;
}

#cookie-bar a.cb-enable:hover {
    background: #746c69;
}

#cookie-bar p {
    margin-top: 10px;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.container-full {
    padding-left: 0;
    padding-right: 0;
}

.contact-site #map {
    width: 100%;
    height: 600px;
}

.contact-site .contact-details div {
    padding-left: 0;
    padding-right: 0;
}

.contact-site .contact-details div:first-child {
    padding: 31px;
}

.contact-site h4 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin-bottom: 20px;
}

.contact-site p {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 18px;
}

.contact-site h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 24px;
    /*font-weight: bold;*/
}

/* fluid 5 columns */
.grid-sizer,
.grid-item {
    width: 25%;
}

/* 2 columns */
.grid-item--width2 {
    width: 50%;
}

.grid-item img {
    padding: 10px;
}

.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    cursor: pointer;
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}

.icon-play:hover {
    transform: scale(1.2);
}

.localization-site .player-container.playing {
    position: relative;
    width: 100%;
    height: 100px;
}

.localization-site .player-container.playing iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sy-home-controls {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    line-height: 18px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 33px 30px;
    width: 260px;
    height: 90px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.sy-home-controls li {
    list-style: none;
    width: 33%;
}

.sy-home-controls .sy-prev a {
    background-image: url("images/svg/arrowleft.svg");
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
    background-repeat: no-repeat;
    background-size: 27px 19px;
    display: block;
    width: 30px;
    height: 20px;
}

.sy-home-controls .sy-next a {
    background-image: url("images/svg/arrowright.svg");
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
    background-repeat: no-repeat;
    background-size: 27px 19px;
    display: block;
    width: 30px;
    height: 20px;
    float: right;
}

.sy-home-controls .sy-prev a:hover,
.sy-home-controls .sy-next a:hover {
    filter: invert(73%) sepia(4%) saturate(3152%) hue-rotate(347deg) brightness(90%) contrast(77%);
}

.sy-object-controls {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    line-height: 18px;
    background-color: white;
    position: absolute;
    bottom: 102px;
    left: 56px;
    z-index: 5;
    margin: 0;
    padding: 33px 30px;
    width: 260px;
    height: 90px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.sy-object-controls li {
    list-style: none;
    width: 33%;
}

#object-gallery .sy-slide > a {
    height: 721px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#object-gallery .sy-slide > a > img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    width: auto;
}

.sy-object-controls .sy-prev a {
    background-image: url("images/svg/arrowleft.svg");
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
    background-repeat: no-repeat;
    background-size: 27px 19px;
    display: block;
    width: 30px;
    height: 20px;
}

.sy-object-controls .sy-next a {
    background-image: url("images/svg/arrowright.svg");
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
    background-repeat: no-repeat;
    background-size: 27px 19px;
    display: block;
    width: 30px;
    height: 20px;
    float: right;
}

.sy-object-controls .sy-prev a:hover,
.sy-object-controls .sy-next a:hover {
    filter: invert(73%) sepia(4%) saturate(3152%) hue-rotate(347deg) brightness(90%) contrast(77%);
}

.search-container {
    background-color: #fff;
    height: 118px;
    padding: 27px 25px;
}

.search-container .row .row > div {
    border-right: 1px solid rgba(111, 103, 99, 0.3);
}

.search-container .search-title {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 16px;
    text-transform: uppercase;
}

.search-container .calendar {
    background-image: url("/css/images/calendar-icon.png");
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}

.search-container .number {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 36px;
    margin-right: 6px;
}

.search-container .month {
    font-family: 'Brandon Grotesque Light', serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
}

.search-container .search-chooser {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: center;
    cursor: pointer;
}

.search-container .nice-select {
    border: none;
    float: none;
    width: 98px;
    margin-left: 22px;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 36px;
}

.search-container .nice-select:after {
    width: 16px;
    height: 16px;
    margin-top: -9px;
    right: 12px;
}

.search-container .nice-select .list {
    font-size: 16px;
}

.search-container .button-col {
    margin-top: 10px;
}

.homepage-slider {
    position: relative;
}

.homepage-slider .sy-pager {
    position: absolute;
    bottom: 113px;
    z-index: 4;
    left: 72px;
    text-align: left;
    width: 100px;
}

.homepage-slider .sy-pager li {
    width: 0.4em;
    height: 0.4em;
    margin: 0 .6em 0 0;
}

.homepage-slider .sy-pager li a {
    width: 0.4em;
    height: 0.4em;
    background-color: #fff;
}

.homepage-slider .sy-pager li.sy-active {
    width: 0.8em;
    height: 0.8em;
    margin: 0 .6em 0 0;
    line-height: 23px;
}

.homepage-slider .sy-pager li.sy-active a {
    background-color: rgba(204, 0, 102, 0);
    border: 1px solid #fff;
    height: 0.8em;
    width: 0.8em;
}

.search-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 0 auto;
}

.svg-icon {
    display: block;
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
}

.wifi-svg-icon {
    width: 43px;
    height: 30px;
    background: url(images/svg/wifi.svg);
    background-size: 43px 30px;
}

.parking-svg-icon {
    width: 41px;
    height: 41px;
    background: url(images/svg/parking.svg);
    background-size: 41px 41px;
}

.nopets-svg-icon {
    width: 41px;
    height: 41px;
    background: url(images/svg/no_pets.svg);
    background-size: 41px 41px;
}

.shower-svg-icon {
    width: 32px;
    height: 41px;
    background: url(images/svg/prysznic.svg);
    background-size: 32px 41px;
}

.playground-svg-icon {
    width: 39px;
    height: 41px;
    background: url(images/svg/plac_zabaw.svg);
    background-size: 39px 41px;
}

.mountainview-svg-icon {
    margin-top: 10px;
    width: 41px;
    height: 20px;
    background: url(images/svg/widok.svg);
    background-size: 41px 20px;
}

header .menu-mobile .mobile-big-logo {
    display: none;
}

header .menu-mobile,
header .menu-opener {
    display: none;
}

.mfp-bg {
    background: #000000;
}

.mfp-s-loading .mfp-arrow {
    display: none;
}

button.mfp-close {
    display: block;
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
    width: 18px;
    height: 18px;
    background: url(images/svg/close_button.svg) no-repeat;
    background-size: 18px 18px;
    opacity: 1;
    margin-top: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    top: 9px;
    width: 18px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-counter {
    right: 50%;
    margin: 0 auto;
    transform: translate(50%, 0%);
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #929292;
}

.mfp-bottom-bar {
    margin-top: -28px;
}

button.mfp-arrow-left {
    display: block;
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
    width: 35px;
    height: 24px;
    background: url(images/svg/arrowleft.svg);
    background-size: 35px 24px;
    opacity: 1;
    left: -40px;
    margin-top: 0;
}

button.mfp-arrow-left:active {
    margin-top: 0;
}

button.mfp-arrow-left:before,
button.mfp-arrow-left:after,
button.mfp-arrow-right:before,
button.mfp-arrow-right:after,
button.mfp-arrow:before,
button.mfp-arrow:after {
    content: none;
}

.mfp-arrow:hover {
    filter: invert(73%) sepia(4%) saturate(3152%) hue-rotate(347deg) brightness(90%) contrast(77%);
}

button.mfp-arrow-right {
    display: block;
    filter: invert(45%) sepia(2%) saturate(2810%) hue-rotate(341deg) brightness(90%) contrast(74%);
    width: 35px;
    height: 24px;
    background: url(images/svg/arrowright.svg);
    background-size: 35px 24px;
    opacity: 1;
    right: -40px;
    margin-top: 0;
}

button.mfp-arrow-right:active {
    margin-top: 0;
}

.order-btn {
    display: none;
}

header .menu-mobile .mobile-small-logo {
    margin-left: 17px;
}

@media (max-width: 1315px) {
    .container-slider {
        width: 1200px;
    }

    .sy-object-controls {
        left: 15px;
    }

    .object-details .prev-object,
    .object-details .next-object {
        display: none;
    }

    .homepage-slider .sy-pager {
        left: 31px;
    }

    header.header-menu .menu-desktop .menu-cones img {
        margin-left: -25px;
    }
}

@media (max-width: 1231px) {
    .container-slider {
        width: 1170px;
    }

    .container-intent {
        margin-top: 0;
    }

    #object-gallery .sy-slide > a {
        height: 658px;
    }

    .sy-object-controls {
        left: 1px;
        bottom: 1px;
    }

    .homepage-slider .sy-pager {
        left: 16px;
    }

    header.header-menu .menu-desktop .menu-cones img {
        margin-left: -5px;
    }

    header.header-menu:not(.menu-shrink) .menu-desktop .col-md-5 {
        width: 36%;
    }

    header.header-menu:not(.menu-shrink) > div.container.menu-desktop > div > div:nth-child(2) {
        padding-right: 0;
    }

    header.header-menu:not(.menu-shrink) > div.container.menu-desktop > div > div:nth-child(4) {
        padding-left: 0;
    }

    header.header-menu:not(.menu-shrink) ul li a:hover {
        background-color: white;
    }

    header.header-menu:not(.menu-shrink) .nav li a {
        padding: 10px 10px;
    }
}

@media (max-width: 1200px) {
    .container-slider {
        width: 970px;
    }

    #object-gallery .sy-slide > a {
        height: 546px;
    }

    .apartments-site .object-item .item-details .icon-container {
        margin-top: 5px;
    }

    .apartments-site .object-item .item-details .icon-container table {
        margin-left: 15px;
    }

    header.header-menu .menu-desktop .menu-cones img {
        margin-left: 0;
    }
}

@media (max-width: 992px) {

    .lang-selector{
        width: 14%;
    }

    .item-details {
        display: none;
    }

    .item-details-mobile {
        display: block;
    }

    .apartments-site .object-item .item-details .icon-container {
        margin-top: 25px;
    }

    .after-header {
        display: none;
    }

    .object-details {
        margin-top: 10px;
    }

    .container-slider {
        width: 750px;
    }

    #object-gallery .sy-slide > a {
        height: 54vw;
    }

    header.header-menu {
        margin-top: 0;
        padding-top: 20px;
        height: 75px;
    }

    header.header-langs {
        display: none;
    }

    header .menu-desktop {
        display: none;
    }

    header .menu-mobile {
        display: block;
    }

    .block-content img {
        margin: 0 auto;
    }

    .block-content .button-row {
        text-align: center;
    }

    .rooms img {
        margin: 0 auto;
    }

    .rooms h5,
    .rooms h3 {
        text-align: center;
    }

    .rooms .hr {
        margin: 25px auto;
    }

    .rooms .button-row {
        text-align: center;
    }

    .location img {
        float: none !important;
        margin: 0 auto;
    }

    .location img:first-child {
        margin-bottom: 20px;
    }

    .location .hr {
        margin: 25px auto;
    }

    .object-detail-page .container-slider,
    .object-detail-page .container {
        width: 100%;
    }

    .localization-text-container-01,
    .localization-text-container-02 {
        width: 100%;
    }

    .object-details .container-white {
        padding: 30px 30px;
    }

    .object-details .equipment-icons {
        margin-top: 20px;
    }

    .object-details .equipment-icons div.row {
        margin-top: 10px;
        padding: 0;
    }

    .object-details .equipment-icons div {
        width: auto;
    }

    .localization-site {
        margin-top: 10px;
    }

    .contact-site .contact-details {
        text-align: center;
        margin: 0 auto;
    }

    .contact-site .contact-details div {
        margin: 0 auto;
    }

    .contact-details img {
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
        padding: 15px 0;
    }

    .special-offers-site .block-content div:nth-child(2) {
        margin-top: 10px;
    }

    .special-offers-site .block-content {
        padding: 20px 0;
        margin-top: 30px;
    }

    .contact-site #map {
        width: 100%;
        height: 400px;
    }

    .block-content h5 {
        margin-top: 10px;
    }

    .rooms h5 {
        margin-top: 10px;
    }

}

@media (max-width: 768px) {
    .mobile-big-logo {
        width: 100%;
    }

    .search-container .col-sm-3 {
        width: 100%;
    }

    .menu-mobile .col-sm-9{
        width: 100%;
    }

    .menu-mobile .col-sm-9 .nav-justified li{
        display: block;
        width: unset;
    }

    .container-slider {
        width: auto;
    }

    #object-gallery .sy-slide > a {
        height: 56vw;
    }

    .homepage-slider .sy-pager {
        top: 41vw;
    }

    .search-wrapper {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        margin-top: -50px;
    }

    .search-container {
        height: unset;
        padding: 0 25px;
    }

    .search-container .search-title {
        float: left;
    }

    .search-container .search-chooser {
        float: right;
    }

    .search-container .row .row > div {
        border-right: none;
        border-bottom: 1px solid rgba(111, 103, 99, 0.3);
        height: 70px;
        padding: 16px;
    }

    .search-container .row .row > div:nth-child(3) {
        float: left;
        width: 50%;
        border-right: 1px solid rgba(111, 103, 99, 0.3);
    }

    .search-container .row .row > div:nth-child(3) > .search-select {
        float: right;
    }

    .search-container .row .row > div:nth-child(4) {
        float: right;
        width: 50%;
    }

    .search-container .row .row > div:nth-child(4) > .search-select {
        float: right;
    }

    .search-container .button-col {
        margin: 20px;
    }

    header.header-menu {
        -moz-transition-property: none;
        -o-transition-property: none;
        -webkit-transition-property: none;
        transition-property: none;
    }

    header .menu-mobile {
        transition: all 1s;
    }

    header .menu-opener {
        display: block;
    }

    header .menu-mobile .row > div:nth-child(3),
    header .menu-mobile .row > div:nth-child(4) {
        display: none;
    }

    header.mobile-open .menu-mobile .row > div:nth-child(1) {
        display: block;
        margin-top: 20px;
    }

    header.mobile-open .menu-mobile .row > div:nth-child(2) {
        display: none;
    }

    header.mobile-open .menu-mobile .row > div:nth-child(3),
    header.mobile-open .menu-mobile .row > div:nth-child(4) {
        display: block;
    }

    header .menu-mobile ul {
        margin-top: 100px;
    }

    header .menu-mobile ul li a {
        font-size: 32px;
        line-height: 30px;
    }

    header .menu-mobile ul li a:focus,
    header .menu-mobile ul li a:hover {
        background-color: unset;
    }

    header .menu-mobile .row div:nth-child(3) {
        margin: 60px 0;
        font-size: 22px;
        text-align: center;
    }

    header .menu-mobile .menu-opener {
        width: 54px;
        position: absolute;
        top: 18px;
        right: 23px;
        line-height: 14px;
        cursor: pointer;
    }

    header.menu-shrink .menu-mobile .menu-opener {
        top: 52px;
    }

    header.menu-shrink.mobile-open .menu-mobile .menu-opener {
        top: 18px;
    }

    header .menu-mobile .menu-opener img {
        transition: all 0.6s ease;
    }

    header.mobile-open .menu-mobile .menu-opener img:first-child {
        transform: rotate(-35deg) scale(1) skew(0deg) translate(-12px, 12px);
    }

    header.mobile-open .menu-mobile .menu-opener img:last-child {
        transform: rotate(35deg) scale(1) skew(0deg) translate(0px, 3px);
    }

    header.menu-shrink {
        height: 132px;
        position: fixed;
        width: 100%;
    }

    .after-header {
        display: block;
        height: 132px;
    }

    header .menu-mobile .mobile-small-logo img {
        margin-top: -8px;
    }

    header .menu-mobile .mobile-big-logo {
        display: none;
    }

    header.menu-shrink .menu-mobile .mobile-small-logo {
        display: none;
    }

    header.menu-shrink .menu-mobile .mobile-big-logo {
        display: block;
    }

    header.menu-shrink .menu-mobile .mobile-big-logo img {
        width: 26vw;
    }

    header.mobile-open {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 12;
        left: 0;
        top: 0;
        overflow-x: hidden;
        margin-top: 0;
        padding-top: 0;
    }

    header.mobile-open .menu-mobile {
        z-index: 4;
        background-color: #ffffff;
        height: 100%;
    }


    .about-us-site h2, .regulations-site h2 {
        font-size: 40px;
    }

    .about-us-site .image-abu-01, .regulations-site .image-abu-01{
        width: 400px;
    }

    .about-us-site .image-abu-02, .regulations-site .image-abu-02 {
        width: 400px;
    }

    #cookie-bar {
        height: 70px;
    }

    #cookie-bar p {
        margin-top: 5px;
    }

    .lang-selector{
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 661px) {
    .homepage-slider .sy-pager {
        top: 39vw;
    }

    .about-us h2 {
        font-size: 42px;
    }

    .about-us img {
        width: 100%;
        height: auto;
    }

    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    /* 2 columns */
    .grid-item--width2 {
        width: 100%;
    }

    .grid-item img {
        padding: 5px;
    }

    button.mfp-arrow-left {
        top: unset;
        bottom: 10px;
        left: 0;
    }

    button.mfp-arrow-right {
        top: unset;
        bottom: 10px;
        right: 0;
    }

    .object-item .item-details {
        padding: 20px;
    }

    header.menu-shrink .menu-mobile .mobile-big-logo img {
        width: 29vw;
    }
}

@media (max-width: 590px) {
    .homepage-slider .sy-pager {
        top: 37vw;
    }

    .search-container .nice-select {
        width: 81px;
        font-size: 34px;
        line-height: 36px;
    }

    .search-container .nice-select:after {
        margin-top: -9px;
        right: 4px;
    }

    .container-details,
    .container-information,
    .container-prices,
    .container-reservation {
        width: 100%;
    }

    .container-information .details-row {
        padding: 0 0 0 15px;
    }

    .localization-site .container-intent {
        padding: 10px 10px;
        margin: -10px 10px 0;
    }


    .localization-site .localization-text-container-01 h4 {
        text-align: center;
    }

    .localization-site .localization-text-container-01 .hr {
        margin: 20px auto;
    }

    .localization-site .localization-bottom-image {
        padding: 0 20px;
    }

    .row-no-padding > [class*="col-"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .container-fluid.special-offers-site {
        padding-left: 15px;
        padding-right: 15px;
    }

    .object-detail-page .container.container-white.container-intent {
        width: 95%;
        padding: 30px 15px 30px;
        margin: 21px 10px 0;
    }

    .object-detail-page .container .container-details {
        width: 95%;
    }

    .sy-object-controls {
        left: 10px;
        bottom: -20px;
        height: 61px;
        padding: 20px 24px;
    }

    .object-detail-page .container-slider {
        position: relative;
    }

    .order-btn.btn-gray {
        display: block;
        position: absolute;
        bottom: -20px;
        left: 270px;
        z-index: 6;
        width: calc(100% - 288px);
        padding: 18px 70px;
    }

    header.menu-shrink .menu-mobile .mobile-big-logo img {
        width: 32vw;
    }
}

@media (max-width: 519px) {
    #object-gallery .sy-slide > a {
        height: 57vw;
    }

    .object-detail-page .container.container-white.container-intent {
        margin: 31px 10px 0;
    }

    .sy-object-controls {
        font-size: 17px;
        line-height: 14px;
        bottom: -30px;
        left: 10px;
        padding: 22px 16px;
        width: 195px;
    }

    .order-btn.btn-gray {
        display: block;
        position: absolute;
        bottom: -30px;
        left: 205px;
        z-index: 6;
        width: calc(100% - 221px);
        padding: 18px 20px;
    }

    .container-information .details-row .row {
        padding: 16px 0;
    }

    .object-details .btn-white {
        padding: 10px 30px;
    }

    .container--reservation {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .container--prices {
        padding-left: 8px;
        padding-right: 8px;
    }

    .container-prices h4 {
        margin-left: 7px;
    }

    .container-reservation {
        padding-left: 8px;
        padding-right: 8px;
    }

    .container-reservation h4 {
        text-align: left;
        margin-left: 7px;
    }

    .homepage-slider .sy-pager {
        top: 44vw;
    }

    .search-container .row .row > div:nth-child(3) {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(111, 103, 99, 0.3);
    }

    .search-container .row .row > div:nth-child(4) {
        float: none;
        width: 100%;
    }

    .about-us-site h2 {
        font-size: 30px;
    }

    .about-us-site .image-abu-01, .regulations-site .image-abu-01 {
        width: 350px;
    }

    .about-us-site .image-abu-02, .regulations-site .image-abu-02 {
        width: 350px;
    }

    .contact-site #map {
        width: 100%;
        height: 300px;
    }

    .contact-site .contact-bottom-image {
        padding: 0 20px;
    }

    .special-offers-site .special-offers-bottom-image {
        padding: 0 20px;
    }

    .special-offers-site h3 {
        width: 75%;
        margin: 0 auto 30px;
    }

    .special-offers-site .special-offers-list {
        margin: 0 10px;
    }

    header.menu-shrink .menu-mobile .mobile-big-logo img {
        width: 35vw;
    }

    .block-content {
        padding: 20px 0;
    }

    .block-content h5 {
        margin-top: 10px;
    }

    .rooms h5 {
        margin-top: 10px;
    }

    .gallery .sy-home-controls {
        position: absolute;
        bottom: -90px;
        width: 100%;
    }

    .gallery div.row.mt-40 {
        margin-top: 115px;
    }

    .search-wrapper {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        margin-top: -25px;
    }

    .special-offers-site .block-content h4 {
        margin-top: 1px;
    }

    .special-offers-site .block-content .hr {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 480px) {
    .homepage-slider .sy-pager {
        top: 43vw;
    }

    header.menu-shrink .menu-mobile .mobile-big-logo img {
        width: 38vw;
    }

    .about-us p, .location-details p {
        margin: 0 10px;
    }

    .rooms h5 {
        margin-top: 15px;
    }
}

@media (max-width: 440px) {
    .about-us-site .image-abu-01, .regulations-site .image-abu-01 {
        width: 300px;
    }

    .about-us-site .image-abu-02, .regulations-site .image-abu-02 {
        width: 300px;
    }

    footer .footer-info {
        font-size: 14px;
    }

    .special-offers-site .btn-white {
        padding: 10px 25px;
    }

    .order-btn.btn-gray {
        font-size: 16px;
        bottom: -30px;
        left: 205px;
        width: calc(100% - 217px);
        padding: 19px 20px;
    }

    header.menu-shrink .menu-mobile .mobile-big-logo img {
        width: 43vw;
    }

    .homepage-slider .sy-pager {
        top: 42vw;
    }

    #cookie-bar {
        height: 100px;
    }

    #cookie-bar p {
        margin-top: 2px;
    }

    #cookie-bar a.cb-enable {
        background: #746c69;
        border: 1px solid white;
        text-transform: uppercase;
        padding: 3px 25px;
        display: block;
        width: 43vw;
        margin: 3px auto 0;
    }

}

@media (max-width: 370px) {
    .order-btn.btn-gray {
        font-size: 13px;
        width: calc(100% - 213px);
        padding: 22px 20px;
    }

    header.menu-shrink .menu-mobile .mobile-big-logo img {
        width: 48vw;
    }

    .homepage-slider .sy-pager {
        top: 41vw;
    }
}

@media (max-width: 320px) {
    .homepage-slider .sy-pager {
        top: 38vw;
    }
}