.homenews
{
   
   display:none;
   padding: 0;
   margin-bottom: 0;
   min-height: 650px;
} 
.homepage_news_container section{
    
    position: relative;
    min-height: 545px;
}

.homenews li
{
  display: inline-block;
 
    position: relative;
  width: 100%;
  vertical-align: top;
  padding: 10px 5px;
}

.homenews li:first-child
{
    padding-top: 5px;
}

.homenews li:hover
{
    background: #F8F8F8;
}


.homenews li img
{
  float: left;
  margin-right: 20px;
  display: table;
  width: 100px;
  height: 100px;
}

.homenews_text
{
  display: table; 
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  
}
.homenews_text p
{
    
    text-align: left;
  
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 6px!important;
  
}
.homenews_text_a{
    color: #333;
}
.homenews_text a:hover{
    
}
.homenew_date
{
    float:left;
    background: #F1F1F1;
    color: #888;
    padding: 2px 10px;
    font-size: 1.2rem;
     
}

.homenew_date_first
{
    background: #FF3B30!important;
    color: #FFF!important;
}

@media all and (max-width: 860px)
{
    .homenews
    {
        -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    }
}


/*Aktuální informace*/
.actual_informations .important_news{
    padding: 5px;
    background: #F3F3F3;
}
.actual_informations .important_news li{
    display: inline-block;
    list-style: outside none none;
    
    padding: 5px;
    position: relative;
    vertical-align: top;
    width: 100%;
    margin-bottom: 5px;
}
.actual_informations .important_news li:first-child
{
    padding-top: 5px;
}
.actual_informations .important_text a 
{
    color: #0066d4;
}
.actual_informations .important_text a :hover
{
    color:#228cff;
}
.actual_informations .important_news li img{
    width: 50px;
    height: 50px;
    display: table;
    float: left;
    margin-right: 10px;
}

.actual_informations .important_text
{
    display: table;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.actual_informations .important_new
{
    display: inline-block;
}

.arrange .custom
{
   color: #888;
   background: #888;
   
}
.arrange .custom a
{
    color: #FFF;
    width: 100%;
    
    
}

.arrange .custom p
{
     padding: 12px 17px;
    width: 100%;
    text-align: left;
    margin: 0;
}
.arrange .custom p:first-child
{
     padding-top: 24px;    
}
.arrange .custom p:last-child
{
     padding-bottom: 24px;    
}


.arrange .custom p i
{
    color: #FFF;
    font-size: 2.0rem;
    float: left;
}
 
.loading-image {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.loader
{
  
}

#homenews_navigation{
    position: absolute;
    bottom:0;
    width: 100%;
    
}
#homenews_navigation .main_button{
    display:inline-block;
    margin: 0;
}
#homenews_nav_arrows{
    display: inline-block;
    float: right;
}

#hn_up
{
    transform: rotate(90deg);
    max-height: 35px;
    margin-right: 30px;
    opacity: 0.5;
}
#hn_down
{
    transform: rotate(270deg);
    max-height: 35px;
    margin-right: 30px;
    opacity: 0.5;
}
.hn_arrow_enable
{
    opacity: 1!important;
}

.hn_arrow_enable:hover
{
    cursor: pointer;
    
}
