body {
	background-image: url(../images/background.jpg);
	color: white;
	margin: 0px;
	font-family: "Arial", Gadget, sans-serif;
	padding-top: 66px;
}



.naslovna {
	/*width: 74%;*/
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0
}
.naslovna a {
	width: 32%; 
}
.naslovna .sadrzaj {
	width: 90%;
	padding: 5%;
	height: auto;
}
.naslovna .sadrzaj h2 {
	font-size: 123%;
}
.naslovna .sadrzaj .info {
	margin: 0;
	height: auto;
	min-height: 70px;
}
.naslovna .sadrzaj .slika {
	position: relative;
	width: 100%;
	height: auto;
}
.naslovna .sadrzaj .slika img {
	position: relative;
	width: 100%;
}

.dugme {
	display: block;
	border: 2px solid white;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	transition: 0.1s;
	font-size: 20px;
}
.dugme:hover {
	background-color: #ffffff22;
}

.jezik {
    position: fixed;
    right: 8px;
    bottom: 8px;
    background-color: #111111;
    z-index: 100;
    box-shadow: 0px 0px 6px 3px black;
}
.jezik a {
    color: #fc6900;
    border-color: #fc6900;
}
.jezik a:hover {
    color: white;
    border-color: white;
    background-color: #ffffff22;
}



header {
	background-image: url(../images/header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fc6900;
	padding: 15px 30px;
	height: 36px;
}
header .logo {
	display: inline-flex;
	flex-direction: column;
	position: relative;
	top: -36px;
}
.logo h1 {
	font-size: 20px;
	margin: 0px;
}
a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.meni {
	display: block;
	float: right;
	margin-top: -15px;
}
.meni a {
    display: none;
}

.lista {
	display: block;
}
i {
	display: inline;
	margin-right: 5px;
}
.lista a {
    display: inline-block;
	text-decoration: none;
	color: #fc6900;
	background-color: transparent;
	font-size: 20px;
	padding: 22px 5px 21px 5px;
	cursor: pointer;
	margin: 0 -2.5px;
	transition: 0.1s;
	letter-spacing: 0px;
	border-left: 1px solid #fc6900;
	border-right: 1px solid #fc6900;
}
.lista a:hover {
	color: white;
	background-color: #ffffff22;
}

#fb-header-link {
	color: #007CF9;
	display: inline-block;
}
#fb-header-link:hover {
	color: white;
}
#fb-header-link2 {
	color: #007CF9;
	display: none;
}
#fb-header-link2:hover {
	color: white;
}

.pocetna {
	background-color: transparent;
	margin: 20px auto;
	width: 90%;
	max-width: 1333px;
	color: white;
	overflow: hidden;
}
.pocetna h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 10px black;
}
.levo {
	background-color: transparent;
	float: left;
	width: 74%;
}
.desno {
	background-color: transparent;
	float: right;
	width: 24%;
	margin-left: 2%;
	margin-top: 0px;
}
.desno .objekat {
	height: 600px;
}
.sadrzaj {
	padding: 16px;
	margin-bottom: 20px;
	background-color: #ffffff30;
	overflow: hidden;
}
.sadrzaj p {
	margin: 0px;
}
.sadrzaj2 {
	padding: 0 16px;
	margin-bottom: 20px;
	background-color: transparent;
	overflow: hidden;
}

.slika {
	width: 213px;
	height: 120px;
	display: inline-block;
	overflow: hidden;
	position: absolute;
}
.slika img{
	width: 213px;
}
.info {
	display: block;
	height: 120px;
	margin-left: 228px;
}

.videoInfo {
	display: flex;
	min-height: 120px;
	row-gap: 20px;
	column-gap: 20px;
	margin-left: 228px;
}
.videoTekst {
	flex-grow: 1;
	max-width: 500px;
}
.kategorija {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.klip {
	position: relative;
    width: 100%;
}
.videoWrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.videoWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.opis {
	display: block;
}



footer {
	background-image: url(../images/header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fc6900;
	padding: 15px 0;
	text-align: center;
}
footer h6 {
	margin: 0;
}



h4 {
	margin: 0;
	font-size: 18px;
	margin-bottom: 2px;
}
audio {
	width: 100%;
}
h3 {
    text-shadow: 2px 2px 2px black;
}



.kaseta {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.kaseta a {
	display: block;
	width: 49.5%;
	max-height: 450px;
}
.kaseta a img {
	width: 100%;
	height: 100%;
}
.kasetatekst {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.kasetatekst .listapesama {
	width: 49.5%;
	margin-top: 20px;
	font-weight: bold;
	font-size: 115%;
}

.manjiinfo {
    display: inline-grid;
    width: 49%;
    min-height: 167px;
}

.pesma {
	display: flex;
}
.pesma a {
	width: 25%;
	margin-bottom: 0;
	padding: 13px;
	margin-left: 10px;
}



.tabela {
	max-width: 100%;
	border-collapse: collapse;
	overflow: auto;
}

.tabela th, td {
	border: 1px solid white;
	padding: 5px;
}



.objekat {
    width: 100%;
}

#header {
	width: 100%;
	height: 66px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

#orao {
	display: block;
}
#footer {
	display: block;
	height: 370px;
}
#show {
    display: none;
}
#show2 {
    display: none;
}



