* {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
    font-family: 'Merriweather Sans', sans-serif;
	font-size: 1.0em;
	background: #fff;
	line-height: 1.3em;
}
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 {
    font-family: 'Merriweather Sans', sans-serif;
    line-height: 1.1em;
	font-weight: 500;
	color: #215e8f;
	font-weight: 800;
    padding: 0px 0px 0px 0px;
}
h1, h2.nadpis {
	background: url(../images/pozadi-nadpis.png) center top no-repeat;
	padding: 35px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
    font-size: 2.0em;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em;
    color: #215e8f;
}
h3 {
	font-size: 1.3em;
    color: #215e8f;
}
h3 {
    font-size: 1.1em;
    color: #215e8f;
}
h4 {
    font-size: 1.0em;
    color: #215e8f;
}
.cistic {
    clear: both;
	float: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
}
strong {
	font-weight: 700;
}
strong.red {
    font-weight: 700;
	color: #dd117c;
}
a {
	color: #333333;
    text-decoration: underline;
}
a:hover {
	color: #333333;
    text-decoration: none;
}
.red {
    color: #bb001f;
}
.vlevo {
    float: left;
}
.vpravo {
    float: right;
}
.odstuphome {
    margin-right: 75px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.pulka {
    width: 50%;
    float: left;
}
.center {
    width: 1000px;
	padding: 0px;
    margin: 0px auto;
    position: relative;
}
.gray {
    color: #ccc;
}
.orange {
    color: #ff9900;
}
.bold {
    font-weight: 500;
}
img.hlavnifoto {
    width: 246px;
    height: 206px;
    float: right;
    margin: 0px 0px 10px 10px;
}
hr {
    width: 100%;
    height: 1px;
    background: #e0dedd;
    margin: 0px 0px 20px 0px;
}
header, header a, header li, #Logo, #Logo span, #Vyhledavani {
    transition: all 0.5s;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
}
header #Menu ul ul ul a {
    transition: all 0s;
    -moz-transition: all 0s; 
    -webkit-transition: all 0s; 
    -o-transition: all 0s;   
}
header {
    width: 100%;
	min-width: 1000px;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.25);
}
header.velke {
    height: 64px; /* 110 */
    padding: 46px 0px 0px 0px;
    background: #fff url(../images/pozadi-lista.png) repeat-x;
}
header.male {
    height: 34px; /* 110 */
    padding: 26px 0px 0px 0px;
    background: #fff url(../images/pozadi-lista-male.png) repeat-x;
}
    #fwslider #SliderZkos {
        width: 100%;
        max-width: 1600px;
        height: 123px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 5 !important;
        background: url(../../images/pozadi-slider-zkos.png) bottom center no-repeat;
    }
	#Vyhledavani {
		position: absolute;
		right: 0;
		display: none;
	}
	header.velke #Vyhledavani {
		top: -35px;
	}
	header.male #Vyhledavani {
		top: -25px;
	}
	#Vyhledavani input {
		color: #215e8f;
		padding: 0px 5px;
		border: 1px solid #ccc;
	}
	#Vyhledavani input.hledej {
		width: 150px;
	}
	#Vyhledavani input.tl {
		width: 80px;
		background: #e9eff4;
		cursor: pointer;
		_cursor: hand;
	}
	header.velke #Vyhledavani input.hledej, header.velke #Vyhledavani input.tl {
		height: 22px;
	}
	header.male #Vyhledavani input.hledej, header.male #Vyhledavani input.tl {
		height: 18px;
	}
    header #Logo {
        width: 157px;
        height: 199px;
        position: absolute;
        left: 0px;
    	overflow: hidden;
		float: none;
        z-index: 80;
    	font-size: 0.4em;
    	margin: 0px 0px 0px 0px;
    	padding: 0px 0px 0px 0px;
        text-indent: -9999px;
    }
    header #Logo span {
    	display: block;
    	position: absolute;
    	top: 0;
    	left: 0;
        width: 157px;
    	height: 199px;
    	visibility: visible;
    	cursor: pointer;
        _cursor: hand;
    }
    header.velke #Logo {
        width: 157px;
        height: 199px;
        top: -46px;
    }
    header.velke #Logo span {
    	background: url(../images/pozadi-logo.png) no-repeat;
        width: 157px;
    	height: 199px;
    }
    header.male #Logo {
        width: 79px;
        height: 100px;
        top: -26px;
    }
    header.male #Logo span {
    	background: url(../images/pozadi-logo-male.png) no-repeat;
        width: 79px;
    	height: 100px;
    }
    header.velke nav#Navigace {
        height: 64px;
    }
    header.male nav#Navigace {
        height: 34px;
    }
    header nav#Navigace {
        width: 843px; 
        margin: 0px 0px 0px 157px;
		padding: 0px 0px 0px 0px;
		float: none;
    }
    ul#Menu {
    	width: 843px; 
    	height: 64px; 
    	list-style: none;
    	padding: 0px 0px 0px 0px;
        font-size: 0.9em;
    }
    .velke ul#Menu {
    	height: 64px; 
    	margin: 0px 0px 0px 0px;
    }
    .male ul#Menu {
    	height: 34px; 
    	margin: -2px 0px 0px 0px;
    }
    .velke ul#Menu li  {
    	height: 64px; 
    }
    .male ul#Menu li {
    	height: 34px; 
    }
    ul#Menu li {
    	display: inline;
    	float: right;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        background: url(../images/pozadi-menu-rozdel.png) center right no-repeat;
    }
    ul#Menu li.last {
    	margin: 0px;
		padding: 0px;
        background: none;
    }
    ul#Menu li.rezervace {
        margin: 0px;
        padding: 0px;
        background: none;
        text-transform: ;
    }
    #Menu a {
    	color: #2b4166;
        display: block;
		font-weight: 300;
		text-transform: uppercase;
        text-decoration: none;
    }
    .velke #Menu a {
        height: 32px;
        cursor: pointer;
        _cursor: hand;
        padding: 23px 15px 9px 15px;
    }
    .male #Menu a {
        height: 28px;
        cursor: pointer;
        _cursor: hand;
        padding: 7px 15px 0px 15px;
    }
    ul#Menu li.rezervace a {
        margin: 0px;
        /*padding: 0px;*/
        background: none;
        text-transform: unset;
    }
    #Menu a:hover {
    	color: #e12921;
        text-decoration: underline;
    }
    #Menu a.aktivni {
    	color: #e12921;
        text-decoration: underline;
    }
		#Menu li.sub {
			/*position: relative;*/
	    }
	    #Menu li.sub:hover ul {
	    	display: block;
            width: 100% !important;
	    }
			#Menu li.sub ul {
				width: 100% !important;
                min-height: 198px;
		        display: none;
			    position: absolute;
                left: 0;
			    z-index: 10;
	            background: #215e8f;
				padding: 0px !important;
				margin: 0px !important;
			}
	        #Menu li.sub ul li {
				width: 200px;
                display: block;
                color: #fff;
                float: none;
				height: auto !important;
				background: #215e8f;
                margin-left: 160px;
				border-bottom: 1px solid #1f90cf;
			}
			#Menu li.sub ul li a {
				height: auto !important;
	            color: #fff;
		    	text-align: left;
		        display: block;
		        margin: 0px 0px 0px 0px !important;
				padding: 7px 20px 5px 20px !important;
		        font-size: 0.9em;
		        text-decoration: none;
		        border-bottom: none !important;
				position: relative;
			}
	        #Menu li.sub ul li a:hover {
	            height: auto !important;
	            color: #d9261c;
		    	text-align: left;
		        display: block;
		        margin: 0px 0px 0px 0px !important;
				padding: 7px 20px 5px 20px !important;
		        font-size: 0.9em;
                background: #fff;
		        text-decoration: none;
		        border-bottom: none !importanrt;
			}
                #Menu li.sub:hover ul li:hover ul.subsub {
                    display: block;
                }
                #Menu li.sub ul li ul.subsub {
                    width: 640px !important;
                    min-height: 198px;
                    display: none;
                    position: absolute;
                    left: 360px;
                    top: 0px;
                    z-index: 10;
                    background: #fff;
                    height: auto !important;
                    padding: 0px !important;
                    margin: 0px !important;
                }
                #Menu li.sub ul li ul.subsub li {
                    width: 250px !important;
                    display: block;
                    color: #215e8f;
                    float: left;
                    height: auto !important;
                    background: none;
                    margin: 0px 35px 0px 35px !important;
                    padding: 0px;
                    border-bottom: 1px solid #1f90cf;
                }
                #Menu li.sub ul li ul.subsub li a {
                    height: auto !important;
                    color: #215e8f;
                    text-align: left;
                    display: block;
                    margin: 0px 0px 0px 0px !important;
                    padding: 5px 0px 2px 0px !important;
                    font-size: 0.9em;
                    background: none;
                    text-transform: none;
                    text-decoration: none;
                    border-bottom: none !important;
                    position: relative;
                }
                #Menu li.sub ul li ul.subsub li a:hover {
                    height: auto !important;
                    color: #d9261c;
                    text-align: left;
                    display: block;
                    margin: 0px 0px 0px 0px !important;
                    padding: 5px 0px 2px 0px !important;
                    font-size: 0.9em;
                    text-decoration: none;
                    border-bottom: none !importanrt;
                }
