/*!
 * -- global styles (cms css integration file with portlets) -- :: v.: 0.3 24/08/22 @vlk
 * Copyright (C) QUERCUS, https://qrqs.eu
 */
/* top-banner-carousel styles :: v.: 0.03 r.: 11/07/2022 @ vlk */


/*temporary here*/
#nav .middle-menu, #nav .menu .submenu, #nav .menu > li:hover, .top-carousel .carousel-item::before {
    background-image: url(/.templates/img/backs/widzew-logo.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: -390px -70px;
}
/*end temporary here*/
.top-carousel { overflow: hidden;}
.top-carousel .container-wide {height: 900px;}
.top-carousel .slide-inner .main-image{ position: relative; opacity: 0.8;}
.top-carousel .carousel-item::after{ content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.70) 99%, rgb(0, 0, 0)) repeat scroll 0% 0%; z-index: 1;}
.top-carousel .crest-image{ background-size: cover;}
.top-carousel .chip-tag{ gap: 10px;}
.top-carousel .slide-inner .tag{ align-items: center;  text-transform: uppercase;}
.top-carousel .slide-inner .tag::before{ content: ''; flex: 1; margin-right: 16px; height: 1px; background-color: var(--main); width: 40px;}
.top-carousel .slide-inner .main-container{ margin-top: 200px; max-width: 655px; z-index: 10;}
.top-carousel .banner-bottom .tag-label{ color: var(--main);}
.top-carousel .banner-bottom{ position: relative; bottom: 335px; z-index: 1; gap: 20px; }
.top-carousel .bottom-carousel{ gap: 20px;}
.top-carousel .bottom-carousel .chip-tag { gap: 10px;  text-transform: uppercase;}
.top-carousel .bottom-carousel .tag::before{ content: ''; flex: 1; margin-right: 16px; height: 1.5px; background-color: var(--main); width: 40px;}
.top-carousel .bottom-carousel .tag{ align-items: center;}
.top-carousel .banner-bottom .bottom-button{ gap: 20px;}
.top-carousel .slide-inner{ height:55%; margin-top: -19px;}
.top-carousel .container{ width: 100%; gap: 20px; margin: 0 auto;}
.top-carousel .carousel-item {background-repeat: no-repeat; background-size: cover; background-position: center; height: 900px;}
.top-carousel .container-wide::before{ content:''; background-image: url("/.templates/img/logo/widzew-logo.png"); display: block; position: absolute; width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; top:-170px; left:-170px;}
.top-carousel .one-title-carousel{gap: 14px 0; width: 100%;}
.progressbar { background-color: #fff; padding: 1px; width: 285px; z-index: 1; height: 0.5px; overflow: hidden;}
.progressbar>div {background-color: #AD180F; width: 33.3%; height: 1px; border: 2px solid #AD180F;}
.top-carousel .main-text h2 { 
	line-height: 3.2rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 95px;
	max-width: 300px;
	font-size: 2.4rem;
}
.top-carousel .main-text h3{ line-height:3.2rem;}
.top-carousel .bottom-button .button{ width: 285px;}
.top-carousel .slick-prev {
    left: 25px;
}
.top-carousel .progress { 
	background-color: var(--white);
  	background-image: linear-gradient(to right, red, red);
  	background-repeat: no-repeat;
  	background-size: 0 100%;
  	width: 285px;
 	height: 1px;
  	position: relative;
	bottom: 306px;
	z-index: 1;
	background-size: 0% 100%;
	animation: progres 4s infinite linear; 
  }
@keyframes progres{
    0%{
        background-size: 0% 100%;
    }
    100%{
        background-size: 100% 100%;
    }
}
.top-carousel .slick-prev:before, .top-carousel .slick-next:before {
	content: '';
}
.top-carousel .slick-next {
  right: 25px;
  z-index: 2;
}
.top-carousel .slick-prev {
  z-index: 2;
}

@media only screen and (max-width: 1280px) {
 	section.top-carousel .main-text h2 {
		font-size: 2.4rem;
	}
}

@media only screen and (max-width: 990px) {
	section.top-carousel .banner-bottom .bottom-carousel {
		display: none;
	}
	section.top-carousel .banner-bottom .bottom-button {
		flex-direction: row;
	}
	section.top-carousel .banner-bottom {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 768px) {
	section.top-carousel .slick-slider {
		height: 100%;
	}
	section.top-carousel .banner-bottom .bottom-button {
		flex-direction: column;
	}
	section.top-carousel .carousel-item h1 {
		font-size: 4rem;
		line-height: 5rem;
	}
	section.top-carousel .progress {
		bottom: 270px;
	}
	section.top-carousel .banner-bottom {
		bottom: 280px;
	}
	section.top-carousel .container-wide {
		height: 670px;
	}
	section.top-carousel .slick-next {
		right: 5px;
	}
	section.top-carousel .slick-prev {
		left: 5px;
	}
	section.top-carousel .slide-inner .main-container { 
		margin-top: 20px;
	}
	.top-carousel .slide-inner { 
		margin-top: 0;
	}
	section.top-carousel .carousel-item {
		background-position: center;
	    display: flex;
		align-items: end;
	}
	section.top-carousel .progress {
		margin-left: auto;
	}
	section.top-carousel .banner-bottom {
		justify-content: end;
	}
	section.top-carousel .slick-arrow {
		display: none !important
	}
}
@media only screen and (max-width: 640px) {
	.top-carousel .carousel-item {
		height: 400px;
	}
}
@media only screen and (max-width: 440px) {
	section.top-carousel .banner-bottom .bottom-button, .top-carousel .bottom-button .button, .top-carousel .progress {
		width: 100%;
	}
	section.top-carousel .slick-next, section.top-carousel .slick-prev {
		display: none !important;
	}
	section.top-carousel .carousel-item h1 {
		font-size: 3.5rem;
    	line-height: 4rem;
	}
}

/* top-banner-title styles :: v.: 0.04 r.: 22/08/2022 @ vlk */

.top-banner-title {
    position: relative;
}
.top-banner-title.hover-under {
    margin-bottom: -100px;
}
.top-banner-title .container {
	padding-bottom: 0;
	position: relative;
}
.top-banner-title h1 {
	line-height: 1;
	margin-right: 40px
}
.top-banner-title, .top-banner-title .back-box {
	height: 540px;
}
.top-banner-title .back-box:after {
    content: '';
    background-color: rgba(0,0,0,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.top-banner-title .back-box {
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner-title .title-box {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
}
.top-banner-title .links-item {
	flex-wrap: wrap;
}
.top-banner-title .links-item a {
    font-size: 2.4rem;
    line-height: 4rem;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	font-family: "Rajdhani Bold", Arial, sans-serif;
	white-space: nowrap;
}
.top-banner-title .links-item a.act-true, .top-banner-title .links-item a:hover {
    text-decoration: underline;
}
.top-banner-title .big-a a {
    font-size: 3rem;
	/*margin-bottom: 20px;*/
}

@media only screen and (max-width: 768px) {
	.top-banner-title .title-box, .top-banner-title .container {
		min-height: 85px;
	}
	.top-banner-title .container {
		flex-wrap: wrap;
	}
	.top-banner-title .links-item {
    	width: 100%;
    	overflow-x: auto;
		flex-wrap: nowrap;
	}
	.top-banner-title .links-item a {
		margin-left: 0;
		white-space: nowrap;
		font-size: 1.7rem;
	}
	.top-banner-title, .top-banner-title .back-box {
		height: auto;
	}
	.top-banner-title .back-box {
		background-position: center;
	}
	.top-banner-title .title-box {
    	position: relative;
	}
	.top-banner-title .image-box {
		position: relative;
		overflow: hidden;
		margin-bottom: -3px;
		min-height: 120px;
	}
	.top-banner-title .loader-circle {
    	position: absolute;
	}
	.top-banner-title .image-box img {
		z-index: 1;
		position: relative;
		width: 100%
	}
	.top-banner-title .back-box:after {
		display: none;
	}
	.top-banner-title .image-box:after {
		content: '';
		background-color: rgba(0,0,0,.2);
		position: absolute;
		width: 100%;
		height: 100%;
		top: -1px;
		left: 0;
		z-index: 1;
	}
}/* achievements styles :: v.: 0.01 r.: 20/04/2022 @ mk */

.achievements .container {margin: 0 auto; height: 100%; gap: 50px;}
.achievements .container h1 {max-height: 50%; text-transform: uppercase; line-height: 6.5rem;}
.achievements .achievements-item {flex-direction: row; max-height: 118px; gap:20px;}
.achievements .achievement-item-texts h3 {text-transform: uppercase;}
.achievements .achievement-item-texts p {font-size: 3rem; line-height: 3rem; font-family: "Rajdhani Bold"; text-transform: uppercase; }
.achievements .achievement-description span {text-transform: lowercase; line-height: 5.8rem;}

@media only screen and (max-width: 990px) {
	.achievements .achievements-container {
		flex-wrap: wrap;
	}
	.achievements .achievements-item {
		width: 50%;
    	margin-bottom: 150px;
		position: relative;
		flex-direction:column;
	}
	.achievements .img-box{
		margin: 0 auto;
		height: 100px;
	}
	.achievements .achievement-description {
	  position: relative;
	  left: 0;
	  text-align: center;
	 }
	.achievements .container h1 {
	  line-height: 5.0rem;
	} 
}
@media only screen and (max-width: 440px) {
	.achievements .achievement-item-texts p {
		font-size: 2rem;
		line-height: 2.2rem;
	}
}/* image box styles :: v.: 0.02 r.: 11/10/2022 @ vlk */

section.image-box .img-items.col-box-2 div:nth-child(1) {
    width: 50%;
    padding: 10px 5px 10px 0;
}
section.image-box .img-items.col-box-2 div:nth-child(2) {
    width: 50%;
    padding: 10px 0 10px 5px;
}
section.image-box .img-item {
	position: relative;
	overflow: hidden;
}
section.image-box .img-items {
	gap: 20px;
}
.modal-click {
    cursor: pointer;
}
@media only screen and (max-width: 990px) {
	section.image-box .img-items {
		flex-wrap: wrap;
		gap: 0;
	}
	section.image-box .img-items div {
		width: 100% !important;
		padding: 10px 0 !important;
		text-align: center;
	}
}/* achievements styles :: v.: 0.01 r.: 25/04/2022 @ mf */

.sponsors-carousel {
	overflow: hidden;
}
.sponsors-carousel .carousel-wrapper{
	margin: 0 -20px;
	margin-top: 20px;
}

.sponsors-carousel .carousel-item {
	padding: 0 20px;
}

.sponsors-carousel .item {
	display: flex !important;
	justify-content: center;
}

.sponsors-carousel .slick-track {
	display: flex;
	align-items: center;
}

.sponsors-carousel .slick-prev:before, .sponsors-carousel .slick-next:before {
	content: '';
}

.sponsors-carousel .slick-prev {
	left: -35px;
	z-index: 1;
}

.sponsors-carousel .slick-next {
	right: -35px;
	z-index: 1;
}
@media only screen and (max-width: 560px) {
	.sponsors-carousel .item .all-link-img {
		display: flex;
		justify-content: center;
	}
	.sponsors-carousel .item img {
		display: block;
		width: 70%;
	}
}

@media only screen and (max-width: 440px) {
	.sponsors-carousel .slick-prev {
		left: 10px !important;
	}

	.sponsors-carousel .slick-next {
		right: 10px !important;
	}
}/* form box styles :: v.: 0.02 r.: 12/07/2022 @ vlk */


.form-box .form{
  padding: 3em;
  height: 320px;
  border-left: 1px solid var(--white);
  border-top: 1px solid var(--white);
  backdrop-filter: blur(10px);
  box-shadow: 20px 20px 40px -6px rgba(0,0,0,0.2);
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
::placeholder { 
  color: var(--black);
  opacity: 1; 
}

.button.b-white.newsl{
	width:350px;
	border-radius: 0px;
}
.form-box input {
    width: 200px;
    padding: 1em;
    border: none;
    border-left: 1px solid var(--main);
    border-top: 1px solid var(--main);
    border-radius: 5000px;
    backdrop-filter: blur(5px);
    box-shadow: 4px 4px 60px rgba(0,0,0,0.2);
    font-family: Rajdhani Medium, sans-serif;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	color:var(--black);
	font-size: 1.5rem;
}
.form-confirmation.success {font-size:1.5rem;}
.form-box small{ font-size:1.5rem; color:var(--white);}
.form-box input.approval-checkbox{width:25px;}
.form-box .small-p p {
    font-family: "Rajdhani Regular", Arial, sans-serif;
}
.form-button small{ font-family: "Rajdhani Light", Arial, sans-serif; line-height: 2rem; }
.form-button {padding: 0 3.5rem;}
.form-box .PhoneInputInput { margin-bottom: 0px; border-radius: 0px; }
.form-box .PhoneInput {display: flex; flex-direction: row;}
.form-box a {color: var(--gold); text-decoration: none;}
.form-box .form-field.disable { background-color: var(--grey);}
.form-box .down-panel {display: block; text-align: center;}
.form-box .form-confirmation {color : var(--gold);}
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: inherit;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	flex: 1;
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	display: block;
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.button.newsl{
	text-transform:none;
}
@media only screen and (max-width: 640px) {
	.form-box .small-p p {
		letter-spacing: -.2px;
		font-family: "Rajdhani Light", Arial, sans-serif;
		line-height: 2rem;
		font-size: 1.5rem;
	}
	.form-box small {
		font-size: 1.2rem;
		line-height: 1.5rem !important;
	}
}/* staff-box styles :: v.: 0.01 r.: 26/04/2022 @ mk */


.staff-box a{font-size:1.5rem;text-decoration: underline;text-decoration-color: var(--gold); font-family:'Rajdhani Medium', Arial, sans-serif;}
.staff-box a.mail{color:var(--gold)}
.staff-box a.phone{text-decoration-line: none;}
.staff-box h5{word-spacing:100vh;}
.staff-box .staff-list{row-gap: 55px;}
.staff-box .staff-title{border-bottom:2px solid black;}
.staff-box .staff-title p{font-size: 3rem; font-family: "Rajdhani Bold", Arial, sans-serif;letter-spacing: 0.05em; line-height:1;} 
.staff-box .staff-image img { max-height: 246px; max-width: 199px; width: 100%}

.staff-box .staff-image {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
	
@media only screen and (max-width: 990px) {
	.staff-box .staff-list .staff-item {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.staff-box .staff-image {
		display: flex;
	}
}

@media only screen and (max-width: 680px) {
	.staff-box .staff-list .staff-item {
		width: 100%;
	}
}/* multimedia styles :: v.: 0.01 r.: 27/04/2022 @ mj */

section.multimedia .wrapper {position: relative;}
section.multimedia .tabs-button span {cursor: pointer;}
section.multimedia .tabs-button span p, section.multimedia .youtube-subscribe p  {
    font-size: 1.5rem;
	font-family: "Rajdhani Bold", Arial, sans-serif;
}
section.multimedia .tabs-button span.active {background: var(--red)}
section.multimedia .tabs-button span.active p {color: var(--gold)}

section.multimedia .gallery .thumbnail {
	position: relative;
    width: 50%;
    min-height: 367px;
    max-height: 367px;
}

section.multimedia .video .thumbnail {
    position: relative;
    width: 70%;
    min-height: 367px;
    max-height: 367px;
}

section.multimedia .right .item {
    position: relative;
}
section.multimedia .thumbnail-home {
	position: absolute;
    width: 100%;
    height: 100%;
    filter: brightness(0.75);
}

section.multimedia .gallery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #000;
    transition: opacity .15s ease 0s;
    opacity: 0.9;
}

section.multimedia .gallery-div {
    z-index: 3;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
	max-width: 50%;
}

section.multimedia .chip-tag {gap: 10px;text-transform: uppercase;}
section.multimedia .tag::before {content: ''; flex: 1;margin-right: 16px;height: 1.5px;background-color: var(--main);width:40px;}
section.multimedia .tag {color:var(--main); align-items: center; font-size: 1.7rem;}
section.multimedia .right .tag {font-size: 1.1rem; margin: 0;}
section.multimedia .right h3 {font-size: 1.4rem;}

section.multimedia div.right .item:hover {background: var(--gold);transform: scale(1.02);box-shadow: rgb(0 0 0 / 8%) 4px 4px 0px 0px;}

section.multimedia .b-red * {color: var(--white); z-index: 1;}

section.multimedia .date .day p {line-height: 5px;font-size: 4rem;font-weight: 600;}
section.multimedia .date span.msc-hours {
    margin-left: 5px;
	margin-top: 1px;
}

section.multimedia span.gallery-url:hover {
    opacity: 0.8;
    transition: opacity .4s;
    cursor: pointer;
}
section.multimedia .date span.msc-hours p:nth-child(1) {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    line-height: 0;
    text-align: center;
	text-transform: uppercase;
}
section.multimedia .date span.msc-hours p:nth-child(2) {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 0;
}

section.multimedia .video-icon svg {
	fill: var(--white);
    width: 50px;
    height: 50px;
}
section.multimedia .youtube-subscribe .subs-icon {
    background-color: var(--black);
	-webkit-mask: url(/.templates/img/icons/svg/misc_subscribe.svg) no-repeat center;
	mask: url(/.templates/img/icons/svg/misc_subscribe.svg) no-repeat center;
	-webkit-mask-size: contain;
	width: 40px;
	height: 45px;
}
section.multimedia .mini-img {
	max-width: 150px;
    min-width: 150px;
    height: 96px;
}
section.multimedia .video .mini-img {
	max-width: 170px;
    min-width: 170px;
}
section.multimedia a.all-link {
	z-index: 2;
}

section.multimedia .item .date {
    margin-top: 11px;
}

section.multimedia .button {
    padding: 0;
    border: none;
    color: var(--gold);
}
section.multimedia .youtube-subscribe {
	margin-right: 0;
}


@media only screen and (max-width: 1024px) {
	section.multimedia .gallery-div {
		max-width: 75%
	}
}

@media only screen and (max-width: 990px) {
	section.multimedia .video, section.multimedia .gallery {
		flex-wrap: wrap;
	}
	section.multimedia .video .thumbnail, section.multimedia .gallery .thumbnail {
		width: 100%;
		margin-right: 30px;
	}
	section.multimedia .video .right, section.multimedia .gallery .right {
	    width: 100%;
    	padding-left: 30px;
    	margin-top: 0;
	}
}
@media only screen and (max-width: 768px) {
	section.multimedia .youtube-subscribe p {
		display: none;
	}
	section.multimedia .youtube-subscribe {
		margin-right: 30px;
	}
	section.multimedia .video-icon {
		display: none;
	}
	section.multimedia .right .chip-tag {
		display: none;
	}
	section.multimedia .right .chip-tag + div {
		margin-top: 15px;
	}
	section.multimedia .date span.msc-hours p:nth-child(1) {
		margin-bottom: 10px;
	}
	section.multimedia .mini-img {
		margin-right: 15px;
	}
	section.multimedia .video .thumbnail, section.multimedia .gallery .thumbnail {
	    min-height: initial;
		max-height: initial;
	}
	section.multimedia .thumbnail-home {
		position: relative
	}
	section.multimedia .video .thumbnail > div, section.multimedia .gallery .thumbnail .gallery-url > div {
		position: absolute;
		top: 0;
    	left: 0;
	}
	section.multimedia .video .mini-img {
		max-width: 120px;
		min-width: 120px;
		height: auto;
	}
}

@media only screen and (max-width: 460px) {
	section.multimedia .thumbnail .chip-tag {
		margin-bottom: 10px;
	}
	section.multimedia .date, section.multimedia .thumbnail .chip-tag {
		display: none;
	}
	section.multimedia .thumbnail h3 {
		font-size: 1.9rem;
    	width: 75%;
	}
	section.multimedia .right h3 {
		font-size: 1.15rem;
    	word-break: break-word;
	}
	section.multimedia .right .chip-tag + div {
		margin-top: 0;
	}
}/* management-box styles :: v.: 0.01 r.: 26/04/2022 @ mk */

.management-box a.small-mail {font-size: 1.1rem;}
.management-box .upper-title{border-bottom: 2px solid black;}
.management-box .management-list{row-gap: 23px}
.management-box .container{height: 100%; gap: 20px;}
.management-box .management-information h6{font-family:'Rajdhani Medium', Arial, sans-serif;}
.management-box a{font-size:1.5rem; color: var(--gold);text-decoration: underline; text-decoration-color: var(--gold); font-family:'Rajdhani-Medium', Arial, sans-serif;}
.management-box .under-text{font-weight: lighter; font-family:'Rajdhani Medium', Arial, sans-serif; line-height: 2.7rem;}
.management-box .three-in-row .under-text{line-height: 2.2rem;}
.management-box .management-information a{align-self: end;}
.management-box .management-information .above-text{word-spacing: 100vw; line-height: 3.2rem;}
.management-box .management-list.col-set .col-box{flex: 0 0 auto;width:  33.3333%;}
.management-box .management-list.col-set .col-box h2{font-size: 2.4rem;}
.management-box .management-list.col-set .col-box h3{font-size: 2rem;}
.management-box .management-list.col-set .col-box h2 {line-height: 2.3rem;}
.management-box .management-list.col-set .col-box h3 {line-height: 2rem;}
.management-box .management-list.col-set .col-box h2 {margin-top: 22px;}
.management-item .text-about p{ line-height: 2rem; font-size: 1.5rem;}
.management-box .management-list.col-set img {
	width: 100%;
	max-width: 199px;
}
.management-box .management-list.col-box-2 .col-box img {
	width: 100%;
	max-width: 306px;
}
.management-box .image-item figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.management-box .image-item figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.management-information .image-box {
	width: 30%
}
.management-information .info-text-box {
	width: 70%
}

.image-box figure {
	position: relative;
}
.image-box figure::before {
	position: absolute;
	top: 0;
	left: -80%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.image-box figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.image-box figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 300px;
}

.management-box .image-item {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
	
@media only screen and (max-width: 990px) {
	.management-box .management-list {
		flex-wrap: wrap;
	}
	
	.management-box .image-item {
		display: flex;
	}
	/*.management-box .management-list .management-item img, .management-box .management-list .management-item .management-information {
		width: 50%;
	}*/
	.management-item {
		width: 100% !important;
		padding: 0
	}
}
@media only screen and (max-width: 768px) {
	.management-list .management-item img, .staff-list .staff-item img {
		max-width: 135px;
	}
	.management-box .management-list.col-set img {
		max-width: 135px;
	}
	.management-box .management-list.col-box-2 .col-box img {
		width: 100%;
		max-width: 135px;
	}
	.staff-box .staff-title p {
		font-size: 2.4rem;
	}
	.management-information {
		flex-wrap: wrap;
	}
	.management-information .image-box, .management-information .info-text-box {
		width: 100%
	}
	.management-information .info-text-box {
		margin-left: 0
	}
	.modal .management-information .above-text, .modal .management-information .under-text-text {
		margin: 10px 0;
	}
	.modal-management .modal-header {
		display: none;
	}
	.management-box .management-information .above-text {
		line-height: 2.5rem;
		font-size: 2.5rem;
		margin-bottom: 5px;
	}
	.management-box .under-text {
		line-height: 1.7rem;
		font-size: 1.7rem;
	}
	.management-box .custom-small h1 {
		font-size: 2rem;
		line-height: 2.2rem;
	}
}





/* sponsors styles :: v.: 0.02 r.: 09/07/2022 @ vlk */

.sponsors h2 {border-bottom: 2px solid black; line-height: 3rem}
.sponsors .sponsors-item {gap: 40px;}
.sponsors .sponsors-img {display: flex; align-items: center; width: 24%;}
.sponsors .sponsors-img img {margin: 0 auto} 
.sponsors .sponsor-informations {width: 76%;}
.sponsors .sponsor-informations > h3 {margin: 35px 0 45px 0;}
.sponsors h3 {text-transform: none;}

@media only screen and (max-width: 990px) {
	.sponsors .sponsors-item {
		flex-wrap: wrap;
    	justify-content: center;
	}
	.sponsors .sponsors-img {
		width: auto;
	}
	.sponsors .sponsors-img img {
		min-width: 220px;
	}
	.sponsors .sponsor-informations {
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	.sponsors .sponsor-informations {
		width: 100%;
	}
	.sponsors .sponsors-item {
		gap: 0;
	}
	.sponsors .sponsor-informations> h3 {
		margin: 15px 0 15px 0;
	}
	.sponsors .sponsors-img img {
		min-width: 150px;
    	max-width: 150px;
	}
}/* shop-box styles :: v.: 0.01 r.: 29/04/2022 @ mf */

section.shop-box .bag-icon { 
/*	-webkit-mask: url(/.templates/img/icons/svg/misc_bag.svg) no-repeat center;
	mask: url(/.templates/img/icons/svg/misc_bag.svg) no-repeat center;
	-webkit-mask-size: contain;width: 60px;height: 45px;*/
}

section.shop-box .shop-box-carousel-item {
	margin: 0 10px;
	border: 2px solid var(--black);
	text-transform: uppercase;
	height: 100%;
}

section.shop-box .shop-box-carousel-wrapper {
	margin: 0 -20px;
}

section.shop-box .shop-item-price {
	font-size: 3rem;
	color: var(--red);
}

section.shop-box .shop-item-price small {
	font-size: 1.5rem;
	color: inherit;
}

section.shop-box .shop-box-item-desc {
	gap: 10px;
}

section.shop-box .carousel-wrapper {
	margin: 0 -20px;
	margin-top: 20px;
}

section.shop-box .carousel-item {
	padding: 0 20px;
}

section.shop-box .slick-prev:before,
section.shop-box .slick-next:before {
	content: '';
}

section.shop-box .slick-prev {
	left: -35px;
}

section.shop-box .slick-next {
	right: -35px;
}

section.shop-box .shop-box-item-desc a.button {
	padding: 7px 12px;
}

section.shop-box .slick-track {
	display: flex;
}

section.shop-box .slick-slide {
	height: auto;
 	display: flex;
}
@media only screen and (max-width: 768px) { 
	section.shop-box .shop-box-carousel-wrapper {
		margin: 0 -10px;
	}
}
@media only screen and (max-width: 440px) { 
	section.shop-box .shop-box-carousel-item {
		margin: 0 30px;
	}
	section.shop-box .slick-prev {
		left: 0 !important;
	}
	
	section.shop-box .slick-next {
		right: 0 !important;
	}
}
/* partners-club styles :: v.: 0.01 r.: 28/04/2022 @ mk */


.partners-club h1{border-bottom: 2px solid black;}
.partners-club .partner-item {gap:40px;}
.partners-club .partner-img{display:flex; align-items:center; width: 24%;}
.partners-club .partner-informations{width:76%;}
.partners-club .partner-informations> h3{margin:35px 0 45px 0;}
.partners-club h3{text-transform:none;}
.partners-club h3 p{font-size: 2.4rem; font-family: "Rajdhani Light", Arial, sans-serif;letter-spacing: 0.05em; line-height:1.1; } 
.partners-club a{font-size: 2.4rem;text-decoration: none;text-decoration-color: var(--gold); color:var(--gold); font-family:'Rajdhani-Medium', Arial, sans-serif;}

/* academy styles :: v.: 0.01 r.: 04/05/2022 @ mk */

.academy .container{ background-image: url("/.templates/img/backs/academy-back.png");}

.academy .buttons-wrapper { gap: 20px; }
.academy .mini-carousel { margin-left: 120px; }
.academy .carousel-title {margin-left: 110px;}
.academy .carousel-title { font-size: 1.5rem; color: var(--white); text-transform: uppercase; line-height: 5.5rem;}
.academy .staff-title h1 { line-height: 2rem;}
.academy .carousel-wrapper { margin: 0 -20px; margin-top: 20px; }
.academy .carousel-item { gap: 10px; }
.academy .slick-track { display: flex; align-items: center;}
.academy .slick-prev:before, .academy .slick-next:before { content: '';}
.academy .slick-prev { left: -35px;}
.academy .slick-next {right: -15px; }
.academy .slick-list {max-width: 500px; }

@media only screen and (max-width: 990px) {
	.academy .buttons-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin-top: 20px;
	}
	.academy .mini-carousel-wrapper {
	    margin: 0;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 30px;
	}
	.academy .carousel-title, .academy .mini-carousel {
		margin: 0;
	}
	.academy .staff-title h1 {
		line-height: 6.5rem
	}
	.academy .slick-next {
		right: -30px;
	}
	.academy .slick-prev { 
		left: -30px;	
	}
	.academy .academy-wrapper{
		flex-direction: column;
		gap: 10px;
	}
	.academy .buttons-item, .academy .buttons-item .button {
		width: 100%;
	}
	.academy h1{
		font-size: 3.8rem;
	}
}

@media only screen and (max-width: 528px) {
	.academy .buttons-item, .academy .buttons-item .button {
		width: 100%;
	}
	.academy h1{
    	line-height: 4rem !important;
	}
	.academy .slick-prev {
		left: -35px !important;
	}
	.academy .slick-next {
		right: -35px !important;
	}
}/* video-box styles :: v.: 0.02 r.: 06/07/2022 @ vlk */

section.video-box .video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

section.video-box .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-box #loader, .video-box .loader-circle  {
	z-index: 0;
	position: absolute;
}
.no-yt-icon {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.no-yt-icon svg {
    width: 200px;
}
@media (max-width: 768px) {
	.video-box .container {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.video-box .container > div {
		width: 100%;
	}
	.video-box .text-box {
		padding: 0;
		margin-top: 35px;
	}
}/* elfsight-videos styles :: v.: 0.01 r.: 20/04/2022 @ mk */

.elfisght-videos-content {
	min-height: 321px !important;
}

.elfsight-videos .social svg {
    width: 30px;
    height: 30px;
    fill: var(--black);
    transition: all .2s ease-in-out;
}

.elfsight-videos .social svg:hover {
    transform: scale(1.2);
}

@media only screen and (max-width: 768px) {
	.elfsight-videos .social svg {
		width: 20px;
	}
}
@media only screen and (max-width: 440px) {
	.elfsight-videos .social a:nth-child(1) {
		padding-left: 0;
	}
	.elfsight-videos .container > div {
		flex-wrap: wrap;
	}
}/* text-box styles :: v.: 0.01 r.: 06/05/2022 @ vlk */

/* all list styles :: v.:0.01 r.: 15/06/2022 @ mj */

#add-tagi-glowne {
	display: none !important;
}

/* members-teaser styles :: v.: 0.01 r.: 17/05/2022 @ mj */

.members-teaser {margin-right: 47px;}
.members-teaser img {position: absolute;
    bottom: 80px;
    right: -30px;
    min-width: 235px;
    max-width: 280px;
}
.members-teaser.img-with-background img {
	right: 0;
	max-width: 250px;
}

.members-teaser.staff.img-with-background img {
	right: 0;
	max-width: 250px;
}
.members-teaser.staff img {right: 8px;}
.members-teaser .b-red {position:relative; min-height: 400px;min-width: 250px;}
.members-teaser.staff .b-red {margin-top: 20px;}
.members-teaser .b-red:before {content: '';width: 100%;height: 100%;position: absolute; background-image: url(/.templates/img/backs/members-back.png); overflow: hidden; opacity: 0.4; z-index: 0;}
.members-teaser .name {position: absolute;padding: 12px 10px;width: 100%;bottom: 0;border-top: 2px solid;min-height: 80px;}
.members-teaser .number {position: absolute;top: 40px;left: 20px;font-size: 6rem;letter-spacing: 0.05em;}
.members-teaser .menu-member a {margin: 5px 0px;width: 85%;}
.members-teaser .menu-member a:nth-child(1) {margin-top: 15px;}
.members-teaser .menu-member a:nth-child(2) {margin-bottom: 15px;}
.members-teaser .menu-member {    
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    opacity: 0;
    transition: opacity 0.8s;
	}
.members-teaser:hover .menu-member {
    display: flex;
    opacity: 1;
    transition: opacity 0.3s;
}
.members-teaser .staff-title {
    border-bottom: 2px solid black;
}
.members-teaser .staff-title h3 {
	max-height: 60px;
    max-width: 250px;
}
.members-teaser .staff-title p {
	font-size: 2.5rem;
    font-family: "Rajdhani Bold", Arial, sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    min-height: 60px;
    max-height: 60px;
    align-items: end;
    padding-bottom: 10px;
}

.list-entries .list-groups-members h1, .list-entries .list-groups-members h2 {
    width: 100%;
    font-size: 3rem;
    border-bottom: 2px solid;
    line-height: 4.7rem;
}
@media only screen and (max-width: 990px) {
	.list-entries .list-groups-members .br-group .items, .list-entries .list-groups-members .def-group .items, .list-entries .list-groups-members .mid-group .items, .list-entries .list-groups-members .forward-group .items {
		overflow-x: scroll;
		overflow-y: hidden;
		max-height: 460px;
		flex-wrap: nowrap;
	}
	.list-entries .list-groups-members .items .list-entry {
		margin-right: 20px;
	}
}
/* news-teaser styles :: v.: 0.01 r.: 17/05/2022 @ mj *//* members styles :: v.: 0.01 r.: 17/05/2022 @ mj */

.members-details .title-box {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 1;
}

.members-details .title-box div {    
	padding: 20px;
    padding-bottom: 0;
}

.members-details .title-box div h1 {
	color: var(--black);
}

.members-details .social a {
	text-decoration: none;
}

.members-details .social svg {
	width: 26px;
    height: 26px;
}

.members-details .social svg path {
    fill: var(--gold);
}

.members-details .carousel-members .container-wide.d-flex {
	position: relative;
	overflow: hidden;
}

.members-details .carousel-members .player {
	padding-bottom: 0;
	min-height: 555px;
	z-index: 1;
	position: relative;
}

.members-details .player-info {
	position: absolute;
	left: 20px;
	z-index: 1;
}
.members-details .player-img {
	position: absolute;
	right: -45px;
    bottom: 0;
}
.members-details .player-img img {
	min-width: 220px;
    min-height: 200px;
}

.members-details .carousel-members .player .player-info .number {
    font-size: 7.5rem;
    line-height: 6.3rem;
}

.members-details .carousel-members .player .player-info .name {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 4rem;
}

.members-details .carousel-members .player .player-info .stats {
	text-transform: uppercase;
}

.members-details .carousel-members .player .player-info .stats div > span.label {
	font-size: 1.3rem;
}

.members-details .carousel-members .player .player-info .stats div > span.value {
	font-size: 2.2rem;
}

.members-details .player-description .mini-stats {
	min-width: 220px;
	max-width: 220px;
	max-height: 370px;
    min-height: 370px;
}

.members-details .player-description .mini-stats span {
	width: 100%;
	padding: 10px 0;
}

.members-details .player-description .mini-stats span.label {
    font-size: 2rem;
	font-family: "Rajdhani Regular", Arial, sans-serif;
}

.members-details .player-description .mini-stats span.value {
    font-size: 2.6rem;
	text-transform: uppercase;
}

.members-details .player-description .mini-stats span.mini-tip {
    font-size: 1.8rem;
}

.members-details .carousel-members > div:before {
    content: '';
    width: 975px;
    height: 100%;
    left: -383px;
    position: absolute;
    background-image: url(/.templates/img/backs/widzew-logo.png);
    background-position: center center;
    overflow: hidden;
    z-index: 0;
}

.members-details .player-description .about {
	width: 100%;
}

.members-details .slick-next {
	right: -10px;
}

.members-details .slick-prev {
    left: -10px;
}

.members-details .slick-next::before, .members-details .slick-prev::before {
    content: "";
}

@media only screen and (max-width: 990px) {
	.members-details .player-description, .members-details .carousel-members .player {
	    flex-wrap: wrap;
	}
	
	.members-details .player-description .mini-stats {
		text-align: center;
		margin: 0 auto;
		max-width: 100%;
		min-width: 100%;
		order: 0;
		width: 100%;
    	flex-wrap: nowrap;
    	overflow-x: auto;
    	overflow-y: hidden;
    	max-height: 75px;
    	min-height: 75px;
    	align-items: center;
	}
	.members-details .player-description .about {
	    padding-right: 0;
		order: 1;
	}
	
	.members-details .player-description .mini-stats span {
		min-width: 95px;
	}
}

@media only screen and (max-width: 768px) { 
	.members-details .player-info {
		left: 0;
    	flex-wrap: wrap;
	}
	.members-details .player-info > div {
		padding: 5px 20px;
		width: 100%;
	}
	.members-details .player-img {
		right: -180px;
		position: absolute;
		bottom: 0;
		padding-bottom: 45px;
	}
	.members-details .player-img img {
	     max-height: 380px;
		 min-width: 220px;
	}
	.members-details .slick-next {
		right: 0px;
	}
	.members-details .slick-prev {
		left: 0px;
	}
	.members-details .carousel-members .player {
		min-height: 460px;
	}
	.members-details .player-description .mini-stats span.label {
		font-size: 1.5rem;
	}
	.members-details .player-description .mini-stats span.value {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 440px) { 
	.members-details .slick-next, .members-details .slick-prev {
		display: none !important;
	}
	/*.members-details .player-img {
		padding-bottom: 100px;
	}
	.members-details .carousel-members .player {
		min-height: 550px;
	}*/
	.members-details .carousel-members .player .player-info .name {
		font-size: 3rem;
    	line-height: 3rem;
	}
	.members-details .carousel-members .player .player-info div h3 {
		font-size: 2.4rem;
	}
	.members-details .player-info .social, .members-details .player-info .social + h3 {
		padding-top: 10px;
	}
	.members-details .carousel-members .player .player-info .number {
		font-size: 6.5rem;
    	line-height: 5.3rem;
	}
	.members-details .player-description .about {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 385px) { 
	.members-details .button-members a:nth-child(1) {
		margin-bottom: 5px;
	}
}/* form box styles :: v.: 0.02 r.: 06/07/2022 @ vlk */

section.gameplay-table table {
  width: 100%;
}

section.gameplay-table table th,
section.gameplay-table table td {
  padding-top: 12px;
  padding-bottom: 12px;
}

section.gameplay-table table th:first-child > div,
section.gameplay-table table td:first-child > div {
  padding-left: 40px;
}

section.gameplay-table table {
  box-shadow: none;
  text-transform: uppercase;
}

section.gameplay-table table td,
section.gameplay-table table th {
  border: none !important;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

section.gameplay-table table td:not(:first-child),
section.gameplay-table table th:not(:first-child) {
  text-align: center;
}

section.gameplay-table table tr:nth-child(2n) {
  background-color: var(--grey);
}

section.gameplay-table table tr.active {
  background-color: var(--red);
}

section.gameplay-table table tr.active td,
section.gameplay-table table tr.active td>div {
  color: var(--white);
  font-weight: 600;
}

section.gameplay-table .gameplay-table-bold {
  font-weight: 600;
}

section.gameplay-table .gameplay-table-name-logo {
	display: flex;
    gap: 20px;
    align-items: center;
    text-align: left;
    line-height: 2rem;
}

section.gameplay-table img {
  max-height: 50px;
}

section.gameplay-table .w-4-half {
  width: 4.5%;
}

section.gameplay-table .w-5 {
  width: 5%;
}

section.gameplay-table .w-6-half {
  width: 6.5%;
}

section.gameplay-table .w-9 {
  width: 9%;
}

section.gameplay-table .w-10 {
  width: 10%;
}

section.gameplay-table .w-41 {
  width: 41%;
}

@media (max-width: 768px) {
	section.gameplay-table table th:first-child > div, section.gameplay-table table td:first-child > div {
		padding-left: 0px;
		text-align: center;
	}
	section.gameplay-table .w-9 {
		width: 3%;
	}
	section.gameplay-table img {
		max-height: 40px;
	}
	section.gameplay-table .w-41 {
		width: 20%;
	}
	section.gameplay-table .w-10 {
		width: 6.5%;
	}
	.gameplay-table h3 {
		font-size: 2rem;
	}
}/* modal styles :: v.: 0.02 r.: 12/07/2022 @ vlk */

.modal {
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    z-index: 30;
    animation: slide-down 300ms ease-out forwards;
    z-index: 9999;
    scrollbar-width: none;
	overflow: auto;
}

.modal::-webkit-scrollbar {
    display: none;
}

.modal .box-of-form {
	text-align: justify;
}
.modal .form-box {
	text-align: justify;
}
.modal .button-close {
	background-color: transparent;
	cursor: pointer;
	color: var(--white);
	font-size: 3rem;
	position: absolute;
	right: 100px;
	top: 0px;
}
@media (max-width: 1024px) {
	.modal h1 {
		font-size: 3rem;
		line-height: 3rem;
	}
	.modal p, .modal b {
		font-size: 2rem;
		line-height: 2rem;
	}
	.modal .form-box .container {
		padding: 10px;
	}
	.modal .input-box {
		flex-wrap: wrap;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.modal button.form-field {
		padding: 10px;
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.modal {
		align-items: start !important;
		padding: 15px;
	}
	.modal h1 {
		margin-top: 50px;
		margin-bottom: -20px;
	}
	.modal-content.container {
		padding: 0;
	}
	.modal .form-button {
		padding: 0;
	}
	.modal .desc-box {
		margin: 0;
	}
	.modal .button-close {
		right: 0px;
	}
	.modal input.button {
		width: 100% !important;
		max-width: 350px !important;
		margin-bottom: 15px;
	}
	.modal fieldset {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.modal .form-box .PhoneInput {
		width: 100%;
		padding: 0;
		max-width: 350px;
	}
	.modal .PhoneInputCountry {
		margin-left: 15px;
	}
}/* button styles :: v.: 0.01 r.: 24/05/2022 @ mk */


.buttonItem .container {
	padding-top: 0;
}/* timetable styles :: v.: 0.03 r.: 28/06/2023 @ vlk */

#timetable-list.timetable-hp {
	background-color: var(--red);
}

.hp-terminarz {
	display: none;
}

#timetable-list.timetable-hp .hp-terminarz {
	display: block;
}

#timetable-list.timetable-hp .timetable-carousel {
	background-color: rgba(0, 0, 0, 0.8);
}

.timetable-list-wrapper ul:not(.pagination) {
	flex-direction: column;
	flex-wrap: nowrap;
}

section#timetable-list.timetable-hp {
	margin-bottom: -110px;
}

section#timetable-list .list-paginate {
	margin-top: -40px;
}

.list-buttons button:first-child {
	padding-left: 0.5rem;
}

.timetable-teaser.staff, .timetable-teaser {
	position: relative;
}

.add-relation-button {
	position: absolute;
	top: 0;
	left: 0;
}

.timetable-teaser .wrapper {
	padding: 20px;
	background-color: var(--grey);
}

.timetable-buttons {
	display: flex;
	gap: 10px;
}

.timetable-teaser img {
	max-height: 70px;
}

.timetable-teaser .timetable-img {
	width: 70px;
}

.timetable-teaser .timetable-img img {
	max-height: none;
	width: 100%;
}

.timeplay-top {
	text-transform: uppercase;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

.date-container {
	font-size: 1.8rem;
	text-align: center;
}

.date-container .timetable-time {
	font-size: 5.4rem;
	margin-bottom: 10px;
	white-space: nowrap;
}
.timetable-month-group .date-container .timetable-time {
	line-height: 6.4rem;
}
.date-container .timetable-result {
	font-size: 3rem;
	line-height: 4.6rem;
	padding: 0 15px;
	background-color: var(--black);
	border: 1px solid var(--gold);
	color: var(--gold);
	margin: 10px 0;
	margin-bottom: 15px;
}

.date-container small {
	font-size: 1.1rem;
	line-height: 1.2rem;
	letter-spacing: 0.05em;
	text-transform: initial;
	max-width: 140px;
}

.timetable-carousel {
  background: #323232;
  position: relative;
  top: -110px;
  padding: 40px 20px;
  margin: 0 -40px;
}

.timetable-carousel-wrapper.last-game {
    display: flex;
    align-items: center;
}
.timetable-carousel-wrapper.last-game .slick-track {
	margin-left: 0px;
}
.timetable-carousel-wrapper .last-info {
	width: 100%;
    text-align: center;
}

.timetable-carousel .timetable-bottom {
	height: 51px;
}

.timetable-carousel .slick-list {
  position: relative;
}

/* .timetable-carousel .slick-list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;bottom: 0;
  background-image: url('/public/term_carousel_bgi.png');
  z-index: 100;
  transform: scale(1.1);
} */

.slick-slide {
  position: relative;
}

.timetable-carousel .slick-slide .timetable-carousel-item {
  background-image: url('/.templates/img/backs/term_carousel_bgi.png');
  background-size: cover;
}

.timetable-carousel .slick-slide:nth-child(2n + 1) .timetable-carousel-item {
  background-position: -100px;
}

.timetable-carousel .slick-slide:nth-child(2n + 2) .timetable-carousel-item {
  background-position: -300px;
}

.timetable-carousel .slick-slide:nth-child(3n + 1) .timetable-carousel-item {
  background-position: -500px;
}

.timetable-carousel .timer-container {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: right;
  width: 300px;
}

.timetable-carousel .slick-arrow {
  opacity: 1;
  transition: .4s ease 0s;
}

.timetable-carousel .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.timetable-carousel .timeplay-top {
  gap: 15px;
}

.timetable-carousel .timeplay-top .timetable-result {
  margin-top: 0;
}

.timetable-carousel .timeplay-upper img {
  max-height: 35px;
}



.timetable-carousel .timer-container>span {
  text-align: left;
}

.timetable-carousel .timer-container span {
  font-size: 6rem;
  letter-spacing: 0.05em;
  font-family: "Rajdhani Light", Arial, sans-serif;
}

.timetable-carousel .first-squad {
  font-size: 3.8rem;
  text-transform: uppercase;
  width: 100%;
}

.timetable-carousel .first-squad span {
  letter-spacing: 0.05em;
}

.timetable-carousel .first-squad a {
  font-family: "Rajdhani Bold", Arial, sans-serif;
  letter-spacing: 0.05em;
}

.w-30 {
  width: 30%;
}

.timetable-carousel-item .timeplay-date * {
  color: var(--gold);
  text-transform: uppercase;
}

.timeplay-date {
  align-items: flex-start;
  gap: 10px;
}

.timeplay-date .timeplay-day {
  font-size: 5.2rem;
  line-height: 3.8rem;
}

.timeplay-date .timeplay-month {
  font-size: 1.4rem;
}

.timeplay-date .timeplay-week {
  font-size: 1.8rem;
}

/* .timetable-carousel .slick-center {
  width: 600px !important;
} */

.stadium-small {
 	display: flex;
}

.tickets-small {
	display: flex;
}

.stadium-small small {
  font-size: 1.1rem;
}

.stadium-big {
  display: none;
}

.tickets-big {
	display: none;
}

.timetable-logos-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

/* cms style */
.offline .timetable-list .list-entries {
    flex-wrap: nowrap;
	align-items: stretch;
    overflow-x: auto;
}
.offline .timetable-list .list-entries li {
    position: relative;
    width: 500px;
    margin-right: 20px;
}
.offline .timetable-list .timetable-teaser .wrapper {
    width: 500px;
}
.offline .timetable-list .timetable-teaser .wrapper > .d-flex, .offline .timetable-list .timetable-teaser .wrapper {
    height: 100%;
}
.offline .timetable-list .timetable-teaser.staff{
    position: relative;
    height: 100%;
    margin-top: 0;
}
.offline .timetable-list .team-item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.offline .timetable-list .team-item h3 {
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.offline .date-container .timetable-time {
    margin-bottom: 20px;
    margin-top: 20px;
}

.offline .timetable-list ::-webkit-scrollbar {
	height: 10px;
}
/* cms style end */

.timetable-carousel .slick-slide:not(.slick-active.slick-current)+.slick-slide .gi-button .inner-icon,  .timetable-carousel .slick-track .slick-slide:first-child  .gi-button .inner-icon {
  transform: translate(0, 0);
}

.timetable-carousel .slick-slide:not(.slick-active.slick-current)+.slick-slide .gi-text, .timetable-carousel .slick-track .slick-slide:first-child .gi-text{
  transform: translate(100px, 0);
  /* position: absolute; 
    text-indent: -200px;*/
}

.timetable-carousel .slick-slide:not(.slick-active.slick-current)+.slick-slide .timetable-logos-container {
	flex-direction: column;
	gap: 3px;
}

.timetable-carousel .slick-slide:not(.slick-active.slick-current)+.slick-slide .timetable-buttons .button, .timetable-carousel .slick-track .slick-slide:first-child .timetable-buttons .button{
  width: 25%;
}

/* .timetable-carousel .timetable-buttons .button {
  width: 25%;
} */

.timetable-carousel .timetable-buttons {
  width: 100%;
}

.custom-button {
  display: none;
}

.timetable-carousel .timetable-time {
  font-size: 3.6rem;
}

.timetable-carousel .timetable-time {
  color: var(--gold);
}

.timetable-carousel .timetable-time.black {
  color: var(--black);
}

.timetable-info.red {
  color: var(--red);
}

.timetable-carousel .slick-track {
  width: fit-content !important;
}

.timetable-carousel .slick-slide>div {
  height: 100%;
}

.tickets-amount {
  font-size: 2.4rem;
}

.timeplay-logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.timetable-carousel .timeplay-logo-container {
  font-size: 1.4rem;
}

.timeplay-logo-container img {
  max-width: 50px;
  margin-bottom: 10px;
}

.timetable-carousel .slick-track {
  display: flex;
}

.timetable-carousel .slick-slide {
  /* display: flex; */
  height: auto;
}

.timetable-carousel .timetable-carousel-item {
  margin: 0 10px;
  transition: .4s ease-out 0s;
  width: 320px;
}



.timetable-carousel .slick-track {
  height: 330px;
}

.timetable-carousel-header {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.timetable-carousel-header *:not(a) {
  color: var(--white);
}

.timetable-carousel-item {
  display: flex;
  background: var(--white);
  height: 100%;
  padding: 15px;
}

.timetable-carousel-item * {
  transition: .4s ease 0s;
}

.timetable-carousel-item .timetable-info.gold {
    color: var(--gold);
}

.timetable-carousel .slick-prev:before,
.timetable-carousel .slick-next:before {
  content: '';
}

.timetable-carousel .svgCentrum svg {
  transform: rotateZ(90deg);
  stroke-width: 1px;
}

.timetable-buttons .button {
  height: 51px;
}

.gi-button,
.gi-text {
  transition: .4s;
}

.gi-button {
  min-width: 50px;
}

.gi-button,
.gi-text {
  transform: translate(0, 0);
  display: flex !important;
  overflow: hidden;
  transition: .4s;
}

.gi-button .inner-icon {
  position: absolute;
  transform: translate(-100px, 0);
}



.gi-text-h {
  text-indent: -200px;
}



section.timetable-details-body .container {
  padding: 0 20px;
}

section.timetable-details-banner {
  position: relative;
}

section.timetable-details-banner .back-box {
  background-image: url('/.templates/img/backs/CM_bg.jpg');
  height: 602px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

section.timetable-details-body {
  position: relative;
  top: -60px;
  z-index: 1;
}

section.timetable-details-body .timetable-details-menu {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    flex-wrap: nowrap;
}

section.timetable-details-body button.link-style {
	outline: none;
}

section.timetable-details-body button.link-style.active {
  text-decoration: underline;
}


.timetable-detail-content {
  padding: 20px 0 0 0;
}

.timetable-details-wrapper {
  position: relative;
  z-index: 1;
}

section.timetable-details-banner .date-container {
  font-size: 3rem;
  letter-spacing: .1em;
  font-family: "Rajdhani Medium", Arial, sans-serif;
}

.squad-lineup,
.event-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  min-width: 350px;
  min-height: 50px;
}

.event-item {
  height: 48px;
  padding: 0 10px;
}

.squad-lineup.reverse,
.event-item.reverse {
  flex-direction: row-reverse;
}

.match-squad {
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Rajdhani Medium", Arial, sans-serif;
}

.match-squad-header {
  font-family: "Rajdhani Bold", Arial, sans-serif;
  letter-spacing: .05em;
  position: relative;
  padding: 5px 30px;
}

/*.match-squad-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--grey);
  width: 100%;
}*/

.match-squad-group,
.squad-lineup-wrapper {
  gap: 20px;
}

.squad-lineup-wrapper {
  display: flex;
  flex-direction: column;
}

.player-number {
  background-color: var(--grey);
  padding: 15px;
  min-width: 50px;
  max-width: 50px;
  display: flex;
  justify-content: center;
}

.live-relation,
.timetable-statistics {
  position: relative;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Rajdhani Medium", Arial, sans-serif;
}

.live-relation:after {
  content: '';
  position: absolute;
  top: 74px;
  bottom: 74px;
  right: 50%;
  transform: translateX(50%);
  width: 1px;
  background-color: var(--grey);
}

.live-relation-axis {
  gap: 20px;
}

.timetable-relation {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 60px;
}

.timetable-relation .relation-column {
	overflow: hidden;
}

.relation-media {
  padding-left: 80px;
}

.live-relation .event, .timetable-relation .event {
  padding: 15px;
  background-color: var(--grey);
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  width: 50px;
  text-align: center;
}

.timetable-relation .event {
  min-width: 65px;
  font-family: "Rajdhani Medium", Arial, sans-serif;
  letter-spacing: .05em;
  padding: 15px 0;
  display: flex;
  justify-content: center;
	align-self: flex-start;
}

/* .relation-column, .relation-additional-column {
  width: 50%;
} */

p.relation-text {
  font-size: 2.0rem;
  line-height: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
	margin-top: 0;
}

p.relation-text p {
	font-size: 2.0rem;
	line-height: 2.2rem;
	margin: 0;
	margin-bottom: 15px;
}

.relation-text hr + p {
	margin-top: 15px;
}

p.relation-text p:first-child {
	margin-top: 0;
}

p.relation-text p:last-child {
	margin-bottom: 0;
}

.relation-text hr {
	width: 100%;
}

.live-relation .event.goal {
  background-color: var(--red);
  color: var(--white);
}

.event-item.reverse.subst {
  flex-direction: row;
  justify-content: flex-start;
}

.start-game-wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid var(--grey);
    padding-top: 14px;
    margin-top: 20px;
}

.end-game-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid var(--grey);
  padding-bottom: 3px;
  margin-bottom: 20px;
}

.live-relation .font-bold {
  font-family: "Rajdhani Bold", Arial, sans-serif;
}



.timetable-statistics {
  font-family: "Rajdhani Bold", Arial, sans-serif;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.statistics-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.statistics-group .statistic-row {
  display: flex;
  align-items: center;
}

.statistics-value-0 {
  order: -1;
}

.statistics-group-name {
  min-width: 250px;
  text-align: center;
}

.timetable-statistics .statistic-value {
  background-color: var(--grey);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.statistic-value.statistic-higher {
  border: 2px solid var(--gold);
}

.event-item {
  border: none;
}

.live-relation .event-item.reverse .change-item span {
    text-align: left;
    margin-left: 12px;
}

.live-relation .event-item:not(.reverse) .change-item span {
    margin-right: 12px;
}

.live-relation .event-item.reverse .change-player-event {
    flex-direction: row;
}
#timetable-list .team-item h3:nth-child(1), .timetable-details-banner .team-item h3:nth-child(1) {
    margin-right: 30px;
	text-align: right;
}
#timetable-list .team-item h3:nth-child(2), .timetable-details-banner .team-item h3:nth-child(2) {
    margin-left: 30px;
}

.timetable-detail-content .alert {
    font-size: 1.3rem;
}
.timetable-details-body .squad-lineup:not(.reverse) {
    text-align: right;
}

.timetable-details-banner .timetable-bottom {
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}
.timetable-bottom-logos .competition-logo {
    width: 200px;
}

section.timetable-details-banner .date-container.live {
    margin-bottom: 130px;
}
.goals-players {
    display: flex;
    flex-flow: column;
}
.goals-players span {
    font-size: 1.4rem;
    min-width: 250px;
}
.goals-players.left span {
    text-align: right;
}
.timetable-details-wrapper {
	height: 87%;
}
.timetable-bottom-logos {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
}

.team-information {
    min-height: 120px;
}
.team-information img {
    max-width: 120px;
}
@keyframes livecolor {
	0% {opacity: 1;}
	50% {opacity: 0.6;}
	100% {opacity: 1;}
}
.timetable-details-banner .timetable-live-time:not(.no-animation) {
	animation: livecolor 2s linear 1s infinite alternate;
}

/* overwriting style */
section.timetable-details-body #news-list.list-box, section.timetable-details-body #news-list.list-box .container, section.timetable-details-body #news-list .list-box, section.timetable-details-body #news-list .list-box .container {
  background-color: var(--white);
  margin-top: 0;
}

section.timetable-details-body #news-list .top-banner-title {
    display: none !important;
}

section.timetable-details-body .timetable-detail-content .all-tags {
	display: none !important;
}

section.timetable-details-body .galleries h1, section.timetable-details-body .news-carousel h1, section.timetable-details-body section.video-yt h1 {
    font-size: 4.2rem;
}

section.timetable-details-body section.video-yt .video-yt-items {
    gap: 12px;
}

section.timetable-details-body section.video-yt .video-yt-item {
    width: calc(33% - 5px);
	min-height: 220px;
    max-height: 220px;
}
section.timetable-details-body section.video-yt .video-yt-item h3 {
	max-width: 100%;
    font-size: 1.4rem;
    text-transform: capitalize;
    margin-top: 5px;
}
section.timetable-details-body section.video-yt .video-yt-item iframe {
    width: 100%;
    height: 100%;
}

section.timetable-details-body .timetable-news .news-teaser .news-item {
    border: 1px solid var(--black);
}

.timetable-live-results {
    font-size: 5rem;
}
.timetable-live-time, .timetable-time.live {
    font-size: 3rem;
}
/* end overwriting style */
@media only screen and (min-width: 768px) {
	.goals-players {
		position: absolute;
		top: 60%;
	}
	.timetable-details-banner .timeplay-top .team-item.live {
    	padding-bottom: 80px;
	}
}
@media only screen and (min-width: 661px) {
	.timetable-carousel .slick-active.slick-current+.slick-slide .timetable-carousel-item {
	  width: 540px;
	}
	.timetable-carousel .slick-active.slick-current+.slick-slide .stadium-small {
	  display: none;
	}

	.timetable-carousel .slick-active.slick-current+.slick-slide .tickets-small {
	  display: none;
	}

	.timetable-carousel .slick-active.slick-current+.slick-slide .stadium-big {
	  display: block;
	}

	.timetable-carousel .slick-active.slick-current+.slick-slide .tickets-big {
	  display: flex;
	}

	.timetable-carousel .slick-active.slick-current+.slick-slide .timeplay-logo-container img {
	  max-width: 80px;
	}

	.timetable-carousel .slick-active.slick-current+.slick-slide .timeplay-logo-container {
	  font-size: 1.8rem;
	}

	.timetable-carousel .slick-active.slick-current+.slick-slide .timetable-time {
	  font-size: 5.4rem;
	}

	.timetable-carousel .slick-active.slick-current+.slick-slide .custom-button {
	  display: block;
	}
}

@media only screen and (max-width: 1124px) {
	.timetable-details-banner .team-item h3 {
		max-width: 150px;
	}
}
@media only screen and (max-width: 990px) {
	.timetable-details-banner .team-item h3 {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 768px) {
	.timetable-carousel-header {
		flex-wrap: wrap;
	}
	.timetable-carousel .timer-container {
		width: 100%;
    	margin-top: 25px;
	}
	.timetable-carousel .timer-container > div {
		 width: 100%;
		 text-align: center;
	 }
	 .timetable-carousel .timer-container > span {
	     text-align: center;
	 }
	 .timetable-carousel .first-squad > div {
		justify-content: center;
	}
	.timetable-carousel-wrapper.last-game {
		display: block;
	}
	.timetable-carousel-wrapper.last-game .slick-track {
		margin-left: auto;
	}
	.timetable-carousel-wrapper .last-info {
		margin-top: 25px;
	}
	section.timetable-details-body .timetable-details-menu button {
		white-space: nowrap;
		font-size: 1.7rem;
	}
	section.timetable-details-body .live-relation {
    	font-size: 1rem;
    	width: 100%;
	}
	section.timetable-details-body .event-item {
		min-width: 170px;
    	border: none;
	}
	section.timetable-details-body section.video-yt .video-yt-item {
		width: calc(50% - 8px);
		min-height: 165px;
		max-height: 165px;
	}
	#timetable-list .timeplay-top .team-item:nth-child(1), .timetable-details-banner .timeplay-top .team-item:nth-child(1) {
    	flex-flow: column-reverse;
	}
	#timetable-list .team-item, .timetable-details-banner .team-item {
		flex-wrap: wrap;
		width: 32%;
		min-width: 32%;
		align-items: center;
		align-self: flex-start;
		justify-content: center;
		margin-top: 70px;
	}
	.timetable-details-banner .team-item {
		margin-top: 20px;
	}
	#timetable-list .team-item h3, .timetable-details-banner .team-item h3 {
		font-size: 1.6rem;
		text-align: center !important;
		width: 100%;
		margin-top: 10px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.timetable-teaser img {
		max-height: 60px;
	}
	.timetable-carousel {
		margin: 0 -15px;
	}
	.timetable-bottom-logos .competition-logo {
    	width: 150px;
	}
	.goals-players.left {
    	order: -1;
	}
	.goals-players {
		margin-top: 15px;
	}
	.team-information.right {
		flex-direction: column;
	}
	.team-information.left {
		flex-direction: column-reverse;
	}
	
}

@media only screen and (max-width: 660px) {
	#timetable-list .list-buttons {
		flex-wrap: wrap;
	}
	#timetable-list .list-buttons .match-buttons{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#timetable-list .list-buttons .match-buttons button {
		font-size: 1.7rem;
		margin-left: 0;
	}
	.timetable-month-group .date-container .timetable-time {
		font-size: 4rem;
	}
	section.timetable-details-banner .back-box {
		height: 440px;
		padding-bottom: 35px;
	}
	.timetable-details-banner .timetable-details-wrapper .team-item img {
		width: 80px;
	}
	.timetable-details-banner .timeplay-top {
		align-items: center;
		margin-bottom: 70px;
	}
	.timetable-details-body .squad-lineup {
		min-width: 1px;
		max-width: 145px;
    	font-size: 1.3rem;
    	border: none;
	}
	.timetable-buttons .button {
    	width: 70px;
	}
	.gi-button .inner-icon {
		transform: translate(0, 0);
	}
	.svgCentrum svg {
		transform: rotateZ(90deg);
		stroke-width: 1px;
	}
	.timetable-details-banner .gi-text {
		text-indent: -200px;
	}
	.timetable-buttons .custom-button-timetable {
		display: none;
	}
	.timetable-month-group .gi-text {
		transform: translate(100px, 0);
	}
	.date-of-game.live, .timetable-time.live, .timetable-live-time {
		font-size: 2rem;
		margin: 3px 0;
	}
	section.timetable-details-banner .date-container.live {
		margin-bottom: 0;
	}
	.goals-players span {
		font-size: 1rem;
		min-width: 100px;
	}
	.timetable-bottom-logos {
		bottom: -15px;
	}
	.timetable-carousel .timetable-carousel-item {
		margin: 0 20px 0 0;
	}
	.timetable-carousel .timetable-carousel-item, .timetable-carousel-item * {
		transition: 0s;
	}
	.timetable-carousel .slick-prev {
		left: -25px !important;
	}
	.timetable-carousel .slick-next {
		right: -25px !important;
	}
	.timetable-details-banner .timetable-bottom {
		bottom: 40px;
	}
	.timetable-details-banner .timetable-buttons a {
		height: 40px;
		width: 40px;
	}
	.timetable-details-banner .timetable-buttons a svg {
		width: 25px;
	}
	.timetable-bottom-logos .competition-logo {
    	width: 130px;
	}
	.timetable-detail-content > div h3 {
		text-align: center;
	}
}

@media only screen and (max-width: 440px) {
	#timetable-list.timetable-hp .timetable-carousel {
		overflow: hidden;
	}
	.timetable-carousel {
		padding: 20px 0;
	}
	.timetable-carousel-header {
	    padding: 0px 20px;
	}
	.timetable-carousel .slick-next, .timetable-carousel .slick-prev {
		display: none !important;
	}
	section.timetable-details-body section.video-yt .video-yt-item {
		width: 100%;
	}
	.timetable-buttons .button {
		width: 60px;
	}
	#timetable-list .team-item, .timetable-details-banner .team-item {
		width: 29%;
		min-width: 29%;
		margin-top: 85px
	}
	.timetable-details-banner .team-item {
		margin-top: 35px;
	}
	.timetable-bottom-logos .competition-logo {
    	width: 120px;
	}
	.timetable-details-banner .team-item.live {
		margin-top: 80px;
	}
	.timetable-details-banner .timeplay-top {
		margin-bottom: 115px;
	}
}

@media screen and (max-width: 400px) {
	.timetable-live-results {
		white-space: nowrap;
	}
}




/* RELATION */

.button-group {
  margin-top: 15px;
}

.timetable:not(.matches) {
  display: flex;
  gap: 20px;
}

.column-50 {
  width: 50%;
}

.relation-top {
  display: flex;
  gap: 15px;
  position: relative;
  padding-left: 55px;
}


.timetable-relation .event.goal {
  background-color: var(--red);
  color: #fff;
}

.timetable-relation .event.during {
  font-family: "Rajdhani Bold", Arial, sans-serif;
  /* font-weight: bold; */
  font-size: 18px;
}

.relation-content {
  width: 100%;
}

.relation-item {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 15px;
}

.relation-item.no-top {
	flex-direction: row;
}

.relation-item.no-top .relation-item-body {
	padding-left: 0;
}

.relation-item button {
  align-self: flex-start;
}

.relation-item-body {
  /* padding: 15px 20px; */
  padding-left: 135px;
  padding-right: 10px;
  width: 100%;
}

.relation-item-body iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.relation-image {
  width: 100%;
}

.relation-image img {
  max-width: 100%;
}

.timetable-date-group {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}

.timetable-date-group p {
  background-color: #fff;
  position: relative;
  padding: 0 15px;
  z-index: 1;
}

.timetable-date-group:after {
  position: absolute;
  top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  content: '';
  background-color: var(--grey);
  width: 100%;
  height: 2px;
}

.svgIcon-container {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.svgIcon-container svg {
  width: 100%;
  height: 100%;
}

.timetable-relation-images {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media screen and (max-width: 1240px) {
	.timetable-relation {
		grid-template-columns: 5fr 4fr;
	}
}

@media screen and (max-width: 1023px) {
	.timetable-relation {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 599px) {
	.relation-item-body {
	  padding-left: 0;
	  padding-right: 0;
	}
}


/* FLOATING VIDEO */

.relation-floating-video {
  color: black;
  aspect-ratio: 16 / 9;
  position: relative;
}

.relation-floating-video iframe {
  width: 100%;
  height: 100%
}

.relation-floating-video .relation-floating-video__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.relation-floating-video .relation-floating-video__close span {
  background-color: white;
  display: block;
  width: 5px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.relation-floating-video .relation-floating-video__close span:first-child{
  transform: rotate(45deg);
}

.relation-floating-video .relation-floating-video__close span:last-child {
  transform: rotate(-45deg);
}

.relation-floating-video-wrapper {
  position: fixed;
  top: 238px;
  right: 0;
  z-index: 9999999999;
  margin-bottom: 13px;
  min-width: 500px;
}

body.fix-menu .relation-floating-video-wrapper {
  transition: .4s;
  top: 138px;
}

.button-relation-rwd {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .button-relation-rwd {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .relation-floating-video-wrapper {
    position: fixed !important;
	width:100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
	margin-bottom: 0 !important;
	min-width: auto !important;
  }
  
  body.fix-menu .relation-floating-video-wrapper {
  	top: auto;
  }

  .relation-floating-video {
    max-width: 600px;
    margin: auto;
	display: flex;
  }
}/* news styles :: v.: 0.11 r.: 27/06/2023 @ vlk */

/* news-list */
section#news-list {
    margin-top: -90px;
}
section#news-list {
	/*background-image: url(/.templates/img/backs/news-list-back.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;*/
}
   
#news-list.list-box, #news-list.list-box .container, #news-list .list-box, #news-list .list-box .container {
	color: var(--white);
	background-color: var(--red);
}
/*#news-list.list-box .container, #news-list .list-box {
	background-color: transparent;
}*/
#news-list.list-box h1, #news-list .list-box h1 {
	display: none;
}
#news-list.list-box .title-box h1, #news-list .list-box .title-box h1 {
    display: block;
}
#news-list .news-teaser * {
    color: var(--black);
}
#news-list .list-entry {
	position: relative;
	width: 32.6%;
    width: calc(33.33333% - 8px);
    min-height: 400px;
    min-width: 250px;
}
#news-list .list-entries {
    padding: 0;
    margin: 0;
    column-gap: 12px;
    row-gap: 12px;
}
#news-list .top-banner-title {
    height: auto;
	margin-top: -5px
}
#news-list .top-banner-title .links-item a {
    font-size: 1.5rem;
    line-height: 3.5rem;
}
#news-list .tags-box {
	border-top: 2px solid var(--white);
	border-bottom: 2px solid var(--white); 
}
#news-list .tags-item {
    row-gap: 15px;
}
#news-list .tag-item * {
	color: var(--white)
}
#news-list .tag-item, #news-list .chosen-tag p, .news-details .cats-box p, .news-details .cats-box a {
	font-size: 1.5rem;
    line-height: 1.4rem;
    font-family: "Rajdhani Bold", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	margin: 0;
    margin-right: 18px;
	white-space: nowrap;
}
#news-list .tag-item.active {
    opacity: .6;
    cursor: no-drop;
}
#news-list .chosen-tag {
	position: relative;
	margin-right: 10px;
	transition: .4s;
	opacity: 1;
	cursor: pointer;
}
#news-list .chosen-tag.mb-20 {
	margin-bottom: 10px;
}
#news-list .chosen-tag:hover {
    opacity: .8;
	transition: .4s;
}
#news-list .chosen-tag p {
	margin-right: 0px;
}
#news-list .close-icon {
	display: block;
	margin-right: 5px;
}
#news-list .close-icon svg {
 	width: 25px;
	height: 25px;
}
#news-list select {
    text-transform: uppercase;
    margin: 0;
    margin-right: 18px;
    background-color: var(--red);
    border: 0;
    outline: 0;
    font-size: 1.5rem;
    line-height: 3.5rem;
    text-decoration: none;
    font-family: "Rajdhani Bold", Arial, sans-serif;
}
#news-list select option {
	font-size: 1.2rem;
    line-height: 2rem;
}
.image-box #loader, .image-box .loader-circle {
	z-index: 0 !important
}
select option:checked {
    background-color: var(--white);
    color: var(--black);
}
/* news-teaser */
.news-teaser h2 {
    line-height: 3.2rem;
    -webkit-line-clamp: 2;
	height: 6.1rem;
}
.news-teaser .text-box .text {
    -webkit-line-clamp: 4;
    min-height: 71px;
    max-height: 71px;
}
.news-details .text, .news-teaser .text-box .text {
	text-align: justify;
}
.news-teaser h2, .news-teaser .text	{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
 .news-teaser .text > div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    min-height: 71px;
    max-height: 71px;
}
.news-teaser h2 *, .news-teaser .text *, .news-teaser .about-box *, .news-teaser h2, .news-teaser .text, .news-teaser .about-box {
    color: var(--black);
}
.news-teaser .news-item {
    border: 1px solid var(--white);
    border-radius: 2px;
}
.b-white.news-carousel .news-teaser .news-item {
    border: 1px solid var(--black);
}

