@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800); @import url(https://fonts.googleapis.com/css?family=Pacifico:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800); /* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

*,*:before,*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

@media (min-width: 1100px) {
    body {
        margin:0;
        font-size: 16px;
        font-family: Titillium Web,sans-serif;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        color: black;
        padding: 0;
    }
}

@media (max-width: 1100px) {
    body {
        margin:0;
        font-size: 16px;
        font-family: Titillium Web;
        background-color: white;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        color: black;
    }
}

@media (max-width: 600px) {
    body {
        margin:0;
        font-size: 16px;
        font-family: Titillium Web;
        background-color: white;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center 200px;
        background-attachment: scroll;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        color: black;
    }
}

main {
    min-height: 40vh;
}

@media (min-width: 1400px) {
    .container {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    .container {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1400px) {
    .header {
        clear: both;
        position: relative;
        top: 0;
        z-index: 2;
        width: 100%;
        padding-left: 15%;
        padding-right: 15%;
        margin-left: auto;
        margin-right: auto;
        background: #ffffff;
        height: 5em;
    }

    header img {
        width: 100%;
        z-index: 2;
    }
}

@media (min-width: 990px) and (max-width:1350px) {
    header {
        clear:both;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        height: 4.5em;
    }

    header img {
        width: 100%;
        z-index: 2;
    }
}

@media (max-width: 600px) {
    header {
        width:100%;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        height: 5em;
    }

    header img {
        height: 50px;
        margin-top: 0px;
        margin-left: 0px;
        width: auto;
    }
}

a {
    color: #ff6500;
}

p {
    line-height: 150%;
}

article img {
    max-width: 100%;
    height: auto;
}

table {
    border-spacing: 0;
    width: 60%;
    color: black;
}

td {
    border: solid 1px #ddd;
    margin: 0;
    min-width: 30%;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
}

td p {
    line-height: 130% !important;
}

tr {
    background-color: white;
}

th {
    background-color: #eee;
    border: solid 1px #ddd;
    line-height: 250%;
    color: #000000;
}

@media (max-width: 768px) {
    table {
        display:block;
        margin-top: 2em;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: reak-spaces;
        width: 100%;
    }

    td {
        border: solid 1px #ddd;
        margin: 0;
        min-width: 30%;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

#block-residence-primary-local-tasks {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    overflow: auto;
    margin-bottom: 1em;
}

div[role=contentinfo] {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e0ffb0;
    line-height: 300%;
    border: solid 2px #c6d081;
    padding-left: 2%;
    padding-right: 2%;
    font-weight: bold;
    color: #859852;
}

div[role=contentinfo] a {
    color: #859852;
}

#block-residence-primary-local-tasks h2 {
    display: none;
}

#block-residence-primary-local-tasks ul {
    overflow: auto;
    overflow-y: none;
    margin: 0;
    padding: 0;
    height: 3.5em;
}

#block-residence-primary-local-tasks ul li {
    float: left;
    list-style-type: none;
}

#block-residence-primary-local-tasks ul li a {
    display: block;
    height: 3em;
    line-height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #eee;
    border-bottom: solid 2px #eee;
    text-decoration: none;
    color: #333;
    border: solid 1px #ddd;
}

#block-residence-primary-local-tasks ul li a:hover {
    border-bottom: solid 2px #12243e;
    background-color: #dfdfdf;
    color: #12243e;
}

