html,
body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	color: #333;
	font-size: 14px;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none !important;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	will-change: color;
}

a:hover {
	text-decoration: none;
	color: #66b12d;
}

img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.no-padding,
.no-padding-sm {
	padding: 0;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.desktop,
.tablet {
	display: none;
}

.visible {
	-webkit-transform: translateX(0%) !important;
	transform: translateX(0%) !important;
}

.page-header {
	/* height: 100vh; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.basic-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.basic-header .hero-container {
	background-image: none;
	background: #fff;
}

#details {
	background: red;
}

.hero-container {
	background-image: url(/_img/_templates2/_themes/foto2.jpg);
	background-size: cover;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.hero-container .heading {
	color: #fff;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.hero-container .heading h1 {
	font-size: 152px;
	font-weight: inherit;
	line-height: 1;
}

.hero-container .heading h2 {
	font-size: 60px;
	font-weight: inherit;
	line-height: 1;
	margin-bottom: 0;
}

.top-bar {
	height: 57px;
	background-color: rgba(255, 255, 255, 0.65);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 15px;
	font-size: 14px;
	font-weight: 500;
}

.top-bar .flex-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search input {
	background: none;
	border: 1px solid #000;
	font-style: italic;
	color: #000;
	padding: 2px 10px;
	width: 200px;
}

.search input::-webkit-input-placeholder {
	color: #000;
}

.search input:-ms-input-placeholder {
	color: #000;
}

.search input::-ms-input-placeholder {
	color: #000;
}

.search input::placeholder {
	color: #000;
}

.search-btn {
	width: 25px;
	height: 25px;
	background: none;
	border: none;
	margin-left: 5px;
	padding: 0;
}

.social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-media .icon {
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 5px;
}

.social-media a {
	display: block;
}

.basic-header .right-column {
	background: #fff;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 40px;
}

.month-nav {
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	height: 100%;
}

.month-nav .wrapper {
	height: 100%;
}

.month-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.month-nav ul li {
	width: 100%;
	text-align: center;
	border-right: 1px solid #e8e8e8;
	background: #fff;
}

.month-nav ul li a {
	display: block;
	padding: 20px 10px;
}

.month-nav ul li:last-of-type {
	border-right: none;
}

.month-nav ul li.active {
	font-weight: 500;
}

.month-nav ul li.active a {
	background-color: #aad55f;
	color: #fff;
}

#burger {
	margin: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5px;
	width: 35px;
	height: 34px;
	border: none;
	background: none;
	z-index: 999;
	text-align: center;
	position: relative;
	top: 34px;
	background-color: #333;
	-webkit-transition: background-color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	will-change: transform, background-color;
}

#burger .line {
	width: 25px;
	min-height: 2px;
	height: 2px;
	background: #fff;
	margin: 3px 0px;
	-webkit-transform-origin: right;
	transform-origin: right;
	top: 0;
	left: 0;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

#burger.toggled {
	background-color: #f2f2f2;
	-webkit-transform: translateY(-34px);
	transform: translateY(-34px);
}

#burger.toggled .line {
	background: #000;
}

.top-nav {
	position: absolute;
	top: 57px;
	width: auto;
	right: 0;
	background: rgba(255, 255, 255, 0.3);
}

.top-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 11px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-nav ul li a {
	display: block;
	padding: 8px 5px;
}

.left-column {
	position: fixed;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: #fff;
	z-index: 9;
	top: 57px;
	width: 100vw;
	height: calc(100vh - 57px);
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.left-column .fixed-wrapper {
	/* background-image: url(../_img/_templates2/_themes/w_tle_lewa.png); */
	background-repeat: no-repeat;
	background-position: left center;
	padding: 70px 50px;
	height: 100%;
	overflow: auto;
}

.left-column .logo {
	margin-bottom: 30px;
	text-align: center;
}

.left-nav {
	font-weight: 500;
	color: #000;
	line-height: 1;
}

.left-nav li {
	position: relative;
}

.left-nav li a {
	display: block;
	padding: 10px 0;
}

.left-nav li::before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #aad55f;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%);
	left: -15px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	will-change: opacity, transform;
}

.left-nav li.active {
	font-weight: 700;
}

.left-nav li:hover::before,
.left-nav li.active::before {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

.bcg-grey {
	background-color: #f2f2f2;
}

.bcg-white {
	background-color: #fff;
}

.bcg-blue {
	background-color: #0078be;
}

.bcg-green {
	background-color: #66b12d;
}

.bcg-orange {
	background-color: #fc6e00;
}

.bcg-red {
	background-color: #ce1618;
}

.bcg-violet {
	background-color: #c5468b;
}

.bcg-yellow {
	background-color: #fab237;
}

main section {
	padding: 65px 30px;
	background: #fff;
}

.big-section-heading {
	margin-bottom: 40px;
	color: #000;
}

.big-section-heading h2 {
	font-size: 36px;
	font-weight: 400;
}

.big-section-heading h2 .bigger {
	font-size: 40px;
	font-weight: 500;
}

.events-categories {
	margin: 20px 0;
}

.events-categories ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.events-categories ul li {
	position: relative;
	margin-bottom: 5px;
}

.events-categories ul li span {
	display: block;
	position: relative;
}

.events-categories ul li img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}

.events-categories ul li img.on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.events-categories ul li img.off {
	opacity: 1;
}

.events-categories ul li.active img.on {
	opacity: 1;
}

.events-categories ul li.active img.off {
	opacity: 0;
}

.events-categories ul li:hover img.on {
	opacity: 1;
}

.events-categories ul li:hover img.off {
	opacity: 0;
}

.event {
	max-width: 360px;
	margin: 0 auto 40px;
}

.event header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	align-items: start;
}

