/* DEFAULT (DENIK) STYL */
#top-lista, #top-lista * {
    box-sizing: border-box;
}

#top-lista {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
    font: 12px/1 "PT Sans" ,"Tahoma", "Helvetica", "Arial";
    color: #e6eae3;
    text-align: center;
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    background: #FFF;
    max-height: 30px;
    overflow: hidden;
    -o-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

#top-lista.open {
    max-height: 90px;
}

#top-lista ul,
#top-lista li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#top-lista ul {
    width: 93.3%;
    float: left;
    margin-left: -1px;
}

#top-lista li {
    line-height: 30px;
    display: block;
    float: left;
    margin: 7px 0;
}

#top-lista li + li {
    border-left:1px solid #61757e;
}
#top-lista a {
    color: #61757e;
    text-decoration: none;
    padding: 0px 6px;
    margin: -8px 10px;
    display: block;
    font-weight: normal;
    position: relative;
}
#top-lista a:hover {
    color:#000;
}
#top-lista .top-lista-container {
    max-width: 1000px;
    max-height: 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -o-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}
#top-lista.open .top-lista-container {
    max-height: 90px;
}
#top-lista .top-lista-right {
    position:absolute;
    right:0;
    top: 0;
    bottom: 0;
    margin: 7px 0;
    width:auto;
    border-left:1px solid #61757e;
    min-width: 6.7%;
}
#top-lista .top-lista-more {
    position:absolute;
    display: inline-block;
    cursor:pointer;
    right:0;
    left:0;
    bottom:0;
    top:0;
    height:14px;
    line-height: 14px;
    margin:auto;
    text-align: center;
    color:#000;
}

@media (max-width:767px) {
    #top-lista {display: none;}
}

/* Upravy pro konkretni weby */
#sip #top-lista {
    border-color:#e9e9e9;
}

/*vzpominej*/
#vzpominej #top-lista {
    width:910px;
}


#NationalGeographicCZ {
    margin-bottom: 100px;
}
#NationalGeographicCZ .toplista {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    line-height: 0;
}
#NationalGeographicCZ  #top-lista {
    width: 100%;
    background-color: #333333;
    border: none;
}
#NationalGeographicCZ  #top-lista .top-lista-container {
    max-width: 100%;
}
@media (min-width: 1560px) {
    #NationalGeographicCZ  #top-lista ul {
        width: 100%;
    }
}
#NationalGeographicCZ #top-lista a {
    color: #CCC;
}
#NationalGeographicCZ #top-lista a:hover {
    color:#FFF;
}
#NationalGeographicCZ  #top-lista .top-lista-more {
    color: #FFF;
}

#dotyk #top-lista-background {
    border: 1px solid #eee;
}

#denik #top-lista,
#eet #top-lista {
    width: 100%;
    border-top: 0;
}