/* Theme Name: szablon */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap&subset=latin-ext'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');


:root {
	/* --mainColor: rgb(0,32,96); */
	--mainColor: rgb(0,34,82); /* HEX: #002252 */
	--mainColorBright: rgb(12,57,148); /*  HEX: #0c3994 */
	--secondaryColor: #c92667; /* Amarantusowy */
  }
body { 
font-family: 'Source Sans Pro', sans-serif;
 }

.container-fluid  {
font-family: 'Source Sans Pro', sans-serif;
}

.container-fluid a   {
font-family: 'Source Sans Pro', sans-serif;
color: #000 ;
}
.color-secondary {
	color: var(--secondaryColor);
}
table[border] {
	border-width: 1px;
	border-style: solid;
	border-color:  #000;
}
/* table[border]::after {
	content: attr(border);
  }
table {
	border-width: attr(border px, 0px);
  } */

table[border] th, table[border] td {
	border-width: 1px;
	//border-style: inherit;
	//border-color:  inherit;
  }

a {
  text-decoration: none !important;	
	color: #000;
}

a:hover {
  color:#8c8282 !important;	
	
}


display-moible-only {
	display: block;
}
.container a {
	color: #000 ;
}

.separator {
	border-bottom: 1px solid #a7a7a7;
	margin: 50px auto 10px;
	width: 100%;
}
 .alignnone {
    margin: 0;
}

.theme-bg {
	background-color: var(--mainColor);
}
.h-50 {
	padding-top: 50px;
}
.h-150 {
	padding-top: 150px;
}
.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.anchor{
  display: block;
  height: 45px; /*same height as header*/
  margin-top: -45px; /*same height as header*/
  visibility: hidden;
}
.top {
background: var(--mainColor);
z-index: 9999;
}
.top2 {
	position: relative;
	overflow: hidden;
}
/* .top2 .background-whole {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: -2;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left 70%;
    background-image: url(img/backgrounds/dots2.png);
    filter: invert(.66) opacity(.45);
} */
.top2 .background-logo {
	position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 173px;
    transform: translateY(-50%);
    padding-right: 9.5%;
}

.blokimoje div {
position: relative;
	
}
.numertelefonu {
width: 100%;
padding: 5px 0;
margin-left: 0px;
margin-top: 86px;
}
.numertelefonu img {
width: 25px;
height: auto;
margin-right: 10px;
}

.numertelefonu a {
font-size: 1.26em;
font-weight: bold;	
color: var(--mainColor);
}

.numertelefonu2 img {
width: 25px;
height: auto;
margin-right: 10px;
}