.news-teaser .type-box {
	height: 26px;
}
.news-teaser .type-box #video-type {
    height: 30px;
    width: 30px;
    margin-top: -4px;
}
.news-teaser .media-type img, .news-details .media-type img {
	max-width: 115px;
}
.news-teaser .time-box, .news-teaser .month-box, .news-details .time-box, .news-details .month-box {
    font-size: 1.2rem;
    line-height: 1.1rem;
	text-transform: uppercase;
}
.news-teaser .day-box, .news-details .day-box {
    font-size: 3rem;
    line-height: 2.4rem;
	margin-right: 8px;
}
.news-teaser .news-item, .news-teaser .top-box {
	position: relative;
}
.news-teaser .top-box, .news-teaser .image-box {
    max-height: 225px;
	min-height: 225px;
    overflow: hidden;
	border-radius: 2px;
}
.news-teaser .text-box {
    min-height: 145px;
    max-height: 145px;
    overflow: hidden;
	/*display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;*/
}
.news-teaser .text-box .text, .news-teaser .text-box .text * {
    font-size: 1.8rem;
	line-height: 1.8rem;
	font-family: "Rajdhani Medium", Arial, sans-serif;
}  
.news-teaser .text-box .text * {
    letter-spacing: 0;
    margin: 0;
}

