* {
	margin: 0px;
	padding: 0px;
	border: none;
    /*font-family: "Inter", sans-serif;*/
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight:  400;
}
html {
  scroll-padding-top: 60px; /* posun kotvy */
}
body {
    font-size: 0.9em;
    color: #052d2b;
	background: #fff;
	line-height: 1.2em;
}
header, nav, section, article, aside, footer {
   display: block;
}
address, blockquote, dl, fieldset, h1, h2, h3, h4, h5, h6, ol, p, table, ul {
    margin-bottom: 15px;
}
ul, ol {
    margin-left: 50px;
}
h1, h2, h3, h4, .nadpish3 {
	font-weight: normal;
	color: #052d2b;
    margin: 30px 0px;
    text-align: left;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 0.0625em; /* 1px */
    /*text-transform: uppercase;*/
    font-family: "Roboto", sans-serif;
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
}
h1, .nadpish1 {
    font-size: 2em; /* 64px */
    line-height: 1.6em;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center !important;
}
h2 {
    font-size: 1.5em; /* 64px */
	line-height: 1.4em;
    color: #ff5100;
    text-align: center !important;
}
.nadpish2 {
    font-size: 1.5em; /* 64px */
    line-height: 1.4em;
    font-weight: 600;
    color: #000;
    text-align: center !important;
}
h3 {
    font-size: 1.4em; /* 64px */
    line-height: 1.3em;
    text-align: center !important;
}
.nadpish3 {
    font-size: 1.4em;
    line-height: 1.2em;
}
h4 {
    font-size: 2.0em;
    text-transform: none;
}
h2.kontakt {
    margin-bottom:  0px !important;
}
p strong {
    font-weight:  600;
}
h1 strong, h2 strong, h3 strong, h4 strong {
    color: #ff5100;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
h1 strong.uzke, h2 strong.uzke, h3 strong.uzke, h4 strong.uzke {
    font-weight: 400;
}
.cistic {
    clear: both;
	float: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
}
.error a {
    color: #1d969f !important;
    text-decoration: underline;
}
.error a:hover {
    color: #1d969f;
    text-decoration: none;
}
a {
	color: #ff5100;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #ff5100;
    text-decoration: none;
}
section ul li {
    font-size: 1.2em;
    line-height: 1.3em;
}
.vlevo {
    float: left;
}
.vpravo {
    float: right;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.pulka {
    width: 50%;
    float: left;
}
.stred {
    text-align: center;
}
.center {
    width: 1000px;
    min-width: 1000px;
	padding: 0px;
    margin: 0px auto;
    position: relative;
}
.centr {
    text-align: center;
}
#Paticka p.center {
    width: 180px;
    min-width: 180px;
    margin: 0px 0px;
    text-align: center;
}
.gray {
    color: #ccc;
}
.red {
    color: #ed1c24 !important;
}
.orange, .orange a {
    color: #ff5100 !important;
}
.black, .black a {
    color: #000 !important;
}
.bold, .bold a {
    font-weight: 700 !important;
}
a.vice {
    width: 100px;
    margin: 10px 0px 0px 0px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    display: block;
    background: #ff5100;
    text-decoration: none;
    border-left: none;
    border-right: none;
    border-top: 3px solid #ff5100;
    border-bottom: 3px solid #ff5100;  
}
    a:hover.vice, a:active.vice, a:focus.vice  {
        width: 100px;
        margin: 10px 0px 0px 0px;
        padding: 10px 20px;
        color: #ff5100;
        text-align: center;
        display: block;
        background: #fff;
        text-decoration: none;
        border-left: none;
        border-right: none;
        border: 3px solid #ff5100; 
        color: #ff5100;
        background: #fff;
    }
img.hlavnifoto {
    width: 250px;
    height: auto;
    float: right;
    margin: 0px 0px 10px 10px;
}
img.hlavnifotokontakt {
    width: 300px;
    height: auto;
    float: right;
    margin: 65px 0px 10px 10px;
}
img.fullfoto {
    width: 100%;
    height: auto;
    float: right;
    margin: 0px 0px 10px 10px;
}
hr {
    width: 100%;
    height: 1px;
    background: #e0dedd;
    margin: 0px 0px 20px 0px;
}
header, header li, #Logo, #Logo span, #Navigace, #Menu {
    transition: all 0.5s;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
}
    #Uvod {
            display: flex; /* Umístí boxy vedle sebe */
            gap: 0px; /* Mezera mezi boxy */
            justify-content: center;
            padding: 0px;
        }
        .podklad {
            position: relative;
            width: 33%;
            height: 100vh;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            transition: all 0.5s ease-in-out;
        }
        .catering {
            background: url('../images/catering-2.jpg') center/cover no-repeat;
        }
        .restaurace {
            background: url('../images/restaurace.jpg') center/cover no-repeat;
        }
        .vyroba {
            background: url('../images/vyroba.jpg') center/cover no-repeat;
        }
        .podklad::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: rgba(0, 0, 0, 0.8); */
            background: rgba(255, 255, 255, 0.9); 
            transition: opacity 0.3s ease-in-out;
        }
        .podklad:hover::before {
            opacity: 0.6; /* Při najetí se sníží průhlednost */
        }
        .obsah {
            position: relative; /* Zajišťuje, že text bude nad overlayem */
            z-index: 1;
        }
        .obsah h2 {
            color: #000;
            font-size: 2.5em;
            font-weight: normal !important;
            text-align: center;
            margin-bottom: 50px;
            text-decoration: none;
        }
        .obsah p {
            width: 50%;
            margin: 0px auto;
            color: #000;
            font-size: 1.5em;
            line-height: 1.3em;
            text-align: center;
        }
        