.numertelefonu2 {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.social-link {
	display: block;
}
.numertelefonu2 a {
font-size: 1.26em;	
font-weight: bold;	
color: var(--mainColor);
}
.numertelefonu2 .phone {
	margin-right: 30px;
	padding: 5px 0;
}
.numertelefonu2 .social-links {
	display: flex;
	padding: 5px 0;
}
.numertelefonu2 .social-links a:hover {
	opacity: .8;
}
.logo {
	
}
.logo img {
	display: block;
    max-width: 160px;
    max-height: 137px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    margin-right: 20px;
}
.napishomeee {
	display: flex;
	align-items: center;
}
.napishomeee .content {
	flex-grow: 1;
}
.napishomeee h1 {
font-size: 1.6em;
font-weight: 600;	
color: var(--mainColor);	
margin-top: 0px;
margin-bottom: 0;
max-width: 570px;
}

/* banner-home */
.banner-home {
	height: calc(100vh - 60px);
	min-height: 400px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner-home .background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	filter: brightness(80%);
}
.banner-home.banner-about {
	position: relative;
}
/* .banner-home.banner-about .background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,60,6,.4);
} */
.banner-home.banner-about .background {
	background-position: center;
}
.banner-home .content {
	text-align: center;
	width: 100%;
	padding: 50px 0;
	z-index: 2;
}
.banner-home .content .title {
	color: #fff;
	font-weight: 300;
	background-color: rgba(0,0,0,.6);
    border-radius: 30px;
    padding: 20px;
    font-size: 36px;
    line-height: 1.45;
    max-width: 900px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.banner-home .content .title .break-line{
	display: block;
}
.banner-home .button {
    border: 2px solid var(--mainColor);
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
     padding: 8px 28px;
    background: var(--mainColor);
    position: relative;
    transition: .25s linear;
/*    background-image: url(img/circle-arrow.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 30px;*/

}

.banner-home.banner-about .button{
	display: block;
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
}
.banner-home .content .button:hover {
	color: #fff!important;
	background: rgba(0,60,6,.6);
    //box-shadow: 0px 0px 5px 0px var(--mainColor);
 }
.banner-home .button-arrow {
    height: 38px;
    margin-left: 15px;
    width: auto;
    transition: .25s linear;
}
.banner-home .button:hover, .banner-home .button:hover .button-arrow {
	color: #fff!important;
	opacity: .8;
}
.banner-home .slogans {
/* 	position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%); */
width: 100%;
	z-index: 2;
}
.banner-home .slogans .slogans-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner-home .slogans .slogan-list{
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    flex-basis: 40%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 40px;
    max-width: 400px;
}
.banner-home.banner-main .slogans .slogan-list{
    max-width: 272px;
}
.banner-home .slogans .slogan-list li {
	background-color: rgba(0,0,0,0.6);
	display: inline-block;
     padding: 10px 17px;
    color: #fff;
    font: 700 21px/31px open sans;
    border-radius: 10px;
    margin-bottom: 7px;
}
.banner-home .slogans .slogan-list li > img {
	margin-right: 7px;
}

/* banner main */

.banner-home.banner-main .title {
	color: #fff;
	text-align: center;
	font-weight: 300;
    border-radius: 30px;
    padding: 20px 10px;
    font-size: 26px;
    line-height: 1.45;
    flex-basis: 50%;
    max-width: 900px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.banner-home.banner-main .title .break-line {
	display: block;
}
.banner-home.banner-main .slogans .slogan-list{
    flex-basis: 25%;
}
.banner-home.banner-main .slogans .slogan-list li{
	 padding: 5px 8px;
	  font: 700 14px/23px open sans;
}
.banner-home.banner-main .slogans .slogan-list li > img{
	max-height: 20px;
}
.banner-home.banner-main .button{
	display: block;
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
}
/* 
.slider video {
width: 100% !important;
height: auto !important;
position: relative;
z-index: 1;	
	
}

.slider {
position: relative;
z-index: -1;	
} */

/* .nakladak {
position: relative;
z-index: 999;	
height: 150px;
top: -150px;
margin-bottom: -250px;
background: #fff;	
} */

.menu_top1 ul {
margin-top: 0px;
margin-bottom: 0;
padding: 0;
text-align:center;
min-height: 33px;
}

.menu_top1 li {
    list-style: none;
   display: inline-block;
    padding-left: 19px;
    padding-right: 19px;
   padding-bottom:8px;
   padding-top: 6px;
       text-transform: capitalize;
  
}

.menu_top1 li a {
    color: #ffffff !important;
    font-size: 1.30em;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 0px;
  display: block;
   
   
}

.menu-item.menu-item-has-children {
	position: relative;
}
.menu-item.menu-item-has-children > ul {
	text-align: left;
	display: none;
	width: 250px;
	background-color: #343434;
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translateX(50%);
	z-index: 9999;
}
.menu-item.menu-item-has-children:hover > ul {
	display: block;
}
.menu-item.menu-item-has-children > ul > li { 
	width: 100%;
	font-size: 12px;
}

.menu_top1 li a {
	border-bottom: 3px solid transparent;
}
.menu_top1 li a:hover {
border-bottom: 3px solid #ffffff;
	

}

.menu_top1 li:hover {
/* height: 39px; */
}

.menu_top1 .active   {

background: #292727;
}

.banner-picture {
	width: 100%;
}
body .slicknav_menu {
    background-color: var(--mainColor);
}

.formularz {
border: 2px solid #fff;
background: var(--mainColor);
padding: 30px;	
}

.formularz h3 {
text-align: center;
font-size: 0.9em;
color: #fff;	
margin-top: 0px !important;	
padding-bottom: 0px  !important;	
}

.formularz h4 {
text-align: center;
font-size: 0.9em;
color: #fff;	
margin-top: -15px !important;	
padding-top: 0px !important;		
}


/* Tabelka 1 */

.tablepress-id-1 {}
.tablepress-id-1 tbody tr > td {
	vertical-align: middle;
}
.tablepress-id-1 tbody .column-7 a {
	font-size: 12px;
	padding: 4px;
	border: 1px solid #000;
	transition: .25s linear;
}
.tablepress-id-1 tbody .column-7 a:hover {
	border: 1px solid var(--mainColor);
	color: var(--mainColor)!important;
	opacity: .6;
}
.odd th {
text-align: center;
background: #4e4c4c !important;
color: #fff;
padding-top: 15px;
padding-bottom: 15px;
border: 1px solid #a79f9f;	
}

.column-1 {
width: 10%

}
th.column-5, th.column-6, th.column-7 {
	min-width: 82px;
    max-width: 86px;
}
.column-1, .column-3, .column-4, .column-5, .column-6, .column-7  {
text-align: center !important;
}

.even .column-1, .even .column-2, .even .column-3, .even .column-4, .even .column-5, .even .column-6, .even .column-7  {
padding: 5px;
border: 1px solid #a79f9f;
}

.odd td {

background: #e8e5e5;
color: #000;
padding: 5px;
border: 1px solid #a79f9f !important;	
}

/* .tablepress tr > td:last-of-type{
	border: 1px solid #a79f9f;	
}
 */

.home {
padding-top: 80px;
padding-bottom: 80px;
}

.tresc {
font-size: 16px;
padding-top: 30px;
padding-bottom: 80px;
}
.tresc h2, h3 {
	font-size: 25px;
}
.tresc img {
	max-width: 100%;
	height: auto;
}
.tresc iframe {
width: 100%;
height: 594px;	
}

.trescnagdddowek {
color: #000;
font-size: 1.8em;	
margin-bottom: 30px;
}

.tresc p {
color: #000;
font-size: 16px;	
}
.tresc ul {
	list-style: initial;
	margin: 20px 0;
	margin-left: 1em;
}
.tresc ol {
	list-style: decimal;
	margin: 20px 0;
	margin-left: 1em;
} 
.tresc ul li, .tresc ol li{
	color: #000;
	font-size: 16px;
	margin-left: 27px;
}
}
.tresc li > ul {
	list-style: circle;
}
.tresc li > ul, .tresc li > ol {
	margin-left: 1em;
}
.padiny {
padding-top: 30px;
padding-bottom: 30px;

}

.ak1 {
margin-bottom: 30px;
margin-top: 30px;
height: 220px;	
}

.fota_przeglad img {
display: block;
margin-left: auto;
margin-right: auto;	
width: 150px;
height:150px;	
}

.tytul_przegla h1  {
color: #000;
font-size: 1.4em;
font-weight: 600;
margin-top: 0px;	
}

.tekst_przegla {
color: #000;
font-size: 0.9em;	
}

.tekst_przegla img {
display: none;

}

.more-link {
color: #000;
font-size: 1.2em;
display: block;
margin-left: auto;
width: 100px;
font-weight: 600;
}


.liniemokjk {
	position: relative;
    z-index: 2;
    background-color: #fff;
}


.mapa2footer iframe {
width: 100%;
height: 294px;	
	
}

.liniemokjknndhdkdjhdh {
    background: url(img/tlomoje.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	
	height: 470px;
	position: relative
}


.liniemokjknndhdkdjhdh h1 {
background: #343434;
display: block;
width: 45%;	
color: #fff;
font-size: 2.6em;
text-align: right;
padding: 15px !important;
position: absolute;
top: 40px
}

.ikonhhhh {
padding-bottom: 40px;
padding-top: 40px;	
height: 250px;	
}

.hhhhh112 img {
display: block;
width: auto;
height: 100px;
margin-left: auto;
margin-right: auto;
	
	transition-duration: 1s;
}



.hhhhh112 img:hover  {
height: 110px;

}


.hhhhh112 h2{
text-align: center;
color: #595959;
font-size: 1.2em;
font-weight: 600;
}

.mertyrocznnnn {

padding-bottom: 50px;
	
}

.mertyrocznnnn h1 {
text-align: center;
color: var(--mainColorBright);
font-size: 2.6em;
font-weight: 600;	
margin-top: 70px;	
}

.linijjajaja {
padding-top:10px;
padding-bottom: 10px;	
border-top: 1px solid #fff;	
margin-top: 40px;
}

.napis225 h4 {
color: #fff;
font-size: 1.1em;
font-weight: 400;	
	
}

.menffotermoje  ul li {
float: left;
margin-left: 20px;
margin-right: 20px;
}
.menffotermoje  ul li a {
color: #fff;
font-size: 1.1em;
font-weight: 400;	

}

.zapraszamyyyy {
padding-bottom: 20px;
padding-top: 20px;
text-align: center;
font-size: 1.3em;
color: #fff;
border-bottom: 1px solid #fff;
background-color: #343434;		
}

.kolorrrrrrrrr {
color: #fff;	
	
}


.kolorrrrrrrrr2 {
color: #000;	
	
}


.odd a:hover, .even a:hover {
/* font-weight: 600 !important; */
border-bottom: 1px solid #8c8282;

}

.ofirmie {
max-width: 920px;
margin-left: auto;
margin-right: auto;
padding-bottom: 60px;
padding-top: 0px;
position: relative;
z-index: 2;
background-color: #fff;
}

.ofirmiet {
padding-bottom: 10px;
padding-top: 20px;
font-size: 1.8em;	
}

.ofirmie p {
font-size: 1.2em;
  overflow-wrap: break-word;

}
.ofirmie img {
	max-width: 100%;
	height: auto;
}

.ofirmie ul {
	list-style: initial;
	margin: 20px 0;
	margin-left: 1em;
}
.ofirmie ol {
	list-style: decimal;
	margin: 20px 0;
	margin-left: 1em;
} 
.ofirmie ul li, .ofirmie ol li{
	//color: #000;
	color: inherit;
	font-size: 16px;
	margin-left: 27px;
}
.ofirmie li > ul {
	list-style: circle;
}
.ofirmie li > ul, .ofirmie li > ol {
	margin-left: 1em;
}



.numertelefonuf33 img {
float: left;
width: 25px;
height: auto;
margin-right: 5px;

}


.numertelefonu2f33 img {
float: left;
width: 25px;
height: auto;
margin-right: 5px;

}

.tresc_przeglad p img {
	display: none;
	
}

.pagination-content {
width: 100px;
margin-left: auto;
margin-right:auto;
margin-bottom: 30px;
margin-top: 30px;
font-size: 1.2em;

}

.pagination-content span {
margin-left: 10px;
margin-right:10px;

}

.pagination-content a {
margin-left: 10px;
margin-right:10px;

}

.current {
color: #1d689d;
	
}

/* ZMIANY ETAP 2 */

a.more-link {
	display: none;
}
.aktualnosci {
	background-color: #fff;
}
.aktualnosci .news {
	padding-bottom: 10px;
    margin-bottom: 10px;
    min-height: 205px;
    border-bottom: 1px solid #bebebe;
}
.aktualnosci .news .news-img {
	width: 152px;
    height: 190px;
    float: left;
    margin-right: 30px;
}
.aktualnosci .news .news-img img {
	max-height: 100%;
	max-width: 100%;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aktualnosci .news .news-title {
	color: #333333;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
.aktualnosci .news .news-title .news-title-single {
    font-size: 24px;
    color: #333333;
    margin: 0;
    padding-top: 10px;
}
.aktualnosci .news .news-title span {
	font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    display: block;
}

.ofirmiet {

}

.single-post-time {
	font-size: 16px;
	margin-bottom: 15px;
	color: #666;
}
.single-post-poster {
	max-height: 300px;
	max-width: 100%;
	margin-bottom: 30px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.aktualnosci .heading, .heading {
    text-align: center;
    color: var(--mainColorBright);
    font-size: 2.6em;
    font-weight: 600;
    margin-bottom: 40px;
}
.training-table-heading {
	margin-bottom: 0;
}
.aktualnosci .heading .heading-image, .heading-image {
	max-height: 60px;
	margin-right: 10px;
}
.aktualnosci .heading::before {
	content: '';
}
.aktualnosci.aktualnosci-home {
	padding: 70px 0 30px;
}

/* USEFUL SITES */
.row.row-thin {
	margin-left: -5px;
	margin-right: -5px;
}
.useful-sites {
	padding: 70px 0 30px;
/* 	background-image: linear-gradient(90deg, #1b301e 0%, var(--mainColor) 35%, #579c61 100%); */
}
.useful-sites.smaller:not(.smaller-home)  {
	padding: 0;
}
.useful-sites .heading {
/* 	color: #fff; */
}
.box-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.box-wrapper-home {
	justify-content: center;
}
.box-wrapper .box{
	min-height: 250px;
	padding: 0 15px;
	flex-basis: 20%;
	margin-bottom: 30px;
}
.smaller .box-wrapper .box{
	min-height: initial;
	padding: 0 5px;
	flex-basis: 20%;
	margin-bottom: 10px;
}
.box-wrapper .box .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--mainColor);
	border-radius: 14px;
	height: 100%;
	width: 100%;
	min-height: 177px;
	padding: 10px;
	transition: .25s ease-out;
}
.smaller .box-wrapper .box .inner {
	padding: 40px 10px;
}
.box-wrapper .box .inner:hover {
	opacity: .8;
}
/* .box-wrapper .box:nth-of-type(2), .box-wrapper .box:nth-of-type(5) {
	flex-basis: 40%;
} */
 .box-wrapper .box:nth-of-type(16n-14),
  .box-wrapper .box:nth-of-type(16n-11),
  .box-wrapper .box:nth-of-type(16n-5),
  .box-wrapper .box:nth-of-type(16n) {
    flex-basis: 40%;
}
.smaller .box-wrapper .box:nth-of-type(16n-14),
.smaller .box-wrapper .box:nth-of-type(16n-11),
.smaller .box-wrapper .box:nth-of-type(16n-5),
.smaller .box-wrapper .box:nth-of-type(16n) {
  flex-basis: 20%;
}
.box-wrapper .box .inner .box-icon {
	display: block;
	max-height: 50px;
	margin-bottom: 20px;
}
.smaller .box-wrapper .box .inner .box-icon {
	max-height: 36px;
	margin-bottom: 10px;
}
.box-wrapper .box .inner .box-title {
	font-size: 21px;
	color: #fff;
    font-weight: 700;
    text-align: center;
}
.smaller .box-wrapper .box .inner .box-title {
	font-size: 18px;
}
.pagination-blog {
    text-align: center;
    display: flex;
	justify-content: center;
	font-size: 21px;
	margin: 60px 0 20px;
}

.pagination-blog .page-numbers {
	color: #000;
    padding: 5px;
    font-weight: 700;
}
.pagination-blog a.page-numbers{
    outline: none;
    color: #666;
    text-decoration: none;
    font-weight: initial;
}

.pagination-blog .page-numbers.dots, 
.pagination-blog .page-numbers.next, 
.pagination-blog .page-numbers.prev {
    border: none;
}
.pagination-blog .page-numbers.next, 
.pagination-blog .page-numbers.prev {
	padding: 5px 10px;
	font-size: 16px;
}


/* event banner */
.event-banner-bg {
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.event-banner {
	font-family: 'Roboto', sans-serif;
	background-size: cover;
	background-position: center;
	min-height: 300px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	text-shadow: 0 0px 3px #555;
	margin: 15px 0 30px;
}
.event-banner .event-banner-heading {
	color: #fff;
	font-size: 36px;
	background-color: rgba(0,0,0,.6);
	border-radius: 10px;
	padding: 10px 15px;
	margin:  10px auto 30px auto;
	width: fit-content;
}
.event-banner p { 
	margin: 0;
}
.event-banner ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	border-radius: 10px;
	margin: 0;
}
.event-banner ul > li {
	color: #fff;
	padding: 0 15px;
}
.event-banner .event-banner-title {
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.event-banner .event-banner-date {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.event-banner .event-banner-date::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 60px;
	height: 1px;
	background-color: #eee;
}
.event-banner ul > li:last-of-type .event-banner-date::after {
	background-color: transparent; 
}
.event-banner .event-banner-date, .event-banner .event-banner-place {
	color: #fff;
	font-size: 16px;
}

.event-banner-button {
	display: block;
	margin: 20px auto 0;
	border: 2px solid var(--mainColor);
    border-radius: 10px;
    color: #fff!important;;
    font-size: 24px;
    font-weight: 700;
   padding: 8px 28px;
    background: var(--mainColor);
    position: relative;
    transition: .25s linear;
}
.event-banner-button:hover {
	/* 	color: #fff!important;
	background: rgba(0,60,6,.6); */
 }
 .event-banner-button .button-arrow {
    height: 38px;
    margin-left: 15px;
    width: auto;
    transition: .25s linear;
}
.event-banner-button:hover, .event-banner-button:hover .button-arrow {
	color: #fff!important;
	opacity: .8;
}




/* New Footer */
.contact-form {
	position: relative;
	padding: 100px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-form .background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	/* filter: grayscale(60%) saturate(40%); */
	background-color: #fff;
}
.contact-form .container {
	position: relative;
	z-index: 2;
}
.contact-form .form {
	position: relative;
	background: #d6d7d7;
	max-width: 950px;
	margin: 0 auto;
	border-radius: 14px;
	color: rgba(153,161,172);
}
.contact-form .form .img-deco {
	position: absolute;
	left: 0;
	top: 50%;
	width: 60%;
	transform: translate(-45%,-50%);
	z-index: -1;
}
.contact-form .form .img-deco img {
	display: block;
	width: 100%;
	height: auto;
}
.contact-form .form-top {
	background-color: #eee;
	position: relative;
	height: 300px;
}
.contact-form .form-top .bg-img {
	display: block;
	width: 100%;
	height: auto;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.wpcf7-form {
	padding: 7% 10% 5%;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	border: 1px solid var(--mainColor);
}
.contact-form .form-top .form-top-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: fit-content;
	min-width: 60%;
	max-width: 100%;
	color: #fff;
	text-shadow: 0 0px 3px #000000;
	padding: 2% 4%;
	margin: 0;
	justify-content: center;
	font-size: 2.6em;
    font-weight: 600;
    background-color: rgba(0,0,0,.6);
    border-radius: 30px;
}
.contact-form .form .item {
	display: flex;
}
.contact-form .form .item label {
	/* color: rgba(153,161,172); */
	color: #999;
	text-align: right;
    padding-right: 30px;
    width: 25%;
    min-width: 80px;
    margin: 0;
    padding-top: 13px;
}
.contact-form .form .item > span {
	width: 75%;
}
.contact-form .form h3 {
	text-align: center;
	font-size: 0.9em;
	color: rgba(153,161,172);
	margin-top: 0px !important;	
	padding-bottom: 0px  !important;
}
.contact-form .form h4 {
	text-align: center;
	font-size: 0.9em;
	color: rgba(153,161,172);
	margin-top: -15px !important;	
	padding-top: 0px !important;	
}

.wpcf7-form-control {
width: 100%;
padding: 10px;
margin-bottom: 20px;
border: 1px solid transparent;
   border-bottom: 1px solid #bababa;
}
.wpcf7-form-control::placeholder {
	/* color: #cecfca; */
	color: #b7b7b7;
}
.wpcf7-list-item label {
	min-width: 350px;
	font-size: 12px;
}

.butondiw img {
display: none;
position: relative;
top: 39px;
left: 40px;
width: 30px;
}
.wpcf7-textarea {
	height: 150px;
}
.wpcf7-submit {
    background: var(--mainColor);
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 1.6em;
    font-weight: 600;
    border: 0;
    width: auto;
    margin-top: 30px;
    padding: 10px 50px;
    border-radius: 35px;
}

.wpcf7-acceptance {
width: 100%;
margin-top: 10px;
padding: 5px;
border: 0px solid #a59d9d !important;
border-radius: 3px;
font-size: 0.9em;
color: rgba(153,161,172);
font-weight: 200 !important;
}

.wpcf7-list-item-label {
margin-top: -19px;
  margin-left: 19px !important;
}

.wpcf7-list-item-label {
padding-left: 0px;
width: 90% !important;
display: block;	
}

.wpcf7-response-output, .wpcf7-display-none, .wpcf7-mail-sent-ok {
	border: 0px solid #fff !important;
	text-align: center;
	background: #fff;
	font-size: 1.6em;
	font-weight: 600;
	color: var(--mainColor)
}

.form input:not([type="submit"]), .form textarea {
    background-color: #d6d7d7;
    color: #555;
}


/* FOOTER */

.footer {
	width: 100%;
	background-color: #343434;
	color: rgba(256,256,256,.8);
	background: url(img/backgrounds/pixels.png) repeat #262626;
}

.footer .footer-top {
	padding: 50px 0 0;
	border-bottom: 1px solid rgba(255,255,255,0.18);
}
.footer .footer-top .col {
	padding-bottom: 30px;
}
.footer .footer-top .title {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	margin-bottom: 30px;
	font-size: 18px;
	text-transform: uppercase;
}
.column-title {
	margin: 0;
	margin-bottom: 15px;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 16px;
}
.column-title.strong {
	line-height: 1.3;
	margin-bottom: 18px;
	opacity: .8;
}
.footer .footer-top p, .footer .footer-top ul li{
	color: #a3aaaa;
	line-height: 1.7;
	font-size: 14px;
}
.footer .footer-top a {
	color: #a3aaaa!important;
	margin-bottom: 6px;
		font-size: 14px;
    display: block;
}
.footer .footer-top a:hover {
	color: #fff!important;
}
.footer .footer-top .link-column ul li a{
	position: relative;
}
.footer .footer-top .link-column ul li a::before {
	content: '';
    position: absolute;
    left: -20px;
    top: 0;
    background-image: url(img/arrow.png);
    height: 100%;
    width: 20px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    filter: brightness(1.5);
}
.footer-contact {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	
}
.footer-contact .mail, .footer-contact .phone {
    display: inline-flex;
    padding-right: 25px;
    margin: 15px 0;
}
.footer-contact img {
    max-height: 22px;
    padding-right: 10px;
}
.footer-bottom {
	padding: 35px 0;
}
.footer-bottom .title{
	font-family: 'Roboto', sans-serif;
	margin: 0;
	color: #a3aaaa;
	font-size: 14px;
}
.footer-bottom .menu {
	display: flex;
	justify-content: flex-end;
	margin: 0;
}
.footer-bottom .menu li{
	display: flex;
	padding-left: 5%;
	margin: 0;
}
.footer-bottom .menu li a{ 
	color: #a3aaaa!important;
}
.work-hours {
	display: flex;
}
.work-hours .hours {
	margin-left: 10px;
}
.work-hours-title {
	margin-top: 18px;
}
.adress-wrapper {
	display: flex;
	align-items: center;
}
.adress-wrapper .social-links {
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.adress-wrapper .social-links .social-link {
	margin-left: 15px;
}
.adress-wrapper .social-links .social-link:first-of-type {
	margin-left: 0;
}
.adress-wrapper .social-links .social-link img {
	max-height: 26px;
	transition: .25s linear;
	opacity: .7;
}
.adress-wrapper .social-links .social-link:hover img {
	opacity: 1;
}
/* BLOCK Background */



.block-wrapper {
	background-color: #fff;
	margin: 30px 15px;
	padding: 30px;
	border: 1px solid #999999;
	border-radius: 14px;
}
.block-bg {
	background-color: #f7f7f7;
}



/* event table */
.table-overflow {
	overflow-x: auto;
	position: relative;
}
.table-overflow .container {
	position: relative;
	z-index: 2;
}
.event-table-heading {
	margin-bottom: 33px;
}

.event-table {
	font-size: 12px;
	width: 100%;
}
.event-table td{
	min-height: 61px;
    border: 0;
    padding: 7px;
    text-align: left;
    vertical-align: middle;
}
.event-table p {
	margin: 0;
}

.event-table thead th {
	padding: 15px 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #4e4c4c;
}
.event-table tbody tr p {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.event-table thead, .event-table
tfoot {
    background-color: #333;
    color: #fff;
}
.event-table tbody tr {
    border-bottom: 1px solid #999;
}
.event-table .sign-in {
	display: block;
    font-size: 12px;
    text-align: center;
    padding: 2px 4px;
    border: 1px solid #000;
    transition: .25s linear;
        white-space: nowrap;
}

.event-table .sign-in:hover {
    border: 1px solid var(--mainColor);
    color: var(--mainColor)!important;
    opacity: .6;
}
.event-table th:nth-of-type(1) {
	min-width: 98px;
}
.event-table th:nth-of-type(2) {
	min-width: 94px;
}
.event-table th:nth-of-type(3) {
	width: 56%;
}
.event-table th:nth-of-type(4), .event-table th:nth-of-type(5), .event-table th:nth-of-type(6), .event-table th:nth-of-type(7), .event-table th:nth-of-type(8) {
	min-width: 74px;
    max-width: 76px;
}
.event-table tr td:nth-of-type(4), .event-table tr td:nth-of-type(5), .event-table tr td:nth-of-type(6), .event-table tr td:nth-of-type(7), .event-table th:nth-of-type(8) {
	text-align: center;
}
.event-table tr:nth-of-type(even) td {
	background-color: #f3f3f3;
}

.event-table .label-img {
    display: block;
    margin: 0px auto 6px;
    max-height: 21px;
}
.text-image {
	max-width: 130px;
}


/* EVENT SINGLE */

.button-signup {
	display: block;
	text-align: center;
	width: max-content;
    margin: 18px 0;
 	border: 2px solid var(--mainColor);
    border-radius: 35px;
    color: #fff!important;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 28px;
    background: var(--mainColor);
    position: relative;
    transition: .25s linear;
}
.button-signup .fas {
	margin-left: 10px;
	font-size: 16px;
}
.big-button {
	max-width: 100%;
    font-size: 18px;
    padding: 18px 7.50%;
}
.big-button.button-signup .fas {
	font-size: 18px;
}
.button-signup:hover {
	color: var(--mainColor)!important;
	background-color: #fff;
	border: 2px solid var(--mainColor);
	//opacity: .9;
    //box-shadow: 0px 0px 5px 0px var(--mainColor);
 }
 .button-signup:hover .btn-icon {
	background-image: url(img/web-icons/chevron-blue.png);
 }

.signup-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.signup-wrapper .button-signup {
	 //margin: 16px 0;
	 margin: 0 0 10px;
}
.signup-wrapper .content {}
.signup-wrapper .button-signup {}

.event-shortcode-data {
	display: inline-block;
}
/* ====== POP UP ====== */


/* text-based popup styling */
 #popup.white-popup {
	 position: relative;
	 background: #fff;
	 border: 5px solid var(--mainColor)!important;
	 padding: 25px;
	 width: auto;
	 max-width: 700px;
	 margin: 0 auto;
}
 #popup.white-popup .popup-title {
 	font-family: 'Roboto', sans-serif;
 	text-align: center;
 	font-size: 26px;
 	margin: 0 0 20px;
 }
 #popup.white-popup .popup-wrapper {
 	display: flex;
 	justify-content: center;
 }
  #popup.white-popup .element {
  	text-align: center;
  	padding: 20px;
  }
    #popup.white-popup .element,   #popup.white-popup .element * {
    	cursor: pointer;
    }
#popup.white-popup .element img{
	position: relative;
	opacity: .8;
	transition: .3s linear;
}
#popup.white-popup .element:hover img {
	opacity: 1;
	transform: scale(1.15);
}
 #popup.white-popup .popup-text {
 	color: #000;
 	opacity: .8;
 	font-weight: 600;
 	font-size: 16px;
 }
  #popup.white-popup .promotion-info {
  	font-size: 11px;
  	font-family: Roboto;
  	letter-spacing: 1px;
  	color: rgb(51,51,51);
  }