.news-teaser .bottom-box {
	padding: 15px 15px 20px 15px;
}
.news-teaser .image-box {
    transform: scale(1);
    transition: .4s;
}
.news-teaser:hover .image-box {
	transform: scale(1.05);
}
.news-teaser .image-box:after {
    content: '';
    background-color: rgba(0,0,0,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	transition: .4s;
}
.news-teaser:hover .image-box:after {
	background-color: rgba(0,0,0,.2);
}
.news-teaser .image-box img {
    max-width: 100%;
    margin: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* news-details */
.news-details .top-banner-title.hover-under {
    margin-bottom: -135px;
}
.news-details .top-banner-title .back-box {
	background-position: center -50px;
}
.news-details .top-banner-title, .news-details .top-banner-title .back-box {
	height: 565px;
}
.news-details .container {
    z-index: 2;
    position: relative;
}
.news-details .text {
	font-family: "Rajdhani Medium", Arial, sans-serif;
	font-size: 2.4rem;
    line-height: 3rem;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
}
.news-details .text.teaser, .news-details .text.teaser * {
    font-family: "Rajdhani Bold", Arial, sans-serif;
}
.news-details .text img {
	max-width: 100%;
	max-height: 100%;
}
.news-details .error-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.news-details .image-gallery-slide {
	height: 422px;
    height: calc(100vh - 80px - 140px - 110px);
}
.news-details .image-gallery-thumbnail-inner .error-image {
    position: relative;
}
.news-details .error-image svg {
	max-width: 100%;
    max-height: 100%;
}
.news-details .error-image + img {
    display: none !important;
}
.news-details .image-gallery-slide .before-image {
	display: none;
    z-index: -1;
    position: relative;
}
.news-details .gallery-url .loader-circle, .news-details .image-gallery-thumbnail-inner .before-image {
	position: absolute;
	z-index: -1
}
.news-details .image-gallery-thumbnail-inner .before-image {
    top: -15px;
}
.news-details .image-gallery-slide.center .before-image,
.news-details .image-gallery-slide.right .before-image,
.news-details .image-gallery-slide.left .before-image {
	display: block
}
/* news-carousel */
.news-carousel .slick-track {
    margin-left: 0;
}
.news-carousel .carousel-wrapper {
    margin: 0 -10px;
    margin-top: 10px;
}
.news-carousel .list-entry {
	min-height: 400px;
    list-style: none;
}
.news-carousel .slick-prev:before, .news-carousel .slick-next:before, .news-carousel .slick-prev:hover:before, .news-carousel .slick-next:hover:before {
    opacity: 0;
}
.b-red .slick-arrow svg, .b-black .slick-arrow svg {
	fill: var(--white)
}
/* else */
.link-copied {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    color: var(--white);
    z-index: 9;
    border-radius: 30px;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid rgba(255,255,255,.5);
}
span.line {
	display: block;
	width: 40px;
	height: 1px;
}
.b-red span.line {
	background-color: var(--white)
}
.twitter-box .twitter-tweet.twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto;
}
.videos-box, .galleries-box {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.videos-box.double, .galleries-box.double {
	justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	width: 100%;	
}
.videos-box .video-wrapper, .galleries-box .item {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.videos-box.double .video-wrapper, .galleries-box.double .item {
    position: relative;
    width: 49%;
    padding-bottom: 27.25%;
    height: 0;
}
.videos-box .video-wrapper iframe, .galleries-box .item .thumbnail {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.audios-box.double {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.audios-box.double .audio-wrapper {
    width: 33.3333%;
}
/*.galleries-box .item {
	width: 75%;
}*/
.galleries-box:not(.double) .item {
	margin: auto
}
.galleries-box .item h3, .galleries-box .item .gallery-url {
	width: 100% !important;
	max-width: 100% !important;
}
.galleries-box .item .gallery-url {
	max-height: 100% !important;
	min-height: 100% !important;
}
.galleries-box.double .item {
	width: 50%;
}
.galleries-box.double .item:nth-child(odd) .thumbnail {
    padding-right: 5px;
}
.galleries-box.double .item:nth-child(even) .thumbnail {
    padding-left: 5px;
}
.galleries-box .all-galleries {
    justify-content: left !important;
}
.galleries-box .all-galleries .item h3 {
	position: absolute;
	top: 100%;
}
/* tablet */
@media (max-width: 1024px) {
	#news-list .top-banner-title > div {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#news-list .tags-container {
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.links-item {
		margin: 10px 0;
	}
	#news-list .tags-item, #news-list .chosen-tags {
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap;
	}
	#news-list .list-entry {
		width: calc(50% - 8px);
	}
	#news-list .tags-item {
		padding-bottom: 15px;
	}
	#news-list .tags-box {
		padding: 15px 0 0;
	}
	#news-list select {
		margin-left: -4px;
	}
}

