body {
    margin: 0% 10% 5% 10%;
	background-color: black;
}

ul.nav {
    list-style-type: none;
    top: 14%;
    padding: 0%;
    width: 16%;
	height: 100%;
	position: fixed;
	float: left;
    background-color: #000000;
}

li.nav a {
    display: block;
    padding: 4% 2%;
	color: white;
    text-decoration: none;
	text-align: center;
	font-family: Great Vibes;
	font-size: 150%;
	font-weight: bold;
	line-height: 95%;
	letter-spacing: 2px;
	background: url(../pics/Menu1.jpg);
	background-size: cover;
}

li.nav a.active {
    background: url(../pics/Menu3.jpg);
	background-size: cover;
    color: black;
}

li.nav a:hover:not(.active) {
    background: url(../pics/Menu2.jpg);
	background-size: cover;
    color: black;
}

.logo {
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding: 5% 0% 0% 0%;
	height: 30%;
	width: 40%;
}

.naslovna {
	background-image: url(../pics/pleter.png);
	background-size: cover;
	overflow: auto;
	height: 16.5%;
    margin: 0;
    padding: 0 px;
    position: fixed;
	width: 80%;
}

.main {
	margin-left: 15%;
	background-color: white;
	padding: 10% 5% 5% 10%; 
}

.picnav {
    padding: 0;
    float: left;
    width: 30%;
	height: auto;
	font-size: 0;
	margin: 0;
	white-space: nowrap; 
	overflow: visible;
	display: block;
	vertical-align: middle;
	line-height: 0;
}

