.swiper-container {
    width: 100%;
    min-height: 220px;
    margin: 20px auto;
    overflow: hidden;
}

.swiper-big-container {
    height: 340px;
    position: relative;
}

.swiper-big-container:after {
    display: block;
    content: "";
    height: 20px;
    width: 100%;
}

.swiper-big-container .swiper-next {
    top: 35%;
}

.swiper-bigger-container {
    height: 440px;
    position: relative;
}

.swiper-back {
    margin-left: -20px;
}

.swiper-next {
    margin-right: -20px;
}

.swiper-button-disabled {
    opacity: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-in-box {
    width: 100%;
    height: 230px !important;
    border-radius: 5px;
    padding-top: 140px;
    box-shadow: 0 0 3px 0 hsla(0, 0%, 50.2%, .5);
}

.swiper-in-box-event {
    height: 300px !important;
}

.swiper-place-content-box {
    padding: 7px 5px;
    text-align: left;
}

.swiper-place-name {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.swiper-place-city {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Nunito', sans-serif;
}

.swiper-href {
    color: white;
    text-decoration: none !important;
    width: 100%;

}

.event-start-date {
    color: #000;
    font-size: 14px;
}

a.event-start-date {
    color: #000;
}

.swiper-href:hover {
    color: white;
}

.swiper-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 hsla(0, 0%, 50.2%, .5);
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    color: #2b3136;
    background-color: white;
    padding: 10px 0 0 16px;
    outline: none;
}


.swiper-back {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 hsla(0, 0%, 50.2%, .5);
    z-index: 10;
    position: absolute;
    top: 37%;
    left: 0px;
    transform: translateY(-50%);
    color: #2b3136;
    background-color: white;
    padding: 10px 0 0 13px;
    outline: none;
}

.swiper-next-plan {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 hsla(0, 0%, 50.2%, .5);
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    color: #2b3136;
    background-color: white;
    padding: 8px 0 0 16px;
    outline: none;
    margin-right: -20px;
}

.swiper-back-plan {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 hsla(0, 0%, 50.2%, .5);
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    color: #2b3136;
    background-color: white;
    padding: 8px 0 0 13px;
    outline: none;
    margin-left: -20px;
}

.header-container {
    height: 100vh;
    position: relative;
    max-height: 500px;
    min-height: 370px;
    position: relative;
}

.nav {
    display: inline-flex;
    width: calc(100% + 30px);
    padding: 15px;
    text-shadow: 0 0 7px rgba(43, 49, 54, .57);
    background-color: rgba(0, 0, 0, .4);
    margin-left: -15px;
    margin-right: -15px;
}

.nav div {
    z-index: 300;
}

.nav-logo {
    width: 110px;
}

.logo-image {
    width: 105px;
    height: auto;
    margin-top: 8px;
}

.nav-left {
    width: 55%;
    margin: 10px 0;
}

.nav-left-text {
    color: white;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    padding: 0 7.5px;
    font-family: 'Nunito', sans-serif;
}

.nav-right {
    width: auto;
    float: right;
    width: 35%;
    margin: 10px 0;
}

.nav-right-text {
    color: white;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    padding: 0 7.5px;
    float: right;
    font-family: 'Nunito', sans-serif;
}

.nav-left-text:hover {
    color: #59cf7c;
}

.nav-right-text:hover {
    color: #59cf7c;
}

.header-title {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin-top: 100px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 30px;
}

.place-paid-name {
    position: absolute;
    right: 25px;
    bottom: 55px;
    font-size: 14px;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-style: italic;

}

.search-container {
    position: relative;
}

.main-container {
    margin-top: -40px;

    padding: 31px 25px 25px 25px;

    width: 100% !important;
    max-width: 1260px;
    background-color: #fff;
    border-radius: 7px;
    /*padding: 25px 15px;*/
    position: relative;
}

.section-title {
    font-family: Mukta, sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #2b3136;
    margin-bottom: 10px;
}

.region-col {
    padding-right: 0 !important;
    padding-bottom: 15px;
}

.region-box {
    position: relative;
    width: 100%;
    margin: 0;
    height: 250px;
    border-radius: 5px;
    padding-top: 215px;
}

.region-text {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;;
}

.region-box-href {
    color: #fff;
    text-decoration: none !important;
}

.region-box-href:hover {
    color: #fff;
}

.registration-text {
    font-size: 32px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Nunito', sans-serif;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, .7), -1px -1px 1px rgba(0, 0, 0, .7), 0px 15px 30px black;
}

.registration-container {
    background-image: url(../images/park.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-bottom: 80px;
    margin-top: 75px;
    background-color: #2b3136;
}

.registration-button {
    width: 350px;
    background-color: #59cf7c;
    color: #2b3136;
    border-radius: 7px;
    height: 50px;
    padding: 15px 20px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.footer-container {
    background-color: #2b3136;
    padding: 40px 25px 10px 25px;
}

.logo-footer-image {
    width: 55%;
    height: auto;
}

.copyright {
    margin-right: -60px;
    font-size: 14px;
    margin-top: 40px;
    font-family: 'Nunito', sans-serif;
    color: white;
}

.footer-nav {
    font-size: 14px;
    color: white;
    font-family: 'Nunito', sans-serif;
}

.footer-nav-href {
    text-decoration: none !important;
    color: white;
}

.footer-nav-href:hover {
    color: white;
}

.social-icon {
    margin: 15px 7.5px 0 7.5px;
    color: white;
}

.nav-down {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    color: white;
    padding: 0 4px;
    text-decoration: none !important;
}

.nav-down:hover {
    color: white;
}

.nav-down-box {
    margin-top: 40px;
    text-align: end;

}

.footer-bottom {
    margin-top: -5px;
    padding: 0;

}

.footer-out {
    margin: 0;
}


/* Helyszínek */
.places-active {
    color: #59cf7c !important;
}

.filter-line {

    text-align: right;
}

.filter-line .fa {
    color: #fff;
}

.filter-line-text {
    font-size: 16px;
    line-height: 21px;
    padding-top: 2px;
    padding: 2px 15px 0 5px;
    font-size: 18px;
    color: black !important;
    font-weight: bold;
    text-transform: uppercase;
}

.filter-line-icon {
    font-size: 100%;
    color: #59cf7c;
}

.filter-href {
    padding: 8px 15px;
    background-color: #59cf7c;
    border-radius: 10px;
    text-decoration: none !important;
}

.places-box {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

.one-place {
    margin-bottom: 35px;
    padding: 0 5px;
}

.places-href {
    text-decoration: none !important;
}

.one-place-in {
    width: 96%;
    margin: 0 2%;
}

.place-image-box {
    height: 200px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43, 49, 54, .5);
    margin-bottom: 3px;
}

.place-image {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.place-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #2b3136;
    font-family: 'Nunito', sans-serif;
    padding-top: 10px;
}

.star-line {
    padding-top: 3px;
    line-height: 17px;
}

.star-icon {
    color: #95a4b0;

}

.star-icon.active {
    color: #e57e31;

}

.place-city {
    font-size: 14px;
    color: #95a4b0;
    font-family: 'Nunito', sans-serif;
}

.pagination {
    align-items: center;
    justify-content: center;
}

.page-item .page-link {
    padding: 0 12px;
    text-decoration: underline;
    color: #363636;
    border: none;
    box-shadow: none;
}

.page-item .page-link:hover {
    background: none;
    color: #59cf7c;
}

.page-item.active .page-link {
    background: none;
    color: #59cf7c;
}

.caret-box {
    box-shadow: 0 2px 3px 0 #cecece;
    padding: 4px 12px;
    background-color: #fff;
    border-radius: 3px;
}


.pagination-number {
    padding: 0 12px;
    text-decoration: underline;
    height: 32px;
    color: #363636;
}

.pagination-number:hover {
    color: #59cf7c;
}

.caret-left {
    text-decoration: none !important;
    color: #363636;
}

.caret-left:hover {
    color: #363636;
}

.caret-right {
    text-decoration: none !important;
    color: #363636;
}

.caret-right:hover {
    color: #363636;
}

.caret-right-box {
    box-shadow: 0 2px 3px 0 #cecece;
    padding: 4px 12px;
    background-color: #fff;
    border-radius: 3px;
}

.caret-right-box {
    padding: 4px 12px;
}

.number-active {
    color: #59cf7c !important;
}

/* Place profil */
.place-profile-row {
    margin-bottom: 75px;
}

.nav-left-profil {
    width: 45%;
    margin: 13px 0;
}

.nav-profil-back {
    width: 5%;
}

.nav-profil-back-circle {
    width: 40px;
    height: 40px;
    margin: 5px 10px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 #cecece;
    padding: 8px 3px;
}

.nav-profil-back-icon {
    padding: 10px;
}

.nav-right-profil {
    position: absolute;
    top: 0;
    right: 15px;
    display: inline-flex;
}

.nav-profil-back-href {
    text-decoration: none;
    color: #363636;
}

.nav-profil-back-href:hover {
    color: #363636;
}

.nav-profil-right-href {
    text-decoration: none;
    color: white;
}

.nav-profil-right-href:hover {
    color: white;
}

.nav-profil-right-circle {
    width: 40px;
    height: 40px;
    margin: 15px 7px;
    background-color: #59cf7c;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 #cecece;
    padding: 4px 9px;
}

.nav-profil-right-icon {
    font-size: 22px;
}

.place-title {
    font-family: Mukta, sans-serif;
    font-size: 2rem;
    line-height: 43px;
    font-weight: 700;
    margin: 0;
}

.place-star-icon {
    color: #F1DF2A;
}

.place-star-number {
    font-size: 1rem;
    margin-right: 15px;
    margin-left: 3px;
    font-family: 'Nunito', sans-serif;
}

.dollar-nonused {
    color: #a9bdce;
}

.type-box {
    min-width: 100px;
    border: 1px solid #a9bdce;
    border-radius: 10px;
    color: #a9bdce;
    font-size: 13px;
    padding: 3px 7px;
    margin: 10px 10px 30px 0;
    text-align: center;
    display: inline-block;
}

.place-description {
    font-size: 17px;
    color: #2b3136;
    font-family: 'Nunito', sans-serif;
    text-align: justify;
    margin: 15px 0;
}

.more-button {
    margin-top: 0px;
    font-size: 14px;
    color: #59cf7c;
    font-weight: 700;
    display: none;
}

.more-button-href {
    text-decoration: none !important;
    color: #59cf7c;
}

.more-button-href:hover {
    color: #59cf7c;
}

.check-icon {
    color: #59cf7c;
}

.service-point {
    font-size: 17px;
    line-height: 20px;
    padding-left: 10px;
    font-family: 'Nunito', sans-serif;
}

.service-box {
    margin: 15px 0px 10px 0;
}

.comment-button {
    width: 100%;
    text-align: center;
    border: 1px solid #59cf7c;
    border-radius: 5px;
    font-size: 14px;
    color: #59cf7c;
    background-color: white;
    font-family: 'Nunito', sans-serif;
    padding: 10px;
    margin-top: 15px;
}

.comment-button:hover {
    color: #59cf7c;
}

.contact-icon {
    color: #59cf7c;
    font-size: 20px !important;
}

.contact-icon-exc {
    color: #59cf7c;
    font-size: 20px !important;
}

.profil-contact-place {
    margin-top: 14px;
    line-height: 21px;
    font-size: 17px;
    color: #a9bdce;
    font-family: 'Nunito', sans-serif;
}

.profil-contact-open {
    line-height: 21px;
    font-size: 17px;
    color: #a9bdce;
    margin-top: 14px;

    position: relative;
    width: 100%;
    font-family: 'Nunito', sans-serif;
}

.big-open-first-line {
    line-height: 21px;
    font-size: 17px;
    color: #a9bdce;
    margin-bottom: 3px;
    margin-top: 14px;
    display: inline-flex;
    position: relative;
    width: 100%;
    font-family: 'Nunito', sans-serif;
}

.big-open-line {
    line-height: 21px;
    font-size: 17px;
    color: #a9bdce;
    margin-bottom: 3px;
    margin-top: 5px;
    display: block;
    position: relative;
    /* width: 100%; */
    font-family: 'Nunito', sans-serif;
    margin-left: 26px;
    margin-right: 30px;
}

.profil-contact-open-hour-big-line {
    position: absolute;
    top: 0;
    right: 60px;
    font-family: 'Nunito', sans-serif;
}

.profil-contact-open-hour {
    position: absolute;
    top: 0;
    right: 15px;
    font-family: 'Nunito', sans-serif;
}

.open-down {
    color: #363636 !important;
    cursor: pointer;
    margin-left: 5px;
}

.profil-contact-text {
    margin-top: 14px;
    line-height: 21px;
    font-size: 17px;
    color: #a9bdce;
    font-family: 'Nunito', sans-serif;
}

.profil-map {
    margin: 30px 0 15px 0;
}

.map-img {
    width: 100%;
}

.profil-camefrom {
    width: 100%;
    padding: 8px 0 9px 10px;
    font-size: 16px;
    border: 1px solid #a9bdce;
    border-radius: 5px;
    margin-bottom: 10px;
}

.profil-map-button {
    width: 100%;
    text-align: center;
    background: #59cf7c;
    color: #2b3136;
    border-radius: 7px;
    height: 50px;
    line-height: 25px;
    padding: 12px 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.event-list-date {
    background-color: #191918;
    color: white;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    padding: 40px 7px 7px 7px;
    height: 25%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.event-image-box {
    height: 280px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43, 49, 54, .5);
    margin-bottom: 3px;
}

.event-image {
    height: 75%;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-profile-row {
    margin-bottom: 200px;
}

.left-plan-image-box {
    padding: 50px 0;
    height: 300px;
    border-right: 1px dashed #a9bdce;
}

.right-plan-image-box {
    padding: 50px 0;
    position: relative;
    height: 300px;
}

.plan-image-in-box {
    width: 200px;
    height: 200px;

    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43, 49, 54, .5);
    left: 60%;
    transform: translateX(-60%);
    position: absolute;
}

.plan-image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43, 49, 54, .5);
}

.left-plan-text-box {
    padding: 50px 15px;
    position: relative;
    border-right: 1px dashed #a9bdce;
}

.right-plan-text-box {
    padding: 50px 15px;
    position: relative;
}

.plan-text-in-box {
    left: 33%;
    top: 50%;
    transform: translate(-33%, -50%);
    position: absolute;
}

.plan-place-name {
    font-size: 17px;
    font-weight: 700;
    color: #59cf7c;
    font-family: 'Nunito', sans-serif;
}

.plan-place-name-href {
    text-decoration: none !important;
    color: #59cf7c !important;
}

.plan-place-name-href:hover {
    color: #59cf7c;
}

.plan-star-icon {
    color: #a9bdce;
    font-size: 8px;
    margin: 1px;
}

.plan-place-hour {
    font-size: 14px;
    color: #a9bdce;
    font-family: 'Nunito', sans-serif;
}

.left-plan-text-in-box {
    right: 0%;
    top: 50%;
    transform: translate(-10%, -50%);
    position: absolute;
    text-align: end;
    width: 80%;
}

.right-plan-image-in-box {
    width: 200px;
    height: 200px;

    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43, 49, 54, .5);
    left: 40%;
    transform: translateX(-40%);
    position: absolute;
}

.circle-icon-box {
    position: absolute;
    top: 50%;
    right: -6.5px;
    transform: translate(+4.5px, -50%);
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 22px;
}

.circle-icon {
    content: '';
    color: white;
    border: 1px solid #59cf7c;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.rate-star-line {
    margin: 1px 0 10px 0;
}

.rate-star-icon {
    color: #a9bdce;
}

.rate-number {
    color: #2b3136;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Nunito', sans-serif;
}

.plan-place-list {
    font-family: 'Mukta', sans-serif;
    font-size: 18px;
    color: #a9bdce;
    margin: 20px 0;
}

.plan-place-list-href {
    color: #a9bdce;
    text-decoration: none !important;
}

.plan-place-list-href:hover {
    color: #a9bdce;
}

/* Contact */
.contact-main-container {
    width: 70%;
    margin: -40px 15% 75px 15%;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    position: relative;
}

.contact-section {
    margin-bottom: 20px;
    margin-top: 30px;
}

.contact-info-name {
    font-size: 17px;
    font-weight: 700;
    color: #2b3136;
    font-family: 'Nunito', sans-serif;
}

.contact-info {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}

.contact-info-href {
    color: #59cf7c;
    text-decoration: none !important;
}

.contact-info-href:hover {
    color: #59cf7c;
}

/* Help */
.common-question {
    font-size: 17px;
    font-weight: 700;
    color: #2b3136;
    font-family: 'Nunito', sans-serif;
    margin: 25px 0;
}

.help-question {
    font-size: 17px;
    font-weight: 700;
    color: #2b3136;
    font-family: 'Nunito', sans-serif;
    line-height: 27px;
    margin-bottom: 5px;
}

.help-answer {
    font-style: italic;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 15px;
}

/* Header-search*/

.search-line {
    width: calc(100% - 300px);
    margin: 0 150px;
    display: inline-flex;
    position: relative;
}

.where-box {
    width: 30%;
    background-color: white;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    margin: 0;
    border-right: 1px solid #a9bdce;
    height: 60px;
    padding: 0 5px 0 15px;
}

.when-box {
    width: 25%;
    background-color: white;
    margin: 0;
    border-right: 1px solid #a9bdce;
    height: 60px;
    padding: 0 5px 0 15px;
}

.distance-box {
    display: none;
    width: 15%;
    background-color: white;
    margin: 0;
    border-right: 1px solid #a9bdce;
    height: 60px;
    padding: 0 5px 0 10px;
}

.input-up {
    height: 25px;
    font-size: 12px;
    color: #a9bdce;
    padding-top: 7px;
}

.input-down {
    height: 35px;

}

.real-input, .search-line .select2-container {
    width: 100%;
    transition: transform 0.2s ease;
    border: none;
    outline: none;
    font-size: 14px;
    color: #35495e;
    background-color: transparent;
    font-family: "Nunito", sans-serif;
}

.search-box {
    width: 20%;
    background-color: #59cf7c;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    margin: 0;
    height: 60px;

    text-align: center;
}

.search-text {
    font-family: Nunito, sans-serif;
    color: #2b3136;
    font-weight: 700;
    font-size: 14px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.search-href {
    text-decoration: none !important;
    color: #2b3136;

}

.search-href:hover {
    color: #2b3136;
}

.search-btn {
    background: none;
    color: #2b3136;
    border: none;
}

.search-btn:hover {
    color: #2b3136;
}


/* Szűrés */
.sidepart {
    height: 100%;
    width: 380px;
    position: fixed;
    z-index: 1051;
    top: 0;
    right: -380px;
    overflow-x: hidden;
    transition: 1s;
    background-color: white;
    padding: 10px 30px 15px 30px;
}

.side-filter {
    position: relative;
}

.filter-title {
    font-family: Mukta, sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #2b3136;
}

.all-clear {
    font-size: 17px;
    margin-left: 10px;
    color: #a9bdce;
    margin-top: 6px;
    text-decoration: none !important;
    font-family: "Nunito", sans-serif;
}

.all-clear:hover {
    color: #a9bdce;
}

.close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 5px 0 hsla(0, 0%, 50.2%, .5);
    border-radius: 50%;
    padding: 3px 0 0 12.5px;
    font-size: 20px;
}

.side-first-line {
    position: relative;
}

.closebtn {
    color: #2b3136;
    text-decoration: none !important;
}

.closebtn:hover {
    color: #2b3136;
}

.side-title {
    font-family: Mukta, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.form-control {
    padding: .375rem .5rem;

}

.side-star-line {
    position: relative;
    margin-bottom: 15px;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    line-height: 21px;
}

.side-plus-line {
    position: relative;
    margin-bottom: 15px;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #a9bdce;
    padding-left: 2px;
}

.side-plus-line-href {
    color: #a9bdce;
    text-decoration: none !important;
}

.side-plus-line-href:hover {
    color: #a9bdce;
}

.green-star {
    color: #59cf7c;
}

.grey-star {
    color: #a9bdce;
}

.checkbox {
    position: absolute;
    top: 0;
    right: 0;
}

#defaultCheck1 {
    width: 20px;
    height: 17px;
}

.check-in {
    margin-top: .2rem;
}

.side-button {
    width: 305px;
    border-radius: 5px;
    background: #59cf7c;
    color: #2b3136;
    font-weight: 500;
    margin-top: 20px;
    height: 50px;
    font-size: 14px;
    padding-top: 12px;
    margin-bottom: 20px;
}


/* Modal */
.modal {
    display: none;
    padding-top: 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    border: 1px solid #888;

    margin: auto;
}

.log-in-modal {
    max-width: 580px;
    padding: 30px;
    position: relative;
}

.modal-title {
    text-align: center;
    font-family: Mukta, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #2b3136;
    margin-bottom: 35px;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;

    background: none;
    border: 0;
    line-height: 12px;

}

.close1 {
    font-size: 20px;
    color: #2b3136;
    text-decoration: none;
}

.close1:hover {
    color: #2b3136;
}

.close2 {
    font-size: 20px;
    color: #2b3136;
    text-decoration: none;
}

.close2:hover {
    color: #2b3136;
}

.close3 {
    font-size: 20px;
    color: #2b3136;
    text-decoration: none;
}

.close3:hover {
    color: #2b3136;
}

.log-in-label {
    color: #a9bdce;
    line-height: 20px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    margin-bottom: 3px;
}

.log-in-input {
    font-family: Nunito, sans-serif;
    border: 1px solid #a9bdce;
    padding: 10px;
    font-size: 16px;
    color: #2b3136;
    height: 45px;
}

.forget-password {
    color: #a9bdce;
    line-height: 20px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    text-align: end;
}

.password-group {
    margin-bottom: 5px;
}

.forget-password-href {
    text-decoration: none !important;
    color: #a9bdce;
}

.forget-password-href:hover {
    color: #a9bdce;
}

.log-in-button {
    margin: 30px 0 15px 0;
    width: 100%;
    background-color: #59cf7c;
    color: #2b3136;
    border-radius: 7px;
    font-weight: 500;
    height: 45px;
    font-size: 14px;
    line-height: 21px;
    padding-top: 12px;
    text-align: center;
}

.go-to-registration {
    color: #a9bdce;
    line-height: 20px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    padding: .25rem;
}

.go-to-registration-btn {
    color: #59cf7c;
    line-height: 20px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    padding-top: 3px;
    padding-left: 5px;
    text-decoration: none !important;
    border: none;
}

.go-to-registration-btn:hover {
    color: #59cf7c;
}

.go-to-rule {
    color: #59cf7c;
    line-height: 20px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    padding-top: 3px;
    padding-left: 5px;
    text-decoration: none !important;
    border: none;
}

.go-to-rule:hover {
    color: #59cf7c;
}

.reg-name-box {
    display: inline-flex;
    width: 100%;
}

.reg-name-half-first {
    width: 48%;
    margin-right: 4%;
}

.reg-name-half-second {
    width: 48%;
}

.check-input {
    position: relative !important;
    margin-left: 0;
    margin-top: 6px;
    width: 15px;
    height: 15px;
    border: 1px solid #a9bdce;
}

.check-span {
    line-height: 16px;
    padding-left: 5px;
    padding-bottom: 3px;
}

/* Mobil-header*/
.mobil-header-container {
    display: none;
    height: calc(30vw / 0.6);
    position: relative;
}

.open-menu {
    position: absolute;
    top: 2px;
    right: 30px;
    color: white;
    font-size: 25px;
}

.open-menu-href {
    color: white;
    text-decoration: none;
    font-size: 25px;
}

.open-menu-href:hover {
    color: white;
}

.mobil-header-title {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 30px;
}

.mobil-search-line {
    padding-left: 15px;
    padding-right: 15px;


}

.mobil-where-box {
    width: 100%;
    background-color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin: 0;
    border-bottom: 1px solid #a9bdce;
    height: 48px;
    padding: 0 5px 0 15px;
}

.mobil-input-second-line {
    display: inline-flex;
    margin-bottom: 15px;
    width: 100%;
}

.mobil-when-box {
    width: 50%;
    background-color: white;
    margin: 0;
    border-right: 1px solid #a9bdce;
    height: 48px;
    padding: 0 5px 0 15px;
    border-bottom-left-radius: 7px;
}

.mobil-what-box {
    width: 50%;
    background-color: white;
    margin: 0;
    border-right: none;
    height: 48px;
    padding: 0 5px 0 15px;
    border-bottom-right-radius: 7px;
}

.mobil-input-up {
    height: 18px;
    font-size: 12px;
    color: #a9bdce;
    padding-top: 4px;
}

.mobil-input-down {
    height: 30px;

}

.real-input {
    width: 100%;
    transition: transform 0.2s ease;
    border: none;
    outline: none;
    font-size: 16px;
    color: #35495e;
    background-color: transparent;
    font-family: "Nunito", sans-serif;
}

.mobil-search-box {
    width: 100%;
    background-color: #59cf7c;
    border-radius: 7px;
    margin: 0;
    height: 38px;
    text-align: center;
}

.mobil-search-text {
    font-family: Nunito, sans-serif;
    color: #2b3136;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
}

.search-href {
    text-decoration: none !important;
    color: #2b3136;

}

.search-href:hover {
    color: #2b3136;
}

#mobil-menu {
    display: none;
    background-color: #2b3136;
    position: absolute;
    top: 0px;
    z-index: 99999;
}

