/* 
Theme Name: szablon-2
Author: budowaniestron.pl
 */

/* ----- reset all ----- */
* {
   padding:0;
   margin:0;
}
:root {
  --white: #fff;
  --black: #000;
  --blue: #00AEF0; 
  --red: #EE1C25; 
  --green: #ADDA10; 
  --leaf: #398501; 
  --yellow: #FFCB06; 
  --lemon: #ffd73e; 
  --pink: #ff353e; 
  --blue_g_1: #00B3FF; 
  --blue_g_2: #0090cf; 
  --navy_g_1: #0155a5; 
  --navy_g_2: #0087d4; 
  --main-font: "Nunito", sans-serif;;
  --header-font:  "Luckiest Guy", cursive;
  --header-height: 0;
  --wrap-width: 1420px;
  --block-padding: 5em; /* odstępy wysokości bloków */
}
ul{list-style: none;}
@font-face {
      font-family: 'fontello';
      src: url('fonts/mlfont.eot?47843562');
      src: url('fonts/mlfont.eot?47843562#iefix') format('embedded-opentype'),
           url('fonts/mlfont.woff?47843562') format('woff'),
           url('fonts/mlfont.ttf?47843562') format('truetype'),
           url('fonts/mlfont.svg?47843562#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
}
.font-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}


/* ----- general ----- */

html{height: 100%; min-width: 300px; }

body {
	font: 20px/30px  var(--main-font);
	font-weight: 400;
	background-color: var(--white);
	color: var(--black);
}
@media (max-width: 1000px) {
	body {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 600px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
}

a {color: rgba(0,0,0,.7); text-decoration: none; transition: color .2s ease-in-out, background-color .2s ease-in-out;}
a:hover {color: rgba(0,0,0,.9);}
.content a{ color: var(--navy_g_2);}
.content a:hover{ color: var(--blue);}
a span {cursor: pointer;}

strong{font-weight: 700;}

h1{
	font: normal 2.65em/1.3em var(--header-font);
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
.home h1{
	font-size: 1.65em;
}
h1 strong{
	font-weight: normal;
	font-size: 2.24em;
}
h2{
	font: normal 2em/1.4em var(--header-font);
	margin-top: 1em;
	margin-bottom: .5em;
}
h2 strong{
	font-weight: normal;
	font-size: 1.6em;
}
h3{
	font: bold 1.25em/1.4em var(--main-font);
	margin-top: 1em;
	margin-bottom: 0.3em;
}
h4{
	font: bold 1.1em/1.4em var(--main-font);
	margin-top: 1em;
	margin-bottom: 0.3em;
}
h2:first-child, h3:first-child, h4:first-child{
	margin-top: 0;
}
@media (max-width: 1000px) {
	h1{font-size: 2.1em;}
	.home h1{font-size: 1.4em;}
	h2{font-size: 1.9em;}
	h3{font-size: 1.2em;}
	h4{font-size: 1.07em;}
}
@media (max-width: 600px) {
	h1{font-size: 1.7em;}
	.home h1{font-size: 1.2em;}
	h2{font-size: 1.4em;}
	h3{font-size: 1.15em;}
	h4{font-size: 1.05em;}
}

img{border:0; max-width: 100%; height: auto;}
p{margin-bottom: 1em;}
blockquote{
	margin: 2em 0 2em 2em;
	padding-left: 2em;
	border-left: solid 5px #f19900;
}
@media (max-width: 600px) {
	blockquote{
		margin: 1em 0 1em 0;
		padding-left: 1em;
	}
}
@media (max-width: 480px) {
	blockquote{
		padding-left: .5em;
	}
}
.small{
	font-size: .8em; 
    line-height: 1.3em;
}
.image{
	margin-bottom: 1em;
}
#main .no-padding,
.is-root-container .no-padding{
	padding: 0;
}
h1.header{
	padding-top: 1em;
	padding-bottom: 1em;
}

hr{
    margin: 1em 0;
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid white;
}
#tinymce hr{
    border-top: 1px solid gray;
}

/* ----- gutenberg ----- */

.has-smaller-font-size{font-size: .7em !important; line-height: 1.4em;}
.has-small-font-size{font-size: .85em !important; line-height: 1.4em;}
.has-normal-font-size{font-size: inherit !important; }
.has-large-font-size{font-size: 1.2em !important; line-height: 1.4em;}

.pelna-wysokosc{ min-height: calc(100vh - var(--header-height));}



/* ----- lists ----- */

.wp-block-list,
.content ul, .content ol,
.text ul, .text ol,
#tinymce ul, .tinymce ol{
	margin-bottom: 1em;
	padding-left: 1em; 
}
ol.wp-block-list,
.content ol,
.text ol,
#tinymce ol{
	padding-left: 2em; 
}
.wp-block-list > li,
.content ul > li,
.text ul > li,
#tinymce ul > li{
    margin-left: 1em;
	margin-bottom: 0.4em;
	text-align: left;
    list-style: none;
}
ul.wp-block-list > li:before,
.content ul > li:before,
.text ul > li:before,
#tinymce ul > li:before{
    content: "\2022";
    color: var(--blue);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
ol.wp-block-list > li,
.content ol > li,
.text ol > li,
#tinymce ol > li{
	margin-bottom: 0.4em;
	text-align: left;
}
.tlo-1 ul.wp-block-list > li:before,
.tlo-1 .content ul > li:before,
.tlo-1 .text ul > li:before{
    color: var(--yellow);
}

/* ----- comin ----- */
.comin{
	opacity: 0;
	transition: opacity 1s ease-in-out, top 1s ease-in-out, bottom 1s ease-in-out;
	position:relative;
}
.comin.on-screen{
	opacity: 1;
}
.comin-left{
	transition: opacity 1s ease-in-out, right 1s ease-in-out, left 1s ease-in-out;
	right: 500px;
	left: -500px;
}
.comin-left.on-screen{
	right: 0;
	left: 0;
}
.comin-right{
	transition: opacity 1s ease-in-out, right 1s ease-in-out, left 1s ease-in-out;
	right: -500px;
	left: 500px;
}
.comin-right.on-screen{
	right: 0;
	left: 0;
}
.comin-top{
	transition: opacity 1s ease-in-out, top 1s ease-in-out, bottom 1s ease-in-out;
	top: -500px;
	bottom: 500px;
}
.comin-top.on-screen{
	top: 0;
	bottom: 0;
}
.comin-2{
	transition-delay: .5s;
}
.comin-3{
	transition-delay: 1s;
}
.comin-4{
	transition-delay: 1.5s;
}
.comin-5{
	transition-delay: 2s;
}
.comin-6{
	transition-delay: 2.5s;
}
@media (max-width: 900px){
	.comin-2,
	.comin-3,
	.comin-4,
	.comin-5{
		transition-delay: 0s;
	}
}

