/* ######################################### */
/* #####          Helpers               #### */
/* ######################################### */

.bg--green {
	background: #006432;
}
.bg--light_green {
	background: #19af23;
}
.bg--yellow {
	background: #e6e6d7;
}
.bg--white {
	background: #ffffff;
}
.color--green {
	color: #006432;	
}
.color--bw {
	color: #4e4e3e;
	background: rgba(78, 78, 62, 1.0);
}
.color--bw-dark {
	color: #3e3e31;
}
.color--F1 {
	color: #e6e6d7;
	background: rgba(230, 230, 215, 1.0);
}
.color--F2 {
	color: #dadac8;
	background: rgba(218, 218, 200, 1.0);
}
.color--F3 {
	color: #c6c6b3;
	background: rgba(198, 198, 179, 1.0);
}
.color--F4 {
	color: #b4b4a2;
	background: rgba(180, 180, 162, 1.0);
}
.color--FX {
	color: #8a8a7e;
	background: rgba(138, 138, 126, 1.0);
}
.color--dark_green {
	color: #003c19;
}
.gradient--horizontal {
  background: linear-gradient(to right, #ffffff 17%, #e7e7e1 100%);
}

.has-ekspla-green-background-color {
    background-color: #006432;
}
.has-ekspla-green-color {
    color: #006432;
}
.has-ekspla-light-green-background-color {
    background-color: #19af23;
}
.has-ekspla-light-green-color {
    color: #19af23;
}
.has-ekspla-text-background-color {
    background-color: #4e4e3e;
}
.has-ekspla-text-color {
    color: #4e4e3e;
}
.has-ekspla-white-background-color {
    background-color: #fff;
}
.has-ekspla-white-color {
    color: #fff;
}
.has-ekspla-fa-background-color {
    background-color: #e6e6d7;
}
.has-ekspla-fa-color {
    color: #e6e6d7;
}
.has-ekspla-fb-background-color {
    background-color: #dadac8;
}
.has-ekspla-fb-color {
    color: #dadac8;
}
.has-ekspla-fc-background-color {
    background-color: #c6c6b3;
}
.has-ekspla-fc-color {
    color: #c6c6b3;
}
.has-ekspla-fd-background-color {
    background-color: #b4b4a2;
}
.has-ekspla-fd-color {
    color: #b4b4a2;
}
.has-ekspla-fx-background-color {
    background-color: #8a8a7e;
}
.has-ekspla-fx-color {
    color: #8a8a7e;
}



/* ######################################### */
/* #####          Body styles           #### */
/* ######################################### */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
html {
	min-height: 100%;
	height: 100%;
	overflow-y: scroll;
}
body {
	position: relative;
	min-width: 360px;
	min-height: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Segoe UI";
	font-weight:400;
	font-size: 16px;
	line-height: 1.3;
	background-color: #fff;
	color: #4e4e3e;
}
h1, h2, h3 {
	line-height: 1.2;
	color: #006432;
	padding-bottom: 0.5em;
}
h4, h5, h6 {
	line-height: 1.2;
	color: #4e4e3e;
	padding-bottom: 0.5em;
}
h1 {
	font-size: 34px;
	font-weight: 400;
}
h2 {
	font-size: 24px;
	font-weight: 400;
}
h3 {
	font-size: 18px;
	font-weight: 600;
}
h4 {
	font-size: 24px;
	font-weight: 400;
}
h5 {
	font-size: 18px;
	font-weight: 600;
}
h6 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
p {
	padding-bottom: 0.5em;
}
ul {
	list-style: none;
	padding: 0 0 0.3em 1.4em;
}
ul li {
	position:relative;
	padding: 0 0 0.3em 0;
}
ul li:after {
	content: "/";
	font-size: 110%;
	color: #006432;
	position: absolute;
	left: -1.2em;
	top: -0.1em;
}

a {
	text-decoration:none;
	outline: none;
	color: #006432;
}

@media (max-width: 1366px) {
	h1 {
		font-size: 30px;
	}
	h2,
	.ghostkit-accordion .ghostkit-accordion-item-heading {
		font-size: 22px;
	}
	h4 {
		font-size: 22px;
	}
}
@media (max-width: 1100px) {
}
@media (max-width: 1024px) {
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 17px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 17px;
	}
	h6 {
		font-size: 15px;
	}
}
@media (max-width: 900px) {
}
@media (max-width: 800px) {
}
@media (max-width: 600px) {
}
@media (max-width: 450px) {
}
@media (max-width: 900px) and (min-width: 801px),
(max-width: 600px) {
}


/* WP columns
---------------------------------------- */
.wp-ekspla .wp-block-columns {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 0;
}
.wp-ekspla .wp-block-column {
	margin-bottom: 24px;
}
.wp-ekspla .wp-block-column:not(:first-child) {
    margin-left: 40px;
}

@media (max-width: 900px) and (min-width: 801px),
(max-width: 600px) {
	.wp-ekspla .wp-block-columns {
		flex-wrap: wrap;
	}
	.wp-ekspla .wp-block-column {
   	flex-basis: 100% !important;
	}
	.wp-ekspla .wp-block-column:not(:first-child) {
		 margin-left: 0;
	}
}

/* WP image
---------------------------------------- */
div.wp-block-image,
div.wp-block-image figcaption {
	margin-bottom: 0;
}
	div.wp-block-image figure {
		margin-bottom: 1em;
	}
	div.wp-block-image .alignright {
		margin-left: 2em;
	}
	div.wp-block-image .alignleft {
		margin-right: 2em;
	}
	.wp-block-image--float_clear {
		float: none;
	}