.image {
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 0;
	white-space: nowrap; 
	overflow: visible;
	font-size: 0;
	float: left;
	vertical-align: bottom;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.picnav:hover .image {
	opacity: 0.3;
	display: block;
}

.picnav:hover .middle {
	opacity: 1;
}

.texthover {
	background-color: black;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
	text-align: center;
	font-family: Great Vibes;
}

.copywright {
	padding: 1%;
	position: absolute;
	right: 32%;
	font-family: Kurale;
}

.copywrights {
	color: white;
	text-align: center;
	font-family: Kurale;
}

.naslov {
	text-align: left;
	color: rgb(0, 0, 0);
	font-size: 275%;
	background-color: rgb(255, 255, 255);
	text-shadow: rgb(150, 150, 150) 1px 3px 0px, rgb(171, 168, 168) 1px 13px 5px;
	font-family: Great Vibes;
	background: linear-gradient(180deg, #000000 15%, #FFFFFF 65%); 
	background: -moz-linear-gradient(180deg, #000000 15%, #FFFFFF 65%); 
	background: -webkit-linear-gradient(180deg, #000000 15%, #FFFFFF 65%); 
	background: -o-linear-gradient(180deg, #000000 15%, #FFFFFF 65%); 
}

.gradient {
	background: linear-gradient(180deg, #000000 15%, #FFFFFF 65%); 
	background: -moz-linear-gradient(180deg, #000000 15%, #FFFFFF 65%); 
	background: -webkit-linear-gradient(180deg, #000000 15%, #FFFFFF 65%); 
	background: -o-linear-gradient(180deg, #000000 15%, #FFFFFF 65%); 
}

.pif {
	padding: 1%;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 10px groove #e0e0e0;
}

.tekst {
	color: black;
	font-size: 18px;
	font-family: Kurale;
	text-align: justify;
	width: 95%;
	padding-left: 2%;
}

.tekst2 {
	color: black;
	font-size: 18px;
	font-family: Kurale;
	text-align: justify;
	width: 95%;
	padding-left: 2%;
}

h2 {
	font-family: Kurale;
}

.hr1 {
    padding: 0;
    border: none;
    border-top: 1px solid #8c8b8b;
    color: #8c8b8b;
    text-align: center;
}

.hr1:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
	overflow: hidden;
}

.photo-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
	background-color: #dddddd;
    }
	
.close-photo-overlay {
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
    color: #fff;
    z-index: 2;
    padding: 6px 9px;
    border: 1px solid #fff;
    }
	
.imgBox {
    width: 90%;
    margin: 0 auto;
}

img {
    max-width: 90%;
    height: auto;
    padding: 0 0 15px 0;
}

#top {
	display: none;
	position: fixed;
	bottom: 2%;
	right: 3%;
	background-image: url("pics/btn.jpg");
	background-repeat: no-repeat;
	height: 5%;
	width: 3%;
	transition: all 0.3s ease 0s;
	opacity: 1;
	transition: width 0.5s, height 0.5, transform 0.5s;
	-moz-transition: width 0.5s, height 0.5s, -moz-transform 0.5s;
	-webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
	-o-transition: width 0.5s, height 0.5s,-o-transform 0.5s;
}

#top:hover {
	opacity: 0.5;
	height: 5.5%;
	width: 3%;
}

#zoom {
    cursor: pointer;
    transition: 0.3s;
	margin: 0 2% 0 2%;
	float: left;
	width: 23%;
	height: auto;
}

#zoom:hover {
	opacity: 0.7;
}

.row > .column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 25%;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
	padding-top: 5px;
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	max-width: 100%;
	width: 35%;
	height: auto;
	margin: auto;
}

.close {
	color: white;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.caption-container {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: red;
}

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.modal-content, #caption {    
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

iframe {
	margin: auto;
	padding-left: 20%;
	width: 500px;
	height: 350px;
	border: 0px;
}

.btn {
  background: #4a4a4a;
  background-image: -webkit-linear-gradient(top, #4a4a4a, #ffffff);
  background-image: -moz-linear-gradient(top, #4a4a4a, #ffffff);
  background-image: -ms-linear-gradient(top, #4a4a4a, #ffffff);
  background-image: -o-linear-gradient(top, #4a4a4a, #ffffff);
  background-image: linear-gradient(to bottom, #4a4a4a, #ffffff);
  text-shadow: 1px 1px 1px #ffffff;
  font-family: Kurale;
  color: #000000;
  font-size: 25px;
  padding: 10px;
  text-decoration: none;
  	border : solid 0px #ffffff;
	border-radius : 0px 10px 0px 11px;
	moz-border-radius : 0px 10px 0px 11px;
}

.btn:hover {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #4a4a4a);
  background-image: -moz-linear-gradient(top, #ffffff, #4a4a4a);
  background-image: -ms-linear-gradient(top, #ffffff, #4a4a4a);
  background-image: -o-linear-gradient(top, #ffffff, #4a4a4a);
  background-image: linear-gradient(to bottom, #ffffff, #4a4a4a);
  text-decoration: none;
}

.btn-style{
	border : solid 0px #ffffff;
	border-radius : 0px 10px 0px 11px;
	moz-border-radius : 0px 10px 0px 11px;
	font-size : 20px;
	color : #000000;
	padding : 6px 10px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#000000));
	background: -moz-linear-gradient(top, #ffffff 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #000000 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #000000 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #000000 100%);
	background: linear-gradient(top, #ffffff 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	font-family: Kurale;
}

ul.cnt {
	list-style-type: none;
	width: 800px;
	display: none;
}
 
li.cnt img {
	float: left;
	margin: 0 15px 0 0;
	width: 200px;
	height: 340px;
}
 
li.cnt p {
	font-family: Kurale;
	font-size: 100%; 
	text-align: center;
}
 
li.cnt {
	padding: 3px;
	overflow: auto;
}
 
li.cnt:hover {
	background: #eee;
}

h3 {
	font: bold 20px/1.5 Kurale;
}

.ind {
	font-family: Kurale;
	font-size: 100%; 
	text-align: center;
	padding-left: 25%;
}

.box {
	width: 41%;
	margin: auto;
	left: 15%;
	background: red;
	padding: 7px;
	border: 2px solid black;
	border-radius: 15px;
	text-align: center;
	position: relative; 
}

.button {
	padding: 5px;
	color: black;
	font-family: Kurale;
	border: 2px solid red;
	border-radius: 15px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.button:hover {
	background: black;
	color: white;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: auto;
	margin-top: 10%;
	padding: 15px;
	background: black;
	border-radius: 5px;
	width: 60%;
	position: relative;
	transition: all 5s ease-in-out;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.popup .close:hover {
	color: red;
}

.popup .content {
	max-height: 50%;
	overflow: auto;
}

.container { width: 900px; margin: auto; padding-top: 1em; }

.container .ism-slider { margin-left: auto; margin-right: auto; }

dt {
    display: list-item;
    list-style-image: url(../pics/bullets.png);
	color: black;
	font-size: 18px;
	font-family: Kurale;
	margin-left: 4%;
    }
	
dd {
	color: black;
	font-size: 18px;
	font-family: Kurale;
}

ul {
	color: black;
	font-size: 18px;
	font-family: Kurale;
	list-style-type: circle;
}

hr { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}