.event .image {
	overflow: hidden;
	position: relative;
}

.event .date_canceled {
	position: absolute;
	top: 5px;
	left: 5px;
	background: #ed0000;
	color: white;
	padding: 2px 10px;
}

.event .image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	will-change: transform;
}

.event:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.event .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	font-size: 12px;
	width: 60%;
	font-weight: 500;
	white-space: nowrap;
	line-height: 1.4;
}

.event .date .day {
	font-size: 36px;
	font-weight: bold;
	margin-right: 5px;
	line-height: 1;
}

.event .place {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	border-left: 1px solid #333;
	margin-left: 5px;
	padding: 0 5px;
	line-height: 1.1;
	-webkit-box-align: start;
	-ms-flex-align: enstartd;
	align-items: flex-start;
}

.event .title h6 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	margin: 10px 0;
}

.event .title h4 {
	/*font-weight: 700;*/
	font-size: 20px;
}

.event .title a:hover {
	color: inherit;
}

.event.green .day,
.event.green .month-year,
.event.green .title h6 {
	color: #66b12d;
}

.event.blue .day,
.event.blue .month-year,
.event.blue .title h6 {
	color: #0078be;
}

.event.orange .day,
.event.orange .month-year,
.event.orange .title h6 {
	color: #fc6e00;
}

.event.red .day,
.event.red .month-year,
.event.red .title h6 {
	color: #ce1618;
}

.event.violet .day,
.event.violet .month-year,
.event.violet .title h6 {
	color: #c5468b;
}

.event.yellow .day,
.event.yellow .month-year,
.event.yellow .title h6 {
	color: #fab237;
}

.all-events .image a {
	display: block;
}

.all-events:hover .image img {
	-webkit-transform: none;
	transform: none;
}

.similar-events-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	margin: auto;
}

.small-section-heading {
	margin-bottom: 30px;
}

.small-section-heading h3 {
	font-size: 26px;
	font-weight: 300;
	color: #000;
}

.small-section-heading h3 .bigger {
	font-size: 30px;
	font-weight: 500;
}

.small-section-heading.unitary h3 {
	font-weight: 300;
	font-size: 26px;
	color: #000;
}

.color-bar {
	margin-top: 15px;
}

.color-bar img {
	display: block;
}

#recommended .item {
	position: relative;
	max-width: 300px;
	margin: 0 auto 40px;
	overflow: hidden;
}

#recommended .item img {
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	will-change: transform;
}

#recommended .item h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 85%;
}

#recommended .item h4 a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 7px;
}

@media(min-width: 992px) {
	#recommended .item h4 a {
		font-size: 16px;
		padding: 4px;
	}
}

#recommended .item h4 a:hover {
	color: inherit;
}

#recommended .item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#recommended-old .col-lg:nth-child(odd) h4 {
	background: #fff;
	color: #333;
}

#recommended-old .col-lg:nth-child(even) h4 {
	background: #333;
	color: #fff;
}

#recommended .col-lg h4 {
	background: #333;
	color: #fff;
}

#recommended,
#strategic-partner,
#partners,
footer,
#eu {
	position: relative;
	z-index: 10;
}

.cities-logo img {
	width: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	max-height: 100px;
}

.eu {
	margin-top: 25px;
	font-weight: 400;
}

.eu .col-md {
	margin-bottom: 20px;
}

.bold {
	font-weight: 700;
}

footer {
	padding: 40px 40px 15px;
	font-size: 13px;
	/* background-image: url(../_img/_templates2/_themes/stopka_tlo_prawa.png); */
	background-repeat: no-repeat;
	background-position: bottom right;
}

footer h6 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 15px;
}

.footer-widget {
	margin-bottom: 20px;
	text-align: center;
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-links a {
	display: inline-block;
	position: relative;
}

.footer-links a::after {
	content: '|';
	margin: 0 5px;
}

.footer-links a:last-of-type::after {
	display: none;
}

#video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video {
	width: calc(100% - 60px);
	height: calc(100% - 130px);
	position: absolute;
}

