.slider_akcias {
  transition: transform 0.5s ease-in-out; 

  width: 370px;
  height: 96%;
  background-color: #fff;
  top: 10px;
  right: -370px;
  position: fixed;
  z-index: 9999;  
  border-radius: 10px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
}

.akcias-header {
	float: left;
	width: 100%;
}

.akcias-header img {
	float: left;
	margin:20px;
	margin-bottom:20px;
	width: 90%;
}

.akcias-headline {
	color: #494;
        font-size: 32px;
	margin:0 20px;
	line-height:36px;
}

.akcias-allcontent {
    	float: left;
	width: 98%;
	padding-left: 0px;
	padding-right: 30px;
	overflow-y: hidden; 
	overflow-x: hidden; 
	margin:20px;
	margin-top:0px;
	color: #444;
}

.akcias-content {
	color: #444;
}

.button-exit-akcias {
    font-size: 36px;
	font-family: Arial, Verdana, Tahoma;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #555;    
	border: #000 solid 0px;
	float: left;
	
}

.button-exit-akcias:hover {
    transform: rotate(45deg) scale(1.1);    
    color: #555;
}