@media (min-width: 1100px) {
    input[type=text], input[type=number], input[type=email] , select {
        height:3em;
        clear: both;
        float: none;
        font-size: 1em;
        border: 1px solid #bcc2c7;
        border-radius: 10px;
        padding-left: 1em;
        width: 100%;
        padding-right: 1em;
    }

    textarea {
        height: 10em;
        clear: both;
        float: none;
        border: solid 1px #ddd;
        font-size: 1em;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
    }

    input:focus {
        border: solid 2px #0f532e;
    }

    label {
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    form .description {
        font-size: 0.8em;
    }
}

@media (max-width: 1100px) {
    input[type=text], input[type=number], input[type=email] , select {
        height:3em;
        clear: both;
        float: none;
        font-size: 1em;
        border: 1px solid #bcc2c7;
        border-radius: 10px;
        padding-left: 1em;
        width: 100%;
        padding-right: 1em;
    }

    textarea {
        height: 10em;
        clear: both;
        float: none;
        border: solid 1px #ddd;
        font-size: 1em;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
    }

    input:focus {
        border: solid 2px #0f532e;
    }

    label {
        display: block;
        margin-bottom: 0.5em;
    }

    form .description {
        font-size: 0.8em;
    }
}

@media (min-width: 1000px) {
    h1 {
        font-size:2.5em;
        font-family: Titillium Web;
        font-weight: bold;
        margin-top: 0;
    }

    h2 {
        font-size: 2em;
        font-family: Titillium Web;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    h3 {
        font-size: 1.8em;
        font-family: Titillium Web;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
    }

    h4 {
        font-size: 1.6em;
        font-family: Titillium Web;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    h5 {
        font-size: 1.4em;
        font-family: Titillium Web;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    h5 {
        font-size: 1.1em;
        font-family: Titillium Web;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 1000px) {
    h1 {
        font-size:2em;
        line-height: 120%;
        font-family: Titillium Web;
        font-weight: bold;
        margin-top: 0;
    }

    h2 {
        font-size: 1.8em;
        line-height: 120%;
        font-family: Titillium Web;
        font-weight: bold;
    }

    h3 {
        font-size: 1.6em;
        line-height: 120%;
        font-family: Titillium Web;
        font-weight: bold;
    }

    h4 {
        font-size: 1.4em;
        line-height: 120%;
        font-family: Titillium Web;
        font-weight: bold;
    }

    h5 {
        font-size: 1.3em;
        line-height: 120%;
        font-family: Titillium Web;
        font-weight: bold;
    }

    h5 {
        font-size: 1.1em;
        line-height: 120%;
        font-family: Titillium Web;
        font-weight: bold;
    }
}

@media (min-width: 1100px) {
    #block-residence-site-branding {
        width:25%;
        float: left;
    }
}

@media (max-width: 1400px) {
    #block-residence-site-branding {
        width:20%;
        float: left;
        margin-left: 5%;
    }

    #block-residence-site-branding img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1000px) {
    #block-residence-site-branding {
        width:10%;
        float: left;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 10%;
    }
}

@media (max-width: 850px) {
    #block-residence-site-branding {
        width:10%;
        float: left;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 5%;
    }
}

@media (max-width: 1000px) {
    #block-residence-site-branding {
        float:left;
        position: absolute;
        width: 40%;
        z-index: 9999;
    }
}

@media (min-width: 1000px) {
    article {
        clear: both;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
        padding-bottom: 1em;
    }

    /* Target the scrollbar of a particular element */
    article::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 1000px) {
    article {
        width:90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    article .hlavni-fotka {
        float:right;
        width: 25%;
        margin-left: 4em;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    article .hlavni-fotka {
        width:100%;
    }
}

@media (min-width: 768px) {
    #block-residence-page-title {
        width:70%;
        font-family: Titillium Web;
        line-height: 400%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1em;
        margin-bottom: 1em;
        text-align: left;
        color: black;
        border-bottom: solid 1px #ddd;
    }

    #block-residence-page-title h1 {
        margin-bottom: 0.3em;
    }
}

@media (max-width: 1000px) {
    #block-residence-page-title {
        width:90%;
        font-family: Titillium Web;
        line-height: 400%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3em;
        margin-bottom: 3em;
        text-align: left;
        color: black;
    }
}

#block-residence-content article footer {
    bottom: 0;
    display: block;
    width: 100%;
    background-image: none;
    color: #ccc;
    padding-top: 0;
    padding-bottom: 1em;
    margin-top: 0em;
    overflow: auto;
    bottom: 0;
}

#block-residence-branding img {
    width: 100%;
    float: left;
}

