a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
body{
	font-family: "Open Sans", sans-serif;
}
a:hover {
	text-decoration: none;
}
body.modal-open{
	overflow-y: unset !important;
	padding-right: 0px !important;
}
/* Sticky Navbar On Scroll */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	top: -45px !important;
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.shrinked {
	top: -45px !important;
	-webkit-transition: 0s !important;
	-o-transition: 0s !important;
	transition: 0s !important;
}
.sticky:hover {
	background: #fff;
}
header{
	background: url("../img/jpg/header.jpg");
	background-size: cover;
}
.navbar-brand .svg-logo-main img{
	width: 240px;
}
.navbar-expand-lg .navbar-collapse{
	margin-top: -125px;
}
#navbar-logo.logo-sm {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}
#navbar-logo.logo-smX {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
}
#navbar-logo {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
/* Navbar Styling */
header nav .sufinancije p{
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	font-weight: 400;
}
.navbar-expand-lg .navbar-nav{
	position: relative;
}
header nav .sufinancije{
	position: absolute;
	top: 65px;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
header nav .sufinancije p strong{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
header .navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	width: 100%;
	z-index: 999999;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
header .hidden-nav{
	display: none;
	background: #fff;
}
header .hidden-nav .sufinancije{
	text-align: center;
}
header .hidden-nav p{
	color: #505050;
	font-size: 16px;
}
header .sub-nav {
	background: url("../img/jpg/navbar.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
header .sub-nav ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
}
header .sub-nav ul li {
	list-style: none;
	padding: 8px 0px;
	letter-spacing: .1px;
}
header .sub-nav ul li a {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	padding: 15px 13px;
}
header .sub-nav ul li a.prijavi {
	font-weight: 600;
	background: #96c11f;
	padding: 15px 18px;
	margin-left: 20px;
}
header .sub-nav ul li a.prijavi img {
	width: 25px;
	height: 25px;
	margin-right: 12px;
}
header .sub-nav ul li a.prijavi:hover {
	background: #6b9003;
}
header .sub-nav ul li a:hover {
	background: #96c11f;
}
header .main-nav {
	padding: 19px 0px 28px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
header .main-nav.padding-minimum {
	padding: 0;
}
header .main-nav.padding-minimumX {
	padding: 0;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
header .main-nav .navbar-nav .nav-item .nav-link {
	font-family: "Palanquin", sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 17px;
	position: relative;
}
header .main-nav .navbar-nav .nav-item .nav-link::before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 20px;
	height: 2.4px;
	background: #fff;
	bottom: 15px;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
header .main-nav .navbar-nav .nav-item .nav-link:hover::before {
	bottom: 10px;
	opacity: 1;
}
header .main-nav .navbar-nav .nav-item .nav-link:hover {
	color: #fff;
}
header .main-nav .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}
header .main-nav .navbar-nav .nav-item.hidden-item {
	display: none;
}
header .main-nav .navbar-nav .nav-item.hidden-item.brown a {
	font-weight: 600;
	color: #fff;
	background: #4b912a;
	padding: 13px 18px;
	margin: 0;
	margin-top: 20px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
header .main-nav .navbar-nav .nav-item.hidden-item .nav-link{
	font-size: 17px;
	background: #4b912a;
	color: #fff !important;
	opacity: .9;
}
header .main-nav .navbar-nav .nav-item.hidden-item .nav-link:hover{
	background: #366936;
}
header .main-nav .navbar-nav .nav-item.hidden-item a img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}
header .main-nav i {
	font-size: 30px;
	color: #366936;
}
/* SUB PAGE STYLE */
.sub-page-container header .main-nav .navbar-nav .nav-item .nav-link{
	color: #076633;
}
.sub-page-container header .main-nav .navbar-nav .nav-item .nav-link::before{
	background: #076633;
}
.sub-page-container header .main-nav .navbar-nav .nav-item .nav-link:hover {
	color: #076633;
}
.sub-page-container header .main-nav{
	background: url("../img/png/NavbarSub.png");
	background-size: cover;
	background-position-x: right;
	background-position-y: -100px;
	background-repeat: no-repeat;
}
.sub-page-container header nav .sufinancije{
	top: 80px;
}
/* SUB PAGE STYLE END*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	header .main-nav .navbar-nav .nav-item .nav-link {
		font-size: 16px;
		padding: 8px;
	}
	header .main-nav .navbar-nav .nav-item .nav-link:hover::before{
		bottom: 0;
	}
}
@media only screen and (max-width: 991px) {
	header .sub-nav{
		display: none;
	}
	header .navigation {
		background: #fff;
	}
	header .main-nav .navbar-nav .nav-item.hidden-item {
		display: block;
	}
	header .main-nav .navbar-nav .nav-item.hidden-item a::before {
		position: unset;
	}
	header .sub-nav ul li.last-item {
		display: none;
	}
	.navbar-nav {
		padding-top: 30px;
	}
	header .main-nav .navbar-nav .nav-item .nav-link::before {
		left: 9%;
	}
	header .main-nav .navbar-nav .nav-item.hidden-item.last{
		margin-bottom: 50px;
	}
	header .main-nav .navbar-nav .nav-item.hidden-item.last .nav-link{
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
	}
	header .main-nav {
		position: absolute;
		width: 100%;
		top: 0;
	}
	header .hidden-nav {
		position: absolute;
		width: 100%;
		top: 225px;
	}
	header .banner .big-logo{
		max-width: 100% !important;
	}
	header .nav-item.hidden-item{
		padding: 0;
	}
}
@media only screen and (max-width: 364px) {
	header .sub-nav ul {
		padding: 0;
	}
	header .sub-nav ul li a {
		font-size: 11px;
		padding: 14px 8px;
	}
	header .sub-nav ul li a.prijavi {
		padding: 15px 10px;
		font-size: 11px;
		margin-left: 5px;
	}
	header .sub-nav ul li a.prijavi img {
		width: 20px;
		height: 20px;
	}
	header .sub-nav ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
	}
}
@media only screen and (max-width: 394px) {
	.navbar-brand {
		margin: 0;
	}
	.navbar-brand img {
		width: 180px;
		height: auto;
	}
	header {
		padding-top: 145px;
	}
	header .main-nav .navbar-nav .nav-item .nav-link {
		font-size: 15px;
	}
}
/* Header Banner */
header .banner {
	background: url("../img/jpg/main-background.jpg");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	padding: 385px 0px 50px;
}
header .banner .icons{
	margin: -30px 0px;
	text-align: center;
	padding-bottom: 85px;
}
header p {
	font-family: "Palanquin", sans-serif;
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	padding-top: 6px;
	letter-spacing: .5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	header p {
		font-size: 39px;
		letter-spacing: .1px;
	}
}
@media only screen and (max-width: 991px) {
	header .icons-list {
		padding: 50px 0px;
	}
	header p {
		margin-bottom: 80px;
	}
}
@media only screen and (max-width: 575px) {
	header .icons-list {
		padding: 30px 0px 120px;
	}
	header p {
		font-size: 20px;
		margin-bottom: 30px;
	}
	header .icons-list .image {
		height: unset;
	}
	header .icons-list .image #svg1 {
		width: 80px;
	}
	header .icons-list .image #svg2 {
		width: 60px;
	}
	header .icons-list .image #svg3 {
		width: 80px;
	}
	header .icons-list .image #svg4 {
		width: 50px;
	}
	header .icons-list {
		padding: 30px 0px 150px;
	}
}
/* MEDIA NEW*/
@media only screen and (max-width: 1199px) {
	header .hidden-nav{
		display: block;
		padding-bottom: 15px;
	}
	header .hidden-nav .sufinancije .on-small-list{
		display: none;
	}
	header .hidden-nav .sufinancije img{
		max-width: 600px;
		height: auto;
	}
	header .hidden-nav p {
		padding: 0 0 10px;
		font-size: 14px;
	}
	header nav .sufinancije{
		display: none;
	}
	.sub-page-container header nav .sufinancije {
		display: block;
	}
	header .banner .icons{
		margin: 0px 0px;
	}
	header .banner .icons img{
		width: 70%;
		height: auto;
	}
	header .banner .big-logo{
		max-width: 80%;
		margin: 0 auto;
	}
	header .banner {
		padding: 445px 0px 50px;
	}
}
@media only screen and (max-width: 991px) {
	.sub-page-container header nav .sufinancije {
		display: none;
	}
	.sub-page-container header .main-nav{
		background-position-y: 0px;
		background-repeat: no-repeat;
		background-size: contain;
		background-color: #fff;
	}
	header .main-nav {
		background: #96c11f;
	}
	header .hidden-nav .sufinancije img {
		max-width: 100%;
		height: auto;
	}
	header .hidden-nav p {
		padding: 0 0 10px;
		font-size: 12px;
		margin: 0px;
	}
	#navbar-logo{
		-ms-transform: scale(.9);
		    transform: scale(.9);
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-o-transform: scale(.9);
	}
	header .main-nav{
		padding: 10px 0px;
	}
	.navbar-expand-lg .navbar-collapse{
		margin-top: -20px;
	}
	.navbar-nav {
		padding-top: 0;
		margin-top: 30px;
		border-top: 1px solid rgba(0,0,0,.3);
	}
	header .banner .icons{
		display: none;
	}
	header .banner {
		padding: 520px 0px 100px;
	}
}
@media only screen and (max-width: 499px) {
	header .hidden-nav .sufinancije img.main{
		display: none;
	}
	header .hidden-nav .sufinancije .on-small-list {
		display: block;
	}
	header .hidden-nav .sufinancije img{
		max-width: 80%;
	}
	header .hidden-nav .sufinancije .on-small-list .eu {
		max-width: 50%;
	}
	header .hidden-nav p{
		padding-top: 6px;
	}
}
@media only screen and (max-width: 767px) {
	header .banner {
		padding: 500px 0px 100px;
	}
}
@media only screen and (max-width: 600px) {
	header .main-nav{
		padding: 0;
	}
	#navbar-logo {
		-ms-transform: scale(.8);
		    transform: scale(.8);
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-o-transform: scale(.8);
	}
	header .hidden-nav{
		top: 200px;
	}
}
@media only screen and (max-width: 400px) {
	header .hidden-nav .sufinancije img{
		max-width: 100%;
	}
	header .hidden-nav .sufinancije .on-small-list .eu{
		max-width: 70%;
	}
	header .hidden-nav p{
		font-size: 10px;
	}
	.navbar-toggler{
		width: 100%;
		text-align: right;
		z-index: 2;
		margin-bottom: 15px;
		margin-top: -50px;
		margin-left: 85%;
		padding: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 394px) {
	header .banner {
		padding: 400px 0px 100px;
	}
}
@media only screen and (max-width: 360px) {
	header .banner {
		padding: 380px 0px 80px;
	}
}
/*-----*/
/* Main Container */
.basic-container{
	position: relative;
}
.basic-container .page-divider{
	position: absolute;
	width: 100%;
	left: 0;
	height: 225px;
	top: -135px;
	background: url("../img/png/Divider.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.main-container {
	padding: 25px 0px 78px;
}
.main-container .main-column li{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #475846;
	letter-spacing: .2px;
}
.main-container .main-column h1, .main-container .main-column h2 {
	font-family: "Palanquin", sans-serif;
	font-size: 22px;
	color: #4b912a;
	font-weight: 600;
	letter-spacing: .3px;
	margin: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
.main-container .main-column h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #4b912a;
	font-weight: 600;
	text-transform: uppercase;
}
.main-container .main-column hr {
	background: #4b912a;
	border: 1px solid #4b912a;
	position: relative;
	margin: 0;
}
.main-container .main-column time {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #697568;
	font-weight: 600;
}
.main-container .main-column p {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #475846;
	padding-top: 20px;
	letter-spacing: .2px;
}
.main-container .main-column a:hover .image {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
}
.main-container .main-column a:hover h2,.main-container .main-column a:hover h1 {
	color: #96c11f;
}
.main-container .main-column .news-row {
	margin: 35px 0px 60px;
}
.main-container .main-column .news-row .img-col {
	padding: 0;
}
.main-container .main-column .news-row .img-col .image {
	width: 100%;
	overflow: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.main-container .main-column .news-row .article {
	padding: 0 4px 0px 10px;
	line-height: 1.6;
}
.main-container .main-column .button-container {
	width: 100%;
	position: relative;
	margin-top: 88px;
}
.main-container .main-column .button-container::before {
	position: absolute;
	content: "";
	height: 2px;
	background: #e1e6e1;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: -1;
}
.main-container .main-column .button-container a {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
	background: #4b912a;
	border-radius: 1px;
	position: relative;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}
.main-container .main-column .button-container a::before, .main-container .main-column .button-container a::after {
	position: absolute;
	content: "";
	background: #fff;
	top: 0;
	bottom: 0;
	width: 15px;
}
.main-container .main-column .button-container a::before {
	left: -15px;
}
.main-container .main-column .button-container a::after {
	right: -15px;
}
.main-container .main-column .button-container a:hover {
	background: #366934;
}
.main-container .sub-column h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #2daae1;
	font-weight: 600;
	text-transform: uppercase;
}
.main-container .sub-column .schedule h3{
	color: #96c11f;
}
.main-container .sub-column .schedule hr{
	background: #96c11f;
	border: 1px solid #96c11f;
}
.main-container .sub-column hr {
	background: #2daae1;
	border: 1px solid #2daae1;
	position: relative;
	margin: 0;
}
.main-container .sub-column .schedule .truck2{
	display: none;
}
@media only screen and (max-width: 991px) {
	.main-container .main-column {
		margin-bottom: 80px;
	}
	.basic-container .page-divider{
		top: -90px;
	}
	.main-container .sub-column .schedule .truck1{
		display: none;
	}
	.main-container .sub-column .schedule .truck2{
		display: block;
		width: 100%;
		height: auto;
	}
	.sub-page-container .sub-container a.news-link .news-box .text p{
		display: none;
	}
	.main-container .main-column .button-container{
		margin-top: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.main-container .main-column .news-row .img-col {
		padding: 0 25px;
		margin-bottom: 25px;
	}
	.main-container .main-column .news-row .img-col .image {
		max-height: 250px;
		overflow: hidden;
	}
	.main-container .main-column .button-container{
		margin-bottom: 20px;
	}
	.main-container .main-column .news-row{
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1030px) {
	.main-container .sub-column h3 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 575px) {
	.main-container {
		overflow: hidden;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.main-container .main-column .news-row:first-child{
		margin-top: 35px;
	}
	.main-container .main-column h1, .main-container .main-column h2{
		font-size: 22px;
	}
	.main-container .main-column .button-container{
		margin-top: 70px;
	}
	.main-container .main-column .news-row .img-col{
		margin-bottom: 12px;
	}
	.main-container .main-column p{
		display: none;
	}
	.main-container .main-column .news-row .article {
		position: relative;
	}
	.main-container .main-column .news-row .article::after {
		position: absolute;
		content: "";
		bottom: -15px;
		left: 20px;
		width: 10%;
		height: 2px;
		background: #61a75d;
	}
}
@media only screen and (min-width: 410px) and (max-width: 767px) {
	.main-container .main-column a:hover .image {
		-webkit-box-shadow: unset;
		-o-box-shadow: unset;
		-ms-box-shadow: unset;
		box-shadow: unset;
	}
}
@media only screen and (max-width: 394px) {
	.main-container .main-column .news-row .img-col .image {
		max-height: 150px;
		overflow: hidden;
	}
	.main-container .main-column h1, .main-container .main-column h2{
		font-size: 18px;
	}
	.main-container .main-column time{
		font-size: 12px;
	}
	.main-container .main-column p{
		/*font-size: 12px;
		*/
	}
	.main-container .main-column .button-container{
		margin-top: 40px;
	}
}
/* Sub Page links */
.sub-container {
	background: url("../img/jpg/bottom-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	padding: 68px 0px 60px;
}
.sub-container h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.sub-container hr{
	border: 1px solid #fff;
	background: #fff;
	opacity: 0.2;
	margin: 0;
}
.sub-container .image-link {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.sub-container .right-col .image-link a {
	display: block;
}
.sub-container .image-link a .image{
	position: relative;
}
.sub-container .image-link a .image .text-overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(11, 104, 50, .9);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
.sub-container .image-link a .image .text-overlay p{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	color: #fff;
	font-size: 22px;
	width: 100%;
	text-align: center;
	padding: 20px;
	opacity: 0;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
}
.sub-container .image-link a:hover .image .text-overlay{
	height: 100%;
}
.sub-container .image-link a:hover .image .text-overlay p{
	opacity: 1;
}
.sub-container .image-link {
	width: 100%;
	overflow: hidden;
	margin-top: 48px;
	position: relative;
	max-width: 540px;
}
.sub-container .button-link {
	text-align: center;
	width: 100%;
	margin: 45px 0 0px;
}
.sub-container .button-link a {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	color: #0b6832;
	background: #fff;
	box-shadow: 0px;
	-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
	-o-box-shadow: 0px;
	font-size: 12px;
	font-weight: 600;
	padding: 15px 37px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	position: relative;
}
.sub-container .button-link a:hover{
	color: #fff;
	background: #0b6832;
	box-shadow: 0 0 1px#0b6832;
	-webkit-box-shadow: 0 0 1px#0b6832;
	-moz-box-shadow: 0 0 1px#0b6832;
	-o-box-shadow: 0 0 1px#0b6832;
}
.sub-page-container .sub-container a.news-link{
	display: block;
}
.sub-page-container .sub-container a.news-link .news-box{
	width: 100%;
	max-height: 500px;
	overflow: hidden;
	margin-top: 30px;
}
.sub-page-container .sub-container a.news-link .news-box .image{
	width: 100%;
	max-height: 230px;
	overflow: hidden;
}
.sub-page-container .sub-container a.news-link .news-box .text{
	color: #fff;
	font-family: "Palanquin", sans-serif;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
.sub-page-container .sub-container a.news-link .news-box .text::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(255,255,255,.9);
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}
.sub-page-container .sub-container a.news-link .news-box .text .content{
	position: relative;
	z-index: 1;
	padding: 0 10px 10px;
}
.sub-page-container .sub-container a.news-link .news-box .text h4{
	font-size: 18px;
	letter-spacing: .2px;
	margin-bottom: 0px;
	padding-top: 15px;
}
.sub-page-container .sub-container a.news-link .news-box .text time{
	font-size: 12px;
	color: #d9eda1;
}
.sub-page-container .sub-container a.news-link .news-box .text p{
	font-size: 13px;
	letter-spacing: .2px;
	padding-top: 15px;
}
.sub-page-container .sub-container a.news-link:hover .text::after{
	height: 100%;
}
.sub-page-container .sub-container a.news-link:hover .news-box .text,.sub-page-container .sub-container a.news-link:hover .news-box .text time{
	color: #0b6832;
}
@media only screen and (min-width: 2560px){
	.sub-page-container header .main-nav{
		background-position-y: -250px;
	}
}
@media only screen and (max-width: 991px) {
	.sub-container .button-link a:before,.sub-container .button-link a:after{
		position: absolute;
		content: "";
		left: -1px;
		top: -1px;
		background: transparent;
		right: -1px;
		bottom: -1px;
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s;
		opacity: 0;
	}
	.sub-container .button-link a:before{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: scaleX(0);
		    -ms-transform: scaleX(0);
		        transform: scaleX(0);
	}
	.sub-container .button-link a:after{
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: scaleY(0);
		    -ms-transform: scaleY(0);
		        transform: scaleY(0);
	}
	.sub-container .button-link a:hover:before{
		-webkit-transform: scaleX(1);
		    -ms-transform: scaleX(1);
		        transform: scaleX(1);
		opacity: 1;
	}
	.sub-container .button-link a:hover:after{
		-webkit-transform: scaleY(1);
		    -ms-transform: scaleY(1);
		        transform: scaleY(1);
		opacity: 1;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sub-container h3 {
		font-size: 14px;
	}
	.sub-container .image-link {
		max-height: 300px;
	}
}
@media only screen and (max-width: 767px) {
	.sub-page-container .sub-container a.news-link .news-box .image img{
		width: 100%;
	}
	.sub-container .image-link {
		max-height: 320px;
	}
	.sub-container .image-link img {
		width: 100%;
	}
	.sub-container .left-col {
		margin-bottom: 100px;
	}
	.sub-container .image-link a .image{
		max-height: 320px;
	}
	.sub-container .button-link{
		display: none;
	}
	.sub-container .image-link.first {
		margin-bottom: 25px;
	}
	.sub-container .image-link a:hover .image .text-overlay {
		height: 100%;
		border: 1px solid rgba(255,255,255,.2);
	}
}
@media only screen and (max-width: 428px) {
	.sub-container .left-col h3 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 310px) {
	.sub-container .text p {
		font-size: 19px;
	}
}
@media only screen and (max-width: 327px) {
	.sub-container .button-link a {
		font-size: 10px;
		padding: 15px 20px;
	}
}
@media only screen and (max-width: 575px) {
	/*.sub-page-container .sub-container .button-link{
		display: block;
	}
	*/
	.sub-container .left-col {
		margin-bottom: 70px;
	}
	.sub-container .image-link{
		margin-top: 40px;
	}
	.sub-container{
		padding-top: 40px;
	}
}
@media only screen and (max-width: 450px) {
	.sub-container .left-col hr.green-leaf::before,.sub-container .right-col hr.brown-leaf::before{
		display: none;
	}
	.sub-container .left-col hr.green-leaf,.sub-container .right-col hr.brown-leaf{
		margin: 0 10px;
	}
	.sub-container .left-col h3,.sub-container .right-col h3{
		padding-left: 15px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1030px) {
	.sub-container .right-col hr.brown-leaf::before {
		margin: 0 22px 0px 0px;
	}
	.sub-container .right-col h3 {
		font-size: 14px;
	}
}
/* Footer Section */
footer{
	padding: 10px 0px;
}
footer .top-row ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	padding-left: 0px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	margin: 55px 0px 45px;
}
footer .top-row ul li{
	list-style: none;
	max-width: 33.3333333333%;
}
footer .top-row ul li a{
	display: block;
}
footer .bottom-row p{
	color: #9b9b9a;
	font-size: 12px;
	text-align: center;
	line-height: 1.8;
	opacity: .9;
	padding: 0 40px 10px;
}
footer .bottom-row p strong{
	font-weight: 600;
	opacity: 1;
}
footer .bottom-row p strong span{
	text-transform: uppercase;
	font-size: 13px;
	color: #767676;
	opacity: 1;
}
footer .top-row.top-row-onright ul{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
}
footer .top-row.top-row-onright ul li{
	text-align: center;
	max-width: 50%;
	margin: 0px 25px;
}
footer .top-row.top-row-onright ul li:last-child{
	margin-right: 0;
}
footer .top-row.top-row-onright ul li p{
	font-size: 12px;
	color: #535353;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 12px;
}
footer .futuro, footer .futuro span, footer .futuro strong {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
footer .futuro {
	position: relative;
	right: 30px;
	top: -30px;
	float: right;
	width: 25px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin-top: 35px;
}
footer .futuro.right {
	right: auto;
}
footer .futuro.neutral, footer .futuro.neutral:hover {
	text-shadow: 1px 1px #333;
}
footer .futuro.light, footer .futuro.light:hover {
	color: #333;
}
footer .futuro span {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 10;
	background: #1d1d1d url("https://www.futuro.hr/img/potpis/futuro.png") center 5px no-repeat;
	background-size: 18px auto;
	border-radius: 50%;
}
footer .futuro.neutral.alt span {
	background-color: #666;
}
footer .futuro.dark.alt span,footer .futuro.light.alt span {
	background-color: #999;
}
footer .futuro.dark.alt2 span {
	background: transparent url("https://www.futuro.hr/img/potpis/futuro2.png") center -1px no-repeat;
	background-size: 30px auto;
}
footer .futuro.dark.alt2:hover span {
	background-color: #d5261e;
}
footer .futuro strong {
	display: block;
	position: absolute;
	top: 4px;
	left: 15px;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	opacity: 0;
}
footer .futuro.right strong {
	left: -20px;
}
footer .futuro:hover {
	color: #fff;
	text-decoration: none;
	overflow: visible;
}
footer .futuro:hover span, footer .futuro.alt:hover span {
	background-color: #d5261e;
	border-radius: 6px;
}
footer .futuro:hover strong {
	left: 30px;
	opacity: 1;
}
footer .futuro.right:hover strong {
	left: -40px;
}
@media only screen and (max-width: 991px) {
	footer .top-row.top-row-onright ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-o-justify-content: center;
	}
	footer .bottom-row p{
		padding: 0 40px 0px;
	}
	footer .top-row.top-row-onright ul li:last-child{
		margin-right: 20px;
	}
}
@media only screen and (max-width: 767px) {
	footer .bottom-row p{
		padding: 0px;
	}
}
@media only screen and (max-width: 500px) {
	footer .top-row ul li {
		list-style: none;
		max-width: 40%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	footer .bottom-row{
		margin-top: -45px;
	}
	footer .top-row.top-row-onright ul{
		margin: 20px 0px 0px;
	}
}
.calendar {
	font-family: "Open Sans", sans-serif;
	padding: 30px 25px 15px 0px;
	font-size: 13px;
	color: #3c3c3c;
	overflow: visible;
}
.calendar .pull-left {
	/* margin-left: -15px;
	*/
	text-align: left;
}
.calendar .pull-right {
	/*margin-right: -15px;
	*/
	text-align: right;
}
.table-responsive{
	overflow-x: unset;
}
.table td, .table th {
	padding: 0;
}
.calendar .month {
	font-size: 16px;
	font-weight: 300;
	color: #6c6c6c;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
	line-height: 2.2;
}
.calendar .table > thead > tr > th {
	padding-bottom: 25px;
	border: none;
}
.calendar .table > tbody > tr > td,.calendar .table > tbody > tr > th,.calendar .table > tfoot > tr > td,.calendar .table > tfoot > tr > th,.calendar .table > thead > tr > td,.calendar.table > thead > tr > th {
	padding: 6px 11px;
	text-align: center;
	border: none;
	font-weight: 200;
}
.calendar .table > tbody > tr > td.last-month {
	color: #a1a1a1;
}
.calendar .table > tbody > tr > td.has-event {
	font-weight: 400;
	color: #fff;
	line-height: 1.8;
	padding: 6px;
	padding-top: 4px;
}
.calendar .table > tbody > tr > td.current{
	font-weight: 800;
}
.calendar .table tbody tr td.has-event a {
	color: #fff;
	display: block;
	position:relative;
	z-index:2;
	background: #2daae1;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;
}
.calendar .table > tbody > tr > td.has-event a:hover {
	cursor: pointer;
}
.calendar .table > tbody > tr > td.has-event .popover {
	min-width: 250px;
	font-family: "Roboto",sans-serif;
	border-radius: 2px;
}
.calendar .table > tbody > tr > td.has-event .popover a {
	margin: 10px 0px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}
.calendar .table > tbody > tr > td.has-event .popover-title {
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
}
.calendar .table > tbody > tr > td.has-event .popover-content {
	padding-top: 4px;
	padding-bottom: 4px;
}
.calendar .table > tbody > tr > td.today {
	font-weight: 800;
}
.calendar .table > tbody > tr.days > td {
	font-size: 14px;
	font-weight: 600;
	color: #2daae1;
}
.calendar thead button {
	width: 35px;
	height: 35px;
	position: relative;
	top: -2px;
	padding: 0px;
	text-align: center;
	background-color: transparent;
	border: none;
	border-radius: 50%;
}
.calendar thead button:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.calendar .calendar-month{
	padding: 0 !important;
	color: #6f776e !important;
	font-weight: 500 !important;
}
.popover a {
	color: #61a75d !important;
	display: block;
}
.popover a:hover {
	color: #366934 !important;
}
/* Breakpoints */
@media only screen and (min-width: 992px) and (max-width: 1060px) {
	.calendar .table > tbody > tr > td,.calendar .table > tbody > tr > th,.calendar .table > tfoot > tr > td,.calendar .table > tfoot > tr > th,.calendar .table > thead > tr > td,.calendar.table > thead > tr > th {
		padding: 8px 6px;
		text-align: center;
		border: none;
	}
}
@media only screen and (max-width: 991px) {
	.flexible-calendar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.calendar {
		padding: 20px;
	}
	.calendar-news {
		padding: 20px 20px 20px 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.calendar{
		padding: 20px 80px;
	}
}
@media only screen and (max-width: 490px) {
	.flexible-calendar {
		display: block;
	}
	.month {
		text-align: center;
	}
}
@media only screen and (max-width: 445px) {
	.calendar .table tbody tr td.has-event a{
		width: 22px;
		height: 22px;
	}
}
@media only screen and (max-width: 394px) {
	.calendar {
		padding: 30px 20px 20px;
	}
}
@media only screen and (max-width: 300px) {
	.calendar-news {
		padding: 20px 40px;
	}
	.calendar {
		padding: 30px 5px 20px;
	}
}
@media only screen and (max-width: 325px) {
	.calendar .table > tbody > tr > td, .calendar .table > tbody > tr > th, .calendar .table > tfoot > tr > td, .calendar .table > tfoot > tr > th, .calendar .table > thead > tr > td, .calendar.table > thead > tr > th{
		padding: 6px 10px;
	}
	.calendar{
		font-size: 10px;
	}
	.calendar .table tbody tr td.has-event a{
		width: 20px;
		height: 20px;
	}
}
/* Small calendar news */
.calendar-news {
	padding-bottom: 60px;
}
.calendar-news time {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #2daae1;
	font-weight: 600;
}
.calendar-news h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #6f776e;
	padding-top: 5px;
	line-height: 1.5;
}
.calendar-news a {
	display: block;
	margin-bottom: 20px;
	padding-right: 15px;
	line-height: 1.6;
	position: relative;
}
.calendar-news a::before {
	position: absolute;
	content: "";
	left: -10px;
	right: 0;
	top: 30px;
	bottom: 0;
	border-left: 2px solid #0688c1;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	opacity: 0;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}
.calendar-news a:hover::before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	opacity: 1;
}
.calendar-news a:hover time {
	color: #0688c1;
}
.calendar-news a:hover h4 {
	color: #494a49;
}
/* Schedule Container */
.schedule hr {
	background: #b28d6f;
	border: 1px solid #b28d6f;
	position: relative;
	margin: 0;
}
.schedule .image {
	margin-top: 22px;
	position: relative;
	width: 100%;
	max-height: 300px;
	overflow: hidden;
}
.schedule a .image .text-overlay{
	position: absolute;
	background: #96c11f;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	height: 55px;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
}
.schedule a .image .text-overlay p{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	color: #fff;
	-ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	font-size: 13px;
	letter-spacing: .2px;
}
.schedule a:hover .image .text-overlay{
	height: 100%;
}

.schedule a:hover .image{
    box-shadow: none !important;
}
@media only screen and (max-width: 991px) {
	.schedule {
		margin-top: 30px;
	}
	.schedule .image {
		text-align: center;
	}
}
@media only screen and (max-width: 450px) {
	.schedule hr{
		margin: 0 10px;
	}
	.calendar-news{
		display: none;
	}
}
/* NEWS SUBPAGE */
.news-sub-page .main-title{
	margin: 15px 0px 50px;
}
.news-sub-page .main-title h1{
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #366934;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 60px;
}
.news-sub-page .main-title hr{
	background: #76aa75;
	border: 1px solid #76aa75;
	position: relative;
	margin: 0;
}
.news-sub-page .main-title hr::before{
	position: absolute;
	content: url("../img/svg/green-leaf.svg");
	left: -35px;
	width: 80px;
	top: 50%;
	transform: translateY(-50%) rotateY(180deg);
	-webkit-transform: translateY(-50%) rotateY(180deg);
	-moz-transform: translateY(-50%) rotateY(180deg);
	-o-transform: translateY(-50%) rotateY(180deg);
	-ms-transform: translateY(-50%) rotateY(180deg);
	height: 40px;
}
.news-sub-page .img-col{
	padding: 0;
}
.news-sub-page .news-list .img-col .image{
	width: 100%;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
}
.news-sub-page .news-list .article{
	padding: 0 4px 0px 10px;
	line-height: 1.6;
}
.news-sub-page .news-list .article h2{
	font-family: "Palanquin", sans-serif;
	font-size: 24px;
	color: #366934;
	font-weight: 600;
	letter-spacing: .3px;
	margin: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
.news-sub-page .news-list .article time{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #697568;
	font-weight: 600;
}
.news-sub-page .news-list .article p{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #475846;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: .2px;
}
.news-sub-page .news-list a{
	display: block;
}
.news-sub-page .news-list .listed{
	margin: 70px 0px;
}
.news-sub-page .news-list a:hover .img-col .image{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
}
.news-sub-page .news-list a:hover .article h2{
	color: #61a75d;
}
.news-sub-page .smaller-column h3{
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #8a6547;
	font-weight: 600;
	text-transform: uppercase;
	text-align:right;
	padding-right: 20px;
}
.news-sub-page .smaller-column hr{
	background: #b28d6f;
	border: 1px solid #b28d6f;
	position: relative;
	margin: 0;
}
.news-sub-page .smaller-column .sub-title{
	margin: 15px 0px 30px;
}
.news-sub-page .smaller-column time{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #8a6547;
	font-weight: 600;
}
.news-sub-page .smaller-column h2{
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #6f776e;
	padding-top: 5px;
}
.news-sub-page .smaller-column a{
	display: block;
	margin-bottom: 20px;
	padding-right: 15px;
	line-height: 1.6;
	position: relative;
}
.news-sub-page .smaller-column a::before{
	position: absolute;
	content: "";
	left: -10px;
	right: 0;
	top: 30px;
	bottom: 0;
	border-left: 2px solid #8a6547;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	opacity: 0;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}
.news-sub-page .smaller-column a:hover::before{
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	opacity: 1;
}
.news-sub-page .smaller-column hr.divider{
	margin: 40px 0px;
}
.news-sub-page .smaller-column a.jssocials-share-link::before{
	opacity: 0;
}
.news-sub-page .smaller-column a.jssocials-share-link span{
	display: none;
}
.news-sub-page .smaller-column a.jssocials-share-link{
	padding-left: 8px;
	padding-right: 8px;
}
/* NEWS SUBPAGE PAGINATION */
.pagination{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pagination span,.pagination a{
	border: 1px solid rgba(0,0,0,0.2);
	margin: 0 5px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	color: rgba(0,0,0,.4);
}
.pagination li.active span{
	font-weight: 500;
	color: #366934;
	border-color: #96c11f;
	;
}
.pagination li.disabled{
	color: rgba(0,0,0,0.5);
}
.pagination li a{
	color: rgba(0,0,0,.8);
	background: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.pagination li a:hover{
	color: #fff;
	background: #96c11f;
}
/* POST PAGE */
.post-page{
	margin-top: 30px;
}
.post-page .title h1{
	font-family: "Palanquin", sans-serif;
	font-size: 26px;
	color: #366934;
	font-weight: 600;
	letter-spacing: .3px;
	margin: 0;
}
.post-page .title time{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #697568;
	font-weight: 600;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	margin-left: 20px;
}
.post-page .text p{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #475846;
	padding-top: 20px;
	letter-spacing: .2px;
}
.post-page .text h3,.post-page .text h2,.post-page .text h4,.post-page .text h5{
	font-family: "Palanquin", sans-serif;
	color: #366934;
	font-weight: 600;
}
.post-page .text h3{
	font-size: 20px;
}
.post-page .text h2{
	font-size: 18px;
}
.post-page .text h4{
	font-size: 17px;
}
.post-page .text h5{
	font-size: 16px;
}
.post-page .text ul{
	margin-top: -10px;
	margin-bottom: 20px;
}
.post-page .text ul li{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #475846;
	padding-top: 10px;
	letter-spacing: .2px;
}
.post-page .text img{
	max-width: 100%;
	height: auto;
}
.post-page .video{
	margin: 0px 0px 80px;
}
.post-page hr{
	background: #76aa75;
	border: 1px solid #76aa75;
	position: relative;
	margin: 20px 20px 20px 0;
}
.post-page .gallery{
	margin-bottom: 80px;
}
.post-page .gallery h2{
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 20px;
	color: #366934;
}
.post-page .gallery a{
	display: block;
}
.post-page .gallery a{
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	-webkit-box-shadow: 0;
	-o-box-shadow: 0;
	-ms-box-shadow: 0;
	box-shadow: 0;
}
.post-page .gallery a:hover{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}
.post-page .gallery .gallery-image{
	width: 100%;
	overflow: hidden;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
	.post-page .gallery .thumbnail {
		-webkit-box-flex: 50%;
		    -ms-flex: 50%;
		        flex: 50%;
		max-width: 50%;
	}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.post-page .gallery .thumbnail {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 575px) {
    .post-page .gallery a:hover{
    	-webkit-box-shadow: none;
    	-o-box-shadow: none;
    	-ms-box-shadow: none;
    	box-shadow: none;
    }
}
.post-page .content {
	padding: 0px 0px 50px;
}
.post-page .content .main-image{
	margin-top: 25px;
	width: 100%;
	overflow: hidden;
	max-height: 300px;
}
.post-page .content .main-image a{
	display: block;
}
.fancybox-controls{
	top: unset;
	bottom: 50px;
}
.fancybox-container{
	z-index: 9999999;
}
.other-news{
	background: #f5f5f5;
	padding: 50px 0px 90px;
}
.other-news h2{
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #366934;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-left: 20px;
}
.other-news .card time{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #697568;
	font-weight: 600;
}
.other-news .card h4{
	font-family: "Palanquin", sans-serif;
	font-size: 18px;
	color: #366934;
	font-weight: 600;
	letter-spacing: .3px;
	padding: 2px 0px 15px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}
.other-news .card .card-body{
	padding: 5px 15px;
}
.other-news .card{
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	border-radius: 2px;
}
.other-news a:hover h4{
	color: #61a75d;
}
.other-news a:hover .card{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.other-news .button-arrow.second-btn{
	width: 100%;
	margin: 70px 0px 0px;
	text-align: center;
}
.other-news .button-arrow.second-btn a{
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
	background: #61a75d;
	border-radius: 1px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}
.other-news .button-arrow.second-btn a:hover{
	background: #366934;
}
.other-news .card .card-image-cont{
	overflow: hidden;
	width: 100%;
	max-height: 150px;
}
.other-news .card .card-image-cont img{
	border-radius: 0px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}
.sub-page-container .post-page .news-heading p.shortened{
	font-size: 14px;
	color: #3298c5;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 7px;
}
.sub-page-container .post-page .news-heading h1{
	font-family: "Palanquin", sans-serif;
	font-size: 30px;
	color: #4b912a;
	padding-bottom: 5px;
}
.sub-page-container .post-page .news-content{
	color: #475846;
	margin-top: 15px;
}
.sub-page-container .post-page .news-content p{
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
}
.sub-page-container .post-page .news-content p strong{
	letter-spacing: 0px;
}
.sub-page-container .post-page .news-content .article-img{
	margin-top: 20px;
	width: 100%;
	max-height: 300px;
	overflow: hidden;
}
.sub-page-container .post-page .news-content .article-img img{
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.post-page .content .main-image{
		width: 100%;
		max-height: 250px;
		overflow: hidden;
	}
	.post-page .title h1{
		font-size: 23px;
	}
	.post-page hr{
		margin: 15px 20px 15px 0;
	}
	.post-page .text ul li,.post-page .text p{
		font-size: 13px;
	}
	.post-page .text h3{
		font-size: 18px;
	}
	.other-news .card{
		margin-bottom: 30px;
	}
	.other-news .button-arrow.second-btn{
		margin: 40px 0px 0px;
	}
	.sub-page-container .post-page .news-content .article-img img{
		width: unset;
	}
	.sub-page-container .post-page .news-content .article-img{
		margin-top: 25px;
		padding-bottom: 40px;
		border-bottom: 1px solid rgba(0,0,0,.2);
		text-align: center;
	}
}
@media only screen and (max-width: 575px){
	.sub-page-container .main-container .main-column p {
		display: block;
	}
}
@media only screen and (max-width: 498px){
	.other-news .col-6{
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.other-news .card{
		margin-left: 50px;
		margin-right: 50px;
	}
	.other-news .card .card-image-cont{
		max-height: 200px;
	}
}
@media only screen and (max-width: 498px){
	.other-news .card{
		margin-left: 20px;
		margin-right: 20px;
	}
}
/* Dynamic Tab Menu */
.dynamic-menu a{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #366934;
	font-weight: 600;
	text-transform: uppercase;
}
.dynamic-menu .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #61a75d;
	background-color: transparent;
	border-color: #366934 #366934 #f6f6f6;
}
.dynamic-menu .nav-tabs{
	border-bottom: 1px solid #366934;
}
.dynamic-menu .table{
	margin: 50px 0px 0px;
	border: 1px solid rgba(0,0,0,.2);
}
.dynamic-menu thead{
	-webkit-box-shadow: 0px 0px 1px black;
	        box-shadow: 0px 0px 1px black;
}
.dynamic-menu .table td, .dynamic-menu .table th{
	border: 0;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}
.dynamic-menu .table thead th{
	padding: 10px 20px;
	text-align: center;
	border: 0;
}
.dynamic-menu .table td{
	padding: 5px 20px;
	font-size: 13px;
	font-weight: 600;
}
.dynamic-header h2{
	font-family: "Open Sans", sans-serif;
	color: #366934;
	font-weight: 600;
	padding:0px 0px 20px;
}
@media only screen and (max-width: 991px){
	.dynamic-menu .table td, .dynamic-menu .table th{
		font-size: 13px;
	}
}
@media only screen and (max-width: 575px){
	.dynamic-header h2 {
		padding: 0px 20px 20px;
		text-align: center;
	}
}
@media only screen and (max-width: 454px){
	.dynamic-header h2 {
		padding: 0px 10px 20px;
		font-size: 18px !important;
	}
	.dynamic-menu a{
		font-size: 11px;
	}
	.dynamic-menu .table th{
		font-size: 12px;
	}
	.dynamic-menu .table td{
		display: block;
		width: 100% !important;
	}
}
@media only screen and (max-width: 350px){
	.dynamic-menu .table td {
		padding-left: 10px;
	}
}
@media only screen and (max-width: 345px){
	.dynamic-menu a {
		padding-left: 5px;
		padding-right: 5px;
	}
}
/* GOOGLE MAP */
.map-content-bedekovcina,.map-content-svkriz{
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	        box-shadow: 0 0 2px rgba(0,0,0,.2);
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
#mapBodyContent p{
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #366934;
	padding: 20px 10px;
	margin: 0;
	line-height: 1.5;
}
#mapBodyContent p strong{
	font-weight: 800;
}
.gm-style .gm-style-iw-t{
	right: 7px !important;
	bottom: 70px !important;
}
.gm-ui-hover-effect{
	top: 0 !important;
	right: 0 !important;
}
.googleMap{
	width: 100%;
	height: 500px;
}
/* CONTACT FORM */
.contact-form-box{
	width: 100%;
}
.contact-form-box form{
	margin-top: 20px;
}
.contact-form-box input,.contact-form-box textarea{
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
}
.contact-form-box .contact-form{
	position: relative;
	margin: 0 auto;
	background: rgba(0,0,0,.1);
	padding: 60px 70px 80px 300px;
}
.contact-form-box .contact-form label,.contact-form-box .contact-form span{
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #4b912a;
	font-weight: 600;
}
.contact-form-box .contact-form span{
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}
/* Style inputs with type="text", select elements and textareas */
.contact-form-box input[type=text], .contact-form-box input[type=email], select, textarea {
	width: 100%;
	/* Full width */
	padding: 12px;
	/* Some padding */
	border: 1px solid rgba(0,0,0,.4);
	/* Gray border */
	border-radius: 2px;
	/* Rounded borders */
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* Make sure that padding and width stays in place */
	margin-top: 6px;
	/* Add a top margin */
	margin-bottom: 16px;
	/* Bottom margin */
	resize: vertical;
	/* Allow the user to vertically resize the textarea (not horizontally) */
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
/* Style the submit button with a specific background color etc */
.contact-form-box input[type=submit] {
	border: none;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
	background: #4b912a;
	border-radius: 1px;
	position: relative;
	transition: .2s;
	letter-spacing: 0.3px;
	padding: 12px 35px;
	line-height: 1.6;
	margin-top: 10px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}
/* When moving the mouse over the submit button, add a darker green color */
.contact-form-box input[type=submit]:hover {
	background-color: #96c11f;
}
.contact-form-box .more-info{
	position: absolute;
	background: url("../img/jpg/bottom-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: -225px;
	padding: 55px 60px 50px 60px;
	max-width: 450px;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.5);
	-o-box-shadow: 0 0 1px rgba(0,0,0,.5);
}
.contact-form-box .more-info p,.contact-form-box .more-info a,.contact-form-box .more-info span{
	color: #fff;
}
.contact-form-box .more-info p span{
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
	padding-top: 10px;
}
.contact-form-box .more-info p{
	font-size: 13px;
	padding-top: 8px;
	padding-left: 5px;
}
.contact-form-box .more-info hr{
	width: 30px;
	height: 1.5px;
	margin-left: 5px;
	margin-top: 0px;
	border-radius: 10px;
	border-color: rgba(255,255,255,.7);
	background: rgba(255,255,255,.8);
}
.contact-form-box .more-info hr.second{
	height: unset;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	width: 100%;
}
.contact-form-box .more-info .box span,.contact-form-box .more-info .box a{
	font-size: 15px;
	letter-spacing: 0.4px;
	font-weight: 600;
	line-height: 1.6;
	margin-left: 8px;
}
.contact-form-box .more-info .box a.clickable{
	font-weight: 500;
	border-bottom: 1px dotted #fff;
}
.contact-form-box .more-info .box a:hover.clickable{
	border-bottom: 1px solid #fff;
}
.contact-form-box .more-info .box i{
	font-size: 16px;
	color: #076633;
}
.contact-form-box .more-info .box .icon,.contact-form-box .more-info .box span{
	display: inline-block;
}
.contact-form-box .more-info .box .icon{
	border: 1px solid #076633;
	width: 33px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	border-radius: 2px;
	background: #fff;
}
.contact-form-box .more-info .box{
	margin-top: 30px;
	margin-left: 5px;
}
.contact-form-box .more-info .box .info{
	margin: 18px 0px;
}
/*------------------------*/
.contact-sub-container p,.contact-sub-container a,.contact-sub-container span{
	color: #fff;
}
.contact-sub-container p span{
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
	padding-top: 10px;
}
.contact-sub-container p{
	font-size: 13px;
	padding-top: 8px;
	padding-left: 5px;
}
.contact-sub-container hr{
	width: 30px;
	height: 1.5px;
	margin-left: 5px;
	margin-top: 0px;
	border-radius: 10px;
	border-color: rgba(255,255,255,.7);
	background: rgba(255,255,255,.8);
	opacity: 1;
}
.contact-sub-container span,.contact-sub-container a{
	font-size: 15px;
	letter-spacing: 0.4px;
	font-weight: 600;
	line-height: 1.6;
	margin-left: 8px;
}
.contact-sub-container a.clickable{
	font-weight: 500;
	border-bottom: 1px dotted #fff;
}
.contact-sub-container a:hover.clickable{
	border-bottom: 1px solid #fff;
}
.contact-sub-container i{
	font-size: 16px;
	color: #076633;
}
.contact-sub-container .icon,.contact-sub-container span{
	display: inline-block;
}
.contact-sub-container .icon{
	border: 1px solid #076633;
	width: 33px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	border-radius: 2px;
	background: #fff;
}
.contact-sub-container .box{
	margin-left: 5px;
}
.contact-sub-container .info{
	margin: 18px 0px;
}
/*---------------------------*/
.contact-sub-container{
	display: none;
}
@media only screen and (max-width: 1665px) {
	.contact-form-box .contact-form {
		padding: 60px 70px 80px 70px;
	}
	.contact-form-box .more-info{
		display: none;
	}
	.contact-sub-container{
		display: block;
	}
}
@media only screen and (max-width: 991px) {
	.contact-sub-container p span{
		font-size: 15px;
	}
	.contact-sub-container p{
		font-size: 12px;
		margin: 0;
	}
	.contact-sub-container hr{
		margin-top: 0.3rem;
		margin-bottom: .3rem;
	}
	.contact-sub-container .content-left{
		position: relative;
		top: 50%;
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	.contact-sub-container span, .contact-sub-container a{
		font-size: 12px;
	}
	.contact-sub-container{
		padding: 30px 0px;
	}
}
@media only screen and (max-width: 575px) {
	.contact-sub-container .content-left{
		max-width: 280px;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	.contact-sub-container .content-left hr{
		margin: 0 auto;
		width: 100%;
		height: 1px;
		border: unset;
	}
	.contact-sub-container .box{
		max-width: 240px;
		margin: 0 auto;
		margin-top: 35px;
	}
}
@media only screen and (max-width: 767px) {
	.contact-form-box .contact-form{
		padding: 40px;
	}
	.contact-form-box input, .contact-form-box textarea{
		font-size: 13px;
	}
}
@media only screen and (max-width: 323px){
	.contact-form-box .contact-form span{
		font-size: 17px;
	}
}
/* Success Message Modal */
#myModal{
	top: 100px;
	z-index: 999999999;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;
	position: relative;
}
.modal-confirm h4 {
	width: 100%;
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}
.modal-confirm .icon-box {
	color: #fff;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #61a75d;
	padding: 15px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	background: #61a75d;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #366934;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
@media only screen and (max-width: 991px){
	.hedgehog-container-contact .text{
		max-width: 550px;
	}
	.hedgehog-container-contact .text p{
		font-size: 23px;
		padding: 50px 20px 0px;
	}
}
@media only screen and (max-width: 767px){
	.hedgehog-container-contact .text {
		max-width: 400px;
	}
}
@media only screen and (max-width: 545px){
	.hedgehog-container-contact{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}
	.hedgehog-container-contact .mascot{
		max-width: 25%;
	}
	.hedgehog-container-contact .text{
		max-width: 75%;
	}
	.hedgehog-container-contact #jezic{
		width: 80px;
	}
	.hedgehog-container-contact .text p{
		padding-top: 30px;
	}
}
@media only screen and (max-width: 320px){
	.hedgehog-container-contact .text p{
		font-size: 18px;
	}
}
/* PARTNERS */
.partners .box{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.3);
	-o-box-shadow: 0 0 1px rgba(0,0,0,.3);
	background: #fff;
	border-radius: 2px;
}
.partners .box .image{
	position: absolute;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	text-align: center;
}
.partners .box .image img{
	max-width: 90%;
	height: auto;
}
.partners .box .text{
	position: absolute;
	width: 100%;
	height: 20%;
	opacity: 0;
	background: #076633;
	bottom: 0;
	right: 0;
	padding: 50px 20px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
}
.partners .box:hover .text{
	height: 100%;
	opacity: 1;
}
.partners .box .text a{
	font-family: "Open Sans", sans-serif;
	display: block;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .5px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
}
.partners .box:hover .text a{
	opacity: 1;
}
.partners .box .text a:hover{
	text-decoration: underline;
}
/*Prijavi oneciscenje */
.form-control:focus{
	color: #495057;
	background-color: #fff;
	border-color: #4b912a;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(75,145,42,.2);
	        box-shadow: 0 0 0 2px rgba(75,145,42,.2);
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	/* display: none;
	<- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
	-moz-appearance:textfield;
	/* Firefox */
}
.obrazac-page{
	margin: 20px 0px 0px;
}
.obrazac-page label{
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #4b912a;
	font-weight: 800;
	letter-spacing: .3px;
}
.obrazac-page i{
	font-size: 14px;
	margin: 0px 5px 0px 2px;
}
.obrazac-page .box{
	margin-bottom: 20px;
}
.obrazac-page button.obr{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #f0f0f0;
	font-weight: 100;
	margin: 0;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	        box-shadow: 0 0 1px rgba(0,0,0,.2);
	background: #4b912a;
	border: 0;
	padding: 10px 30px;
}
.obrazac-page button.obr:hover{
	background: #96c11f;
}
.obrazac-page button#garbage-btn{
	margin: 20px 0px 0px;
	font-size: 15px;
	padding: 10px 20px;
}
.obrazac-page input.form-control{
	font-family: "Open Sans", sans-serif;
	color: #606060;
}
.obrazac-page .garbage-chkbx label,.obrazac-page .garbage-chkbx input{
	cursor: pointer;
}
.obrazac-page .garbage-chkbx input{
	margin-right: 5px;
	height: 15px;
}
.obrazac-page .modal-body label{
	font-size: 13px;
	font-weight: 600;
}
.obrazac-page .modal-header .modal-title{
	font-family: "Open Sans", sans-serif;
	color: #366934;
}
@media only screen and (max-width: 575px){
	.obrazac-page{
		padding: 0 20px;
	}
}
@media only screen and (max-width: 325px){
	.obrazac-page button#garbage-btn{
		/*font-size: 12px;
		*/
	}
	.obrazac-page textarea{
		/*font-size: 13px;
		*/
	}
	.obrazac-page hr{
		margin-bottom: .5rem;
	}
	.obrazac-page .box {
		margin-bottom: 10px;
	}
}
/* Dinamic menu on Educational */
.second-menu li{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #475846;
	padding-top: 20px;
	letter-spacing: .2px;
}
.post-page .content .text a:link,.second-menu .tab-content a:link{
	color: #475846;
	text-transform: unset;
	border-bottom: 1px dotted #475846;
}
.post-page .content .text a:visited,.second-menu .tab-content a:visited {
	color: #475846;
	text-transform: unset;
	border-bottom: 1px dotted #475846;
}
.post-page .content .text a:hover,.second-menu .tab-content a:hover{
	border-bottom: 1px solid #475846;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.second-menu .dynamic-menu .nav-tabs{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.second-menu .dynamic-menu .nav-tabs .nav-item a{
		font-size: 11px;
	}
}
@media only screen and (min-width: 577px) and (max-width: 768px){
	.second-menu .dynamic-menu .nav-tabs{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.second-menu .dynamic-menu .nav-tabs .nav-item a{
		font-size: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 576px){
	.second-menu .dynamic-menu .nav-tabs{
		display:block;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.second-menu .dynamic-menu .nav-tabs .nav-item{
		padding-top: 0;
	}
	.second-menu .dynamic-menu .nav-tabs .nav-item a{
		border: 1px solid #366934;
		border-radius: 0;
	}
	.second-menu .dynamic-menu .nav-tabs .nav-item:first-child a{
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.second-menu .dynamic-menu .nav-tabs .nav-item:last-child a{
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.second-menu .dynamic-menu .nav-tabs {
		border-bottom: 0;
	}
}
/* SUBPAGE WRAPPER, FOOTER AND MAIN-CONTAINER AND CONTENT */
.wrapped{
	padding-top: 275px;
	background:url('../img/jpg/header.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right top;
}
footer{
	border-top: 1px solid #f5f5f5;
}
.table-responsive-lg{
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.wrapped .main-container .main-column{
	margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
	.wrapped{
		padding-top: 240px;
	}
}
@media only screen and (min-width: 393px) and (max-width: 767px) {
	.wrapped{
		padding-top: 150px;
	}
}
@media only screen and (max-width: 1199px) {
	.wrapped .main-container{
		padding: 72px 0px 50px;
	}
}
@media only screen and (max-width: 991px) {
	.wrapped .main-container .main-column{
		margin-bottom: 20px;
	}
	.wrapped{
		padding-top: 160px;
	}
}
@media only screen and (max-width: 600px) {
	.wrapped{
		padding-top: 150px;
	}
	.sub-page-container .post-page .news-heading p.shortened{
		font-size: 12px;
	}
	.sub-page-container .post-page .news-heading h1{
		font-size: 27px;
	}
	.main-container .main-column time{
		font-size: 11px;
	}
	.sub-page-container .post-page .news-content p{
		font-size: 14px;
	}
}
@media only screen and (max-width: 440px) {
	.wrapped{
		padding-top: 120px;
	}
	.sub-page-container .post-page .news-heading p.shortened{
		display: none;
	}
}
@media only screen and (max-width: 394px){
	.wrapped{
		padding: 0;
	}
	.post-page{
		margin: 0;
	}
	.sub-page-container .post-page .news-heading h1{
		font-size: 25px;
	}
	.sub-page-container .post-page .news-content p{
		font-size: 14px;
	}
	.sub-page-container .post-page .news-content .article-img {
		margin-top: 10px;
		padding-bottom: 30px;
	}
	.wrapped .main-container {
		padding: 72px 0px 25px;
	}
}
@media only screen and (max-width: 344px){
	.sub-page-container .post-page .news-heading h1 {
		font-size: 23px;
	}
}
/* ADDITIONAL NAVBAR STYLE */
@media only screen and (max-width: 575px){
	#navbar .container{
		padding: 0;
	}
	header .main-nav .navbar-nav .nav-item.hidden-item.brown a,header .main-nav .navbar-nav .nav-item.hidden-item.last .nav-link{
		border-radius: 0;
	}
	header .main-nav .navbar-nav .nav-item .nav-link,header .main-nav .navbar-nav .nav-item.hidden-item.brown a{
		padding-left: 40px;
	}
	header .main-nav .navbar-nav .nav-item .nav-link:hover::before {
		bottom: 0px;
		opacity: 0;
	}
	header .main-nav .navbar-nav .nav-item.hidden-item.last{
		margin-bottom: 0;
	}
	.navbar-toggler{
		padding-right: 20px;
	}
}
@media only screen and (max-width: 340px){
	.navbar-toggler{
		padding-right: 0px;
		margin-left: 80%;
	}
}