/* ====== Zoom effect ====== */
 .mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}
 .mfp-zoom-in .mfp-with-anim {
	 opacity: 0;
	 transition: all 0.2s ease-in-out;
	 transform: scale(0.8);
}
 .mfp-zoom-in.mfp-bg {
	 opacity: 0;
	 transition: all 0.3s ease-out;
}
 .mfp-zoom-in.mfp-ready .mfp-with-anim {
	 opacity: 1;
	 transform: scale(1);
}
 .mfp-zoom-in.mfp-ready.mfp-bg {
	 opacity: 0.8;
}
 .mfp-zoom-in.mfp-removing .mfp-with-anim {
	 transform: scale(0.8);
	 opacity: 0;
}
 .mfp-zoom-in.mfp-removing.mfp-bg {
	 opacity: 0;
}

/* ====== Zoom-out effect ====== */
 .mfp-zoom-out {
	/* start state */
	/* animate in */
	/* animate out */
}
 .mfp-zoom-out .mfp-with-anim {
	 opacity: 0;
	 transition: all 0.3s ease-in-out;
	 transform: scale(1.3);
}
 .mfp-zoom-out.mfp-bg {
	 opacity: 0;
	 transition: all 0.3s ease-out;
}
 .mfp-zoom-out.mfp-ready .mfp-with-anim {
	 opacity: 1;
	 transform: scale(1);
}
 .mfp-zoom-out.mfp-ready.mfp-bg {
	 opacity: 0.8;
}
 .mfp-zoom-out.mfp-removing .mfp-with-anim {
	 transform: scale(1.3);
	 opacity: 0;
}
 .mfp-zoom-out.mfp-removing.mfp-bg {
	 opacity: 0;
}
/* ====== "Hinge" close effect ====== */
 @keyframes hinge {
	 0% {
		 transform: rotate(0);
		 transform-origin: top left;
		 animation-timing-function: ease-in-out;
	}
	 20%, 60% {
		 transform: rotate(80deg);
		 transform-origin: top left;
		 animation-timing-function: ease-in-out;
	}
	 40% {
		 transform: rotate(60deg);
		 transform-origin: top left;
		 animation-timing-function: ease-in-out;
	}
	 80% {
		 transform: rotate(60deg) translateY(0);
		 opacity: 1;
		 transform-origin: top left;
		 animation-timing-function: ease-in-out;
	}
	 100% {
		 transform: translateY(700px);
		 opacity: 0;
	}
}
 .hinge {
	 animation-duration: 1s;
	 animation-name: hinge;
}
 .mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
	 opacity: 0;
	 transition: opacity 0.5s ease-out;
}
 .mfp-with-fade.mfp-ready .mfp-content {
	 opacity: 1;
}
 .mfp-with-fade.mfp-ready.mfp-bg {
	 opacity: 0.8;
}
 .mfp-with-fade.mfp-removing.mfp-bg {
	 opacity: 0;
}