main[role=main] {
    width: 100%;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
    border: 0;
    background-color: #fbfbfb;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

@media (min-width: 1000px) {
    footer {
        clear: both;
        background-color: #ffffff;
        padding-bottom: 2em;
        color: #000000;
        font-size: 1em;
        line-height: 2em;
        overflow: auto;
        padding-top: 2em;
        position: relative;
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media (max-width: 1000px) {
    footer {
        clear: both;
        background-color: #ffffff;
        padding-bottom: 2em;
        color: #000000;
        font-size: 1em;
        line-height: 2em;
        overflow: auto;
        padding-top: 2em;
        position: relative;
        padding-left: 10%;
        padding-right: 10%;
        margin-top: 3em;
    }
}

footer a {
    color: black;
}

@media (min-width: 1000px) {
    .footer-1, .footer-2, .footer-3, .footer-4 {
        width: 25%;
        float: left;
        text-align: left;
    }

    .footer-1 img {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 1000px) {
    .footer-1, .footer-2, .footer-3, .footer-4 {
        width: 100%;
        text-align: left;
    }

    .footer-1 img {
        width: 50%;
        height: auto;
    }
}

.footer-1 p, .footer-2 p, .footer-3 p, .footer-4 p {
    margin: 0;
}

.footer-1 ul, .footer-2 ul, .footer-3 ul, .footer-4 ul {
    padding: 0;
    list-style-type: none;
    margin-top: 2em;
}

.footer-1 a, .footer-2 a, .footer-3 a, .footer-4 a {
    text-decoration: none;
}

.footer-1 a:hover, .footer-2 a:hover, .footer-3 a:hover, .footer-4 a:hover {
    color: #ff6500;
}

.footer-1 {
    padding-right: 5%;
}

@media (min-width: 768px) {
    .obrazek-text img {
        float:left;
        width: 30%;
        height: auto;
        margin-right: 2em;
        margin-bottom: 2em;
    }
}

@media (max-width: 768px) {
    .obrazek-text img {
        width:100%;
        height: auto;
        margin-right: 2em;
        margin-bottom: 2em;
    }
}

@media (min-width: 1000px) {
    #block-residence-webform .captcha {
        width:100%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 1em;
        margin-bottom: 1em;
        border: 0px;
    }

    #block-residence-webform .captcha .recaptcha-processed div {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1000px) {
    #block-residence-webform .captcha {
        width:100%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 1em;
        margin-bottom: 1em;
        border: 0px;
    }
}

#block-residence-webform .captcha .recaptcha-processed div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
}

.img-button {
    text-decoration: none;
}

@media (min-width: 800px) {
    .img-button img {
        height:6em;
        width: auto;
        margin-right: 1em;
    }
}

@media (max-width: 800px) {
    .img-button img {
        height:3em;
        width: auto;
        margin-right: 1em;
    }
}

.layout-container {
    position: relative;
}

@media (min-width: 1700px) {
    .banner-pokoje .views-row {
        position: relative;
        clear: both;
        height: 50em;
        display: block;
        position: relative;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .banner-pokoje .views-row::after {
        position: absolute;
        content: " ";
        background-color: rgba(0,0,0,0.6);
        height: 50em;
        width: 100%;
        z-index: 5;
        display: block;
        top: 0;
    }

    #block-residence-homepagebanner {
        background-color: #eee;
        border: 0;
        background-image: url("/themes/residence/images/banner-hp.webp");
        background-position: right 10em center;
        background-size: auto 80%;
        background-repeat: no-repeat;
        clear: both;
        position: relative;
        height: 35em;
    }

    #block-residence-homepagebanner h2 {
        font-family: Titillium Web;
        margin-top: 0em !important;
        margin-bottom: 0em !important;
        padding-top: 1em;
        margin-left: 10%;
        color: #000000;
        font-size: 6em;
    }

    .banner-pokoje .views-row h2 {
        font-family: Titillium Web;
        margin-top: 0em !important;
        margin-bottom: 0em !important;
        margin-left: 10%;
        color: white;
        z-index: 10;
        position: absolute;
        font-size: 6em;
    }

    #block-residence-homepagebanner p a {
        font-family: Titillium Web;
        margin-top: 0em !important;
        padding-top: 0em;
        width: auto;
        margin-left: 10%;
        color: white;
        font-size: 2em;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        padding-left: 1em;
        padding-right: 1em;
        line-height: 2em;
        background-color: #ff6500;
        box-shadow: 3px 3px 3px #b7b7b7;
    }
}