/* mobile < 768 */
@media (max-width: 768px) {
	.news-details .top-banner-title, .news-details .top-banner-title .back-box {
		height: auto;
		padding: 0
	}
	.news-details .top-banner-title.hover-under {
		margin-bottom: 0;
	}
	.news-details .text.teaser, .news-details .text.teaser * {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.news-carousel .slick-arrow {
		display: none !important;
	}
	.audios-box.double .audio-wrapper {
		width: 100%;
	}
}
@media (max-width: 640px) {
	#news-list .tags-container {
		margin-top: 0;
		margin-bottom: 25px;
	}
	#news-list .list-entry {
		width: 100%;
	}
	.news-details .top-box {
		flex-wrap: wrap;
	}
	span.line {
		width: 25px;
		margin-right: 10px;
	}
	.news-details span.line {
		position: absolute;
		left: 15px;
		margin-bottom: 10px;
		width: 25px !important;
		margin-right: 0;
		border-bottom: 1px solid #000;
	}
	.news-details .cats-box {
		overflow-y: hidden;
		overflow-x: auto;
		justify-content: left;
		margin-left: 35px;
		width: 100%;
	}
	.news-details .cats-box.media-logo {
		margin-left: 0;
	}
	.news-details .date-box {
		margin-top: 12px;
	}
	.news-details .cats-box p, .news-details .cats-box a {
		margin-bottom: 10px;
	}
	.videos-box, .galleries-box {
		width: 100%;
	}
	.videos-box.double .video-wrapper, .galleries-box.double .item {
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
		height: 0;
	}
	.galleries-box, .galleries-box.double .item, .galleries-box .item {
		width: 100%;
	}
	.galleries-box.double .item:nth-child(odd) .thumbnail {
		padding-right: 0px;
	}
	.galleries-box.double .item:nth-child(even) .thumbnail {
		padding-left: 0px;
	}
}/* galeries styles :: v.: 0.06 r.: 24/01/2023 @ mj */