#Lista {
    width:  100%;
    height:  35px;
    background: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;

}
    #Lista .center {
        width:  950px;
        height:  30px;
        margin:  0px auto;
        color:  #ff5100;
        font-size:  1.3em;
        padding:  5px 0px 0px 0px;
    }
        #Lista .center a {
            color:  #ff5100;
            text-decoration:  none;
            padding: 0px 5px 0px 5px;
        }
            #Lista .center a:hover {
                color:  #ff5100;
                text-decoration:  underline;
            }
            #Lista .center a img {
                width: 20px;
                margin: 2px 0px 0px 0px;
            } 
            #Lista .center .hashtag {
                float: left;
                margin: 3px 40px 0px 0px;
            }
            #Lista .center .socky {
                float: left;
            }
header {
    width: 100%;
	min-width: 950px;
	height: 85px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background-color: #000;
    position: fixed;
    top: 0px;
    z-index: 1000;
    left: 0px;
}
    header .headpodklad {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 85px;
        background: url('../images/pozadi-logo-menu-vytahy-black.png') right 0px top -30px no-repeat;
    }
    header.male {
        opacity: 0.9;
        height: 60px !important;
        /*text-shadow: 2px 2px 2px rgba(0,0,0,0.9);*/
    }
    header.male .headpodklad {
        height: 60px !important;
    }
    header .center {
        
    }
    header #Logo {
        width: 151px;
        height: 70px;
        float: left;
        z-index: 100;
        font-size: 0.4em;
        margin: 5px 20px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-indent: -9999px;
        position: relative;
    }
        header #Logo span {
        	display: block;
        	position: absolute;
        	top: 0;
            width: 151px;
        	height: 70px;
        	visibility: visible;
        	cursor: pointer;
            _cursor: hand;
            background: url(../images/pozadi-logo-text-bile.png) no-repeat;
            background-size: 151px 70px;
        }
    header.male #Logo {
        width: 108px;
        height: 50px;
    }
        header.male #Logo span {
            width: 108px;
            height: 50px;
            background: url(../images/pozadi-logo-text-bile.png) no-repeat;
            background-size: 108px 50px;
        }
/*
    header #Logo {
        width: 82px;
        height: 70px;
        float: left;
        z-index: 100;
        font-size: 0.4em;
        margin: 5px 20px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-indent: -9999px;
        position: relative;
    }
        header #Logo span {
            display: block;
            position: absolute;
            top: 0;
            width: 82px;
            height: 70px;
            visibility: visible;
            cursor: pointer;
            _cursor: hand;
            background: url(../images/pozadi-logo-bile.png) no-repeat;
            background-size: 82px 70px;
        }
    header.male #Logo {
        width: 58px;
        height: 50px;
    }
        header.male #Logo span {
            width: 58px;
            height: 50px;
            background: url(../images/pozadi-logo-bile.png) no-repeat;
            background-size: 58px 50px;
        }
*/       
    nav#Navigace {
        width: auto;
        height: 50px;
        float: right;
        z-index: 100 !important;
        margin: 0px 0px 0px 0px;
        position: relative;
    }
    #Navigace .center {
        
    }
        nav#Navigace ul#Menu {
            height: 35px;
            float: right;
            list-style: none;
            margin: 25px 0px 0px 0px;
            padding: 0px;
            border: none;
        }
        .male nav#Navigace ul#Menu {
            margin: 10px 0px 0px 0px !important;
        }
            #Menu li {
                float: left;
                /*height: 35px;*/
                display: block;
                padding: 0px 0px 0px 0px;
            }
            #Menu li a {
                height: 25px;
                display: block;
                color: #ffffff;
                font-size: 1.2em; /* 64px */
                letter-spacing: 0.0625em; /* 1px */
                text-align: left;
                padding: 10px 10px 0px 10px;
                margin: 0px 0px 3px 0px;
                text-decoration: none;
                text-transform: uppercase;
                /*
                border-top: 3px solid #ff5100;
                border-bottom: 3px solid #ff5100;
                */
                font-family: "Roboto", sans-serif;
            }
            .male #Menu li a {
                height: 25px;
                padding: 10px 10px 0px 10px;
                margin: 0px 0px 3px 0px;
            }
            #Menu li a.last {
                border-right: none;
            }
            #Menu a:hover, #Menu a.aktivni, #Menu a:active, #Menu a:focus {
                color: #ff5100;
                /*background: #ffffff;*/
                margin: 0px 0px 3px 0px !important;
                /*
                border-top: 3px solid #fff;
                border-bottom: 3px solid #fff;
                border-radius: 25px;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                */
            }