@media (max-width: 450px) {
	div.wp-block-image.image--no_scale .alignright {
		margin-left: 1em;
	}
	div.wp-block-image.image--no_scale .alignleft {
		margin-right: 1em;
	}
	div.wp-block-image.image--icon figure {
		width: 50%;
	}
}
@media (max-width: 900px) and (min-width: 801px),
(max-width: 600px) {
	div.wp-block-image:not(.image--no_scale) .alignright,
	div.wp-block-image:not(.image--no_scale) .alignleft	{
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: 100%;
	}
	div.wp-block-image .alignright img,
	div.wp-block-image .alignleft img {
		width: 100%;
		height: auto;
	}
}


.page--history .wp-block-image img {
	height: auto;
}

/* Gutenberg blocks
============================================ */
.space--no_bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
.ghostkit-accordion {
	margin-bottom: 0;
}
.ghostkit-accordion-item-active {
	padding-bottom: 20px;
}
.ghostkit-accordion .ghostkit-accordion-item:last-child {
	padding-bottom: 0;
}
.ghostkit-accordion .ghostkit-accordion-item-heading {
	padding: .75em 0;
	padding-right: 46px;
	font-size: 24px;
	font-weight: 400;
	color: #006432;
	text-decoration: none;
	background: linear-gradient(to right, #ffffff 17%, #e7e7e1 100%);
}
.ghostkit-google-maps {
	border: 1px solid #dadac8;
}


@media (max-width: 1024px) {
	.ghostkit-accordion .ghostkit-accordion-item-heading {
		font-size: 20px;
	}
}




/* Root menu
============================================ */

/* ######################################### */
/* #####             Header             #### */
/* ######################################### */
.header {
	position: relative;
	padding-top: 26px;
}
.header--logo {
	display: block;
	height: 50px;
	width: 270px;
	background: url(../img/ekspla-logo.png) no-repeat center;
	background-size: contain;
	margin: 0 auto 24px;
}

/* Burger control
============================================ */
.bg--overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	opacity: 0.85;
	z-index: 99;
	display: none;
}
.burger--toggler {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 31px;
  height: 31px;
  background: #006432;
  border-radius: 50%;
  transition: background 0.3s ease-in-out 0s;
  display: none;
}
	.burger--toggler span,
	.burger--toggler:before,
	.burger--toggler:after {
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: auto;
	  height: 2px;
	  width: 17px;
	  background: #ffffff;
	  opacity: 1;
	  transition: all 0.3s ease-in-out 0s;
	}
	.burger--toggler span {
	  top: 14px;
	}
	.burger--toggler:before,
	.burger--toggler:after {
	  content: "";
	}
	.burger--toggler:before {
	  top: 8px;
	}
	.burger--toggler:after {
	  top: 20px;
	}
	.burger--toggler.active {
	  z-index: 101;
	  background: transparent;
	  border: 2px solid #ffffff;
	}
	.burger--toggler.active span {
	  opacity: 0;
	}
	.burger--toggler.active:before {
	  transform: rotate(-45deg);
	  left: 0px;
	  top: 12px;
	}
	.burger--toggler.active:after {
	  transform: rotate(45deg);
	  left: 0px;
	  top: 12px;
	}

/* Menu bar
============================================ */
.header--navbar {
  position: relative;
  background: #006432;
}
	.header--menu {
	  width: 75%;
	  margin: 0 auto;
	  padding: 8px 50px 12px;
	  display: flex;
		justify-content: center;
	}
	.header--menu li {
		flex: 1 1 auto;
		display: flex;
		padding: 0;
	}
	.header--menu li:after,
	.header--menu li:first-child:before {
		content: "/";
		color: #ffffff;
		top: -0.03em;
	}
	.header--menu li:after {
		right: -3px;
		left: auto;
	}
	.header--menu li:first-child:before {
		left: -3px;
	}
   .header--menu li.header--first_menu_item::before {
      left: -26px;
      position: relative;
   }
   .header--menu .header--admin_item {
      flex-grow: 0;
      padding: 0 26px;
   }
	.header--navbar a {
		margin: 0 auto;
		min-width: 85%;
		text-align:center;
		color: #ffffff;
	}
	.header--navbar a,
	.header--menu li:after,
	.header--menu li:first-child:before {
		font-size: 21px;
		line-height: 21px;
	}
	.header--yellow-bg {
		background: #e6e6d7;
	}
	.header--yellow-bg .header--menu a,
	.header--yellow-bg .header--menu li:after,
	.header--yellow-bg .header--menu li:first-child:before {
		color: #006432;
	}
	.header--menu li.header--lang:after,
	.header--menu li.header--lang li:before,
	.header--menu li.header--lang li:after {
		display: none;
	}
	.header--lang {
		position: absolute;
		top: -20px;
		right: 5%;
	}
		.header--lang ul {
			display: flex;
			padding: 0;
			list-style: none;
		}
		.header--lang li {
			margin-left: 8px;
		}
		.header--lang li:first-child {
			margin-left: 0;
		}
		.header--lang a {
			width: 38px;
			height: 38px;
			border-radius: 50%;
			background: #b5b3a1;
			color: #ffffff;
			text-transform: uppercase;
			font-size: 15px;
			line-height: 38px;
			font-weight: 700;
			display: flex;
			align-items: center;
			justify-content: center;
			transition: background 0.3s ease-in-out 0s;
		}
		.header--lang a.lang--active {
			background: #19af23;
		}
		.header--yellow-bg .header--lang a {
			color: #ffffff;
		}
		@media (hover: hover) {
			.header--lang a:hover {
				background: #19af23;
			}
		}

