@font-face {
	font-family: Comfortaa;
	src: url("../fonts/Comfortaa-Regular.ttf");
}

@font-face {
	font-family: WorkSans;
	src: url("../fonts/WorkSans-Regular.ttf");
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: WorkSans, sans-serif;
	font-size: 14px;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background-color: #eee;
}

::-webkit-scrollbar-thumb {
	border: 1px solid #eee;
	background-color: #aaa;
}

.header {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.4),rgba(0,0,0,0.8));
	position: relative;
	border-bottom: 3px solid rgb(252,220,59);
	box-shadow: 0px 1px #000;  
}

#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: url("../images/im1.jpg");
	background-position: 100% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*#slideshow img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 50%;
}*/


/*.slideshowitem {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}*/

/*.slideshowitem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/


/*#slideone {
	background: url("../images/im1.jpg") center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#slidetwo {
	background: url("../images/im2.jpg") center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#slidethree {
	background: url("../images/im3.jpg") center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#slidefour {
	background: url("../images/im4.jpg") center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#slidefive {
	background: url("../images/im5.jpg") center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#slidesix {
	background: url("../images/im6.jpg") center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}*/


.wrapper {
	display: flex;
	flex: 0 1 auto;
	align-items: center;
	width: 100%;
}

.entry {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.armour {
	flex: 1 1 auto;
	font-family: Comfortaa;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.immG {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
	padding: 10px 20px;
	font-size: 18px;
	color: 	#bbb;
	border: 1px solid #bbb;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.4);
	cursor: pointer;
	transition: 0.5s;
}

.immG:hover {
	background-color: rgba(0,0,0,0.7);
}

.sctitle {
	/*flex: 1 1 auto;*/
	font-size: 24px;
	/*font-family: Comfortaa;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
}

.sctitle div:nth-child(2) {
	padding: 15px 0px;
}

.sctitle div:nth-child(3) {
	display: flex;
	justify-content: flex-end;
}

.ldown {
	width: 75%;
	border-bottom: 1px solid #fff;
	padding: 10px 0px;
}

.rdown {
	width: 75%;
	border-top: 1px solid #fff;
	text-align: right;
	padding: 10px 0px;
}

/*

.animate {
  transition: transform 0.3s ease-out;
}

.slider-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 99;
	display: none;
}

.closemodal2 {
	position: absolute;
	top: 3%;
	right: 3%;
	color: #eee;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	z-index: 100;
	font-size: 50px;
	font-weight: bold;
	transition: 0.5s;
}

.closemodal2:hover {
	color: #aaa;
	cursor: pointer
}

.slider {
  width: 70vw;
  height: 50vh;
  overflow: hidden;
  animation-name: zoom2;
  animation-duration: 1s;
  z-index: 100;
  background-color: red;
}

@keyframes zoom2 {
	from {transform: scale(0)}
	to {transform: scale(1)}
}

.ms-touch.slider {
  overflow-x: scroll;
  overflow-y: hidden;
  
  -ms-overflow-style: none;

  
  -ms-scroll-chaining: none;

  
  -ms-scroll-snap-type: mandatory;

  
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);

}

.holder {
  max-width: 300%;
  max-height: 100vh;
  overflow-y: hidden;
}

.slide-wrapper {
  max-width: 33.333%;
  max-height: 100vh;
  float: left;
  position: relative;
  overflow: hidden;
}

.slide {
  max-height: 100vh;
  position: relative;
}

.temp {
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 100px;
  bottom: 15px;
  left: 15px;
  font-weight: 100;
}

.slide img {
  position: absolute;
  z-index: 0;
  transform: translatex(-100px);
}

.slide:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(transparent, black);
}


 */

.arrowdown {
	flex: 0 1 auto;
	text-align: center;
}

.arrowdown a {
	text-decoration: none;
}

.arrowdown div:first-child {
	font-family: Comfortaa;
	font-size: 20px;
	color: #fff;
}

@keyframes revealdown {
	from {transform: scale(0)}
	to {transform: scale(1)}
}

.arrowdown i {
	font-size: 50px;
	color: #fff;
	animation-name: revealdown;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.logo {
	flex: 0 1 auto;
	display: flex;
	align-items: center;
	font-family: Comfortaa;
	font-size: 25px;
	color: #fff;
	padding: 0px 30px;
}

.logo > div {
	flex: 1 0 auto;
	margin: 0;
	padding: 0;
}

.wrapper > a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#logoim {
	max-width: 100px;
	height: auto;
	opacity: 1;
}

#logoim img {
	width: 100%;
	height: auto;
	opacity: 1;
}

.navcontent {
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-end;
}

.navbar {
	flex: 0 1 auto;
	margin-right: 5%;
	display: flex;
	align-items: center;
}

.navbar a {
	text-decoration: none;
}

.navbar > a, .navbar > div {
	display: inline-block;
	line-height: 2;
	margin: 0px 0px;
}

.navbar > div > a {
	display: block;
}

.navbar > a, .navbar > div > a {
	padding: 10px 20px 5px 10px;
	font-size: 14px;
}

.navbar a {
	color: #fff;
}

#openside {
	position: fixed;
	top: 10px;
	right: 15px;
	z-index: 1;
	color: #eee;
	font-size: 30px;
	cursor: pointer;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	transition: 0.5s;
}

#openside:hover {
	color: #aaa;
}