section.galleries {
	position: relative;
}

/*section.galleries.b-red::before {
    background: url(/.templates/img/backs/news-list-back.png);
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center center;
    overflow: hidden;
    z-index: 0;
    opacity: 0.4;
}*/

section.galleries .tags {
	border-top: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
}

section.galleries .tag-item {
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "Rajdhani Bold", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 0;
	white-space: nowrap;
}

section.galleries .tags-item {
    flex-wrap: wrap;
    gap: 15px;
}

section.galleries .tag-item.active {
	opacity: .6;
    cursor: no-drop;
}

section.galleries .all-galleries .thumbnail {
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
	cursor: pointer;
}

section.galleries .all-galleries .gallery-url {
	overflow: hidden;
    border-radius: 2px;
    transition: .4s;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 290px;
    min-width: 290px;
    max-height: 190px;
    min-height: 190px;
}

section.galleries .all-galleries .thumbnail .gallery-url img {
    border: 1px solid;
    max-width: 100%;
    margin: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

section.galleries .all-galleries .thumbnail:hover .gallery-url {
    transform: scale(1.05);
}

section.galleries .all-galleries .item h3 {
	max-width: 290px;
    min-width: 290px;
    font-size: 1.4rem;
    text-transform: capitalize;
    margin-top: 5px;
}

section.galleries .chosen-tag {
	position: relative;
}

section.galleries .chosen-tag p {
	font-size: 1.5rem;
    line-height: 1.4rem;
    font-family: "Rajdhani Bold", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    margin-right: 18px;
    margin-left: 10px;
}

section.galleries .close-tag svg {
	width: 25px;
	height: 25px;
}

section.galleries .gallery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #000;
    transition: opacity .15s ease 0s;
    opacity: 0.9;
}

