body {
	font-family: 'Rubik', sans-serif;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #707882;
	letter-spacing: .3px;
}
h1, h2, h3, h4 {
	font-family: 'Rubik', sans-serif;
}
a, button {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
a:hover, button:hover {
	text-decoration: none;
}
.title {
	text-align: center;
}
.title h2 {
	display:inline-block;
	padding:0px 25px;
	background:#fff;
	position:relative;
	z-index:1;
	font-size:36px;
	font-weight:400;
	text-transform:uppercase;
}
.title hr {
	position:relative;
	top:-45px;
	z-index:0;
	height:1px;
	background:#2b2d2a;
	border-radius:1px;
}
header {
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
header.subpage-nav {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
header nav {
	font-weight: 700;
}
/*
header nav.navbar-expand-lg .navbar-nav newsCarousel.nav-link {
	padding: 1px 5px 2px;
}
*/
header nav.navbar-expand-lg .navbar-nav .nav-link.active {
    background: #fff;
    color: #2b2d2a;
    border-radius: 1px
}
@media only screen and (max-width: 1199px) {
	header nav.navbar-expand-lg .navbar-nav .nav-link {
		margin: 0 5px;
	}
}
header nav .navBarPrimary a.nav-link,header nav .navBarSecondary a.nav-link {
	position: relative;
}

header nav .navBarPrimary a.nav-link::before, header nav .navBarSecondary a.nav-link::before {
	position: absolute;
	content: "";
	left: 50%;
	right: 50%;
	width:0%;
	height: 2px;
	background: #2b2d2a;
	opacity: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
header nav .navBarPrimary a.nav-link::before,header nav .navBarSecondary a.nav-link::before {
	/*
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px);
	*/
	bottom: 5px;
}
/*
header nav .navBarPrimary a.nav-link::after,header nav .navBarSecondary a.nav-link::after {
	-webkit-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	transform: translateY(-12px);
	top: 0;
}
*/
header nav .navBarPrimary a.nav-link:hover,header nav .navBarSecondary a.nav-link:hover {
	/*background: rgba(12, 77, 162, 0.2);
	*/
}
header nav .navBarPrimary a.nav-link:hover::before, header nav .navBarSecondary a.nav-link:hover::before {
	opacity: 1;
	left: 10%;
	right: 10%;
	width:80%;
	/*
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	*/
}
@media only screen and (min-width: 992px) {
	header nav .navBarPrimary ul {
		/*margin: 0 0 -20px;*/
	}
}
header nav .navBarPrimary a.nav-link {
	font-weight: 600;
	font-size: 18px;
	color: #2b2d2a;
	margin: 0 8px;
}
@media only screen and (max-width: 1199px) {
    header nav .navBarPrimary a.nav-link {
    	font-size: 16px;
    }
}
header nav .navBarPrimary .nav-item:last-child a.nav-link {
	margin-right: 0;
}
@media only screen and (min-width: 992px) {
	header nav .navBarSecondary ul {
		margin: 0 0 -25px;
	}
}
header nav .navBarSecondary a.nav-link {
	font-size: 13px;
	text-transform: uppercase;
	color: #327a0b;
	margin: 0 35px;
}
header nav .navBarSecondary a.nav-link:last-child {
	margin-right: 0;
}
header nav .navBarSecondary a.nav-link::before, header nav .navBarSecondary a.nav-link::after {
	background: #327a0b;
}
header nav .navbar-logo-container .navbar-brand {
	margin: 0;
}
header nav .navbar-logo-container .navbar-brand img {
	width: 140px;
	height: auto;
}
@media only screen and (max-width: 991px) {
    header nav .navbar-logo-container .navbar-brand {
        background:#2b2d2a;
    }
    header nav .navbar-logo-container .navbar-brand img {
        width: 100px
    }
    header {
        background: #fff;
        padding: 0;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }
    
    header nav .navbar-nav {
        padding: 15px;
        /*margin: 20px 0 0;*/
        /*border-top: 1px solid rgba(0,0,0,.15);*/
        background:#008c44;
    }
    header nav .navbar-nav.navbar-logo-container {
        padding: 0;
        margin: 0;
        border-top: none
    }
    header nav.navbar-expand-lg .navbar-nav .nav-link {
        margin: 5px 0;
        padding: 2px 8px;
    }
 
}
@media only screen and (max-width: 767px) {
    header nav .navbar-logo-container .navbar-brand img {
        width: 80px
    }
    
    header nav .navbar-toggler {
        margin-bottom: -5px
    }
}
header nav .navbar-toggler {
	margin-left: auto;
	background: transparent;
	width: 70px;
	outline: none;
	border: none;
	box-shadow: none
}
header nav .navbar-toggler:focus,
header nav .navbar-toggler:hover {
    outline: none;
	border: none;
	box-shadow: none
}
header nav .navbar-toggler span {
    display: block;
    width: 100%;
    height: 5px;
    margin: 5px 0;
    border-radius: 20px;
    background: #2b2d2a;
    transition: .3s;
}
header nav .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: translateX(10px);
    opacity: 0
}
header nav .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(45deg) translateY(10px) translateX(6px);
}
header nav .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    transform: rotate(-45deg) translateY(-1px) translateX(-3px);
}
span.curvy-underline {
	display: block;
	width: 100%;
	height: 20px;
	margin: 10px 5px;
}
span.curvy-underline.curvy-green {
	background-image: url("https://webheroj.hr/themes/heroj/assets/img/svg/curvy-green.svg");
	background-repeat: no-repeat;
	background-size: 280px;
}
span.curvy-underline.curvy-grey {
	background-image: url("https://webheroj.hr/themes/heroj/assets/img/svg/curvy-grey.svg");
	background-repeat: no-repeat;
	background-size: 275px;
	max-width: 285px;
	margin: 20px auto;
}
@media only screen and (max-width: 767px) {
    span.curvy-underline.curvy-grey {
        background-size: 220px;
        max-width: 220px;
        margin: 10px auto 0;
    }
}
.news-carousel .carousel-item {
	/*margin: 70px 0 90px;*/
	margin-right:-15px;
	width:auto;
}
a.news-link {
	display: block;
	margin: 0 auto 50px;
	color: #2b2d2a;
	border-radius:2px;
	overflow:hidden;
	box-shadow: 0 .125rem .5rem rgba(0,0,0,.15) !important;
}
a.news-link:hover {
	/*box-shadow: 0 .125rem .75rem rgba(0,0,0,.4) !important;*/
}
a.news-link .image-box {
	overflow: hidden;
	border-radius: 2px;
	/*
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	*/
	display: block;
	/*max-height: 230px;*/
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
a.news-link .image-box img {
	width: 100%;
	height: auto;
}
a.news-link .text-box {
	padding:0px 15px;
	position:relative;
}
a.news-link .text-box h4 {
	font-size: 18px;
	font-weight:600;
	margin: 0;
	padding-top:15px;
}
a.news-link .text-box time {
	position:absolute;
	top:-30px;
	right:0;
	padding:8px 12px;
	font-size: 12px;
	font-weight: 600;
	color:#fff;
	background:#2b2d2a;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
a.news-link .text-box p {
	font-size: 14px;
	font-weight: 400;
	padding-top: 10px;
	margin-left: 0px;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    /*
    .news-carousel .carousel-item a.news-link .text-box p {
        display: none
    }
    .news-carousel .carousel-item a.news-link .text-box h4 {
        font-size: 20px;
        margin-top: 7px
    }
    .news-carousel .carousel-item a.news-link .text-box time {
        font-size: 13px
    }
    .news-carousel {
        margin: 40px 0 80px
    }
    */
    a.news-link {
        margin-bottom: 35px
    }
}
@media only screen and (max-width: 575px) {
    a.news-link .text-box h4 {
        font-size: 19px;
    }
}
a.news-link:hover .text-box h4 {
	color: #2b2d2a;
}
.news-carousel ol {
	bottom: -50px;
}
.news-carousel ol li {
    height:5px;
    background-color: #2b2d2a;
}
.news-carousel ol li.active {
	background-color: #2b2d2a;
}
footer {
	background: #f3f3f3;
	padding: 45px 0 90px;
}
footer ul.eu-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
footer ul.eu-links li {
	list-style: none;
	margin: 0 35px;
}
footer ul.eu-links li a {
	display: block;
}
footer ul.eu-links li a img {
	display:inline-block;
}

footer .footer-info {
	display: block;
	width: 100%;
	text-align: center;
	margin: 35px 0 30px;
	letter-spacing: .2px;
	line-height: 1.6;
}
footer .footer-info h4, footer .footer-info h5 {
	color: #707882;
}
footer .footer-info h4 {
	font-size: 16px;
	text-transform: uppercase;
}
footer .footer-info h5 {
	margin-bottom: 25px;
}
footer .footer-info h5, footer .footer-info p {
	font-size: 13px;
}

footer .footer-info p {
	color: #979ca2;
	display: block;
	max-width: 665px;
	margin: 0 auto;
}

footer .footer-info p a {
    color: #979ca2;
    font-weight: 600;
}
footer .footer-info p a:hover {
    color: #5d6268
}


a.news-link .image-box {
	position: relative;
}
a.news-link .image-box .icon {
	position: absolute;
	top:10px;
	bottom: auto;
	right: 10px;
	color: #fff;
	/*
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	*/
	z-index: 1;
	background: #fff;
	color: #333;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
a.news-link .image-box::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 140, 68, 0.4);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
a.news-link:hover .image-box::before {
	opacity: 1;
}
a.news-link:hover .image-box .icon {
	/*
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	*/
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.interactive-image {
	position: relative;
	max-width: 100%;
}
.interactive-image img {
	display: block;
	width: 100%;
}
.interactive-image .image-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	width: 60%;
	padding: 3px;
	text-align: center;
	background-color: rgba(241, 125, 11, 0.8);
	color: #fff;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	font-size: 13px;
	font-family: 'Rubik', sans-serif;
	border-radius: 2px;
	font-weight: 400;
}
.interactive-image .image-popup.open {
	opacity: 1;
	visibility: visible;
}
.interactive-image .marker {
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 15px;
	height: 15px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.interactive-image .marker:before {
	content: "";
	position: relative;
	display: block;
	width: 300%;
	height: 300%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 45px;
	background-color: rgba(255, 255, 255, 0.5);
	background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.935994) 12%, rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.935994) 12%, rgba(255, 255, 255, 0) 100%);
	-webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.interactive-image .marker:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
	animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.interactive-image .marker:hover {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.interactive-image .marker:hover::before, .interactive-image .marker:hover::after {
	background-color: #f17d0b;
}
.interactive-image .marker1 {
	top: 30%;
	left: 50%;
}
.interactive-image .marker2 {
	top: 50%;
	left: 64%;
}
	.interactive-image .tooltip-item {
		position: absolute;
		width: 36px;
		height: 36px;
	}
	.interactive-image .tooltip-item .marker {
		top: auto;
		left: auto;
	}
	.interactive-image .tooltip-item1 {
		top: 38.3%;
        left: 41.3%;
	}
	.interactive-image .tooltip-item2 {
		top: 36%;
        left: 40.3%;
	}
	.interactive-image .tooltip-item3 {
		top: 42%;
        left: 59%;
	}
	.interactive-image .tooltip-item4 {
		top: 40.5%;
		left: 63%;
	}
	.interactive-image .tooltip-item5 {
		top: 39.5%;
		left: 71.4%;
	}
	.interactive-image .tooltip-item6 {
		top: 37.5%;
        left: 58.3%;
	}
	.interactive-image .tooltip-item7 {
		top: 46.5%;
        left: 70.3%;
	}
	.interactive-image .image-popup {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 5px);
		-ms-transform: translate(-50%, 5px);
		transform: translate(-50%, 5px);
		width: 180px;
	}
@media only screen and (max-width: 1199px) {
    .interactive-image .tooltip-item1 {
        top: 51.1%;
        left: 39.8%;
    }
    .interactive-image .tooltip-item2 {
        top: 48.4%;
        left: 38.1%;
    }
    .interactive-image .tooltip-item3 {
        top: 55.6%;
        left: 64.4%;
    }
    .interactive-image .tooltip-item6 {
        top: 49.3%;
        left: 63.1%;
    }
    .interactive-image .tooltip-item4 {
        top: 53.7%;
        left: 70.3%;
    }
    .interactive-image .tooltip-item5 {
        top: 52.2%;
        left: 82%;
    }
    .interactive-image .tooltip-item7 {
        top: 61.3%;
        left: 80.7%;
    }
}
@media only screen and (max-width: 991px) {
    .interactive-image .tooltip-item1 {
        top: 51.4%;
        left: 32%;
    }
    .interactive-image .tooltip-item2 {
        top: 47.2%;
        left: 28.5%;
    }
    .interactive-image .tooltip-item3 {
        top: 55%;
        left: 58.5%;
    }
    .interactive-image .tooltip-item6 {
        top: 48%;
        left: 59%;
    }
    .interactive-image .tooltip-item4 {
        top: 53.1%;
        left: 70.3%;
    }
    .interactive-image .tooltip-item5 {
        top: 51.2%;
        left: 86.9%;
    }
    .interactive-image .tooltip-item7 {
        top: 62%;
        left: 85.4%;
    }
}
@media only screen and (max-width: 575px) {
    .interactive-image .tooltip-item1,
    .interactive-image .tooltip-item2,
    .interactive-image .tooltip-item3,
    .interactive-image .tooltip-item6,
    .interactive-image .tooltip-item4,
    .interactive-image .tooltip-item5,
    .interactive-image .tooltip-item7 {
        display: none
    }
}
@-webkit-keyframes pulse-ring {
	0% {
		-webkit-transform: scale(0.33);
		transform: scale(0.33);
	}
	80%,100% {
		opacity: 0;
	}
}
@keyframes pulse-ring {
	0% {
		-webkit-transform: scale(0.33);
		transform: scale(0.33);
	}
	80%,100% {
		opacity: 0;
	}
}
@-webkit-keyframes pulse-dot {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@keyframes pulse-dot {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
.banner {
	position: relative;
}
.banner .content {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 0 0 165px;
}
.banner .content .text {
	color: #fff;
	max-width: 400px;
	margin-left: auto;
}
.banner .content .text h1 {
	font-size: 48px;
	color: #fff;
	font-weight: 300;
}
.banner .content .text h1 span {
	font-size: 36px;
}
@media only screen and (max-width: 991px) {
    .banner .content .text h1 {
    	font-size: 45px;
    }
    .banner .content .text h1 span {
    	font-size: 33px;
    }
}
@media only screen and (max-width: 767px) {
    .banner .content .text h1 {
    	font-size: 42px;
    }
    .banner .content .text h1 span {
    	font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .banner .content .text h1 {
    	font-size: 40px;
    }
    .banner .content .text h1 span {
    	font-size: 28px;
    }
}
.banner .content .text img {
	width: 280px;
	margin-bottom: 10px;
}
.banner .content .text p {
	font-size: 16px;
	font-weight: 400;
}
.banner .content .eu-elements {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 55px;
}
.banner .content .eu-elements img {
	max-width: 100%;
}
.banner .content .eu-elements span {
	display: block;
	color: #fff;
	opacity: 0.7;
	font-size: 12px;
	text-align: center;
	padding: 5px 0 0;
}
.grey-container {
	background-color: transparent;
	margin-top: -275px;
	position: relative;
	z-index: 1;
}
.grey-container .top {
	background-image: url("https://webheroj.hr/themes/heroj/assets/img/png/grey-arrow.png"), url("https://webheroj.hr/themes/heroj/assets/img/png/banner-arrow-blue.png");
	background-position: bottom center, center bottom;
	background-size: 100%;
	height: 165px;
	background-color: transparent;
	background-repeat: no-repeat;
}
.grey-container .content {
	padding: 50px 0;
	background: #f3f4f5;
	margin-top: -1px
}
.grey-container .bottom {
	background-image: url("https://webheroj.hr/themes/heroj/assets/img/png/grey-arrow-down.png");
	background-position: top center;
	background-color: #fff;
	background-size: 100%;
	height: 170px;
	background-repeat: no-repeat;
	margin-top: -160px;
}
.grey-container .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 702px;
	background: url("https://webheroj.hr/themes/heroj/assets/img/svg/ferry-background.svg");
	background-repeat: no-repeat;
	background-size: 350px;
	padding: 100px 0;
	background-position-y: center;
	background-position-x: 55px;
	margin-top: -100px;
	position: relative;
}
@media only screen and (max-width: 1199px) {
    .grey-container .block {
        max-width: 550px;
    }
}
.grey-container .block:last-child {
	margin-left: auto;
	background: url("https://webheroj.hr/themes/heroj/assets/img/svg/travel-background.svg");
	background-repeat: no-repeat;
	background-size: 350px;
	padding: 100px 0 70px;
	background-position-y: center;
	background-position-x: 70px;
	margin-top: -140px;
}
.grey-container .block p {
	color: #2b2d2a;
	margin: 0;
	padding: 0 0 10px;
	font-size: 14px;
}
.grey-container .block p span {
	font-weight: 600;
	font-size: 16px;
}
.grey-container .block .icon {
	padding-top: 5px;
}
.grey-container .block .icon img {
	width: 100px;
	height: auto;
}
.grey-container .block .icon img.traveling-icon {
	width: 120px;
}

.grey-container .block .text {
	padding-left: 30px;
}
@media only screen and (max-width: 1385px) {
    .grey-container .block:last-child {
        padding: 100px 0 130px;
    }
}
@media only screen and (max-width: 991px) {
    .grey-container .block {
        padding: 110px 0;
    }
    .grey-container .block:last-child {
        margin-top: -95px;
    }
}
@media only screen and (max-width: 767px) {
    .grey-container .block {
        padding: 140px 0;
        background-size: 300px !important;
        background-position-y: center !important;
        background-position-x: center !important;
    }
    
    .grey-container .block .icon img {
        width: 70px
    }
    
    .grey-container .block .icon img.traveling-icon {
        width: 90px
    }
    .grey-container .block .text {
        padding-left: 20px
    }
}
span.ikona-valovi {
    display: block;
    margin: 0 0 7px
}
span.ikona-valovi svg {
    width: 280px;
    fill: #fff;
}
@media only screen and (max-width: 767px) {
span.ikona-valovi svg {
    width: 220px;
}
}
@media only screen and (max-width: 1664px) {
	.banner {
		padding-bottom: 50px
}
}
@media only screen and (max-width: 1520px) {
	.banner {
		padding-bottom: 100px
}
}
@media only screen and (min-width: 1386px) {
	.banner .content .eu-elements img.darker-eu {
		display: none;
	}
}
@media only screen and (max-width: 1385px) {
	.banner {
		padding-bottom: 0;
		overflow-x: hidden;
	}
	.banner .content {
		position: relative;
		background: #fff;
		padding: 20px 0;
		margin-top: -200px
}
span.ikona-valovi svg {
    fill: #2b2d2a;
}
	.banner .content .eu-elements span,.banner .content .text h1,.banner .content .text {
		color: #707882;
		opacity: 1;
	}
	.banner .content .text {
		max-width: 100%;
	}
	.grey-container {
		margin-top: -120px
}
	.banner .content .eu-elements img {
		display: none 
}
	.banner .content .eu-elements img.darker-eu {
		display: block;
		margin: 0 auto 5px;
	}
	.banner .content .eu-elements {
		bottom: unset;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 1200px) {
    .interactive-image img.screensize-md {
        display: none
    }
}
@media only screen and (max-width: 1199px) {
    .interactive-image img.screensize-lg {
        display: none
    }
	.banner .content .eu-elements {
		padding: 30px 0;
		position: relative;
		top: unset;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
    .banner .content {
        margin-top: -100px;
    }
}

@media only screen and (min-width: 992px) {
    .interactive-image img.screensize-sm {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .interactive-image img.screensize-md { 
        display: none
    }
}

@media only screen and (min-width: 576px) {
   .interactive-image img.screensize-xs {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .interactive-image img.screensize-sm {
        display: none
    }
}

@media only screen and (max-width: 1199px) {
    .banner .content .text {
        max-width: 520px;
        margin: 20px auto 30px
    }
}

@media only screen and (max-width: 991px) {
    .banner .content .text {
        max-width: 520px;
        margin: 10px auto 30px
    }
}
@media only screen and (max-width: 767px) {
    .banner .content .text {
        max-width: 520px;
        margin: 10px auto 0
    }
}

@media only screen and (max-width: 1385px) {
    .news {
        position: relative;
        z-index: 1;
        background: #fff;
        margin-top: -50px
    }
}

@media only screen and (max-width: 991px) {
    .news {
        margin-top: -80px
    }
    
    footer ul.eu-links li {
        margin: 0 12px
    }
    footer ul.eu-links li a {
        max-width: 200px
    }
    footer ul.eu-links li:first-child a {
        max-width: 130px;
    }
    
    footer .futuro-link {
        margin-top: -20px
    }
    
    footer {
        padding: 45px 20px
    }
}

@media only screen and (max-width: 767px) {
    footer ul.eu-links li {
        margin: 0 12px 30px
    }
    footer ul.eu-links li:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 700px) {
    .news {
        margin-top: -100px
    }
}


.subpage {
    min-height: 75vh;
    padding: 180px 0 50px
}

.subpage .subpage-title {
    text-align: center;
    display: block;
    margin: 30px 0 50px;
}

@media only screen and (max-width: 991px) {
    .subpage {
        padding-top: 150px
    }
    
    .subpage .subpage-title {
        margin: 0 0 40px;
    }
    
    .subpage h1 {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .subpage {
        padding-top: 130px
    }
    
    .subpage h1 {
        font-size: 38px
    }
}

a.news-card {
    display: block;
    color: #707882;
    max-width: 350px;
    max-height: 520px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 50px
}

a.news-card::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    z-index: 1;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 13%, rgba(255,255,255,0) 100%);
}

a.news-card .image {
    display: block;
    margin-bottom: 5px;
    border-radius: 2px;
    overflow: hidden;
    max-height: 230px;
    position: relative;
}

a.news-card .image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 77, 162, 0.2);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a.news-card:hover .image::before {
    opacity: 1;
}

a.news-card .image .icon {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #fff;
    color: #333;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a.news-card:hover .image .icon {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);    
}

a.news-card .image img {
    width: 100%;
}

a.news-card .text h2 {
    font-size: 22px;
    color: #707882;
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.4;
}

a.news-card:hover .text h2 {
    color: #2b2d2a;
}

a.news-card .text time {
    font-size: 14px;
    font-weight: 400;
    margin-left: 1px;
}

a.news-card .text p {
    font-size: 15px;
    font-weight: 300;
    padding-top: 20px;
    margin-left: 1px;
}

@media only screen and (max-width: 767px) {
    a.news-card {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    a.news-card .text p {
        display: none
    }
    a.news-card::after {
        display: none
    }
    a.news-card .text h2 {
        font-size: 20px
    }
}

@media only screen and (max-width: 575px) {
    a.news-card .text h2 {
        font-size: 19px
    }
    
    a.news-card .text time {
        font-size: 13px;
    }
}

ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.pagination li {
    background: #2b2d2a;
    border: 1px solid #2b2d2a;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    margin: 0 5px;
    padding: 0;
    position: relative;
    transition: .3s
}

ul.pagination li a {
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 600;
}

ul.pagination li:hover {
    cursor: pointer;
    background: transparent;
}

ul.pagination li:hover a {
    color: #2b2d2a
}

ul.pagination li.active,
ul.pagination li.active:hover {
    opacity: .7;
    cursor: default;
    background: #2b2d2a;
    pointer-events: none
}

ul.pagination li.active a,
ul.pagination li.active:hover a {
    cursor: default;
    color: #fff;
    pointer-events: none
}

.subpage .news-title {
    margin: 30px 0 50px;
}

@media only screen and (max-width: 991px) {
   .subpage .news-title {
        margin: 5px 0 20px;
    } 
}

.subpage .news-title span {
    display: inline-block;
    margin: 0 0 18px;
    padding: 4px 12px 3px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #2b2d2a;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    opacity: 1;
}

.subpage .news-title span.dark {
    background: rgba(0,0,0,.4);
    margin-left: 5px
}

.subpage .news-title h1 {
    font-size: 28px
}

.subpage .news-title time { 
    font-size: 16px;
    font-weight: 400;
    margin-left: 1px;
}

@media only screen and (max-width: 767px) {
    .subpage .news-title h1 {
        font-size: 24px
    }
    
    .subpage .news-title time { 
        font-size: 14px;
    } 
    
    .subpage .news-title span {
        margin: 0 0 10px;
        padding: 3px 10px;
        font-size: 11px;
    }
}

.subpage .raw-content {
    line-height: 1.5;
    letter-spacing: .5px
}

@media only screen and (max-width: 991px) {
    .subpage .raw-content {
        margin-top: 5px;
    }
}

.subpage .raw-content p,
.subpage .raw-content li {
    font-weight: 400;
    font-size: 16px;
}

.subpage .raw-content a {
    display: inline-block;
    position: relative;
    color: #2b2d2a;
    opacity: .8;
}

.subpage .raw-content a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 5px;
    background: #2b2d2a;
    transition: .3s;
}

.subpage .raw-content a:hover {
    opacity: 1;
}

.subpage .raw-content a:hover::before {
    width: 100%;
}

.subpage a.main-image,
a.gallery-image-link {
    display: block;
    width: 100%;
    max-height: 230px;
    overflow: hidden;
    margin: 0 auto 30px;
    border-radius: 2px;
    position: relative
}

.subpage a.main-image {
    max-height: 100%
}

.subpage a.main-image .icon,
a.gallery-image-link .icon {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #fff;
    color: #333;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.subpage a.main-image:hover .icon,
a.gallery-image-link:hover .icon {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.subpage a.main-image::before,
a.gallery-image-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 140, 68, 0.4);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.subpage a.main-image:hover::before,
a.gallery-image-link:hover::before  {
    opacity: 1
}

.subpage a.main-image img {
    width: 100%;
}

.subpage.novost {
    padding-bottom: 0
}

.more-news {
    display: block;
    padding: 30px 0;
    margin-top: 60px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    background: rgba(12, 77, 162, .1)
}

.more-news h5 {
    margin-bottom: 30px;
    color: #333;
    opacity: .8;
    font-size: 18px;
    font-weight: 600;
    color: #2b2d2a
}

.more-news a.news-card {
    max-height: unset;
}
.more-news a.news-card::after {
    display: none
}

.more-news a.news-card .text h2 {
    font-size: 20px
}

@media only screen and (max-width: 575px) {
    .more-news h5 {
        text-align: center
    }
    
    .more-news a.news-card,
    a.gallery-image-link {
        max-width: 400px
    }
    a.gallery-image-link img {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .more-news a.news-card .text h2 {
        font-size: 18px
    }
}

button.btn.btn-main,
a.btn.btn-main {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #2b2d2a;
    border: 2px solid #2b2d2a;
    border-radius: 2px;
    letter-spacing: 0.7px;
    transition: .3s;
}

button.btn.btn-main:focus,
a.btn.btn-main:focus {
    box-shadow: none;
    outline: none
}

button.btn.btn-main:hover,
a.btn.btn-main:hover {
    background: transparent;
    color: #2b2d2a
}

.btn-cont {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px
}

.slider.slider-nav {
    text-align: center;
    margin: 0 0 50px
}

.slider.slider-nav .slick-list {
    padding-bottom: 10px
}

.slider.slider-nav .slick-track::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    background:#d8dbde;
    bottom: 0
}

.slider.slider-nav .slick-track .timeline-circle {
    position: relative;
    z-index: 1;
    padding-bottom: 12px
}

.slider.slider-nav .slick-track .timeline-circle:hover {
    cursor: pointer
}


.slider.slider-nav .slick-track .timeline-circle time {
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-left: 1px;
    opacity: .8;
    display: block;
    position: relative;
    z-index: 2;
    transition: .3s;
}

.slider.slider-nav .slick-track .timeline-circle time::before,
.slider.slider-nav .slick-track .timeline-circle time::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    bottom: -18px;
    background: #d8dbde;
    z-index: 2;
    transition: .3s;
}

.slider.slider-nav .slick-track .timeline-circle time::after {
    background: #fff;
    width: 7px;
    height: 7px;
    bottom: -14px;

}

.slider.slider-nav .slick-slide.is-active .timeline-circle time::before,
.slider.slider-nav .slick-track .timeline-circle:hover time::before{
    cursor: pointer;
    background: #2b2d2a
}

.slider.slider-nav .slick-slide.is-active .timeline-circle time,
.slider.slider-nav .slick-track .timeline-circle:hover time {
    color: #2b2d2a
}

.slider.slider-nav .slick-slide .timeline-circle::before,
.slider.slider-nav .slick-slide .timeline-circle::after {
    position: absolute;
    content: "";
    left: 0;
    width: calc(50% - 5px);
    height: 2px;
    bottom: 0;
    background: transparent;
    transition: .3s
    transition: .3s;
}

/* .slider.slider-nav .slick-slide.is-active .timeline-circle::before,
.slider.slider-nav .slick-slide.is-active .timeline-circle::after{
    background: #2b2d2a;
} */

.slider.slider-nav .slick-slide.is-active .timeline-circle::after {
    left: calc(-50% + 7px);
    width: calc(50% - 6px);
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    margin-top: 20px
}

.slick-dots li {
    list-style: none;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0;
    margin: 0 4px;
    background: #2b2d2a;
    color: transparent;
    opacity: .5;
    transition: .3s
}

.slick-dots li button:focus {
    outline: none;
    box-shadow: none
}

.slick-dots li.slick-active button {
    opacity: 1
}

.slider.slider-single {
    width: 100%;
}

.slider.slider-single a .img-box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 320px;
    margin-bottom: 20px;
    border-radius: 2px;
}


.slider.slider-single a .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 77, 162, 0.2);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slider.slider-single a:hover .img-box::before {
opacity: 1;
}

.slider.slider-single a .img-box .icon {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #fff;
    color: #333;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slider.slider-single a:hover .img-box .icon {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slider.slider-single a .img-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.slider.slider-single a .content h2 {
    font-size: 22px;
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.4;
    color: #707882;
    transition: .3s;
}

.slider.slider-single a:hover .content h2 {
    color: #2b2d2a
}

.slider.slider-single .content time {
    font-size: 14px;
    font-weight: 400;
    margin-left: 1px;
    color: #707882
}

.slider.slider-single .content p {
    font-size: 15px;
    font-weight: 300;
    padding-top: 20px;
    margin-left: 1px;
    color: #707882
}

@media only screen and (max-width: 767px) {
    .slider.slider-single a .content h2 {
        font-size: 20px
    }
}

@media only screen and (max-width: 575px) {
    .slider.slider-single a .content h2 {
        font-size: 18px
    }
    
    .slider.slider-single a .content time {
        font-size: 13px
    }
    
    .slider.slider-single .content p {
        font-size: 14px
    }
}








