@font-face {
    font-family: 'Didot LT Std';
    src: url('DidotLTStd-Headline.eot');
    src: url('DidotLTStd-Headline.eot?#iefix') format('embedded-opentype'),
        url('DidotLTStd-Headline.woff2') format('woff2'),
        url('DidotLTStd-Headline.woff') format('woff'),
        url('DidotLTStd-Headline.svg#DidotLTStd-Headline') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot LT Std';
    src: url('DidotLTStd-Italic.eot');
    src: url('DidotLTStd-Italic.eot?#iefix') format('embedded-opentype'),
        url('DidotLTStd-Italic.woff2') format('woff2'),
        url('DidotLTStd-Italic.woff') format('woff'),
        url('DidotLTStd-Italic.svg#DidotLTStd-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */
html {
  scroll-behavior: smooth;
}

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	html {
		box-sizing: border-box;
		font-size: 16px;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	html {
		overflow-x: hidden;
	}

	body {
		overflow-x: hidden;
	}

	body {
		background-color: #fff;
		color: #333;
	}

	body, input, select, textarea {
		color: #333;
		font-family: "Montserrat", Helvetica, sans-serif;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
	}

	a {
		text-decoration: none;
		color: #ebafaa;
	}

		a:hover {
			color: #ebafaa;
			text-decoration: underline;
		}

	strong, b {
		font-weight: 700;
		color: #333;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

	p:last-child {
		margin: 0 0 0 0;
	}

	h1, h2, h3, h4 {
		color: #333;
		font-family: 'Didot LT Std', serif;
		line-height: 1.1;
		margin: 0 0 1.5rem 0;
		font-weight: normal;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 3rem;
	}

	h1 .bigger {
		font-size: 3.5rem;
	}

	h2 {
		font-size: 2.5rem;
	}

	h2 .bigger {
		font-size: 3rem;
	}

	h3 {
		font-size: 1.75rem;
	}

	h3 + p {
		margin-top: -1rem;
	}

	.pink {
		color: #ebafaa;
	}
	.col-white {
		color: #fff;
	}
	.pink-bg {
		background-color: #ebafaa;
		color: #333;
	}
	.black-bg .wrapper {
		background-color: #000;
		color: #fff;
	}
  .black-bg .contact-info::before {border-color: #e6e6e6;}
  .black-bg h2,
  .black-bg h3,
  .black-bg .contact-info p {
    color: #ffffff;
  }
  .black-bg .prev,
  .black-bg .next {
    background-color: #4d4d4d;
    background-image: url(scroll-white.svg);
    border-radius: 50px;
    height: 88px;
  }
	.uppercase {
		text-transform: uppercase;
	}

	p.intro {
		font-family: 'Didot LT Std', serif;
		font-style: italic;
		font-size: 1.6rem;
		line-height: 1.3;
	}

	.wrapper {
		margin: 0 auto;
		max-width: 600px;
	}

	.container {
		position: relative;
		padding: 0 40px;
	}

	.header {
	    height: 110px;
	    position: relative;
	}

	.home .header {
		background-color: #ebafaa;
	}

	.lang-select {
		float: right;
		color: #ebafaa;
		font-weight: 700;
		font-size: 12.5px;
		cursor: pointer;
		position: relative;
		z-index: 102;
	}

	.home:not(.menu-open) .lang-select {
		color: #fff;
	}

	.lang-menu {
		background: #424242;
		padding: 50px 40px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		margin-top: 72px;
		max-width: 780px;
	}

	.lang-menu:after {
		content: "";
		position: absolute;
		right: 57px;
		width: 0;
		top: -10px;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #424242 transparent;
	}

	.lang-menu li {
		border-bottom: 1px solid #808080;
		padding: 10px 0;
		text-align: center;
		text-transform: uppercase;
		display: block;
		margin: 0 20px;
	}

	.lang-menu li:first-child {
		border-top: 1px solid #808080;
	}

	.lang-menu li a {
		display: block;
		letter-spacing: 0.075em;
	}

	.back-drop,
	.menu-drop {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: 0.5 ease-in-out 0s;
		transition: 0.5 ease-in-out 0s;
		overflow: hidden;
		display: none;
	}
	.back-drop--open {
		display: block;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background-color: rgba(0, 0, 0, 0.5);
	}

	.no-scroll {
		overflow: hidden;
	}

	.collapsed,
	.main-nav,
	.lang-menu {
		display: none;
	}

	.lang-select {
		line-height: 30px;
		margin: 40px 0;
		margin-right: 30px;
	}

	.hamburger {
		display: block;
		float: right;
		background-image: url("meni.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
		margin: 40px 0;
		cursor: pointer;
		position: relative;
		z-index: 102;
	}

	.home:not(.menu-open) .hamburger {
		background-image: url("meni-white.svg");
	}

	.back-button {
		display: block;
		float: left;
		height: 30px;
		width: 22px;
		margin: 40px 0;
		background-image: url("back.svg");
		background-repeat: no-repeat;
		background-position: center left;
		background-size: 10px;
		cursor: pointer;
		position: relative;
		z-index: 102;
	}

	.home:not(.menu-open) .back-button {
		background-image: url("back-white.svg");
	}

	.open {
		display: block;
	}

	.main-nav {
	    position: fixed;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    padding: 40px 30px;
			padding-top: 100px;
	    z-index: 101;
	    background-color: #fff;
			height: 100vh;
			overflow-y: scroll;
			max-width: 600px;
	}

	.main-nav:after {
	    content: "";
	    position: absolute;
	    right: 45px;
	    width: 0;
	    top: -10px;
	    height: 0;
	    border-style: solid;
	    border-width: 0 10px 10px 10px;
	    border-color: transparent transparent #ffffff transparent;
	}

	.main-nav li {
			padding: 10px 0;
			border-bottom: 1px solid rgba(51, 51, 51, 0.3);
			position: relative;
	}

	.main-nav li:first-child {
		border-top: 1px solid rgba(51, 51, 51, 0.3);
	}

	.main-nav > ul > li > ul.open {
	    border-top: 1px solid rgba(51, 51, 51, 0.3);
	}

	a.main-nav-item__link.open {
	    padding-bottom: 10px;
	}

	.main-nav li a {
		display: block;
		color: #333;
		font-size: 16px;
	}

	.main-nav li ul li:first-child {
		border-top: none;
	}

	.main-nav li ul li:last-child {
	    border-bottom: none;
			padding-bottom: 0;
	}

	.main-nav ul ul ul li {
	    border: none;
			margin: 0;
			padding:  5px 0;
	}

	.main-nav ul ul ul li:first-child {
	    padding-top: 10px;
	}

	.main-nav > ul > li > ul > li {
	    margin: 0;
	    padding: 10px 20px;
	}

	.main-nav ul ul ul li a {
	    font-size: 14px;
	}

	.main-nav li > ul {
		display: none;
	}
	.main-nav li > ul.open {
		display: block;
	}

	.main-nav-caret {
		background-image: url(back-dark.svg);
		background-size: 10px;
		background-repeat: no-repeat;
		background-color: transparent;
		background-position: center 20px;
		display: block;
		float: right;
		width: 40px;
		height: 45px;
		position: absolute;
    top: 0;
    right: 0;
		transform: rotate(-90deg);
	}

	.main-nav-caret.close {
		background-image: url(close_x.svg);
		background-size: 18px;
		background-repeat: no-repeat;
		background-color: transparent;
		background-position: center 20px;
		display: block;
		float: right;
		width: 40px;
		height: 45px;
		position: absolute;
    top: 0;
    right: 0;
	}

	section {
		padding: 40px 0;
	}

	section:first-of-type {
		padding-top: 0;
	}

		section.intro {
			background-color: #ebafaa;
			color: #3a2037;
		}

		.title {
			text-indent: -9000px;
			color: #ffffff;
			background-image: url(naslov_glavni_bijeli.svg);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: 0 0;
			position: relative;
			overflow: hidden;
			height: 150px;
		}

		.intro p {
			font-size: 1.75rem;
    line-height: 1.25;
    margin-left: 50px;
		}

		.scroll {
			background-image: url(scroll-white.svg);
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center;
	    display: block;
	    border: 0;
	    padding: 0;
	    margin: 40px auto 0;
	    height: 88px;
	    width: 60px;
	    outline: none;
	    background-color: rgba(0,0,0,0.1);
	    border-radius: 100px;
		}

		.winemaker-content {
			padding: 20px;
			padding-left: 65px;
			padding-top: 10px;
		}
		.winemaker-content.collapse {
			background-color: #32102a;
		}

		.winemaker-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: #e58825;
			font-size: 1.375rem;
			border-top: 1px solid rgba(221, 217, 203, 0.5);
			font-family: "Montserrat", Helvetica, sans-serif;
		}

		.winemaker-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;
		}

		.winemaker-title button[aria-expanded="true"]::after {
			background-image: url(close_x.svg);
			background-size: 20px;
		}

		.winemaker-title button[aria-expanded="true"] {
			background-color: #32102a;
			border-color: #32102a!important;
			color: #333;
		}

		.nine .winemaker-title button {
			border-bottom: 1px solid rgba(221, 217, 203, 0.5);
		}

		.third {
			background-color: #1e1e1e;
			color: #ffffff;
			padding: 0;
		}

		.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;
		}

.first-image {
	margin-bottom: 40px;
}
.pos-rel {
	position: relative;
}
.pos-abs {
	position: absolute;
	z-index: 1;
}
.pos-bottom {
	bottom: 0;
}
.padd-40 h2 {
	padding: 40px;
	margin: 0;
	font-size: 3.5rem;
}
.third .container.pos-abs {
    bottom: 20px;
}
.third h2 {
	color: #ebafaa;
}
.third h2 .bigger {
	font-size: 5rem;
}

.col-white {
	color: #fff;
}

.second {
	background-color: #ebafaa;
	color: #333;
	padding-top: 0;
}

.map-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	margin: auto;
	/*max-width: 375px;*/
}

.map-places {
	position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: -5px;
}

	.map-wrapper > a {
		background-color: transparent;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		display: block;
		height: 40px;
		width: 40px;
		cursor: pointer;
		z-index: 10;
		border: none;
	}

	.first-winemaker {
		top: 10px;
		left: 144px;
	}

	.second-winemaker {
		left: 126px;
		top: 49px;
	}

	.third-winemaker {
		left: 170px;
		top: 46px;
	}
	.
	.fourth-winemaker {
		left: 13px;
		top: 62px;
	}

	.fifth-winemaker {
		left: 146px;
		top: 89px;
	}

	.sixth-winemaker {
		left: 191px;
		top: 87px;
	}
	.seventh-winemaker {
		left: 188px;
		top: 131px;
	}
	.eight-winemaker {
		top: 200px;
		right: 9px;
	}
	.nineth-winemaker {
		left: 159px;
		bottom: 21px;
	}

.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_new-04.svg);
  line-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  color: #e58825;
  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;
    width: auto;
    max-width: 100%;
    height: auto;
		display: block;
		margin: 0;
}