section.galleries .gallery-div {
    z-index: 3;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    max-width: calc(100vh - 40px);
}


section.galleries .error-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
section.galleries .image-gallery-slide {
    height: 422px;
    height: calc(100vh - 80px - 140px - 110px);
}
.fullscreen .image-gallery-slide {
    height: calc(100vh - 80px - 20px) !important;
}
section.galleries .image-gallery-thumbnail-inner .error-image {
    position: relative;
}
section.galleries .error-image svg {
    max-width: 100%;
    max-height: 100%;
}
section.galleries .error-image svg path {
    fill: var(--red);
}
section.galleries .thumbnail .gallery-url .error-image svg path {
    fill: var(--white);
}
section.galleries .error-image + img {
    display: none !important;
}
section.galleries .image-gallery-slide .before-image {
    display: none;
    z-index: -1;
    position: relative;
}
section.galleries .gallery-url .loader-circle, .news-details .image-gallery-thumbnail-inner .before-image {
    position: absolute;
    z-index: -1
}
section.galleries .image-gallery-thumbnail-inner .before-image {
    top: -15px;
	position: absolute;
    z-index: 0
}
section.galleries .image-gallery-slide.center .before-image,
section.galleries .image-gallery-slide.right .before-image,
section.galleries .image-gallery-slide.left .before-image {
    display: block
}
section.galleries .gallery-url {
    position: relative;
}
section.galleries .gallery-url .loader-circle {
    position: absolute;
	z-index: 0;
}
section.galleries .image-gallery-thumbnails .image-gallery-thumbnails-container, section.multimedia .image-gallery-thumbnails .image-gallery-thumbnails-container {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    max-height: 600px;
    overflow: auto;
}

@media only screen and (max-width: 990px) {
	section.galleries .all-galleries {
		justify-content: center;
	}
}
@media only screen and (max-width: 1024px) {
	.image-gallery-slides, .image-gallery-swipe, .image-gallery-slide-wrapper,
	.image-gallery-slide, .image-gallery-slide img {
		height: 500px !important;
	}
	.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal {
		width: 692px;
	}
	section.galleries .image-gallery-thumbnails .image-gallery-thumbnails-container, section.multimedia .image-gallery-thumbnails .image-gallery-thumbnails-container {
	    max-height: 400px;
	}
}
@media only screen and (max-width: 768px) {
	.image-gallery-slides, .image-gallery-swipe, .image-gallery-slide-wrapper,
	.image-gallery-slide, .image-gallery-slide img {
		height: 350px !important;
	}
	.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal {
	    width: 468px;
	}
}
@media only screen and (max-width: 650px) {
	section.galleries .all-galleries .gallery-url {
	    max-width: 395px;
		min-width: 395px;
		max-height: 260px;
		min-height: 260px;
	}
	section.galleries .tags {
		padding-bottom: 0;
	}
	section.galleries .tags-item {
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		flex-wrap: nowrap;
		padding-bottom: 20px;
	}
	.image-gallery-left-nav, .image-gallery-right-nav {
		display: none;
	}
	.image-gallery-slides, .image-gallery-swipe, .image-gallery-slide-wrapper,
	.image-gallery-slide, .image-gallery-slide img {
		height: 324px !important;
	}
	.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal {
		width: 432px;
	}
}

@media only screen and (max-width: 442px) { 
	section.galleries .all-galleries .gallery-url {
		max-width: 300px;
		min-width: 300px;
		max-height: 200px;
		min-height: 200px;
	}
}/* achievements styles :: v.: 0.01 r.: 25/04/2022 @ mf */

.image-carousel .carousel-wrapper{
	margin: 0 -20px;
	margin-top: 20px;
}

