
#HiddenGlobalMenu,#HiddenLangMenuMenu{display:none;}
#DocMenu{
position: relative;
width:100%;
clear: both;
padding-top:40px;
font-weight: bold;
}
#LangFlags{
position:absolute;
top:20px;
right:0;
}
header, section, footer, aside, nav, main, article, figure {
display: block;
}
#LangFlags a{
display: inline-block;
margin-left:5px;
}
#DocMenu ul{
display: block;
list-style-type: none;
float:right;
}
#DocMenu ul li{
display:inline-block;
float:left;
position: relative;
margin-left:3px;
}
#DocMenu ul li ul{
display:none;
}
#DocMenu ul li:hover ul, #DocMenu ul li .fantom:checked~ul{
display:block;
position:absolute;
top:27px;
left:0;
min-width:200px;
padding:0;
margin:0;
background-color: rgb(255,130,0);
z-index: 1000;
padding-bottom:10px;
border-radius: 0px 10px 10px 10px;
-moz-border-radius: 0px 10px 10px 10px;
-webkit-border-radius: 0px 10px 10px 10px;
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.33);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.33);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.33);
}
#DocMenu>ul>li > a,#DocMenu>ul>li > label{
display:inline-block;
box-sizing: border-box;
padding:10px 5px 10px 5px;
text-transform: uppercase;
font-size:14px;
text-align: center;
border-radius:10px;
}
#superMenu a, #superMenu span, #superMenu label
{
color:white;
min-width:90px;
text-decoration: none;
}
#superMenu>li>ul>li:hover a
{
color: rgb(90,105,160);
}
#superMenu>li:hover>a, #superMenu>li:hover>label, .fantom:checked~label
{
background-color: rgb(255,130,0);
}
label.aInMenu{
display:block;color:white;cursor:pointer;
}
/*searcher*/
#SearcherTable{
width:100%;
box-sizing:border-box;
padding:20px;
background-color: rgb(255,100,0);/*255,130,0*/
position: relative;
margin-bottom:0px;
}
#searcher{
position: relative;
}
#searcher{margin-top:0}
#banners + #searcher{margin-top:-50px;}
#searcherTollsBlock
{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
width:100%;
height:50px;
}
.toolsActive,.toolsUnActive{
width:32%;
height:50px;
line-height: 50px;
font-size:25px;
text-align: center;
color:white;
font-weight:bold;
text-transform: uppercase;
box-sizing: border-box;

}
.toolsActive span,.toolsUnActive span{
padding-left:30px;
background-repeat: no-repeat;
display:block;
width:100%;
height:100%;
background-position: 15px center;
box-sizing: border-box;
}
.toolsActive{
/*background-color: rgb(255,130,0);*/
background-color: rgb(255,100,0);
cursor: default;
}
.toolsUnActive{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8200+0,ff8200+85,a54d00+98 */
background: #ff8200; /* Old browsers */
background: -moz-linear-gradient(top,  #ff8200 0%, #ff8200 85%, #a54d00 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff8200 0%,#ff8200 85%,#a54d00 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff8200 0%,#ff8200 85%,#a54d00 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8200', endColorstr='#a54d00',GradientType=0 ); /* IE6-9 */

}
#searcherTollsHledat
{border-radius: 0px 10px 0px 0px;
-moz-border-radius: 0px 10px 0px 0px;
-webkit-border-radius: 0px 10px 0px 0px;
}
#searcherTollsHledat.toolsUnActive span{
background-image: url(/styles/lupa-seda.png);
cursor: pointer;
}
#searcherTollsHledat.toolsActive span{
background-image: url(/styles/lupa-zluta.png);
}
#searcherTollsMoje{
border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;

}
#searcherTollsMoje.toolsUnActive span{
background-image: url(/styles/srdce-sede.png);
cursor: pointer;
}
#searcherTollsMoje.toolsActive span{
background-image: url(/styles/srdce-zlute.png);
}
#searcherTollsKontakt{
display:block;
border-radius: 10px 0px 0px 0px;
-moz-border-radius: 10px 0px 0px 0px;
-webkit-border-radius: 10px 0px 0px 0px;
text-decoration: none;
}
#searcherTollsKontakt span{
background-image: url(/styles/telefon.png);
cursor: pointer;
}
.paramTable{
padding-bottom:20px;
flex: 0 0 22%;
min-width:230px;
max-width:250px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#DocMenu ul li:hover ul.rightSet,#DocMenu ul li .fantom:checked ~ ul.rightSet{
right: 0px;
left:auto;
border-radius: 10px 0px 10px 10px;
-moz-border-radius: 10px 0px 10px 10px;
-webkit-border-radius: 10px 0px 10px 10px;
}
#kalendarText{
font-size: 24px;
}