.dropdown-content {
	font-size: 14px;
	transform: scaleY(0);
	position: absolute;
	z-index: 1;
	background-color: rgba(0,0,0,0.7);
	transition: 0.3s;
	transform-origin: 0% 20%;
}

.dropdown-content a {
	display: block;
	padding: 5px 40px 0px 10px;
}

.dropdown-content a:not(:last-child) {
	border-bottom: 1px solid rgba(238,238,238,0.3);
}

.dropdown:hover .dropdown-content {
	transform: scaleY(1);
}

.dropdown:hover > a, .navbar > a:hover {
	background-color: rgba(0,0,0,0.7);
	border-bottom: 1px solid rgb(252,220,59);
}

.dropdown-content > a:hover {
	background-color: #000;
	color: rgb(252,220,59);
}

.news {
	display: flex;
	width: 100%;
	justify-content: center;
	padding-bottom: 2%;
	margin-top: 2%;

}

.newscontent {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
}

.newsbox {
	flex: 33.33%;
	max-width: 29.33%;
	margin: 2% 2%;
	box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.25), 0px 2px 5px 0 rgba(0, 0, 0, 0.24);
	transition: 0.3s;
}

.newsbox a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.newsbox ul {
	list-style-type: circle;
}

.boxcontent {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nbtwo {
	background-color: rgba(0,0,0,0.7);
}

.bcone, .bctwo {
	width: 100%;
	padding: 10%;
	display: flex;
	flex-direction: column;
}

.headline {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	font-weight: bold;
	margin-bottom: 5%;
}

.bcone .headline {
	box-shadow: 0px 8px 8px -6px #4682B4;
	color: #800000;
}

.bctwo .headline {
	box-shadow: 0px 8px 8px -6px rgb(252,220,59);
}

.bcone > div {
	color: #000;
}

.bctwo > div {
	color: #fff;
}

.headline > div {
	padding: 5px 0px;
	text-align: center;
}

.boxtxt {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.boxtxt > p {
	text-align: center;
}

.newsbox:hover {
	box-shadow: 0px 5px 20px 0 rgba(0,0,0,0.35), 0px 20px 40px 0 rgba(0, 0, 0, 0.25);
}

#newsboxone {
	background: url("../images/letakotvoreno.jpg") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsboxtwo {
	background: url("../images/enes.jpg") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsboxthree {
	background: url("../images/svezanasudjecu.jpg") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsboxfour {
	background: url("../images/nocknjige.jpg") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsboxfive {
	background: url("../images/esplan.jpg") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsboxsix {
	background: url("../images/pozivnica.jpg") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsboxseven {
	background: url("../images/np1.jpg") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsboxeight {
	background: url("../images/gt.jpg") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsboxnine {
	background: url("../images/delflogo.jpg") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsboxten {
	background: url("../images/IMG_20191111_162057_800.jpg") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsboxeleven {
	background: url("../images/IMG_20201118.png") center;
	background-repeat: no-repeat;
	background-size: cover;
}

#sidenav {
	height: 100vh;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	overflow-x: hidden;
	padding-top: 120px;
	transition: 0.5s;
}

#sidenav a {
	text-decoration: none;
	color: #fff;
	display: block;
}

#sidenav a:hover {
	color: #aaa;
}

#sidenav > a > p {
	margin: 0;
	padding: 0;
	display: inline;
	padding: 0px 30px 5px 0px;
}

#sidenav .blink {
	padding: 10px 10px 10px 30px;
	font-size: 14px;
}

/*#sidenav > a:first-child {
	padding: 10px 10px 10px 10px;
}*/

#sidenav > div > a {
	padding: 10px 10px 10px 30px;
}

#sidenav .closebutton {
	position: absolute;
	top: 10px;
	right: 20px;
	padding: 10px 10px 10px 10px;
	font-size: 40px;
	font-weight: bold;
	margin-left: 10px;
}

#sidenav .closebutton:hover {
	color: #aaa;
}

.sidelogo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: auto;
	display: flex;
	align-items: center;
}

.sideim {
	max-width: 80px;
}

.sideim img {
	width: 100%;
	height: auto;
}

.dropdown-side {
	transform: scaleX(0);
	transform-origin: 0% 0%;
	height: 0px;
	padding-left: 20px;
	font-size: 14px;
	transition: 0.5s;
}

.fa-angle-down {
	float: right;
	padding-right: 30px;
}

.footer {
	display: flex;
	flex-direction: row;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	border-top: 3px solid rgb(252,220,59);
	margin-top: 2%;
	box-shadow: 0px -1px #000;
	position: relative;
}

#footerimage {
	background: url("../images/im7.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.footer > div:not(:first-child) {
	max-width: 50%;
	flex: 1 0 auto;
}

#firstbox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#secondbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#footerlogo {
	max-width: 300px;
}

#footerlogo > img {
	width: 100%;
}