#Promo {
	width: 100%;
	min-width: 1000px;
	height: auto; /* 337 */
	margin: 110px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
    /*background: url(../images/pozadi-promo.png) bottom left repeat-x;*/
}
	#Promo img {
		display: block;
		margin: 0px auto;
	}
section {
    width: 100%;
    min-width: 1000px;
    margin: 0px auto;
    padding: 50px 0px 0px 0px;
}
    section article {
        width: 100%;
        min-width: 1000px;
		font-size: 0.95em;
        margin: 0px 0px 0px 0px;
		padding: 0px 0px 25px 0px;
		background: #fff;
    }
    section article .center {

    }
    section article.tmave {
    	padding: 40px 0px 20px 0px;
		background: #e9eff4;    	
    }
    #Drobky {
        margin-bottom: 15px;
    }
        #Drobky a {
            color: #215e8f;
            font-size: 0.9em;
        }
        #Drobky a.aktivni, #Drobky a:hover {
            color: #215e8f;
            text-decoration: none;
        }
    section article p {
        font-size: 0.95em;
    }
    section article ul {
        font-size: 0.95em !important;
    }
    section .zkos {
    	width: 100%;
   		height: 124px;
   		margin: -2px 0px 50px 0px;
		background: url(../images/pozadi-tmave-zkos.png) bottom center no-repeat;
    }
    	article .partneri {
    		text-align: center;
    		padding: 0px 0px 20px 0px;
    	}
    	article .partneri a {
    		text-decoration: none;
    		margin: 0px 20px;
    	}
    		article .partneri a {
	    		text-decoration: none;
	    	}
    		article .partneri a img {
    			height: 75px;
    			border: none;
    		}
    	article .sluzba {
    		width: 226px;
    		height: 150px;
    		margin: 2px;
    		padding: 30px 10px;
    		float: left;
    		text-align: center;
    		background: #e9eff4;
    	}
    		article .sluzba h3 {
    			height: 35px;
    			font-size: 1.0em;
    			text-transform: uppercase;
    		}
    		article .sluzba .popis {
    			width: 226px;
    			height: 100px;
    			text-overflow: hidden;
    			font-size: 0.8em;
    			line-height: 1.2em;
    			text-align: center;
    			color: #215e8f;
    		}
    	article .sluzba p a.vice {
    			width: 107px;
    			display: block;
    			margin: 0px auto;
    			font-size: 0.7em;
    			color: #215e8f;
    			text-align: center;
    			text-transform: uppercase;
    			text-decoration: none;
    			background: url(../images/pozadi-vice.png) 0px 8px no-repeat;
    		}
    			article .sluzba p a:hover,
    			article .novina p a:hover,
    			article .novinka p a:hover,
                article .novinkatmava p a:hover {
    				text-decoration: underline;
    			}
    	article .novina {
    		width: 495px;
    		height: 450px;
    		float: left;
    		margin: 0px 5px 5px 0px;
    		background: #fff;
    		position: relative;
    	}
    		article .nbez {
    			margin: 0px;
    		}
    		article .novina .foto {
    			width: 495px;
    			height: 314px;
    			overflow: hidden;
    		}
    		article .novina .foto img {
    			width: 495px;
    			height: 314px;
    		}
    		article .novina .popis {
    			width: 465px;
    			height: 116px;
    			padding: 10px 15px;
    		}
    			article .novina .popis h3 {
    				width: 465px;
    				height: 35px;
    				overflow: hidden;
    				font-size: 1.0em;
    				line-height: 1.3em;
    				text-transform: uppercase;
    			}
    			article .novina .popis p {
    				width: 465px;
    				height: 81px;
    				font-size: 0.9em;
    				line-height: 1.2em;
    				overflow: hidden;
    				color: #215e8f;
    			}
    	article .novinka {
    		width: 495px;
    		height: 222px;
    		float: left;
    		margin: 0px 5px 6px 0px;
    		background: #fff;
    		position: relative;
    	}
        article .tmava {
            background: #e9eff4 !important;
        }
    		article .novinka .foto {
    			width: 247px;
    			height: 222px;
    			float: left;
    			overflow: hidden;
    		}
    		article .novinka .foto img {
    			/*width: 247px;*/
    			height: 222px;
    		}
    		article .novinka .popis {
    			width: 217px;
    			height: 197px;
    			float: left;
    			padding: 15px 15px 10px 15px;
    		}
    			article .novinka .popis h3 {
    				width: 217px;
    				height: 38px;
    				overflow: hidden;
    				font-size: 1.0em;
    				line-height: 1.3em;
    				text-transform: uppercase;
    			}
    				article .novina .popis h3 a,
    				article .novinka .popis h3 a {
    					color: #215e8f;
    					cursor: pointer;
    					cursor: hand;
    					text-decoration: none;
    				}
    			article .novinka .popis p {
    				width: 217px;
    				height: 81px;
    				color: #215e8f;
    				font-size: 0.9em;
    				line-height: 1.2em;
    				overflow: hidden;
    			}
    		article .novina p a.vice,
	    	article .novinka p a.vice {
	    			width: 107px;
	    			display: block;
	    			position: absolute;
	    			right: 15px;
	    			bottom: 10px;
	    			font-size: 0.7em;
	    			color: #215e8f;
	    			cursor: pointer;
	    			cursor: hand;
	    			text-align: center;
	    			text-transform: uppercase;
	    			text-decoration: none;
	    			background: url(../images/pozadi-vice.png) 0px 8px no-repeat;
	    		}
        article table tr th, article table tr td {
            padding: 5px 10px;
            font-size: 0.9em;
        }
        article table tr td {
            color: #215e8f;
        }
        article table tr th {
            background: #215e8f;
            color: #fff;
            text-align: left;
            font-weight: normal;
        }
		article table tr:nth-child(odd) {
            background: #e9eff4;
            color: #fff;
		}
        article table tr:nth-child(even) {
            background: #d3dfe9;
            color: #fff;
        }
		article table.dokumenty tr td {
			border: none;
		}
        article #Galerie .foto {
            width: 246px;
            height: 206px;
            overflow: hidden;
            float: left;
            text-align: center;
            position: relative;
            margin: 1px 1px 1px 1px;
            border: 1px solid #215e8f;
        }
            article #Galerie .foto a img {
                width: 246px;
                height: 206px;
                margin: 0px auto;
                cursor: pointer;
                cursor: hand;
                z-index: 4;
            }
                article #Galerie .foto a:hover img {
                    opacity: 0.8;
                }
            article #Galerie .foto .subgal {
                    width: 246px;
                    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: #215e8f;
                    background: url(../images/pozadi-subgal-akt.png) 0px 0px no-repeat;
                }
        article #Pod {
            width: 100%;
            margin: 0px 0px 30px 0px;
        }
        article #Pod a.subpage {
                width: 246px;
                height: 59px;
                display: block;
                float: left;
                font-size: 0.9em;
                font-weight: bold;
                color: #fff;
                padding: 10px 0px 0px 0px;
                margin: 2px;
                overflow: hidden;
                text-decoration: none;
                text-align: center;
                cursor: pointer;
                cursor: hand;
                z-index: 2;
                background: url(../images/pozadi-subgal.png) 0px 0px no-repeat;
            }
            article #Pod a.subpage:hover {
                color: #fff;
                background: url(../images/pozadi-subgal-akt-dark.png) 0px 0px no-repeat;
                /*background: url(../images/pozadi-subgal-akt-red.png) 0px 0px no-repeat;*/
            }     
		article #Sub .foto {
            width: 172px;
			height: 172px;
			margin: 1px;
			float: left;
            background: #f1f3f4;
			border: 1px solid #008ad1;
		}
		article #Sub .foto:hover {
            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;
		}
        article .youtube {
            width: 100%;
            height: 611px;
        }
        article .youtubes {
            width: 495px;
            height: 290px;
            float: left;
            margin-bottom: 5px;
        }
        article .youtubes:nth-child(odd) {
            margin-right: 5px;
        }
        article .youtubes:nth-child(even) {
            margin-left: 5px;
        }
    #Dokumenty a.docs {
        width: 478px;
        height: 37px;
        display: block;
        color: #215e8f;
        margin: 0px 2px 4px 0px;
        background: #e9eff4;
        padding: 8px 10px;
        cursor: pointer;
        cursor: hand;
        float: left;
        text-decoration: none;
    }
        #Dokumenty a:hover.docs {
            color: #fff;
            background: #215e8f;
        }
        #Dokumenty a.docs:nth-child(even) {
            margin-left: 2px;
            margin-right: 0px;
        }
        #Dokumenty a.docs .ikona {
            width: 45px;
            height: 37px;
            float: left;
        }
            #Dokumenty a.docs .txt {
                background: url(../images/ico/txt.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.docs .txt {
                    background: url(../images/ico/txt-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.docs .pdf {
                background: url(../images/ico/pdf.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.docs .pdf {
                    background: url(../images/ico/pdf-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.docs .doc {
                background: url(../images/ico/doc.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.docs .doc {
                    background: url(../images/ico/doc-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.docs .ocx {
                background: url(../images/ico/ocx.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.docs .ocx {
                    background: url(../images/ico/ocx-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.docs .xls {
                background: url(../images/ico/xls.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.docs .xls {
                    background: url(../images/ico/xls-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.docs .lsx {
                background: url(../images/ico/xls.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.docs .lsx {
                    background: url(../images/ico/xls-hover.png) 0px 0px no-repeat;
                }
        #Dokumenty a.docs .nazev {
            width: 328px;
            height: 34px;
            padding: 3px 5px 0px 0px;
            float: left;
            font-size: 0.8em;
            line-height: 1.3em;
        }
        #Dokumenty a.docs .popis {
            width: 100px;
            height: 37px;
            float: left;
            margin: -2px 0px 0px 0px;
            font-size: 0.7em;
            line-height: 1.3em;
        }
            #Dokumenty a.docs .popis strong {
                font-weight: bold;
            }
                #Dokumenty a.docs .popis strong span {
                    text-transform: uppercase;
                }

    #Dokumenty a.doks {
        width: 980px;
        height: auto !important;
        display: block;
        color: #215e8f;
        margin: 0px 0px 4px 0px;
        background: #e9eff4;
        padding: 8px 10px;
        cursor: pointer;
        cursor: hand;
        float: none !important;
        clear: both;
        text-decoration: none;
    }
        #Dokumenty a:hover.doks {
            color: #fff;
            background: #215e8f;
        }
        #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.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .txt {
                    background: url(../images/ico/txt-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.doks .pdf {
                background: url(../images/ico/pdf.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .pdf {
                    background: url(../images/ico/pdf-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.doks .doc {
                background: url(../images/ico/doc.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .doc {
                    background: url(../images/ico/doc-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.doks .ocx {
                background: url(../images/ico/ocx.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .ocx {
                    background: url(../images/ico/ocx-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.doks .xls {
                background: url(../images/ico/xls.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .xls {
                    background: url(../images/ico/xls-hover.png) 0px 0px no-repeat;
                }
            #Dokumenty a.doks .lsx {
                background: url(../images/ico/xls.png) 0px 0px no-repeat;
            }
                #Dokumenty a:hover.doks .lsx {
                    background: url(../images/ico/xls-hover.png) 0px 0px no-repeat;
                }
        #Dokumenty a.doks .nazev {
            width: 830px;
            height: auto !important;
            padding: 3px 5px 0px 0px;
            float: left;
            font-size: 0.8em;
            line-height: 1.3em;
        }
            #Dokumenty a.doks .nazev p {
                color: #000;
                font-size: 0.95em;
                line-height: 1.3em;
                margin: 0px !important;
            }
            #Dokumenty a:hover.doks .nazev p {
                color: #fff;
            }
        #Dokumenty a.doks .popis {
            width: 100px;
            height: 37px;
            float: left;
            margin: -2px 0px 0px 0px;
            font-size: 0.7em;
            line-height: 1.3em;
        }
            #Dokumenty a.doks .popis strong {
                font-weight: bold;
            }
                #Dokumenty a.doks .popis strong span {
                    text-transform: uppercase;
                }

    #Hledani a.vysledek {
        width: 980px;
        height: auto !important;
        display: block;
        color: #215e8f;
        margin: 0px 0px 4px 0px;
        background: #e9eff4;
        padding: 8px 10px;
        cursor: pointer;
        cursor: hand;
        float: none !important;
        clear: both;
        text-decoration: none;
    }
        #Hledani a:hover.vysledek {
            color: #fff;
            background: #215e8f;
        }
        #Hledani a.vysledek:nth-child(even) {
            margin-left: 0px !important;
            margin-right: 0px;
        }
        #Hledani a.vysledek .nazev {
            width: 100%;
            height: auto !important;
            padding: 3px 5px 0px 0px;
            font-size: 0.8em;
            line-height: 1.3em;
        }
            #Hledani a.vysledek .nazev p {
                color: #000;
                font-size: 0.95em;
                line-height: 1.3em;
                margin: 0px !important;
            }
            #Hledani a:hover.vysledek .nazev p {
                color: #fff;
            }

	#Formular {
        width: 1000px;
        margin: 0px auto;
		padding: 0px 0px 20px 0px;
	}
    table, table#Poptavka {
	        width: 100%;
	    }
        table#Poptavka tr {
            background: none;
        }
		#Poptavka tr td {
			padding: 2px 0px !important;
			margin: 5px 0px !important;
			font-size: 0.85em;
			border: none;
		}
	    table#Poptavka tr td.stred {
	        width: 10px;
	    }
	    #Poptavka input, #Poptavka textarea {
	        padding: 7px 10px;
	        border: 1px solid #ccc;
	        margin: 2px;
	        color: #000;
			border: 1px solid #008ad1;
			background: #e3e1e0;
	    }
	    #Poptavka input {
	        width: 470px;
	    }
        #Poptavka input.radio {
	        width: 20px;
			margin-left: 20px;
	    }
	    #Poptavka textarea {
	        width: 980px;
	        height: 80px;
	    }
	    #Poptavka .tlacitko {
	        width: 100px;
	        height: 39px;
	        cursor: pointer;
	        _cursor: hand;
			color: #fff;
			float: right;
			margin: 0px 0px 0px 0px;
			background: #0067a7;
	    }
            #Poptavka .tlacitko:hover {
				color: #fff;
				transition: 1s;
				background: #000;
		    }
		#Poptavka a {
			text-decoration: underline;
		}
            #Poptavka a:hover {
				text-decoration: none;
			}
            .sending, .check {
			    display: none;
			}
        #Poptavka input#Datum {
          width: 200px;
          position:  relative;
        }
        /*#Poptavka input[type="number"] {*/
        #Poptavka input#Cas {
          width: 200px;
          padding: 4px 10px 4px 10px;
          position:  relative;
        }

        input#Cas + span {
          padding-right: 30px;
        }

        input#Cas:invalid+span:after {
          position: absolute;
          /*content: '✖';*/
          content: 'Špatně zadaný čas!';
          color:  red;
          padding: 7px 0px 0px 5px;
        }

        input#Cas:valid+span:after {
          position: absolute;
          content: '✓';
          color:  green;
          padding: 7px 0px 0px 5px;
        }
        #Poptavka .cas a, #Poptavka .aktivni a {
            display:  block;
            width:  90px;
            float:  left;
            color:  #000;
            text-align:  center;
            background: #fff;
            padding:  5px;
            margin:  0px 3px 3px 0px;
            cursor:  pointer;
            _cursor:  hand;
            text-decoration: none;
            border:  1px solid #0067a7;
        }
            #Poptavka .cas a:hover {
                color: #fff;
                background: #0067a7;
                border:  1px solid #0067a7;
            }
        #Poptavka .aktivni a {
            color: #fff;
            background: #0067a7;
            border:  1px solid #0067a7;
        }
    #Mapa {
    	width: 100%;
    	height: 400px;
    	margin: 0px auto;
    	background: #215e8f;
    }
	    #Mapa .center {
	    	width: 100%;
	    	max-width: 1600px !important;
	    	margin: 0px auto !important;
	    	position: relative;
	    	z-index: 5;
	    }
	    #Mapa #MapaZkos {
	    	width: 100%;
	    	height: 125px;
	    	z-index: 0;
	    	position: absolute;
	    	bottom: 3px;
	    	left: 0;
	    	background: url(../images/pozadi-mapa-zkos.png) bottom center no-repeat;
	    }