/* ====== ONLINE REGISTRATION ===== */


.online-reg {
	padding: 0px 0 50px;
	position: relative;
	z-index: 2;
	background-color: #fff;
	font-size: 16px;
}
.online-reg .title {
	font-size: 32px;
	margin-bottom: 20px;
}
.online-reg .discount {
	font-size: 14px;
}
.online-reg .normal-text {
	margin-bottom: 40px;
}
.online-reg .normal-text p {
	margin: 0;
}
.online-reg .featured {
	font-weight: 700;
}
.online-reg .details {
	background: #e7e7e7;
	padding: 20px;
}
.online-reg .details .details-row {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.online-reg .details .details-row:last-of-type {
	margin-bottom: 0;
}
.online-reg .details .details-row img{
	max-height: 32px;
	margin-right: 20px;
}
.online-reg .details .details-row p {
	margin-bottom: 0px;
	line-height: 1.2;
}
.online-reg .section-title {
	font-size: 26px;
	margin: 40px 0 30px;
}
.online-reg .calculator {
}
.online-reg .calculator .cal-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.online-reg .calculator .cal-row .cal-label {
	width: 100%;
	max-width: 170px;
	padding-right: 15px;
	text-align: right;
}
.online-reg .calculator .cal-row .cal-amount {
	font-size: 21px;
	font-weight: 700;
}
.online-reg .calculator .cal-row .cal-amount.old-amount {
	padding-left: 10px;
	color: #B12608;
	font-size: 18px;
	font-weight: 400;
	text-decoration: line-through;
}
.online-reg .calculator .cal-row .cal-amount.old-amount.standard {
	margin-left: 0;
	padding-left: 0;
	font-size: 21px;
	font-weight: 700;
}
.online-reg .calculator .cal-row select {
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	width: auto;
    background-image: none;
    margin: 0;
    padding-right: 40px;
    padding-left: 12px;
    line-height: auto/14;
    height: 50px;
    cursor: pointer;
    background: url(img/down-arrow.png) no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 12px;
}
.online-reg .agreement {
	padding: 3%;
	text-align: center;
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
}
.online-reg  #no-vat-agreement {
	display: none;
}
.online-reg label {
	font-weight: 400;
}
.online-reg .calculator .cal-featured {
	margin-bottom: 18px;
}
.cal-featured div {
	color: #fff;
	min-height: 60px;
    padding: 15px 10px;
}
.cal-featured .align-center {
	display: flex;
	align-items: center;
}
.online-reg .cal-input {
	padding: 8px;
    margin-bottom: 0;
    width: 100%;
    max-width: 300px;
    border: 1px solid #dcdcdc;
    height: 45px;
    color: #4c4c4c;
    margin-bottom: .625rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.online-reg .cal-row.personal {
	margin-bottom: 8px;
}
.online-reg .cal-row.personal .cal-label {
	width: 100%;
	max-width: 170px;
}
.online-reg .cal-input:focus {
	border: 1px solid var(--mainColor) ;
    background-color: rgba(0,60,6,.1);
}

.online-reg .checkboxes {
	margin: 20px 0;
}
.online-reg .checkboxes .check-row {
    margin-bottom: 8px;
}
.online-reg .checkboxes .check-row label{
	padding-left: 35px;
	position: relative;
	transition: .25s linear;
	cursor: pointer;
	margin-bottom: 0;
}
.online-reg .checkboxes .check-row label::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #e7e7e7;
	border: 1px solid var(--mainColor);
	transition: .25s linear;
}
.online-reg .checkboxes .check-row:hover label::before {
	opacity: .6;
}
.online-reg .checkboxes .check-row label::after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 7px;
	left: 5px;
	height: 10px;
	width: 10px;
	border-radius: 2px;
	background-color: var(--mainColor);
	transition: .25s linear;
}
.online-reg .checkboxes .check-row label:hover::before, .online-reg .checkboxes .check-row label:hover::after { 
	opacity: .4;
}
.online-reg .checkboxes .check-row input[type=checkbox] {
	 position: absolute;
 	 opacity: 0;
  	cursor: pointer;
  	height: 0;
 	width: 0;
}
.online-reg .checkboxes .check-row input[type=checkbox]:checked ~ label::after {
	opacity: .7;
}
/* RADIOBOXES */
.online-reg .checkboxes.radioboxes {
	margin-bottom: 25px;
}
.online-reg .checkboxes.radioboxes .element {
	margin-right: 10px;
}
.online-reg .checkboxes.radioboxes .element.last {
	margin-right: 0;
}
.online-reg .checkboxes.radioboxes .check-row label::before, .online-reg .checkboxes.radioboxes .check-row label::after {
	border-radius: 50%;
}
.online-reg .checkboxes.radioboxes .check-row input[type=radio] {
	 position: absolute;
 	 opacity: 0;
  	cursor: pointer;
  	height: 0;
 	width: 0;
}
.online-reg .checkboxes.radioboxes .check-row input[type=radio]:checked + label::after {
	opacity: .7;
}