.swipers {
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-top .swiper-slide {
	max-height: 40vh;
	height: 40vh;
}

.gallery-top .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.gallery-thumbs {
	height: 20%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	width: calc(100% - 60px);
	margin-right: auto;
	margin-left: unset;
	margin-top: 5px;
}

.gallery-thumbs .swiper-slide {
	max-height: 50px;
	height: 50px;
	overflow: hidden;
}

.gallery-thumbs .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.5;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-button-next {
	right: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	top: unset;
	bottom: 35px;
}

.detailed-info__header {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
}

.detailed-info__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.detailed-info__category-title {
	margin-left: 10px;
}

.detailed-info__icon {
	display: inline-block;
	margin-left: 10px;
}

.detailed-info__tags-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.detailed-info__item {
	margin-left: 20px;
}

.detailed-info__main-content {
	padding: 0 20px;
}

.detailed-info__name {
	font-size: 30px;
	margin-bottom: 30px;
}

.detailed-info__name .bigger {
	font-size: 48px;
}

.detailed-info__content {
	font-size: 14px;
	font-weight: 500;
}

.detailed-info__small-header {
	text-transform: uppercase;
	margin-right: 15px;
	font-weight: 300;
}

.detailed-info__map {
	margin: 20px 0;
}

.red .detailed-info__header {
	background: #ce1618;
}

.red .detailed-info__name,
.red .detailed-info__small-header {
	color: #ce1618;
}

.orange .detailed-info__header {
	background: #fc6e00;
}

.orange .detailed-info__name,
.orange .detailed-info__small-header {
	color: #fc6e00;
}

.yellow .detailed-info__header {
	background: #fab237;
}

.yellow .detailed-info__name,
.yellow .detailed-info__small-header {
	color: #fab237;
}

.green .detailed-info__header {
	background: #66b12d;
}

.green .detailed-info__name,
.green .detailed-info__small-header {
	color: #66b12d;
}

.blue .detailed-info__header {
	background: #0078be;
}

.blue .detailed-info__name,
.blue .detailed-info__small-header {
	color: #0078be;
}

.violet .detailed-info__header {
	background: #c5468b;
}

.violet .detailed-info__name,
.violet .detailed-info__small-header {
	color: #c5468b;
}

.buttons {
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.button {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding: 10px 30px;
	margin-bottom: 10px;
}

.button.secondary {
	background-color: #aad55f;
}
.button.button_lg {
	font-size: 24px;
	padding: 10px 30px;
}

.button:hover {
	color: #fff;
}

.red .button.primary {
	background-color: #ce1618;
}

.orange .button.primary {
	background-color: #fc6e00;
}

.yellow .button.primary {
	background-color: #fab237;
}

.green .button.primary {
	background-color: #66b12d;
}

.blue .button.primary {
	background-color: #0078be;
}

.violet .button.primary {
	background-color: #c5468b;
}

.gallery {
	margin-top: 50px;
	font-weight: 500;
}

.gallery__description {
	padding: 20px 30px;
	font-size: 18px;
}

.gallery .detailed-info__small-header {
	margin-bottom: 20px;
}

.secondary-partners {
	z-index: 10;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: space-between;
	-ms-flex-align: space-between;
	align-items: space-between;
}

.secondary-partners .row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.secondary-partners .item-wrapper {
	height: auto;
	/*background: #fff;*/
	margin: 15px 25px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.secondary-partners .item {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 10px;
}

.secondary-partners .item img {
	display: block;
	/*max-width: 150px;*/
	/*width: 150px;*/
	height: 100%;
	position: relative;
}

@media (max-width: 767px) {
	#partners .text-right,
	#partners .text-left {
		text-align: center !important;
	}
	.events-categories ul li {
		max-width: 30%;
		margin-right: 5px;
	}
	.secondary-partners .item-wrapper {
		margin-right: 20px;
	}
	.secondary-partners .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.no-padding-sm {
		padding: 0 15px;
	}
	.events-categories ul {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.events-categories ul li {
		margin-bottom: 0;
		margin-right: 5px;
		flex: 0 1 100%;
		text-align: center;
	}
	.events-categories ul li:last-of-type {
		margin-right: 0;
	}
	.top-nav ul {
		font-size: 14px;
	}
	#events .content > .row,
	#similar-events .content > .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.all-events .image {
		margin-top: 45px;
	}
	.month-nav ul li {
		width: auto;
		border-left: 1px solid #e8e8e8;
		border-right: none;
	}
	.month-nav ul li:last-of-type {
		border-right: 1px solid #e8e8e8;
	}
	.gallery-top .swiper-slide {
		max-height: 50vh;
		height: 50vh;
	}
	.gallery-thumbs .swiper-slide {
		max-height: 80px;
		height: 80px;
	}
	.swiper-button-next {
		bottom: 50px;
	}
}

@media (max-width: 991px) {
	[data-aos-delay] {
		-webkit-transition-delay: 0s !important;
		transition-delay: 0s !important;
	}
}

@media (min-width: 992px) {
	.mobile {
		display: none;
	}
	.tablet {
		display: block;
	}
	.cities-logo img {
		width: auto;
	}
	#partners .color-bar {
		margin: 30px 0 50px;
	}
	.top-bar .flex-parent {
		width: auto;
		height: 100%;
	}
	.top-nav {
		position: relative;
		top: 0;
		background: none;
		margin-left: 20px;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.top-nav ul li {
		border-left: 1px solid #333;
	}
	.top-nav ul li a {
		padding: 0 10px 18px;
	}
	.top-nav ul li:first-of-type {
		border-left: none;
	}
	#burger {
		top: 0;
	}
	#burger.toggled {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.event .date {
		font-size: 11px;
	}
	.event .date .day {
		font-size: 34px;
	}
	.event .date .hours {
		white-space: normal;
	}
	.event-details {
		padding-bottom: 80px;
	}
	.gallery {
		margin-top: 0;
	}
	.gallery-top .swiper-slide {
		max-height: 60vh;
		height: 60vh;
	}
	.gallery-thumbs .swiper-slide {
		max-height: 130px;
		height: 130px;
	}
	.swiper-button-next {
		bottom: 75px;
	}
	.basic-header .right-column {
		margin-top: 10px;
	}
}

@media (max-width: 1199px) {
	.month-nav ul {
		height: 100px;
	}
	.month-nav ul li a {
		height: 100%;
	}
	.hero-container {
		/* height: calc(100vh - 100px); */
	}
	.basic-header .hero-container {
		height: unset;
	}
}