footer {
    width: 100%;
    min-width: 960px;
    height: 240px;
    font-size: 0.9em;
    line-height: 1.2em;
    background: #215e8f;
}
    #Paticka {
        width: 1000px;
        height: 180px;
        margin: 0px auto;
        padding: 30px 0px 0px 0px;
		position: relative;
    }
    	#Paticka h2 {
    		font-size: 0.9em;
    		font-weight: 700;
    		color: #fff;
    		text-align: left;
    		padding: 0px;
    		background: none;
    	}
    	#Paticka p {
    		font-size: 0.8em;
    	}
    	#Paticka ul {
    		margin: 0px !important;
    	}
        #Paticka ul li {
	    	display: block;
	        margin: 0px 0px 0px 0px;
	        padding: 0px 0px 0px 0px;
	    }
	    #Paticka ul a {
	        padding: 0px 0px 0px 0px;
	    	color: #6c6c6c;
	        display: block;
	        font-size: 0.8em;
			font-weight: 400;
	        text-decoration: none;
	    }
	    #Paticka ul a:hover, #Paticka ul a.aktivni {
	    	color: #fff;
	        text-decoration: underline !important;
	    }
        #Paticka .sloupec {
        	width: 230px;
        	height: 160px;
	        padding: 0px 0px 0px 20px;
			margin: 0px 0px 0px 0px;
	        float: left;
	        font-size: 1.0em;
	        line-height: 1.2em;
	        color: #fff;
	        background: url(../images/pozadi-pata-rozdel.png) center left repeat-y;
	    }
	    #Paticka .prvni {
	        background: none;
	    }
	    #Paticka .sloupec a {
	        text-decoration: none;
	        color: #fff;
	    }
	    #Paticka .sloupec a:hover, #Paticka .sloupec a.aktivni {
	        text-decoration: underline;
	    }
    #Pata {
		width: 100%;
        height: 50px;
		color: #fff;
		padding: 0px;
        margin: 0px;
        font-size: 0.9em;
		text-align: center;
		background: #2b4166;
	}
		#Pata .center {
			width: 960px;
			padding: 15px 20px 0px 20px !important;
		}
			#Pata .center a {
				margin-left: 00px;
			}
		#Pata a {
			color: #fff;
			font-weight: 400;
			text-decoration: none;
		}
        #Pata a:hover {
			color: #fff;
			text-decoration: underline;
		}
    #Video {
        width: 100%;
        height: auto;
        z-index: 100;
        position: fixed;
        /* top: 15%; */
        bottom: 0;
        left: 0;
        opacity: 0.97;
        /* padding: 5%; */
        display: block;
        border: 1px solid #fff;
        background: #2b4166;
    }
        #Video #Reklama {
            width: 500px;
            height: 300px;
            background: #2b4166;
            padding: 15px 15px 0px 15px;
            position: absolute;
            left: 100px;
            bottom: 49px;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
        }
        #VideoClose a {
            width: 35px;
            height: 21px;
            float: right;
            margin: 0px 0px 0px 0px;
            cursor: pointer;
            _cursor: hand;
        }
            #VideoClose a:hover {
                opacity: 0.7;
            }
        #Video .stred {
            width: 96%;
            height: 30px;
            color: #fff;
            padding: 1% 2% 0 2%;
            margin: 0px auto 0px auto;
        }
    #Stred {
        width: 100%;
        height: 1px;
        margin: 0px;
        position: fixed;
        bottom: 0px;
        z-index: 100000000;
    }
        #Stred .stred {
            width: 1160px;
            padding: 20px;
            margin: 0px auto;
            z-index: 10000000;
        }
    #VideoMini {
        display: none;
    }
    #VideoMini a {
        width: 70px; 
        height: 70px; 
        display: block;
        padding: 0px 0px 0px 0px;
        margin: -90px 0px 0px 0px !important;
        font-size: 1.25em;
        line-height: 1.2em;
        color: #fff;
        float: right;
        cursor: pointer;
        _cursor: hand;
        z-index: 1;
        opacity: 1.0;
        /*background: url(../images/video-mini.png) no-repeat;*/
    }
        #VideoMini a:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        #Videomini a img {
            opacity: 0.8;
        }
	.sending, .check {
	    display: none;
	}
	#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;
	}
.mobile {
    display: none;
}
.responsive_safe {
    max-width: 100% !important;
    height: auto !important;
}
