body, html {
    margin:0;
    padding: 0;
	font-family: 'Montserrat', sans-serif;
    position: relative;
    background: #DFDFDF;
}

.blurFilter:not(nav .container) {
	filter: blur(7px);
}

section {
    position: relative;
}

.menu {
    font-weight: bold;
}

.lang {
    color: #002FA7 !important;
    display: inline-block;
    margin-left: 10px;
}

.lang a {
    color: #002FA7 !important;
}
.lang a:hover {
    color: #ff4f00 !important;
}

a {
    text-decoration: none;
}


img {
    max-width: 100%;
}

.small {
    font-size: 0.8rem;
    display: block;
    font-weight: 400;
}

section {
    margin-bottom: 3rem
}

.register-selection .buttons {
    justify-content: space-around !important;
}


/* Section header */
.section_header {
    text-align: center !important;
    margin-top: 5rem;
    margin-bottom: 5rem;
	line-height: 4rem;
}

.section_header span {
	font-size: 3rem;
}

.section_header>span:first-child {
	font-weight: 300;
	margin-left: -15rem;
}

.section_header>span:nth-child(2) {
	font-weight: 500;
    font-family: 'Caveat', cursive;
    font-size: 6rem;
    color: #fb4e00;
}

.section_header>span:nth-child(4) {
    font-weight: 700;
    color: #002FA7;
    font-size: 6rem;
    margin-left: 3rem;
}

.section_header>span:nth-child(6) {
	font-weight: 500;
    font-family: 'Caveat', cursive;
    font-size: 6rem;
    color: #fb4e00;
}

/* Section header */
.serce_sopotu_header {
    text-align: center !important;
	line-height: 4rem;
}

.serce_sopotu_header span {
	font-size: 3rem;
}

.serce_sopotu_header>span:first-child {
	font-weight: 300;
	margin-left: -15rem;
}

.serce_sopotu_header>span:nth-child(2) {
	font-weight: 500;
    font-family: 'Caveat', cursive;
    font-size: 6rem;
    color: #fb4e00;
}

.serce_sopotu_header>span:nth-child(4) {
    font-weight: 700;
    color: #ffffff;
    font-size: 6rem;
    margin-left: 3rem;
}

.serce_sopotu_header>span:nth-child(6) {
	font-weight: 500;
    font-family: 'Caveat', cursive;
    font-size: 6rem;
    color: #fb4e00;
}

.register-selection {
	margin-top: 20px;
    text-align: center;
    color: #002FA7;
    min-height: 300px;
    padding: 2rem;
    transition: transform 500ms;
    border: 1px solid #002FA7;
    background: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    min-height: 565px;
}

.register-selection .smtext {
    font-size: 12px;
}

.register-selection a {
    color: #f07021;
}

.selection-small {
    min-height: auto;
    padding: 1rem;
}

.selection-small:hover {
    background-color: #29378e;
}
.selection-small:hover * {
    color: white;
}

.register-selection>div>p {
    font-size: 12px;
    margin-top: 28px;
}

.register-selection:hover {
    /* transform: scale(1.05); */
}

.register-selection .info {
    font-size: 20px;
}

.register h3,
.register-selection h3 {
    font-weight: 400;
    color: #002FA7;
    margin-bottom: 20px;
    font-size: 2.2rem;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}