.header--login {
	position: absolute;
	top: -60px;
	right: 0;
}
.header--lang .header--login a {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 0;
	background-color: transparent;
	color: #006432;
	text-transform: none;
	font-size: 15px;
	line-height: 40px;
	font-weight: 600;
}
.header--menu .header--private_menu {
	display: none;
}

@media (min-width: 1600px) {
	.header--logo {
		height: 55px;
		width: 300px;
	}
	.header--menu {
	  padding: 7px 50px 11px;
	}
	.header--navbar a,
	.header--menu li:after,
	.header--menu li:first-child:before {
		font-size: 23px;
		line-height: 23px;
	}
	.header--lang a {
		font-size: 16px;
		line-height: 38px;
	}
}

@media (max-width: 1366px) {
	.header {
		padding-top: 20px;
	}
	.header--logo {
		margin-bottom: 18px;
	}
	.header--menu {
		padding: 8px 0px 10px;
		width: 72%;
	}
	.header--navbar a,
	.header--menu li:after,
	.header--menu li:first-child:before {
		font-size: 19px;
		line-height: 19px;
	}
	.header--lang {
		right: 30px;
		top: -17px;
	}
	.header--lang a {
		width: 34px;
		height: 34px;
		font-size: 14px;
		line-height: 34px;
	}
}

@media (max-width: 1200px) {
	.header--menu {
		padding-right:20px;
	}
}
@media (max-width: 1100px) {
	.header--menu {
		padding-right:30px;
		width: 75%;
	}
}

@media (max-width: 1024px) {
	.header {
	  padding-top: 18px;
	}
	.header--logo {
		height: 42px;
		width: 227px;
	}
	.header--menu {
		width: 74%;
	}
	.header--navbar a,
	.header--menu li:after,
	.header--menu li:first-child:before {
		font-size: 16px;
		line-height: 16px;
	}
	.header--lang {
		top: -14px;
	}
	.header--lang li {
		margin-left: 6px;
	}
	.header--lang a {
		width: 28px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
	}
}

@media (max-width: 900px) {
	.header--menu {
		padding-right:50px;
		width: 85%;
	}
	.header--lang {
		right: 12px;
		top: -13px;
	}
	.header--lang li {
		margin-left: 5px;
	}
	.header--lang a {
		width: 26px;
		height: 26px;
		font-size: 12px;
		line-height: 26px;
	}
}

@media (max-width: 800px) {
	.header {
		 padding-top: 16px;
	}
	.header--top {
		 padding-bottom: 14px;
	}
	.header--logo {
		height: 32px;
		width: 173px;
		margin: 0 0 0 20px;
	}
	.burger--toggler {
		 display: block;
	}
	.header--navbar {
		display: none;
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);		
		width: 360px;
		padding: 20px;
		background: transparent;
		z-index: 100;
	}
	.header--navbar a,
	.header--yellow-bg .header--menu a {
		color: #ffffff;
		font-size: 24px;
		line-height: 24px;
	}
	.header--menu {
		padding: 0;
		display: block;
		width: 100%;
	}
	.header--menu > li {
		width: 100%;
		display: block;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
	}
	.header--menu > li > a {
		display: inline-block;
		padding: 4px 0 8px 0;
	}
	.header--menu > li:first-child > a {
		padding-top: 0;
	}
	.header--menu li:before,
	.header--menu li:after {
		display: none;
	}
	.header--lang {
		position: static;
		margin-top: 25px;
	}
	.header--lang ul {
		justify-content: center;
	}
	.header--menu .header--lang li {
		flex: 0 0 auto;
		margin: 0 5px;
	}
	.header--menu .header--lang a {
		width: 32px;
		height: 32px;
		background: transparent;
		border: 1px solid #ffffff;
		color: #ffffff;
		font-size: 16px;
		line-height: 32px;
	}
	.header--menu .header--lang a:hover,
	.header--menu .header--lang a.active {
		background: #ffffff;
		color: #000000;
	}
	.header--menu .header--private_menu {
		display: block;
	}
}

@media (max-width: 600px) {
	.header {
		padding-top: 14px;
	}
	.header--top {
		 padding-bottom: 13px;
	}
	.header--logo {
		height: 28px;
		width: 151px;
	}
	.burger--toggler {
		top: 11px;
	}
	.header--navbar {
		padding-top: 18px;
	}
}

@media (max-width: 450px) {
}



/* ########################################## */
/* #####          Footer styles          #### */
/* ########################################## */

.footer {
	width: 100%;
	background: #006432;
	padding: 25px 40px;
}
	.footer--container {
		display: flex;
		justify-content: center;
	}
	.footer p {
		display: inline-block;
		padding: 0 0.7em 1px;
		font-size: 16px;
		color: #ffffff;
		line-height: 1;
		border-right: 1px solid #ffffff;
	}
	.footer p:last-child {
		border-right: 0;
	}
	.footer a {
		color: #ffffff;
	}
	.footer a:hover {
		text-decoration: underline;
	}
	.footer .footer--social a {
		font-size: 110%;
		color: rgba(255, 255, 255, 0.85);
	}
	.footer .footer--social a + a {
		padding-left: 0.3em;
	}
