:root {
	--primary: #1e5ea4;
	--secondary: #000;
	--text-primary:#ffffff;
	--text-secondary:#cdcdcd;
	--link:#1e5ea4;
}

body{
	background-color: #000;
	color:#fff !important;
	font-family: 'Lexend', sans-serif;
	font-size:1rem;
}

.bg-event{
	display: block;
	position: absolute;
	top: 0px;
	background: url('/img/dldk2026_bg.webp') center center / cover;
	width: 100%;
	height: 800px;
	filter: blur(100px);
	opacity: 0.33;
	pointer-events: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
	border:2px solid red !important;
}

.event-text{
	color:#a7a7be;
}
/*.event-pools,*/
/*.tickets,*/
/*.event-info{*/
/*	background-color: var(--secondary);*/
/*}*/

.lineup{
	font-size: 1.4rem;
}

.lineup .dot {
	color:#63a5d5;
	font-size: 1.4rem;
}

.event-info h1{
	font-size: 1.8rem;
	color: var(--primary);
}

h4{
	color: var(--primary);
}

.border-bottom{
	border-color: #464646 !important;
}

.event-info h2{
	font-size: 1.2rem;
	color: var(--text-primary);
	font-weight: normal;
}

.event-pools{
	padding:30px;
}

.poll-name{
	color: var(--primary);
	font-size: 1.4rem;
}

.poll-price{
	font-size: 1.4rem;
}

.poll-name .poll-price{
	color:#fff;
}

.accordion-button:not(.collapsed){
	background-color: var(--primary) !important;
	color: var(--text-primary) !important;
	border:0 !important;
	box-shadow: none !important;
}

.accordion-item{
	background-color: var(--secondary) !important;
	color:var(--text-primary) !important;;
}

.accordion-item{
	border:0 !important;
	border-bottom: 1px solid #252525 !important;
}

.accordion-item:last-child{
	border-bottom:0 !important;
}

.accordion-header{
	border:0 !important;
}

.accordion-button{
	background-color: var(--secondary) !important;
	color:var(--text-primary) !important;
	border:0 !important;
}

header .img-responsive{
	margin: 0 auto;
}

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
}

#content {
	padding:30px 0;
}

.logo img {
	width:30%;
}

.full-width-div {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	height: 100px;
	margin-top: 100px;
	left: 50%;
}

#langs{
	text-align: center;
	font-weight: 700;	
}

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

#langs ul li {
	display:inline-block;
	*display:inline;
}

#langs ul li a{
	text-decoration: none; 
	font-weight: 700;
	color:#1e5ea4;
}

#langs ul li a.active,
#langs ul li a:hover {
	color: #75b5f9;
}

.btn {
	text-transform: uppercase;
}

.pool_item {
	border-bottom:1px solid #cdcdcd;
}

.pool_item .pool_name {
	font-size:28px;
	text-transform: uppercase;
	color: #1e5ea4;
	font-weight: 800;
}

.pool_item .pool_name span {
	text-transform: none;
	color: #cdcdcd;
	font-size:16px;
	font-weight: normal;
	display:block;
}

.pool_item .pool_price {
	font-size:24px;
	font-weight: bold;
}

#ticket__pools .panel{
	display: none; 
}

.ticket__pool, .ticket__pool_v{
	padding: 25px 15px;
	background: #fff;
	text-align: center;
	margin-top: 15px;
	height: 700px;
	position: relative
}

.ticket__pool_name{
	font-weight: 700;
	color: #1e5ea4;
	font-size: 22px; 
}

.buy_ticket_button{
	position: absolute;
	bottom: 10px;
	left: 25%;
}

.ticket__pool_price{
	font-weight: 900;
	font-size: 28px; 
	padding: 15px 0;
	color: #1d1b1b;
}

.ticket__pool_description{
	font-weight: 700; 
	color: #5e5b5b;
	font-size: 13px;
}


.accordion-toggle span{
	color: #1e5ea4;
	font-weight: 900; 
	padding-right: 10px; 
}

/* BUTTON HOVER EFFECTS */
.cl-effect-2 button{
	background: transparent;
	border: none; 
	outline: 0; 
	font-size: 18px !important; 
	font-weight: bold; 
}

.cl-effect-2 a, .cl-effect-2 button {
	margin-top: -10px; 
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	color: #000; 
	text-transform: uppercase; 
	font-size: 13px; 		
}

.cl-effect-2 a span, .cl-effect-2 button span {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	background: #1e5ea4;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;	
	font-weight: 700;
	color: #fff;
}

.cl-effect-2 a span::before, .cl-effect-2 button span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0965a0;
	/*content: attr(data-hover);*/
	content: url('/img/logo-small-white.png');
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	padding-top: 5px; 
	
}