.register h3::after,
.register-selection h3::after {
    content: '';
    position: absolute;
    width: 62px;
    height: 1px;
    background: #EE6813;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.register h3 .small_title,
.register-selection h3 .small_title {
    font-size: 20px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}
.register h3 .ticket_type,
.register-selection h3 .ticket_type {
    background: #002FA7;
    color: white;
    padding: 2px 10px;
    display: inline-block;
    margin-top: 10px;
    font-size: 30px;
}
.register h3 .add_text,
.register-selection h3 .add_text {
    font-size: 12px;
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
}

.online {
    margin: 0;
    padding-bottom: 150px;
    background-image: url('../images/2024/online_bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.select_register {
    margin: 0;
    padding-bottom: 150px;
    background-color: #DFDFDF;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.select_register h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #002FA7;
    margin-top: 95px;
    margin-bottom: 40px;
}

.select_register .bg {
    background-color: #dedede;
    position: absolute;
    height: 70%;
    width: 85%;
    bottom: -10%;
    right: 0;
    z-index: -1;
}

.select_register>.container>p {
    color: #002FA7;
    margin-top: 2rem;
    font-size: 1.2rem;
    text-align: center;
}

.select_register>.container>p>span {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
}

.hide {
    display: none;
}

.t_row {
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    text-align: left;
}

.t_row span {
    text-align: left;
}

.t_row>span:last-child {
    font-weight: 600;
    white-space: nowrap;
}

.t_inactive * {
    color: #2f458a69 !important;
}

.icon_anim {
    transition: transform 500ms;
}

.icon_anim:hover {
    transform: scale(1.1);
}

.buttons {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.buttons>div {
    transition: transform 500ms;
	position: relative;
	z-index:10;
}

/* .buttons>div:hover:not(.place-buttons-bg) {
    transform: scale(1.1);
} */

.buttons img {
    margin-left: 0.4rem;
}

.buttons>div {
    color: #ffffff;
    /* border-radius: 3px; */
    padding: 5px 15px;
    border: 1px solid #EE6813;
    background: #EE6813;
    margin-left: 10px;
}

.buttons>div>a {
	display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
	white-space: nowrap;
	font-size: 20px;
	white-space: nowrap;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 400;
}

.buttons>div:nth-child(2) {
    color: #EE6813;
    border: 1px solid #EE6813;
    background: none;
    /* border-radius: 3px; */
    padding: 5px 15px;
}

.buttons>div:nth-child(2)>a {
    text-decoration: none;
    color: #EE6813;
}

/* .buttons>div:last-child:hover{
    background: #f9814b;
} */
/* .buttons>div:first-child:hover{
    background: #29378e;
} */
/* .buttons>div:hover>a {
    color: white;
} */
.buttons>div:hover>a>img {
    filter: brightness(0) invert(1);
}

button {
    color: white;
    padding: 5px 15px;
    transition: transform 500ms;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002FA7;
    border: none;
    font-size: 12px;
    font-weight: 700;
}

button img {
	margin-left: 0.4rem;
}

/* button:hover {
    transform: scale(1.1);
} */

.abutton {
    color: white;
    padding: 5px 15px;
    transition: transform 500ms;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002FA7;
    border: none;
    font-size: 12px;
    font-weight: 700;
}

.abutton img {
	margin-left: 0.4rem;
}

/* .abutton:hover {
    transform: scale(1.1);
} */

/* Prelegenci slider */
.prelegenci_slider {
    width: 100%;
    min-height: 20rem;
    display: flex;
    justify-content: center;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 0 25px !important;
}

.prelegenci_slider>div {
    /* height: 300px; */
    /* width: 280px; */
    font-size: 1.2rem;
}

.prelegenci_slider>div p {
    text-align: left;
    color: #002FA7;
    padding: 5px 0;
}

.prelegenci_slider>div>img {
    width: 250px;
    -webkit-box-shadow: 0px 0px 45px -16px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 45px -16px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 45px -16px rgba(66, 68, 90, 1);
    transition: transform 500ms;
}

/* Prelegenci */

.prelegenci .row {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.prelegenci .prelegent p {
    text-align: left;
    color: #002FA7;
}

.prelegenci .prelegent img {
    margin: 0 1rem;
    width: 100%;
    -webkit-box-shadow: 0px 0px 45px -16px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 45px -16px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 45px -16px rgba(66, 68, 90, 1);
    transition: transform 500ms;
}

/* Wlasciciele */

.wlasciciele {
	padding-top: 3rem;	
}

.wlasciciele .row {
    margin: 0 auto;
    text-align: left;
}

.wlasciciele p {
    text-align: left;
    color: #002FA7;
    padding: 1rem 0;
}

.wlasciciele img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 45px -16px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 45px -16px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 45px -16px rgba(66, 68, 90, 1);
    transition: transform 500ms;
}


/* Serce sopotu - HOME */

.serce_sopotu {
    margin-top: 150px;
	margin-bottom: 0;
    padding-bottom: 50px;
}

.serce_sopotu * {
    text-align: left;
    color: #ffffff;
}

.serce_sopotu p {
	padding-left: 0;
}

.place .video,
.serce_sopotu .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
	
	    -webkit-box-shadow: 0px 0px 17px -3px rgb(9, 9, 9);
    -moz-box-shadow: 0px 0px 17px -3px rgb(9, 9, 9);
    box-shadow: 0px 0px 17px -3px rgb(9, 9, 9);
}

.place .video iframe,
.serce_sopotu .video iframe {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;	
}

.serce_sopotu>img {
    height: 150px;
}
.serce_sopotu>div {
    padding: 80px 20px;
}

.serce_sopotu .row>div:last-child {
    padding-left:50px;
}

.serce_sopotu .bg {
    background-color: #ff4f00;
    position: absolute;
    height: 40%;
    width: 90%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.serce_sopotu .bg2 {
    background-color: #0027ab;
    position: absolute;
    height: 90%;
    width: 80%;
    top: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 730px) {
    .serce_sopotu .bg2 {
		width: 100%;
	}
	
	.serce_sopotu .video {
		min-height: 240px;
	}
	
	.select_register .bg {
		width: 100%;
	}
}

/* Register */

.register a {
    color: #404040;
    text-decoration: none;
}

.register a:hover {
	text-decoration: underline;
}

.register>.container>.row>div {
    background: none;
    min-height: 30vh;
    padding: 25px 40px;
    border: 1px solid #002FA7;
}

.register h2 {
    color: #f07021;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-align: center;
    position: relative;
}

.register h2::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #002FA7;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}

.online {
    min-height: 43.5vh;
}

.online h2 {
    color: #002FA7;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-align: center;
    position: relative;
}

.online h2::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ef6713;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}

.materialy h2 {
    color: #002FA7;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-align: center;
    position: relative;
}

.materialy h2::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ef6713;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}

.register form {
    margin-top: 30px;
}

.register input {
    border: 0;
    width: 100%;
    margin-top: 20px;
    background: #ececec;
    padding: 5px 10px;
    border-left: 2px solid #002FA7;
}

.custom-file-input {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.file-input-button {
    background: #002FA7;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: background-color 0.3s;
}

.file-input-button:hover {
    background: #001e7a;
}

.file-name {
    color: #666;
    font-size: 14px;
    flex-grow: 1;
}

.register input:active,
.register input:focus,
.register input:hover,
textarea,
textarea:hover,
textarea:active,
textarea:focus {
    outline: none;
}

#thanks * {
    text-align: center;
}

#thanks h2 {
    font-weight: 400;
}