footer {
	position: relative;
	background-color: #ebafaa;
}

	footer img {
		margin-bottom: -5px;
	}

	.copyright {
		padding: 20px 40px;
		font-size: 12px;
		margin: 0;
		color: #333;
		/*position: absolute;
		bottom: 7px;*/
	}

	.winemaker .slideshow-container img {
	    height: 700px;
	    max-height: none;
	}

	.winemaker .mySlides h3 {
	    text-align: left;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    top: 50px;
	}

	.winemaker .mySlides h3::before {
	    display: none;
	}

	.winemaker .prev, .winemaker .next {
	    top: 290px;
	}

	.contact-info {
		margin-top: 20px;
	    text-align: center;
	    color: #ebafaa;
	    padding-top: 20px;
	}
	.contact-info::before {content: "";border-top: 1px solid #333;max-width: 60%;margin: auto;display: block;position: relative;top: -20px;}

	.contact-info p {
		font-size: 13px;
		color: #888;
		padding: 0 20px;
		line-height: 1.75;
	}

	.contact-info .tel {
		background-image: url(telefon.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 60px;
		height: 40px;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.contact-info .email {
		background-image: url(mail.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 60px;
		height: 40px;
		display: inline-block;
		margin-bottom: 10px;
	}
	.text p {
		margin-bottom: 1rem;
	}


@media screen and (min-width: 768px) {
	body {
	    background-color: #392036;
	}
	.wrapper {
	    background-color: #fff;
	}
	.map-wrapper {
		max-width: 600px;
	}

	.map-wrapper > a {
		height: 60px;
		width: 60px;
	}

	.first-winemaker {
		top: 14px;
		left: 230px;
	}
	.second-winemaker {
		left: 200px;
		top: 77px;
	}
	.third-winemaker {
		left: 273.5px;
		top: 72.5px;
	}
	.fourth-winemaker {
		left: 16px;
		top: 99px;
	}
	.fifth-winemaker {
		left: 233px;
		top: 143px;
	}
	.sixth-winemaker {
		left: 306px;
		top: 138px;
	}
	.seventh-winemaker {
		left: 303px;
		top: 211px;
	}
	.eight-winemaker {
		top: 323px;
		right: 10px;
	}
	.nineth-winemaker {
		left: 254.5px;
		bottom: 24px;
	}

  .winemaker .mySlides h3 {
    font-size: 2.4rem;
  }

  .winemaker .prev, .winemaker .next {
    top: 500px;
  }

}
.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;
}

.prev,
.next {
		background-image: url(scroll.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 88px;
    position: absolute;
    display: block;
    top: 40px;
		cursor: pointer;
}

.prev:hover,
.next:hover {
		background-image: url(scroll-hover.svg);
}

.prev {
    transform: rotate(90deg);
    left: 0;
}
.next {
    transform: rotate(-90deg);
    right: 0;
}

.numbertext {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 7rem;
    line-height: 0.8;
    font-family: 'Didot LT Std', serif;
}

.mySlides h3 {
	margin-top: 20px;
	position: relative;
	text-align: center;
	padding: 30px 40px 0 40px;
}

.mySlides h3::before {
	transform: translate(-50%, 0px);
	border-top: 1px solid #333;
	content: "";
	display: block;
	width: 40%;
	position: absolute;
	top: 0px;
	left: 50%;
	max-width: 225px;
}

.slideshow-container img {
    margin: 30px auto;
    display: block;
		max-height: 200px;
}

.mySlides {
	display: none;
}

.mySlides.active {
	display: block;
}

@media screen and (max-width: 767px) {

	html, body {
		min-width: 320px;
	}

	html {
		font-size: 14px;
	}

	.header {
		height: auto;
		overflow: hidden;
	}

	.main-nav {
		padding: 0 20px;
		padding-top: 70px;
	}

	h1 {
		font-size: 2.25rem;
	}

	h1 .bigger {
		font-size: 3rem;
	}

	section {
		padding:  20px 0;
	}

	.container,
	.mySlides h3,
	.copyright {
		padding-left: 20px;
		padding-right: 20px;
	}

	.padd-40 h2 {
		padding: 20px;
	}

	.hamburger,
	.back-button,
	.lang-select {
		margin-top:  20px;
		margin-bottom:  20px;
	}

	.home section.intro {
	    height: calc(100vh - 70px);
			position: relative;
			padding-top: 100px;
	}

	.home .scroll {
		position: absolute;
		bottom: 40px;
		left: 50%;
    transform: translate(-50%, 0px);
	}

	.home .title {
	}

	.winemaker .slideshow-container img {
	    height: 400px;
	}

}