.place-mobil-line {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 20px;
}

.event-mobil-line {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 20px;
}

.place-mobil-line-href {
    color: #fff;
    text-decoration: none !important;
}

.place-mobil-line-href:hover {
    color: #fff;
    text-decoration: none !important;
}

.mobil-nav-line {
    width: 16%;
    margin: 0 42%;
    border: 2px solid #fff;
}

.mobil-nav-right-text {
    color: white;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 7.5px 0 7.5px;
    font-family: 'Nunito', sans-serif;
}

.mobil-nav-right-text:hover {
    color: #fff;
}

.nav-profil-right-circle-menu {
    width: 40px;
    height: 40px;
    margin: 15px 7px;
    background-color: #2b3136;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 #cecece;
    padding: 0 10px;
}

.profil-mobil-logo-image {
    margin-top: 17px;
    width: 105px;
    height: auto;
}

@media only screen and (max-width: 1150px) {
    .header-title {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1150px) {
    .nav-right {
        width: 48%;
    }
}

@media only screen and (max-width: 1050px) {

}

@media only screen and (max-width: 991px) {
    .header-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .search-line {
        width: calc(100% - 100px);
        margin: 0 50px;
    }

    .nav-profil-back {
        width: 7%;
    }

    .contact-main-container {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .mobil-nav-right-text {
        width: 50%;
        display: inline-block;
    }
}

@media only screen and (max-width: 950px) {
    .nav-right {
        width: 46%;
    }
}

@media only screen and (max-width: 890px) {
    .header-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .where-box {
        height: 45px;
    }

    .when-box {
        height: 45px;
    }

    .search-box {
        height: 45px;
    }

    .input-up {
        height: 17px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .input-down {
        height: 26px;
    }

    .search-text {
        padding: 13px;
    }

    .logo-footer-image {
        width: 80%;
    }
}

@media only screen and (max-width: 825px) {
    .nav-right {
        width: 44%;
    }
}

@media only screen and (max-width: 790px) {
    .copyright-box {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-down-box {
        text-align: center;
        height: 30px;
    }

    .copyright-box {
        text-align: center;
        height: 30px;
    }

    .header-container {
        display: none;
    }

    .mobil-header-container {
        display: block;
        height: calc(30vw / 0.56);
    }

    .comment-button {
        margin-bottom: 30px;
    }

    .copyright {
        margin-right: 0;
    }
}

@media only screen and (max-width: 680px) {
    .social-col {
        padding: 0;
    }

}

@media only screen and (max-width: 650px) {
    .footer-container {
        padding: 40px 10px 10px 10px;
    }

    .mobil-header-container {
        height: calc(30vw / 0.5);
    }

}

@media only screen and (max-width: 575px) {
    .footer-row {
        text-align: center;
    }

    .logo-footer-image {
        width: 50%;
        margin: 0 25%;
    }

    .footer-nav {
        text-align: center;
    }

    .social-col {
        text-align: center;
    }

    .mobil-header-container {
        height: calc(30vw / 0.37);
    }

    .plan-image-in-box {
        width: 125px;
        height: 125px;
        top: 50%;
        transform: translate(-60%, -50%);
    }

    .left-plan-image-box {
        height: 200px;
    }

    .right-plan-image-in-box {
        height: 125px;
        width: 125px;
        top: 50%;
        transform: translate(-40%, -50%);
    }

    .right-plan-image-box {
        height: 200px;
    }

    .left-plan-text-in-box {
        right: 5%;
        transform: translate(-5%, -50%)
    }
}

@media only screen and (max-width: 515px) {
    .left-plan-text-box {
        width: calc(1vw / 3);
    }
}

@media only screen and (max-width: 450px) {
    .registration-button {
        width: 250px;
    }

    .nav-down {
        padding: 0 2px;
        font-size: 12px;
    }

    .copyright {
        font-size: 12px;
    }

    .mobil-header-container {
        height: calc(40vw / 0.3);
    }

    .mobil-header-title {
        margin-top: 30px;
    }
}


.module {
    position: relative;
}

.module .collapse,
.module .collapsing {

}

.module .collapse {
    display: block;
    overflow: hidden;
}

.module .collapse.show {
    height: auto;
}

.read-more {
    opacity: 1;
    transition: all .3s linear;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, transparent 60%, white);
}

.read-more:not(.collapsed) {
    opacity: 0;
}

.module {
    position: relative;
}

.module .collapse,
.module .collapsing {

}

.module .collapse:not(.show) {
    display: block;
    overflow: hidden;
}

.module .collapse.show {
    height: auto;
}

.read-more {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, transparent 60%, white);

    opacity: 1;
    transition: all .3s linear;
}

.read-more:not(.collapsed) {
    opacity: 0;
}


.fa-star {
    line-height: 20px;
    color: #888;
    font-size: 16px !important;
}

.fa-star.star-filled {
    color: #59cf7c;
    font-size: 16px;
}

.section_hero {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section_hero_full {
    float: left;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.section_hero_left, .section_hero_right {
    width: 100%;
    height: 100%;
}

.section_hero .section_hero_left {
    width: 100%;
    float: left;
    border-right: 1px solid #fff;
}

.section_hero .section_hero_right {
    width: 50%;
    float: left;
    display: none
}

@media (min-width: 768px) {
    .section_hero .section_hero_left {
        width: 50%;
    }

    .section_hero .section_hero_right {
        float: right;
        width: 50%;
        height: 100%;
        min-height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row
    }

    .section_hero .section_hero_right .item {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        display: flex;
        flex-basis: 50%;
        justify-content: center;
        flex-direction: column;
        height: 250px;
    }

    .section_hero_right_fullw {
        flex-basis: 100% !important;
    }

    .section_hero_right_fullh {
        flex-basis: 50% !important;
        height: auto !important;
    }

    .section_hero .section_hero_right .item:nth-child(2n) {
        border-left: 1px solid #fff;
        box-sizing: border-box
    }

    .section_hero .section_hero_right .item:first-child,
    .section_hero .section_hero_right .item:nth-child(2) {
        border-bottom: 1px solid #fff;
        box-sizing: border-box
    }
}

.right_menu .fa {
    width: 22px;
}

.profil-contact-text a {
    color: inherit;
}

/*
.daterange-input {
    font-size: 13px;
}*/

.hide {
    display: none;
}

.bg-grey {
    background-color: #efefef;
    padding: 20px;
    margin: 20px -15px;
}

.where-suggest {
    left: 0px;
    top: 63px;
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 5px 15px 25px rgba(0, 0, 0, .3);
    z-index: 99999;
    width: 100%;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.where-suggest ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.where-suggest ul li {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #444;
}

.where-suggest ul li:hover {
    color: #fff;
    background-color: #59cf7c;
    cursor: pointer;
}

.menu-selected {
    color: #59cf7c;
}

.real-input.form-control:focus {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.search-suggest {
    left: 0px;
    top: 63px;
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 5px 15px 25px rgba(0, 0, 0, .3);
    z-index: 99999;
    width: 100%;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.search-suggest ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-suggest ul li {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #444;
}

.search-suggest ul li:hover {
    cursor: pointer;
    color: #fff;
    background-color: #59cf7c;
}

.no-search .select2-search {
    display: none;
}

.search-line .select2-selection {
    border: 0 !important;
    outline: 0;
    height: 35px;
}

.search-line .select2-container:focus {
    outline: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #59cf7c !important;
}

.daterangepicker td.in-range {
    background-color: #9fedb7 !important;
    color: #fff !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #59cf7c !important;
    color: white !important;
}

#share_modal a, #share_modal a:hover {
    text-transform: uppercase;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    margin: 3px 0;
}

#share_modal a:hover {
    color: #59cf7c;
}

.gm-style .gm-style-iw-c, .gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 !important;
}

.gm-style .gm-style-iw-c button {
    display: none !important;
}

.plan-box-sort {

}

.plan-box-sort:hover {
    background-color: #efefef;
}

.plan-box-sort:hover .plan-sort-icon {
    display: block;
}

.plan-sort-icon {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    background-color: #dc3545;
    color: #fff;
}

.plan-sort-icon:hover {
    cursor: pointer;
    background-color: #610f17;
}

.region-box .ins_title {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

.big-button {
    font-size: 16px;
    height: 60px;
    text-transform: uppercase;
}

.search-container .real-input {
    font-size: 14px;
}


.select2-container--default .select2-selection--single {
    border: none !important;
}

@media (max-width: 767px) {

    .distance-box {
        margin-top: 2px;
        margin-bottom: 2px;
        height: 50px;
        width: 100% !important;
    }

    .select2-container .select2-selection--single {
        height: 14px;
        font-size: 14px;
    }

    .mobile-action-menu {
        width: 115px;
        left: 50%;
        margin-left: -57px;
        position: absolute;
        bottom: 35px;
    }

    .mobile-action-menu a {
        display: inline-block;
    }

    .mobile-profile-top button {
        width: 100%;
    }

    .mobile-profile-top a {
        margin-top: 10px;
        width: 100%;
    }

    .plan-sort-icon {
        display: block;
    }

    .it-desc {
        height: 100px;
        overflow: hidden;
    }

    .plan-place-name {
        padding-top: 40px;
    }

    .mobile-in-box {
        margin-top: 50px;
    }

    .plan-place-hour {
        font-size: 12px;
        line-height: 13px;
    }

    .plan-place-name {
        font-size: 14px;
    }

    .btn-delete-plan {
        font-size: 16px;
    }

}


#suggest_company_name {
    left: 0px;
    top: 67px;
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 5px 15px 25px rgba(0, 0, 0, .3);
    z-index: 99999;
    width: 100%;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#suggest_company_name ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#suggest_company_name ul li {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #444;
}

#suggest_company_name ul li:hover {
    cursor: pointer;
    color: #fff;
    background-color: #59cf7c;
}

.p_selector {
    left: 0px;
    top: 63px;
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 5px 15px 25px rgba(0, 0, 0, .3);
    z-index: 99999;
    width: 100%;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.p_selector ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p_selector ul li {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #444;
}

.p_selector ul li:hover {
    cursor: pointer;
    color: #fff;
    background-color: #59cf7c;
}

.list-itineraries {
    position: absolute;
    top: 2px;
    right: 12px;
    background: rgba(0, 0, 0, .5);
    width: 22px;
    height: 22px;
    line-height: 17px;
    border-radius: 50%;
    text-align: center;
    z-index: 5;
}

.list-itineraries button {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #fff;
}

.list-itineraries button i {
    font-size: 15px;
}

.service-group {
    float: none;
    clear: both;
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
}

.service-group:hover {
    cursor: pointer;
    color: #59cf7c;
}

.service-group i {
    margin-left: 10px;
    color: #888;
}

.modal-lg {
    max-width: 1170px !important;
}

.why-list {
    background-color: #f9f9f9;
    border-left: 1px dotted #ccc;
    color: #777;
}

.why-list h3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    font-family: Nunito, sans-serif;
    font-weight: 700;

}

.why-list ul li {

    line-height: 20px;
    font-family: Nunito, sans-serif;
    font-weight: 400;

    list-style: none;
    padding: 10px 0px;
}

.why-list ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #59cf7c;
}

.list-collapse {
    padding-left: 15px;
}


.blob.green {
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
    border-radius: 50%;
    transition: all 0.5s ease;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}

.profil-contact-open-big.collapse.show {
    border-top: 1px solid #ccc;
}


td.xdsoft_other_month {
    opacity: 0 !important;
    border: none !important;
    visibility: hidden;
}

.daterangepicker td.off.ends {
    opacity: 0 !important;
    visibility: hidden;
}

@media screen and (min-device-width: 767px) and (max-device-width: 1200px) {

    .real-input, .search-line .select2-container {
        font-size: 12px !important;
    }

    .select2-results__option {
        font-size: 12px !important;
    }

    .search-line .select2-selection {
        height: 16px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 16px !important;
    }

    .distance-box {
        height: auto;
    }

    .select2-container--open .select2-dropdown {
        top: 7px !important;
    }

    .nav-right-text {
        font-size: 12px;
    }

}

​.hidden {
    display: none !important;
}

#gradient {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200px; /* adjust it to your needs */
    background: url(data:image/svg+xml;base64,alotofcodehere);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);

}