#thanks p {
    color:#002FA7;
    font-size: 1.4rem;
    padding: 1rem 5.5rem;
}

#thanks a {
    color: #ff4f00;
    border: 1px solid #ff4f00;
    border-radius: 3px;
    padding: 12px 15px;
}

.submit {
    margin-top: 20px;
    text-align: right;
}

.submit button {
    float: right;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #919191;
opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #919191;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #919191;
}

.tempInfo {
    margin-top: 5vh;
    font-size: 1rem;
    color: white;
    padding: 10px;
    background: #ff2800;
}

/* Partnerzy */
/* .partner_section {
    margin-top: 150px;
} */

.partners_page .col-md-2 {
    margin-top: 20px;
}

.partners_page h4 {
    margin-top: 50px;
    font-size: 1.1rem;
    color: #002FA7;
    text-align: center;
}

.partner_page * {
	text-align: left;	
}

.partner_page h4 {
    margin-top: 50px;
    font-size: 1.1rem;
    color: #002FA7;
    text-align: center;
}

.partner_page p {
	padding: 0 1rem;	
}

.partner_page p:first-child {
	font-weight: 700;
	color: #002bba;
}

.partner_page .partner_link {
	font-weight: 700;
	color: #002bba;
	padding: 1rem;
}

.partner_page .partner_baner {
	margin-bottom: 30px;
}