.online-reg #emailforbill, .online-reg #addressforbill {
	display: none;
	margin: 7px 0;
}
.online-reg #faktura-pdf:checked ~ #emailforbill {
	display: block;
}
.online-reg #faktura-poczta:checked ~ #addressforbill {
	display: block;
}
.online-reg #faktury-block {
	display: none;
}
.online-reg #faktury-block.show {
	display: block;
}
.online-reg #cal-row-nip.show {
	display: flex;
}

.online-reg .comments {
	 resize: vertical;
	width: 100%;
	height: 85px;
	padding: 8px;
    margin-bottom: 0;
    border: 1px solid #dcdcdc;
    color: #4c4c4c;
    margin-bottom: .625rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.online-reg .comments:focus {
	border: 1px solid var(--mainColor);
    background-color: rgba(0,60,6,.1);
}
.online-reg .agreement-list {
	list-style: decimal;
	padding-left: 18px;
	margin: 15px 0;
}
.online-reg .agreement-list li {
	line-height: 1.5;
	padding: 5px 0;
}

.online-reg .submit-btn {
	display: block;
	min-width: 200px;
	letter-spacing: 1px;
	margin: 20px auto;
    background-color: var(--mainColor);
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    cursor: pointer;
    border: 0;
}

.online-reg .member-block {
	position: relative;
}
.online-reg .member-block  .section-title {
    margin: 40px 0 40px;
}
.online-reg .partySame {
	position: absolute;
    z-index: 2;
    //bottom: -47px;
    top: 120px;
    margin: 10px 0;
}
.online-reg .application-conditions {
	font-size: 10px;
	text-align: justify;
}


.online-reg .application-conditions .checkboxes .check-row label {
	//min-height: 22px;
}

.online-reg .application-conditions .checkboxes .check-row label::before, .online-reg .application-conditions .checkboxes .check-row label::after  {
    top: 50%;
    transform: translateY(-50%);
}

/* parsley validation */
.parsley-errors-list {
    width: 100%;
    color: red;
}
.parsley-errors-list li {
    margin-left: 16%;
}
#participants .parsley-errors-list li {
	margin-left: 33%;
}
.checkboxes .parsley-errors-list li{
	margin-left: 0;
}
.bs-callout-warning {
	color: red;
	border: 1px solid red;
	padding: 10px;
}
.bs-callout-info {
	color: green;
	border: 1px solid green;
	padding: 10px;
}
.online-reg .note {
	font-size: 12px;
	opacity: .7;
	font-style: italic;
}
.online-reg .calculator .cal-row.toggleElement {
	transition: .25s ease-in-out;
	opacity: 1;
}
.online-reg .calculator .cal-row.hideAndSeek {
	visibility: hidden;
	margin: 0;
	margin-bottom: 0;
	height: 0;
	opacity: 0;
}
.online-reg .calculator .cal-row .hide-total { 
	visibility: hidden;
	margin: 0;
	margin-bottom: 0;
	height: 0;
	width: 0;
	opacity: 0;
}
.statement {
	display: block;
	text-align: center;
	width: 100%;
	margin: 70px auto;
	border: 0 solid var(--mainColor);
	border-radius: 35px;
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
	padding: 30px 28px;
	background: var(--mainColor);
	position: relative;
	transition: .25s linear;
	max-width: 700px;
}
.statement .info {
	border: 1px solid #fff;
	padding: 10px;
	margin: 0;
	font-size: 15px;
}
.event-jumbo {
	min-height: 150px;
	display: flex;
	background: var(--mainColor);
	color: #fff;
	margin: -32px -30px 0;
	border-radius: 12px;
	overflow: hidden;

}
.event-jumbo .content {
	font-weight: 300;
	border-radius: 30px;
	font-size: 26px;
	line-height: 1.45;
	position: relative;
	flex-basis: 55%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	//justify-content: center;
	justify-content: space-between;
}
.event-jumbo .content::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 15%;
	transform: translateY(-26px);
	width: 0; 
	  height: 0; 
	  border-top: 40px solid transparent;
	  border-bottom: 40px solid transparent;
	  border-left: 40px solid var(--mainColor);
	  z-index: 2;
	}
.event-jumbo-cat, .event-jumbo-code {
	opacity: 0.9;
	/* position: absolute;
	left: 0;
	top: 15%;
	padding: 0 30px; */
	max-width: 100%;
	font-size: 18px;
	color: var(--mainColor);
	filter: brightness(300%);
}

