
	 * {
    padding: 0;
    margin: 0;
  }
  .fit { /* set relative picture size */
    max-width: 100%;
    max-height: auto;
  }
  .center {
    display: block;
    margin: auto;
  }
  
   #zavihek {
    height:5%;
    background-color: rgb(235,235,235);
    border: 2px solid rgb(128,256,65);
  }
  
  
  
   #zavihek li {
    list-style-type:none;
	float: left;
	position:relative;
	width:15%;
	left:22%;
	}
	
   #zavihek li a {
    display: inline-block;
	text-align: center;
    color: #1a1a1a ;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1vw;
	margin-right: calc((100% - 300px) / 5 - 1px);
	padding-top: 0.8vw;
	padding-bottom: 0.6vw;
	}
	
	#zavihek li a:hover {
		color:rgb(128,256,65);
	}
	
	
	nav.menu.stick {
    position: fixed;
	background-color: rgb(235,235,235)  ;
    top: 0;
    z-index: 10000;
    width: 100%;
	padding-top: 0.3vw;
	padding-bottom: 0.1vw;
	right:0.1vw;
	}
	
	nav.ikonicakdosmotab.stick {
	list-style-type:none;
	float: left;
	position:fixed;
	width:17%;
	left:17%;
	}
	
	nav.ikonicatipitreningatab.stick {
	list-style-type:none;
	float: left;
	position:fixed;
	width:17%;
	left:33%;
	}
	
	nav.ikonicakakozacetitab.stick {
	list-style-type:none;
	float: left;
	position:fixed;
	width:27%;
	left:45%;
	}
	
	nav.ikonicakontakttab.stick {
	list-style-type:none;
	float: left;
	position:fixed;
	width:20%;
	left:65%;
	}
	
	nav.ikonicaceniktab.stick {
	list-style-type:none;
	float: left;
	position:fixed;
	width:20%;
	left:79%;
	}
	


   #lok1 {
   position: absolute;
   top:435vw;
   left: 17%; 
   width: 33%; 
   }
   
   #lok2 {
   position: absolute;
   top:435vw;
   left: 33.4%; 
   width: 33%; 
   }
   
   #lok3 {
   position: absolute;
   top:435vw;
   left: 49.75%; 
   width: 33%; 
   }
   
   #lok4 {
   position: absolute;
   top:435vw;
   left: 66.1%; 
   width: 33%; 
   }
   
  #zavihek img{
    position:relative;
	float: left; 
	left:2%;
	display: none;
 }
 
 
 
 
   
  
