:root {
    --main-width: 1200px;
}

@font-face {
    font-family: 'Candara';
    src: url('/fonts/Candara-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Candara';
    src: url('/fonts/Candara.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
    font-family: 'Open Sans';
}

@media (min-width: 1150px) {
    html {
        font-size: 16px;        
    }
}


body {
    margin: 0;
    padding: 0;
}

p {
    line-height: 170%
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 100;
    background-image: url('/images/pneu.svg');
    background-repeat: no-repeat;
    background-position: calc(50% - 600px);
    background-size: 400px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}

.HeaderBG {
    max-width: var(--main-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
}

.HeaderFilter {
    background-color: rgba(100,100,100,0.5);
}

#TopMenuContent {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.PageLayout {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 96%;*/
    min-width: 330px;
}

.logo {
    width: 14em;
    height: auto;
    /*height: 80px;*/
    position: relative;
    display: block;
    margin: 2.4em 0;
    float: left;
}

#MenuTitle {
    width: 200px;
    color: black;
    font-size: 150%;
    display: flex;
    flex-direction: column;
}

    #MenuTitle div:first-child, #MenuTitle div:last-child {
        flex-grow: 1;
    }

#TopMenuContent .right {
    width: calc(100% );
}

.right {
    display: flex;
    flex-direction: column;
    float: right;
}

#TopMenu {
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background-color: white;
    overflow: hidden;
    width: 0;
    font-family: Candara;
    font-size: 125%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}

#MenuIcons ul {
    display: none;
}

#subtypebox .radek{ display:flex; padding:10px; font-size:0.9em; }
#subtypebox .radek div{ padding-right:25px; }



@media screen and (min-width:700px) and (max-width:900px) {
    #TopMenu {
        font-size: 90%;
    }

        #TopMenu li a {
            padding: 0 0 0.6em 1em;
        }

    #MenuIcons ul {
        display: block;
    }
}

#MenuIcons ul {
    padding: 10px 0 0 0;
    padding: 10px 0 0 0;
    height: 50px;
    width: auto;
    float: right;
}

    #MenuIcons ul, #MenuIcons ul li {
        list-style: none;
        background-image: none;
        margin: 0 0 0 1em;
        /*display: inline-block;*/
        /*padding: 0;*/
    }

#MenuIcons img {
    width: 1.8em;
    height: auto;
}

#TopMenu img {
    width: 1.8em;
    height: auto;
}

#TopMenu ul {
    padding: 100px 30px 0 30px;
    /*height: 350px;*/
    display: block;
    overflow-y: scroll;
    width: auto;
    float: right;
}

    #TopMenu ul, #TopMenu ul li {
        list-style: none;
        background-image: none;
        margin: 0;
        /*padding: 0;*/
    }

        #TopMenu ul li {
            margin-top: 1rem;
        }

#TopMenu li {
    display: table;
    float: left;
}

    #TopMenu li a {
        color: black;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none;
        padding: 0 2em;
        display: table;
    }



#TopMenu .ButtonMenu {
    width: 250px;
}

#MenuButton {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    background-image: url(/images/menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
}

#CloseButton {
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    background-image: url(/images/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
}

@media screen and (min-width:700px) {

    body {
    }

    .notmobile {
        display: none !important;
    }

    #MenuIcons ul {
        padding: 10px 0 0 0;
        padding: 10px 0 0 0;
        height: 50px;
        display: flex;
        width: auto;
        float: right;
    }

    #TopMenu {
        margin-top: 0;
        width: auto;
        height: auto;
        visibility: visible;
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        #TopMenu ul {
            display: table;
            height: auto;
        }

            #TopMenu ul li {
                margin-top: 0;
            }

            #TopMenu ul, #TopMenu ul li {
                padding: 0;
            }

        #TopMenu li a {
            padding: 0 0 0.6em 2em;
        }

            #TopMenu li a.active, #TopMenu li a:hover {
                background-image: url('/images/menu_underline.svg');
                background-position: 90% 100%;
                background-repeat: no-repeat;
                background-size: 60%;
            }

        #TopMenu .ButtonMenu {
            width: auto;
        }

    #MenuButton {
        display: none;
    }
}



#hpHead {
    /*height: 40em;*/
    background-image: url('/images/top3.jpg');
    background-position: center;
    background-size: cover;
    color: white;
}




.block {
    max-width: var(--main-width);
    margin-left: auto;
    margin-right: auto;
    padding-left:2em;
    padding-right: 2em;
}

.two-columns {
    display: flex;
    flex-direction: column;
}

