#port-right .raitem {
    background-color: #4a770f;
	padding: 0px;
   
}

#horniovladani .textver span  {
  
display: inline-block;
text-transform: none;
color: white;
text-decoration: underline;
  }
  
 /* #horniovladani .textver1   {
  
position: absolute;
right: 0px;
top: 25px;
width: auto;
font-size: 0.8em;
  }*/
  
#header  #horniovladani {
   
  top: 4px; 
   
}

#horniovladani li:nth-of-type(5) a span  {
  
display: inline-block;
text-transform: none;
color: white;
text-decoration: underline;
  }
  
  #horniovladani li:nth-of-type(5)   {
  
position: absolute;
right: 0px;
top: 25px;
width: auto;
font-size: 0.8em;
  }
  
    #horniovladani li:nth-of-type(5) i  {
  
display: none;
  }

#port-right .raitem span.raitem_icon {
  background-color: #e30000;
}

#port-right .raitem span.raitem_icon+ span {
font-size: 14px;
}
  
#port-right .raitem span::before {
    width: 20px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    text-align: center;
    color: #fff;

}

#port-right .avesome_image {
    width: 20px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    text-align: center;
    color: #fff;

}

/* --- Up button ---- */

#GoTopButton {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 60px;
	z-index: 200;
   /* font-size: 50px;*/
	border: none;
	outline: none;
   /*background-color: #000;*/
	color: white;
	cursor: pointer;
	padding: 13px 15px;
	border-radius: 50%;
	background-color: white;
	border: 1px #7b7b7b solid;
  }
  
  #GoTopButton img {
   width: 30px;
  height: 30px;
  }
  
  #GoTopButton:hover {
	background-color: #f0f0f0;
  }
  
           