.image-carousel .carousel-item {
	padding: 0 20px;
}

.image-carousel .item {
	display: flex !important;
	justify-content: center;
}

.image-carousel .slick-track {
	display: flex;
	align-items: center;
}

.image-carousel .slick-prev:before, .sponsors-carousel .slick-next:before {
	content: '';
}

.image-carousel .slick-prev {
	left: -35px;
}

.image-carousel .slick-next {
	right: -35px;
}/* caousel-list  styles :: v.: 0.01 r.: 06/06/2022 @ mk */

.sponsors-list .main-title{text-align: center; margin-bottom: 65px; margin-top: 35px;}
.sponsors-list .small-h {display: flex; align-items: center; flex-direction: column;}
.sponsors-list .sponsors-item {display: flex;}/* members-carousel styles :: v.: 0.01 r.: 17/05/2022 @ mj */

section.members-carousel .item {
    display: flex !important;
	position: relative;
}

section.members-carousel .item .current {
    position: relative;
    flex-grow: 1;
    width: 44%;
}

section.members-carousel .item .current .img {
	display: flex;
    flex-grow: 1;
    width: 55%;
    justify-content: end;
}

section.members-carousel .item .current .img img {
    /*width: 100%;
    height: 100%;
    min-width: 276px;
    max-width: 312px;*/
	min-height: 410px;
    position: absolute;
}

section.members-carousel .item .current .img .number {
	position: absolute;
    bottom: 0px;
	left: 30px;
    font-size: 8rem;
}

section.members-carousel .item .current .about {
	z-index: 1;
    display: flex;
    flex-grow: 1;
    width: 45%;
}

section.members-carousel .main-carousel {
	width: 100%;
    position: relative;
    border-bottom: 1px solid var(--white);
}

section.members-carousel .main-carousel:before {
    content: '';
    border-top: 1px solid var(--white);
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 20px;
}

section.members-carousel .item .member-img.prev, section.members-carousel .item .member-img.next {
	width: 28%;
    flex-grow: 1;
}

section.members-carousel .item .member-img.prev img, section.members-carousel .item .member-img.next img {
	height: 92%;
}

section.members-carousel .main-carousel .social a {
	text-decoration: none;
}

section.members-carousel .main-carousel .social svg {
	width: 26px;
    height: 26px;
}

section.members-carousel .main-carousel .social svg path {
    fill: var(--gold);
}

section.members-carousel .main-carousel .player-info  {
    min-height: 400px;
}

section.members-carousel .main-carousel .player-info .number {
    font-size: 7.5rem;
    line-height: 6.3rem;
}

section.members-carousel .main-carousel .player-info .name {
    font-size: 3.2rem;
    text-transform: uppercase;
    line-height: 4rem;
}

section.members-carousel .main-carousel .player-info .stats {
	text-transform: uppercase;
}

section.members-carousel .main-carousel .player-info .stats div > span.label {
	font-size: 1.3rem;
}

section.members-carousel .main-carousel .player-info .stats div > span.value {
	font-size: 2.2rem;
}

section.members-carousel .slick-next, section.members-carousel .slick-prev {
	fill: var(--white);
	z-index: 1;
}
section.members-carousel .slick-next:before, section.members-carousel .slick-prev:before {
	content: none;
}
section.members-carousel .main-carousel .button-members {
    position: absolute;
    bottom: 0;
}
section.members-carousel .main-carousel .button-members a {
	width: 100%;
}


@media only screen and (max-width: 1280px) {
	section.members-carousel .item .member-img.prev img, section.members-carousel .item .member-img.next img {
		height: 85%;
	}
	
	section.members-carousel .item .current .img .number {
		left: 10px;
	}
	
	section.members-carousel .item .current img {
		position: absolute;
		bottom: 0;
	    height: 100%;
	}
}

@media only screen and (max-width: 990px) {
	section.members-carousel .item .current img {
		left: 8%;
	}
	section.members-carousel .item .member-img.prev, section.members-carousel .item .member-img.next {
		display: none;
	}
	section.members-carousel .main-carousel .player-info  {
		min-height: 360px;
	}
	section.members-carousel .item .current .img img {
		/*max-width: 282px;
		min-width: 198px;*/
		min-width: 225px;
		min-height: 360px;
	}
}

@media only screen and (max-width: 528px) {
	section.members-carousel .main-carousel .player-info .name, section.members-carousel .main-carousel .player-info h3 {
		font-size: 2.2rem;
   		line-height: 2rem;
	}
	section.members-carousel .item .current img {
		left: -5%;
	}
	section.members-carousel .item .current .about {
		width: 55%;
	}
	section.members-carousel .slick-next {
    	right: -10px !important;
	}
	section.members-carousel .slick-prev {
    	left: -10px !important;
	}
}















/* shirt-creator styles :: v.: 0.02 r.: 05/10/2022 @ vlk */

section.shirt-creator .button.empty-black.active {
    background-color: var(--black);
    color: var(--white);
}

section.shirt-creator input {
    font-family: "Rajdhani Bold", Arial, sans-serif;
	font-size: 1.5rem;
    border: 2px solid var(--black);
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
}

section.shirt-creator span.price {
    color: var(--red);
    font-size: 4rem;
}

section.shirt-creator .button.disabled {
    opacity: .4;
    cursor: no-drop;
}

section.shirt-creator .button.disabled:hover {
    transition: 0s;
    cursor: no-drop;
    transform: scale(1);
}

section.shirt-creator .button.type, section.shirt-creator .button.model {
    width: 150px;
}

.offline section.shirt-creator .info-box-shirt, .offline section.shirt-creator .img-box-shirt {
	display: none;
}
.offline section.shirt-creator .info-box-shirt:first-child, .offline section.shirt-creator .img-box-shirt:first-child {
	display: block;
}/* widzew-fm-schedule styles :: v.: 0.02 r.: 06/07/2022 @ vlk */

section.widzew-fm-schedule .widzew-schedule-item {
	padding: 10px 20px;
	font-size: 2rem;
	background-color: var(--white);
	border-radius: 10px;
	margin: 10px 0;
}
section.widzew-fm-schedule .widzew-schedule-group {
	background: var(--grey);
    padding: 20px;
}
section.widzew-fm-schedule .widzew-schedule-group h3 {
	margin-bottom: 10px;
	padding-left: 20px;
}
.widzew-schedule-inner {
	max-width: 85%;
	padding-right: 10px;
}
.widzew-schedule-desc {
	margin-top: 10px;
}
.widzew-schedule-desc p{
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.widzew-schedule-group div:nth-child(2) {
	min-width: 100px;
	text-align: center;
}
.widzew-schedule-group .widzew-schedule-time {
	display: block;
	text-align: center;
	width: 100%;
}
.widzew-schedule-inner span {
	text-align: left;
}	/* news-latest styles :: v.: 0.02 r.: 27/10/2022 @ vlk */

section.news-latest .b-red * {
    color: var(--white);
    z-index: 1;
}

section.news-latest .wrapper {
	position: relative;
}

section.news-latest .header-title a {
    margin-left: 0;
    margin-right: 20px;
    text-decoration: none;
    font-family: "Rajdhani Bold", Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    white-space: nowrap;
}

section.news-latest .header-title a:hover {
	text-decoration: underline;
}

section.news-latest .container .item-news-latest:nth-child(5) {
    padding: 0 0 0 3px;
}
section.news-latest .container .item-news-latest:nth-child(4) {
    padding: 0 3px 0 3px;
}
section.news-latest .container .item-news-latest:nth-child(3) {
    padding: 0 3px 0 0;
}
section.news-latest .container .item-news-latest:nth-child(2) {
    padding: 0 0 6px 3px;
}
section.news-latest .container .item-news-latest:nth-child(1) {
    padding: 0 3px 6px 0;
}

section.news-latest .thumbnail-large, section.news-latest .thumbnail-small {
    position: relative;
    width: 100%;
    border: 1px solid var(--white);
    overflow: hidden;
    border-radius: 2px;
    transition: .4s;
}

section.news-latest .thumbnail-large,
.offline section.news-latest .container .item-news-latest:nth-child(2) .thumbnail-large,
.offline section.news-latest .container .item-news-latest:nth-child(3) .thumbnail-large{
	min-height: 340px;
    max-height: 340px;
}
section.news-latest .thumbnail-small,
.offline section.news-latest .container .item-news-latest:nth-child(4) .thumbnail-large,
.offline section.news-latest .container .item-news-latest:nth-child(5) .thumbnail-large,
.offline section.news-latest .container .item-news-latest:nth-child(6) .thumbnail-large {
    min-height: 240px;
    max-height: 240px;
}

section.news-latest .thumbnail-small h3, section.news-latest .thumbnail-large h3 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 51px;
}

section.news-latest .thumbnail-home {
    filter: brightness(0.75);
    border: 1px solid;
    max-width: 100%;
    margin: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .4s;
}

section.news-latest .thumbnail-large:hover img, section.news-latest .thumbnail-small:hover img {
    transform: scale(1.02);
    transition: .4s;
}

section.news-latest .thumbnail-home + div {
    position: absolute;
}

section.news-latest .tag::before {content: ''; flex: 1;margin-right: 16px;height: 1.5px;background-color: var(--main);width:40px;}
section.news-latest .tag {
	color:var(--main); 
	align-items: center; 
	font-size: 1.7rem;
	text-transform: uppercase;
}
section.news-latest .thumbnail-small .tag {
	font-size: 1.1rem; 
	margin: 0;
}

section.news-latest .icon svg {
    fill: var(--white);
    width: 32px;
    height: 32px;
}

section.news-latest .date .day p {
	line-height: 5px;
	font-size: 4rem;
	font-weight: 600;
}
section.news-latest .date span.msc-hours {
    margin-left: 5px;
	margin-top: 1px;
}

section.news-latest .date span.msc-hours p:nth-child(1) {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    line-height: 0;
    text-align: center;
	text-transform: uppercase;
}
section.news-latest .date span.msc-hours p:nth-child(2) {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 0;
}
@media only screen and (max-width: 990px) {
	section.news-latest .item-news-latest {
		width: 100%;
		padding: 10px 0 !important;
		min-height: 260px;
		max-height: 260px;
	}
	section.news-latest .item-news-latest .icon {
		display: none;
	}
	section.news-latest .thumbnail-large, section.news-latest .thumbnail-small,
	.offline section.news-latest .container .item-news-latest:nth-child(2) .thumbnail-large,
	.offline section.news-latest .container .item-news-latest:nth-child(3) .thumbnail-large,
	.offline section.news-latest .container .item-news-latest:nth-child(4) .thumbnail-large,
	.offline section.news-latest .container .item-news-latest:nth-child(5) .thumbnail-large,
	.offline section.news-latest .container .item-news-latest:nth-child(6) .thumbnail-large {
		min-height: auto;
    	max-height: none;
	}
}
@media only screen and (max-width: 768px) {
	section.news-latest .header-title > div {
	    overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
	}
}
.widzew-fm-archives-item {
  background-color: var(--grey);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 40px;
  align-items: center;
}

.widzew-fm-archives-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.archives-description p,
.archives-authors p {
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: justify;
}

.archives-authors p {
  font-style: italic;
}

.archives-player {
  display: flex;
  justify-content: center;
}

.archives-info * {
  color: var(--black);
}
.archives-info h2 {
	font-size: 2.5rem;
    line-height: 2.5rem;
}
.widzew-archives-menu > button {
  color: black;
  height: 50px;
  padding: 0 15px;
  border: none;
  font-family: "Rajdhani Bold", Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1em;
}

.widzew-fm-select option {
  background: var(--red);
}

.widzew-fm-input {
  color: black;
  padding: 0 20px;
  height: 50px;
  background-color: var(--grey);
  /* outline: none; */
  border: none;
}

.widzew-archives-menu {
  position: relative;
}

.widzew-archives-menu .options {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9999;
  margin: 0;
  padding: 0;
  border: 1px solid var(--white);
}


.widzew-archives-menu .select {
  color: var(--black);
  padding-right: 40px;
  min-width: 295px;
  text-align: left;
}

.widzew-archives-menu .options li {
  padding: 10px 20px;
  background-color: var(--red);
  color: var(--white);
  cursor: pointer;
}

.widzew-archives-menu .options li:hover {
  background-color: var(--white);
  color: var(--black);
}

.widzew-archives-menu .options.show {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

section.widzew-fm-archives .react-datepicker__close-icon {
	padding: 0 8px 0 0;
}

section.widzew-fm-archives .react-datepicker-wrapper * {
  color: black !important;
}

section.widzew-fm-archives .react-datepicker__tab-loop * {
  color: black !important;
}

section.widzew-fm-archives .react-datepicker-wrapper {
  width: auto;
}

section.widzew-fm-archives .react-datepicker-wrapper input {
  color: black;
  height: 50px;
  background-color: var(--grey);
  padding-left: 15px;
  border: none;
  font-family: "Rajdhani Bold", Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1em;
}

section.widzew-fm-archives .react-datepicker__month .react-datepicker__month-text,
section.widzew-fm-archives .react-datepicker__month .react-datepicker__quarter-text {
  width: 8rem;
  padding: 9px;
}

section.widzew-fm-archives .react-datepicker {
  font-size: 1.2rem;
}

section.widzew-fm-archives .react-datepicker__current-month, 
section.widzew-fm-archives .react-datepicker-time__header, 
section.widzew-fm-archives .react-datepicker-year-header {
  font-size: 1.944rem;
}

section.widzew-fm-archives .react-datepicker__close-icon::after {
  width: 20px;
  height: 20px;
  font-size: 15px;
  background-color: var(--red);
}

section.widzew-fm-archives .react-datepicker__day--keyboard-selected, 
section.widzew-fm-archives .react-datepicker__month-text--keyboard-selected, 
section.widzew-fm-archives .react-datepicker__quarter-text--keyboard-selected, 
section.widzew-fm-archives .react-datepicker__year-text--keyboard-selected {
  background-color: var(--red);
  color: #fff !important;
}

section.widzew-fm-archives .react-datepicker__month--disabled,
section.widzew-fm-archives .react-datepicker__quarter--disabled {
  color: #ccc !important;
}

section.widzew-fm-archives .react-datepicker__month-text.react-datepicker__month--selected:hover, 
section.widzew-fm-archives .react-datepicker__month-text.react-datepicker__month--in-range:hover, 
section.widzew-fm-archives .react-datepicker__month-text.react-datepicker__quarter--selected:hover, 
section.widzew-fm-archives .react-datepicker__month-text.react-datepicker__quarter--in-range:hover, 
section.widzew-fm-archives .react-datepicker__quarter-text.react-datepicker__month--selected:hover,
section.widzew-fm-archives .react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
section.widzew-fm-archives .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
section.widzew-fm-archives .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: var(--red);
}
@media (max-width: 768px) {
	.widzew-archives-menu-wrapper > div {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}
	.widzew-archives-menu-wrapper {
		justify-content: left;
	}
	.widzew-archives-menu {
		margin-bottom: 25px;
	}
	.widzew-fm-archives-item {
		display: block;
	}
	.widzew-fm-archives-wrapper {
		overflow: hidden;
	}
}.iframe-script-includer .iframe-container iframe {
	max-width: 100%;
	max-height: 600px;
}/* contact form styles :: v.: 0.05 r.: 27/09/2022 @ vlk */