.messages {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    color: black;
    font-weight: bold;
    background-color: #eef7c1;
    border: solid 1px #7cbf35;
}

article ul {
    width: auto;
    display: inline-block;
}

article li {
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    margin-bottom: 1em;
}

article .button {
    display: block;
    width: 20%;
    text-align: center;
    background-color: #ff6500;
    line-height: 300%;
    color: white;
    height: auto;
    font-family: Titillium Web;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    box-shadow: 3px 3px 3px #b7b7b7;
}

article .button:hover {
    background-color: #b34802;
}

.more-link a {
    display: inline-block;
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    background-color: #ff6500;
    line-height: 250%;
    color: white;
    height: auto;
    font-family: Titillium Web;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    border-radius: 5px;
    padding-left: 1em;
    padding-right: 1em;
}

.more-link a:hover {
    background-color: #b34802;
}

#block-residence-residencehubgrid {
    width: 70%;
    margin-left: auto;
    margin-top: 2em;
    margin-right: auto;
}

@media (min-width: 1000px) {
    #block-residence-residencehotelsclub {
        width: 30%;
        float: left;
        margin-left: 15%;
        background-image: url("/themes/residence/images/sipka.png");
        padding-bottom: 5em;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }

    #block-residence-darkovypoukaz {
        width: 30%;
        float: left;
        margin-left: 15%;
        background-image: url("/themes/residence/images/sipka.png");
        padding-bottom: 5em;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }
}

@media (max-width: 1000px) {
    #block-residence-residencehotelsclub {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5em;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }

    #block-residence-darkovypoukaz {
        width: 80%;
        margin-left: 10%;
        padding-bottom: 5em;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }
}

#block-residence-darkovypoukaz img {
    width: 100%;
    height: auto;
}

#block-residence-residencehotelsclub ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3em;
}

#block-residence-residencehotelsclub ul li {
    padding: 10px 40px;
    font-size: 22px;
    line-height: 31px;
    position: relative;
}

#block-residence-residencehotelsclub .button {
    border-radius: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    border: 0;
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    background: #ff6500;
    padding: 0 25px;
    font-size: 16px;
    height: auto;
    text-decoration: none;
    margin-left: 2em;
    text-transform: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#block-residence-residencehotelsclub .button:hover {
    text-decoration: none;
    color: #ffffff;
    background: #f89f64;
}

#block-residence-residencehotelsclub ul li:before {
    background-image: url(/themes/residence/images/check.svg);
    content: " ";
    display: block;
    background-repeat: no-repeat;
    height: 1.5em;
    width: 1.5em;
    background-size: 100% auto;
    float: left;
    margin-right: 0.6em;
}

@media (min-width: 1000px) {
    #block-residence-webform {
        width: 100%;
        margin-right: 15%;
        text-align: left;
        padding-left: 30%;
        padding-right: 30%;
        padding-top: 3em;
        padding-bottom: 3em;
        margin-bottom: 0em;
        border-radius: 10px;
        margin-top: 3em;
    }
}

@media (max-width: 1000px) {
    #block-residence-webform, #block-residence-webform-2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        background: #f5f5f5;
        border: 1px solid #e2e5e8;
        text-align: left;
        padding-left: 3%;
        padding-right: 3%;
        margin-top: 2em;
        padding-top: 3em;
        padding-bottom: 3em;
        margin-bottom: 3em;
        border-radius: 10px;
    }
}

#block-residence-webform .button, #block-residence-webform-2 .button {
    border-radius: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    border: 0;
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    background: #ff6500;
    padding: 0 25px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    text-decoration: none;
    text-transform: none;
}

#block-residence-webform .button:hover {
    text-decoration: none;
    color: #ffffff;
    background: #f89f64;
}

#block-residence-webform-2 .js-form-type-checkbox {
    width: 100%;
    margin-top: 1em;
    font-size: 0.9em;
    padding: 0;
}

#block-residence-webform .form-item-markup, #block-residence-webform-2 .form-item-markup {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    font-size: 0.9em;
}

