* {
	box-sizing: border-box;
	margin:auto;
}

.zn-green-shadow {
	text-shadow: 2px 2px 2px rgb(30,35,48);
    color: rgb(142,242,142);
	font-weight:bold;
	font-size:125%;
}
div.zn-logo {
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url(Pics/logo1.png) no-repeat;
	background-size:100%;
	opacity: 0.5;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}

div.zn-logo:hover {
	opacity: 1;
	cursor:pointer;
}

#Strani {
	top:70px;
	position:absolute;
	width: 100%;
	min-width:350px;
}

.zn-sodrzina {
	background-color:rgba(142,242,142,0.2);
	font-family: "Unite", sans-serif;
}

.zn-beleznik {
	padding:10px;
	background-color:rgba(255,255,255,0.6);
}

div.zn-beleznik:nth-child(odd) {
	background-color:rgb(255,255,255);
}

.zn-sidenav {
	width: 210px;
	position: fixed;
	z-index: 1;
	top: 320px;
	left: 10px;
	overflow-x: hidden;
	display:none;

	background-color:rgb(248,248,248);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.19),0 -3px 5px 0 rgba(0, 0, 0, 0.19);

	text-align:left;
	padding:5px;
	font-family: "Unite", sans-serif;
	font-weight: 500; 
	line-height: 1; 
	letter-spacing: 0.05em; 
	font-size:14px;
	
	transition: 0.6s ease;

}

.zn-sidenav div {
	padding: 10px;
}

.zn-sidenav div:hover {
	cursor:pointer;
	background-color:rgb(142,242,142);
}

.zn-sidebar {
	width:100%;
	height:100%;
	border:1px solid rgb(196,196,196);
	padding:5px;
	top:70px;
	position:fixed;
	display:none;
}

.zn-active {
	display:block;
}

.zn-menu-bar {
	position:absolute;
	left:10px;
	top:25px;
	width:30px;
	display:inline;
	cursor:pointer;
}

.zn-menu-bar span {
	width:20px;
	height:3px;
	display:block;
	margin:4px 0px;
}

.zn-menu-links {
	display:none;
}

.zn-menu-links span:hover {
	cursor:pointer; color:rgb(169,169,169);
}

.zn-title {
	min-width: 350px;
	width:100%;
	padding:10px;
	text-shadow: 2px 2px 2px rgb(30,35,48);
	font-size:34px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-weight:700;
	letter-spacing: 2px;
	color:rgb(142,242,142);
	position:fixed;
	background-color:rgb(255,255,255);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.19)
}

.zn-title-logo {
	width:100%;
}

.zn-bar-item {
	width:100%;
	text-align:center;
	padding:10px;
	font-size: 14px; 
	font-family: "Unite", sans-serif;
	font-weight: 500; 
	line-height: 1; 
	letter-spacing: 0.05em; 
	text-transform: uppercase; 
}

.zn-bar-item:hover {
	cursor:pointer;
	background-color:rgb(142,242,142);
}

.zn-active-link {
	background-color:rgb(142,242,142);
}

.zn-active-menu {
	/*text-decoration:underline;*/
	border-bottom:1px solid black !important;
}

.zn-menu-links span {
	border-bottom:1px solid white;
	transition: border-bottom-color 0.6s linear;
}

.zn-light-grey {
	background-color:rgb(241,241,241);
}

.zn-green {
	background-color:rgb(142,242,142);
}

.zn-dark-green {
	background-color:rgb(52,202,52);
}

.zn-grey {
	background-color:rgb(169,169,169);
}

#logo_icon {
	vertical-align: bottom;
	height: 50px;
	display:none;
}

#pocetna_strana{
}

#klienti_strana{
	display: none;
}

#kontakt_strana{
	display: none;
}

.zn-podmeni {
	background-color:rgb(248,248,248);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.19) inset,0 -3px 5px 0 rgba(0, 0, 0, 0.19) inset;
	display:none;
}

.zn-podmeni-item {
	text-align:center;
	padding:10px;
	font-family: "Unite", sans-serif;
	font-weight: 500; 
	line-height: 1; 
	font-size:14px;
}

.zn-podmeni-item:hover {
	cursor:pointer;
	background-color:rgb(142,242,142);
}

.zn-dropdown {
    position: relative;
    display: inline-block;
}

ul {
	padding: 10px;
    margin-left: 50px;
}
ul li {
  color: rgb(0,0,0); 
  list-style: none; 
}

 ul li::before {
  color: rgb(142,242,142);  
  content: "\2022";
  /* Unicode of character to precede the list item */
  text-shadow: 2px 2px 2px rgb(30,35,48); 
  font-size: 1.5em; 
  padding-right: 0.5em; 
  position: relative;
  top: 0em; 
}