#footertext {
	color: #fff;
	margin: 20px;
}

#footertext > #footerheadline {
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(252,220,59);
}

.contactinfo a {
	text-decoration: none;
	color: #fff;
}

.contactinfo a:hover {
	color: #aaa;
}

.flike {
	padding: 20px 50px 0px 20px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flike > iframe {
	width: 150px;
	height: 30px;
}

.restab {
	overflow-x:auto;
	margin: 30px 0px;
}

.restab table {
	border-collapse: collapse;
	width: 100%;
}

.restab th, .restab td {
	padding: 5px;
	border-right: 1px solid #ddd;
}

.restab th:first-child, .restab td:first-child {
	border-left: 1px solid #ddd;
}

.restab tr {
	border-bottom: 1px solid #ddd;
}

.restab tr:first-child {
	border-top: 1px solid #ddd;
}

.npp tr td:not(:first-child) {
	text-align: center;
}

.secondcolor tr:nth-child(even){
	background-color: #f2f2f2;
}

.mailinfo {
	text-decoration: none;
	color: #4682B4;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

.mailinfo:hover {
	color: #2B3856;
}

.mailinfotwo {
	text-decoration: none;
	color: #B0C4DE;
}

.mailinfotwo:hover {
	color: #87AFC7;
}

.accordion {
	display: flex;
	background-color: #E5E4E2;
	color: #444444;
	cursor: pointer;
	padding: 20px;
	width: 100%;
	text-align: left;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	outline: none;
	transition: 0.5s;
}

.newsacc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000000;
	cursor: pointer;
	padding: 2%;
	width: 100%;
	transition: 0.5s;
}

.accordion .acctext {
	flex: 1 1 auto;
}

.newsacc .newsacctxt {
	flex: 1 1 auto;
	text-align: center;
}

.newsacc div:first-child {
	font-size: 20px;
	color: #000;
}

.newsacc div:nth-child(2) {
	text-align: center;
}

.newsacc i {
	font-size: 40px;
	color: #000;
	animation-name: revealdown;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.accordion .accsign {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.accordion .accsign::after {
	content: "\002B";
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	float: right;
	margin-left: 20px;
}

.active, .accordion:hover {
	background-color: #BCC6CC;
}

.activenews {
	visibility: hidden;
}

.panel {
	padding: 0 20px 0 0;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.newspanel {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	transform: scaleY(0);
	max-height: 0;
	transform-origin: 50% 0%;
	transition: 0.5s ease-out;
}

.nsnews {
	transform: translateY(-100%);
	transition: transform 0.5s ease-out;
}

.active .accsign::after {
	content: "\2212";
}


@media screen and (min-width: 992px) {
	#openside {
		display: none;
	}

}

@media screen and (min-width: 600px) {
	.newsbox:hover {
		transform: scale(1.1,1.1);
	}
}


@media screen and (max-width: 992px) {
	
	#loader {
		width: 10vw;
		height: 10vw;
	}
	
	.navbar > a, .navbar > div {
		display: none;
	}
	
	.logo {
		font-size: 20px;
	}
	
	#logoim {
		max-width: 80px;
	}
	
	.sctitle {
		font-size: 20px;
	}
	
	.immG {
		font-size: 16px;
	}
	
	.arrowdown div:first-child {
		font-size: 18px;
	}
	
	.newscontent {
		width: 90%;
	}
	
	.newsbox {
		flex: 44%;
		max-width: 44%;
		margin: 3% 3%;
	}
	
}

@media screen and (max-width: 600px) {
	
	#loader {
		width: 20vw;
		height: 20vw;
	}
	
	.logo {
		font-size: 16px;
		padding: 0px 10px;
	}
	
	#logoim {
		max-width: 60px;
	}
	
	.sctitle {
		font-size: 16px;
	}
	
	.immG {
		font-size: 14px;
	}
	
	.arrowdown div:first-child {
		font-size: 16px;
	}
	
	.arrowdown i {
		font-size: 40px;
	}
	
	.newscontent {
		width: 100%;
	}
	
	.newsbox {
		flex: 90%;
		max-width: 90%;
		margin: 2% 5%;
		box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.25), 0px 2px 5px 0 rgba(0, 0, 0, 0.24);
	}
	
	.newsbox:hover {
		box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.25), 0px 10px 15px 0 rgba(0, 0, 0, 0.24);
	}
	
	#openside {
		font-size: 30px;
	}
	
	#footertext > #footerheadline {
		text-align: center;
		font-size: 16px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgb(252,220,59);
	}
	
	.contactinfo {
		font-size: 12px;
		width: 90%;
		margin: auto;
	}
	
	.newsacc div:first-child {
		font-size: 16px;
		color: #000;
	}
	
	.newsacc i {
		font-size: 30px;
		color: #000;
	}
	
	

}

@media screen and (max-width: 600px) and (orientation: portrait) {
	.logo {
		padding: 0px 10px;
	}
	
	.papertitle {
		top: 40%;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0;
		background-image: none;
	}
	
	.footer {
		flex-direction: column;
	}
	
	.footer > div:not(:first-child) {
		max-width: 100%;
		flex: 1 0 auto;
	}
	
	#firstbox, #secondbox {
		justify-content: center;
		align-items: center;
	}
	
	#footerlogo {
		max-width: 100px;
	}
	
	#footertext {
		margin-top: 0;
	}
	
	#footerimage {
		background: url("../images/im8.jpg");
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	
	.flike {
		padding: 20px 5px 0px 20px;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
}