#seats_container {
    width: 100%;
    max-width: 100% !important;
    background-color: #fff;
    padding: 20px;
}

#seats_container table {
    margin: auto;
}

.seat-cell {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    /*background-color: rgb(241 241 241 / 0%);*/
    border: 1px solid #fff;
    margin: 2px;
    width: 100%;
    min-height: 20px !important;
    min-width: 20px !important;
    border-radius: 10px;
    color: #fff !important;
}

.seat-cell-info {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    margin: 2px;
    font-size: 12px;
    color: #9a9a9a;
    vertical-align: middle;
}

.seat-cell-origo {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.seat-cell span {
    fill: #fff !important;
}

.seat-cell:hover {
    cursor: pointer;
    /*    background-color: yellow;
        color: black;*/
}

.seat-cell.selected {
    /*background-color: green;*/
}

.table-container {
    background-color: #fff;
    display: table;
    margin: 20px auto;
    padding: 10px;
    box-shadow: 0px 5px 32px rgb(0, 0, 0, .15);
}

.seat-cell.reserved {
    /*background-color: red;*/
}

.seat-cell.reserved-other {
    /*background-color: black;*/
}


.seat-cell.selected span {
    fill: #b2c4d0 !important;
}

.seat-cell.reserved span {
    fill: #53d076 !important;
}

.seat-cell.selected.reserved span {
    fill: #53d076 !important;
}

.seat-cell.reserved-other span {
    fill: #363645 !important;
}

.seat-cell:hover span {
    fill: #53d076;
}

.card-pos-bottom {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;
}

.nav-profil-back-circle-small {
    width: 30px;
    height: 30px;
    margin: 5px 10px 5px 0;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 #cecece;
    padding: 0px 0px;
    text-align: center;
    line-height: 37px;
    font-size: 17px;
}

.nolinkhref, .nolinkhref:hover {
    text-decoration: none;
    color: inherit;
}

#summary {
    margin: 20px auto;
    padding: 0;
    box-shadow: 0px 5px 32px rgb(0 0 0 / 15%);
}