.contact-form h1 {
    text-align: center;
}
.contact-form .from-box {
    max-width: 740px;
    margin: auto;
}
.contact-form .foem-box {
    flex-direction: column;
}
.contact-form select {
    text-transform: uppercase;
    margin: 0;
    background-color: var(--white);
	color: var(--white);
    border: 0;
    outline: 0;
    font-size: 1.5rem;
    line-height: 3.5rem;
    text-decoration: none;
    font-family: "Rajdhani Bold", Arial, sans-serif;
	text-transform: lowercase !important;
}
.contact-form select option {
	font-size: 1.2rem;
    line-height: 2rem;
	color: var(--black);
	font-family: "Rajdhani Bold", Arial, sans-serif !important;
    font-size: 1.5rem;
	text-transform: lowercase !important;
}
.contact-form select option:checked {
    background-color: var(--red);
    color: var(--white);
}
.contact-form .form-box input {
	box-shadow: none;
}
.contact-form fieldset {
	margin-bottom: 10px;
	padding: 0 10px;
}
.contact-form textarea {
    padding: 21px;
	font-family: "Rajdhani Medium", Arial, sans-serif;
    font-size: 1.5rem;
	max-width: 720px;
	resize: none;
}
.contact-form .form-box input[type=checkbox] {
    backdrop-filter: blur(0px);
    margin-right: 10px;
    margin-left: 0;
}
.contact-form .form-box .form-confirmation {
    font-size: 1.5rem;
}
.contact-form .short-box {
    width: 100%;
    max-width: 740px;
    margin: auto;
}
.contact-form .short-box {
    width: 100%;
    max-width: 740px;
    margin: auto;
}
.contact-form .short-box .form-button {
    padding: 0;
}
@media (max-width: 640px) {
	.contact-form fieldset {
		width: 100%;
	}
	.contact-form .form-box input, .contact-form .form-box .PhoneInput, .contact-form select {
		width: 100% !important;
	}
	.contact-form .form-button {
		padding: 0;
	}
	.modal-body {
		margin-top: 30px;
	}
}/* search-box styles :: v.: 0.05 r.: 14/09/2022 @ vlk */
.search-box .search-input-box, .search-input-box fieldset {
    position: relative;
	width: 100%;
}
.search-box .search-icon {
    position: absolute;
    left: 10px;
    z-index: 1;
}
.search-box #search-field, #search-field-nav {
    width: 95%;
	padding-left: 45px;
	border: 2px solid rgb(216, 216, 216);
	cursor: auto;
}
.search-box #promt-box, #promt-box-nav {
    position: absolute;
    top: 50px;
    min-height: 0px;
    width: 95%;
    background-color: #eeeeee;
    z-index: 1;
}
.search-box #promt-box, #promt-box-nav {
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 2;
    max-height: 300px;
    overflow: auto;
}
.search-box #promt-box ul, #promt-box-nav ul {
    padding: 0;
    margin: 0;
}
.search-box #promt-box li, #promt-box-nav li {
    position: relative;
    border-bottom: 1px solid rgb(216, 216, 216);
	border-right: 1px solid rgb(216, 216, 216);
	border-left: 1px solid rgb(216, 216, 216);
    padding: 8px;
    background-color: var(--white);
    cursor: pointer;
}
.search-box #promt-box li:hover, #promt-box-nav li:hover {
    background-color: var(--red);
	color: var(--white);
    cursor: pointer;
}
.search-box #promt-box li:hover a, #promt-box-nav li:hover a {
	color: var(--white);
}
.search-box #promt-box li a, #promt-box-nav li a {
	text-decoration: none;
	width: auto;
	height: auto;
}
div#search {
    position: relative;
}
/*nav search*/
#search {
	position: relative;
}
#search .search-icon {
	z-index: 1;
	cursor: pointer;
	margin-top: -1px;
}
#search-field-nav {
    padding-left: 10px;
}
#search-field-nav, #promt-box-nav, #search fieldset {
	width: 300px
}

#search:not(.active) #promt-box-nav {
	display: none;
}
#promt-box-nav {
	top: 31px;
}
.fix-menu #promt-box-nav {
	top: 31px;
}
#search-field-nav {
	height: 31px
}
#search fieldset {
    position: absolute;
    transform: translate(-265px,-50px);
	top: -3px;
	transition: .4s
}
#search .search-link.disabled {
	opacity: .4;
	cursor: no-drop;
}
#search.active fieldset {
    transform: translate(-265px,39px);
	transition: .4s
}
body.fix-menu #search.active fieldset {
	transform: translate(-265px,36px);
	transition: .4s
}
#search.active .open-search, #search:not(.active) .search-link {
    display: none;
}

//results box
#oss-wrap {
    min-width: initial !important;
}
#oss-header, #oss-facet, #oss-footer, #oss-footer + div, .osscmnrdr.oss-input-div, .osscmnrdr.ossnumfound {
    display: none;
}
#oss-main {
    margin-left: auto !important;
}
#results-box {
    margin-bottom: 20px;
    margin-top: 0;
    height: 0;
    overflow: hidden;
}
#search-results #results-box {
    height: auto;
    overflow: visible;
    margin-top: 15px;
}
#results-box #promt-box {
    position: relative;
    top: 0;
    width: 85%;
}
#results-box #promt-box li {
    border: 0;
	padding-left: 0;
}
#results-box #promt-box li a {
    margin: 0.21em 0;
    font-family: "Rajdhani Medium", Arial, sans-serif;
    line-height: 2rem;
    font-size: 1.8rem;
}
#results-box #promt-box li h5 {
    margin-bottom: 5px;
}
#results-box #promt-box li:hover {
    background-color: #fff;
	color: var(--black);
    cursor: pointer;
}
#results-box #promt-box li:hover a {
	color: var(--black);
}
#results-box #promt-box li:hover h5 {
	text-decoration: underline
}
#info-length {
    font-family: "Rajdhani Regular", Arial, sans-serif;
	margin-top: -25px;
    margin-bottom: 15px;
}
#search-results h6 {
    font-size: 1.4rem;
}
#search-results .lds-ellipsis {
    position: absolute;
    z-index: 4;
    margin-top: -7px;
}
.osscmnrdr.ossfieldrdr1 a {
    font-size: 2.8rem;
    font-family: "Rajdhani Bold", Arial, sans-serif;
    line-height: 1;
    margin-bottom: 10px !important;
    display: block;
	text-decoration: none;
}
.osscmnrdr.ossfieldrdr1.info-page a {
	margin-bottom: 3px !important;
}
.search-box-item-date {
	font-size: 1.6rem;
    margin-bottom: 10px;
    font-style: italic;
}
.osscmnrdr.ossfieldrdr1 a:hover {
	text-decoration: underline;
}
.osscmnrdr.ossfieldrdr2 {
	margin: 0.21em 0;
    font-family: "Rajdhani Medium", Arial, sans-serif;
    line-height: 2rem;
    font-size: 1.8rem;
}
.osscmnrdr.ossfieldrdr3 {
    color: var(--gold);
    font-size: 1.4rem;
}
.oss-paging {
    text-align: center;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin: 20px auto;
}
.oss-paging a.osscmnrdr {
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'Rajdhani Bold';
    text-decoration: none;
    padding: 5px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    display: block;
    margin: 5px;
}
.oss-paging strong a.osscmnrdr, .pagination-item.active a {
	background-color: var(--red);
    color: var(--white);
}
.pagination-item a.b-t {
	background-color: transparent !important;
	color: var(--black) !important;
	cursor: context-menu;
}
.pagination-container .btn-arrow svg {
    width: 30px;
	margin-top: 3px;
}
.pagination-container .btn-arrow.l-arrow svg {
    transform: rotate(180deg);
}
.pagination-container .pagination-icon {
	cursor: pointer;
}
.pagination-container .pagination-icon.hide {
	display: none;
}
.osscmnrdr.ossfieldrdr2, .osscmnrdr.ossfieldrdr3 {
	word-break: break-word;
}
#search-results .loader-circle {
	position: absolute;
}
#search-results .before-image {
	position: relative;
}
#search-results .image-box img {
    max-width: 100%;
    margin: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	z-index: 2;
}
#search-results .image-box .lds-ellipsis {
	z-index: 1;
}
#search-results .before-image + img, #search-results .error-image + img {
	visibility: hidden
} 
#search-results .error-image {
    position: absolute;
    width: 100%;
    height: auto;
}
#search-results .error-image svg {
	width: 100%;
    max-height: 105px;
}
#search-results .image-box {
    position: relative;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 15px;
    max-height: 115px;
    overflow: hidden;
}
#menu-item-search {
    margin-bottom: 10px;
}
#menu-item-search svg path:nth-child(2) {
    fill: var(--white);
}
#menu-item-search svg line {
    stroke: var(--white);
}

.search-switch-tabs {
  display: flex;
  gap: 20px;
}

.search-switch-tabs button {
  padding: 15px 0;
}

@media (max-width: 1024px) {
	#results-box #promt-box {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#oss-wrap {
		min-width: initial !important;
	}
	
	.search-switch-tabs {
    	margin-top: -20px
  	}
}
@media (max-width: 640px) {
	.search-box .search-icon {
		top: 10px;
	}
	.search-box .search-input-box {
		flex-wrap: wrap;
	}
	.search-box #search-field, #search-field-nav, #result-button, #results-box #promt-box {
    	width: 100%;
	}
	#search-button-box {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 460px) {
  .search-switch-tabs button.link-style.bigger {
    font-size: 1.6rem;
  }
}/* text-image styles :: v.: 0.01 r.: 13/10/2022 @ mf */

section.text-image .text-image-wrapper {
	display: grid;
	position: relative;
	grid-template-columns: 75fr 25fr;
	gap: 40px;
	background-repeat: no-repeat;
}

section.text-image .text-image-text {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

section.text-image .text-image-text p {
	max-width: 80%;
}

section.text-image .text-image-text a {
	margin-right: auto;
}

section.text-image .label-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

section.text-image .label-container p {
	font-size: 2.8rem;
}

section.text-image .label-container img {
	max-width: 180px;
	width: 100%;
}

section.text-image .text-image-bg {
	position: absolute;
   	right: 0;
   	bottom: 0;
   	height: 300px;
	max-width: 400px;
   	width: 30vw;
   	background-repeat: no-repeat;
   	background-size: contain;
	background-position: bottom;
}

section.text-image .text-image-bg.no-title {
	position: initial;
	width: auto;
	background-position: top;
	height: 200px;
}

@media (max-width: 1024px) {
	section.text-image .text-image-wrapper {
		grid-template-columns: 1fr;
	}
	
	section.text-image .text-image-bg {
		position: initial;
		width: auto;
		background-position: center;
		order: -1;
		height: 200px;
	}
	
	section.text-image .text-image-bg.no-title {
		background-position: center;
	}
}

@media (max-width: 767px) {
	section.text-image .text-image-text {
		gap: 20px;
	}
}section.chip-item-box h1.smaller-h {
	font-size: 4.2rem;
	line-height: 4.2rem;
}

section.chip-item-box .chip-item-box-wrapper {
	margin-top: 60px; 
	display: grid;
    grid-gap: 40px;
}

section.chip-item-box .chip-item-box-wrapper.cols5 {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

section.chip-item-box .chip-item-box-wrapper.cols4 {
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

section.chip-item-box .chip-item-box-wrapper.cols3 {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

section.chip-item-box .chip-item {
	display: flex;
	flex-direction: column;
	gap: 40px;
	text-align: center;
	align-items: center;
}

section.chip-item-box .chip-item-box-wrapper.withCircle .chip-item {
	justify-content: center;
}
section.chip-item-box .chip-item-box-wrapper.withCircle .chip-item img {
	position: absolute;
   	top: -50px;
}

section.chip-item-box .chip-item h2 {
	max-width: 260px;
}

section.chip-item-box .chip-item a {
	margin-top: auto;
}

section.chip-item-box span.red {
	font-family: "Rajdhani Regular", Arial, sans-serif;
	font-size: 16px;
	margin-bottom: auto;
	color: var(--red);
}

section.chip-item-box .endText {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 700px;
	display: block;
}

section.chip-item-box .endText p:before {
	content: '*';
	color: var(--red);
}

section.chip-item-box p {
   	font-size: 16px;
   	line-height: 20px;
   	letter-spacing: 0;
	text-align: justify;
}

section.chip-item-box .chip-item-box-wrapper.withCircle {
	margin-bottom: 40px;
}

section.chip-item-box .chip-item-box-wrapper.withCircle .chip-item h2, section.chip-item-box .chip-item-box-wrapper.withCircle .chip-item img {
    z-index: 3;
}

section.chip-item-box .chip-item-box-wrapper.withCircle .chip-item {
	position: relative;
	aspect-ratio: 1 / 1;
	margin: 40px 0;
	gap: 20px;
}

section.chip-item-box .chip-item-box-wrapper.withCircle .chip-item a {
	margin-top: initial;
}

section.chip-item-box .chip-item-box-wrapper.withCircle .chip-item::before {
	position: absolute;
	border-radius: 100%;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 3px solid var(--grey);
}

@media screen and (max-width: 768px) {
	section.chip-item-box h1.smaller-h {
		font-size: 3rem;
		line-height: 3rem;
	}
}