@media (max-width: 1366px) {
	.footer {
		padding: 20px 30px;
	}
	.footer p {
		font-size: 14px;
	}
}
@media (max-width: 1024px) {
	.footer p {
		font-size: 13px;
	}
}
@media (max-width: 800px) {
	.footer {
		padding: 18px 20px;
	}
	.footer p {
		font-size: 14px;
	}
	.footer .hide-800px {
		display: none;
	}
}
@media (max-width: 600px) {
	.footer {
		padding: 15px;
	}
	.footer--container {
		flex-wrap: wrap;
	}
	.footer p:first-child {
		 width: 100%;
		 text-align: center;
		 margin-bottom: 0.5em;
		 border-right: 0;
	}
}
@media (max-width: 500px) {
	.footer .hide-500px {
		display: none;
	}
}
@media (max-width: 450px) {
	.footer p {
		font-size: 13px;
	}
}


/* ######################################### */
/* #####         Content layout         #### */
/* ######################################### */

.content {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	overflow:hidden;
}
.side--menu {
	width: 320px;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
}
.content--container {
	width: calc(100% - 320px);
	padding: 30px 30px 60px 60px;
	flex: 0 1 auto;
}

.content--container.bottom--no {
	padding-bottom: 30px;
}
.content--container.page--tax {
	padding-top: 25px;
}
.content--wrap {
	width: 100%;
}

@media (min-width: 1601px) {
	.content--container.width--limited .content--wrap {
		width: 1188px;
	}
}
@media (max-width: 1600px) {
	.side--menu {
	  width: 310px;
	}
	.content--container {
		width: calc(100% - 310px);
		padding-left: 55px;
	}
}
@media (max-width: 1480px) {
	.content--container {
		padding-left: 50px;
	}
}
@media (max-width: 1366px) {
	.side--menu {
		width: 300px;
		padding-top: 25px;
	}
	.content--container {
		width: calc(100% - 300px);
		padding: 25px 25px 50px 45px;
	}
	.content--container.page--tax {
		padding-top: 22px;
	}
}
@media (max-width: 1200px) {
	.side--menu {
		 width: 280px;
	}
	.content--container {
		width: calc(100% - 280px);
	}
}
@media (max-width: 1100px) {
	.side--menu {
		 width: 270px;
	}
	.content--container {
		width: calc(100% - 270px);
	}
}
@media (max-width: 1024px) {
	.side--menu {
		width: 260px;
		padding-top: 23px;
	}
	.content--container {
		padding: 23px 18px 40px 40px;
		width: calc(100% - 260px);
	}
}
@media (max-width: 900px) {
}
@media (max-width: 800px) {
	.content {
		display: block;
	}
	.side--menu {
		width: 100%;
		padding: 0;
	}
	.content--container {
		width: 100%;
		padding: 20px 20px 20px;
	}
	.content--container.bottom--no {
		padding-bottom: 20px;
	}
	.content--container.page--tax {
		padding-top: 20px;
	}
}
@media (max-width: 450px) {
}

/* Side meniu
============================================ */

.side--head {
	text-align: right;
	padding: 0 0 20px 40px;
	margin-top: -3px;
}
	.side--head h1 {
		line-height: 1.05;
	}
	.side--head p {
		padding-bottom: 0;
	}
	.side--head p br {
		display: none;
	}


.side--nav {
	background: url(../img/shadow-right-vertical.png) repeat-y top right;
	padding: 0 0 50px 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}
.side--nav li {
	padding: 0;
}
.side--nav li::after {
	content: none;
}
.side--nav a {
	display: block;
	color: #006432;
	border-top: 1px solid #b5b3a1;
	font-size: 19px;
	line-height:1.15;
	padding: 13px 20px 15px 40px;
	position: relative;
}
.side--nav a:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-45%);
	height: 24px;
	width: 12px;
	background: url(../img/arrow-left-green.svg) no-repeat center;
}
.side--nav .children {
	padding: 0 0 10px 0;
	margin-top: -5px;
	list-style: none;
	display: none;
}
.side--nav .children li {
	width: 100%;
	padding-left: 60px;
}
.side--nav .children a {
	display: inline-block;
	font-size: 16px;
	color: #4e4e3e;
	border: none;
	padding: 5px 20px 5px 0;
}
.side--nav .children a:after {
	display: none;
}
.side--nav .children .current_page_item a {
	color: #006432;
}
.side--nav .current_page_item .children,
.side--nav .current_page_parent .children {
	display: block;
}
.disable-children-menu .side--nav .children {
	display: none;
}
.side--nav .side--burger_item {
	display: none;
}