.event-jumbo-title {
	padding: 10% 0px;
}
.event-jumbo .poster {
    flex-basis: 45%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.event-jumbo .poster img {
    width: 100%;
    display: block;
    position: relative;
    min-width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* TOP BAR */

.top-bar {
	background-color: #999;
	color: #fff;
	font-weight: 700;
	font-size: 16px;

}
.top-bar .top-bar-list {
	display: flex;
	margin: 0;
}
.top-bar .top-bar-list li {
	padding: 10px 20px;
	position: relative;
	flex-grow: 1;
	text-align: center;
}
.top-bar .top-bar-list li img {
	max-height: 22px;
}
.top-bar .top-bar-list li.sign-up {
	padding: 0;
}
.top-bar .top-bar-list li a {
	display: block;
	color: #fff;
	background: #cc0000;
	padding: 10px 20px;
	transition: .25s linear;
	height: 100%;
	//filter: brightness(1.5);
}
.top-bar .top-bar-list li:hover a {
	color: #fff!important;
	opacity: .9;
}
.top-bar .top-bar-list li.text1{
	background-color: #fff;
	color: #000;
}

.top-bar .top-bar-list li.text1::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	height: 0;
	width: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 12px solid #fff;

}

/* events-other-posts */
.events-other-posts {
	color: #fff;
}
#tribe-events-content .events-other-posts h2.heading {
	padding: 0;
	font-size: 18px;
}
.events-other-posts .inner {
	display: block;
	padding: 22px 15px 80px;
	min-height: 200px;
	background-color: var(--mainColor);
	border-radius: 12px;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
}
.events-other-posts .inner .background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	filter: brightness(70%);
	transition: .25s linear;
}
.events-other-posts .inner:hover .background {
	filter: brightness(100%);
}
.events-other-posts .inner .title {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.events-other-posts .inner .bottom-content {
	position: absolute;
	color: #eee5e5;
	font-size: 14px;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.events-other-posts .inner .date, .events-other-posts .inner .place {
	padding: 2px 15px;
}
.events-other-posts .inner .date, .events-other-posts .inner .place, .events-other-posts .inner .title {
    text-shadow: 2px 2px 2px #333;
    z-index: 2;
}
.landing-header {
	text-align: center;
	padding: 30px 0;
}
.landing-header .logo img {
	margin-left: auto;
	margin-right: auto;
}
.landing-header h1 {
	font-size: 1.8em;
	color: var(--mainColor);
	font-weight: 700;

}
.abstract-shape.stick-top {
	z-index: -1;
	background-position: top;
	background-size: 100% auto;
	background-image: url(img/backgrounds/dots4.png);
}
/* Pobieranie pdf-ow */
.download-pdf-button {
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 28px;
    background: rgba(0,60,6,.9);
    position: relative;
    transition: .25s linear;
    margin: 15px 0;
}
.download-pdf-button img {
	height: 22px;
	margin-left: 3px;
}
#tribe-events-content .download-pdf-button {
	background-color: #4e4c4c;
	display: block;
	margin: 35px 0 0px;
}
.download-pdf-button:hover{
	color: #fff!important;
	background: rgba(0,60,6,.6);
    //box-shadow: 0px 0px 5px 0px var(--mainColor);
 }
 #tribe-events-content .download-pdf-button:hover{
	color: #fff!important;
	background: rgba(78, 76, 76,.6);
    //box-shadow: 0px 0px 5px 0px var(--mainColor);
 }
/* SEARCH FIELD */
.searchContainer {
	//flex-basis: 100%;
    //position: absolute;
    margin-top: 3px;
    //right: 0;
    //bottom: 6px;
}
#searchform {
	display: flex;
	justify-content: flex-end;
}
#searchform fieldset {
	border: 1px solid #999;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
}
#searchform .searchfield{
  padding: 5px 10px;
    padding-right: 0;
    border: 0;
    height: 100%;
}
#searchform .searchsubmit{
    height: 34px;
    border: 0;
    background-color: transparent;
    padding: 0 10px;
}
#searchform .searchsubmit img {
	max-height: 18px;
}
.blokimoje .languages {
	position: absolute;
	top: 15px;
	right: 15px;
}

/* accordion */

.accordionButton {	
	background: #fff;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	padding: 20px 10px;
	border-bottom: 1px solid #eee;
	}
	.accordionButton:hover {
		text-decoration: underline;
	}
.accordionButton p {
	margin: 0;
}
.accordionContent {	
	//background: #eee;
	padding: 10px;
	border-bottom: 1px solid #eee;
	}

.on {
	background: #f3f3f3;
	}
	
.over {
	//background: #f3f3f3;
	cursor: pointer;
	}
/* akordeon z shortcode */
.su-accordion .su-spoiler {
    border-bottom: 1px solid #c3c0c0;
}
.su-accordion .su-spoiler-title {
    padding: 12px 7px 12px 34px;
}
.su-accordion .su-spoiler-icon {
	top: 11px;
}
/* Accesibility */
.accesibility {
	//margin-top: 38px;
	//display: flex;
	//flex-grow: 1;
	//justify-content: center;
	//align-items: flex-end;
	//padding: 10px;
	//padding-top: 43px;
	margin-right: 10px;
}
.accesibility button {
	background-color: #fff;
	border: 1px solid #000;
	margin: 5px 0;
}
.su-accordion .su-spoiler-content {
    -webkit-transition: padding-top .4s, opacity .6s;
    transition: padding-top opacity .4s, opacity .6s;
    transition-property: padding-top, opacity;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
    -ie-transition: padding-top .4s, , opacity .6s;
}

/* newsletter */

.newsletter {
	position: relative;
}
.newsletter .abstract-shape {
	margin-top: -5%;
	/* 	transform: rotate(180deg);
	background-image: url(img/backgrounds/dots2.png);
	background-size: cover;
	background-position: center; */
}
.newsletter .container {
	position: relative;
	z-index: 2;
}
.newsletter .inner {
	background-color: #d6d7d7;
    max-width: 950px;
	margin: 0 auto;
	text-align: center;
    padding: 1.5% 3%;
    color: rgba(256,256,256,.9);
    border-radius: 14px;
}
.newsletter p {
  	//text-shadow: 2px 2px 2px #5b5d5b;
  	color: #999;
    font-weight: 700;
}  
.newsletter .line {
	background-color: black;
	width: 107px;
    height: 2px;
    margin: 20px auto 18px auto;
}
.newsletter .newsletter-header {
	color: var(--mainColor);
	font-weight: 700;
	filter: brightness(1.8) opacity(.8);
	text-shadow: 2px 2px 2px #5b5d5b;
}
.newsletter .newsletter-row {
	display: flex;
	margin-bottom: 16px;
}
.newsletter .newsleeter-email {
	height: 40px;
	color: #3d3d3d;
    min-width: 200px;
    flex-basis: 80%;
    padding-left: 10px;
    border: 0;
}
.newsletter .submit {
	height: 40px;
	font-weight: 700;
	padding: 10px;
	flex-basis: 20%;
	border: 0;
	background-color: var(--mainColor);
	transition: .25s linear;
}
.newsletter .submit:hover {
	opacity: .8;
}
.newsletter .newsletter-agrr-label {
	font-weight: 400;
}
.newsletter .newsletter-agrr-label a {
	color: var(--mainColorBright);
	font-weight: 700;
}
.newsletter .newsletter-agrr-label a:hover {
	color: #777!important;
}
/* newsletter-footer */
.newsletter-footer {
	
}
.newsletter-footer::after, .newsletter-footer::before {
	display: none;
}
.newsletter-footer {}
.newsletter-footer .inner {
	max-width: 502px;
	background-color: transparent;
	position: relative;
	padding: 0;
	text-align: left;
	z-index: 2;
	margin: 0;
	padding: 15px 15px 0;
	border: 3px solid rgba(255, 255, 255, 0.8);
	border-radius: 0;

}
.newsletter-footer .newsletter-header {
	font-family: 'Roboto', sans-serif;
    margin: 0;
    color: var(--mainColorBright);
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: none;
}
.newsletter-footer .newsletter-row {
    margin-bottom: 10px;
}
.newsletter-footer .newsletter-agrr-label a{
	display: inline;
}
.newsletter-footer .newsleeter-email {
    background-color: #c5bfbf;
}

.tools-bar {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Blog ekspercki */

.blog-table {
	 overflow-x: auto;
}
 .blog-table table {
 	border-collapse: collapse;
 	}
.blog-table table, .blog-table td , .blog-table th {
	border: 1px solid #cccccc;
}
.blog-table .content-cell{
	padding: 10px;
}
.blog-table .content-cell a {
	display: block;
}
.blog-table .content-cell .title {
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--mainColorBright);
}
.blog-table .content-cell .more {
	margin-top: 20px;
	font-weight: 700;
	color: var(--mainColor);
	float: right;

}
.blog-table .date-cell{
	min-width: 105px;
		font-size: 16px;
		text-align: center;
		padding: 10px;
}

/* trainings-table */
.training-table-section {
	position: relative;
}
.trainings-table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	//border: 1px solid black;
	border-radius: 20px;
	position: relative;
}
.trainings-table::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #666;
	border-radius: 10px;
	pointer-events: none;
	background-color: #efefef;
	z-index: -1;
}