.form-check-input:disabled .form-check-label{
	color:#fff !important;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span,
.cl-effect-2 button:hover span,
.cl-effect-2 button:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before,
.cl-effect-2 button:hover span::before,
.cl-effect-2 button:focus span::before {
	background: #007bff;
}

#tickets__form input, #tickets__form select, #tickets__form select option{
	color: #000; 
	border: none;
}

.pools_header h3{
	font-weight: 700;
	font-size:1.2em;
}

#payment__info{
	background: #fff;
	padding: 35px 25px;
	text-align: center;
	margin-top: 20px; 
}

#payment__info h1{
	font-weight: bold; 
}

#payment__info a{
	color:  #1e5ea4;
	text-decoration: none; 
}

/*standi*/
/*.shipment_div1,.shipment_div5{
	opacity: 0.1;
}*/
.shipment_div1{
	opacity: 1;
}


.login_admin{
	background: #fff;
	padding: 40px 20px; 
}






/* EF STYLES */

.checkbox img{
	border: 3px #fff solid; 
}



#navbar{
	font-weight: bold; 	
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.login_admin{
	margin-top: 20px; 
}

.login_admin input{
	color: #000; 
}

.login_button{
	text-align: center; 
}

.login_button button{
	background: transparent;
	border: 1px #ededed solid; 
	text-transform: uppercase; 
	font-weight: 700; 
}

.login_button button:hover{
	background: #1e5ea4;
	color: #fff;
	
}
#line_up h1, #place h1, #tickets h1{	
	font-weight: bold;
}

#line_up h1{
	font-weight: bold;
	color: #1e5ea4;
	text-transform: uppercase;
}

#line_up, #place{
	border: 1px #fff solid; 
	padding: 20px;	
	background: rgb(231, 31, 53);
	margin: 25px 0;
}

.help{
	background: rgb(231, 31, 53);
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 20px; 
	font-weight: bold;	
	border: 1px #fff solid; 
	font-size: 17px; 	
}

.help a{
	color: #1e5ea4;
	font-weight: bold; 
}


.my-2{
	margin: 5px 0; 
}


.my-3{
	margin: 15px 0; 
}

#register_button{
	margin: 0; 
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

/**************************************************************/

.fa-ticket{
	font-size: 30px; 
}

.copyright{
	font-weight: 700; 
}

.copyright a{
	text-decoration: none;	
}

.buy_btn a{
	display: block; 
	color: #fff;
	padding: 5px 10px;
	/*background: #2418ab;*/
	background: transparent;
	text-decoration: none; 
	font-weight: bold; 
	text-transform: uppercase;
	font-size: 15px; 
	width: 100px; 
	text-align: center; 
	border: 1px #fff solid;
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
    transition:.5s;

}

.buy_btn a:hover{
	background: #1e5ea4;
	color: #fff;
	border: 1px #1e5ea4 solid;
}


.radio_buttons, .kind_radio_buttons {
    display: block !important;
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    /*font-size: 22px !important;*/
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
	font-size: 15px; 
}

/* Hide the browser's default radio button */
.radio_buttons input, .kind_radio_buttons input {
    opacity: 0;
    cursor: pointer;
}

.radio_buttons .checkmark {
	position: absolute; 
    top: 170px;
    left: 102px;
    height: 20px;
    width: 20px;
    background-color: #ededed;
    border-radius: 50%;
	z-index: 9999;
}

.kind_radio_buttons .checkmark{
	position: absolute; 
    bottom: 53px;
    right: 140px;
    height: 20px;
    width: 20px;
    background-color: #ededed;
    border-radius: 50%;
	z-index: 9999;
}

/* On mouse-over, add a grey background color */
.radio_buttons:hover input ~ .checkmark, .kind_radio_buttons:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_buttons input:checked ~ .checkmark, .kind_radio_buttons input:checked ~ .checkmark{
    background-color: #1e5ea4;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_buttons .checkmark:after, .kind_radio_buttons .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_buttons input:checked ~ .checkmark:after, .kind_radio_buttons input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_buttons .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.kind_radio_buttons .checkmark:after{
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

h1 {
	font-size: 1rem;
}

/*===================*/


.bg{
	background: rgb(231, 31, 53);
	padding: 20px; 
	border: 4px red solid; 
}

.choose_inpost{
	font-weight: bold; 
	color: #5e5b5b;
	text-transform: uppercase; 	
}
header .row {
	margin:0 !important;
}

#language {
	padding:15px 0px;
}

#language ul { text-align:right;}

#language ul li a.active,
#language ul li a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #00abdb;
	padding:10px 13px;
	color:#fff;
	text-decoration:none;
}

#language ul{
	-webkit-padding-start: 0px;
	list-style-type:none;
	padding:0;
	margin:0;	
}

#language ul li {
	display:inline-block;
	*display:inline;
	font-weight:bold;
	color:#fff;
}


