@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans', sans-serif;
	background: url("images/zavese1.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
	color: #164E66; 
}
h1 {font-size: 38px; }
h2 {font-size: 30px; }
h3 {font-size: 26px; }
h4 {font-size: 24px; }
h5 {font-size: 22px; }
h6 {font-size: 18px; }

a:link,
a:visited {
	color: #AC5B00;
	text-decoration: none;
}
a:hover {
	color: #164E66;
	text-decoration: underline;
}
a:active {
	color: #777;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}
#wrapper {
	background-color: black;
	width: 960px;
	margin: 0 auto 20px;
}
#header {
	/* 995b03 */
	background-image: linear-gradient(180deg , #120b01, #5e0d00);
	border-bottom: 4px solid #052B3B;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
    align-items: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

#nav ul li a {
	display: block;
	padding: 15px;
	height: 20px;
	line-height: 20px;
}
#nav ul li a:link,
#nav ul li a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover {
	background: #08024972;
    border-radius: 10px;
}
#nav ul li a:active {
	background: rgba(0, 0, 0, 0.484);
}

#hero {
	background: url("images/rocher-bend.jpg") no-repeat center bottom scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    max-width: 100%;
    align-self: center;
	height: 400px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}
.heroText {
	
	background: rgba(0,0,0,0.41);
	padding: 20px;
	color: #FFF;
	flex-basis: 440px;
}

.heroText h1 {
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
}

.o_nama_kategorije {
	color: #4d2e0f; 
	border-color: brown; 
	border-width: 1px;border-style: 
	solid; padding: 15px; 
	border-radius: 10px; 
	padding-top: 0px; 
	margin-bottom: 15px; 
	background: wheat;
	display: flex;
	flex-direction: column;
}

.o_nama_kategorije iframe {
	width: auto;
 	height: 300px;
}

.prijatelji {
	color: wheat; 
	border-color: brown; 
	border-width: 1px;border-style: 
	solid; padding: 15px; 
	border-radius: 10px; 
	padding-top: 0px; 
	margin-top: 20px;
	background: transparent;
	display: flex;
	flex-direction: column;
	padding: 15px;
}

.slike_prijatelji{
    width: auto;
	height: auto;
    padding: 15px;
    text-align: center;
	display: flex;
	flex-direction: row;
}
.slike_prijatelji img{
	margin-right: 30px;
	height: 150px;
}

.slike_prijatelji a {
	width: 150px;
	margin-bottom: 10px;
}

.slike_prijatelji a img:hover{
	scale: 1.5;
	cursor: pointer;
	transform: scale(1.1);
	filter: saturate(1.3);
}

.kontakt_kategorije {
	display: flex;
	flex-direction: column;
	padding: 10px;
	flex-basis: 100%;
    border-radius: 10px;
	justify-content: center;
	text-align: center;
	color: #4d2e0f; 
	border-color: transparent; 
	border-width: 1px;border-style: 
	solid; padding: 15px; 
	border-radius: 10px; 
	padding-top: 0px; 
	margin-bottom: 15px; 
	background: transparent;
}

#about_us {
    background: url("images/evrovizija_o_nama.jpg");
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    align-self: center;
    height: 400px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.about_usText {
	line-height: 1.5;
    background: rgba(0,0,0,0.5);
    border-radius: 20px;
    padding: 20px;
    color: #FFF;
    flex-basis: 500px;
}
.about_usText h2 {
    color: white;
    text-transform: uppercase;
    margin: 0;
}

#kontakt {
    /* background: url("images/bina.jpeg") no-repeat center center fixed; */
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
    max-width: 100%;
	height: auto;
    align-self: center; 
	text-align: center;
    margin-bottom: 0px;
	padding-bottom: 10px !important;
}

.kontakt_tekst {
	line-height: 1.2;
    background: rgba(0,0,0,0.7);
    border-radius: 10px;
    padding: 20px;
    color: #FFF;
    flex-basis: 500px;
}
.kontakt_tekst h2 {
    color: white;
    text-transform: uppercase;
    margin: 0;
}

#kontant_elementi {
	margin-bottom: 10px;
	padding: 10px;
	background-color: transparent;
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #995b03;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#products {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.product {
	flex-basis: 300px;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: wheat;
}
.product p {
	background: #995b03;
	border-top: 4px solid #052B3B;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 12px 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
}
.product button {
	background: #714302;
	border-top: 4px solid #052B3B;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 12px 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
	font-size: 13pt;
}
.product button:hover{
	background: #581703;
}

.product img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#nastupi {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}