@media (min-width: 1200px) {
	.mobile {
		display: none !important;
	}
	.desktop {
		display: block !important;
	}
	.search input {
		padding: 5px 10px;
		width: 270px;
	}
	#recommended .item h4 {
		font-size: 24px;
	}
	.cities-logo img {
		margin-right: 43px;
	}
	.header-section {
		background-color: #fff;
		/* background-image: url('../_img/_templates2/_themes/w_tle_prawa_gora.png'), url('../_img/_templates2/_themes/w_tle_prawa_dol.png'); */
		background-position: right 100px, right 70%;
		background-repeat: no-repeat, no-repeat;
		background-attachment: fixed;
	}
	.basic-header .month-nav {
		height: calc(100vh - 57px);
	}
	.left-column {
		position: relative;
		top: 0;
		width: 150px;
		-webkit-transform: none;
		transform: none;
		background-color: #e8e8e8;
		height: auto;
		background-position: left 350px;
	}
	.left-column .fixed-wrapper {
		padding: 25px 20px;
		position: fixed;
		top: 0;
		left: 0;
		width: 150px;
	}
	.left-nav {
		padding: 1px 0;
	}
	.main-column {
		width: calc(100% - 150px);
		max-width: calc(100% - 150px);
	}
	.page-header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.hero-container {
		width: 100%;
	}
	.header-section {
		padding-right: 125px;
	}
	.right-column {
		width: 125px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 125px;
		flex: 0 0 125px;
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		margin-top: 0 !important;
		height: 100vh;
	}
	.month-nav {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 125px;
		flex: 0 0 125px;
		width: 125px;
		border-bottom: none;
		z-index: 9;
	}
	.month-nav .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-position: 0% 8%, 0% 100%;
	}
	.month-nav ul {
		z-index: 9;
		width: 125px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: auto 0;
		-webkit-transform: translateY(-65%);
		transform: translateY(-65%);
		border-left: 1px solid #e8e8e8;
		top: 50%;
		position: absolute;
		right: 0;
	}
	.month-nav ul li {
		border-left: none;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.month-nav ul li:last-of-type {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.month-nav ul li a {
		background-color: #fff;
		padding: 30px 10px;
	}
	.month-nav .logo {
		margin-bottom: auto;
		margin-top: 10px;
	}
	.big-section-heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.big-section-heading h2 {
		width: -webkit-fit-content;
		width: fit-content;
		width: -moz-fit-content;
	}
	.small-section-heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.small-section-heading h3 {
		font-size: 30px;
		white-space: nowrap;
	}
	.small-section-heading h3 .bigger {
		font-size: 36px;
	}
	.small-section-heading.unitary h3 {
		font-size: 22px;
	}
	.small-section-heading .color-bar {
		margin: 0 0 0 20px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
	.events-categories {
		/* width: 100%; */
		margin: 0;
	}

	.events-categories ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.events-categories ul li {
		margin-left: 5px;
	}
	.event .date {
		width: auto;
	}
	.event .date .hours {
		white-space: nowrap;
	}
	footer,
	footer h6 {
		font-size: 14px;
	}
	#events,
	#video,
	#similar-events,
	.event-details {
		padding-right: 125px;
	}
	.video {
		width: calc(100% - 155px);
	}
}

@media (min-width: 1600px) {
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.left-column {
		width: 225px;
	}
	.left-column .fixed-wrapper {
		width: 225px;
	}
	.main-column {
		width: calc(100% - 225px);
		max-width: calc(100% - 225px);
	}
	.top-nav {
		margin-left: 40px;
	}
	.left-nav {
		font-size: 16px;
		padding: 20px 10px 20px 25px;
	}
	.right-column,
	.month-nav,
	.month-nav ul {
		width: 140px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 140px;
		flex: 0 0 140px;
	}
	.header-section {
		padding-right: 140px;
	}
	#events,
	#video,
	#similar-events,
	.event-details {
		padding-right: 140px;
	}
	.video {
		width: calc(100% - 170px);
	}
	.big-section-heading {
		margin-bottom: 60px;
	}
	.big-section-heading h2 {
		font-size: 48px;
	}
	.big-section-heading h2 .bigger {
		font-size: 60px;
	}
	.events-categories {
		margin: 0;
	}
	.events-categories ul li {
		margin-left: 10px;
	}
	.event .date {
		font-size: 14px;
	}
	.event .date .day {
		font-size: 42px; /*48px;*/
		/*margin-right: 10px;*/
	}
	.event .place {
		font-size: 14px;
		line-height: 1.2;
	}
	.event .title h6 {
		font-size: 14px;
	}
	.event .title h4 {
		font-size: 24px;
	}
	.all-events .image {
		margin-top: 55px;
	}
}

@media (max-height: 719px) {
	.month-nav ul li a {
		padding: 20px 10px;
	}
}

.detailed-info__tags-list .detailed-info__item > img {
	max-width: 30px;
}

/* wydarzenia -overflow */
.event .place {
	height: 40px;
	overflow: hidden;
	max-width: 50%;
}
.event .date .hours {
	max-width: 100px;
	overflow: hidden;
}
@media (min-width: 1600px) {
	.event .place {
		height: 48px;
	}
}

/* 2020 */

.my_menu_tabs {
	display: block;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #444444;
}
.my_menu_tabs > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.my_menu_tabs > ul > li {
	display: inline-block;
	margin-top: 4px;
}
.my_menu_tabs > ul > li.my_first {
	margin-left: 5px;
}
.my_menu_tabs > ul > li > a {
	display: block;
	background-color: #eaeaea;
	padding: 5px 10px;
	color: #000000;
}
.my_menu_tabs > ul > li.active > a {
	background-color: #008da9;
	color: #ffffff;
}

.wpis {
	display: inline-block;
	border: 1px solid #aed652;
	width: 100%;
	padding: 1px 2px;
}

.bi {
	color: white;
}

.my_menu_tabs_lvl2 {
	display: block;
	margin: -10px 10px 20px 10px;
}
.my_menu_tabs_lvl2 > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.my_menu_tabs_lvl2 > ul > li {
	display: inline-block;
	padding: 0 15px 0 5px;
}
.my_menu_tabs_lvl2 > ul > li::before {
	content: '';
	padding: 0 3px;
	border-left: 5px solid #777777;
}
.my_menu_tabs_lvl2 > ul > li.active::before {
	content: '';
	padding: 0 3px;
	border-left: 5px solid #008da9;
}
.my_menu_tabs_lvl2 > ul > li.active > a {
	text-decoration: underline !important;
}

/* kafelki */
.lista_kafelki {
	display: block;
	width: 100%;
	margin: 0 5px;
}
.lista_kafelki .my_item {
	max-width: 320px;
	margin: 0 15px 30px 15px;
	display: inline-block;
	vertical-align: top;
}
.lista_kafelki .my_img {
	position: relative;
}
.lista_kafelki .my_img img {
	max-width: 100%;
}
.lista_kafelki .my_date {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}
.lista_kafelki .my_date > span {
	display: block;
	padding: 5px;
	font-size: 14px;
}
.lista_kafelki .my_title {
	font-size: 18px;
	margin: 5px 0;
}
.lista_kafelki .my_text {
	font-size: 14px;
}

.hr_dots {
	height: 1px;
	border-bottom: 1px dotted #ededed;
	margin: 10px 0;
	clear: both;
}

.pagination_menu {
	text-align: center;
}
.pagination_menu span,
.pagination_menu a {
	display: inline-block;
	padding: 3px;
	/*border: 1px solid #c8c8c8;*/
	margin: 3px;
}
.pagination_menu a.active {
	text-decoration: underline !important;
}

/* realcja */

.lista_relacja_wideo {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lista_relacja_wideo > li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

/* filtrowanie wydarzen */

.box_event_filter {
	display: block;
	position: relative;
}
.box_event_filter .my_wrapper {
	margin-bottom: 30px;
}

.box_event_filter .my_cat_selected {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	background: #ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box_event_filter .my_cat_name {
}
.box_event_filter .my_cat_clear::after {
	content: 'X';
	color: #000;
	font-weight: 300;
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin-left: 10px;
}

.box_event_filter .my_advanced_search {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	background: #007bff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box_event_filter .my_advanced_search_btn {
	color: white;
	font-size: 16px;
}

.box_event_filter .my_item {
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
}
.box_event_filter .my_item_table {
	border-spacing: 0;
	border-collapse: collapse;
}
.box_event_filter .my_item_table td {
	padding: 0 4px;
}
.box_event_filter .ui-datepicker-trigger {
	max-width: 30px;
}
.box_event_filter .my_input_date,
.box_event_filter .my_input_price {
	font-size: 14px;
	line-height: 19px;
	width: 90px;
	padding: 2px;
	border: 1px solid #bebebe;
}

.box_event_filter .my_input_checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
	width: 25px;
	height: 25px;
}
.box_event_filter .my_input_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.box_event_filter .my_input_checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #bebebe;
}
.box_event_filter .my_input_checkbox:hover input ~ .checkmark {
	background-color: #eee;
}
.box_event_filter .my_input_checkbox input:checked ~ .checkmark {
	background-color: #2196f3;
}
.box_event_filter .my_input_checkbox .checkmark:after {
	content: '';
	position: absolute;
	display: none;
}
.box_event_filter .my_input_checkbox input:checked ~ .checkmark:after {
	display: block;
}
.box_event_filter .my_input_checkbox .checkmark:after {
	left: 10px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 24.03.2020 */
.events-categories ul li {
	flex: 0 1 auto;
}

.events-categories ul li a {
	width: fit-content;
	display: inline-block;
}

.events-categories ul li span {
	width: fit-content;
}

.events-categories ul li img {
	max-width: 140px;
}

.tickets-types {
	margin: 20px 0;
}

.tickets-types ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: no-wrap;
}

.tickets-types ul li {
	position: relative;
	margin-bottom: 5px;
	flex: 0 1 auto;
}

.tickets-types ul li a {
	width: fit-content;
	display: inline-block;
}

.tickets-types ul li span {
	display: block;
	position: relative;
	width: fit-content;
}

.tickets-types ul li img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	position: relative;
	top: 0;
	left: 0;
	max-width: 140px;
}