footer{
	text-align: center;
	padding: 30px 0;
	text-transform:uppercase;
}

.copyright a {
	color:#007bff;
}

#event_desc{
	background: #fff;
	border: 1px #e3e3e3 solid;
	margin-bottom: 25px; 
}

.PriceAndBuy{
	position: absolute;
	bottom: 0px; 
	background: #f9f9fb;
	width: 100%;
	margin-left: -15px;
	padding: 5px 0px;
	
}

.event_price{
	margin-left: 15px 0;
	float: left; 
	vertical-align: middle;	
	color: #00abdb;
	padding: 15px; 
	font-size: 12px; 

}

.event_price span{
	font-size: 21px;
	font-weight: bold;
	color: #00abdb;
}

.event_title{
	font-size: 32px;
	font-weight: bold;
	color: #5c5c74;
}

.event_title i{
	font-size: 22px; 
}

#event{
	margin: 25px 0; 
}

.event_lineup{
	font-size: 18px; 
	padding-top: 25px; 
	text-transform:uppercase;
}
.event_lineup i {
	color: #00abdb; 
	font-size: 22px; 
}
.event_place{
	font-size: 20px;
	padding: 15px;
	text-align: center;	
	text-transform: uppercase;		
}
.map iframe{
	width: 100%; 
	padding-top: 15px; 
}

.event_addnotations{
	border: 1px #e3e3e3 solid; 
	background: #fff;
	text-align: center; 
	text-transform: uppercase; 
}

.event_addnotations img{
	margin: 0 auto; 
}

.lineup_images {
	padding: 15px 0;
	font-size: 16px; 
}

.event_date{
	padding-bottom: 15px;
	font-size: 16px; 
}

.category_heading{
	color:#e3e3e3;
	text-transform: uppercase; 
	font-size: 20px; 
}

.event_place_address{
	font-size:16px;
	border-bottom: 1px #ccc solid; 
	padding-bottom: 20px; 
}

.buy_btn{
	float: right;
}

.ticket_type{
	color: #e3e3e3;
    text-transform: uppercase;
    font-size: 24px;
	margin-bottom: 10px;
}

.steps{
	text-transform: uppercase;
	font-size: 22px; 
	text-align: center; 
	font-weight: bold;
	color: #fff; 
}

.steps span{
	font-weight: normal; 
}

#checkout{
	padding: 30px 0;
}

.sub_form {
	background-color:transparent;
	padding:15px 0px;
	font-size:18px;
}

/*.sub_form_bg input, .sub_form_bg select{	
	color: #000;
	background: #fff; 
}

.sub_form_bg select option{
	color: #000; 
}*/

.transparent_bg{
	background: transparent; 
}

.sub_form_title{
	font-size: 1.2rem;
	font-weight: bold; 
	padding: 20px 0px; 
	color: var(--primary);
}

.form-group{
	margin: 8px 0px !important; 
}

.price_bold{
	font-weight: bold; 
	display: block; 
}

.btn-radio {
	width: 100%;
}
.img-radio {
	opacity: 1;
	margin-bottom: 5px;
}

.space-20 {
    margin-top: 20px;
}

.contactmessage{	
	margin:0px;
	margin-top:30px;
	text-align:center;
	display: block; 
	border: 1px #5e5b5b solid; 
	padding-bottom: 20px; 
}

/*.select2-container--default .select2-selection--single{
	background: transparent !important;
	color: #fff !important; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #fff !important;
}

.select2-dropdown{
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.select2-search__field{
	background: transparent !important;
}

.select2-container--default .select2-results__option[aria-selected=true]{
	background: #2a26b2 !important;
}*/

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: #1c4adc !important;
}

.select2-results__option,.select2-search__field{
	color: #000; 
}


.help-block{
	color: red !important; 
	font-weight: 700; 
}

.btn-primary{
	background-color: var(--primary) !important;
	border: var(--primary) !important;
	text-transform: uppercase; 
	font-weight: bold; 
}

.btn-primary.active:focus{
	background: #00abdb;
}

.asot_box_title{
	background:  #00abdb;
	padding: 10px 15px;
	text-align: center;
	width: 100%; 
	color: #fff;
	font-weight: bold; 
}
.ticket img{
	width: 50%;	
}

.ticket{
	border-bottom: 1px #ccc solid;
}

.promo_btn{
	margin-top: 20px;
}

.promo_code a{
	color: #fff;
	background: #00abdb;
	font-weight: bold;	
	padding: 10px 15px;
}

.promo_code a:hover{
	text-decoration: none; 
}

.activate_code_button{
	background: #00abdb;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
	padding: 7px 10px;
	border: none; 
	text-transform: uppercase;
	float: right; 
	border-radius:5px;
}

.code_activated{
	color: #00a743;
	font-size: 12px; 
	text-align: center; 
	
}