/* ----- image align ----- */
img.alignleft{
	float: left;
	margin: 0 2em 2em 0;
}
img.alignright{
	float: right;
	margin: 0 0 2em 2em;
}
img.aligncenter{
	margin: 0 auto 2em;
    display: block;
}
.wp-caption-text{
    font-size: .8em;
    line-height: 1.4em;
    color: #686868;
	margin-bottom: 0;
}
@media (max-width: 600px) {
	img.alignleft,
	img.alignright,
	img.aligncenter{
		float: none;
		display: block;
		margin: 0 auto 1.5em;
	}
}

/* ----- gallery ----- */

.ari-fancybox{
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.ari-fancybox:hover{
	opacity: .8;
}
.gallery br{
	display: none;
}
.content .gallery .ari-fancybox{
	margin: 0;
}
.gallery-columns-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	column-gap: .4em;
}
.gallery-columns-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	column-gap: .4em;
}
.gallery-columns-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	column-gap: .4em;
}
.gallery-item{
	margin-bottom: .4em;
}
.gallery img{
	display: block;
}

/* ----- cols ----- */

.cols-2{ display: grid; grid-template-columns: repeat(2, 1fr); }
.cols-3{ display: grid; grid-template-columns: repeat(3, 1fr); }
.cols-4{ display: grid; grid-template-columns: repeat(4, 1fr); }
.cols-5{ display: grid; grid-template-columns: repeat(5, 1fr); }
.cols-6{ display: grid; grid-template-columns: repeat(6, 1fr); }
.cols-7{ display: grid; grid-template-columns: repeat(7, 1fr); }
.cols-8{ display: grid; grid-template-columns: repeat(8, 1fr); }
.cols-9{ display: grid; grid-template-columns: repeat(9, 1fr); }
.cols-10{ display: grid; grid-template-columns: repeat(10, 1fr); }
.cols-11{ display: grid; grid-template-columns: repeat(11, 1fr); }
.cols-12{ display: grid; grid-template-columns: repeat(12, 1fr); }

.col-2{ grid-column: auto / span 2; }
.col-3{ grid-column: auto / span 3; }
.col-4{ grid-column: auto / span 4; }
.col-5{ grid-column: auto / span 5; }
.col-6{ grid-column: auto / span 6; }
.col-7{ grid-column: auto / span 7; }
.col-8{ grid-column: auto / span 8; }
.col-9{ grid-column: auto / span 9; }
.col-10{ grid-column: auto / span 10; }
.col-11{ grid-column: auto / span 11; }
.col-12{ grid-column: auto / span 12; }


.gap-0{gap: 0;}
.gap-mini{gap: .4em;}
.gap-small{gap: 1em;}
.gap-1{gap: 2em;}
.gap-2{gap: 4em;}
.gap-3{gap: 6em;}

.show-at-600{
	display: none;
}

.content-cols{
    align-items: center;
}

@media (max-width: 1300px) {
	.gap-2 > *{ column-gap: 2em; }
	.gap-3 > *{ column-gap: 4em; }
	.cols-6-at-1300{ grid-template-columns: repeat(6, 1fr); }
	.cols-3-at-1300{ grid-template-columns: repeat(3, 1fr); }
	.cols-2-at-1300{ grid-template-columns: repeat(2, 1fr); }
	.break-at-1300{ display: block; }
	.break-at-1300 > *{ margin-bottom: 1em; }
	.cols.break-at-1300 > *:last-child{ margin-bottom: 0; }
	.cols-4-at-1300 .col-12{ grid-column: auto / span 6; }
	.cols-6-at-1300 .col-12{ grid-column: auto / span 6; }
	.cols-6-at-1300 .col-4,
	.cols-6-at-1300 .col-6{ grid-column: auto / span 3; }
}

@media (max-width: 1100px) {
	.cols-2-at-1100{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
	.break-at-900{ display: block; }
	.cols-2-at-900{ grid-template-columns: repeat(2, 1fr); }
	.cols-1-at-900{ grid-template-columns: repeat(1, 1fr); }
	.break-at-900 > *{ margin-bottom: 1em; }
	.cols.break-at-900 > *:last-child{ margin-bottom: 0; }
	.gap-mini-at-900{gap: .4em;}
	.cols-1-at-900 .col-3,
	.cols-1-at-900 .col-4,
	.cols-1-at-900 .col-6,
	.cols-1-at-900 .col-12{ grid-column: auto / span 1; }
}
@media (max-width: 600px) {
	.cols-1-at-600{ grid-template-columns: repeat(1, 1fr); }
	.show-at-600{ display: block; }
	.break-at-600{ display: block; }
	.break-at-600 > *{ margin-bottom: 1em; }
	.cols.break-at-600 > *:last-child{ margin-bottom: 0; }
}
@media (max-width: 400px) {
	.break-at-400{ grid-template-columns: repeat(1, 1fr); }
}

/* ----- form ----- */

.fluentform .ff-el-input--label{
	display: none;
}
input,
button,
textarea,
select{
	font: 1em/1.3em  var(--main-font);
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select{
    width: 100%;
    border: solid 1px rgba(0,0,0,.2) !important;
	background-color: rgba(0,0,0,.1) !important;
    color: var(--white) !important;
    padding: .5em 1em !important;
	border-radius: 1.5em !important;
    box-sizing: border-box;
}
select{
    padding: .4em .5em;
}
textarea{
  resize: none;
}

input[type=submit]:focus{
	outline: none;
}

::placeholder {
	color: rgba(255,255,255,.6) !important;
}
.fluentform .ff-el-group{
	margin-bottom: .9em !important;
}
input[type=checkbox]{
    opacity: .5;
	border-radius: .5em;
	accent-color: #398501 !important;
}
input[type=checkbox]:checked {
    opacity: 1;
}
select.ff-el-form-control:not([size]):not([multiple]){
	height: auto !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  line-height: 1.5em;
	background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#80D1F4 70%, transparent 72%);
  background-position:
    calc(100% - 25px) calc(1em + 2px),
    calc(100% - 21px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  cursor: pointer;
}
select,
select option {
	color: #fff !important;
}
select option{
	background-color: #1078EB;
	border-color: #0055A6 !important;
}
select:invalid,
select option[value=""] {
	color: rgba(255,255,255,.6) !important;
}
#ff_1_message{
	min-height: 255px;
}
#foot select.ff-el-form-control:not([size]):not([multiple]){
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#A0CA80 70%, transparent 72%);
}
.fluentform .text-danger{
    color: #ffffff !important;
}
.fluentform .ff-el-is-error .ff-el-form-check-label, .fluentform .ff-el-is-error .ff-el-form-check-label a {
    color: #ffffff !important;
}
.ff_tc_checkbox{
	float: left;
}
#result{
}