.partner_baner>div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner_baner .logo {
    max-width: 50%;
}

.partner_page .partner_sm_files h3{
	font-size: 1rem;
    font-weight: 700;	
}

.partner_page .partner_sm_files>div:first-child {
	background: #002bba;
	color: #ff4f00;
    padding: 1.5rem 2rem;
}

.partner_page .partner_sm_files>div:last-child {
	background: #ff4f00;
	color: #002bba;
    padding: 1.5rem 2rem;
	margin-top:10px;
}

.partner_page .partner_sm_files a {
	color:white;
}

.partner_page .partner_sm_files>div div {
	display:flex;	
    margin-top: 8px;
}
.partner_page .partner_sm_files span {
	width: 40px;	
}

.marquee {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    position: absolute;
    overflow: hidden;

    animation: marquee 20s linear infinite;
}

.marquee span {
    float: left;
    width: 50%;
}

@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

.partner_section .partner_item {
    width: calc(10% - 20px);
    height: 150px;
    /* background: #222222; */
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    position: relative;
}

.partner_section .partner_item img {
    max-width:80%;
    max-height:80%;
    margin: 0 auto;
}

/* iade */

.iade .row * {
    text-align: justify;
}

.iade p:first-child {
    color: #002FA7;
    font-weight: 500;
}

.iade p {
    padding: 8px;
    margin: 0;
}

.iade .row>div:first-child {
    background: #002FA7;
    padding: 50px;
    position: relative;
    text-align: center;
}

.iade .row>div:first-child .bg {
    position: absolute;
    background: #002FA7;
    width: 200%;
    height: 100%;
    top: 0;
    right: 100%;
}

.iade .row>div:first-child img:last-child {
    margin-top: 30px;
}

.place * {
    text-align: left;
}

.place-buttons-bg {
	position: absolute !important;
    background: #002bba;
    top: 0;
    width: calc(50vw - 657px);
    height: 100%;
    left: 100%;
    z-index: 0;
    border-radius: 0 !important;
}

.place .buttons {
    background-color: #002bba;
    margin-top: 0;
    padding: 45px;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
}

.place .buttons .bg {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background: #002bba;
    left: 100%;
    top: 0;
}

.place .video{
    position: relative;
    margin-top: 30px;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 0px 45px -8px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 45px -8px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 45px -8px rgba(66, 68, 90, 1);
}

.place .row {
    position: relative;
}
.place .bg_orange {
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 150%;
    max-width: 150%;
    height: 80%;
    background-color: #ff4f00;
    z-index: -1;
}

/* Checkbox */

.checkbox_container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #404040;
    margin-bottom: 15px;
}

.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 20px;
    width: 20px;
    border: 1px solid white;
    background: #ececec;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}
  
.checkbox_container .checkmark:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ee6713;
}

.orange_checkbox {
    color: #ee6713;
}

.blue_checkbox {
    color: #002FA7;
}

/* Error */

.error {
    color: #ff1818;
    font-weight: 600;
}

/* newsletter */

.newsletter input {
	background: none;
    border: none;
    border-bottom: 1px solid #ffffffad;
    margin-bottom: 10px;
    width: 100%;
}

.newsletter input:hover,
.newsletter input:focus,
.newsletter input:active {
	outline: none;
}

.newsletter .button {
	display: flex;
    justify-content: end;
}

.newsletter .button button {
	border:none;
	margin:10px;
}

/* mobile-menu */

.menu-mobile {
	display: none;
}