#Promo {
    width: 100%;
    margin: 85px 0px 0px 0px;
    padding: 0px;
    z-index: 100;
    position: relative;
}
    #fwslider .slide .title {
        width: 650px;
        margin: 0px auto;
        position: absolute;
        top: 150px;
        left: calc(50% - 325px);
        font-weight: 600;
        color: #fff;
        font-size: 4.0em;
        /*letter-spacing: 0.0625em;*/ /* 1px */
        line-height: 1.3em;
        text-align: center;
        z-index: 1000;
        font-family: "Roboto", sans-serif;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    }
    #fwslider .slide .small {
        top: 150px !important;
    }
section {
    width: 100%;
    background: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
    section.detail {
        width: 100%;
        margin: -14px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    section article {
        width: 100%;
        /*min-height: 500px;*/
        margin: 0px 0px 0px 0px;
		padding: 30px 0px 30px 0px;
        background: url(../images/pozadi-logo-obsah.png) top -100px right 20% no-repeat; 
    }
    section article.mapa {
        width: 100%;
        margin: 0px !important;
        min-height: auto;
        padding: 0px 0px 0px 0px !important;
    }
    section article.kontakt {
        margin-bottom:  0px !important;
        padding-bottom:  0px;
    }
    section article.domy {
        margin:  0px !important;
        padding-top:  12px !important;
    }
    section article p {
        font-size: 1.2em;
        line-height: 1.4em;
        text-align: justify;
    }
    section article .fotos img {
        width: 320px;
        height: auto;
        float: left;
        margin: 0px 13px 20px 0px;
    }
    table thead tr td {
        color: #fff;
        font-weight: bold;
        background: #007ac3;
    }
        #Ref {
            margin: 30px 0px 30px 0px;
        }
            article .fototextleva {
                width: 475px;
                float: left;
                margin: 0px 0px 75px 0px;
            }
            article .fototextprava {
                width: 475px;
                float: left;
                margin: 0px 12px 20px 0px;
                padding: 0px 0px 0px 0px;
            }
                article .fototextleva img, article .fototextprava img {
                    width: 475px;
                    height: auto;
                }
            article .textleva {
                width: 418px;
                float: left;
                font-size: 1.1em;
                line-height: 1.5em;
                text-align: justify;
                margin: 0px 70px 30px 0px;
            }
            article .textprava {
                width: 430px;
                float: left;
                font-size: 1.1em;
                line-height: 1.5em;
                text-align: justify;
                margin: 0px 0px 75px 70px;
            }
            article .textcela {
                width: 100%;
                float: left;
                font-size: 1.1em;
                line-height: 1.5em;
                text-align: justify;
                margin: 0px 0px 20px 0px;
            }
            article .textleva h2, article .textprava h2,
            article .textleva h3, article .textprava h3 {
                text-align: left !important;
                margin-top: 0px;
            }
            #Ref h2, #Ref h3 {
                text-align: left !important;
            }
            #Ref .textleva, #Ref .textprava {
                text-align: justify !important;
            }
                #Ref a.vice {
                    width: 140px;
                    display: block;
                }


    article#Mapa {
        padding: 0px;
    }
    article .center {
        padding: 0px 0px 0px 0px;
    }
    article.kontakt .center {
        padding: 0px 0px 0px 0px;
    }
    article .home {
        padding: 30px 0px 30px 0px;
    }
    article #Drobky .center {
        padding: 0px;
    }
    
    #Drobky {
        margin: 0px 0px 60px 0px;
        padding: 10px 0px 10px 0px;
        color: #fff;
        background: #000;
    }
        #Drobky a {
            color: #fff;
            font-size: 1.1em;
        }
        #Drobky a.aktivni, #Drobky a:hover, #Drobky a:active, #Drobky a:focus {
            color: #fff;
            text-decoration: none;
        }
        #Drobky a.aktivni {
            font-weight: bold;
        }
        #Novinky {
            width: calc(100% - 30px);
            color:  #fff;
            border-radius: 15px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            padding:  15px 15px 5px 15px;
            margin:  -15px 0px 30px 0px;
            position:  relative;
            background: #c84c60;
            font-size: 1.2em;
        }
            #Novinky #Sipka {
                width:  20px;
                height:  16px;
                top:  -15px;
                left:  40px;
                position:  absolute;
                background: url(../images/novinka-sipka.png) repeat;
            }
            #Novinky h2 {
                font-size:  1.3em;
                color:  #fff;
                margin-bottom:  10px;
            }
        table {
            width:  100%;
            /*background:  #fff;*/
        }
        table tr th {
            padding: 10px 10px;
            font-size: 0.9em;
        }
        table tr td {
            font-size: 0.9em;
            color: #052d2b;
            text-decoration: none;
            padding: 8px 12px;
        }
        table tr th {
            color: #fff;
            background: #052d2b;
            text-align: left;
            font-weight: normal;
        }
		table tr:nth-child(even) {
            background: #fff;
            color: #052d2b;
		}
        table tr:nth-child(even) a {
            color: #052d2b;
            display: block;
            text-decoration: none;
           /* padding: 5px 10px;*/
        }
        table tr:nth-child(odd) {
            background: #e8e6e6;
            /*background: #a5c8ac;*/
            color: #052d2b;
        }
        table tr:nth-child(odd) a {
            color: #052d2b;
            display: block;
            text-decoration: none;
            /*padding: 5px 10px;*/
        }
        table tr:hover td {
            background: #ff5100;
        }
        table tr:hover td a {
            color: #fff;
        }
        table tr td.svetle {
            background: #7dbdc3;
            color:  #fff;
        }
        table tr td.bile {
            background: #fff;
        }
        table tr td.volno {
            color: #fff;
            background: #a5c8ac;
        }
        table tr td.red {
            background:  #d0495f;
            color: #fff !important;
        }
		table tr td {
			border: none;
		}
        #Galerie {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 0px; /* mezera mezi fotkama */
        }
        #Galerie .foto {
            
            aspect-ratio: 1 / 1; /* čtverec */
            overflow: hidden;
            margin: 0px; /* mezera mezi fotkama */
            /*border: 1px solid #0C4182;*/
        }
            #Galerie .foto a img {
                width: 100%;
                height: 100%;
                object-fit: cover; 
                display: block;
                cursor: pointer;
                _cursor: hand;
                z-index: 4;
            }
                #Galerie .foto a:hover img, #Galerie .foto a:active img, #Galerie .foto a:focus img {
                    opacity: 0.8;
                }
            article #Galerie .foto .subgal {
                    width: 204px;
                    height: 59px;
                    position: absolute;
                    font-size: 0.9em;
                    top: 0px;
                    left: 0px;
                    font-weight: bold;
                    color: #fff;
                    padding: 10px 0px 0px 0px;
                    overflow: hidden;
                    text-align: center;
                    cursor: pointer;
                    cursor: hand;
                    z-index: 2;
                    background: url(../images/pozadi-subgal.png) 0px 0px no-repeat;
            }
                article #Galerie .foto:hover .subgal {
                    color: #0C4182;
                    background: url(../images/pozadi-subgal-akt.png) 0px 0px no-repeat;
                }
        /*
        #Reference #Galerie .foto {
            width: 300px;
            height: 169px;
            overflow: hidden;
            float: left;
            text-align: center;
            position: relative;
            margin: 15px;
        }
            #Reference #Galerie .foto a img {
                width: 300px;
                height: 169px;
                margin: 0px auto;
                cursor: pointer;
                _cursor:    hand;
                z-index: 4;
            }
        */
        #Pod {
            width: 100%;
            margin: 0px 0px 30px 20px;
        }
        #Pod .subpage {
                width: 180px;
                height: 107px;
                display: block;
                float: left;
                font-size: 1.1em;
                color: #fff;
                margin: 5px;
                overflow: hidden;
                text-decoration: none;
                text-align: center;
                cursor: pointer;
                cursor: hand;
                z-index: 2;
                background-size: 180px 1077px;
            }
            #Pod .subpage:hover {
                color: #fff;
            }  
            #Pod a {
                width: 180px;
                height: 107px;
                display: block;
                float: left;
                font-size: 1.0em;
                font-weight: 500;
                color: #fff;
                overflow: hidden;
                text-decoration: none;
                text-align: center;
                cursor: pointer;
                cursor: hand;
                z-index: 2;
                position: relative;
                background: url(../images/pozadi-ref-light.png) 0px 0px repeat !important;
            }
            #Pod a:hover, #Pod a:active, #Pod a:focus, #Pod a.aktivni {
                color: #fff;
                background: url(../images/pozadi-ref-dark.png) 0px 0px repeat !important;
            }
                #Pod .subpage a span {
                    width: 160px;
                    text-align: center;
                    position: absolute;
                    bottom: 10px;
                    left: 10px;
                }
        #PodRef {
            width: 100%;
            margin: 0px 0px 30px 20px;
        }
        #PodRef .subpage {
                width: 180px;
                height: 107px;
                display: block;
                float: left;
                font-size: 1.1em;
                color: #fff;
                margin: 5px;
                /*overflow: hidden;*/
                text-decoration: none;
                text-align: center;
                cursor: pointer;
                cursor: hand;
                z-index: 2;
                position: relative;
                background-size: 180px 1077px;
            }
            #PodRef .subpage:hover {
                color: #fff;
            }  
            #PodRef a {
                width: 180px;
                height: 107px;
                display: block;
                float: left;
                font-size: 1.0em;
                font-weight: 500;
                color: #fff;
                /*overflow: hidden;*/
                text-decoration: none;
                text-align: center;
                cursor: pointer;
                cursor: hand;
                z-index: 2;
                position: relative;
                background: url(../images/pozadi-ref-light.png) 0px 0px repeat !important;
            }
            #PodRef a:hover, #PodRef a:active, #PodRef a:focus, #PodRef a.aktivni {
                color: #fff;
                background: url(../images/pozadi-ref-dark.png) 0px 0px repeat !important;
            }
                #PodRef .subpage a span {
                    width: 160px;
                    text-align: center;
                    position: absolute;
                    bottom: 10px;
                    left: 10px;
                }
            #PodRef {
            width: 100%;
            margin: 0px 0px 30px 20px;
        }
        #Sluzby .subpage {
                width: 250px;
                height: 300px;
                display: block;
                float: left;
                font-size: 1.1em;
                color: #fff;
                margin: 0px;
                /*overflow: hidden;*/
                text-decoration: none;
                text-align: center;
                cursor: pointer;
                cursor: hand;
                z-index: 2;
                position: relative;
                background-size: 500px 300px;
            }
            #Sluzby .subpage:hover {
                color: #fff;
            }  
            #Sluzby a {
                width: 250px;
                height: 300px;
                display: block;
                float: left;
                font-size: 1.0em;
                font-weight: 500;
                color: #fff;
                /*overflow: hidden;*/
                text-decoration: none;
                text-align: center;
                cursor: pointer;
                cursor: hand;
                z-index: 2;
                position: relative;
                background: url(../images/pozadi-ref-light.png) 0px 0px repeat !important;
            }
            #Sluzby a:hover, #Sluzby a:active, #Sluzby a:focus, #Sluzby a.aktivni {
                color: #fff;
                background: url(../images/pozadi-ref-dark.png) 0px 0px repeat !important;
            }
                #Sluzby .subpage a span {
                    width: 250px;
                    font-size: 1.4em;
                    line-height: 1.2em;
                    font-weight: 500;
                    text-align: center;
                    position: absolute;
                    bottom: 60px;
                    left: 0px;
                }
                #Sluzby .subpage a span.vice {
                    width: 120px;
                    position: absolute;
                    bottom: 20px;
                    left: 50px;
                    margin: 10px auto 0px auto;
                    padding: 5px 10px;
                    color: #fff;
                    text-align: center;
                    display: block;
                    font-size: 0.9em;
                    background: #ff5100;
                    text-decoration: none;
                    border: 1px solid #ff5100;
                    border-radius: 15px;
                    -moz-border-radius: 15px;
                    -webkit-border-radius: 15px;
                }
                    #Sluzby .subpage a:hover.vice {
                        color: #ff5100;
                        background: #fff;
                        border: 1px solid #ff5100;
                    }
            .info {
                width: 940px;
                height: 85px;
                color: #fff;
                display: none;
                z-index: 100;
                position: relative;
                top: 110px;
                left: 0px;
                text-align: center;
                background: url(../images/pozadi-ref-light.png) 0px 0px repeat !important;
            }

        #Cisla {
            width: 100%;
            color: #fff;
            margin: 0px 0px 0px 0px !important;
            padding: 0px !important;
            background: url(../images/cisla.jpg) no-repeat;
            background-size: 100% auto;
        }
            #Cisla .center {
                width: 1000px;
                margin: 0px auto;
                color: #fff;
                text-align: center;
                padding: 150px 0px 150px 0px;
            }
            #Cisla .center h2 {
                font-size: 2.7em;
                line-height: 1.5em;
                color: #fff;
                text-align: center;
                margin: 0px 0px 50px 0px !important;
            }
            #Cisla ul {
                width: 100%;
                list-style: none;
                margin: 0px;
                padding: 0px;
            }
                #Cisla ul li {
                    width: 33%;
                    text-align: center;
                    margin: 0px;
                    padding: 0px;
                    display: inline;
                    float: left;
                    font-weight: bold;
                    font-size: 1.3em;
                }
                    #Cisla ul li span {
                        font-size: 4.0em;
                        line-height: 1.3em;
                    }
        section article#Pptavka {
            background: url('../images/podklad-formular.png') center/cover no-repeat !important;
        }
        #Kontakt {
            position: relative;
            width: 100%;
            padding: 0px !important;
            margin: 0px !important;
            color: #fff !important;
            /*height: 100vh;*/
            background: url('../images/podklad-formular.jpg') center/cover no-repeat !important;
        }
            #Kontakt h3 {
                color: #fff;
            }
        #Pojizdnybar {
            position: relative;
            width: 100%;
            margin: 0px 0px 30px 0px;
            color: #fff !important;
            /*height: 100vh;*/
            background-image: url('../images/podklad-osobni-1.jpg');
            background-position: right center;
            background-size: cover;
            background-repeat: no-repeat;
        }
            #Pojizdnybar h1, #Pojizdnybar h2, #Pojizdnybar h3, #Pojizdnybar h4 {
                color: #fff !important;
            }
        #Osobni {
            position: relative;
            width: 100%;
            color: #fff !important;
            /*height: 100vh;*/
            background-image: url('../images/podklad-1.jpg');
            background-position: right center;
            background-size: cover;
            background-repeat: no-repeat;
        }
            #Osobni h1, #Osobni h2, #Osobni h3, #Osobni h4 {
                color: #fff !important;
            }
        #Prumyslove {
            position: relative;
            width: 100%;
            color: #fff !important;
            /*height: 100vh;*/
            background-image: url('../images/podklad-osobni-1.jpg');
            background-position: right center;
            background-size: cover;
            background-repeat: no-repeat;
        }
            #Prumyslove h1, #Prumyslove h2, #Prumyslove h3, #Prumyslove h4 {
                color: #fff !important;
            }
            #Pojizdnybar .preliv {
                padding-top: 40px;
            }
            .preliv {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.8); /* tmavý průhledný překryv */
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }
            .prelivOrange{
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(255, 81, 0, 0.7); /* tmavý průhledný překryv */
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }
            .text-content {
                color: white !important;
                padding: 2rem;
                /*max-width: 600px;*/
            }
            .text-content h2 {
                text-align: left !important;
                color: white !important;
            }
            

        #Rezervace {
            position: relative;
            width: 100%;
            /*height: 100vh;*/
            /*background-image: url('../images/logo-osmyden-podklad.png');*/
            background-color: rgba(0, 0, 0, 1.0);
            background-position: right center;
            background-size: cover;
            background-repeat: no-repeat;
            margin: 70px 0px 0px 0px;
        }
            #Rezervace .preliv {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                /*background-color: rgba(191, 24, 34, 1.0); */
                background: #000 url(../images/pozadi-logo-paticka.png) no-repeat top -150px center;
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }
            #Rezervace .text-content {
                color: white;
                padding: 2rem;
                text-align: center;
            }
            #Rezervace h3 {
                color: #fff;
                text-transform: none;
                font-weight: 400;    
            }
                #Rezervace h3.bold {
                    color: #fff;
                    font-weight: 700;    
                }
                #Rezervace a {
                    color: #fff;
                    text-decoration: none;
                    /*font-family: "League Gothic", sans-serif;*/
                    :hover {
                        color: #fff;
                        text-decoration: underline;
                    }
                }
        #Individual {
            position: relative;
            width: 100%;
            /*height: 100vh;*/
            /*background-image: url('../images/logo-osmyden-podklad.png');*/
            background-color: rgba(255, 81, 0, 0.7);
            background-position: right center;
            background-size: cover;
            background-repeat: no-repeat;
            margin: 70px 0px 0px 0px;
        }
            #Individual .preliv {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                /*background-color: rgba(191, 24, 34, 1.0); */
                background: #ff5100 url(../images/pozadi-logo-paticka.png) no-repeat top 0px center;
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }
            #Individual .text-content {
                color: white;
                padding: 2rem;
                text-align: center;
            }
            #Individual h3 {
                color: #fff;
                text-transform: none;
                font-weight: 400;    
            }
                #Individual h3.bold {
                    color: #fff;
                    font-weight: 700;    
                }
                #Individual a {
                    color: #fff;
                    text-decoration: none;
                    /*font-family: "League Gothic", sans-serif;*/
                    :hover {
                        color: #fff;
                        text-decoration: underline;
                    }
                }
		article #Sub .foto {
            width: 172px;
			height: 172px;
			margin: 1px;
			float: left;
            background: #f1f3f4;
			border: 1px solid #008ad1;
		}
		article #Sub .foto:hover, article #Sub .foto:active, article #Sub .foto:focus {
            border: 1px solid #003e75;
		}
		article #Sub .foto a {
            line-height: 172px;
			text-align: center;
            vertical-align: center;
		}
        article #Sub .foto a img {
  			max-width: 172px;
			max-height: 172px;
		}
        .youtube {
            width: 100%;
            height: auto;
        }
        .youtubes {
            width: 300px;
            height: 170px;
            float: left;
            margin-bottom: 5px;
        }
        .youtubes:nth-child(odd) {
            margin-right: 5px;
        }
        .youtubes:nth-child(even) {
            margin-left: 5px;
        }
    #Dokumenty a.doks {
        width: calc(100% - 20px);
        position: relative;
        height: auto !important;
        display: block;
        color: #fff;
        margin: 0px 0px 4px 0px;
        background: #ff5100;
        padding: 8px 10px;
        cursor: pointer;
        cursor: hand;
        float: none !important;
        clear: both;
        text-decoration: none;
    }
        #Dokumenty a:hover.doks, #Dokumenty a:active.doks, #Dokumenty a:focus.doks {
            color: #fff;
            background: #052d2b;
        }
        #Dokumenty a.doks:nth-child(even) {
            margin-left: 0px !important;
            margin-right: 0px;
        }
        #Dokumenty a.doks .ikona {
            width: 45px;
            height: 37px;
            float: left;
        }
            #Dokumenty a.doks .txt {
                background: url(../images/ico/txt-hover.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .txt, #Dokumenty a:active.doks .txt, #Dokumenty a:focus.doks .txt {
                    background: url(../images/ico/txt-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.doks .pdf {
                background: url(../images/ico/pdf-hover.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .pdf, #Dokumenty a:active.doks .pdf, #Dokumenty a:focus.doks .pdf {
                    background: url(../images/ico/pdf-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.doks .doc {
                background: url(../images/ico/doc-hover.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .doc, #Dokumenty a:active.doks .doc, #Dokumenty a:focus.doks .doc {
                    background: url(../images/ico/doc-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.doks .ocx {
                background: url(../images/ico/ocx-hover.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .ocx, #Dokumenty a:active.doks .ocx, #Dokumenty a:focus.doks .ocx {
                    background: url(../images/ico/ocx-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.doks .xls {
                background: url(../images/ico/xls-hover.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .xls, #Dokumenty a:active.doks .xls, #Dokumenty a:focus.doks .xls {
                    background: url(../images/ico/xls-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.doks .lsx {
                background: url(../images/ico/xls-hover.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .lsx, #Dokumenty a:active.doks .lsx, #Dokumenty a:focus.doks .lsx {
                    background: url(../images/ico/xls-hover.png) 0px 0px no-repeat;
                }
        #Dokumenty a.doks .nazev {
            width: calc(100% - 150px);
            position: relative;
            height: auto !important;
            padding: 1px 5px 0px 0px;
            float: left;
            font-size: 1.0em;
            line-height: 1.2em;
        }
            #Dokumenty a.doks .nazev p {
                color: #ccc;
                font-size: 0.95em;
                line-height: 1.3em;
                margin: 5px 0px 0px 0px !important;
            }
            #Dokumenty a:hover.doks .nazev p, #Dokumenty a:active.doks .nazev p, #Dokumenty a:focus.doks .nazev p {
                color: #fff;
            }
        #Dokumenty a.doks .popis {
            width: 100px;
            height: 37px;
            float: left;
            margin: -2px 0px 0px 0px;
            font-size: 0.8em;
            line-height: 1.3em;
        }
            #Dokumenty a.doks .popis strong {
                font-weight: bold;
            }
                #Dokumenty a.doks .popis strong span {
                    text-transform: uppercase;
                }

    #Reference {
        width: 100%;
        color: #fff;
        margin: 0px 0px 0px 0px !important;
        padding: 40px 0px;
        padding: 0px !important;
    }
        #Reference .center {
            width: 1000px;
            margin: 0px auto;
            color: #fff;
            text-align: center;
            padding: 40px 0px 70px 0px;
        }
        #Reference .center h2 {
            font-size: 2.7em;
            color: #fff;
            text-align: center;
            margin: 0px 0px 30px 0px !important;
        }
        #Reference .reference {
            width: calc(50% - 40px);
            padding: 0px 20px;
            float: left;
            position: relative;
            text-align: center;
            margin: 0px 0px 40px 0px;
        }
        #Reference .reference .hvezdy {
            font-size: 4.0em;
            color: #ff5100;
            margin: 20px 0px 10px 0px;
        }
        #Reference .reference, #Reference .reference p {
            color: #000;
        }
        #Reference .reference span {
            color: #000;
            font-size: 1.2em;
            font-style: italic;
            font-weight: 700;
        }

    .strankovani {
        margin: 25px 0px 15px 0px;
        text-align: center;
    }
        .strankovani span a {
            padding: 7px 10px 7px 10px;
            background: #e2f4fd ;
            font-size: 1.1em;
            font-weight: normal;
            color: #0C4182;
            margin: 5px;
            text-decoration: none;
        }
        .strankovani a:hover, .strankovani a:active, .strankovani a:focus {
            color: #fff;
            background: #007ac3;
            text-decoration: none;
        }
        .strankovani span.aktivni {
            padding: 7px 10px 7px 10px;
            background: #007ac3;
            color: #fff;
            margin: 5px;
            font-size: 1.1em;
            font-weight: normal;
        }
	#Formular {
        width: 100% !important;
        color: #fff;
		padding: 0px 0px 0px 0px;
	}
    table#Poptavka {
            width: 500px !important;
            margin:  0px auto;
        }
        table#Poptavka tr, table#Poptavka tr td  {
            width: calc(100% - 20px) !important;
            position: relative;
            padding: 10px !important;
            margin: 0px !important;
            border: none !important;
            background: none !important;
        }
        table#Poptavka tr td {
            padding: 10px !important;
            margin: 5px 5px !important;
            font-size: 1.1em;
            color: #fff;
        }
        #Poptavka input, #Poptavka textarea {
            padding: 10px 10px;
            margin: 2px;
            color: #000;
            border: 1px solid #ff5100;
        }
        #Poptavka input {
            width: 95%;
        }
        #Poptavka input.radio {
            width: 20px;
            margin-left: 20px;
        }
        #Poptavka textarea {
            width: 95%;
            height: 80px;
            background: #fff;
        }
        #Poptavka .tlacitko {
            width: 100px;
            height: 39px;
            cursor: pointer;
            _cursor: hand;
            color: #fff;
            float: right;
            margin: 0px auto;
            background: #052d2b;
        }
            #Poptavka .tlacitko:hover {
                color: #fff;
                transition: 1s;
                background: #000;
            }
        #Poptavka a {
            text-decoration: underline;
        }
            #Poptavka a:hover {
                text-decoration: none;
            }
            .sending, .check {
                display: none;
            }

