.image-field-summary {
    float: left;
    padding-right: 15px;
    max-width: 100px;
    width: auto;
    height: 120px;
    margin-top: 10px;
}
.image-field {
    float: left;
    padding-right: 15px;
    max-width: 450px;   
}

ul li {
    list-style-type: none;
}
h1 {
    line-height: 30px;
}

article>header
{
    border-bottom: none;
    
}
article
{
    /*border-bottom: 1px #eee solid;*/
    margin-bottom: 20px;
    
}
.published{
    float: right;
}
.content-item .aktualita {

}
.span5 {
    width: 200px !important; 
}
#Logo {
    margin-bottom: 0px !important;
    max-width: none  !important;
    vertical-align: bottom !important;
    padding-top: 15px;
}
.logoSpan {
    width: auto;
    height: 65px;
    float: left;
    
}
.widget-culture-picker-widget {
    float: right !important;
    margin-bottom: 0px;
    height: 65px;
    padding-bottom: 10px;
}
.CTitle {
    font-weight: bold;
    
}
.footer {
    float: right;
     margin-top: -50px;
}
.icon-rounded {
    padding: 40px;
}
#cf {}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}