@media (max-width: 1366px) {
	.side--head {
		padding: 0 0 18px 40px;
		margin-top: -1px;
	}
	.side--nav a {
		font-size: 18px;
		padding: 13px 20px 14px 40px;
	}
	.side--nav a:after {
		left: 11px;
		height: 22px;
		width: 11px;
	}
	.side--nav .children {
		margin-top: -3px;
	}
	.side--nav .children a {
		font-size: 15px;
		padding: 5px 20px 5px 0;
	}
}
@media (max-width: 1200px) {
	.side--nav a {
		font-size: 17px;
		padding: 13px 20px 15px 40px;
	}
	.side--nav .children a {
		font-size: 15px;
		padding: 5px 20px 5px 0;
	}
}
@media (max-width: 1024px) {
	.side--head {
		padding: 0 0 15px 36px;
		margin-top: 0;
	}
	.side--nav a {
		font-size: 16px;
		padding: 13px 20px 15px 36px;
	}
	.side--nav a:after {
		left: 12px;
		height: 20px;
		width: 10px;
	}
	.side--nav .children a {
		font-size: 14px;
		padding: 5px 20px 5px 0;
	}
}
@media (max-width: 800px) {
	.side--head {
		 padding: 10px 20px 10px;
		 text-align: left;
		 background: url(../img/shadow-bottom.png) repeat-x bottom left;
	}
	.side--head a {
		position: relative;
		display: block;
	}
	.side--head a::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0.75em;
		height: 12px;
		width: 24px;
		background: url(../img/arrow-down-green.svg) no-repeat center;
	}
	.side--head h1 {
		font-size: 26px;
		padding-bottom: 0.75em;
	}
	.side--head h1 br {
		display: none;
	}
	.side--head p {
		padding-right: 34px;
	}
	.side--head p:last-child {
		padding-bottom: 0.5em;
	}
	.side--nav {
	  display: none;
	}
	.side--nav.side--filter {
		background: none;
		padding: 0 0 15px;
	}
	.side--nav a {
		padding: 11px 20px 13px 44px;
	}
	.side--nav a:after {
		left: 20px;
	}
	.side--nav li:last-child a {
		border-bottom: 1px solid #b5b3a1;
	}
	.side--nav .children li a {
		border-bottom: none;
	}
	.side--nav .children a {
		padding: 5px 20px 5px 0;
	}
	.side--nav .side--burger_item {
		display: block;
	}
}
@media (max-width: 600px) {
	.side--head h1 {
		font-size: 22px;
	}
}