@media (max-width: 600px) {
	select.ff-el-form-control:not([size]):not([multiple]) {
		background-position: calc(100% - 19px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
	}
}


/* ----- read-more ----- */

.wp-block-buttons{
	margin-top: 1.5em;
}
.wp-block-button__link,
.read-more > *,
.fluentform .ff-btn{
	padding: .5em 3em;
	border-radius: 2em;
	font-size: 0.8em;
	transition: all .2s ease-in-out;
	color: var(--white);
	text-transform: uppercase;
	background-color: var(--red);
	font-weight: 700;
	display: inline-block;
	opacity: 1;
	border: none;
	cursor: pointer;
}
.wp-block-button__link span,
.read-more > * span,
.fluentform .ff-btn span{
    display: inline-block;
    vertical-align: middle;
}
.wp-block-button__link i,
.read-more > * i,
.fluentform .ff-btn i{
	padding-left: .5em;
	font-size: .8em;
    display: inline-block;
    vertical-align: middle;
}
.fluentform .ff-btn{
	padding: .5em 3em !important;
	border-radius: 2em !important;
	background-color: var(--red) !important;
	font-weight: bold !important;
	font-size: 1em !important;
}
.wp-block-button__link:hover,
.read-more > *:hover,
.fluentform .ff-btn:hover{
	background-color: var(--pink);
	color: var(--white);
}
.fluentform .ff-btn:hover{
	background-color: var(--pink)!important;
	opacity: 1 !important;
}
.fluentform .ff-el-form-check-label .ff-el-form-check-input{
    font-size: 2.5em;
    width: .5em;
    height: .5em;
	margin-right: .5em;
	accent-color: var(--green);
	cursor: pointer;
}
.read-more > .yellow-button{
	background-color: var(--yellow);
	color: var(--black);
}
.read-more > .yellow-button:hover{
	background-color: var(--lemon);
	color: var(--black);
}
.read-more > .blue-button{
	background-color: var(--blue_g_2);
	color: var(--white);
}
.read-more > .blue-button:hover{
	background-color: var(--blue_g_1);
}

/* ----- bg-colors ----- */
.tlo-1{ /* błękit */
	background-image: linear-gradient(to top right, var(--blue_g_1), var(--blue_g_2));
    color: var(--white);
}
.tlo-2{ /* granatowy */
	background-image: linear-gradient(to top right, var(--navy_g_1), var(--navy_g_2));
    color: var(--white);
}

.tlo-3{ /* pola */
	background: var(--blue) url(images/films-bg.png) no-repeat center center;
	background-size: cover;
    color: var(--white);
}

.tlo-4{ /* zielony */
	background-image: linear-gradient(to top, #3E9200, #56BE09);
    color: var(--white);
}
.tlo-5{ /* czerwony */
	background-image: linear-gradient(to bottom right, #EE1C25, #BC0008);
    color: var(--white);
}

.tlo-6{ /* ciemnozielony */
	background-color: #409401;
	color: var(--white);
}
.tlo-7{ /* ciemniejzielony */
	background-color: var(--leaf);
	color: var(--white);
}

.tlo-1 h1, .tlo-1 h2, .tlo-1 h3,
.tlo-2 h1, .tlo-2 h2, .tlo-2 h3,
.tlo-3 h1, .tlo-3 h2, .tlo-3 h3,
.tlo-4 h1, .tlo-4 h2, .tlo-4 h3,
.tlo-5 h1, .tlo-5 h2, .tlo-5 h3,
.tlo-6 h1, .tlo-6 h2, .tlo-6 h3,
.tlo-7 h1, .tlo-7 h2, .tlo-7 h3{
    color: var(--white);
}
.tlo-3 h1, .tlo-3 h2, .tlo-3 h3{
	text-shadow: 0 0 .3em rgba(0,0,0,.5);
}
.tlo-1 a,
.tlo-2 a,
.tlo-3 a,
.tlo-4 a,
.tlo-5 a,
.tlo-6 a,
.tlo-7 a{
    color: rgba(255,255,255,.8);
}
.tlo-1 a:hover,
.tlo-2 a:hover,
.tlo-3 a:hover,
.tlo-4 a:hover,
.tlo-5 a:hover,
.tlo-6 a:hover,
.tlo-7 a:hover{
    color: rgba(255,255,255,.9);
}

/* ----- wraps  ----- */


.wrap{
	max-width: var(--wrap-width);
	min-width: 280px;
	margin: 0 auto;
	text-align: left;
	padding-top: var(--block-padding);
	padding-bottom: var(--block-padding);
	padding-left: 2em;
	padding-right: 2em;
}
.wp-block-group > .wp-block-group__inner-container{
	max-width: var(--wrap-width);
    margin-left: auto;
	margin-right: auto;
}
#main > .alignfull,
.alignfull > .wp-block-group__inner-container{ 
	max-width: none;
}

section{
	position: relative;
}
@media (max-width: 1000px) {
	#main > div,
	.wrap{
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* ----- main ----- */

#main{
	padding-top: var(--header-height);
	overflow: hidden;
}

@media (max-width: 1000px) {
	#main{
		padding-top: calc(var(--header-height) - .5em);
	}
}
@media (max-width: 600px) {
	#main{
		padding-top: calc(var(--header-height) - 1em);
	}
}



/* ----- head ----- */

#head{
	width: 100%;
	background-color: rgba(0,85,166,0);
	position: fixed;
    z-index: 50;
	transition: all .2s ease-in-out;
}
.not-viewing-top #head{
	background-color: rgba(0,85,166,1);
}
#head .wrap{
	overflow: visible;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	transition: all .2s ease-in-out;
    display: flex;
    justify-content: space-between;
	align-items: center;
	max-width: none;
}
#head .wrap:after{ display: none;}
.not-viewing-top #head .wrap{
	padding-top: .2em;
	padding-bottom: .2em;
}
.main-header .wrap{
	padding-top: 7em;
	padding-bottom: 3em;
}

