@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
     font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
    transition: opacity 5s;
}
@keyframes fadeInAnimation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
}
h1 {
	font-size: 40px;
	line-height: 48px;
}
h2 {
	font-size: 32px;
	line-height: 40px;
}
h3 {
	font-size: 24px;
	line-height: 32px;
}
h4 {
	font-size: 22px;
	line-height: 30px;
}
h5 {
	font-size: 20px;
	line-height: 28px;
}
h6 {
	font-size: 20px;
	line-height: 26px;
}
p,li {
	 font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000;
}
a {
    transition: all 0.6s ease !important;
    text-decoration: underline;
    color: #6C8709;
    font-weight: 600;
}
a:hover {
    color: #666;
}
ul {
	list-style-position: inside;
}
ol, ul {
	padding-left: 0.3rem;
}
.background-white {
	background-color: #fff;
}
.background-black {
	background-color: #000;
}
.color-white,
.color-white p {
	color: #fff !important;
}
.color-green {
	color: #6C8709 !important;
}
.m-w-1000 .container {
	max-width: 1000px;
}
.m-w-750 .container {
	max-width: 750px;
}
.mt-5rem {
	margin-top: 5rem;
}
.mb-5rem {
	margin-bottom: 5rem;
}
.mt-2rem {
	margin-top: 2rem;
}
.mb-2rem {
	margin-bottom: 2rem;
}
.mt-1rem {
	margin-top: 1rem;
}
.mb-1rem {
	margin-bottom: 1rem;
}
.pt-5rem {
	padding-top: 5rem;
}
.pb-5rem {
	padding-bottom: 5rem;
}
.pt-3rem {
	padding-top: 3rem;
}
.pb-3rem {
	padding-bottom: 3rem;
}
.pt-2rem {
	padding-top: 2rem;
}
.pb-2rem {
	padding-bottom: 2rem;
}
.pt-1rem {
	padding-top: 1rem;
}
.pb-1rem {
	padding-bottom: 1rem;
}
.border-top-green {
	border-top: 1px solid #6C8709;
}
.font-thin {
	font-weight: 200 !important;
}
.font-weight-bold {
	font-weight: 600 !important;
}
.no-text-decoration {
	text-decoration: none;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.z-index-1 {
	z-index: 1;
}
.breadcrumbs {
	margin-top: 1em;
	margin-bottom: 1em;
}
.breadcrumbs,
.breadcrumbs a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	color: #a1a1a1;
}
.breadcrumbs a:hover {
	color: #000;
}
header {
	border-bottom: 1px solid #d9d9d9;
	height: 140px;
	position: relative;
}
.custom-logo-link {
	position: absolute;
	top: 26px;
	left: 100px;
}
.fixed-top {
	height: 140px;
}
:lang(hr).navbar-nav {
	z-index: 1;
	max-width: 420px;
}
:lang(en-US).navbar-nav {
	z-index: 1;
	max-width: 490px;
}
.navbar {
	height: 140px;
}
.navbar-collapse {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #000;
	width: 100vw;
	overflow: hidden;
	transform: translateY(-100%);
	transition: transform 0.3s ease;
	flex-direction: column;
}
.navbar-collapse.show {
	transform: translateY(0%);
	z-index: 2;
}
.navbar-collapse:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background-image: url('/wp-content/uploads/2024/02/wind-farm-sunset-menu-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.navbar-toggler,
.navbar-brand {
	z-index: 3;
}
.navbar-toggler {
	position: absolute;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
 	height: 40px;
 	border: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-collapse .nav-link {
	font-size: 60px;
	line-height: 66px;
	color: #a1a1a1;
	font-weight: 700;
}
.navbar-toggler:before,
.navbar-toggler:after {
	content: '';
	width: 55px;
	height: 7px;
	position: absolute;
	background: #6C8709;
	transition: all 500ms ease-out;
	will-change: transform;
	border-radius: 2px;
	left: 0;
}
.navbar-toggler:before {
	transform: translateY(-8px);
}
.navbar-toggler:after {
	transform: translateY(5px);
}
.close.navbar-toggler:before {
	transform: translateY(0) rotate(45deg);
}
.close.navbar-toggler:after {
	transform: translateY(0) rotate(-45deg);
} 
.navbar-collapse .nav-link:hover,
.navbar-collapse .current_page_item.active .nav-link {
	color: #fff;
}
.navbar-toggler .fa::before {
	content: "\f0c9";
}
.navbar-toggler.close .fa::before {
	content: "\f00d";
	color: red;
}
.navbar-toggler.close {
	position: fixed;
	top: 5rem;
}
.wpml {
	position: absolute;
	right: 260px;
	top: 50%;
	transform: translateY(-50%);
 	height: 36px;
 	z-index: 3;
 	width: 83px;
 	overflow: hidden;
}
.wpml-ls-legacy-list-horizontal > ul {
	position: absolute;
	bottom: -40px;
	left: 0;
	opacity: 0;
	transition: all 0.6s ease;
}
.wpml:hover .wpml-ls-legacy-list-horizontal > ul {
	opacity: 1;
	bottom: 0;
}
.wpml:hover:before {
	opacity: 0;
	bottom: -40px;
}
.wpml:before {
	content: "";
	background: url('/wp-content/themes/VT-tema-1/images/language-switcher.png');
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 76px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	opacity: 1;
	transition: all 0.6s ease;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 10px;
	line-height: 1;
	font-weight: 600;
	opacity: 0.5;
	color: #6C8709;
}
.wpml-ls-legacy-list-horizontal a:hover,
.wpml-ls-current-language a {
	opacity: 1;
	color: #6C8709;
}
.wpml.fixed {
	top: 70px;
}
.fixed {
	position: fixed;
}
.btn-style {
	font-size: 16px;
	line-height: 22px;
	color: #888;
	font-weight: 300;
	text-decoration: underline;
	position: relative;
	padding-left: 15px;
}
.btn-style:hover {
	color: #6C8709;
}
.btn-style::before {
	content: "";
	background-color: #D9E2BA;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50px;
	transition: all 0.6s ease;
}
.btn-style:hover::before {
	background-color: #6C8709;
}
/*video*/
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
    opacity: 0 !important;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
/*home*/
.bg-graphic-news {
	background-image: url('/wp-content/uploads/2024/02/energija-graphic-top.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.hp-intro-section {
	background-image: url('/wp-content/uploads/2024/02/energija-graphic-top.png'), url('/wp-content/uploads/2024/02/energija-graphic-top.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
}
.bg-graphic {
	background-image: url('/wp-content/uploads/2024/02/energija-graphic-top.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.hp-intro-section h1,
.hp-intro-section h2 {
	color: #242424;
	font-size: 40px;
	line-height: 48px;
	font-weight: 200;
	letter-spacing: -1px;
}
.hp-intro-section {
	padding-top: 7rem;
	padding-bottom: 24rem;
}
.hp-contact-section {
	padding-top: 16rem;
}
.cta-contact {
	width: 700px;
	background: rgba(255,255,255,0.6);
	text-align: center;
	margin: 0 auto;
	padding: 3rem 2rem;
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	transition: all 0.6s ease;
}
body.page-template-news .cta-contact {
	margin: 10rem auto 20rem auto;
}
.cta-contact:hover {
	background: rgba(255,255,255,1);
	box-shadow: 0px 7px 51px 4px rgba(0,0,0,0.3);
}
.cta-contact-title {
	position: relative;
	font-size: 32px;
	line-height: 40px;
	color: #6C8709;
}
.cta-contact-btn {
	font-size: 16px;
	line-height: 22px;
	color: #a1a1a1;
	text-decoration: none;
	font-weight: 300;
	margin-top: 30px;
	display: block;
}
.cta-contact-title:after {
	content: "";
	background-color: #D9E2BA;
	width: 140px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -16px;
}
.cta-contact-btn:hover {
	color: #000;
	text-decoration: underline;
}
.intro-three-column {
	text-align: center;
	height: 100%;
	max-width: 260px;
	width: 100%;
}
.intro-three-column .small-title {
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.intro-three-column .small-title {
	color: #000;
	font-weight: 600;
}
.intro-three-column p {
	color: #888;
	font-size: 14px;
	line-height: 22px;
}
.intro-img {
	position: relative;
	padding-bottom: 3em;
	margin-bottom: 3em;
}
.intro-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #6C8709;
	bottom: 0;
	left: 0;
}
.parallax {
	padding-bottom: 29%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.black-opacity {
	position: relative;
}
.black-opacity:after {
	content: "";
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.5;
}
.text-absolute-center {
	position: absolute;
	z-index: 1;
	max-width: 750px;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-right: auto;
	margin-left: auto;
	top: 50%;
	transform: translateY(-50%);
}
.text-absolute-center p {
	margin-bottom: 0;
}
.border-bottom-grey:after {
	content: "";
	background-color: #c7c7c7;
	width: 400px;
	height: 1px;
	position: absolute;
	left: 0;
	margin: 0 auto;
	right: 0;
	bottom: -20px;
}
.image-frame {
	position: relative;
	padding-bottom: 44%;
	overflow: hidden;
}
.image-frame img,
.hp-image-frame img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.hp-image-frame {
	position: relative;
	padding-bottom: 59%;
	overflow: hidden;
}
.accordion {
	width: 450px;
	margin: 0 auto;
}
.accordion-button {
	background-color: transparent;
}
.accordion-button:focus {
	z-index: 3;
	border-color: 0;
	outline: 0;
	box-shadow: none;
}
.accordion .accordion-button::after,
.accordion .accordion-button:not(.collapsed)::after {
	background: url('/wp-content/themes/VT-tema-1/images/big-ellipse.png') no-repeat right center;
	width: 16px;
	height: 16px;
}
.accordion-header {
	border-bottom: 1px solid #6C8709;
}
.accordion-header,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-button:not(.collapsed),
.accordion-button.collapsed {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	position: relative;
	font-weight: 300;
}
.accordion-item:first-of-type .accordion-button:hover,
.accordion-item:last-of-type .accordion-button.collapsed:hover,
.accordion-button:not(.collapsed):hover,
.accordion-header:hover {
	color: #6C8709;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
	color: #000;
	background-color: transparent;
	box-shadow: none;
}
.accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-item {
	color: #888;
	background-color: transparent;
	border: none;
}
.accordion-body p {
	color: #888;
}
/*posts*/
.document-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.document-row {
	width: 48%;
	margin-bottom: 5rem;
}
.document-title {
	padding-right: 20px;
	border-bottom: 1px solid #6C8709;
	margin-bottom: 20px;
}
.document-title:after {
	content: "";
	background-color: #D9E2BA;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 8px;
	border-radius: 50px;
}
.document-link {
	position: relative;
	color: #000;
	font-weight: 400;
	padding-left: 16px;
}
.document-link:hover {
	color: #6C8709;
}
.document-link:before {
	content: "";
	background-color: #D9E2BA;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50px;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
	color: #000;
	font-weight: 400;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
	color: #6C8709;
}
.category-novosti {
	position: relative;
	background-color: #000;
}
/*.category-novosti .entry-date,
.category-novosti .entry-btn-style {
	opacity: 0;
	transition: all 0.6s ease;
}
.category-novosti:hover .entry-date,
.category-novosti:hover .entry-btn-style {
	opacity: 1;
}
.category-novosti:hover .entry-title a {
	font-size: 32px;
	line-height: 40px;
	text-decoration: none;
	padding-left: 0;
}
.category-novosti:hover .entry-title a:before {
	opacity: 0;
}*/
.img-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 52%;
}
img.wp-post-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s !important;
}
.entry-content {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 100px;
	text-align: right;
	opacity: 0;
	transition: all 1s;
	max-width: 700px;
}
.entry-content.first {
	position: absolute;
	z-index: 1;
	bottom: 75px;
	right: 100px;
	text-align: right;
	opacity: 1;
	transition: all 1s;
}
.category-novosti.odd .entry-content,
.category-novosti.odd .entry-content.first {
	left: 100px;
	text-align: left;
}
.entry-date,
.category-novosti .entry-content.first .entry-title a,
.category-novosti .entry-btn-style {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
	position: relative;
	transition: all 1s !important;
}
.category-novosti .entry-title {
	margin-bottom: 0;
	display: block;
}
.category-novosti .entry-title a {
	display: inline-block;
}
.category-novosti .entry-content.first .entry-title a,
.category-novosti .entry-btn-style {
	text-decoration: underline;
	position: relative;
	padding-left: 15px;
	transition: all 0.6s ease;
}
.category-novosti .entry-content.first .entry-title a:before,
.entry-btn-style:before {
	content: "";
	background-color: #d9d9d9;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50px;
	transition: all 0.6s ease;
}
.category-novosti:hover img {
	opacity: 0.5;
}
.category-novosti:hover .entry-content {
	opacity: 1;
	bottom: 75px;
}
.category-novosti:hover .entry-content.first {
	opacity: 0;
	bottom: 200px;
}
.entry-content .entry-title a {
	font-size: 32px;
	line-height: 40px;
	text-decoration: none;
	padding-left: 0;
	color: #fff;
}
.entry-content .entry-title a:hover,
.category-novosti .entry-btn-style:hover {
	color: #6C8709;
}
.entry-btn-style:hover:before {
	background-color: #6C8709;
}
/*form*/
.wpcf7 .wpcf7-form label {
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #888;
	font-size: 16px;
}
.form-control, .wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #f5f5f5;
	background-clip: padding-box;
	border: 1px solid #f5f5f5;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:disabled {
	color: #000;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 0 14px;
	border: none;
	text-decoration: underline;
	position: relative;
	background: url('/wp-content/themes/VT-tema-1/images/ellipse.png') no-repeat left center;
}
.wpcf7 input[type="submit"]:disabled {
	opacity: 0.5;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:focus-visible,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:first-child:active {
	color: #6C8709;
	background: url('/wp-content/themes/VT-tema-1/images/ellipse.png') no-repeat left center;
	box-shadow: 0 0 0 .25rem rgba(0,0,0,0);
	border: none;
}
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.form-select:focus {
	color: #000;
	background-color: #fff;
	border-color: #999;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(138,138,138,0.2);
}
.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="number"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid {
	border: 1px solid #d71919;
}
.potvrda {
	text-align: left;
}
.wpcf7 form.sent .wpcf7-response-output {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background: #d5f4d8;
    border-width: 1px;
    font-weight: 400;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fee5a2;
    border-width: 1px;
    font-weight: 400;
    text-align: center;
}
.error-404 .content-area {
	height: 64vh;
	display: flex;
	justify-content: center;
	align-content: center;
}
.error-404 .content-area article {
	justify-content: center;
	align-content: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}
/*footer*/
#myBtn {
	position: fixed;
	bottom: 98px;
	right: 30px;
	display: none;
	color: #fff;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
}
#myBtn:hover {
	background: #f9f9f9;
}
#myBtn .fa {
	color: #000;
	font-size: 20px;
}
body.home footer,
body.page-template-news footer {
	margin-top: -14rem;
	position: relative;
	z-index: 1;
}
footer p.copyright,
footer p.copyright a {
	color: #a1a1a1;
	font-size: 10px;
	line-height: 16px;
	display: inline-block;
	margin-bottom: 0;
	text-decoration: none;
}
footer .menu {
	list-style-type: none;
	padding-left: 1em;
	padding-right: 1em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
footer .menu a {
	color: #a1a1a1;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	font-weight: 300;
}
footer .menu a:hover {
	color: #000;
}


/*RESPONSIVE*/
/*MIN*/
@media screen and (min-width: 992px) {
	.mt-lg-5rem {
		margin-top: 5rem;
	}
	.mb-lg-5rem {
		margin-bottom: 5rem;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-left {
		text-align: left !important;
	}
}
@media screen and (min-width: 768px) {
	.navbar > .container {
		min-width: 1720px;
	}
	.mt-md-5rem {
		margin-top: 5rem;
	}
	.mb-md-5rem {
		margin-bottom: 5rem;
	}
	.mt-md-2rem {
		margin-top: 2rem;
	}
	.mb-md-2rem {
		margin-bottom: 2rem;
	}
	.pt-md-5rem {
		padding-top: 5rem;
	}
	.pb-md-5rem {
		padding-bottom: 5rem;
	}
	.pt-3-md-rem {
		padding-top: 3rem;
	}
	.pb-3-md-rem {
		padding-bottom: 3rem;
	}
	.pt-2-md-rem {
		padding-top: 2rem;
	}
	.pb-2-md-rem {
		padding-bottom: 2rem;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-left {
		text-align: left !important;
	}
}


/*MAX*/
@media screen and (max-width: 1740px) {
	.navbar-toggler {
		right: 30px;
	}
	.navbar-toggler.close {
		top: 4.5rem;
		right: 35px;
	}
	.custom-logo-link {
		left: 35px;
	}
}
@media screen and (max-width: 1600px) {
	.breadcrumbs .container {
		max-width: 78%;
	}
	.accordion {
		width: 380px;
	}
}
@media screen and (max-width: 1399px) {
	.hp-image-frame {
		position: relative;
		padding-bottom: 40%;
		overflow: hidden;
		max-width: 70%;
		margin: 0 auto;
	}
	.accordion {
		width: 100%;
		margin: 2rem auto;
		max-width: 70%;
	}
	.hp-intro-section {
		padding-top: 7rem;
		padding-bottom: 19rem;
	}
	.hp-contact-section {
		padding-top: 10rem;
	}
	.wpml {
		right: 170px;
	}
	.wpml.fixed {
		top: 70px;
		right: 182px;
	}
}
@media screen and (max-width: 1200px) {
	.m-w-1000 .container {
		max-width: 75%;
	}
	.hp-contact-section {
		padding-top: 8rem;
	}
	.hp-intro-section {
		padding-bottom: 17rem;
	}
}
@media screen and (max-width: 1199px) {
	.category-novosti .img-wrapper {
		padding-bottom: 39%;
	}
	.entry-content.first {
		display: none;
	}
	.category-novosti .entry-content {
		opacity: 1;
		bottom: 75px;
	}
	.category-novosti img {
		opacity: 0.5;
	}
}
@media screen and (max-width: 1130px) {
	.wf-title {
		max-width: 300px;
	}
}
@media screen and (max-width: 1024px) {
	.custom-logo-link {
		top: 8px;
		left: 35px;
	}
	.navbar-toggler {
		right: 30px;
	}
	.navbar-toggler.close {
		right: 35px;
	}
	.parallax {
		padding-bottom: 48%;
		background-attachment: scroll;
	}
	.navbar-collapse .nav-link {
		font-size: 40px;
		line-height: 46px;
	}
	:lang(en-US).navbar-nav,
	:lang(hr).navbar-nav {
		max-width: 360px;
	}
	.breadcrumbs .container {
		max-width: 70%;
	}
}
@media screen and (max-width: 992px) {
	.m-w-1000 .container,
	.m-w-750 .container,
	.container-custom .container-fluid,
	.bg-graphic-news .container {
		max-width: 700px;
	}
	.text-absolute-center {
		max-width: 600px;
		text-align: center;
	}
	.document-row {
		width: 100%;
		margin-bottom: 3rem;
	}
	.hp-intro-section {
		padding-bottom: 17rem;
	}
	.hp-contact-section {
		padding-top: 7rem;
	}
	.hp-intro-section h1,
	.hp-intro-section h2 {
		text-align: center;
	}
	body.page-template-news .cta-contact {
		margin: 8rem auto 18rem auto;
	}
	.intro-three-column {
		max-width: 80%;
	}
	.intro-img {
		padding-bottom: 2em;
		margin-bottom: 2em;
	}
	.intro-img img {
		max-width: 70px;
	}
	.accordion {
		width: 100%;
		margin: 2rem auto 0;
		max-width: 70%;
	}
	.entry-content.first {
		display: none;
	}
	.entry-content {
		position: absolute;
		z-index: 1;
		bottom: 0 !important;
		right: 0;
		text-align: center;
		opacity: 1;
		transition: all 1s;
		width: 100%;
		left: 0;
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
		max-width: 80%;
	}
	.category-novosti.odd .entry-content,
	.category-novosti.odd .entry-content.first {
		left: 0;
		text-align: center;
		right: 0;
		margin: 0 auto;
	}
	.category-novosti:hover img,
	.category-novosti img {
		opacity: 0.8;
	}
}
@media screen and (max-width: 991px) {
	.wf-title {
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	header {
		height: 110px;
		margin-bottom: 1.5rem;
	}
	body.home header {
		margin-bottom: 0;
	}
	h1,
	.hp-intro-section h1,
	.hp-intro-section h2 {
		font-size: 38px;
		line-height: 46px;
	}
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.breadcrumbs .breadcrumbs {
		max-width: 60%;
		margin: 0 auto;
	}
	.breadcrumbs .breadcrumbs,
	.breadcrumbs a {
		text-align: center;
	}
	.hp-intro-section h1,
	.hp-intro-section h2 {
		text-align: center;
	}
	.breadcrumbs .container {
		max-width: 100%;
	}
	.custom-logo-link {
		top: 7px;
		left: 15px;
	}
	.custom-logo-link .img-fluid {
		width: 50px;
	}
	.wpml {
		right: 70px;
		top: 39%;
	}
	.wpml.fixed {
		top: 55px;
		right: 82px;
	}
	.navbar-toggler {
		right: 10px;
		width: 37px;
		top: 39%;
	}
	.navbar-toggler.close {
		position: fixed;
		top: 3.5rem;
		right: 20px;
	}
	.navbar-toggler::before,
	.navbar-toggler::after {
		width: 37px;
	}
	.navbar-toggler::before {
		transform: translateY(-10px);
	}
	.navbar-toggler::after {
		transform: translateY(3px);
	}
	.navbar-collapse .nav-link {
		font-size: 30px;
		line-height: 36px;
	}
	:lang(hr).navbar-nav {
		max-width: 260px;
	}
	:lang(en-US).navbar-nav {
		max-width: 280px;
	}
	.parallax {
		padding-bottom: 70%;
	}
	.parallax.black-opacity {
		padding-bottom: 0;
	}
	.parallax.black-opacity .container-fluid {
		height: 100%;
	}
	.parallax.black-opacity .row {
		display: flex;
		height: 100%;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.m-w-1000 .container,
	.m-w-750 .container,
	.container-custom .container-fluid,
	body.page-template-news .bg-graphic-news .container,
	.bg-graphic-news .container {
		max-width: 90%;
	}
	body.page-template-news .cta-contact {
		margin: 6rem auto 16rem auto;
	}
	.text-absolute-center {
		position: relative;
		z-index: 1;
		width: 100%;
		max-width: 85%;
		left: auto;
		right: auto;
		margin: 0 auto;
		top: unset;
		transform: none;
		padding: 4rem 0;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		text-align: left;
	}
	.black-opacity::after {
		top: 0;
	}
	.intro-img {
		padding-bottom: 2em;
		margin-bottom: 2em;
	}
	.intro-img img {
		max-width: 70px;
	}
	.hp-contact-section {
		padding-top: 6rem;
	}
	.intro-three-column {
		max-width: 100%;
	}
	.cta-contact {
		max-width: 100%;
		padding: 3rem 1rem;
	}
	.hp-intro-section {
		padding-top: 4rem;
		padding-bottom: 15rem;
	}
	.accordion {
		width: 100%;
		margin: 2rem auto 0;
		max-width: 90%;
	}
	.hp-image-frame {
		padding-bottom: 57%;
		max-width: 100%;
	}
	.image-frame {
		padding-bottom: 60%;
	}
	.bg-graphic-news .img-wrapper {
		padding-bottom: 64%;
	}
	.entry-content .entry-title a {
		font-size: 22px;
		line-height: 28px;
	}
	.kontakt-forma {
		max-width: 90%;
		margin: 0 auto;
	}
	footer .menu {
		flex-direction: column;
		justify-content: center;
		align-content: center;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.wf-title {
		max-width: 300px;
	}
}