.layout-sidebar-second {
    background-color: black;
    /* overflow: auto; */
    width: 100%;
    min-height: 2.5em;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    height: auto;
}

.layout-sidebar-second ul {
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    #block-residence-kontaktynahore {
        width: 60%;
        margin-left: 15%;
        float: left;
        color: white;
        font-size: 0.9em;
    }

    #block-residence-socialnisite {
        float: right;
        margin-right: 15%;
    }
}

@media (min-width: 850px) and (max-width: 1200px) {
    #block-residence-kontaktynahore {
        width: 80%;
        margin-left: 5%;
        float: left;
        color: white;
        font-size: 0.9em;
    }

    #block-residence-socialnisite {
        float: right;
        margin-right: 5%;
    }
}

@media (max-width: 850px) {
    #block-residence-kontaktynahore {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        color: white;
        font-size: 0.9em;
        text-align: center;
    }

    #block-residence-socialnisite {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 5px;
    }
}

#block-residence-socialnisite a {
    margin-left: 5px;
    margin-right: 5px;
}

#block-residence-kontaktynahore p {
    line-height: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width: 1000px) {
    footer .logo-footer {
        display: inline-block;
        width: 10%;
        background-image: url("/themes/residence/images/llweb.png");
        height: 4em;
        background-size: 100% auto;
        background-repeat: no-repeat;
        color: transparent;
    }
}

@media (max-width: 1000px) {
    footer .logo-footer {
        display: inline-block;
        width: 25%;
        background-image: url("/themes/residence/images/llweb.png");
        height: 5em;
        background-size: 100% auto;
        background-repeat: no-repeat;
        color: transparent;
    }
}

footer .logo-footer:hover {
    background-image: url("/themes/residence/images/llweb_hover.png");
}

@media(min-width: 1800px) {
    #grid-hp {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1em;
    }

    #grid-hp #video-hp {
        grid-column: span 3;
    }

    #grid-hp #video-hp iframe {
        width: 100%;
        height: 100%;
    }

    #grid-hp #billa-hp img {
        height: 100%;
        width: 100%;
    }

    #grid-hp #parkovani-hp {
        height: 14em;
        background-image: url("/themes/residence/images/park.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody-hp {
        height: 14em;
        background-image: url("/themes/residence/images/obchody.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #parkovani2-hp {
        height: 14em;
        background-image: url("/themes/residence/images/pronajem.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody2-hp {
        height: 14em;
        background-image: url("/themes/residence/images/prostory.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp .blok-hp {
        background-color: rgba(0,0,0,0.7);
        height: 12em;
        padding-top: 1em;
        padding-bottom: 1em;
        margin-top: 1em;
        text-align: center;
        color: white;
    }

    #grid-hp .blok-hp h3 {
        font-family: Pacifico;
        font-size: 3em;
    }

    #grid-hp .blok-hp p {
        margin: 0;
        margin-top: 1em;
    }

    #grid-hp .blok-hp img {
        height: 3.5em;
        width: auto;
        margin-top: 1em;
    }

    #grid-hp .blok-hp a {
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: none;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        color: white;
        vertical-align: middle;
    }

    #grid-hp .blok-hp a {
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: none;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        color: white;
    }

    #grid-hp .blok-hp a:hover {
        color: #ff6500;
    }
}

@media (min-width: 1900px) {
    #grid-hp {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1em;
    }

    #grid-hp #video-hp {
        grid-column: span 3;
    }

    #grid-hp #video-hp iframe {
        width: 100%;
        height: 100%;
    }

    #grid-hp #billa-hp img {
        height: 100%;
        width: 100%;
    }

    #grid-hp #parkovani-hp {
        height: 14em;
        background-image: url("/themes/residence/images/park.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody-hp {
        height: 14em;
        background-image: url("/themes/residence/images/obchody.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #parkovani2-hp {
        height: 14em;
        background-image: url("/themes/residence/images/pronajem.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody2-hp {
        height: 14em;
        background-image: url("/themes/residence/images/prostory.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp .blok-hp {
        background-color: rgba(0,0,0,0.7);
        height: 12em;
        padding-top: 1em;
        padding-bottom: 1em;
        margin-top: 1em;
        text-align: center;
        color: white;
    }

    #grid-hp .blok-hp h3 {
        font-family: Pacifico;
        font-size: 3em;
    }

    #grid-hp .blok-hp p {
        margin: 0;
        margin-top: 1em;
    }

    #grid-hp .blok-hp img {
        height: 3.5em;
        width: auto;
        margin-top: 1em;
    }

    #grid-hp .blok-hp a {
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: none;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        color: white;
        vertical-align: middle;
    }

    #grid-hp .blok-hp a:hover {
        color: #ff6500;
    }
}