.fc th {
    color: #59cf7c;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 35px;
}

.fc-event, .fc-event-dot {
    background-color: #56c678 !important;
    border: 1px solid #56c678 !important;
    text-align: center !important;
    font-weight: 400 !important;
    font-size: 0.90em !important;
    color: white !important;
    line-height: 20px !important;
}

.fc-day-number {
    float: none !important;
    text-align: center;
    display: block;
    color: rgb(170, 170, 170);
    font-size: 0.8em;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: #e9e9e9 !important;
}

.fc button {
    background: #fbfbfb;
    border-color: #efefef;
    color: grey;
}

.fc-state-down, .fc-state-active {
    background-color: #56c678 !important;
    background-image: none !important;
    box-shadow: inset 0 2px 4px rgb(255 255 255 / 15%), 0 1px 2px rgb(255 255 255 / 5%) !important;
    color: white !important;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5) !important;
}

.fc-toolbar h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 300;
}

.ticket_seats_label {
    margin-top: 20px;
    font-size: 11px;
    font-weight: bold;
}

.ticket_normal {
    height: 130px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
    border-radius: 5px;
    margin: 30px 0;
    box-shadow: 0px 5px 32px rgb(0 0 0 / 15%);
}

@media only screen and (max-width: 1100px) {

    h2 {
        font-size: 20px;
    }

    .section-title {
        font-size: 20px;
    }

    .registration-text {
        font-size: 20px;
    }

    .ticket_normal {
        height: auto;
    }

    .region-text {
        font-size: 18px;
    }

    .place-title {
        font-size: 20px;
    }

    .place-title.place-main {
        font-size: 26px;
    }

    .service-box {
        margin: 5px;
    }

    .place-name {
        font-size: 16px;
        line-height: 22px;
    }
}

