@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700&display=swap);
@font-face {
    font-family: iconfont-jaegerhof;
    font-style: normal;
    font-weight: 400;
    src: url("/resources/themes/default/webfonts/iconfont-jaegerhof/fonts/iconfont-jaegerhof.eot?xqcpa1");
    src: url("/resources/themes/default/webfonts/iconfont-jaegerhof/fonts/iconfont-jaegerhof.eot?#iefix-xqcpa1") format("embedded-opentype"), url("/resources/themes/default/webfonts/iconfont-jaegerhof/fonts/iconfont-jaegerhof.ttf?xqcpa1") format("truetype"), url("/resources/themes/default/webfonts/iconfont-jaegerhof/fonts/iconfont-jaegerhof.woff?xqcpa1") format("woff"), url("/resources/themes/default/webfonts/iconfont-jaegerhof/fonts/iconfont-jaegerhof.svg?xqcpa1#iconfont-jaegerhof") format("svg")
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 62.5%;
}

@media screen and (min-width:48em) {
    body,
    html {
        height: 100%
    }
    .sheet {
        position: relative;
        height: auto !important;
        height: 100%;
        min-height: 100%;
        padding-bottom: 250px
    }
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        //height: 250px;
        overflow: hidden;
        padding-bottom: 1.5rem !important;
    }
}

body {
    background: #f5f5f5;
    color: #6b6b6b;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.33333
}

body,
body *,
body :after,
body :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sheet {
    overflow: hidden
}

a,
button,
input,
label,
select,
textarea {
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

a,
button,
input,
label,
select {
    cursor: pointer
}

.header {
    background: #fff;
    color: #000;
    z-index: 3
}

.header__outer {
    padding-right: 12px;
    padding-right: 1.2rem;
    padding-left: 12px;
    padding-left: 1.2rem
}

.header__middle {
    max-width: 1330px;
    margin: 0 auto
}

.header__inner {
    padding-right: 12px;
    padding-right: 1.2rem;
    padding-left: 12px;
    padding-left: 1.2rem
}

.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem
}

.logo__link,
.logo img {
    display: block
}

.logo img {
    max-width: 100%
}

.logo--header {
    width: 120px;
    width: 12rem
}

.logo--footer {
    width: 250px;
}

.nav {
    display: none
}

.nav__list {
    display: block;
    padding: 0
}

.nav__item {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding: 1.2rem 0
}

.nav__link {
    display: block;
    padding-top: 5px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding: .5rem 1.6rem;
    border-radius: 16px;
    color: #444;
    font-weight: 700;
    line-height: 2.33333;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.nav__link:active,
.nav__link:focus,
.nav__link:hover {
    color: #444;
    background: #efd583
}

.footer {
    background: #ced8c9;
    color: #444;
    z-index: 3
}

.footer__outer {
    padding-right: 12px;
    padding-right: 1.2rem;
    padding-left: 12px;
    padding-left: 1.2rem
}

.footer__middle {
    max-width: 1400px;
    max-width: 140rem;
    margin: 0 auto
}

.footer__inner {
    padding-right: 12px;
    padding-right: 1.2rem;
    padding-left: 12px;
    padding-left: 1.2rem
}

.contact-data {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 1rem 0;
    color: #444;
    font-weight: 400;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33333;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-size: 1rem;
}

.contact-data__item {
    padding-top: 5px;
    padding-bottom: 5px;
    padding: .5rem 0
}

.contact-data__link {
    color: #444;
    text-decoration: none
}

.contact-data__link:active,
.contact-data__link:focus,
.contact-data__link:hover {
    color: #444;
    text-decoration: underline
}

@media screen and (min-width:48em) {
    body {
        padding-top: 60px;
        padding-top: 6rem
    }
    .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 60px;
        height: 6rem
    }
    .header__inner,
    .header__outer {
        padding-right: 20px;
        padding-right: 2rem;
        padding-left: 20px;
        padding-left: 2rem
    }
    .header__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .logo--header {
        width: auto;
        height: 60px;
        height: 6rem;
        margin-right: 0;
        margin-left: 0;
        padding-top: 5px;
        padding-right: 8px;
        padding-bottom: 5px;
        padding-left: 8px;
        padding: .5rem .8rem
    }
    .logo--header img {
        max-height: 100%
    }
    .nav {
        display: block
    }
    .nav__list {
        padding-top: 2px;
        padding-right: 20px;
        padding-left: 20px;
        padding: .2rem 2rem 0
    }
    .footer {
        padding-top: 0;
        padding-bottom: 0
    }
    .footer__inner,
    .footer__outer {
        padding-right: 20px;
        padding-right: 2rem;
        padding-left: 20px;
        padding-left: 2rem
    }
    .contact-data {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-top: 17px;
        padding-bottom: 0
    }
    .contact-data__item:before {
        padding-right: 20px;
        padding-right: 2rem;
        padding-left: 20px;
        padding-left: 2rem;
        content: "\2022"
    }
    .contact-data__item--address {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%
    }
    .contact-data__item--address:before,
    .contact-data__item--phone:before {
        display: none
    }
    .contact-data__address-item:before {
        padding-right: 20px;
        padding-right: 2rem;
        padding-left: 20px;
        padding-left: 2rem;
        content: "\2022"
    }
    .contact-data__address-item--name:before {
        display: none
    }
    .contact-data__link,
    .contact-data__link:active,
    .contact-data__link:focus,
    .contact-data__link:hover {
        color: #444
    }
}


/*# sourceMappingURL=style.css.map*/

html {
    font-size: 100%;
}

body {
    overflow: initial;
    font-size: 1rem !important;
}

.sb-page.sb-booking-page {
    padding: 50px 0;
    font-family: "Roboto";
}

.portal-hotels-map {
    width: 100%;
    min-height: 330px;
}

@media (min-width: 1033px) {
    .sb-portal-hotel-card {
        height: 329.33px;
    }
}