/* ----- logo ----- */

#logo{
	top: 0;
	bottom: 0;
	display: flex;
	gap: 2em;
}
#logo a img{
	width: auto;
	height: inherit;
	max-height: 3em;
	transition: all .2s ease-in-out;
}
.not-viewing-top #logo a img{
	max-height: 2.3em;
}
#logo a,
#logo img{
	display: block;
}
@media (max-width: 1000px) {
	#logo a img {
		max-height: 3em;
	}
	.not-viewing-top #logo a img {
		max-height: 2.5em;
	}
}
@media (max-width: 400px) {
	#logo{
    	max-width: 10em;
	}
}
/* ----- head-right ----- */
@media (max-width: 1400px) {
	.head-right{
		display: flex;
        flex-direction: row-reverse;
	}
}

/* ----- flags ----- */
.flags{
	display: flex;
	gap: .5em;
    align-items: center;
    justify-content: flex-end;
    margin-top: .8em;
	max-height: 5em;
	padding-bottom: 1px;
	overflow: hidden;
	transition: max-height .2s ease-in-out,  margin-top .2s ease-in-out,  padding-bottom .2s ease-in-out, opacity 1s ease-in-out;
}
.not-viewing-top .flags{
	max-height: 0;
    margin-top: 0;
	padding-bottom: 0;
}
.flags a{
	padding-bottom: .05em;
	border-bottom: solid 2px rgba(255,255,255,0);
	transition: all .2s ease-in-out;
}
.flags a:hover{
	border-bottom: solid 2px rgba(255,255,255,1);
}

@media (max-width: 1000px) {
	.flags{
    	margin-top: 0;
	}
}
@media (max-width: 700px) {
	.flags a{
		width: 2em;
        display: inline-block;
	}
}
@media (max-width: 400px) {
	.flags{
		flex-direction: column;
		gap: .1em;
	}
	.flags a{
		width: 1.7em;
		border: none;
		padding: 0;
	}
}
/* ----- menu ----- */

#menu .menu{
	
}
#menu h2, #menu h2 span{
    display: none;
}
#menu .menu-wrap > div > ul > li{
	display: inline-block;
	position:relative;
	margin-left: .5em;
	margin-right: .5em;
}
#menu .menu-wrap > div > ul > li:last-child{
	margin-right: 0;
}
#menu .menu-wrap> div > ul > li:first-child{
	border: none;
}
#menu .menu-wrap > div > ul > li > a{
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 700;
    padding: 0 0 2px 0;
	display: block;
	transition: all .2s ease-in-out;
	color: var(--white);
	border-bottom: solid 2px rgba(2555,255,255,0);
}
#menu .menu-wrap > div > ul > li.menu-item-has-children > a:after{
    font-family: "fontello";
	content: "\e809";
	margin-left: .5em;
	display: inline-block;
	vertical-align: middle;
    line-height: 1em;
} 

#menu .menu-wrap > div > ul > li.current-menu-item > a,
#menu .menu-wrap > div > ul > li.current-menu-ancestor > a{
	border-bottom: solid 2px rgba(2555,255,255,1);
}
#menu .menu-wrap > div > ul > li > a:hover, 
#menu .menu-wrap > div > ul > li.current-menu-item > a:hover{
	border-bottom: solid 2px rgba(2555,255,255,1);
}
#menu .sub-menu{
    max-height: 0;
	min-width: 10em;
    overflow: hidden;
    transition: all .2s ease-in-out;
	transition-delay: .4s;
    position: absolute;
    left: 0;
    top: 100%;
	background-color: var(--white);
	padding-top: 0;
}
#menu li:hover .sub-menu{
	max-height: 800px;
	padding-top: .5em;
	transition-delay: 0s;
}
#menu .sub-menu a{
	font-size: 0.9em;
	line-height: 1.2em;
	padding: .7em 1.2em;
	display: block;
	color: var(--white);
	transition: all .2s ease-in-out;
	background-color: var(--green);
	border-bottom: solid 1px var(--black);
}
#menu .sub-menu li.current-menu-item a{
	background-color: var(--green);
}
#menu .sub-menu a:hover,
#menu .sub-menu li.current-menu-item a:hover{
	background-color: var(--yellow);
	border-bottom: solid 1px var(--hover);
	color: var(--white);
	text-decoration: none;
}
.close{
	font-size: 1.5em;
	line-height: 1.4em;
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer;
	width: 1.4em;
	height: 1.4em;
	border-radius: 100%;
	text-align: center;
	transition: all .2s ease-in-out;
	display: block;
	background-color: var(--black);
	color: var(--white);
}
.close:hover{
	background-color: var(--yellow);
	color: var(--white);
}
#menu .close{
	display: none;
}