.hamburger-lines {
   	height: 50px;
    width: 60px;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

.menu-slide {
	position: absolute;
    left: 0;
    background: #002bbad4;
    width: 100%;
    top: 0;
    height: 100vh;
    z-index: 1000;
    display: none;
    -webkit-box-shadow: 0px 11px 22px -14px rgb(66 68 90);
    -moz-box-shadow: 0px 11px 22px -14px rgba(66, 68, 90, 1);
    box-shadow: 0px 11px 22px -14px rgb(66 68 90);
}

.menu-slide ul {
	list-style: none;
    padding: 0;
}

.menu-slide li {
	height: 60px;
}

.menu-slide li:last-child {
	padding-top: 20px;
	height: 70px;
}

.hamburger-lines .line {
        display: block;
    width: 16px;
    height: 16px;
    background: #ff4f00;
}

.ikony .hotel {
	z-index: 5;
	position: relative;
	    margin-left: -100px;
}

.ikony .container>.row {
	background: #ff4f00;
    margin-top: -100px;
    margin-left: 20px;
    padding-top: 120px;
    color: white;
	position: relative;
}

/* Kontakt */
.kontakt_section {
	
}

.kontakt_section * {
	text-align: left;	
}

.kontakt_section h4 {
	color: #ff4f00;
	font-size:1.3rem;
	font-weight: 700;
}

.kontakt_section .row>div:last-child h4 {
	font-size: 1.1rem;	
}

.kontakt_section .row>div {
	padding: 25px 20px;
}

.kontakt_section .row>div:last-child {
	background:#002bba;
}

.kontakt_section p {
	padding: 0;	
	color: #002FA7;
}

.kontakt_section a {
	color: #002FA7;	
}

.kontakt_section textarea {
	width: 100%;
    max-width: 100%;
    min-height: 100px;
    background: none;
    border: none;
    border-bottom: 1px solid #ffffffad;	
	color: white;	
}

.kontakt_section input {
	color: white;	
}

/* newsletter */

.kontakt_form input {
	background: none;
    border: none;
    border-bottom: 1px solid #ffffffad;
    margin-bottom: 10px;
    width: 100%;
}

.kontakt_form input:hover,
.kontakt_form input:focus,
.kontakt_form input:active {
	outline: none;
}

.kontakt_form .button {
	display: flex;
    justify-content: end;
}

.kontakt_form .button button {
	border:none;
	margin:10px;
}


/* Menu */

.pasek {
    background: #ff4f00;
    min-width: 1%;
    max-width: 80%;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 20%;
    z-index: -1;
    bottom: -150px;
    transition: width 500ms;
}

.iade_dla p {
	margin:0;
	text-align: left;
}

.close {
	position: absolute;
    right: 6px;
    top: 15px;
    width: 60px;
    height: 60px;
    opacity: 0.95;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
    left: 20px;
    content: ' ';
    height: 70px;
    width: 7px;
    background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/* // 4k */
.serce_sopotu .bg2 {
	width: 60%;
}

@media only screen and (max-width: 1200px) {
	.buttons>div>a {
		white-space: nowrap;
		font-size: 13px;white-space: nowrap;
		font-size: 13px;
	}
	
	.menu {
		display:none;		
	}
	
	.menu-mobile {
		display: block;
	}
	
	li .link {
		font-size: 1.5rem;
	}
	
	footer {
    	font-size: 0.8rem;	
	}
}
@media screen and (min-width: 1920px) {
	.serce_sopotu .bg2 {
		width: 60%;
	}
}

/* Galeria */
.wrap-lightgallery > ul > li a:hover .poster > img {
    opacity: 1;
}
  
.wrap-lightgallery > ul > li a .poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.wrap-lightgallery > ul > li a .poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.wrap-lightgallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    display: flex;
}

.wrap-lightgallery > ul > li a {
    /* border: 3px solid #cccccc; */
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 90%;
    margin: 5%;
}

.wrap-lightgallery > ul > li {
    margin-bottom: 15px;
    width: 20%;
    display: inline-block;
    list-style: outside none none;
}

.wrap-lightgallery > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap-lightgallery .results {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.wrap-lightgallery {
    display: block;
}

.wrap-gallery {
    position: relative;
}

.wrap-lightgallery .pagination {
    display: flex;
}

.wrap-lightgallery .pagination .pages {
    margin-left: auto;
}

.lg-actions .lg-prev:after,
.lg-actions .lg-next:before {
    content: '' !important;
}

/* Filmy */
.start_video {
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
}

/* Modal */

/* The Modal (background) */
.video-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

.video-modal .video-modal-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
  
  /* Modal Content/Box */
.video-modal-content {
    /* background-color: #fefefe; */
    margin: 15% auto; /* 15% from the top and centered */
    /* padding: 20px; */
    /* border: 1px solid #888; */
    width: 1000px; /* Could be more or less, depending on screen size */
    max-width: 90%;
}
  
  /* The Close Button */
.video-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.video-modal-close:hover,
.video-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.vid-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bt_dzien {
    line-height: 4rem;
    cursor: pointer;
    color: #ff4f00;
    background: #002FA7;
    padding: 0.75rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 10px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.bt_active {
    color: #002FA7;
    background: #ff4f00;
}

.kolacja_stoliki {
    display: none;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    margin: 0!important;
    padding: 1rem 2.3rem;
    z-index: 9999;
    opacity: 1;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-color: #EE6813;
    color: #878490;
    font-size: 1rem;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 30px 54px 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 30px 54px 10px rgba(0, 0, 0, 1);
    box-shadow: 0px 30px 54px 10px rgba(0, 0, 0, 1);
}
.cookiealert p {
	margin:0;
    color: white;
    font-size: 14px;
    font-weight: 300;
}
.cookiealert .button-cookiealert{
	display: inline-block;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	font-weight: bold;
}
.cookiealert .cookiealert-privacy-policy, .cookiealert .acceptcookies {
    z-index: 10;
    opacity: 1;
    border: none;
    border-radius: 10%;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ef6713;
	font-size: 13px;
}
.cookiealert .cookiealert-privacy-policy, .cookiealert .close-btn{
	z-index:10;
	background-size:12px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:12px;
	border:none;
	border-radius:3px;
	color:#fff;
	z-index:5;
	background-color:#ef6713;;
	width: auto;
}
.cookiealert .acceptcookies .sr-only {
	width: auto;
}

.cookiealert .wrap-buttons a {
    margin: 20px 5px 5px 5px;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 0;
    font-size: 16px;
    padding: 7px 14px;
}

.link-mobile {
    display: none !important;
}
@media (min-width: 768px) {
	.cookiealert p{
		width: 80%;
	}
	.cookiealert .acceptcookies {

	}
}
@media (min-width: 1200px) {
	.cookiealert p{
		width: 100%;
	}
}
@media (max-width: 768px) {
    .cookiealert .wrap-buttons {
        position: relative;
    }

    .menu {
        padding: 0 !important;
    }

    .menu>li {
        text-align: center !important;
    }

    .link-mobile {
        display: block !important;
    }

    .kolacja span {
        margin: 20px auto;
        display: block;
        width: 80%;
    }

    footer {
        text-align: center;
        font-size: 16px;
    }

    .menu-footer {
        display: none;
    }

    footer .col-md-4:last-child {
        margin-top: 20px;
    }

    footer .col-md-4:last-child {
        align-items: center !important;
    }

    footer .social {
        justify-content: center !important;
        margin-top: 20px;
    }
}

.kolacja {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
    color: #002FA7;
}



.kolacja a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    background: #EE6813;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    display: inline-block;
    font-family: "Oswald";
    font-weight: 400;
}

.nav-orange a {
    background: #EE6813;
    padding: 10px 15px;
    text-decoration: none;
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;

}

footer .col-md-2:first-child p {
    margin-top: 20px;
}

footer .col-md-4:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (min-width: 1400px) {
    footer .container,
    nav .container {
        max-width: 1800px;
    }
}