footer {
    width: 100%;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.9em;
    position: relative;
    background: #000 url(../images/pozadi-logo-paticka.png) no-repeat top -150px right 0px;
}
    #Paticka {
        width: 1000px;
        margin: 0px auto;
        padding: 40px 0px 20px 0px;
    }
    #Paticka ul {
        list-style: none;
        margin: 0px 0px 0px 0px;
    }
    #Paticka a {
        color: #fff;
        text-decoration: none;
    }
        #Paticka a:hover {
            color: #fff;
            text-decoration: underline;
        }
    #Paticka .pulka {
        padding: 30px 0px 0px 0px;
    }
    #Paticka .sloupec {
        width: 250px;
        height: 400px;
        float: left;
        padding: 0px 20px 0px 0px;
    }
    #Paticka strong, #Paticka strong a {
        font-weight: 700 !important;
        color: #ff5100 !important;
    }
    #Paticka .prvni {
        width: 270px;
        line-height: 1.3em;
        padding-right: 30px !important;
    }
        #Paticka .prvni p {
            text-align: justify;
        }
    #Paticka .druhy {
        width: 130px;
    }
        #Paticka .druhy h3, #Paticka .treti h3, #Paticka .ctvrty h3 {
            margin: 80px 0px 100px 0px;
        }
    #Paticka .treti {
        width: 230px;
    }
    #Paticka .ctvrty {
        width: 300px;
        text-align: left;
        padding-right: 0px !important;
    }
        #Paticka .pulka h3 {
            font-size: 1.6em;
            letter-spacing: 0.0625em; /* 1px */
            font-weight: normal;
            margin-top: 5px;
            margin-bottom: 30px;
            text-align: left !important;
        }
        #Paticka .pulka h3.dobrotyturek {
           margin-left: 20px;
        }
        #Paticka h3.centr {
            text-align: center !important;
        }
        #LogoPaticka {
            width: 180px;
            height: 154px;
            float: left;
            position: relative;
            overflow: hidden;
            font-size: 0.1em;
            text-align: center;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 22px 0px !important;
            text-indent: -9999px;
            color: #00aeef;
        }
        #LogoPaticka span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background: url(../images/pozadi-logo-bile.png) no-repeat;
            background-size: 180px 154px;
            width: 180px;
            height: 154px;
            visibility: visible;
            cursor: pointer;
            _cursor: hand;
        }
        #Paticka .menicko {
            width: 200px;
            margin: 0px 0px 20px 0px;
        }
        #Paticka .menicko a {
            text-transform: uppercase;
            font-size: 1.2em;
        }
    footer h3 {
        color: #fff;
    }
    footer .site a {
        margin-right: 10px;
    }
    footer .site a img {
        width: 30px !important;
        height: 30px !important;
    }
    #Cookies {
        width: 100%;
        height: 80px;
        display: block;
        padding: 10px;
        margin: -80px 0px 0px 0px;
        font-size: 1.0em;
        line-height: 1.2em;
        color: #fff;
        z-index: 10;
        text-align: left;
        background: #ff5100;
        border-top: 1px solid #fff;
    }
    #Cookies #button {
        width: 123px;
        height: 32px;
        color: #000;
        font-size: 1.0em;
        font-weight: bold;
        cursor: pointer;
        _cursor: hand;
        margin: 0px 5px 8px 0px;
        border: none;
        background: #fff;
    }
        #Cookies #button:hover {
            background: #ffffff;
        }
    #Cookies p {
        padding-left: 10px;
        color: #fff;
    }
    #Cookies a {
        color: #fff;
        text-decoration: underline;
    }
        #Cookies a:hover {
            color: #fff;
            text-decoration: none;
        }
    #StredCookies {
        width: 100%;
        height: 1px;
        margin: 0px;
        position: fixed;
        bottom: 0px;
        background: #e7073e;
        z-index: 10000000000;
    }
        #StredCookies .stred {
            width: 100%;
            min-width: 1000px;
            margin: 0px auto;
            z-index: 1000000000;
        }