.trainings-table tr {
	width: 100%;
}
.trainings-table tr td:first-of-type,
.trainings-table tr th:first-of-type {
	padding-left: 10px;
	width: 25%;
}
.trainings-table tbody tr:not(:last-of-type) {
	border-bottom: 1px solid #666;
}
.trainings-table tbody td {
	padding: 5px;
	vertical-align: middle;
}
.trainings-table thead td, 
.trainings-table thead th {
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px;
}
.trainings-table thead th {
	//width: 16.66%;
}
.trainings-table .training-table-label {
	color: #fff;
	width: 100%;
	padding: 5px;
	text-align: center;
	background-color: #632939;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
}
.trainings-table .event-block {
	display: block;
	background-color: #d6d7d7;
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0;
}
.trainings-table .event-block.highlight {
	background-color: var(--mainColor);
	color: #fff;
}
.trainings-table .event-block.highlight:hover {
	color: #eee!important;
	background-color: var(--mainColorBright);
}
.trainings-table .event-block .title {
	margin-bottom: 10px;
	font-size: 16px;
}
.trainings-table .month-cell {
	width: 14%;
}
.trainings-pagination {
	display: flex;
	justify-content: space-between;
}
.trainings-pagination .pager {
	color:var(--mainColorBright);
	padding: 10px 20px;
    background-color: #eee;
    border-radius: 20px;
	font-weight: 700;
	margin: 15px 0;
	}
}
.trainings-pagination .prev {
	margin-right: 10px;
}
.trainings-pagination .next {
	margin-left: auto;
}
/* SLIDER */