.tickets-types ul li img.on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.tickets-types ul li img.off {
	opacity: 1;
}

.tickets-types ul li.active img.on {
	opacity: 1;
}

.tickets-types ul li.active img.off {
	opacity: 0;
}

.tickets-types ul li:hover img.on {
	opacity: 1;
}

.pagination {
	padding: 15px 30px;
	border-top: 1px solid #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination__list {
	margin: 0 20px;
}

.pagination__link {
	text-decoration: underline !important;
}

.pagination__button {
	border: none;
	background: transparent;
}

@media (min-width: 500px) {
	.tickets-types ul {
		justify-content: flex-start;
		margin: 35px 20px;
	}

	.tickets-types ul li {
		margin-right: 45px;
	}
}

@media (min-width: 1200px) {
	#tickets {
		padding: 65px 155px 65px 30px;
	}

	.pagination {
		padding: 15px 125px 15px 30px;
		margin-left: 30px;
	}
}

/* tabela */

.div-table {
	display: table;
}
.div-table-row {
	display: table-row;
}
.div-table-col {
	display: table-cell;
	vertical-align: middle;
}

/* swiper na stronie głównej */

.top-bar,
.hero-container .heading {
	z-index: 10;
}

.left-column {
	z-index: 999;
}

#burger {
	z-index: 9999;
}

.hero-container {
	position: relative;
}

.hero-swiper {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% - 57px);
	top: 57px;
	overflow: hidden;
}

.hero-swiper--transparent-menu {
	top: 0;
	height: 100%;
}

.swiper-container--hero {
	width: 100%;
	height: 100%;
}

.hero-swiper .swiper-slide {
	display: flex;
}

.header-section .swiper-slide .heading {
	margin: auto;
	word-wrap: anywhere;
	word-break: break-all;
}

.hero-swiper .swiper-slide img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.swiper-button-prev--hero,
.swiper-button-next--hero {
	top: unset;
	bottom: 16px;
	margin-top: 0;
	margin-bottom: 0;
	transform: none;
	height: 30px;
}

.swiper-button-next--hero {
	right: 10px;
}

