.lgt{
	max-width:430px;
	width:410px;
	height:150px;
	    position: absolute;
    margin: -5px 0 0 -5px;
	}
	a {
	    text-decoration: none;
		 
}

		 
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0px;
    border: 0px solid #000;
	 
}

	td{
	padding: 10px;
	}
	
	 
  
	
	.sf
	{
	max-width:150px;  
	width:150px;
	height:150px;
	border:5px solid #C52627;
	padding: 0px;
	margin-left: 0px;
	transform: scaleX(1);
	animation: 6s linear infinite rotate;
	
	}

/*	
	.sf:hover
	{
 
	animation: 0.9s linear infinite rotate;
}
	.sf:hover:before
	{
	max-width:130px;  
		 
		 margin-left: 10px;
	animation: 0.1s linear infinite rotate;
}
	
	*/
	
	@keyframes rotate {
  from {
    transform: rotateY(0deg)
  }
  to {
    transform: rotateY(360deg)
  }
  
}

		@keyframes scaleX {
  from {
    transform: scaleX(100%)
  }
  to {
    transform: scaleX(0%)
  }

}
	
	
.s_liter
{ 

        font-family: arial;
		line-height: 0.85;
		color:#fff;
		 text-shadow: #C52627 2px 2px 0, #C52627 -2px -2px 0, 
                 #C52627 -2px 2px 0, #C52627 2px -2px 0;
		clear: both;
		font-weight: 300;
		font-size:80px;
		vertical-align: top;
		text-align: left;
		margin-top: 3px;
		margin-left:16px;
		
}

.f_liter
{ 

        font-family: arial;
		line-height: 0.85;
		color:#000;
		 text-shadow: #000 2px 2px 0, #000 -2px -2px 0, 
                 #000 -2px 2px 0, #000 2px -2px 0;
		clear: both;
		font-weight: 300;
		font-size:80px;
		vertical-align: bottom;
		text-align:right;
		margin-right:16px;	 
	 
}
	
	.stavfurgon {
    height: 150px;
    text-align: center;
	width:250px;
	    margin-left: -8px;
}

	
	.stav{ 
		font-family: arial;
		line-height: 0.85;
		color:#000;
		clear: both;
		font-weight:600;
		font-size:80px;
		text-align:center;
			width:250px; 
			border-top:5px solid #C52627;
			padding-top:5px;
			padding-bottom:5px;
		
}

	.furgon{ 
		font-family: arial;
		line-height: 0.85;
		color:#fff;
		clear: both;
		font-weight: 600;
		font-size:52px;
		text-align:center;
		background-color:#C52627;
		padding: 11px 0;
		max-width: 300px;
		width: 250px; 
		
		/*
		border:5px solid #000;
		*/
	  }
	  
	  
	  .logo.sp-default-logo {
		  opacity: 30%;
		  
	  }
	  .sp-default-logo {
	  opacity: 100%;
	  }