.nastupi_info {
	color: white; 
	border-color: brown; 
	border-width: 1px;border-style: 
	solid; padding: 15px; 
	border-radius: 10px; 
	padding-top: 0px; 
	padding-bottom: 0px;
	margin-bottom: 0px; 
	margin-left: 10px;
	margin-right: 10px;
	
	background: transparent;
	display: flex;
	flex-direction: column;
}

.vertical-menu {
	width: 100%;
	margin-top: 10px;
  }
  
  .vertical-menu a {
	background-color: transparent;
	color: white;
	display: block;
	padding: 12px;
	text-decoration: none;
	border-radius: 10px;
  }
  
  .vertical-menu a:hover {
	background-color: black;
	border-radius: 10px;
  }
  
  .vertical-menu a.active {
	background-color: #0b3524;
	border-radius: 10px;
	color: white;
  }

#central {
	
	display: flex;
	justify-content: space-between;
	background: url("images/rochermozzart3.jpg") no-repeat center center;
}

#main {
	flex-basis: 55%;
	margin-right: 10px;
	background-color: transparent;
	border-radius: 10px;
}
#sidebar {
	flex-basis: 45%;
	padding: 20px;
	padding-top: 5px;
	background: #5e0d00;
    border-radius: 10px;
	padding-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: wheat;
}

#sidebar iframe {
	width: 90%;
	position: center;
	height: 250px;
	margin-bottom: 0;
	display:block;
	margin: 0 auto;
	margin-left: 20px;
}

#sidebar_kontakt {
	display: flex;
	flex-direction: column;
	padding: 10px;
	flex-basis: 400px;
    border-radius: 10px;
	 
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
    max-width: 100%;
	align-items: center;
	justify-content: center;

}

#main_kontakt {
	flex-basis: 500px;
	margin-right: 10px;
	background-color: transparent;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 10px;
	flex-basis: 400px;
    border-radius: 10px; 
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
    max-width: 100%;
	align-items: center;
	justify-content: center; 
}

#main_kontakt a:link,
#main_kontakt a:visited {
	color: wheat;
	text-decoration: underline;
}
#main_kontakt a:hover {
	color: rgb(255, 175, 28);
}

#kontant_elementi1 {
	width: 40%;
	margin-bottom: 10px;
	padding: 10px;
	background-color: transparent;
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #581703;
	display: flex;
	align-items: center;
	text-align: center;
	color: wheat;
	background-color: rgba(0,0,0,0.8);
}

#kontant_elementi1 a {
	color: wheat;
	text-decoration: underline;
}

#kontant_elementi {
	margin-bottom: 10px;
	padding: 10px;
	background-color: transparent;
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #581703;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: wheat;
	background-color: rgba(0,0,0,0.8);

}

#footer {
	padding: 20px;
	color: wheat;
	margin-top: 0px;
	border-radius: 10px;
	background: url("images/footer_img_red1.png") no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
#footer h1, 
#footer h2, 
#footer h3, 
#footer h4, 
#footer h5, 
#footer h6 {
	color: wheat;
}


#footerInfo {
	display: flex;
}
#footerLogo {
	margin-right: auto;
}
.footerText {
	flex-basis: 230px;
	margin-left: 30px;
}
.footerText h2 {
	margin: 0 0 12px;
}

#footerCopyright {
	text-align: center;
	display: block;
	border-top: 5px solid rgba(255,255,255,0.36);
}
#footerCopyright p {
	margin: 0;
	padding: 10px;
}

#footer a:link,
#footer a:visited {
	color: wheat;
	text-decoration: underline;
}
#footer a:hover {
	color: rgb(255, 175, 28);
}
#footer a:active {
	color: #0A3E53;
}


.navigacija {
    list-style:none;
     margin:0; padding:0;
}
.navigacija li {
    margin:0; padding:0;
  	min-height:100px; 

}

  #main ul {
	height: 180px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-left: 30px;
	margin-bottom: 10px;
  }
  #main ul li{
	margin-bottom: 10px;
  }

  .myImg {
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
  }
  
  .myImg:hover {
	  opacity: 0.7;}
  .modal {
	z-index:1;
	display:none;
	padding-top:10px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.8)
	}
	
	.modal-content{
	margin: auto;
	display: block;
		position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
	
	
	.modal-hover-opacity {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-backface-visibility:hidden
	}
	
	.modal-hover-opacity:hover {
	opacity:0.60;
	filter:alpha(opacity=60);
	-webkit-backface-visibility:hidden
	}
	
	
	.close {
	text-decoration:none;float:right;font-size:24px;font-weight:bold;color:white
	}
	.container1 {
	width:200px;
	display:inline-block;
	}
	.modal-content, #caption {   
  
		-webkit-animation-name: zoom;
		-webkit-animation-duration: 0.6s;
		animation-name: zoom;
		animation-duration: 0s;
	}
	
	@-webkit-keyframes zoom {
		from {-webkit-transform:scale(0)} 
		to {-webkit-transform:scale(1)}
	}
	
	@keyframes zoom {
		from {transform:scale(0)} 
		to {transform:scale(1)}
	}
	

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.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;
}