.fc-event:hover {
    background-color: #3ea25d !important;
    cursor: pointer;
}

.btn-success, .btn-info {
    background: #59cf7c;
    border-color: #59cf7c;
    color: #000;
}

.btn-success:hover, .btn-info:hover {
    background: #4dae6a;
    border-color: #4dae6a;
}

.profil-map-button:hover {
    background: #4dae6a;
}

.badge.badge-info, .badge.badge-success {
    background: #59cf7c;
    border-color: #59cf7c;
}

.region-featured-text {
    position: absolute;
    left: 15px;
    top: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5), -1px 1px 3px rgba(0, 0, 0, .5), -1px -1px 3px rgba(0, 0, 0, .5);
}


@media (max-width: 1440px) {

    .where-suggest {
        top: 66px;
    }

    label {
        font-size: 13px;
    }
}

a.show-pictures {
    position: absolute;
    bottom: 44px;
    right: 16px;
    font-size: 11px;
    display: inline;
    background: #59cf7c;
    color: #fff;
    padding: 2px 4px;
    border-radius: 5px;
}

.event-swiper {
    height: auto !important;
}

.hotel-button {
    float: left;
    width: 100% !important;
    text-align: center;
    background: #59cf7c;
    color: #2b3136;
    border-radius: 7px;
    height: 50px;
    line-height: 40px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.in-share {
    margin: 15px auto;
}

.btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.btn-facebook:hover {
    border-radius: 0;
    color: #fff;
}

.btn-google {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #db3236;
    color: #fff;
}

.btn-google:hover {
    border-radius: 0;
    color: #fff;
}

.inline-social a {
    margin: 0 10px;
    display: inline-block;
}

.inline-social br {
    display: none;
}

.voucher-price {
    position: relative;
    padding: 30px 10px;
    text-align: center;
    font-size: 24px;
    background-color: #f1f1f1;
    font-weight: bold;
    border: 1px solid #ddd;
}

.voucher-price small {
    font-size: 20px;
}

.voucher-price .old-price {
    text-decoration: line-through;
    font-size: 16px;
    color: #333;
}

.voucher-price .discount {
    background-color: #dc3545;
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 20px;
    color: #fff;
    padding: 5px 20px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .2);
}