.swiper-container {
	width: 100%;
	//height: 400px;
	height: 100%;
  }

  .swiper-slide {
	  position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.slider-video {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
	min-width: 100%;
	z-index: 1;
}

/* FIXED SOCIAL ICONS */
.fixed-socials {
	display: none;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: 9999;
  }
  .fixed-socials .social-media {
	  cursor: pointer;
	  position: relative;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  height: 64px;
	  max-height: 20vh;
	  width: 54px;
	  padding: 10px;
	  background-color: red;
	  margin-bottom: 15px;
	  transition: .25s ease-in-out;
  }
  .fixed-socials .social-media img {
	  display: block;
	  height: 60%;
  }
  .fixed-socials .facebook { 
	  z-index: 1;
	  background-color: #3C5B9B;
	  right: 0;
	}
	.fixed-socials .facebook.open {
		right: 300px;
	}
  .fixed-socials .linkedin { background-color: #4875B4;}
  .fixed-socials .twitter { background-color: #1da1f2;}
  .fixed-socials .pinterest { background-color: #e60023;}
  
  .fixed-socials .social-media .fb-page {
	  position: absolute;
	  left: 100%;
	  top: 0;
  }
/* CUSTOM LIST COLOR */

.su-list {
	margin: 0;
}
.container .su-list ul {
    margin: 20px 0!important;
    margin-left: 1em!important;
}
.container .su-list ul li {
	padding: 0 0 0 26px!important;
	line-height: 1.42857143;;
}
.container .su-list ul li>i {
    left: 4px;
	top: -2px;
	//padding: 4px 0 4px 26px!important;
}
.sui:before {
    font-size: 0.6rem;
}
/* ABSTRACT SHAPES */

.abstract-shape {
    position: absolute;
    left: 0;
	top: 50%;
    height: 100%;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-image: url(img/backgrounds/dot-wave.png);
    background-position: center top;
	/* filter: invert(.66) opacity(.35); */
	filter: brightness(130%);
    transform: translateY(-50%);
}
/* TRAINING MAP */
.training-map {
	min-height: 600px;
	padding: 100px 0 150px;
	background-image: url(img/backgrounds/projekt-mapy.jpg);
	background-size: cover;
	background-position: center;
	/* display: flex;
	justify-content: center;
	align-items: center; */
}
.training-map .wrapper {
	display: flex;
	width: 50%;
	flex-wrap: wrap;
}
.training-map .box {
	flex-basis: 33.33%;
	flex-shrink: 0;
	padding: 25px 15px 10px;
	min-height: 185px;
	background-color: #fff;
	text-align: center;
}
.training-map .title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 35px;
	text-shadow: 0 0 2px #333;
	color: var(--secondaryColor);
}
.training-map .box:nth-of-type(even) {
	background-color: #efefef;
}
.training-map .box .icon {
	height: 56px;
}
.training-map .box .text {
	margin-top: 10px;
	color: #7d7d7d;
	line-height: 1.4;
	font-size: 18px;
}

.abstract-image {
	display: block;
	width: 100%;
	height: auto;
}
.abstract-image.flip {
	transform: rotate(180deg);
	margin-top: 40px;
	margin-bottom: -40px;
}

/* ===== END 0f --- trainings-table ----- ===== */

@media (min-width: 1250px) {
	.container.container-wider {
		width: 1200px;
	}
}

@media (max-width: 1199px) { 
	.box-wrapper .box, .box-wrapper .box:nth-of-type(2), .box-wrapper .box:nth-of-type(5), .box-wrapper .box:nth-of-type(n) {
	flex-basis: 33.33%;
}
.smaller .box-wrapper .box,
.smaller .box-wrapper .box:nth-of-type(n) {
	flex-basis: 33.33%;
}
.parsley-errors-list li, #participants .parsley-errors-list li  {
    margin-left: 170px;
}
.online-reg .cal-row.personal .cal-label {
    text-align: left;
    width: 100%;
    max-width: 100%;
}
.parsley-errors-list li, #participants .parsley-errors-list li {
    margin-left: 0;
}
.online-reg .member-block .section-title {
    margin: 40px 0 60px;
}
}

@media (max-width: 1000px) {

/* ZMIany */
.home {
	overflow-x: auto;
}
.banner-home {
	height: 700px;
}
.banner-home .content {
	padding: 50px 15px;
}
.banner-home .content .title {
    padding: 20px;
    font-size: 24px;
    line-height: 1.5;
}
.banner-home .slogans {
	position: static;
	top: initial;
	left: initial;
	transform: initial;
}
 /* ... ZMIany */


.top2 .background-logo {
	top: 100%;
}

.nakladak {
position: relative;
z-index: 999;	
height: 150px;
top: -150px;
margin-bottom: -250px;
background: #fff;
display: none;	
}

	
.napishomeee h1 {
font-size: 1.2em;
font-weight: 600;	
color: var(--mainColor);	
margin-left:00px;	
margin-top: 5px;
margin-bottom: 10px;
//max-width: 300px;
}	
.napishomeee h1 span {
	font-size: 1.2em!important;
}


.logo img {
margin-top: 15px;
margin-bottom: 15px;
margin-right: 5px;
height: auto;
display: block;
}


.numertelefonu {
width: 100%;
padding: 5px;
margin-left: 0px;
margin-top: 10px;
}

.numertelefonu img {
width: 25px;
height: auto;
margin-right: 10px;
}

.numertelefonu a {
font-size: 1em;
font-weight: bold;	
color: var(--mainColor);
}

.numertelefonu2 img {
width: 25px;
height: auto;
margin-right: 10px;
}

.numertelefonu2 {
width: 100%;
padding: 5px;

}

.numertelefonu2 a {
font-size: 1em;	
font-weight: bold;	
color: var(--mainColor);
}


.ikonhhhh {
padding-bottom: 40px;
padding-top: 40px;	
height: 100%;	
}


.numertelefonuf  {
font-size: 1.25em;	
color: #fff;
float: left;
width: 100%;


padding-top: 6.5px;
margin-top:0px;
}

.numertelefonuf img {
width: 25px;
margin-right: 5px;

}



.numertelefonuf a {
color: #fff !important;
    
}

.numertelefonu2f {

color: #fff;
float: left;
width: 100%;
height: 47px;

padding-top: 6.5px;
margin-top: 0px;
}


.numertelefonu2f img {
width: 25px;
margin-right: 5px;

}


.numertelefonu2f a  {
font-size: 1.15em;	
color: #fff;
}




.numertelefonu2f a:hover {
color: #d2c4c4 !important;

}

.menu_footer ul {
width: 100%;
margin-top: 0px;	
	
}
.menu_footer ul li {
display: block;
margin-top: 5px;
}
.menu_footer ul li a {
color: #fff;
font-size: 1.15em;
}


.formularz {
border: 2px solid #fff;
background: var(--mainColor);
padding: 30px;
margin-top: 80px;	
}
.form {
	background: var(--mainColor);
	margin-top: 80px;	
}

.butondiw img {
position: relative;
top:none;
left: none;
width: 30px;
display: block;
display: none;
margin-right:auto;
}

.box-wrapper .box, .box-wrapper .box:nth-of-type(2), .box-wrapper .box:nth-of-type(5), .box-wrapper .box:nth-of-type(n) {
	flex-basis: 50%;
}
.smaller .box-wrapper .box,
.smaller .box-wrapper .box:nth-of-type(n) {
	flex-basis: 50%;
}
.menu-item.menu-item-has-children > ul {
	position: static;
	transform: initial;
	background-color: transparent;
	width: 100%;
}

.event-banner ul {
	flex-direction: column;
}
.event-banner ul > li {
	flex-basis: 100%;
}

.event-banner-button  {
    padding: 10px 15px;
    font-size: 14px;
}
.event-banner-button .button-arrow {
    height: 28px;
    margin-left: 10px;
}
.banner-home.banner-about .button, .banner-home.banner-main .button{
	position: relative;
	left:initial;
	bottom: initial;
	transform: initial;
	width: fit-content;
    margin: 0 auto 20px;
    font-size: 18px;
    padding: 10px 15px;
}
.banner-home .button-arrow {
    height: 28px;
    margin-left: 10px;
}
.banner-home .slogans .slogan-list li {
    padding: 10px;
    font: 700 14px/18px open sans;
}
.banner-home .slogans .slogan-list li > img {
	margin-right: 10px;
	max-height: 18px;
}
.top-bar .top-bar-list {
    flex-wrap: wrap;
    justify-content: center;
}
}


@media (max-width: 991px) {
.logo {
    padding-right: 15px;
    min-width: 100px;
}
.logo img {
    max-width: 100%;
    max-height: 120px;
}
.napishomeee {
    //align-items: flex-start;
}
.napishomeee .content {
    padding-top: 15px;
}
.napishomeee .tools-bar {
    display: flex;
    justify-content: flex-start;
    position: static;
    flex-wrap: wrap;
	padding-top: 0;
}
.footer-bottom .title{
	text-align: center;
	margin-bottom: 20px;
}
.footer-bottom .menu {
	display: flex;
	justify-content: center;
	margin: 0;
}
.footer-bottom .menu li{
	display: flex;
	padding-left: 0;
	padding: 0 15px;
	text-align: center;
	margin: 0;
}
.banner-home.banner-main .title {
    flex-basis: 36%;
}

.banner-home.banner-main .slogans .slogan-list{
    flex-basis: 32%;
}
.online-reg .partySame {
	position: static;
}
.online-reg .member-block .section-title {
    margin: 40px 0 30px;
}
/* .searchContainer {
    position: absolute;
    top: -45px;
    right: 15px;
    bottom: initial;
} */
.accesibility {
    margin-top: 0px;
}
.blokimoje .languages {
    position: absolute;
    top: 5px;
}
.training-map {
	/* background-image: url(img/backgrounds/projekt-mapy-mala.jpg); */
	 background-image: none; 
}
.training-map .wrapper {
	width: 100%;
}
.training-map .title {
    text-shadow: none;
}
.abstract-shape {
	display: none;
}
.abstract-image {
	display: none;
}
}


@media (max-width: 767px) {
#searchform {
    justify-content: flex-start;
}
.napishomeee {
	//flex-wrap: wrap;
}
.napishomeee .content {
	//flex-basis: 70%;
}
.box-wrapper .box, .box-wrapper .box:nth-of-type(2), .box-wrapper .box:nth-of-type(5), .box-wrapper .box:nth-of-type(n) {
	flex-basis: 100%;
}
.smaller .box-wrapper .box,
.smaller .box-wrapper .box:nth-of-type(n) {
	flex-basis: 100%;
}
.wpcf7-form {
	padding: 5%;
}
.wpcf7-list-item label {
	min-width: initial;
}
.contact-form .form .item label {
    padding-right: 10px;
}
.contact-form {
    padding: 80px 0;
}
.contact-form .form-top .form-top-title {
	font-size: 24px;
}
.banner-home .slogans .slogans-wrapper {
    flex-wrap: wrap;
}
.banner-home .slogans .slogan-list {
	flex-basis: 100%;
	margin-bottom: 0;
}
.event-banner .event-banner-heading {
	font-size: 21px;
}
.footer .footer-top .link-column ul li a{
	position: relative;
	padding-left: 25px;
}
.footer .footer-top .link-column ul li a::before {
    left: 0;
    top: 0;
}
.adress-wrapper {
	flex-wrap: wrap;
}
.adress-wrapper .social-links {
	width: 100%;
}
.banner-home.banner-main {
}
.banner-home.banner-main .title {
	order: -1;
    flex-basis: 100%;
    padding: 10px 2%;
    font-size: 21px;
}

.banner-home.banner-main .slogans .slogan-list{
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
}
.banner-home.banner-about .button, .banner-home.banner-main .button{
	margin-top: 30px;
}
.block-bg.container {
	padding-right: 0;
	padding-left: 0;
}
.accesibility {
	flex-basis: 100%;
	justify-content: flex-start;
	padding: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: initial;
	top: 10px;
}
.big-button {
    padding: 18px 30px;
}
.top2 .background-whole {
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.abstract-shape {
    background-size: 100% auto;
    background-position: center top;
}
/* end of @media (max-width: 767px)  */
.display-moible-only {
	display: none;
}
}


@media (max-width: 575px) {


.aktualnosci .news {
    min-height: initial;
    position: relative;
}
.aktualnosci .news .news-text {
	display: none;
}
.aktualnosci .news .news-img {
	width: 30%;
    height: 163px;
    float: left;
    margin-right: 5%;
}
.aktualnosci .news .news-title .news-title-single {
    font-size: 16px;
}
.aktualnosci .news .news-date {
	position: absolute;
    bottom: 0;
    right: 0;
}
.aktualnosci .news .news-img img {
	max-height: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    top: 17px;
    padding-bottom: 17px;
    transform: initial;
}
.single-post-poster {
    max-height: 200px;
}
.aktualnosci .news .news-title {
	color: #333333;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
.ofirmiet {

font-size: 1.4em;	
}
.signup-wrapper {
	display: flex;
	justify-content: space-between;
}
.inline-popups {
	width: 100%;
}
.signup-wrapper {
	flex-direction: column;
	align-items: flex-start;
}
.signup-wrapper .content {}
.signup-wrapper .button-signup {
	margin: 8px auto;
}
.footer-bottom .menu {
	flex-wrap: wrap;
}
.footer-bottom .menu li {
	margin: 10px;
}
.online-reg .calculator .cal-row .cal-label {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    text-align: left;
}

.online-reg .calculator .cal-row.cal-featured .cal-label, .online-reg .calculator .cal-row.cal-featured .cal-amount {
	width: 50%;
}

.block-wrapper {
    padding: 30px 15px;
}
.event-jumbo {
margin: -32px -15px 0;
}
.event-jumbo .content {
	padding: 15px;
}
.event-jumbo .content::after {
	top: 50%;
	transform: translateY(-50%);
	  border-top: 30px solid transparent;
	  border-bottom: 30px solid transparent;
	  border-left: 30px solid var(--mainColor);
	}
.event-jumbo-cat, .event-jumbo-code {
	position: static;
	padding: 10px 0 6px;
	font-size: 14px;
}
.event-jumbo-title {
	font-size: 16px;
	padding: 10px 0;
}

.landing-header h1 {
	font-size: 1.4em;
}
.training-map .box {
	flex-basis: 50%;
}
.training-map .box:nth-of-type(3) {
	background-color: #efefef;
}
.training-map .box:nth-of-type(4) {
	background-color: #fff;
}
}


.quiz_section.question-section-id-2 input[type="text"] {
max-width: 270px;
}

@media screen and (min-width: 500px) {
.qsm-quiz-container .qmn_pagination {
    justify-content: flex-start;
}
}
.quiz_section .qmn_radio_answers label, .quiz_section .qmn_check_answers label{
	padding-left: 35px;
	position: relative;
	transition: .25s linear;
	cursor: pointer;

}
.quiz_section .qmn_radio_answers label::before, .quiz_section .qmn_check_answers label::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid var(--mainColor);
	border-radius: 50%;
	background-color: #e7e7e7;
	transition: .25s linear;
}
.quiz_section .qmn_check_answers label::before {
	border-radius: 0;
}
.quiz_section .qmn_radio_answers label:hover::before, .quiz_section .qmn_check_answers label:hover::before{
	opacity: .6;
}
.quiz_section .qmn_radio_answers label::after, .quiz_section .qmn_check_answers label::after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 4px;
	left: 5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: var(--mainColor);
	transition: .25s linear;
}
.quiz_section .qmn_check_answers label::after {
	border-radius: 2px;
}
.quiz_section .qmn_radio_answers label:hover::before, .quiz_section .qmn_radio_answers label:hover::after { 
	opacity: .4;
}
.qmn_quiz_radio, .qsm-quiz-container input[type=checkbox], .qsm-quiz-container input[type=radio]{
	 position: absolute;
 	 opacity: 0;
  	cursor: pointer;
  	height: 0;
 	width: 0;
}
.qsm-quiz-container input[type=radio]:checked ~ label::after, .qsm-quiz-container input[type=checkbox]:checked ~ label::after {
	opacity: .7;
}




/* ttf2pt1 -b -L iso-8859-2.map helvetica.ttf helveticapl */
/* kolor logo: var(--mainColor) var(--mainColor) */



.qsm-btn.qsm-submit-btn.qmn_btn{
    display: block;
    width: max-content;
    margin: 18px 0;
    border: 0 solid var(--mainColor);
    border-radius: 35px;
    color: #fff!important;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 28px;
    background-color: var(--mainColor)!important;
    position: relative;
    transition: .25s linear;
}
.qsm-btn.qsm-submit-btn.qmn_btn:hover {
	color: #fff!important;
	background-color: var(--mainColor)!important;
    opacity: .8;
}

.mlw_answer_open_text {
	border-color: var(--mainColor)!important;
}