.myImgNastupi {
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
	filter:grayscale(30%);
  }
  
  .myImgNastupi:hover {
	filter: saturate(1.3) grayscale(0%);
    transform: scale(1.1);
	opacity: 1;
	}


.container{
    width: 100%;
    margin: auto;
    padding: 15px;
    text-align: center;
	display: flex;
	flex-direction: column;
}



.filter-menu{
    margin-bottom: 20px;
}
.filter-menu li{
    display: inline-block;
    padding: 10px 18px;
	margin-bottom: 5px;
    background: #eb4d4b;
    color: #fff;
    cursor: pointer;
	border-radius: 10px;
}
.filter-menu li:hover,
.filter-menu li.current{
    background: #742828;
}

.filter-item li{
    width: 150px;
	height: 200px;
    padding: 10px;
    display: inline-block;
}

.filter-item li img {
	object-fit: cover;
}

.filter-item li.active{
    width: 50%;
    padding: 2px;
    transition: all 0.5s ease;
}

.filter-item li.delete{
    width: 0%;
    padding: 0;
    transition: all 0.5s ease;
}

.filter-item img{
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px){
    .filter-item li.active,
    .filter-item li{
        width: 33.33%;
    }

    h2{
        font-size: 190%;
    }
	.slike_prijatelji{
		width: auto;
		margin: auto;
		padding: 15px;
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	.slike_prijatelji img{
		margin:0 auto;
		margin-bottom: 100px;
	}
	
}
@media screen and (min-width: 1280px){
    .filter-item li.active,
    .filter-item li{
        width: 25%;
    }

    h2{
        font-size: 270%;
    }
	.slike_prijatelji{
		width: auto;
		margin: auto;
		padding: 15px;
		text-align: center;
		display: flex;
		flex-direction: row;
	}
}


@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  .slike_prijatelji{
    width: auto;
    margin: auto;
    padding: 15px;
    text-align: center;
	display: flex;
	flex-direction: column;
}
}


@media screen and (min-width:768px) and (max-width:1024px) {
	
	#wrapper {
		width: 700px;
	}
	#header {
		display: block;
		text-align: center;
	}
	#nav ul {
		justify-content: center;
	}
	.product {
		flex-basis: 220px;
	}

	#main {
		flex-basis: 400px;
	}
	#sidebar {
		flex-basis: 260px;
		padding: 10px;
	}
	.o_nama_kategorije {
		flex-basis: 80%;
	}
	.prijatelji {
		flex-basis: 80%;
	}


	#main ul {
		height: 180px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		margin-left: 0px;
		margin-bottom: 10px;
	  }
	
	
	#footerInfo {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	#footerLogo {
		width: 100%;
		margin-bottom: 40px;
	}
	.footerText {
		margin: 0 20px;
	}
	
}
@media screen and (max-width:767px) {
	#wrapper {
		width: 80%;
	}
	#header, #nav ul {
		display: block;
		text-align: center;
	}
	#hero {
		background: url(images/naslovna.jpg) no-repeat;
		height: auto;
		display: block;
	}
	.heroText {
		background: none;
		padding: 20px;
		color: #FFF;
	}
	#products {
		display: block;
	}
	.product {
		margin-bottom: 20px;
		text-align: center;
	}
	.o_nama_kategorije {
		flex-basis: 80%;
	}
	.prijatelji {
		flex-basis: 80%;
		flex-direction: column;
		margin-bottom: 0px;
	}

	#central {
		display: block;
	}
	#footerInfo {
		display: block;
		text-align: center;
	}
	.footerText {
		margin: 20px 0;
	}
	#main ul {
		height: 180px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		margin-left: 0px;
		margin-bottom: 10px;
	  }
	
}
#loader { 
	border: 12px solid #bfbfbf;
	border-radius: 50%;
	border-top: 12px solid #531212;
	width: 50px;
	height: 50px;
	margin: auto;  
	animation: spin 1s linear infinite;
}
  
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
.center_wr {
	position: absolute;
	top: 50%;
	left: 50%; 
	margin: auto;
	position:fixed;
}
.center {
	position: relative;
	
	top: -50%;
	left: -50%;  
}