#Mapastranek {

}
    #Mapastranek ul {
        margin-bottom: 5px;
    }
    #Mapastranek ul li {
        width: 100%;
        display: list-item;
        margin-bottom: 5px;
    }
    #Mapastranek ul li a {
        width: 100%;
        height: auto;
        color: #fff;
        display: block;
        padding: 3px 0px;
        text-decoration: underline;
    }
    #Mapastranek a:link {
        color: #1d969f;
        text-decoration: underline;
    }
    #Mapastranek a:visited {
        color: #1d969f;
        text-decoration: none;
    }
    #Mapastranek a:hover, #Mapastranek a:active, #Mapastranek a:focus {
        color: #1d969f;
        text-decoration: none;
    }

	#Formular {
        width: 720px;
        margin: 0px auto;
        color:  #000;
        padding: 0px 0px 0px 0px;
    }
    #Formular .red {
        color: #000 !important;
    }
	#LogoMobil, #MobilMenu, #MenuMobil, #MapaStred, #MapaMala, .mobile, #OdstupMobil, #VyhledavaniMobil {
	    display: none;
	}
	.desktop {
		display: block;
	}
    #Promo .timers, #fwslider .slide_content_wrap p, #fwslider .slidePrev, #fwslider .slideNext {
		display: block;
	}
    #Nadmenumobil {
        display: none;
    }
.schovat {
    display: none;
}
.mobile, #PromoMobil, #Mobil {
    display: none;
}
