.ak86-btn {
    position: relative;
    display: block;

    border: 0px solid #CADB2B;
    background-color: #CADB2B;
    color: #fff;
    padding: 10px;
    margin: 10px 0;

    width: 100%;
}

.ak86-btn.out {
    display: none;
}

.ak86-btn:hover {
    background-color: #f7a700;
    color: #fff;
    border: 0px solid #f7a700;

    padding: 10px;
}

.pika-single {
    z-index: 9999999;
}

.smallBtn {
    background-color: #CADB2B;
    color: #000;
    border: 1px solid #000;

    padding: 2px 6px;
}


.race-filter-form {
    line-height: 1;

    /*noinspection CssUnresolvedCustomProperty*/
    font-family: var(--e-global-typography-text-font-family), Sans-serif;

    background-color: #ffffff;
    padding: 0;
}

.race-filter-form.widget {

}

.filter-box {
}

.filter-box .filter-header {
    display: none;
}

.filter-body {
    display: flex;
    flex-direction: row;
    align-items: stretch;

    line-height: 1;

    width: 100%;

    background-color: #CADB2B;

}

@media screen and (max-width: 1200px) {
    .filter-body {
        display: none;
        flex-direction: column;
    }

    .filter-body.in {
        display: flex;
    }

    .filter-box .filter-header {
        display: block;
    }

    .filter-header {
        padding: 15px 5px;
        position: relative;
    }

    .widebtn {
        width: 100%;

    }

    .hoverbtn {
        display: inline-block;

        position: absolute;
        right: 15px;
        background-color: transparent;
        border: 0;

    }

    .hoverbtn:active, .hoverbtn:focus, .hoverbtn:focus-visible {
        border: 0;
        outline: none;
    }

    .hoverbtn.out {
        display: none !important;
    }
}

.filter-element-box {
    display: flex;
    flex-direction: row;

    align-items: stretch;
    border: 1px solid #ddd;
    padding: 5px;

    line-height: 1;

    width: 100%;

    background-color: white;
}

span.filter-error {
    display: none;
    width: 100%;
    margin-top: 5px;
    background-color: #de2513;
    padding: 5px;
    color: white;
}

span.filter-error.active {
    display: block;
}

@media screen and (min-width: 1200px) {
    .filter-box.has-errors .filter-element:nth-child(3) .filter-element-box,
    .filter-box.has-errors .filter-element:nth-child(4) .filter-element-box {
        margin-bottom: 30px;
    }

    span.filter-error.filter-error-span.capacities_adult {
        position: absolute;
        bottom: 5px;
        left: 5px;
        width: calc(200% - 45px);
    }

    span.filter-error.filter-error-span.capacities_child {
        display: none;
    }
}

.filter-element {
    position: relative;
}

.filter-description {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 10px;
}
.filter-element, .submit-element {

    display: flex;
    flex-direction: column;
    flex-basis: 0;
    padding: 5px;

    align-items: center;
}

.integer-box {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.integer-label {
    margin: 0 5px;
}

.filter-element .label-box {
    flex-grow: 1
}

.filter-element .input-box {
    flex-grow: 2
}

.submit-element {
    padding-bottom: 0 !important;
}

.ak86-form-control {
    width: 100%;
    margin: 0 5px;
}


select.ak86-form-control {
    margin: 0;
    margin-left: 5px;
    border: 0;
}

select.ak86-form-control:active, select.ak86-form-control:focus, select.ak86-form-control:focus-visible {
    border: 0;
    outline: none;
}

input.ak86-form-control {
    margin: 0;
    margin-left: 5px;
    border: 0;
}

input.ak86-form-control:active, input.ak86-form-control:focus, input.ak86-form-control:focus-visible {
    border: 0;
    outline: none;
}

.datepicker {

}

.loading-overlay {
    display: none;
}

.loading-overlay.in {
    display: block;
    position: absolute;
    z-index: 999;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: rgba(0, 0, 0, .25);
}


.result-box {
    position: relative;
}

.race-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;

    margin: 15px 0;

    border: 1px solid #ddd;

}

/*noinspection CssUnresolvedCustomProperty*/
.race-box {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.race-box p {
    color: #ffffff;
}

.img-box {
    position: relative;

    order: 0;

    width: 100%;
    max-width: 300px;

    border: 1px solid #ddd;
}

.img-tag {
    position: absolute;
    left: 0;
    top: 15px;
    background-color: white;
    color: black;

    padding: 0 5px;
}

.img-holder {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.title-box {
	padding: 15px;
	
	order: 1;
	
}

.content-box {
    order: 3;
    flex: 2;

    padding: 15px;

    border: 1px solid #ddd;
}

.meta-box {
    position: relative;

    order: 4;

    width: 100%;
    padding: 15px;

    border-top: 1px solid #ddd;
}

.action-box {
	padding: 15px 15px 0;
	order: 5;
	display: flex;
}

.action-box a.toggle-btn {
	display: block;
}

.mobile-content-box  { display:none}
.result-box { display: flex; flex-wrap: wrap; margin-left:-5px; margin-right:-5px;}
	.result-box .result-item { width:100%; max-width:100%; padding:5px;}


@media(max-width:575px){
	.action-box { flex-wrap: wrap;}
	a.toggle-btn, a.booking-button { width:100%;}
}

@media(min-width:575px) and (max-width:767px) {
	.result-box .result-item { width:50%; max-width:50%; padding:5px;}
}


@media (max-width:767px) {
	a.toggle-btn, a.booking-button { width:50%; max-width:50%}
	
	.action-box { border-top:1px solid #ddd; margin-left:-15px; margin-right:-15px;}
	.content-box {
		display: none;
	}
	
	.content-box h2 { display:none}
	
	
	.race-box.toggled .mobile-content-box  {
		display: block;
	}
	
	
	
	a.toggle-btn:after {
		content: "\f107";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-family: "Font Awesome 5 Free";
    	font-weight: 900;
		float: right;
	}
	.race-box.toggled a.toggle-btn:after {
		transform: rotate(180deg);
	}
	
	.toggle-btn {
		width: 50%;
		line-height: 1;
		padding: 10px;
		margin: 10px 0;
	}
}

@media (min-width:768px) {
	.result-box { display: block; margin-left:0; margin-right:0;}
	.meta-box {
    max-width: 180px; border:1px solid #ddd;
	}
	
	.action-box { padding:0;}
	
	.action-box a.toggle-btn {
		display: none;
	}
	.title-box, 
	.mobile-content-box  { display:none}
}


.meta-box ul {
    padding-left: 15px;
    color: #000;
}

.meta-box span.striked {
    text-decoration: line-through;
}


@media screen and (max-width: 767px) {
	
    .race-box {
        flex-direction: column;
        align-items: stretch;
    }

    .img-box {
        max-width: 100%;
        height: 200px;
    }

    .meta-box {
        max-width: 100%;
    }

        .race-filter-form {
    background-color: #ffffff;
}


.filter-body {
    background-color: #CADB2B;
}


button.ak86-btn {
    font-size: 25px !important;
    font-weight: 700 !important;
}


}

@media screen and (min-width: 768px) {
        .race-filter-form {
    background-color: #ffffff;
    }
        
.filter-body {
    background-color: #CADB2B;
}
}

.closeBtn {
	z-index:100;
}