@media (max-width: 1400px) {
	#menu h2{
		font-size: 1em;
		font-weight: 400;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu h2 i{
		display: inline-block;
		color: var(--white);
		font-size: 2.8em;
		line-height: 1em;
		padding: 0; margin: 0;
		cursor: pointer;
		transition: all .2s ease-in-out;
		text-align: center;
		position: relative;
		z-index: 80;
		margin-left: .5em;
		vertical-align: middle;
	}
	#menu h2 i:hover{
		color: var(--yellow);
	}
	#menu .menu-wrap{
		position: fixed;
		left: 0;top: 0;right: 0;
		width: 100%;
		z-index: 170;
		max-height: 100vh;
		background-image: linear-gradient(to top, #3E9200, #56BE09);
		height: 0;
		overflow: hidden;
		transition: height .4s ease-in-out;
	}
	#menu .menu-wrap.acti{
		height: 100vh;
	}
	#menu .menu-wrap > div > ul{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100vh;
	}
	#menu .close{
		display: block;
	}
	#menu .menu-wrap > div > ul > li{
		display: block;
		border-left: none;
		text-align: center;
	}
	#menu .menu-wrap > div > ul > li > a{
		color: var(--white);
		border-bottom: 2px solid var(--white);
		text-align: center;
		padding: 1em;
		font-size: 1.2em;
		line-height: 1.4em;
		padding: .5em 0;
		margin: .3em 0;
		display: inline-block;
		width: 10em;
		transition: all .2s ease-in-out;
		text-align: left;
		font-weight: bold;
	}
	#menu .menu-wrap > div > ul > li.menu-item-has-children > a:after{
		display: none;
	} 
	#menu .menu-wrap > div > ul > li.current-menu-item > a, 
	#menu .menu-wrap > div > ul > li.current-menu-ancestor > a{
		color: var(--lemon);
		border-bottom: 2px solid var(--lemon);
	}
	#menu .menu-wrap > div > ul > li > a:hover, 
	#menu .menu-wrap > div > ul > li.current-menu-item > a:hover{
		color: var(--lemon);
		border-bottom: 2px solid var(--lemon);
	}
	#menu .sub-menu{
		max-height: none;
		position: relative;
		text-align: left;
		top: 0;
		background-color: transparent;
	}
	#menu li:hover .sub-menu{
		padding-top: 0;
	}
	#menu .sub-menu a,
	#menu .sub-menu li.current-menu-item a{
		background-color: transparent;
   	 	padding: .5em .7em;
		border: none;
	}
	#menu .sub-menu a:hover,
	#menu .sub-menu li.current-menu-item a:hover{
		background-color: transparent;
		color: var(--hover);
		border: none;
	}
}



/* ----- ppp popup  ----- */

.ppps-buttons-list{
    max-width: 1200px;
	margin: auto;
}
.ppps-buttons-list button{
    display: flex;
    flex-direction: column;
	margin-bottom: 1em;
	padding: 1.17em;
	border-radius: 2em;
	background-color: var(--red);
	color: var(--white);
	transition: background-color .2s ease-in-out;
	box-shadow: 0 0 1em rgba(0,0,0,.3);
    height: 100%;
	max-width: calc(643px + 2.34em);
    margin: 0 auto;
}
.ppps-buttons-list button:hover{
	background-color: var(--pink);
}
.ppps-buttons-list h2{
	color: var(--white);
	margin-top: .2em;
	margin-bottom: .5em;	
}
.shrink{
	font-size: .7em;
	line-height: 1.3em;
}
.ppps-buttons-list .image{
	margin-bottom: 1em;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 1em;
}
.ppps-buttons-list .image img{
	display: block;
}

.ppp{
	display: flex;
    position: fixed;
	left: 0; right: 0; top: 0; bottom: 0;
	z-index: -99;
    justify-content: center;
    align-items: center;
	transition: background-color .2s ease-in-out, z-index 0s ease-in-out;
	transition-delay: 0s, .4s;
}
.ppp.active {
	z-index: 99;
	transition-delay: 0s, 0s;
}
#ppps-list .ppp{
	text-align: left;
}
.ppp .screen{
    position: fixed;
	left: 0; right: 0; top: 0; bottom: 0;
	background-color: rgba(20,107,28,0);
	z-index: 100;
	transition: background-color .2s ease-in-out, z-index 0s ease-in-out;
	transition-delay: .2s, 0s;
}
.ppp.active .screen{
	background-color: rgba(155,155,155,.7);
	transition-delay: 0s, 0s;
}
.ppp .close{
	right: -10px;
	top: -10px;
    background-color: var(--white);
    color: var(--red);
}
.ppp .close:hover{
    color: var(--pink);
}
.ppp .box{
	z-index: 101;
    background-color: var(--red);
	max-width: 52em;
	padding: 2em 2em 2em;
	margin-left: .5em;
	margin-right: .5em;
	position: relative;
	opacity: 0;
	transition: opacity .2s ease-in-out;
	box-shadow: 0 0 .5em rgba(0,0,0,.3);
	border-radius: 2em;
}
.ppp.active .box{
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.ppp .box .job{
	margin-top: 0;
	margin-bottom: 1em;
}
.ppp .scroll{
    max-height: 500px;
    overflow: auto
}
.ppp .box .title,
.ppp .box .text{
	margin-right: 2em;
}

.ppp .box .text ul > li:before{
    color: var(--yellow);
}

.button-ppp{
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: color .2s ease-in-out;
	color: var(--red);
}
.button-ppp:hover{
	background: none;
}

.button-ppp .image img{
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.button-ppp:hover .image img{
	opacity: .9;
}
.ppp .scroll .text img{
	display: block;
}
.ppp .read-more{
	margin-top: 1.5em;
}

@media (max-width: 900px) {
	.ppp .box{
		padding: 1em;
	}
	.ppp .scroll{
		margin-top: 1em;
	}
}

@media (max-width: 800px) {
	.ppp .box > .image{
		display: none;
	}
	.ppp .box .scroll .image{
		float: none;
		display: block;
		text-align: center; 
		margin-right: 0;
		margin-bottom: 2em;
	}
	.ppp .box h3,
	.ppp .box .job{
		text-align: center;
	}
}


/* ----- hero ----- */

#hero,
#hero-wrap{
	height: 100vh;
}
#hero{
}
#hero-wrap{
	display: flex;
}
#hero-wrap .wrap{
	padding-top: 7em;
	position: relative;
	flex: 1;
}
.animated-background{
	position: absolute;
	left: 0; top: 1px; right: 0; bottom: 0;
}
.animated-background img{
	display: block;
}
#hero .obj-1{
	position: absolute;
    right: -17%;
    width: 76.4%;
	bottom: 0;
}
#hero .obj-2{
	position: absolute;
    right: 4%;
    width: 56%;
	bottom: 0;
}
#hero .obj-3{
	position: absolute;
    right: -1%;
    width: 22%;
	bottom: 0;
}
#hero .obj-4{
	position: absolute;
    right: 30%;
    width: 41%;
    bottom: 0;
	padding-bottom: 16.6%;
}
#hero .obj-5{
	position: absolute;
    right: 6.6%;
    bottom: 0;
    width: 2.6%;
    padding-bottom: 36%;
}
#hero .obj-6{
	position: absolute;
    right: -4.6%;
    bottom: 0;
    padding-bottom: 30%;
    width: 2.2%;
}
#hero .obj-7{
	position: absolute;
    right: -6.66%;
    bottom: 0;
    padding-bottom: 26.6%;
    width: 1.6%;
}
#hero .obj-8{
	position: absolute;
    right: 40%;
    bottom: 0;
    padding-bottom: 53.3%;
    width: 1.3%;
}
#hero .obj-9{
	position: absolute;
    right: 60%;
    bottom: 0;
	padding-bottom: 6.66%;
    width: 1%;
}
#hero .box{
	position: absolute;
	left: 0;
	top: calc(40% - 10em);
}
#hero .box .comin{
	background-image:  url(images/hero-cloud.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    width: 40em;
    min-height: 25em;
	display: flex;
    align-items: center;
    justify-content: center;
}
#hero h1{
	color: var(--black);
	padding: 4em 5em 3em;
}
*:lang(pl-PL) #hero h1{
	padding: 4em 6em 3em;
}
#hero .read-more{
	position: absolute;
	bottom: 2em;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero .read-more a{
	width: 60px;
	height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    font-weight: normal;
	padding: 0;
	font-family: 'fontello';
	background: transparent url(images/bullet-red.png) no-repeat center center;
}
#hero .read-more a:hover{
  -webkit-filter: drop-shadow(0px 0px 10px #fff) drop-shadow(0px 0px 10px #fff);
  filter: drop-shadow(0px 0px 10px #fff) drop-shadow(0px 0px 10px #fff);
}


@media (max-height: 880px) {	
	#hero .animated-background{
    	margin-left: 15%;
	}
}
@media (max-height: 780px) {	
	#hero .animated-background{
    	margin-left: 25%;
	}
}
@media (max-width: 900px) {	
	#hero .animated-background{
    	margin-left: -40%;
	}
	#hero .box .comin{
    	padding: 2em;
		width: auto;
		height: auto;
	}
	#hero .box .comin{
		padding: 0;
	}
	#hero h1,
	*:lang(pl-PL) #hero h1{
    	padding: 4em 4em 3em;
	}
}
@media (max-width: 600px) {	
	#hero .box .comin{
		margin-left: -3em;
		margin-right: -3em;
	}
}

