body{
    background: #fff !important;
}

span.bokun-card-count {
    position: absolute;
    background: #fff;
    z-index: 999;
    bottom: 0;
    right: 0;
    margin: 5px 5px;
    padding: 0px 8px;
    font-size: 12px;
    line-height: 2;
    border-radius: 15px;
}
ul.ag_selected-tags-filters-ul li {
    list-style: none !IMPORTANT;
    background: #f4ece2;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-block;
    margin: 2px 2px;
}

ul.ag_selected-tags-filters-ul {
    margin: 0;
    padding: 15px 20px;
}

.ag_selected-tags-filters {
    background: #fff;
    border-radius: 5px;
}
span.ag-tag-close {
    cursor: pointer;
    background: #fff;
    padding: 0px 5px;
    border-radius: 15px;
    text-align: center;
    margin: 0px 3px;
}

#bokun-filters-content .link-only > a h3 {
    color: #555555;
}
.bokun-plugin__archive-page__pagination-wrapper li {
    list-style: none;
    padding: 13px;
}
.bokun-plugin__archive-page__wrapper{
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 0 15px;
}
.bokun-plugin__archive-page__wrapper.row-reverse{
    flex-direction: row-reverse;
}
.bokun-plugin__archive-page__wrapper.row{
    flex-direction: row;
}

.bokun-plugin__archive-page__sidebar-wrapper {
    min-width: 250px;
    width: calc(21.5% - 10px);
    transition: all 0.6s cubic-bezier(0.945, 0.02, 0.27, 0.665) 0s;
    transform-origin: left bottom;
    margin: 16px 0;
}

.bokun-plugin__archive-page__wrapper.row .bokun-plugin__archive-page__sidebar-wrapper.active {
    margin-left: -350px;
    transform: rotateY(90deg);
}
.bokun-plugin__archive-page__wrapper.row-reverse .bokun-plugin__archive-page__sidebar-wrapper.active {
    margin-right: -350px;
    transform: rotateY(-90deg);
}
@media screen and (max-width: 1024px) {
    .bokun-plugin__archive-page__sidebar-wrapper {
        width: 100%;
        max-width: 275px;
    }
    .bokun-plugin__archive-page__sidebar-wrapper.active {
        width: 0;
        margin-left: 0;
        pointer-events: none;
        opacity: 0;
    }
}
@media screen and (max-width: 768px) {
    .bokun-plugin__archive-page__sidebar-wrapper {
        position: absolute;
        z-index: 5;
        left: 15px;
        margin: 0;
        top: 122px;
    }
    .bokun-plugin__archive-page__sidebar-wrapper.active {
        width: 0;
        margin-left: 0;
        pointer-events: none;
        opacity: 0;
    }
}
#bokun-filters-form{
    padding: 15px 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background-color: #FFFFFF;
}
#bokun-filters-form .set > a h3 {
    font-family: 'PT Sans' !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.bokun-plugin__archive-page__sidebar-controls{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}
.bokun-plugin__archive-page__sidebar-controls > div{
    position: relative;
}
.bokun-plugin__archive-page__sidebar-controls .reset-btn {
    padding: 0.5rem 1rem;
    transition: all 0.25s ease 0s;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    background-color: #007bff;
    width: 66px;
    height: 34px;
    outline: none;
    border: none;
}
.bokun-plugin__archive-page__sidebar-controls .reset-btn:hover {
    background-color: #0066d3;
}

.bokun-plugin__archive-page__sidebar-controls select {
    line-height: 1.5;
    color: #495057;
    font-weight: 400;
    font-size: 9pt;
    background: #fff;
    border: 1px solid rgb(190,190,190);
    width: 129px;
    height: 34px;
    padding: 0.5rem;
    outline: none;
}

#bokun-filters-content>div {
    padding: 16px 0px;
/*     border-bottom: 1px solid rgb(224, 224, 224); */
}
.bokun-plugin__archive-page__sidebar-filters__wrapper h3{
    display: inline-block;
    margin: 0 0 8px 0;
    font-weight: 400;
    font-size: 16px;
    color: rgb(192, 192, 192);
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    line-height: 1.8;

}
#bokun-experience-filter,
#bokun-destination-filter {
    font-size: 14px;
    color: #4a4a4a;
    position: relative;
}
.bokun-plugin__archive-page__sidebar-filters__wrapper>div label{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease 0s;
    font-family: Montserrat, sans-serif;
    position: relative;
    padding-left: 30px;
padding-bottom:10px;
}