/* News taxonomy
============================================ */
.news--taxonomy {
	padding-bottom: 25px;
}
.news_tax--container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.news_tax--item {
	width: 50%;
	padding: 0 25px;
	margin-bottom: 40px;
}
.news_tax--item_wrap {
	width: 100%;
	height: 100%;
	padding: 0 10px 10px 0;
	border-right: 1px solid #b4b4a2;
	border-bottom: 1px solid #b4b4a2;
	overflow: hidden;
}
.news_tax--item_wrap a {
	width: 100%;
	height: 100%;
	color: #4e4e3e;
	display: flex;
	flex-wrap: nowrap;
}
.news_tax--col_left {
	width: 100%;
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
}
	.news_tax--head {
		width: 100%;
		flex: 0 0 auto;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
	.news_tax--date {
		font-size: 18px;
		line-height: 1;
		padding: 0 15px 13px 0;
	}
	.news_tax--title {
		height: 100%;
		padding: 5px 15px 5px 0;
		background: linear-gradient(to right, #ffffff 17%, #e7e7e1 100%);
		font-size: 20px;
		line-height: 1.15;
		color: #006432;
		flex: 0 1 auto;
	}
	.news_tax--summary {
		width: 100%;
		height: 100%;
		flex: 0 1 auto;
		padding: 15px 10px 5px 0;
		font-size: 15px;
		line-height: 1.2;
	}
.news_tax--col_right {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}
	.news_tax--img {
		width: 100%;
		flex: 0 0 auto;
	}
		.news_tax--img img {
			display: block;
			width: 100%;
			height: 100%;
		}
	.news_tax--btns {
		width: 100%;
		height: 100%;
		padding: 10px 0;
		flex: 0 1 auto;
		background: linear-gradient(-25deg, #ffffff 50%, #e7e7e1 100%);
		display: flex;
		align-items: flex-end;
	}
		.news_tax--btn__link {
			display: block;
			position: relative;
			width: 100%;
			height: 36px;
			padding: 0 46px 0 10px;
			font-size: 18px;
			line-height: 32px;
			color: #19af23;
			text-align: right;
			margin-top: 10px;
		}
			.news_tax--btn__link::before {
				 content: "";
				 position: absolute;
				 top: 50%;
				 transform: translateY(-50%);
				 right: 10px;
				 background: url(../img/arrow-right-white.svg) no-repeat center;
				 width: 11px;
				 height: 20px;
				 z-index: 2;
			}
			.news_tax--btn__link::after {
				 content: "";
				 position: absolute;
				 right: 0;
				 bottom: 0;
				 top: 50%;
				 transform: translateY(-50%);
				 border-radius: 50%;
				 height: 36px;
				 width: 36px;
				 background: #19af23;
			}
.news_tax--mobile {
	display: none;
}
.news_tax--col_right {
	width: 185px;
}
.news_tax--head,
.news_tax--img {
	height: 116px;
}
.news_tax--last_item,
.news_tax--prelast_item {
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	.news_tax--item {
		width: 100%;
	}
	.news_tax--prelast_item {
		margin-bottom: 40px;
	}
}

@media (min-width: 1101px) and (max-width: 1550px), 
(min-width: 801px) and (max-width: 900px),
(max-width: 580px) {
	.news_tax--item_wrap a {
		flex-wrap: wrap;
	}
		.news_tax--head {
			height: 115px;
		}
		.news_tax--summary {
			display: none;
		}
	.news_tax--col_right {
		width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.news_tax--img {
		width: 100%;
		height: auto;
		flex: 0 1 auto;
	}
		.news_tax--img img {
			height: auto;
		}
	.news_tax--btns {
		width: 120px;
		height: 100%;
		padding-top: 5px;
		flex: 0 0 auto;
		justify-content: center;
		background: linear-gradient(-110deg, #ffffff 50%, #e7e7e1 100%);
	}
	.news_tax--mobile {
		display: block;
		padding-right: 5px;
	}
}
@media (max-width: 400px) {
	.news_tax--title {
		font-size: 19px;
	}
}


/* Pager
============================================ */
.pager--container {
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 100%;
	padding: 30px 25px 0px;
}
.pager--container .page-numbers {
	padding: 10px 7px;
}
.pager--container .page-numbers span {
	position: relative;
	padding: 0 3px;
}
.pager--container .page-number {
	font-size: 125%;
}
.pager--container .page-number:hover span {
	border-bottom: 1px solid #006432;
}
.pager--container .current {
	font-size: 160%;
	color: #4e4e3e;
	cursor: default;
}
.pager--container .current:hover span {
	border-bottom: none;
}
.pager--container .next span::after,
.pager--container .prev span::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 24px;
	width: 12px;
}
.pager--container .next span::after {
	right: -6px;
	background: url(../img/arrow-right-green.svg) no-repeat center;
}
.pager--container .prev span::after {
	left: -6px;
	background: url(../img/arrow-left-green.svg) no-repeat center;
}

/* News page
============================================ */
.news--header {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
}
.news_header--data {
	width: 100%;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	margin-right: -25px;
}
.news--date {
	width: 100%;
	padding: 7px 40px 25px 0;
	font-size: 20px;
	line-height: 1.2;
}
.news--title {
	width: 100%;
	flex: 1 1 auto;
	padding: 20px 120px 10px 0;
	}
.news--title h1 {
	padding: 0;
}
.news--img {
	width: 50%;
	padding-left: 25px;
	flex: 0 0 auto;
	}
	.news--img img {
		display:block;
		width: 100%;
	}


	.news__item a:hover {
		text-decoration:underline;
	}

@media (max-width: 1600px) {
	.news--title {
		padding-right: 80px;
	}
	.news--title h1.news_title--xsmall {
		font-size: 30px;
	}
}
@media (max-width: 1480px) {
	.news--title {
		padding-right: 40px;
	}
}
@media (max-width: 1366px) {
	.news--date {
		padding: 6px 20px 20px 0;
		font-size: 19px;
	}
	.news--title {
		padding-right: 20px;
	}
	.news--title h1.news_title--xsmall {
		font-size: 26px;
	}
}
@media (max-width: 1200px) {
	.news--date {
		font-size: 18px;
	}
	.news--title {
		padding: 15px 20px 15px 0;
	}
	.news--title h1 {
		font-size: 28px;
	}
	.news--title h1.news_title--small {
		font-size: 26px;
	}
	.news--title h1.news_title--xsmall {
		font-size: 20px;
	}
}
@media (max-width: 1100px) {
	.news--date {
		padding: 6px 20px 15px 0;
	}
	.news--title h1.news_title--small {
		font-size: 24px;
	}
	.news--title h1.news_title--xsmall {
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	.news--header {
		display: block;
		margin-bottom: 30px;
	}
	.news_header--data {
		margin-right: 0;
	}
	.news--date {
		padding-top: 5px;
	}
	.news--title {
		padding: 15px 20px 25px 0;
		}
	.news--img {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 800px) {
	.news--header {
		display: flex;
	}
	.news--date {
		padding: 0 20px 15px 0;
	}
	.news--title {
		padding: 10px 20px 10px 0;
	}
	.news--title h1 {
		font-size: 26px;
	}
	.news--title h1.news_title--small {
		font-size: 22px;
	}
	.news--img {
		width: 250px;
	}
}
@media (max-width: 700px) {
	.news--header {
		display: block;
	}
	.news--date {
		padding: 0 20px 10px 0;
		font-size: 17px;
	}
	.news--title {
		padding: 10px 20px 15px 0;
	}
	.news--title h1.news_title--small {
		font-size: 24px;
	}
	.news--img {
		width: 100%;
	}
	.news--item {
		margin-bottom: 10px;
	}
}
@media (max-width: 450px) {
	.news--title h1.news_title--small {
		font-size: 22px;
	}
}


/* Contacts pages
============================================ */
.page--contacts .has-medium-font-size {
	font-size: 19px;
}
.page--contacts h1,
.page--branches h1 {
	padding-bottom: 1em;
}
.page--about_us .hero--about_us img {
	width: 600px;
	height: auto;
}
@media (max-width: 1366px) {
	.page--about_us .hero--about_us img {
		width: 500px;
	}
}
@media (max-width: 1200px) {
	.page--about_us .hero--about_us img {
		width: 400px;
	}
}
@media (max-width: 1024px) {
	.page--about_us .hero--about_us figure {
		margin-left: 0;
		margin-right: 0;
	}
	.page--about_us .hero--about_us img {
		width: 100%;
	}
	.page--contacts .has-medium-font-size {
		font-size: 17px;
	}
}
@media (max-width: 900px) and (min-width: 801px),
(max-width: 600px) {
}

/* About us pages
============================================ */
.hero--about_us {
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: left top;
	margin-bottom: 1.5em;
	height: 160px;
	min-height: auto;
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.page--projektai .ghostkit-accordion .ghostkit-accordion-item-heading {
	margin-bottom: 5px;
}

@media (max-width: 900px) and (min-width: 801px),
(max-width: 600px) {
	.page--history .ghostkit-col-6 {
		--gkt-grid--column__size: 100%;
	}
}



/* ############################################### */
/* #####          Tax Page Styles             #### */
/* ############################################### */

.page--tax h1 {
	padding-bottom: 0.75em;
	margin: 0;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.1;
	color: #006432;
}
.page--tax h2 {
	padding: 7px 0 27px;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
	color: #006432;
}
.page--tax p,
.page--tax ul,
.page--tax h3, .page--tax h4, .page--tax h5 {
	font-size: 16px;
	line-height: 1.3;
}
.page--tax h3 {
	font-weight: 600;
	text-transform: uppercase;
	color: #006432;
	padding-top: 1.5em;
	padding-bottom: 0.6em;
}
.page--tax h3:first-child {
	padding-top: 0;
}
.page--tax p {
	padding-bottom: 0.5em;
}
.page--tax ul {
	list-style: none;
	padding: 0 0 0.3em 1.4em;
}
.page--tax ul li {
	position:relative;
	padding: 0 0 0.3em 0;
}
.page--tax ul li:after {
	content: "/";
	font-size: 110%;
	color: #006432;
	position: absolute;
	left: -1.2em;
	top: -0.1em;
}
.page--tax strong {
	font-weight: 600;
}
.page--tax a:hover {
	text-decoration:underline;
}
.page--tax .padding-bottom--1em {
	padding-bottom: 1em;
}
.page--tax .has-small-font-size {
	font-size: 14px;
}

@media (max-width: 1366px) {
  .page--tax .content--wrap {
    padding-right: 0;
  }
  .page--tax h1 {
    font-size: 30px;
  }
  .page--tax h2 {
    padding: 8px 0 23px;
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
	.page--tax h1 {
		font-size: 27px;
	}
	.page--tax h2 {
		padding: 5px 0 24px;
		font-size: 20px;
	}
	.page--tax p,	.page--tax ul,
	.page--tax h3, .page--tax h4, .page--tax h5 {
		font-size: 15px;
	}
}

@media (max-width: 800px) {
	.page--tax h1 {
		font-size: 26px;
	}
	.page--tax h2 {
		font-size: 20px;
	}
}
@media (max-width: 600px) {
	.page--tax h1 {
		font-size: 22px;
	}
	.page--tax h2 {
		font-size: 19px;
	}
}


/* ######################################### */
/* #####        Success Story           #### */
/* ######################################### */

  .success--page .content--wrap {
    padding-right: 40px;
		padding-right: 0;
  }

  .success--page h1 {
    padding-bottom: 0.75em;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #006432;
  }
  .success--page h2 {
    padding: 7px 0 27px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    color: #006432;
  }
  .success--page p,
  .success--page ul {
    font-size: 16px;
    line-height: 1.3;
  }
  .success--page h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    color: #006432;
    padding: 1.5em 0 0.6em;
  }
  .success--page h3:first-child {
    padding-top: 0;
  }
  .success--page p {
    padding-bottom: 0.5em;
  }
  .success--page p > a {
    text-decoration: underline;
  }
  p.success--enhanced {
    font-size: 28px;
    font-weight: 400;
    color: #8a8a7e;
  }
 .success--page ul {
    list-style: none;
    padding: 0 0 0.3em 1.4em;
  }
  .success--page ul li {
    position:relative;
    padding: 0 0 0.3em 0;
  }
  .success--page ul li:after {
    content: "/";
    font-size: 110%;
    color: #006432;
    position: absolute;
    left: -1.2em;
    top: -0.1em;
  }
  .success--page strong {
    font-weight: 600;
  }

@media (max-width: 1366px) {
  .success--page .content--wrap {
    padding-right: 0;
  }
  .success--pagex h1 {
    font-size: 30px;
  }
  .success--page h2 {
    padding: 8px 0 23px;
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .success--page h1 {
    font-size: 27px;
  }
  .success--page h2 {
    padding: 5px 0 24px;
    font-size: 20px;
  }
  .success--page p,
  .success--page ul,
  .success--page h3 {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .success--page h1 {
    font-size: 26px;
  }
  .success--page h2 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .success--page h1 {
    font-size: 22px;
  }
  .success--page h2 {
    font-size: 19px;
  }
}


.success--hero {
	position: relative;
}
  .success--hero a {
    display: block;
    width: 100%;
  }
  .success--hero img {
    display: block;
    width: 100%;
	  height: auto;
  }
.success--hero_caption {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0 auto;
	padding: 0 150px;
}
.success--hero_caption h1 {
	padding: 30px;
	text-align: center;
	background: rgba(0, 100, 20, 0.9);
  color: #FFF;
}
.success--hero_category {
	width: 100%;
	margin: 0 auto;
	padding: 0 150px 40px;
}
.success--hero_category h2 {
	padding: 15px;
	text-align: center;
	background: rgba(230, 230, 215, 1.0);
}

.success--cite {
	width: 100%;
	padding: 30px 0;
}
.success--cite_block {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	width: 100%;
}
.success--quote {
	width: 150px;
	height: 150px;
	flex: 0 0 auto;
}
.success--quote_left {
	background: url(../img/quotes-open.svg) center/contain no-repeat;
}
.success--quote_right {
	background: url(../img/quotes-close.svg) center/contain no-repeat;
}
.success--quote_slash {
	background: url(../img/quotes-slash.svg) center/contain no-repeat;
}
.success--cite_wrap {
	flex: 1 1 auto;
	min-height: 150px;
	background: #e6e6d7;
	padding: 30px;
}
.success--cite_wrap p {
	padding-top: 1em;
	color: #006432;
}
  .success--cite_wrap p:first-child {
    padding-top: 0;
  }
  .success--cite_wrap p:last-child {
    padding-bottom: 0;
  }
.success--cite_image {
	flex: 1 1 auto;
	position: relative;
}
  .success--cite_image a {
    display: block;
    width: 100%;
  }
  .success--cite_image a img {
    display: block;
    width: 100%;
    height: auto;
  }

@media (max-width: 1366px) {
  .success--hero_caption {
    padding: 0 100px;
  }
  .success--hero_caption h1 {
    padding: 25px;
  }
  .success--hero_category {
    padding: 0 100px 30px;
  }
  p.success--enhanced {
    font-size: 22px;
  }
  .success--cite {
    padding: 30px 0;
  }
  .success--quote {
    width: 100px;
    height: 100px;
  }
  .success--cite_wrap {
    min-height: 100px;
    padding: 25px;
  }
}

@media (max-width: 1024px) {
  .success--hero_caption {
    padding: 0 50px;
  }
  .success--hero_caption h1 {
    padding: 20px;
  }
  .success--hero_category {
    padding: 0 50px 20px;
  }
  p.success--enhanced {
    font-size: 20px;
  }
  .success--cite {
    padding: 25px 0;
  }
  .success--quote {
    width: 70px;
    height: 70px;
  }
  .success--cite_wrap {
    min-height: 70px;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .success--hero_caption {
    padding: 0;
  }
  .success--hero_caption h1 {
    padding: 15px;
  }
  .success--hero_category {
    padding: 0 0 15px;
  }
  .success--hero_category h2 {
    padding: 10px;
  }
  p.success--enhanced {
    font-size: 18px;
  }
  .success--cite {
    padding: 20px 0;
  }
  .success--quote {
    width: 50px;
    height: 50px;
  }
  .success--cite_wrap {
    min-height: 50px;
    padding: 15px;
  }
}

/* ######################################### */
/* #####     Success Stories Taxonomy   #### */
/* ######################################### */

.success--tax_item {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.success--tax_item img {
	display: block;
	width: 100%;
	height: auto;
}
.success--tax_window {
	position: absolute;
	padding: 0 40% 0 50px;
	bottom: 0;
	text-align: left;
}
.success--tax_window a {
	display: block;
}
.success--tax_window a:hover {
	text-decoration: none;
}
.success--tax_title {
	padding: 23px 20px;
	background: rgba(0, 100, 20, 0.9);
}
.success--tax_title h1 {
	padding: 0;
  font-weight: 700;
  color: #FFF;
}
.success--tax_category {
	padding: 13px 20px;
	background: rgba(230, 230, 215, 1.0);
}
.success--tax_category h2 {
	padding: 0;
  font-size: 24px;
}
.success--tax_text {
	padding: 20px 20px;
	color: #4e4e3e;
	background: #ffffff;
	border-bottom: 1px solid #e6e6d7;
}
.success--tax_more {
	padding-top: 0.7em;
}
.success--tax_more span {
	display: inline-block;
	position: relative;
	line-height: 1;
	font-size: 120%;
	font-weight: 600;
	color: #006432;
}
.success--tax_more span::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	right: -45px;
	top: 50%;
	transform: translateY(-43%);
	background: url(../img/button-right-swap.svg) center/contain no-repeat;
}
.success--tax_window a:hover .success--tax_more span::after {
    background: url(../img/button-right-swap-hover.svg) center/contain no-repeat;
}
@media (max-width: 1366px) {
  .success--tax_window {
    padding: 0 25% 0 50px;
  }
  .success--tax_category h2 {
    font-size: 22px; 
  }
}
@media (max-width: 1024px) {
  .success--tax_item {
    margin-bottom: 40px;
  }
  .success--tax_window {
    padding: 0 25% 0 40px;
  }
  .success--tax_title {
    padding: 15px 15px 17px;
  }
  .success--tax_category {
    padding: 10px 15px;
  }
  .success--tax_category h2 {
    font-size: 20px; 
  }
  .success--tax_text {
    padding: 15px 15px 10px;
  }
  .success--tax_more span {
    font-size: 110%;
  }
  .success--tax_more span::after {
    width: 30px;
    height: 30px;
    right: -40px;
  }
}
@media (min-width: 801px) and (max-width: 900px),
(max-width: 600px) {
  .success--tax_item {
    margin-bottom: 30px;
  }
  .success--tax_window {
    position: static;
  	padding: 0;
	}
  .success--tax_text {
    padding: 10px 20px 0;
    border-bottom: none;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .success--tax_window {
    padding: 0 20% 0 30px;
  }
}

@media (max-width: 600px) {
  .success--tax_category h2 {
    font-size: 19px; 
  }
}


/* Cookie notice
// -------------------------- */
#cookie-notice .cookie-notice-container {
	padding-left: 40px;
	padding-right: 40px;
}
#cookie-notice .cn-text-container {
	font-family: "Segoe UI";
	font-size: 14px;
	margin-bottom: 10px;
}
#cookie-notice .cn-button {
	font-family: "Segoe UI";
	background: #19af23;
	font-size: 14px;
}
#cookie-notice .cn-close-icon:after, 
#cookie-notice .cn-close-icon:before {
     background-color: #19af23;
}

/* 404 page
// -------------------------- */
.error--wrap {
	margin: 0 auto;
	width: 520px;
	padding: 40px 40px;
}
@media (max-width: 768px) {
	.error--wrap {
		width: 470px;
		padding: 30px 40px;
	}
}
@media (max-width: 576px) {
	.error--wrap {
		width: 100%;
		padding: 30px 20px;
		margin: 0;
	}
}


/* Debug screens
// -------------------------- */
.tech--screen {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	background-color: #E2E5ED;
	font-size: 14px;
	z-index: 50000;
}
pre {
	font-size: 15px;
	line-height: 1.2;
}