/* ----- about ----- */

#about .wrap{
	position: relative;
}

#about .box{
	position: relative;
	z-index: 10;
	max-width: 45%;
}
#about h2{
	max-width: 15em;
}
#about .obj-1{
	position: absolute;
    right: -17%;
    width: 76.4%;
	top: -1px;
}
#about .obj-2{
	position: absolute;
	right: 36.6%; top: 0;
	padding-top: 3.33%;
    width: 20.5%;
}
#about .obj-3{
	position: absolute;
	right: -3.3%;
	top: 0;
	padding-top: 10.6%;
    width: 57%;
}
#about .obj-4{
	position: absolute;
	right: 0px;
	top: 0;
	padding-top: 5.3%;
    width: 39%;
}
#about .obj-5{
	position: absolute;
	right: 0px; top: 0;
	padding-top: 26.6%;
    width: 2.3%;
}
#about .obj-6{
	position: absolute;
    right: 30.6%;
    top: 0;
	padding-top: 16.6%;
    width: 3.3%;
}
#about .obj-7{
	position: absolute;
    right: 24.6%;
    top: 0;
	padding-top: 20%;
    width: 1%;
}
#about .obj-8{
	position: absolute;
	right: 3.3%; 
    top: 0;
	padding-top: 31.3%;
    width: 1.2%;
}
#about .obj-9{
	position: absolute;
	right: 6%; 
    top: 0;
	padding-top: 43.3%;
    width: 0.6%;
}
#about .obj-10{
	position: absolute;
    right: 44%;
    top: 0;
	padding-top: 29.3%;
    width: 2%;
}

@media (max-height: 880px) {	
	#about .animated-background{
    	margin-left: 15%;
	}
	#about .obj-4{
		position: absolute;
		right: 0px; top: 80px;
	}
}
@media (max-height: 780px) {	
	#about .animated-background{
    	margin-left: 25%;
	}
}
@media (max-width: 900px) {	
	#about .animated-background{
    	margin-left: -40%;
	}
	#about .box{
    	max-width: none;
    	padding-top: 60%;
	}
}

/* ----- videos ----- */

.video{
  text-align: center;
}
.video-prewrap{
  padding: .5em;
  background-color: rgba(255,255,255,.5);
}
.video-wrap{
  position: relative;
  padding-bottom: 54%; 
  height: 0;
  width: 100%;
  background-color: #000;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .read-more{
	margin-top: 2em;
}

#videos .content{
	margin-bottom: 3em;
	min-height: 0;
}
#videos .box-video h2{
	text-align: center;
}
#videos .box-video .text{
	text-align: center;
	margin-top: 2em;
}
#videos .box-video .text a{
	color: rgba(255,255,255,1);
	text-decoration: underline;
}
#videos .box-video .text a:hover{
	color: rgba(255,255,255,.6);
}

@media (max-width: 900px) {	
	#videos h2{
    	margin-top: 2em;
	}
	#videos li:first-child h2{
    	margin-top: 0;
	}
	.page-template-videos-page #videos{
		background-image: none;
		background-color: var(--yellow);
	}
}

.wp-video .mejs-video{
	max-width: 100%;
}

/* ----- offer ----- */

.offer-list .item{
	text-align: center;
	padding: 3em;
	background-color: var(--blue);
	color: var(--white);
}
.offer-list .item p{
	margin-bottom: 0;
}
.offer-list .item:nth-child(1){
	background-color: var(--red);
	color: var(--white);
}
.offer-list .item:nth-child(2){
	background-color: var(--yellow);
	color: var(--black);
}
.offer-list .item:nth-child(3){
	background-color: var(--blue);
	color: var(--white);
}
.offer-list .item:nth-child(4){
	background-color: var(--green);
	color: var(--black);
}
.offer-list h2{
	margin-top: .5em;
}
@media (max-width: 1500px) {
	.offer-list .item{
		padding: 2em;
	}	
}
@media (max-width: 600px) {
	.offer-list .item{
		margin-bottom: 0;
		padding: 2em 1em;
	}	
}


/* ----- expandables ----- */