.bokun-plugin__archive-page__sidebar-filters__wrapper>div label input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 22px;
    height: 22px;
    margin: 0;
}

.bokun-plugin__archive-page__sidebar-filters__wrapper>div label .checkbox-placeholder {
    width: 22px;
    height: 22px;
    border: 2px solid rgb(229,229,229);
    position: absolute;
    left: 0;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bokun-plugin__archive-page__sidebar-filters__wrapper>div label input:checked + .checkbox-placeholder:before {
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    width: 8px;
    height: 13px;
    border-style: solid;
    border-color: black;
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    content: "";
    margin-top: -5px;
}

.bokun-plugin__archive-page__content-wrapper {
    width: calc(78.5% - 10px);
    margin: 16px 0 16px 15px;
}
.bokun-plugin__archive-page__sidebar-wrapper.active + .bokun-plugin__archive-page__content-wrapper{
    width: 100%;
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .bokun-plugin__archive-page__content-wrapper {
        width: 100%;
        margin-left: 0;

    }
}

.bokun-plugin__archive-page__content-wrapper__search-block{
    padding: 10px;
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.bokun-plugin__archive-page__content-wrapper__search-block .navbar-btn {
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 0 !important;
}
.bokun-plugin__archive-page__content-wrapper__search-block .navbar-btn span{
    width: 80%;
    height: 2px;
    transform: none;
    opacity: 1;
    margin: 5px auto;
    display: block;
    background: rgb(85, 85, 85);
    transition: all 0.6s cubic-bezier(0.81, -0.33, 0.345, 1.375) 0.2s;
}
.bokun-plugin__archive-page__content-wrapper__search-block .navbar-btn.active span{
    margin: 0px auto;
}

.bokun-plugin__archive-page__content-wrapper__search-block .navbar-btn.active span:first-of-type{
    transform: rotate(45deg) translate(2px, 2px);
}

.bokun-plugin__archive-page__content-wrapper__search-block .navbar-btn.active span:nth-of-type(2) {
    opacity: 0;
}

.bokun-plugin__archive-page__content-wrapper__search-block .navbar-btn.active span:last-of-type{
    transform: rotate(-45deg) translate(1px, -1px);
}
.bokun-plugin__archive-page__content-wrapper__search-block .date-range{
    width: 33.333333%;
    position: relative;
}
.bokun-plugin__archive-page__content-wrapper__search-block .date-range:after {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
.bokun-plugin__archive-page__content-wrapper__search-block .date-range input{
    background: #fff;
    height: 34px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}
.drp-buttons button:first-of-type{
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
}
.drp-buttons button:last-of-type{
    color: #fff;
    background: #0066d3;
    outline: none;
    border: 1px solid #0066D3;
    text-transform: uppercase;
}

.bokun-plugin__archive-page__content-wrapper__search-block {
    display: flex;
    justify-content: space-between;
}



.bokun-plugin__archive-page__content-wrapper__search-block .search-field {
    display: flex;
    justify-content: space-between;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin-right: 16px;
}
@media screen and (max-width: 768px){
    .bokun-plugin__archive-page__content-wrapper__search-block {
        flex-wrap: wrap;
    }
    .bokun-plugin__archive-page__content-wrapper__search-block .date-range {
        width: 50%;
    }
    .bokun-plugin__archive-page__content-wrapper__search-block .search-field {
        margin: 10px 0 0;
        width: 100%;
    }
}
.bokun-plugin__archive-page__content-wrapper__search-block .search-field>input{
    width: 100%;
    outline: none;
    background: rgb(255, 255, 255);
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ced4da;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 10pt;
    padding: 0.5rem;
    height: 34px ;
    display: block;
}
.bokun-plugin__archive-page__content-wrapper__search-block .search-field div {
    background: url(../img/search.png) center center no-repeat;
    height: auto;
    width: 30px;
    padding-left: 5px;
}
.bokun-plugin__archive-page__content-wrapper__search-block .search-field div input{
    position: absolute;
    background: transparent;
    border: none;
    top: 0;
    right: 0;
    width: 30px;
    height: 34px;
    opacity: 0;
    padding: 0;
}


.bokun-plugin__archive-page__content-wrapper .bokun-plugin__archive-page__content-wrapper__content-block {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

.bokun-plugin__archive-page__content-wrapper__content-block.view-type-line{
    flex-direction: column;
    margin-left: 0;
}

.bokun-plugin-archive-record {
    display: flex;
    margin: 15px 0 0 15px;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    transition: all 0.4s ease 0s;
}
.bokun-plugin__archive-page__content-wrapper__content-block.per-line-3 .bokun-plugin-archive-record{
    width: calc(100% / 3 - 15px);

}
.bokun-plugin__archive-page__content-wrapper__content-block.per-line-4 .bokun-plugin-archive-record{
    width: calc(100% / 4 - 15px);
}
.bokun-plugin__archive-page__content-wrapper__content-block.per-line-4 .bokun-plugin-archive-record .bokun-plugin-archive-record__image-wrapper{
    max-height: 250px;
}
.bokun-plugin__archive-page__content-wrapper__content-block.per-line-5 .bokun-plugin-archive-record{
    width: calc(100% / 5 - 15px);
}
.bokun-plugin__archive-page__content-wrapper__content-block.per-line-5 .bokun-plugin-archive-record .bokun-plugin-archive-record__image-wrapper{
    max-height: 210px;
}
.bokun-plugin__archive-page__content-wrapper__content-block.per-line-6 .bokun-plugin-archive-record{
    width: calc(100% / 6 - 15px);
}
.bokun-plugin__archive-page__content-wrapper__content-block.per-line-6 .bokun-plugin-archive-record .bokun-plugin-archive-record__image-wrapper{
    max-height: 170px;
}
.bokun-plugin__archive-page__content-wrapper__content-block.view-type-line .bokun-plugin-archive-record{
    flex-direction: row;
    width: 100%;
    margin-left: 0;
}
@media screen and (max-width: 1365px){
    .view-type-block .bokun-plugin-archive-record {
        width: calc(100% / 3 - 15px) !important;
    }
}
@media screen and (max-width: 1024px){
    .view-type-block .bokun-plugin-archive-record {
        width: calc(100% / 2 - 15px) !important;
    }
}
@media screen and (max-width: 767px){
    .view-type-block .bokun-plugin-archive-record {
        width: calc(100% - 15px) !important;
    }
}
.bokun-plugin-archive-record__image-wrapper .img{
    background-position: center center;
}

.bokun-plugin-archive-record:hover{
    box-shadow: 0 3px 6px rgb(149, 153, 157);

}

.bokun-plugin-archive-record__content-wrapper{
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}
.bokun-plugin__archive-page__content-wrapper__content-block.view-type-line .bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper {
    width: 100%;
    padding: 10px;
}

.bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper a,
.bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper h2 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 500;
    color: rgb(52, 64, 78);
    overflow: hidden;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    font-family: Lato,
    sans-serif;
    line-height: 1.5;
    min-height: 54px;
    max-height: 54px;

}
.bokun-plugin__archive-page__content-wrapper__content-block.view-type-line .bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper a,
.bokun-plugin__archive-page__content-wrapper__content-block.view-type-line .bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper h2{
    min-height: 0;
}
.bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 74%;
}
.bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper p {
    font-size:  16px;
    font-weight: 300;
    line-height: 18px;
    color: inherit;
    font-family: Montserrat,
    sans-serif;
    margin:10px 0;
    overflow: hidden;
}
.bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper .price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: max-content;
}
.bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper .price-block p{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 300;
    font-family: Montserrat,
    sans-serif;
}
.bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper .price-block span{
    font-weight: 600;
    line-height: 1.5;
    color: rgb(87, 100, 111);
    font-family: Montserrat,
    sans-serif;
}

.bokun-plugin-archive-record .bokun-plugin-archive-record__image-wrapper {
    height: 330px;
    width: 100%;
}
.bokun-plugin__archive-page__content-wrapper__content-block.view-type-line .bokun-plugin-archive-record .bokun-plugin-archive-record__image-wrapper{
    height: 152px;
    width: 100%;
    max-width: 150px;
}
.bokun-plugin-archive-record .bokun-plugin-archive-record__image-wrapper .img {
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bokun-plugin__archive-page__content-wrapper .bokun-plugin__archive-page__pagination-wrapper ul {
    list-style: none;
    display: flex;
    justify-content: center;
}
.bokun-single{
    min-height: 500px;
}
.bokun-single__event-title{
    color: #6EC1E4;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin: 40px 0;
}
.bokun-single__event-cols {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: 80px auto 0;
    justify-content: space-between;
    padding: 0 20px;
}
@media screen and (max-width: 480px){
    .bokun-single__event-cols {
        padding: 0 10px;
    }
}

.bokun-single__event-cols__info {
    width: 67%;
}

.bokun-single__event-cols__info .bokun-breadcrumbs {
    display: flex;
    list-style: none;
    margin-left: 0;
    flex-wrap: wrap;
}
.bokun-breadcrumb-link-wrapper{
    position: relative;
    margin: 0.5rem 0 0 3rem;
}
.bokun-breadcrumb-link-wrapper:first-of-type{
    margin-left: 10px;
}
.bokun-breadcrumb-link-wrapper a{
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 400;
}
.bokun-breadcrumb-link-wrapper .bokun-breadcrumb-current-page {
    font-weight: 400;
    font-size: 1.5rem;

}
.bokun-breadcrumb-link-wrapper:before{
    content: '»';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.bokun-breadcrumb-link-wrapper:last-of-type:before{
    content: none;
}
.bokun-slider{
    height: 210px;
}

.navigation{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.navigation .swiper-button-prev,
.navigation .swiper-button-next {
    position: static;
    outline: none;
    /* font-weight: bold; */
    margin: 0 20px;
}
.navigation .swiper-button-prev:after,
.navigation .swiper-button-next:after{
    color: #999;
    font-size: 35px;
}


.bokun-single__event-cols__info .bokun-gallery > div img {
    width: auto;
    height: 100%;
}
.bokun-single__event-cols__info .bokun-tabs-js{
    margin-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.bokun-single__event-cols__info .bokun-tabs-js .tabs-controls{
    display: flex;
}
.bokun-single__event-cols__info .bokun-tabs-js .tabs-controls a{
    padding:  25px;
    color: #6ec1e4;
    display: block;
    text-decoration: none;

}
.bokun-single__event-cols__info .bokun-tabs-js .tabs-controls a.is-active{
    border: 1px #d4d4d4 solid;
    border-bottom: none;
    color: #61ce70;
    position: relative;

}
.bokun-single__event-cols__info .bokun-tabs-js .tabs-controls a.is-active:before {
    content: "";
    width: 1000px;
    left: 100%;
    bottom: 0;
    height: 1px;
    background: #d4d4d4;
    position: absolute;
}
.bokun-single__event-cols__info .bokun-tabs-js .tabs-controls a.is-active:after {
    content: "";
    width: 1000px;
    right: 100%;
    bottom: 0;
    height: 1px;
    background: #d4d4d4;
    position: absolute;
}
.bokun-single__event-cols__info .bokun-tabs-js .tabs-content{
    padding: 20px;
    border: 1px #d4d4d4 solid;
    border-top: none;
}
.bokun-single__event-cols__info .bokun-tabs-js .tabs-content p,
.bokun-single__event-cols__info .bokun-tabs-js .tabs-content p span {
    color: #7a7a7a !important;
    font-family: "Roboto",
    Sans-serif;
    font-weight: 400;
}
.bokun-single__event-cols__info .bokun-tabs-js .tabs-content div {
    display: none;
}

.bokun-single__event-cols__info .bokun-tabs-js .tabs-content div.is-active {
    display: flex;
    flex-direction: column;
}

.bokun-single__event-cols__info .bokun-included-excluded {
    display: flex;
    margin: 40px 0;
}

.bokun-single__event-cols__info .bokun-included-excluded > div {
    padding: 0 20px;
    width: 50%;
}
.bokun-single__event-cols__info .bokun-included-excluded > div h4{
    margin: 0;
    font-family: "Roboto",
    Sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #7a7a7a;
    margin-bottom: 1rem;
}
.bokun-single__event-cols__info .bokun-included-excluded ul{
    margin-left: 0;
}
.bokun-single__event-cols__info .bokun-included-excluded>div p,
.bokun-single__event-cols__info .bokun-included-excluded li{
    color: #7a7a7a;
    font-family: "Roboto",
    Sans-serif;
    font-weight: 400;
    font-style: 1rem;
    margin: 15px 0;
    list-style: none;
}

.bokun-single__event-cols__info .bokun-map img {
    width: 100%;
}

.bokun-single__event-cols__registration {
    width: 30%;
    min-width: 300px;
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .bokun-single__event-cols {
        flex-direction: column;
    }

    .bokun-single__event-cols__info,
    .bokun-single__event-cols__registration {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
    .bokun-included-excluded{
        flex-direction: column;
    }
    .bokun-single__event-cols__info .bokun-included-excluded>div{
        width: 100%;
    }
}


.preloader {
    /*фиксированное позиционирование*/
    position: relative;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    /* фоновый цвет элемента */
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
}

.preloader__row {
    position: absolute;
    top: 50%;
    left: calc(100vw / 2 - 380px);
    width: 60px;
    height: 60px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}
@media screen and (max-width: 768px){
    .preloader__row {
        left: 50%;
    }
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    animation: preloader-bounce 2s infinite ease-in-out;
    transform: scale(0);
}

.preloader__row:nth-of-type(2){
    animation-delay:calc(1.5s / 4);
}
.preloader__row:nth-of-type(3) {
    animation-delay: calc(1.5s / 4 * 2);
}
.preloader__row:nth-of-type(4) {
    animation-delay: calc(1.5s / 4 * 3);
}
.preloader__row:nth-of-type(5) {
    animation-delay: 1.5s;
}
.preloader__row:nth-of-type(2) .preloader__item{
    animation-delay: calc(1.5s / 4);
}
.preloader__row:nth-of-type(3) .preloader__item{
    animation-delay: calc(1.5s / 4 * 2);
}
.preloader__row:nth-of-type(4) .preloader__item{
    animation-delay: calc(1.5s / 4 * 3);
}
.preloader__row:nth-of-type(5) .preloader__item{
    animation-delay: 1.5s;
}


@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.load {
    display: none;
}

@media(min-width:768px)
{
	.bokun-mobile-filter-text{
		display:none;
	}
.bokun-plugin__archive-page__content-wrapper__content-block.per-line-4 .bokun-plugin-archive-record {
    width: calc(100% / 5 - 15px);
}
	.swiper-container11 
	{
		display:none !important;
	}
	
}

@media(max-width:767px)
{
.hidden-mbl a.bokun-plugin-archive-record-hidden-mbl
	{
		display:none !important;
	}
	.three {
    display: none;
}
	.bokun-plugin-archive-record__content-wrapper h2 {
    font-size: 30px !important;
    overflow: visible !important;
}
.swiper-container11 {
    margin-top: 50px;
}	
 .swiper-container11 {
	 width: 100%;
	 max-width: 1000px;
	 height: 96vh;
	 max-height: 500px;
}
 .swiper-slide {
	 overflow: hidden;
	 font-size: 18px;
	 background: #fff;
}
	
 .swiper-slide img {
	 opacity: 0.8;
	 width: 100%;
}
 .swiper-slide img:hover {
	 opacity: 1;
}
 .swiper-pagination-bullet {
	 height: 13px;
	 width: 13px;
	 background: rgba(0, 0, 0, 0.8);
}
 .swiper-pagination-bullet-active {
	 background: #f7941d;
}
 

 .swiper-container11 .swiper-slide a {
    width: 97% !important;
    margin: 0 auto;
}
/* .swiper-container-initialized {
    display: none;
} */
 .swiper-container11 .bokun-plugin-archive-record {
    border: 0 !important;
}
.swiper-container11 .swiper-slide {
    flex-direction: row;
    min-width: 100% !important;
    width: 100% !important;
    justify-content: center;
    background-color: #f4ece2;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
/* 	.bokun-plugin__archive-page__pagination-wrapper {
    display: none;
} */
.bokun-plugin-archive-record .bokun-plugin-archive-record__image-wrapper .img {
    min-height: 96vh !important;
    height: 100% !important;
}
	.bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper .price-block {

    height: 28vh !important;
}
	.bokun-plugin-archive-record .bokun-plugin-archive-record__content-wrapper .price-block span
	{
		font-size:40px !important;
	}
	
	.swiper-container11.aa.swiper-container-initialized {
    display: block;
}
	
/* 	.swiper-container11 {
    display: none;
} */
}





/*** Accordian **/



  

#bokun-filters-content .set {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 5px;
}
#bokun-filters-content .set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
	    background-color: #f4ece2;
    border-radius: 10px;

  color: #555;
  font-weight: 600;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
#bokun-filters-content .set > a i{
  float: right;
  margin-top: 9px;
}

#bokun-filters-content .set a.active {
    background-color: #23640a;
    color: #fff;
	    border-radius: 10px;
}
div#bokun-destination-filter, div#bokun-experience-filter {
    position: relative;
    top: 13px;
	margin-bottom: 18px;
}
#bokun-filters-content .set > a h3 {
    line-height: 0;
    font-weight: 700;
}
#bokun-filters-content .set > a.active h3 {
    color: #fff !important;
    font-weight: 700;
    line-height: 0;
}
#bokun-filters-content .content{
  background-color: #fff;
  display:none;
}
#bokun-filters-content .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}