.hero-swiper .swiper-pagination--hero {
	bottom: 20px;
}

.swiper-pagination--hero .swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
	opacity: 0.5;
}

.swiper-pagination--hero .swiper-pagination-bullet-active {
	opacity: 1;
}

.top-nav {
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}

.top-bar {
	background-color: rgba(255, 255, 255, 0.95);
}

.hero-swiper .heading h1 {
	font-size: 80px;
}

.hero-swiper .heading h2 {
	font-size: 40px;
}

@media (max-width: 767px) {
	.top-bar .search form {
		width: fit-content !important;
	}
}

@media (min-width: 768px) {
	.top-bar .search form {
		width: 305px;
		text-align: right;
	}
}

@media (min-width: 992px) {
	.top-nav {
		width: auto;
		background: none;
	}

	.top-bar {
		background-color: rgba(255, 255, 255, 0.65);
	}

	.hero-swiper .heading h1 {
		font-size: 100px;
	}

	.hero-swiper .heading h2 {
		font-size: 60px;
	}
}

@media (min-width: 1200px) and (max-width: 1449px) {
	.events-categories ul li {
		width: 98px;
		height: 98px;
	}

	.events-categories ul li img {
		max-width: 100%;
	}
}

.events-categories ul li img {
	max-width: 100%;
}

.gallery {
	height: 200px;
	display: flex;
	margin-top: 0;
	overflow-x: hidden;
}

.gallery img {
	display: flex;
	flex: 1 1 auto;
	width: 0;
	object-fit: cover;
}

.gallery--auto img {
	width: auto;
	height: auto;
}

.detailed-info__main-content {
	padding: 0;
}

.inner-wrapper {
	padding: 40px 20px;
}

.detailed-info__content {
	font-size: 12px;
}