#expandables,
#main #expandables{
	margin: 0;
	padding: 1em 0 2em;
}
.expandable,
#main .expandable{
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}
.expandable h3{
	margin-bottom: 0;
	cursor: pointer;
	transition: all .2s ease-in-out;
	background-color: var(--green);
	color: var(--black);
	border-radius: 1.5em;
	padding: .5em 2em;
	box-shadow: 0 0 .7em rgba(0,0,0,.3);
	position: relative;
	z-index: 10;
}
.expandable h3:hover{
	background-color: var(--yellow);
}
.expandable h3 i{
	float: right;
	font-size: .6em;
	margin-left: 1em;
	transition: all .2s ease-in-out;
}
.expandable h3:hover i{
}
.expandable.active  h3 i{
	transform: rotate(180deg)
}
.expandable .text,
#main .expandable .text{
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
	text-align: justify;
	margin: 0 1em 0;
	padding: 0 2em 0;
	background-color: #9dc905;
	color: var(--black);
}
.expandable.active .text,
#main .expandable.active .text{
	max-height: 1000px;
	padding: 1em 2em 0em;
}
.expandable .text-wrap,
#main .expandable .text-wrap{
}
.exp-link{
	margin-bottom: 1em;
	font-size: .9em;
}


/* ----- cooperation ----- */


#cooperation .wrap{
	position: relative;
}
#cooperation .obj-1{
	position: absolute;
    left: 0%;
    width: 50.8%;
	bottom: 0;
}
#cooperation .obj-2{
	position: absolute;
    left: 44%;
    bottom: 0;
    width: 2.6%;
    padding-bottom: 7%;
}
#cooperation .obj-3{
	position: absolute;
    left: 10%;
    bottom: 0;
    padding-bottom: 6%;
    width: .9%;
}
#cooperation .obj-4{
    position: absolute;
    left: 50%;
    bottom: 0;
    padding-bottom: 5%;
    width: 1%;
}
#cooperation .obj-5{
	position: absolute;
    left: 51%;
    bottom: 0;
    padding-bottom: 2%;
    width: 1.4%;
}
#cooperation .obj-6{
	position: absolute;
    left: -1%;
    bottom: 0;
    padding-bottom: 2%;
    width: .6%;
}
#cooperation .obj-7{
	position: absolute;
    left: 31%;
    bottom: 0;
    padding-bottom: 7%;
    width: 2%;
}
#cooperation .cols-2{
	z-index: 2;
    position: relative;
}

@media (max-width: 900px) {
	#cooperation .cols-2{
		display: flex;
        flex-direction: column-reverse; 
		gap: 1em;
	}
}

/* ----- news ----- */

#news .wrap{
	position: relative;
}
#news .obj-1{
	position: absolute;
    left: 0%;
    width: 50.8%;
	top: -1px;
}
#news .obj-2{
	position: absolute;
    left: -4%;
    width: 49.8%;
    top: 0;
}
#news .obj-2 img{
    margin-top: -65%;
}
#news .obj-3{
	position: absolute;
    left: 12%;
    width: 2.3%;
    top: 0;
    padding-top: 8%;
}
#news .obj-4{
	position: absolute;
    left: 49%;
    width: 1.7%;
    top: 0;
    padding-top: 8%;
}
#news .obj-5{
    position: absolute;
    left: 30%;
    width: 2.1%;
    bottom: 4%;
}
#news .obj-6{
    position: absolute;
    left: 0%;
    width: 1.4%;
    top: 0;
    padding-top: 5%;
}

#news h2{
	padding-left: 53%;
}
.home .news-list{
	margin-top: 2em;
}
.news-list{
	margin-bottom: 2em;
}
.news-list .article-link{
	display: block;
	margin-bottom: 1em;
	padding: 1.17em;
	border-radius: 2em;
	background-color: var(--yellow);
	color: var(--black);
	transition: background-color .2s ease-in-out;
	box-shadow: 0 0 1em rgba(0,0,0,.3);
    height: calc(100% - 2.34em);
	max-width: calc(400px + 2.34em);
    margin: 0 auto;
}
.news-list .article-link:hover{
	background-color: var(--lemon);
}
.news-list .image{
	margin-bottom: 1em;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 1em;
}
.news-list .image img{
	display: block;
}
.news-list .image-expand{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: width .6s ease-in-out, height .6s ease-in-out, top .6s ease-in-out, left .6s ease-in-out;
}
.news-list .article-link:hover .image-expand{
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
}
.news-list .image-expand img{
	width: 100%;
	height: 100%;
}
.news-list .article-link:hover h3{
}
.news-list .text{
	margin-bottom: 0;
	color: var(--black);
}
.news-list h3{
	margin-top: 0;
	margin-bottom: 0;
	color: var(--black);
}
.news-list .text .date{
	font-size: .8em;
	margin-bottom: .1em;
	text-align: center;
}
.news-list h3{
	text-align: center;
	background-image: url(images/interline.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1.3em;
	margin-bottom: 1em;
	font-size: 1.1em;
}

#news .read-more{
	text-align: center;
}

.pagination{
	text-align:center;
}
.pagination span,
.pagination a{
    padding: 0.6em 1.25em 0.6em;
	margin-bottom: 4px;
	display: inline-block;
}

.pagination span.current,
.pagination a:hover,
.pagination span:hover{
    background-color: var(--yellow);
	color: var(--black);
}
@media (max-width: 760px) {
	#news h2 {
		padding-left: 0;
		text-align: right;
	}
	#news .obj-5{
		bottom: 2%;
	}
}
@media (max-width: 600px) {
	.news-list .article-link{
		display: block;
		text-align: center;
	}
	.news-list .image {
		margin-right: auto;
		margin-left: auto;
    	display: inline-block;
	}
	.news-list .text {
		width: auto;
		text-align: center;
	}
	#informations .read-more{
		text-align: center;
	}
}


/* ----- karuzela ----- */

.slick-slider{
	padding: 0 3em;
}
.slick-slider .item{
	margin: 1em;
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}
.slick-prev, 
.slick-next{
    width: 30px;
    height: 30px;
}
.slick-prev:before, 
.slick-next:before{
	transition: all .2s ease-in-out;
	color: var(--yellow);
	font-size: 30px;
	opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover:before{
	color: var(--hover);
}


/* ----- subpages ----- */

.shorter-heading .main-header .wrap{
	padding-bottom: 0;
}
#main.shorter-heading > .wrap{
	padding-top: 3em;
}
.content{
    min-height: calc(100vh - 29em);
}
.single .wp-video{
	margin: 2em auto 2em;
	max-width: 500px;
}
.single .content{
    max-width: 1000px;
    margin: auto;
}