.code_activated span{
	font-weight: bold; 
	display: block; 
}

.finish_value{
    color: var(--primary);
	font-size: 23px;
	font-weight: bold;
}

.finish_value span{
	font-weight: normal;
}

.finish_value_component{
	font-size: 20px;
	padding-bottom: 10px; 
	
}

.finish_value_component span{
	color: #cdcdcd;
	font-weight: 700;
}

.finish_value_green{
	color: #28a745;
	font-size: 23px;
	font-weight: bold;
	
}


.regulamin{
	font-weight: bold;
	display: inline;

	
}

.regulamin a{
	color: #cdcdcd;
	text-decoration: none; 
	font-weight: bold; 
}

.regulamin a:hover{
	color: #cdcdcd;
}

#loader {
	background: rgba(14, 38, 56, 0.7);
	left:0;
	position: fixed;
	width: 100%;
	height: 100vh;
	text-align: center;
	top:0;
	z-index: 100000;
	display: none;
}

#loader_spinner {
	margin-top: 25%;
}

#loader .spinner-border {
	width: 5rem;
	height: 5rem;
}



#regulaminy{
	margin-top: 15px; 
	color: var(--text-secondary);
}

.sub_form_bg{
	padding: 20px 30px;
}

#top {
	padding:0px 0px 30px 0px;
}

.ost {
	font-size:18px;
}

.tickets_data{
	font-size: 20px;	
}

.pay_info {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff;
}

.ban i{
	font-size: 30px; 
	float: right; 
}

.sold_out_div{
	font-size: 35px; 
	padding-bottom: 60px;
}

#sold_out{
	background: #fff;
	padding: 50px 20px; 
	font-weight: bold; 
	color:#000;
}

.sold_out_btn a{
	color: #fff;
	padding: 20px 35px;
	background: #eb1f29;
	border-radius: 5px; 
	text-decoration: none; 
	font-weight: bold; 
	text-transform: uppercase;
	margin-top: 35px; 
	font-size: 25px; 
	transition: 1s; 
}

.sold_out_btn a:hover{
	background: #00abdb;	
}

#sold_out i{
	color: red; 
}

@media (max-width: 1200px ) {
	
	.buy_btn{
		float: none; 
		margin-top: 15px; 
	}
	
	.buy_btn a{
		display: inline; 
	}
	
	.radio_buttons .checkmark{
		top: 134px;
		left: 83px;
	}	
	
	.kind_radio_buttons .checkmark{
		bottom: 50px;
		right: 110px; 
	}
	
}

@media (max-width: 991px ) {
	.buy_ticket_button{
		left: 40%;
	}

	.radio_buttons .checkmark{
		top: 85px;
		left: 64px;
	}	
	
	.kind_radio_buttons .checkmark{
		bottom: 50px;
		right: 75px; 
	}

	.ticket__pool, .ticket__pool_v{
		height: auto;
	}

	#ticket__pools .panel, #ticket__pools .panel-default > .panel-heading {
		margin-bottom: 35px;
	}

	.ticket__pool_description{
		margin-bottom: 45px;
	}

}

@media (max-width: 767px ) {
	.checkbox img{
		margin: 0 auto;
		width: 150px;	
	}
	
	.radio_buttons .checkmark{
		top: 165px;
		left: 240px;
	}
	
	.kind_radio_buttons .checkmark{
		bottom: 55px;
		right: 300px;
	}
	
	.hovereffect{
		margin-bottom: 15px; 
	}
}

@media (max-width: 500px ) {
	.buy_ticket_button{
		left: 34%;
	}

	.logo2 img {
		width:45%;
	}

	.checkbox img{
		display: none; 
	}
	
	.radio_buttons .checkmark{
		top: 20px;
		left: 155px;
	}	
	
	.kind_radio_buttons .checkmark{
		bottom: 55px;
		right: 118px;
	}	
	
	.select2-container .select2-selection--single{
		width: 300px; 
	}
	
	.select2-container--open .select2-dropdown--below{
		width: 300px !important; 
	}
	
	.select2-container--open .select2-dropdown--above{
		width: 300px !important;
	}
	
	.ticket__pool_description{
		min-height: 0; 
		margin-bottom: 30px;
		display: none; 
	}
		
	#ticket__pools .panel,#ticket__pools .panel-default > .panel-heading{
		display: block;
		background-image: none; 
		border: none; 
		background-color: #fff; 
		box-shadow: none; 
	}
	
	#ticket__pools a{
		text-decoration: none; 
		font-weight: 700; 
	}
	
	#ticket__pools i{
		color: #eb1f29;
		font-weight: 900; 
	}
	
	.ticket__pool_price{
		padding-bottom: 0; 
	}
	
	
	.copyright{
		font-size: 12px; 
	}

	.ticket__pool, .ticket__pool_v{
		height: auto;
	}

}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