.zn-dropdown-content {
    display: none;
    position: absolute;
	background-color:rgb(248,248,248);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.19),0 -3px 5px 0 rgba(0, 0, 0, 0.19);
	min-width: 210px;
    z-index: 1;
	
	text-align:left;
	padding:5px;
	font-family: "Unite", sans-serif;
	font-weight: 500; 
	line-height: 1; 
	letter-spacing: 0.05em; 
	font-size:14px;
}

.zn-dropdown-content div {
    color: black;
    padding: 10px;
    text-decoration: none;
	text-transform: none;
    display: block;
}

.zn-dropdown-content div:hover {cursor:pointer;
	background-color:rgb(142,242,142);}

.zn-dropdown:hover .zn-dropdown-content {
    display: block;
}

.zn-header {
    background: rgb(30,35,48);
    text-align: left;
	font-family: 'Fira Mono', monospace;
    color: rgb(255,255,255);
	font-size: 22px;	
	font-weight: 800;
	padding: 20px;
	padding-left: 10%;
	padding-right: 2%;
}

.zn-header-opis {
	color: rgb(161,161,161);
    font-family: "Unite", sans-serif;
    font-weight: normal;
    line-height: 130%;
	padding-top: 10px;
    letter-spacing: 0.02em;
	font-size: 12px;
}

@media only screen and (min-width: 390px) {
	#logo_icon {
		vertical-align: bottom;
		height: 50px;
		margin-left:10px;
		display:inline;
	}
}

.zn-wrapper {
	padding-right:10%;
	padding-left:10%;
	padding-bottom:20px;
}

.zn-klienti {
	display:inline-block;
	text-align:center;
	font-family: "Unite", sans-serif;
	color:rgb(161,161,161);
	line-height:1.5;
}

div.zn-klienti > img {
	width:100%;
	padding:10px;
	padding-top:30px;
}

.zn-col {
	width:100%;
}

.zn-opis {
	width:100%;
	display:inline-block;
	padding:10px;
	text-align:justify;
	vertical-align:top;
	line-height:170%;
	font-size: 12px;
	font-weight:normal;
	font-family:'Unite', sans-serif;
}

.zn-opis-sliki {
	width:100%;
	display:inline-block;
	padding:0px;
	padding-right:10px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	color:rgb(142,242,142);
	text-shadow: 2px 2px 2px rgb(30,35,48);
	text-align:right;
}

div.zn-opis h2 {
	font-size: 22px;
	font-weight:800;
	font-family:'Fira Mono', monospace;
	color: rgb(142,242,142);
	text-shadow: 2px 2px 2px rgb(30,35,48);
	font-variant:small-caps;
	text-align:center;
}

.wrapMslide {
	width:100%;
	padding:5px 10% 15px 10%;
	display:block;
}

@media only screen and (min-width: 700px) {
	.zn-header {
		font-size: 36px;
		font-weight: 800;
		padding: 40px;
		padding-left: 20%;
	}
	
	.zn-opis h2 {
		font-size: 36px !important;
		text-align: left !important;
	}
	
	.zn-opis {
		font-size:14px !important;
	}
	
	.zn-header-opis{
		font-size: 14px;
	}
	
	.zn-menu-bar {
		display:none;
	}
	.zn-title-logo {
		width:48%;
		margin:0;
		display:inline-block;
		text-align:center;
	}
	.zn-menu-links {
		width:50%;
		display:inline-block;
		text-align: center;
		font-size: 14px; 
		font-family: "Unite", sans-serif;
		font-weight: 500; 
		line-height: 1; 
		letter-spacing: 0.05em; 
		text-transform: uppercase; 
		color: rgb(30,35,48);
		text-shadow:none;
		vertical-align: middle;
	}

	.zn-sidebar {
		display:none;
	}
	
	.zn-col700 {
		width:49%;
	}
	
	.zn-slideshow {
		display:inline-block !important;
	}
	
	.zn-opis {
		width:60% !important;
	}
	
	.zn-opis-sliki {
		display:none !important;
	}
	
	.wrapMslide {
		display: none !important;
	}
}

@media only screen and (min-width: 1024px) {
	.zn-header {
		font-size: 48px;
	}
	.zn-header-opis{
		font-size: 16px;
	}
	.zn-show-hide {
		display:none !important;
	}
	.zn-col1024 {
		width:33%;
	}
	.zn-sidenav {
		display:block;
	}
	.zn-sodrzina {
		padding-left: 23%;
	}
}