.voucher-languages {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.voucher-languages li {
    display: inline;
}

.btn-voucher {
    width: 100%;
    text-align: center;
    color: #000;
    border-radius: 7px;
    height: 50px;
    line-height: 25px;
    padding: 12px 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}

.voucher-item {
    transition: all 0.3s ease;
    height: 203px;
}

.voucher-item .voucher-price {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
}

.voucher-price .discount {
    right: -7px;
    left: auto;
}

.voucher-price .discount.discount-open {
    right: 0;
}

.voucher-item:hover {
    box-shadow: 0px 5px 52px rgb(0 0 0 / 25%);
}

.voucher-images.swiper-big-container {
    height: auto;
}

.voucher-images.swiper-big-container .swiper-next {
    top: 44%;
}

.voucher-images.swiper-big-container .swiper-back {
    top: 44%;
}

.voucher-images .swiper-container {
    margin: 0;
    padding: 10px;
}

.grey-border {
    padding: 15px;
}

.grey-border img {
    border: 1px solid #ccc;
}

.voucher-list .ticket_normal {
    margin: 20px 0;
}

.voucher-sold-out {
    display: block;
    text-align: center;
    color: red;
    font-size: 16px;
}

.voucher-price .currency {
    display: block;
    font-size: 16px;
    color: #888;
}

.price-content {
    padding: 0px 2rem;
}

.place-languages {
    float: right;
    font-size: 16px;
}


.voucher-img {
    max-height: 500px;
}

.voucher-item-wide {
    height: 227px;
}

.header-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.language-selector {

}

.language-selector img {
    width: 22px;
    height: 22px;
}


.popular-events.swiper-next {
    top: 34% !important;
}


.card-img, .card-img-top.voucher-image {
    border-top-right-radius: 0;
}

.alert-grey {
    background-color: #f1f1f1;
}

.language-color {
    color: #666;
    font-size: 16px;
}

.text-sm {
    font-size: 12px;
}

.filter-voucher .side-star-line {
    margin-bottom: 5px;
}

.voucher-images .swiper-container {
    min-height: auto !important;
}

.voucher-images .voucher-img {
    min-height: 120px;
}

.voucher-services {
    margin-bottom: 15px;
}

.voucher-services .badge, .voucher-cat-title.badge {
    font-size: 16px !important;
    font-weight: normal !important;
}

.widget_sub_categories {
    padding: 10px 20px 0px 30px;
}

.widget_sub_categories li {
    padding-bottom: 10px;
    list-style: none;
}

.widget_sub_categories li a {
    position: relative;
}

.widget_sub_categories li a::before {
    content: "\f105";
    font-family: "FontAwesome";
    height: auto;
    line-height: normal;
    margin-right: 10px;
}

.widget_sub_categories li:last-child {
    padding-bottom: 0;
}

.widget_categories {
    margin: 0;
    padding: 0;
}

.widget_categories li,
.widget_archive li {
    padding-bottom: 10px;
    list-style: none;
}

.widget_categories li a {
    color: #333;
    position: relative;
}

.widget_categories li a:hover {
    text-decoration: none;
    color: #1e7e34;
}

.widget_categories li a::before {
    content: "\f105";
    font-family: "FontAwesome";
    height: auto;
    line-height: normal;
    margin-right: 10px;
}

.widget_categories li:last-child {
    padding-bottom: 0;
}

.widget_categories .categories_num {
    float: right;
    font-size: 14px;
}

.voucher-category-title {
    position: absolute;
    font-size: 40px;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pos-rel {
    position: relative;
}

.voucher-category-box-item {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43, 49, 54, .5);
}

.voucher-category-box-item img {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43, 49, 54, .5);
}