.column-1 {
    width: 100%;
}

.column-2 {
    width: 100%;
}

.two-columns.padding .column-1 {
    padding-right: 0;
}
.two-columns.padding .column-2 {
    padding-left: 0;
}

#hpHead .column-1 {
    order: 2;
}

#hpHead .column-2 {
    order:1;
}

#hpHead .column-2 {
    text-align: center;
}



h1 {
    font-family: Candara;
    text-transform: uppercase;
    font-size: 400%;
    font-weight: bold;
    margin: 0.8em 0 0.2em 0;
}

#hpHead p.h2 {

    font-family: Candara;
    font-weight: normal;
    font-size: 200%;
    margin: 3em 0 0 0;
}

h2 {
    font-family: Candara;
    font-weight: bold;
    font-size: 200%;
    text-transform: uppercase;
    text-align: center;
    margin: 1.4em 0 1em 0;
    line-height: 90%;
    
}
    h2 span.small {
        text-transform: none;
        font-weight: normal;
        font-size: 70%;
    }
    h2  {
       
        background-image: url('/images/h2_underline.svg');
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: 3.4em;
        padding-bottom: 0.6em;
    }

.hp-items {
    margin-top: 4em;    
    display:flex;
    flex-direction: column;
    align-items:center;
    cursor:pointer;
}

.hp-item {
    background-image: url('/images/hp_img_item_bg.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 16em;
    height: 8em;
    color: black;
    display: flex;
}

    .hp-item div.icon {
        background-repeat: no-repeat;
        background-size: 3em auto;
        background-position: 1.4em 1.8em;
        height: 5em;
        width: 6.2em;
        display: block;
    }

    .hp-item.autokemp div.icon {
        background-image: url('/images/hp_img_item_autokemp.svg');
    }

    .hp-item.restaurace {
     
    }

        .hp-item.restaurace div.icon {
            background-image: url('/images/hp_img_item_restaurace.svg');
            background-size: 2.2em auto;
            background-position: 1.6em 1.6em;
        }
    .hp-item.aktivityitm {
     
    }
    .hp-item.aktivityitm div.icon {
        background-image: url('/images/hp_img_item_aktivity.svg');
        background-size: 2.6em auto;
        background-position: 1.4em 1.3em;
    }

    .hp-item.ceny div.icon {
        background-image: url('/images/hp_img_item_ceny.svg');
        background-size: 2.6em auto;
        background-position: 1.6em 1.8em;
    }

    .hp-item div.text h3 {
        font-family: Candara;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0.8em 0 0 0;
    }

    .hp-item div.text p {
        font-size: 70%;
        margin: 0;
    }

@media screen and (min-width:700px) {
    h1 {
        font-size: 400%;
    }

    .two-columns {
        display: flex;
        flex-direction: row;
    }

    .column-1 {
        width: 50%;
    }

    .column-2 {
        width: 50%;
    }

    .two-columns.padding .column-1 {
        padding-right: 2em;
    }

    .two-columns.padding .column-2 {
        padding-left: 2em;
    }

    #hpHead .column-1 {
        order: 1;
    }

    #hpHead .column-2 {
        order: 2;
    }

    #hpHead .column-2 {
        text-align: right;
    }

    .hp-items {
        margin-top: 4em;
        margin-bottom: 2em;
        display: block;
        
    }

    .hp-item.restaurace {
        margin-left: 3em;
    }

     
    .hp-item.aktivityitm {
        margin-left: 6em;
    }
}
@media screen and (max-width:450px) {
    h1 {
        font-size: 300%;
    }
}

