html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

/* Basic */
html {
  scroll-behavior: smooth;
}

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	html {
		overflow-x: hidden;
	}

	body {
		overflow-x: hidden;
	}

/* Typography */

	html {
		font-size: 18pt;
	}

		@media screen and (max-width: 1920px) {

			html {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1200px) {

			html {
				font-size: 14pt;
			}

		}

		@media screen and (max-width: 767px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 480px) {

			html {
				font-size: 11pt;
			}

		}

	body, input, select, textarea {
		color: #000;
		font-family: "Montserrat", Helvetica, sans-serif;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.4;
	}

	a {
		text-decoration: none;
		color: #ebafaa;
	}

		a:hover {
			color: #b59540;
			text-decoration: underline;
		}

	strong, b {
		font-weight: 700;
		color: #ebafaa;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.25rem 0;
	}

	h1, h2, h3, h4 {
		color: inherit;
		font-family: "Montserrat", Helvetica, sans-serif;
		font-weight: 500;
		/*letter-spacing: 0.05em;*/
		line-height: 1.75;
		margin: 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2.8rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1rem;
	}

	.accent-color {
		font-weight: 700;
		font-size: 16px;
	}

	p.accent-color, p.intro-txt {
		font-size: 1.375rem;
	}

	.wrapper {
		margin: 0 auto;
		max-width: 600px;
	}

	.container {
		position: relative;
		padding: 0 20px;
	}

	section {
		padding: 40px 0;
	}

		.intro {
			background-color: #fff;
			color: #b59540;
			padding: 0;
			position: relative;
			overflow: hidden;
		}

		.intro .container {
			position: absolute;
			top: 40px;
			right: 0;
			text-align: right;
		}

		.title {
			color: #000;
			line-height: 1;
			font-weight: 500;
			font-size: 2.25rem;
		}

		.title strong {
			font-weight: 700;
			color: #000;
			font-size: 1.25em;
    		line-height: 1.5;
		}

		.intro p {
			font-weight: 500;
			font-size: 1.375rem;
			line-height: 1.25;
		}

		section.second {
			color: #fff;
			position: relative;
			padding: 0;
		}

		.second .container {
			position: absolute;
			top: 0;
			padding-top: 80px;
			height: 100%;
			padding-bottom: 80px;
		}

		.second h2 {
			position: absolute;
			bottom: 80px;
			line-height: 1;
		}

		.collapse-content {
			padding: 20px;
			padding-left: 65px;
			padding-top: 10px;
		}
		.collapse-content.collapse {
			background-color: #e6e6e6;
		}

		.collapse-content p {
			line-height: normal;
			margin-bottom: 1.5rem;
		}

		.collapse-content .small {
			font-size: 13px;
			line-height: 1.4;
			margin-top: -0.75rem;
		}

		.collapse-title button {
			background: none;
			padding: 10px 20px;
			border: none;
			margin: 0;
			font-size: inherit;
			color: inherit;
			background-size: 32px;
			background-repeat: no-repeat;
			background-position: 15px center;
			padding-left: 65px;
			line-height: 32px;
			position: relative;
			display: block;
			width: 100%;
			text-align: left;
			color: #b59540;
			font-size: 1.375rem;
			border-top: 1px solid rgba(221, 217, 203, 0.5);
			font-family: "Montserrat", Helvetica, sans-serif;
			font-weight: 500;
		}

		.collapse-title button::after {
			position: absolute;
			content: "";
			background-image: url(strelica.svg);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			width: 24px;
			height: 32px;
			right: 15px;
		}

		.collapse-title button[aria-expanded="true"]::after {
			background-image: url(close_x.svg);
			background-size: 20px;
		}

		.collapse-title button[aria-expanded="true"] {
			background-color: #e6e6e6;
			border-color: #e6e6e6!important;
			color: #000;
		}

		.one .collapse-title button {background-image: url(P_light.svg);}
		.two .collapse-title button {background-image: url(s_light.svg);}
		.three .collapse-title button {background-image: url(n_light.svg);border-bottom: 1px solid rgba(221, 217, 203, 0.5);}

		.logos {
			margin-top: 30px;
			display: flex;
			align-items: center;
  		justify-content: center;
		}

		.logos .fb,
		.logos .instagram {
			height: 80px;
			width: 80px;
			margin: 0 5px;
			background-size: 50px;
		}

		.one .collapse-title button[aria-expanded="true"] {background-image: url(p_dark.svg);}
		.two .collapse-title button[aria-expanded="true"] {background-image: url(s_dark.svg);}
		.three .collapse-title button[aria-expanded="true"] {background-image: url(n_dark.svg);}

		.fourth p {
			margin-bottom: 2.5em;
		}

		.main-performer {
			font-size: 1.5rem;
			font-weight: 700;
			line-height: 1.1;
		}

.third .btn {
	text-align: center;
	padding: 18px 40px;
	width: 100%;
	border: none;
	background-color: #000;
	color: #b59540;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	margin-top: 30px;
	display: block;
}

.third .btn:hover {
	text-decoration: underline;
}

.third .btn-accent {
	background-color: #b59540;
	color: #fff;
	margin-top: 45px;
}

.icons {
    overflow: hidden;
}

.gallery {
	background-repeat: no-repeat;
    background-size: 40px;
    background-position: right center;
    background-image: url(galerija_slika.svg);
    color: #3a2037;
    padding-right: 50px;
    max-width: 120px;
    text-align: right;
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 20px;
}

.gmap,
.fb,
.instagram {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 15px;
	float: left;
}
.fb {
	background-image: url(facebook_footer-01.svg);
}
.instagram {
	background-image: url(instagram_footer-01.svg);
}
.gmap {
	background-image: url(google_maps.svg);
  line-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000!important;
  padding-left: 55px;
  background-size: 40px;
  width: auto;
  background-position: 0 0;
}

.tzgj, .jastrebarsko {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100px;
  width: 100px;
  margin: 0 10px;
}

.tzgj {
	background-image: url(tzgj_logo.svg);
}
.jastrebarsko {
	background-image: url(grad_jastrebarsko.svg);
}

.collapse:not(.show) {
  display: none;
}
.show {
	display: block;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
		display: block;
}

footer {
	position: relative;
	padding-top: 20px;
}

	footer p {
		font-size: 14px;
		margin-bottom: 60px;
	}

	.copyright {
		padding: 3px 20px;
		font-size: 13px;
		margin: 0;
		color: #000;
		position: absolute;
		right: 0;
		bottom: 15%;
		width: 100%;
		text-align: center;
		font-weight: 700;
	}

p.spacer {
	margin: 0!important;
	line-height: normal;
}

@media screen and (min-width: 768px) {
	body {
	    background-color: #333;
	}
	.wrapper {
	    background-color: #fff;
	}
	.map-wrapper {
		max-width: 600px;
	}
	.container {
		padding: 0 40px;
	}
	.copyright {
		padding: 20px;
	}
}
@media screen and (max-width: 480px) {
	.intro .container {
		top: 30px;
	}
	.title {
		font-size: 1.375rem;
	}
	.title strong {
		font-size: 1em;
	}
	.second .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.second h2 {
		bottom: 40px;
	}
	p.accent-color, p.intro-txt {
		line-height: normal;
	}
	.container p {
		margin-bottom: 1rem;
	}
	.footer .container {
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 380px) {
	.intro .container {
		top: 20px;
	}
	.second .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.second h2 {
		bottom: 40px;
	}
}
.pswp__bg {
	background-color: #392036!important;
}
.pswp__counter {
    font-size: 1.375em;
	padding: 10px 20px!important;
}

.pswp__top-bar {
    opacity: 1!important;
    background-color: transparent!important;
}

button.pswp__button.pswp__button--close {
	background-image: url(close_x.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	top: 10px!important;
	right: 15px!important;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 440px;
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
    margin-left: 30px;
	color: #fff;
}
#gdpr-cookie-message h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px 0;
	padding:0;
	text-align: left;
	font-style: normal;
}
#gdpr-cookie-message h5 {
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
	padding:0;
	font-weight: 700;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
	padding: 5px 0;
	color: #fff;
}
#gdpr-cookie-message a {
	color:#fff;
    text-decoration: none;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    color: #000;
    font-size: 12px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
	margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    background: white;
}
#gdpr-cookie-message button:hover {
    background: #ccc;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    margin-top: 2px;
    margin-right: 5px;
	float: left;
	display: block;
}

#gdpr-cookie-message label  {
	color: #fff;
	height: 20px;
	line-height: 20px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	box-shadow: none;
	text-transform: none;
	float: left;
	font-size: 12px;
}

#gdpr-cookie-message input[type="checkbox"] 	{ display:none; line-height:20px; }
#gdpr-cookie-message input[type="checkbox"] + label  				{ margin:0; height:20px; position: relative; overflow: hidden; padding-left: 25px;}
#gdpr-cookie-message input[type="checkbox"] + label:before  			{  content: ""; position: absolute; left: 0; background-repeat: no-repeat; background-position: center; background-size: 20px; display:inline-block; line-height:20px; width:20px; height: 20px; float: left;}
#gdpr-cookie-message input[type="checkbox"] + label:before 			{ background-image: url(square-o.svg); }
#gdpr-cookie-message input[type="checkbox"]:checked + label:before 	{ background-image: url(check-square-o.svg); }

#gdpr-cookie-message input[type='checkbox'] + label { margin-left:0; float: left; width: auto; }

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
	.second-image {
	  height: 570px;
	  object-fit: cover;
	}
  }