@media(min-width: 1300px) and (max-width: 1900px) {
    #grid-hp {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1em;
    }

    #grid-hp #video-hp {
        grid-column: span 3;
    }

    #grid-hp #video-hp iframe {
        width: 100%;
        height: 100%;
    }

    #grid-hp #billa-hp img {
        height: 100%;
        width: 100%;
    }

    #grid-hp #parkovani-hp {
        height: 14em;
        background-image: url("/themes/residence/images/park.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody-hp {
        height: 14em;
        background-image: url("/themes/residence/images/obchody.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #parkovani2-hp {
        height: 14em;
        background-image: url("/themes/residence/images/pronajem.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody2-hp {
        height: 14em;
        background-image: url("/themes/residence/images/prostory.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp .blok-hp {
        background-color: rgba(0,0,0,0.7);
        height: 12em;
        padding-top: 1em;
        padding-bottom: 1em;
        margin-top: 1em;
        text-align: center;
        color: white;
    }

    #grid-hp .blok-hp h3 {
        font-family: Pacifico;
        font-size: 3em;
    }

    #grid-hp .blok-hp p {
        margin: 0;
        margin-top: 1em;
    }

    #grid-hp .blok-hp img {
        height: 3.5em;
        width: auto;
        margin-top: 1em;
    }

    #grid-hp .blok-hp a {
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: white;
    }

    #grid-hp .blok-hp a:hover {
        color: #ff6500;
    }
}

@media(min-width: 1000px) and (max-width: 1300px) {
    #grid-hp {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1em;
    }

    #grid-hp #video-hp {
        grid-column: span 3;
    }

    #grid-hp #video-hp iframe {
        width: 100%;
        height: 100%;
    }

    #grid-hp #billa-hp img {
        height: 100%;
        width: 100%;
    }

    #grid-hp #parkovani-hp {
        height: 12em;
        background-image: url("/themes/residence/images/park.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody-hp {
        height: 12em;
        background-image: url("/themes/residence/images/obchody.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #parkovani2-hp {
        height: 12em;
        background-image: url("/themes/residence/images/pronajem.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody2-hp {
        height: 12em;
        background-image: url("/themes/residence/images/prostory.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp .blok-hp {
        background-color: rgba(0,0,0,0.7);
        height: 10em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        margin-top: 1em;
        text-align: center;
        color: white;
    }

    #grid-hp .blok-hp h3 {
        font-family: Pacifico;
        font-size: 2em;
    }

    #grid-hp .blok-hp p {
        margin: 0;
    }

    #grid-hp .blok-hp img {
        height: 2em;
        width: auto;
        margin-top: 1em;
    }

    #grid-hp .blok-hp a {
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        font-size: 1em;
        text-decoration: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: white;
    }

    #grid-hp .blok-hp a:hover {
        color: #ff6500;
    }
}

@media(min-width: 600px) and (max-width: 1000px) {
    #grid-hp {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }

    #grid-hp #video-hp {
    }

    #grid-hp #video-hp iframe {
        width: 100%;
        height: 100%;
    }

    #grid-hp #billa-hp img {
        height: 100%;
        width: 100%;
    }

    #grid-hp #parkovani-hp {
        height: 12em;
        background-image: url("/themes/residence/images/park.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody-hp {
        height: 12em;
        background-image: url("/themes/residence/images/obchody.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #parkovani2-hp {
        height: 12em;
        background-image: url("/themes/residence/images/pronajem.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody2-hp {
        height: 12em;
        background-image: url("/themes/residence/images/prostory.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp .blok-hp {
        background-color: rgba(0,0,0,0.7);
        height: 10em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        margin-top: 1em;
        text-align: center;
        color: white;
    }

    #grid-hp .blok-hp h3 {
        font-family: Pacifico;
        font-size: 3em;
        margin: 0;
    }

    #grid-hp .blok-hp p {
        margin-top: 1em;
    }

    #grid-hp .blok-hp img {
        height: 3em;
        width: auto;
        margin-top: 1em;
    }

    #grid-hp .blok-hp a {
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        font-size: 1em;
        text-decoration: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: white;
    }

    #grid-hp .blok-hp a:hover {
        color: #ff6500;
    }
}