@media only screen and (max-width: 1200px) {
	body {
		font-size: 90%;
	}
	.pocetna h2 {
		font-size: 140%;
	}
	


	.naslovna a {
		width: 49%;
	}
	.naslovna .sadrzaj .info {
		min-height: 70px;
	}

	.manjiinfo {
        display: inline-grid;
        width: 100%;
    }
	
	.meni a {
    	text-decoration: none;
    	color: #fc6900;
    	background-color: transparent;
    	font-size: 20px;
    	padding: 22px 5px 21px 5px;
    	display: inline-block;
    	border-left: 1px solid #fc6900;
    	border-right: 1px solid #fc6900;
    	cursor: pointer;
    	margin: 0 -2.5px;
    	letter-spacing: 2px;
    }
    .meni i {
    	display: inline;
    	margin-right: 5px;
    }
    .meni:hover .lista {
        display: block;
    }
	
	.lista {
    	display: none;
    	position: absolute;
    	right: 0;
    	width: 100%;
    	background-color: #111111;
    	border: 2px solid transparent;
    	border-top: 2px solid #fc6900;
    	padding: 0px;
    }
    .lista a {
        text-decoration: none;
    	color: #fc6900;
    	background-color: transparent;
    	padding: 5px;
    	display: block;
    	border: 2px solid transparent;
    	cursor: pointer;
    	margin: 0 -2.5px;
    	transition: 0.1s;
    	padding-left: 10px;
    	letter-spacing: 0;
    }

	.videoInfo {
		row-gap: 10px;
		column-gap: 10px;
	}
    
	#header:hover {
	    height: 327px;
	}
	
	#fb-header-link {
		display: none;
	}
	#fb-header-link2 {
		display: block;
	}
	
	h4 {
    	font-size: inherit;
    }
    
	

	.pesma {
		flex-direction: column;
	}
	.pesma a {
		width: auto;
		padding: 10px;
		margin-left: 0;
		margin-top: 12px;
	}
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 75%;
	}



	.naslovna {
		width: 100%;
	}
	.naslovna a {
		width: 100%;
	}
	.naslovna .sadrzaj {
		width: 95%;
		padding: 2.5%;
	}
	.naslovna .sadrzaj h2 {
		font-size: 150%;
		margin: 0;
	}
	.naslovna .sadrzaj .info {
		min-height: 0px;
	}
	#hide {
		display: none;
	}
	#show {
	    display: block;
	}
	#show2 {
	    display: inline;
	}


	
	.pocetna {
		width: 100%;
	}
	.pocetna h2 {
		font-size: 130%;
	}
	.levo {
		width: 100%;
	}
	.desno {
	    width: 100%;
	    margin: 0;
	}
	
	.slika {
		width: 100%;
		height: auto;
		display: inline-block;
		overflow: hidden;
		position: relative;
	}
	.slika img{
		max-width: 100%;
		width: 100%;
	}
	.info {
		display: block;
		height: auto;
		margin-left: 0px;
	}

	.videoInfo {
		margin-left: 0px;
	}
	.videoTekst {
		font-size: 120%;
	}
	.kategorija {
		font-size: 120%;
		row-gap: 5px;
	}

	.manjiinfo {
        display: block;
        width: 100%;
        min-height: 0px;
    }
	
	header {
		padding: 15px;
		height: 36px;
	}
	
	.logo h1 {
    	font-size: 16px;
    }
	
	#orao {
		display: none;
	}
	#footer {
    	display: block;
    }
}

@media only screen and (max-width: 480px) {
	.lista a {
		font-size: 16px;
	}

	#header:hover {
	    height: 294px;
	}

	.videoInfo {
		flex-direction: column;
		height: auto;
	}
}