/* *********************** OVBAVEZNO - ZAUSTAVLJANJE NAVIGACIJE I HEADERA NA SKROLL *************************************************** */
.fixed-header {

	width: 100%;
	position: absolute;
	top: 190px;
}

.fixedPos {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	top: 0;
}

/* *********************** HEADER *************************************************** */

/* *********************** OPCIJA 1 HEADER SA 3 POLJA *************************************************** */

.header3div {
	display: inline-flex;
	width: 100%;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
	height: 190px;
	z-index: 20;
}

.hederLeft {
	display: flex;
	width: 40%;
	height: 190px;
	text-align: right;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
}

.hederRight {
	display: flex;
	width: 100%;
	height: 190px;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 0px;
}

.headerMID {
	font-size: 14px;
	width: 100%;
	height: 190px;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	margin-top: 20px;
	margin-left: 0px;


}

/* *********************** OPCIJA 2 HEADER SA 1 POLJEM *************************************************** */
.header {
	display: inline-flex;
	width: 100%;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	height: 190px;

	z-index: 20;
}

.hederCenter {

	display: flex;
	width: 100%;
	height: 190px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.hederCenter img {
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

/* *********************** OPCIJA 3 NAVBAR SA 2 TRAKE *************************************************** 
.navbar {

    width: 100%;
    padding: 0px;

    overflow: hidden;
    background: #af5302;
   width: 100%;
    
    
  height: 60px;
  }
  
  .toplinks{
width: 100%;
height: 100%;
display: flex;
	justify-content: space-around;
    align-items: center;

  }
  .navbar a {

    color: #f2f2f2;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    
  }
  
  .navbar a:hover {
    transition:ease-in 0.5s;
    background-color:#FFFFFF;
    color: #000000;
  }
  */
/* *********************** OPCIJA 5 NAVBAR NA DNU STRANE ***************************************************
.navbarEND {

    width: 100%;
    padding: 0px;

    overflow: hidden;
    background: #ff0000;
   width: 100%;
    
    
  height: 60px;
  }
  
  .toplinksEND{
width: 100%;
height: 100%;
display: flex;
	justify-content: space-around;
    align-items: center;

  }
  
  .navbarEND a {

    color: #f2f2f2;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    
  }
  
  .navbarEND a:hover {
    transition:ease-in 0.5s;
    background-color:#FFFFFF;
    color: #000000;
  }
*/
/* *********************** NAVIGATION MOBILE IDE U SVAKOJ OPCIJI *************************************************** */
.NameLink {
	/* MATHEO DELALLE */
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

.NameLink:hover {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

.NameLink1 {
	/* MATHEO DELALLE */
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

.NameLink1:hover {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

.GalleryLink {
	/* Gallery */
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

.GalleryLink:hover {

	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

nav {

	position: relative;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
	padding: 0 5%;
	height: 60px;
	background: #1d0e00;
	/* NAVIGATION MOBILE BG COLOR */
}


nav .logo {
	float: left;
	width: 40%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
}

nav .links {
	margin-top: 0px;
	float: right;
	padding: 0;
	margin: 0;
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

nav .links li {
	list-style: none;

}


nav .links a {
	font-size: 20px;
	/* BAR NAVIGATION LINKS FONT */
	padding: 0px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

#nav-toggle {
	position: absolute;
	top: -1000px;

}

nav .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

nav .icon-burger .line {
	width: 30px;
	height: 5px;
	margin: 5px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

.dropmenititle {
	display: none;
	/* *** ZATVARA NASLOVE U BAR MENIJU ******** */
}

.dropmeniitem {
	display: none;

}

/* *********************** MEDIA VELIKI ***************************************************
****************************************************************************************************** */
@media screen and (max-width:960px) {
	.header3div {
		display: none;
		height: 0px;
	}

	.header {
		display: none;
		height: 0px;
	}

	.fixed-header {
		position: fixed;
		width: 100%;

		top: 0px;
	}

}

/* *********************** MEDIA MOBILNI DARKO DODAO SUBMENI***************************************************
****************************************************************************************************** */
@media screen and (max-width: 768px) {

	.submeni {
		text-transform: none;
		display: none;
	}

	.meni {
		display: none;
	}

	.dropmenititle {
		display: block;
		/* *** OTVARA NASLOVE U PADAJUCEM MENIjU ******** */
		font-size: 30px;


	}

	.dropmeniitem {
		display: block;
		font-size: 20px;

	}

	.barmeniitem {
		display: none;
	}


	/* *********************** MEDIA MOBILNI ***************************************************
****************************************************************************************************** */


	/* *********************** NAVIGACIJA UZ SVAKU OPCIJU  *************************************************** */
	nav .logo {
		float: none;
		width: auto;
	}

	/* *********************** NAVIGACIJA UZ OPCIJU 3 SA 2 TRAKE  *************************************************** 
Menja se margins-top zbog padaju\eg menija na mobilnom


	nav .links {
		margin-top: 60px;
		float: none;
		position: fixed;
		z-index: 100;
		left: 0;
		right: 0;
		top: 60px;
		bottom: 100%;
		width: auto;
		height: auto;
		flex-direction: column;
		justify-content: space-evenly;
		background-color: rgba(0, 0, 0,.8);	
		overflow: hidden;
		transition: all .5s ease-in-out;
	
	}
*/
	/* *********************** NAVIGACIJA UZ OPCIJU 4 SA JEDNOM TRAKOM  *************************************************** */
	nav .links {
		margin-top: 60px;
		/* ***visina za promeniti******** */
		float: none;
		position: fixed;
		z-index: 100;
		left: 0;
		right: 0;
		top: 0px;
		/* ***visina za promeniti******** justify-content: space-evenly; */
		bottom: 100%;
		width: auto;
		height: auto;
		display: list-item;
		flex-direction: column;
		justify-content: start;



		overflow: scroll;
		/* ako meni treba da skroluje overflow: scroll; ako ne onda hidden */
		transition: all .5s ease-in-out;



	}

	@media (orientation: landscape) {
		nav .links {
			overflow: scroll;
		}



	}







	nav .links a {

		font: size 25;
		px;
		/* FONT PADAJUCI MENI MOBIL */

		padding: 0px;
		/* text-transform: uppercase;*/
		font-weight: normal;
		text-decoration: none;


	}



	nav .logo {
		float: none;
		width: min-content;

	}

	nav :checked~.links {
		bottom: 0;

	}

	nav .icon-burger {
		display: block;
		position: absolute;
		right: 5%;
		top: 50%;

	}

	nav :checked~.icon-burger .line:nth-child(1) {
		transform: translateY(10px) rotate(225deg);

	}

	nav :checked~.icon-burger .line:nth-child(3) {
		transform: translateY(-10px) rotate(-225deg);
	}

	nav :checked~.icon-burger .line:nth-child(2) {
		opacity: 0;
	}

}

/* *********************** OPCIJA FOOTER SA 3 POLJA *************************************************** */
.footerLogoEscudo {
	width: 146px;
	height: 177px;
}

.footer {
	display: flex;
	width: 100%;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
	height: 100px;

	z-index: 20;
	margin-bottom: 0px;

}

.footerLeft {
	display: flex;
	width: 120px;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 00px;
}

.footerMID,
.footerMIDMed {
	font-size: 18px;
	white-space: nowrap;
	width: 100%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.footerMID {
	font-size: 18px;
	white-space: nowrap;
}

.footerMIDMed {
	font-size: 14px;

}

.footerRight {
	display: flex;
	width: 120px;
	height: 100px;
	text-align: right;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 0px;
}

.ActiveArtist {
	font-weight: bold;
}

.footerMID a,
.footerMIDMed a {
	font-weight: normal;
	text-decoration: none;

}

.footerMID a:hover,
.footerMIDMed a:hover {
	font-weight: bold;
	text-decoration: none;

}


.footerLogo img {
	margin-bottom: 0px;
	margin-top: 0px;
}


.footerMIDMed {
	display: none;

}

.footerMID {
	display: block;
}

.footerTitle {
	font-size: 20px;
	font-weight: bold;
	display: block;

}

.footerTitleMed {
	font-size: 14px;
	font-weight: bold;
	display: none;

}


@media screen and (max-width: 768px) {

	.footerMID {
		display: none;
	}

	.footerMIDMed {
		display: block;
	}

	.menuIconMedia img {
		height: 43px;
		padding-left: 80px;
		padding-right: 80px;
		padding-bottom: 120px;

	}

	.menuIconMedia :hover {
		height: 60px;


	}

	.footerTitleMed {
		display: block;

	}

	.footerLogoEscudo {
		width: 102px;
		height: 124px;
	}

}