* {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight:  400;
    font-size: 0.9em;
    /*color: #666666;*/
    color: #000;
	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 {
    font-family: 'Montserrat', sans-serif;
	line-height:  1.2em;
	color: #000;
	font-weight: 700;
    margin: 10px 0px 20px 0px;
}
h1 {
    font-size: 2.0em;
}
h2 {
	font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h2.kontakt {
    margin-bottom:  0px !important;
}
p strong {
    font-weight:  600;
}
.cistic {
    clear: both;
	float: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
}
strong {
	font-weight: 600;
}
.error a {
    color: #000 !important;
    text-decoration: underline;
}
.error a:hover {
    color: #000;
    text-decoration: none;
}
.chyba {
    color:  red;
}
a {
	color: #000;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #000;
    text-decoration: none;
}
.vlevo {
    float: left;
}
.vpravo {
    float: right;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.profilright {
    text-align:  right;
    float:  right;
}
.pulka {
    width: 50%;
    float: left;
}
.center {
    width: 950px;
    min-width: 950px;
	padding: 0px;
    margin: 0px auto;
    position: relative;
}
.gray {
    color: #ccc;
}
.red {
    color: #ed1c24 !important;
}
.orange {
    color: #ff9900;
}
.bold {
    font-weight: 500;
}
.green {
    color: #009540 !important;
}
#FiltrKat {
    max-width: 250px;
    padding: 5px;
    float: left;
    margin: 0px 5px 10px 0px;
}
    #FiltrKat select {
        float: right;
        cursor: pointer;
        _cursor: hand;
    }
        #FiltrKat select option {
            cursor: pointer;
            _cursor: hand;
        }
.obal {
    border: 1px solid #009540;
}
img.hlavnifoto {
    width: 250px;
    height: auto;
    float: right;
    margin: 0px 0px 10px 10px;
}
img.hlavnifotokontakt {
    width: 400px;
    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, #Vyhledavani {
    transition: all 0.5s;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
}
header {
    width: 100%;
	min-width: 950px;
	height: 272px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background: url(../images/pozadi-hlavicka.jpg) top center no-repeat;
    position: relative;
}
    header #Auto {
        background: url(../images/pozadi-hlavicka-auto.png) right 50px top 0px no-repeat;
    }
    header #Pozadi {
        width: 100%;
        height: 272px;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        background: url(../images/pozadi-hlavicka-logo.png) -100px -30px no-repeat;
    }
    header #HorniMenu {
        width:  auto;
        height:  35px;
    }
        header #HorniMenu ul {
            width:  auto;
            height:  35px;
            float:  right;
            list-style:  none;
            padding: 0px 0px 0px 19px;
            background: url(../images/pozadi-pod-menu.png) no-repeat;
        }
            #HorniMenu ul li {
                height:  35px;
                float:  right;
                background:  #fff;
            }
                #HorniMenu ul li a {
                    height:  25px;
                    padding:  10px 25px 0px 15px;
                    color:  #000;
                    display:  block;
                    text-decoration:  none;
                    text-transform: uppercase;
                    background: url(../images/pozadi-menu-rozdel.png) top right no-repeat;
                }
                #HorniMenu ul li a.last {
                    background:  none;
                }
                    #HorniMenu ul li a:hover {
                        color:  #000;
                        text-decoration:  underline;
                        text-transform: uppercase;
                    }
                    #HorniMenu ul li a.aktivni {
                        color:  #009540;
                        text-decoration:  none;
                        font-weight:  700;
                        text-transform: uppercase;
                    }
    header #DolniMenu {
        width:  auto;
        height:  35px;
    }
        header #DolniMenu ul {
            width:  auto;
            height:  35px;
            float:  left;
            list-style:  none;
            padding: 0px 0px 0px 19px;
            background: url(../images/pozadi-pod-menu.png) no-repeat;
        }
            #DolniMenu ul li {
                height:  35px;
                float:  left;
                background:  #fff;
            }
                #DolniMenu ul li a {
                    height:  25px;
                    padding:  10px 25px 0px 15px;
                    color:  #000;
                    display:  block;
                    text-decoration:  none;
                    text-transform: uppercase;
                    background: url(../images/pozadi-menu-rozdel.png) top right no-repeat;
                }
                #DolniMenu ul li a.last {
                    background:  none;
                }
                    #DolniMenu ul li a:hover {
                        color:  #000;
                        text-decoration:  underline;
                        text-transform: uppercase;
                    }
                    #DolniMenu ul li a.aktivni {
                        color:  #000;
                        text-decoration:  none;
                        font-weight:  700;
                        text-transform: uppercase;
                    }
    header #Logo {
        width: 479px;
        height: 170px;
        overflow: hidden;
        float: left;
        z-index: 100;
        font-size: 0.4em;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-indent: -9999px;
        position: relative;
    }
        header #Logo span {
        	display: block;
        	position: absolute;
        	top: 0;
            width: 479px;
        	height: 170px;
        	visibility: visible;
        	cursor: pointer;
            _cursor: hand;
            background: url(../images/pozadi-logo.png) no-repeat;
        }
    h2#Popisek {
        color:  #fff;
        font-weight:  300;
        font-size: 1.8em;
        float:  left;
        padding:  7px 0px 0px 20px;
        margin: 70px 0px 0px 20px;
        border-left:  2px solid #d0495f ;
    }
    #PopisekMobil {
        display:  none;
    }
    nav#Navigace {
        height: 40px;
        z-index: 100 !important;
        /*background: #028be9; puvodni */
        background:  #fff;
        /*opacity: 0.9;*/
        margin: 0px 0px 0px 0px;
        z-index: 100;
        display:  none;
        position: relative;
    }
        nav#Navigace ul#Menu {
            height: 40px;
            list-style: none;
            margin: 10px 0px;
            padding: 0px;
        }
            #Menu li {
                float: left;
                height: 40px;
                display: block;
            }
            #Menu li a {
                height: 30px;
                display: block;
                color: #1d969f;
                font-size: 1.2em;
                text-align: left;
                padding: 8px 17px 2px 17px;
                margin: 0px 0px 0px 0px;
                text-decoration: none;
                border-right: 1px solid #d0495f;
            }
            #Menu li a.last {
                border-right: none;
            }
            #Menu a:hover, #Menu a.aktivni, #Menu a:active, #Menu a:focus {
                color: #d0495f;
            }