.shadow-box-c {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43, 49, 54, .5);
}

.shadow-box-c img {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43, 49, 54, .5);
}

.filter-fa {
    font-size: 22px !important;
}

.voucher-box {
    margin: 0;
}

.green-link {
    color: #59cf7c;
}

.voucher-open-title {
    font-size: 1.5rem;
}

.voucher-cat-title {
    font-size: 16px;
    font-weight: normal !important;
}

.text-black {
    color: #000 !important;
}

.sticky-top {
    top: 20px;
}

.booking-content #bookingAffiliateWidget_1bbeb62d-c830-4947-ae0d-1296dac446e8 {
    position: static;
}

@media (min-width: 992px) {
    .booking-content {
        height: 120px;
        width: 100%;
        overflow: hidden;
    }

}

@media (max-width: 991px) {

    .voucher-weather {
        display: none;
    }

    .booking-content {
        height: 350px;
        min-height: 350px;
    }

    .voucher-box .voucher-item {
        padding-bottom: 15px;
    }

    .voucher-item {
        height: auto;
    }

    .voucher-item .voucher-price {
        background-color: #f1f1f1;
        margin-bottom: 10px;
    }

    .voucher-item .p-3 {
        padding: 1rem 2rem !important;
    }

    .voucher-item .p-3 label {
        font-size: 16px;
    }

    .voucher-item .col-lg-4.p-4 {
        padding: 1rem 2rem !important;
    }

    .voucher-price .discount {
        font-size: 16px;
    }

    .place-open .text-right {
        text-align: left !important;
    }

    .place-languages {
        float: none;
        display: block;
    }

    .price-content {
        padding: 15px;
    }

}