@media(max-width: 600px) {
    #grid-hp {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
    }

    #grid-hp #video-hp {
    }

    #grid-hp #video-hp iframe {
        width: 100%;
        height: 100%;
    }

    #grid-hp #billa-hp img {
        height: 100%;
        width: 100%;
    }

    #grid-hp #parkovani-hp {
        height: 11em;
        background-image: url("/themes/residence/images/park.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody-hp {
        height: 11em;
        background-image: url("/themes/residence/images/obchody.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #parkovani2-hp {
        height: 11em;
        background-image: url("/themes/residence/images/pronajem.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp #obchody2-hp {
        height: 11em;
        background-image: url("/themes/residence/images/prostory.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    #grid-hp .blok-hp {
        background-color: rgba(0,0,0,0.7);
        height: 9em;
        padding-top: 1em;
        padding-bottom: 1em;
        margin-top: 1em;
        text-align: center;
        color: white;
    }

    #grid-hp .blok-hp h3 {
        font-family: Pacifico;
        font-size: 3em;
        margin: 0;
    }

    #grid-hp .blok-hp p {
        margin-top: 1em;
    }

    #grid-hp .blok-hp img {
        height: 3em;
        width: auto;
        margin-top: 1em;
    }

    #grid-hp .blok-hp a {
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        font-size: 1em;
        text-decoration: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: white;
    }

    #grid-hp .blok-hp a:hover {
        color: #ff6500;
    }
}

@media (min-width: 1000px) {
    #block-residence-shopslogoscarousel {
        clear: both;
        background-image: url("/themes/residence/images/bg.jpg");
        padding-top: 100px;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 100px;
        margin-top: 3em;
    }

    #block-residence-shopslogoscarousel h2 {
        font-size: 2em;
        padding-bottom: 0.5em;
        border-bottom: solid 1px #ddd;
        margin-bottom: 1em;
    }
}

@media (max-width: 1000px) {
    #block-residence-shopslogoscarousel {
        clear: both;
        background-image: url("/themes/residence/images/bg.jpg");
        padding-top: 1em;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 1em;
        margin-top: 3em;
    }

    #block-residence-shopslogoscarousel h2 {
        font-size: 2em;
        padding-bottom: 0.5em;
        border-bottom: solid 1px #ddd;
        margin-bottom: 1em;
    }
}

@media(min-width: 1100px) {
    .galerie {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
    }
}