.detailed-info__content p {
	font-size: inherit;
	margin-bottom: 0;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.detailed-info__section .row {
	margin: 0 -15px;
}

.detailed-info__name {
	font-weight: 300;
	font-size: 30px;
}

.detailed-info__category-title {
	font-weight: 300;
	font-size: 20px;
	margin-left: 20px;
}

.detailed-info__item {
	margin-left: 10px;
}

.detailed-info__tags-list {
	padding-right: 0;
}

@media (min-width: 992px) {
	.gallery {
		height: 300px;
	}

	.detailed-info__category {
		padding-left: 65px;
	}

	.inner-wrapper {
		padding: 40px 20px 40px 80px;
	}

	.detailed-info__name {
		font-size: 35px;
	}

	.detailed-info__category-title {
		font-size: 22px;
	}

	.detailed-info__item {
		margin-left: 20px;
	}

	.detailed-info__tags-list {
		padding: 10px 15px;
	}

	.detailed-info__content {
		font-size: 20px;
	}

	.no-padding-bottom {
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.inner-wrapper {
		padding: 40px 0px 40px 80px;
	}
}

@media (min-width: 1440px) {
	.gallery {
		height: 490px;
	}
}

/* 20.04.2020*/

main section {
	padding: unset;
}

.gallery-section__scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.gallery-section__item {
  height: 150px;
  width: 259px;
  display: inline-block;
  margin-right: 15px;
}

.gallery-section__item img,
.gallery-section__item iframe
{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 1440px) {
  .gallery-section__item {
    width: 335px;
    height: 204px;
  }
}

.upcoming-events .all-events {
	color: white;
}

.upcoming-events .all-events__link {
	background-color: #333;
	color: white;
	font-size: 26px;
	font-weight: 300;
	padding: 20px 10px;
	display: block;
	text-align: center;
}

.event .image a {
	display: block;
}

.event .image img {
	object-fit: cover;
}

@media (min-width: 1200px) {
	
	.upcoming-events .all-events {
		margin-left: 15px;
	}
	
	.inner-wrapper {
		padding-right: 125px;
	}

	.event-details-page #events,
	.event-details-page #video,
	.event-details-page #similar-events,
	.event-details-page .event-details {
		padding-right: unset;
	}

	.gallery-section__item {
		max-height: 150px;
	}

	.upcoming-events .content {
		display: flex;
	}

	.upcoming-events .all-events {
		height: auto;
	}
	.upcoming-events .all-events__link {
		height: 100%;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.upcoming-events .events-categories ul {
		width: fit-content;
		width: -moz-fit-content;
	}
}

@media (min-width: 1440px) {
	.gallery-section__item {
		max-height: 210px;
	}

	.upcoming-events .all-events {
		min-width: 340px;
	}

	.small-section-heading h3 {
		font-size: 36px;
	}

	.upcoming-events .all-events__link {
		font-size: 36px;
		line-height: 1;
	}
}

@media (min-width: 1600px) {
	.inner-wrapper {
		padding-right: 140px;
	}
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*28.04.2020*/

@media (min-width: 1200px) {
	month-nav ul {
		top: 125px;
		transform: translateY(0);
	}
}

.detailed-info__header {
	padding: 5px 20px;
}

.detailed-info__tags-list {
	margin-bottom: 0;
	padding: 5px 15px;
}

.top-nav ul {
	justify-content: space-evenly;
}

.top-bar .search form {
	width: fit-content !important;
}

.top-bar .social-media {
	margin: 0 30px;
}

.search {
	position: relative;
}

.search form {
	position: absolute;
	left: 100%;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.15s ease-in;
}

.search form.--visible {
	z-index: 999;
	opacity: 1;
}

.events-categories ul li {
	flex: 1 1 0;
}

.showOnMobileDevices {
	display: none;
	color: white;
	text-align: center;
	padding: 5px;
	margin-top: auto;
	width: 100%;
	justify-content: center;
	font-size: 12px;
}

.content-container {
	max-width: 1500px;
	margin: 0 auto;
}

.detailed-info__name {
	font-size: 22px;
}

.detailed-info__content {
	/*font-size: 16px;*/
}

.month-nav {
	font-size: 16px;
}

.detailed-info__main-content {
	background-color: white;
}

#similar-events,
.upcoming-events,
.gallery-section {
	position: relative;
	z-index: 10;
}

.dark-theme .top-bar {
	background-color: #393939;
}

.dark-theme .search input {
	border-color: white;
	color: white;
}

.dark-theme .search input::placeholder {
	color: white;
}

.dark-theme .month-nav ul li a {
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
	will-change: background-color, color;
}

.dark-theme .month-nav ul li a:hover {
	color: white;
	background-color: #393939;
}

.dark-theme .social-media .icon svg {
	stroke: #fff;
}

.dark-theme .search-btn svg {
	stroke: #fff;
}

.dark-theme .left-column {
	background-color: #393939;
	color: #fff;
}

.dark-theme .left-nav {
	color: #fff;
}

.dark-theme .left-nav li {
	padding-left: 10px;
	transition: background-color 0.2s ease-in;
}

.dark-theme .left-nav li:hover {
	color: #000000;
	background-color: white;
}

.dark-theme .left-nav li a:hover {
	color: #000000;
}

.grey-theme .top-bar {
	background-color: #e8e8e8;
}

.grey-theme .search input {
	border-color: black;
	color: black;
}

.grey-theme .search input::placeholder {
	color: black;
}

.grey-theme .month-nav ul li a {
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
	will-change: background-color, color;
}

.grey-theme .month-nav ul li a:hover {
	color: white;
	background-color: #393939;
}

.grey-theme .social-media .icon svg {
	stroke: #000;
}

.grey-theme .search .icon svg {
	stroke: #000;
	fill: transparent;
}

#strategic-partner img {
	max-height: 50px;
}

.cities-logo img {
	max-height: 70px;
}

#secondary-partners img,
#secondary-partners2 img, 
.cities-logo img {
	max-height: 40px;
}

.event {
	border: 2px solid transparent;
	padding: 10px;
	transition: border 0.2s ease-in;
	will-change: border;
}

.event:hover {
	border: 2px solid rgba(0, 0, 0, 0.1);
}

.color-bar img {
	width: 100%;
}

.inner-wrapper {
	width: 100%;
}

.dark-theme .logo a {
	display: block;
	background-color: white;
	border-radius: 4px;
	padding: 10px;
	max-width: 120px;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.detailed-info__header {
		padding-right: 20px;
	}

	.top-bar .flex-parent {
		width: 100%;
		justify-content: flex-end;
	}

	.search {
		margin-right: auto;
	}

	.detailed-info__name {
		font-size: 22px;
	}

	.detailed-info__content {
		font-size: 14px;
	}

	.detailed-info__category-title {
		font-size: 22px;
	}

	.dark-theme .top-bar {
		color: white;
	}

	.dark-theme .top-nav svg {
		stroke: #fff;
	}

	.month-nav {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.detailed-info__header {
		padding-right: 125px;
	}

	.detailed-info__main-content {
		position: relative;
	}

	.gallery--auto {
		margin-right: 125px;
	}

	.basic-header .month-nav {
		/*height: 415px;*/
		height: 440px;
	}

	.basic-header .month-nav ul li a {
		padding: 20px 10px;
	}

	.small-section-heading.unitary h3 {
		font-size: 22px;
	}

	.small-section-heading h3 {
		font-size: 22px;
		white-space: nowrap;
	}
}

@media (min-width: 1440px) {
	.detailed-info__name {
		font-size: 24px;
	}

	.detailed-info__content {
		font-size: 14px;
	}

	.detailed-info__category-title {
		font-size: 24px;
	}

	.basic-header .month-nav {
		/*height: 605px;*/
		height: 655px;
	}

	.small-section-heading.unitary h3 {
		font-size: 24px;
	}

	#strategic-partner img {
		/*max-height: unset;*/
		max-height: 75px;
	}
	.cities-logo img {
		max-height: 80px;
	}

	.small-section-heading h3 {
		font-size: 24px;
		white-space: nowrap;
	}

	#secondary-partners img,
	#secondary-partners2 img, 
	.cities-logo img {
		/*max-height: unset;*/
		max-height: 48px;
	}

	.month-nav {
		font-size: 16px;
	}
}

@media (min-width: 1600px) {
	.detailed-info__header {
		padding-right: 140px;
	}

	.gallery--auto {
		margin-right: 140px;
	}

	.detailed-info__content {
		font-size: 16px;
	}

	.detailed-info__name {
		font-size: 35px;
	}

	.detailed-info__category-title {
		font-size: 30px;
	}

	.small-section-heading.unitary h3 {
		font-size: 30px;
	}
	
	.small-section-heading h3 {
		font-size: 30px;
		white-space: nowrap;
	}
}

main section {
	padding: unset;
}

#events,
#video,
#similar-events,
.event-details {
	padding-right: unset;
}

#video {
	padding: unset;
	height: unset;
}

#video .content-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video {
	width: 100%;
	height: 100%;
}

.event-description {
	position: relative;
	z-index: 20;
}

.right-column {
	z-index: 10;
}

.event-details {
	z-index: 8;
}

.gallery-section__scroll-container {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.gallery-section__item {
	height: 150px;
	width: 259px;
	display: inline-block;
	margin-right: 15px;
}

.gallery-section__item img,
.gallery-section__item iframe {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media (min-width: 1440px) {
	.gallery-section__item {
		width: 335px;
		height: 204px;
	}
}

.left-column .fixed-wrapper--v2 {
	padding: 15px 0;
}

.fixed-wrapper--v2 .left-nav {
	padding: 0;
}

.fixed-wrapper--v2 .left-nav li {
	padding: 0 20px;
	font-family: Montserrat;
	font-weight: 300;
}

.fixed-wrapper--v2 .left-nav li::before {
	display: none;
}

#recommended .col-lg:nth-child(odd) h4 {
	background: rgba(51, 51, 51, 0.7);
	color: #fff;
}
#recommended .col-lg:nth-child(even) h4 {
	background: rgba(51, 51, 51, 0.7);
	color: #fff;
}


/* 2020-05-05 */

.qtip_dark {
	border-color: #fff;
	color: #fff;
	background-color: #393939;
}

.grey-theme .left-nav li.active,
.grey-theme .left-nav li:hover {
	color: white;
	background-color: #333;
}
.grey-theme .left-nav li.active a,
.grey-theme .left-nav li:hover a {
	color: white;
}


.grey-theme .logo a {
  display: block;
  padding: 15px 20px;
  max-width: 180px;
  margin: 0 auto;
}

.logo-frame a {
	display: block;
	background-color: white;
	border-radius: 4px;
	padding: 10px;
	max-width: 120px;
	margin: 0 auto;
}

.detailed-info__lcol {
	padding: 0;
}

@media (min-width: 992px) {
	.detailed-info__lcol {
		padding: 0 50px 0 0;
	}
}

.logo a {
	max-width: 150px !important;
}

.logo-frame a {
	max-width: 120px !important;
}

@media (min-width: 1440px) {
	.logo a {
		max-width: 160px !important;
	}

	.logo-frame a {
		max-width: 130px !important;
	}
}

.month-nav .logo {
	max-width: 100px;
}

@media (min-width: 1200px) {
	.month-nav ul {
		top: 114px;
		transform: translateY(0);
	}
}

.top-bar .icon:hover svg,
.top-bar a:hover svg {
	stroke: #66b12d;
}

.swiper-button-prev--hero,
.swiper-button-next--hero {
	bottom: 50%;
	transform: translateY(100%);
}

#video {
	z-index: 99;
}