section {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
    section.detail {
        width: 100%;
        margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    section article {
        width: 100%;
        margin: 0px 0px 0px 0px;
		padding: 30px 0px 30px 0px;
    }
    section article.kontakt {
        margin-bottom:  0px !important;
        padding-bottom:  0px;
    }
    section article p {
        
    }
    table thead tr td {
        color: #fff;
        font-weight: bold;
        background: #007ac3;
    }
    article#Mapa {
        padding: 0px;
    }
    article .center {
        padding: 0px 0px 30px 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 20px 0px;
        padding: 10px 0px 10px 0px;
        color: #024794;
        background: url(../images/pozadi-menu.png) repeat;
    }
        #Drobky a {
            color: #009540;
            font-size: 1.1em;
        }
        #Drobky a.aktivni, #Drobky a:hover, #Drobky a:active, #Drobky a:focus {
            color: #000;
            text-decoration: none;
        }
        #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%;
            border:  1px solid #009540;
        }
        table#Profil tr th {
            background:  #000;
            color:  #fff;
        }
            table#Profil tr th a {
                color:  #fff;
                text-decoration: none;
            }
                table#Profil tr th a:hover {
                    color:  #fff;
                    text-decoration: underline;
                }
                table#Profil tr th a.aktivni {
                    color:  #fff;
                    font-weight: bold;
                }
        table#Profil tr td.akce, table#Profil tr td.akce a {
            color:  #fff;
            font-weight:  bold;
        }
        
        table tr th, table tr td {
            padding: 5px 10px;
            font-size: 0.9em;
        }
        table tr th {
            background: #fff;
            color: #c84c60;
            text-align: left;
            font-weight: normal;
        }
		table tr:nth-child(odd) {
            background: #fff;
            color: #000  !important;
		}
        table tr:nth-child(even) {
            background: #009540;
            color: #fff !important;
        }
            table tr:nth-child(even).nahradnik {
                background: red;
                color: #fff !important;
            }
            table tr:nth-child(odd) td.akce, table tr:nth-child(odd) td.akce a {
                color:  #000 !important;
            }
            table tr:nth-child(odd).nahradnik {
                color: red !important;
            }
        table tr td.svetle {
            background: #7dbdc3;
            color:  #fff;
        }
        table tr td.bile {
            background:  #fff;
        }
        table tr td.red {
            background:  #d0495f;
        }
		table tr td {
			border: none;
		}
        #ObalHome {
            width:  750px;
            float:  left;
        }
        #PartneriHome {
            width:  200px;
            float:  right;
        }
            #PartneriHome h3 {
                font-size:  1.3em;
            }
            #PartneriHome ul {
                list-style:  none;
                margin:  0px;
            }
            #PartneriHome ul li {
                display:  block;
            }
            #PartneriHome ul li a {
                display:  block;
                padding:  10px 0px 10px 0px;
            }
            #PartneriHome ul li a img {
                width:  200px;
                height:  auto;
            }

        #Partneri {
            width:  100%;
            margin-top:  50px;
        }
            #Partneri ul {
                list-style:  none;
                margin:  0px;
            }
            #Partneri ul li {
                display:  inline;
                float:  left;
            }
            #Partneri ul li a {
                display:  block;
                padding:  10px 10px 10px 10px;
            }
            #Partneri ul li a img {
                max-width:  250px;
                height:  50px;
            }
        #Galerie {
            margin: 25px 0px 0px 0px;
        }
        #Galerie .foto {
            width: 204px;
            height: 204px;
            overflow: hidden;
            float: left;
            text-align: center;
            position: relative;
            margin: 15px;
            /*border: 1px solid #0C4182;*/
        }
            #Galerie .foto a img {
                width: 204px;
                height: 204px;
                margin: 0px auto;
                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;
                }
        #Pod {
            width: 100%;
            margin: 0px 0px 30px 0px;
        }
        #Pod a.subpage {
                display: block;
                float: left;
                font-size: 1.1em;
                color: #fff;
                padding: 10px 15px 10px 15px;
                margin: 5px;
                overflow: hidden;
                text-decoration: none;
                text-align: center;
                cursor: pointer;
                cursor: hand;
                z-index: 2;
                background: #009540;
            }
            #Pod a.subpage:hover, #Pod a.subpage:active, #Pod a.subpage:focus, #Pod a.aktivni {
                color: #fff;
                background: #000;
                /*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, 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: #009540;
        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: #000000;
        }
        #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;
                }

    #Hledani a.vysledek {
        width: calc(100% - 20px);
        height: auto !important;
        display: block;
        position: relative;
        color: #0C4182;
        margin: 0px 0px 4px 0px;
        background: #e2f4fd;
        padding: 8px 10px;
        cursor: pointer;
        cursor: hand;
        float: none !important;
        clear: both;
        text-decoration: none;
    }
        #Hledani a:hover.vysledek, #Hledani a:active.vysledek, #Hledani a:focus.vysledek {
            color: #fff;
            background: #0C4182;
        }
        #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: 1.0em;
            line-height: 1.3em;
        }
            #Hledani a.vysledek .nazev span {
                text-transform: capitalize;
            }
            #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;
            }

    .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#Formular {
            width: 100% !important;
        }
    .login table {
       width: 380px !important;
    }
    .registrace {
        width: 100%;
    }
    .registrace table tr:nth-child(even), .login table tr:nth-child(even) {
            background: #fff;
            color: #000 !important;
        }
        table#Formular tr, table#Formular tr td  {
            width: 100% !important;
            padding: 0px !important;
            margin: 0px !important;
            border: none !important;
            background: none !important;
        }
        table#Formular tr td {
            width: 100% !important;
            padding: 2px 0px !important;
            margin: 5px 0px !important;
            font-size: 0.85em;
            color: #fff;
        }
        #Formular table#Formular tr td {
            width: 100% !important;
            display: block;
            padding: 2px 0px !important;
            margin: 5px 0px !important;
            font-size: 0.85em;
            color: #fff;
        }
        #FormularBazar table#Formular tr td {
            width:  90%;
            padding: 2px 0px !important;
            margin: 5px 0px !important;
            font-size: 0.85em;
            color: #fff;
        }
        #Formular input, #Formular textarea, #Formular select {
            padding: 7px 10px;
            margin: 2px;
            color: #000;
            border: 1px solid #009540;
        }
        #Formular input, #Formular select {
            width: 90%;
        }
        #FormularBazar #Formular input {
            width: 90%;
        }
        #Formular input.radio {
            width: 20px;
            margin-left: 20px;
        }
        #Formular input.checkbox {
            width:  20px;
            margin-left: 20px;
        }
        #Formular textarea {
            width: 100%;
            height: 80px;
            background: #fff url(../images/logo-textarea.png) right bottom no-repeat;
        }
        .tlacitko {
            width: 100px;
            height: 39px;
            cursor: pointer;
            _cursor: hand;
            color: #fff;
            float: left;
            margin: 0px 0px 0px 0px;
            background: #000;
        }
        .tlcenter {
            display:  block;
            float:  none !important;
            margin: 0px auto;
        }
            .tlacitko:hover {
                color: #fff;
                transition: 1s;
                background: #009540;
            }
        .tlacitkoforgot {
            width: 150px;
            height: 39px;
            cursor: pointer;
            _cursor: hand;
            color: #fff;
            float: left;
            margin: 0px 0px 0px 0px;
            background: #000;
        }
        .tlcenterforgot {
            display:  block;
            float:  none !important;
            margin: 0px auto;
        }
            .tlacitkoforgot:hover {
                color: #fff;
                transition: 1s;
                background: #009540;
            }
        .tlacitkorev {
            width: 100px;
            height: 29px;
            cursor: pointer;
            _cursor: hand;
            color: #fff;
            float: left;
            margin: 0px 0px 0px 0px;
            background: #009540;
        }
            .tlacitkorev:hover {
                color: #fff;
                transition: 1s;
                background: #000;
            }
        #Formular a {
            text-decoration: underline;
        }
            #Formular a:hover {
                text-decoration: none;
            }
            .sending, .check {
                display: none;
            }

footer {
    width: 100%;
    height: 210px;
    background: url(../images/pozadi-hlavicka.jpg) top center no-repeat;
    padding: 0px 0px 0px 0px;
}
    footer #Paticka {
        width: 950px;
        height: 180px;
        color: #fff;
        padding: 25px 0px 0px 0px;
        margin:  0px auto;
        /*background: url(../images/pozadi-paticka-auto.png) right 40px top 0px no-repeat;*/
    }
    footer a {
        color: #fff;
        line-height: 1.1em !important;
        text-decoration: none;
    }
        footer a:hover, footer a:active, footer a:focus {
            color: #fff;
            text-decoration: underline;
        }
    #LogoPata {
        width: 150px;
        height: 53px;
        overflow: hidden;
        z-index: 10;
        font-size: 0.4em;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-indent: -9999px;
        position: relative;
    }
        #LogoPata span {
            display: block;
            position: absolute;
            top: 0;
            width: 150px;
            height: 53px;
            visibility: visible;
            cursor: pointer;
            _cursor: hand;
            background: url(../images/pozadi-logo-mobil.png) no-repeat;
        }
    footer ul {
        margin: 0px;
        list-style: none;
    }
    footer .sloupec {
        width: 200px;
        float: left;
        font-size:  0.9em;
        margin:  0px 10px 0px 10px;
    }
        footer .sloupec h3 {
            font-size:  1.1em;
            color:  #fff;
            margin-bottom:  10px;
        }
        footer .prvni {
            width: 170px;
        }
#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: #000;
        text-decoration: underline;
    }
    #Mapastranek a:visited {
        color: #000;
        text-decoration: none;
    }
    #Mapastranek a:hover, #Mapastranek a:active, #Mapastranek a:focus {
        color: #000;
        text-decoration: 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;
	}
    #Nadmenumobil {
        display: none;
    }
.schovat {
    display: none;
}
.mobile, #PromoMobil, #Mobil {
    display: none;
}