.chatky {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.chatka {
    text-align:center;
    max-width: 15em;
    margin-left:1.3em;
    margin-right: 1.3em;
}

.chatka h3 {
    text-transform: uppercase;
    font-size: 130%;
}
.chatka p {
    
}

.decoreImageCircleHolder {
    display: flex;
    width: 100%;
    justify-content: center;
}

.decoreImageCircle {
    align-self: center;
    width: 15em;
    height: 15em;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-radius: 50%;
    background-position: 50% 0;
    display: flex;
    justify-content: center;
    border:4px solid black
}



.decoreImageSquare img
{
    max-width: 100%;
}

.karavany .decoreImageCircle {
    background-image: url('/images/karavan.jpg');
}
.stany .decoreImageCircle {
    background-image: url('/images/stan.jpg');
}
.moderni_chaty .decoreImageCircle {
    background-image: url('/images/moderni_chata.jpg');
}
.turisticke_chaty .decoreImageCircle {
    background-image: url('/images/turisticka_chata.jpg');
}

a, a:visited {
    color: black;
}
a:hover {
    color: #555555;
}

a.button, input.button {
    background: linear-gradient(to bottom, #494949 50%, #3D3D3D 50%);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Candara;
    font-weight: bold;
    font-size: 140%;
    padding: 0.8em 4em;
    display: inline-block;
}
    a.button:hover, input.button:hover {
        background: linear-gradient(to bottom, #3D3D3D 50%, #3D3D3D 50%);
    }

    input.button {
        font-size: 120%; 
        cursor: pointer;
    }

div.hp-restaurace {
    background-image: url('/images/restaurace_bg2.jpg');
}

div.hp-restaurace .column-1
{
    display: none;
    
}
    div.hp-restaurace .column-2 {
       /* background-image: url('/images/restaurace_bg.jpg');
        width: 100%;*/
    }
@media screen and (min-width:700px) {
    div.hp-restaurace {
      /*  background-image: url('/images/restaurace_bg.jpg');
        background-repeat: repeat;*/
    }
    div.hp-restaurace-img {
        background-color: #EBEBEB;
        /*background-image: url('/images/restaurace_hp.jpg');*/
        background-image: url('/images/restaurace1.jpg');
        background-repeat: no-repeat;
        background-size: auto 140%;
        background-position-y: 50%;
        background-position-x: -380px;
    }

        div.hp-restaurace .column-1 {
            width: 33%;
            display: block;
            /*background-image: url('/images/restaurace_hp.jpg');
            background-repeat: repeat;*/
        }

        div.hp-restaurace .column-2 {
           /* background-image: url('/images/restaurace_bg.jpg');*/
            width: 67%;
        }

    a.button, input.button {
        font-size: 160%;
    }
    .w-50 { width:100%; }
}
@media screen and (min-width:850px) {
    div.hp-restaurace-img {
        background-position-x: -290px;
    }
}
@media screen and (min-width:1150px) {
    div.hp-restaurace-img {
        background-position-x: -230px;
    }
}
@media screen and (min-width:1600px) {
    div.hp-restaurace-img {
       
        background-position-x: 0;
    }

    .w-50 { width:50%; }
}

    h2.left {
        text-align: left;
        background-position-x: 0;
    }

    .hp-aktivity {
        background-image: url('/images/aktivity_bg.jpg');
        padding-bottom: 3em;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .aktivity {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .aktivita img {
        width: 22em;
        height: auto;
        margin: 2em auto;
    }

    @media screen and (min-width:700px) {
        .aktivita img {
            margin: 2em 4em;
        }
    }

    #footer {
        background-color: #3D3D3D;
        color: white;
        padding-top: 4em;
        padding-bottom: 2em;
        margin-top: 2em;
        background-image: url('/images/footer_bg.svg');
        background-repeat: no-repeat;
        background-size: auto 90%;
        background-position: 74% 80%;
    }

    .logo-footer {
        width: 14em;
        height: auto;
        /*height: 80px;*/
        margin-bottom: 2em;
    }

    #footer a {
        color: white;
        text-transform: uppercase;
    }

    #footer ul {
        padding: 0 0 0 0;
        /*padding: 10px 0 0 0;
    height: 50px;
    width: auto;
    float: right;*/
    }

        #footer ul, #footer ul li {
            list-style: none;
            background-image: none;
            margin: 0 0 0 0;
            /*display: inline-block;*/
            /*padding: 0;*/
        }

            #footer ul li {
                margin-bottom: 0.5em;
            }


    #pageHead {
        /*height: 40em;*/
        background-color: #333;
        color: white;
    }

    #pageHead {
        padding: 3em;
    }

        #pageHead h1 {
            margin: 0;
            text-align: center;
        }

    .center-flex {
        display: flex;
        justify-content: center;
    }

    .radek {
        display: flex;
        width: 100%;
    }

    .polozka {
        display: block;
        flex-grow: 1;
        padding: 0.3em;
    }

    input[type=text], input[type=email], input[type=tel], textarea, select {
        background-color: #e6e6e6;
        border: none;
        padding: 1em;
        width: 100%;
        font-family: 'Open Sans';
    }

    .result {
        text-align: center;
        text-align: center;
        padding: 1em;
        margin: 0.5em 0;
        display: none;
    }

    .success {
        background-color: #79b779;
    }

    .error {
        background-color: #dc3b3b;
    }

    .owl-nav {
        display: none;
    }

    .owl-dots {
        position: relative;
        top: -2em;
    }

    