.home .upcoming-events {
	z-index: 9;
}

/*08.06.2020*/
.upcoming-events .all-events {
	max-width: 350px;
}

.pageTitle {
	font-size: 26px;
	font-weight: 300;
	color: #000;
	display: flex;
	align-items: center;
}

.box_event_filter .my_wrapper {
	margin-top: 30px;
}

.red .detailed-info__header {
	padding: 7px 20px;
}

.detailed-info__category img {
	max-height: 42px;
}

.inner-wrapper {
	padding: 30px 20px;
}

.upcoming-events .all-events {
	width: 340px;
}

.events-list .upcoming-events {
	z-index: unset;
}

@media(min-width: 992px) {
	.inner-wrapper {
		padding: 30px 20px 30px 80px;
	}

	#recommended .item {
		margin-bottom: 0;
	}
}

@media(min-width: 1200px) {
	.gallery-section .inner-wrapper {
		padding: 0px 125px 40px 80px;
	}

	.pageTitle {
    font-size: 22px;
    white-space: nowrap;
	}

	.left-column,.left-column .fixed-wrapper {
		width: 140px;
	}

	.inner-wrapper {
		padding: 30px 125px 30px 80px;
	}

	.main-column {
			width: calc(100% - 140px);
			max-width: calc(100% - 140px);
	}
	.gallery {
		padding-right: 125px;
	}
}


@media (min-width: 1440px) {
	.pageTitle {
			font-size: 24px;
	}
}

@media (min-width: 1600px) {
	.pageTitle {
			font-size: 30px;
			white-space: nowrap;
	}
	.left-column,.left-column .fixed-wrapper {
		width: 200px;
	}
	.main-column {
		width: calc(100% - 200px);
		max-width: calc(100% - 200px);
	}
	.gallery{ 
		padding-right: 140px;
	} 
}

.edit_column img {
	max-width: none;
	max-height: none;
}

.small-section-heading {
	margin-bottom: 20px;
 }
 
 .event .title h4 {
	font-size: 18px;
 }
 
 @media (min-width: 768px) {
	.event {
	  margin: 0 auto;
	}
 }
 
 @media (min-width: 1600px) {
	.event .title h4 {
	  font-size: 22px;
	}
 
 
	.inner-wrapper {
	  padding-right: 140px;
	}
 }

/* 29.06.2020 */
@media (min-width: 1200px) {
	.event-details-page .upcoming-events .events-categories,
	.events-list .upcoming-events .events-categories {
		margin-right: 10px;
	}

	.event-details-page .upcoming-events .all-events {
		margin-left: auto;
	}

	.events-list .upcoming-events .all-events {
		margin-left: auto;
		margin-right: 10px;
	}

	#similar-events .content-container .content .row {
		margin-right: -25px;
	}
}

@media (min-width: 1600px) {
	.gallery-section .inner-wrapper {
		padding: 0px 140px 40px 80px;
	}
}

@media (max-width: 767px) {
	.events-categories ul li {
		flex: 1 1 33.33%;
		max-width: calc(33% - 5px);
		text-align: center;
	}

	.upcoming-events .all-events {
		width: 100%;
	}
}

.events-categories ul li span {
	margin: 0 auto;
}

.upcoming-events .all-events {
	max-width: 100%;
}


#events .content .row {
	width: calc(100% + 30px);
}

.page_gallery {
	display: block;
	margin-bottom: 10px;
}
.page_gallery > ul {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}
.page_gallery > ul > li {
	display: inline-block;
	margin: 10px;
}

.logo_ue {
	margin-bottom: 50px;
}
.logo_ue > p {
	margin-bottom: 15px;
}
.logo_ue > img {
	max-width: 700px;
	width: 100%;
}