.fix-btn-phone.active {
    display: block;
}

.fix-btn-phone {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 145px;
    right: 40px;
    width: 150px;
    height: 50px;
    border: 3px solid #59cf7c;
    border-radius: 15px;
    background-color: #fff;
    padding-top: 10px;
    z-index: 99;
}

.fix-btn-phone a {
    color: #000;
}

.fix-btn {
    z-index: 98;
    text-align: center;
    position: fixed;
    bottom: 90px;
    right: 40px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 30px;
    background-color: #fff;
    border-radius: 50%;
    color: #59cf7c;
    border: 3px solid #59cf7c;
    box-sizing: border-box;
    transition: all ease-in .1s;
    box-shadow: 5px 5px 5px rgba(0,0,0,.1);
}

.fix-btn.active, .fix-btn:hover {
    background-color: #59cf7c;
    color: #fff;
    cursor: pointer;
    box-shadow: 5px 5px 20px rgba(0,0,0,.2);
}

.voucher-open-btn.active {
    background-color: #fff;
    display: flex;
    position: fixed !important;
    bottom: 0px;
    left: 0;
    top: auto;
    width: 100%;
    height: 80px;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    box-shadow: -3px -3px 15px rgba(0,0,0,.1);
}

.voucher-open-btn.active .voucher-price {
    font-size: 16px;
    padding: 0px 30px;
    background-color: #fff;
    border: none;
    line-height: 16px;
}

.voucher-open-btn.active .voucher-price small {
    font-size: 12px;
}

.voucher-open-btn.active .voucher-price .discount {
    position: absolute;
    left: -20px;
    bottom: 50px;
    top: auto;
    right: auto;
    padding: 5px;
}

.voucher-open-btn.active .voucher-price .currency, .voucher-open-btn.active .voucher-price .old-price {
    font-size: 12px;
}

.prewrap {
    white-space: pre-wrap;
}

.chat-container {
    z-index: 9999999;
}