@media (min-width: 800px) and (max-width: 1100px) {
    .galerie {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    .galerie {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 600px) {
    .galerie {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.galerie div {
    margin: 0;
    padding: 0;
    height: 12em;
    background-color: black;
    border-radius: 10px;
}

.galerie div img {
    width: 100%;
    margin: 0;
    height: 12em;
    object-fit: cover;
}

.galerie div img:hover {
    opacity: 0.5;
}

@media (min-width: 1300px) {
    .apartmany {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2em;
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .apartmany {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2em;
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .apartmany {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2em;
        display: grid;
        gap: 30px;
        grid-template-columns: 1f;
    }
}

.apartmany .views-row {
    overflow: hidden;
    border: solid 1px #d2d2d2;
    background-color: #ffffff;
    padding-bottom: 1em;
}

.apartmany .views-row img {
    width: 100%;
    height: 15em;
    object-fit: cover;
}

.apartmany .views-row .views-field-title {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: bold;
    font-size: 1.23em;
    line-height: 150%;
}

.apartmany .views-row .views-field-title a {
    text-decoration: none;
}

.apartmany .views-row .views-field-title a:hover {
    text-decoration: underline;
}

.apartmany .views-row .views-field-view-node {
    text-align: center;
}

.apartmany .views-row .views-field-view-node a {
    background: #5c2b02;
    display: inline-block;
    font-size: 1em;
    line-height: 300%;
    padding-left: 2em;
    padding-right: 2em;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
    text-shadow: 0 0 0;
    cursor: pointer;
    font-weight: 700;
    border: 0;
    color: white;
    text-decoration: none;
}

.apartmany .views-row .views-field-view-node a:hover {
    background: #361900;
}

.apartmany .views-row .views-field-body {
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
}

@media (min-width: 1600px) {
    .kontakty {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2em;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .kontakty {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2em;
    }
}

@media (min-width: 800px) and (max-width: 1200px) {
    .kontakty {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
    }
}

@media (max-width: 800px) {
    .kontakty {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2em;
    }
}

.kontaktni-udaj {
    height: 11em;
    display: block;
    border-radius: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.2em;
    text-align: center;
    color: white;
}

.kontaktni-udaj img {
    height: 2em;
    width: auto;
}

.kontaktni-udaj a {
    color: white;
    text-decoration: none;
}

.hotel-udaj .telefon {
    font-size: 0.8em;
}

.kontaktni-udaj:nth-of-type(1) {
    background-color: #ec008c;
}

.kontaktni-udaj:nth-of-type(2) {
    background-color: #0ecab6;
}

.kontaktni-udaj:nth-of-type(3) {
    background-color: #ff6f33;
}

.kontaktni-udaj:nth-of-type(4) {
    background-color: #92278f;
}

.kontaktni-udaj:nth-of-type(5) {
    background-color: #2f88c9;
}

.kontaktni-udaj:nth-of-type(6) {
    background-color: #DC143C;
}

.kontaktni-udaj:nth-of-type(7) {
    background-color: #ffbe00;
}

.kontaktni-udaj:nth-of-type(8) {
    background-color: #73e492;
}

@media (min-width: 1000px) {
    .leva-strana {
        width: 15%;
        float: left;
        margin-right: 2em;
    }

    .vyhody {
        width: 80%;
        float: right;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3em;
    }

    .benefit {
        text-align: center;
    }

    .benefit img {
        height: 5em;
        width: auto;
    }

    .prava-strana {
        margin-top: 2em;
        width: 80%;
        float: right;
    }
}

@media (max-width: 1000px) {
    .leva-strana {
        width: 100%;
        margin-right: 2em;
    }

    @media (min-width: 768px) {
        .vyhody {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 3em;
        }
    }

    @media (max-width: 768px) {
        .vyhody {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr;
            gap: 3em;
        }
    }

    .benefit {
        text-align: center;
    }

    .benefit img {
        height: 5em;
        width: auto;
    }

    .prava-strana {
        margin-top: 2em;
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .aktuality {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }

    .aktuality .more-link {
        grid-column: span 4;
        text-align: center;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .aktuality {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .aktuality .more-link {
        grid-column: span 2;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .aktuality {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .aktuality .more-link {
        grid-column: span 1;
        text-align: center;
    }
}

.aktuality .views-row {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}

.aktuality .views-row .views-field-field-image img {
    width: 100%;
    height: 13em;
    object-fit: cover;
}

.aktuality .views-row .views-field-created {
    position: absolute;
    display: inline-block;
    right: 1em;
    top: 10em;
    background-color: #ff6500;
    padding-left: 1em;
    padding-right: 1em;
    height: 2em;
    line-height: 2em;
    font-weight: bold;
    border-radius: 5px;
    color: white;
}

.aktuality .views-row .views-field-title a {
    color: black;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.aktuality .views-row .views-field-title a:hover {
    color: #ff6500;
}

.aktuality .views-row .views-field-body {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
}

#block-residence-views-block-novinky-block-1 h2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #e4e4e4;
    margin-bottom: 0.5em;
    text-align: center;
}

@media only screen and (max-width: 767px) {
  #colorbox, #lightbox {
    display: block !important;
    visibility: visible !important;
  }
}