/* ----- map ----- */
#map iframe{
	width: 100%;
	height: 500px;
	display: block;
}
.map{
	border: none !important;
	color: #000 !important;
}
.map{
	border: none !important;
	color: #000 !important;
}
.map a{
	color: #0060AE !important;
}

.map h2,
.map h3, 
.map h4{
	color: #000 !important;
}
.gm-style-iw-d table,
.gm-style-iw-d br{
	display: none;
}

/* ----- boxes ----- */

.boxes-list .box{
	min-height: 500px;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
    margin-bottom: 0;
	background-size: cover;
	background-position: center;
}
.boxes-list .box-wrap{
	padding: 4em;
	z-index: 10;
	overflow: hidden;
}
#main .boxes-list .text{
	margin-bottom: 0;
}
.boxes-list .box-wrap p:last-child{
	margin-bottom: 0;
}
.white{
	background-color: var(--white);
}
.yellow{
	background-color: var(--yellow);
}
.red{
	background-color: var(--red);
	color: var(--white);
}
.blue{
	background-color: var(--blue);
	color: var(--white);
}
.green{
	background-color: var(--green);
	color: var(--black);
}
.box-video .wp-video,
.box-video .wp-video .mejs-video{
	width: 100% !important;
}


@media (max-width: 760px) {
	.boxes-list .box-wrap{
		padding: 1em;
	}
	.boxes-list .box{
		min-height: 300px;
	}
	.boxes-list .box-video{
		min-height: unset;
	}
}

/* ----- contact ----- */

.contact-icon{
	padding-left: 2em;
	margin-bottom: .5em;
	position: relative;
	text-align: left;
}
.contact-icon:before{
    font-family: "fontello";
	content: "\e811";
	display: block;
	vertical-align: middle;
    line-height: 1em;
	position: absolute;
	left: 0;
	top: .3em;
}

.contact-icon.contact-address:before{
	content: "\f031";
}
.contact-icon.contact-phone:before{
	content: "\e812";
}
.contact-icon.contact-phone span{
	font-size: 1.4em;
	line-height: 1em;
	display: inline-block;
	font-weight: bold;
}
.contact-icon strong{
	font-size: 1.4em;
	line-height: 1.4em;
	display: inline-block;
}




/* ----- agenda  ----- */


.agenda{
	margin-top: 2em;
}
.agenda .day-name{
	text-align: center;
	background-color: var(--blue);
	border-radius: 1.5em;
	line-height: 1em;
	padding: .5em 1em;
	margin-bottom: .5em;
}
.agenda .events{
	list-style: none !important;
	margin: 0;
	padding: 0 !important;
}
.agenda .event{
	margin: 1em 0 0;
	border-radius: 1.5em;
	display: flex;
}
.agenda .event .time{
	width: 4.5em;
	margin-right: .5em;
	text-align: center;
	border-right: solid 1px var(--red);
}
.agenda .event .details{
	width: calc(100% - 5em);
}
.agenda .event .start{
	font-weight: bold;
}
.agenda .event .end{
	font-size: .9em;
}
.agenda .event-name{
	font-weight: bold;
}
.agenda .speaker{
	color: var(--green);
	font-size: .9em;
}
.agenda .info{
	font-size: .9em;
	line-height: 1.2em;
}

/* ----- cookie notice ----- */

#cookie-notice{
	background-color: var(--navy_g_1) !important;
	font-family: var(--main-font) !important;
	font-size: .8em !important;
	line-height: 1.3em !important;
}
#cn-notice-text img{
	height: 2em;
	margin-right: 1em;
	vertical-align: middle;
	display: inline-block;
}
#cookie-notice .cn-button{
	color: var(--white) !important;
	background-color: var(--navy_g_2) !important;
}
#cookie-notice .cn-button:hover{
	background-color: var(--blue) !important;
	color: var(--white) !important;
}
#cookie-notice img{
	display: none !important;
}

/* ----- foot ----- */

#foot a{
}
#foot .wrap{
	align-items: center;
}
#foot .wrap > div{
}
#foot h4{
	margin-bottom: .6em;
}
#foot .image{
	max-width: 200px;
	margin-bottom: 1em;
}
#foot .menu{
	margin-bottom: 1em;
}
#foot .menu li{
	display: inline-block;
}
#foot .menu li:before{
	content: "|";
	display: inline-block;
}
#foot .menu li:first-child:before{
	display: none;
}
#foot .menu li a{
	padding-left: .5em;
	padding-right: .5em;
}
.social{
	font-size: 2.1em;
	padding-left: 0 !important;
	margin-bottom: .5em !important;
}
.social li{
	margin: 0 !important;
	display: inline-block;
}
.social li:before{
	display: none !important;
}
.social-heading{
	font-weight: normal;
	margin-top: 1.5em;
}
.social li:before{
	display: none;
}
.social li a{
	color: var(--white);
	width: 1em;
	height: 1em;
	display: flex;
    justify-content: center;
    align-items: center;
}
.social li .font-icon{
}
.social li a:hover{
	text-decoration: none;
	opacity: .8;
	transition: all .2s ease-in-out;
}

#foot-right{
}
#copyright{
	margin-bottom: 1em;
}
#design{
    color: rgba(255,255,255,.3);
	font-size: 0.875em;
}
#design a{
    color: rgba(255,255,255,.3);
}
#design a:hover{
	text-decoration: underline;
}	
.foot-1 .wrap{
	padding-top: 4em;
	padding-bottom: 2em;
}
.foot-2 .wrap{
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
}
#foot-right .read-more{
	text-align: right;
}
#foot-right .read-more a{
	text-align: center;
}

@media (max-width: 900px) {	
	#foot-left,
	#foot-center{
		text-align: center;
    	display: flex;
    	flex-direction: column;
        align-items: center;
	}
	#foot-right h4{
		text-align: center;
	}
}

#contact-floater{
    position: fixed;
    bottom: 4em;
    right: .5em;
}
#contact-floater a img{
	transition: all .2s ease-in-out;
  filter: drop-shadow(0 0 0 rgba(255,255,255,.4));
}
#contact-floater a:hover img{
  filter: drop-shadow(0 0 .4em rgba(255,255,255,1));
}