@charset "utf-8";
@font-face {
    font-family: 'DINPro_Bold';
    src: url('fonts/DINPro-Bold.eot');
    src: url('fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro-Bold.woff2') format('woff2'), url('fonts/DINPro-Bold.woff') format('woff'), url('fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro_cond';
    src: url('fonts/DINPro-CondensedRegular.eot');
    src: url('fonts/DINPro-CondensedRegular.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro-CondensedRegular.woff2') format('woff2'), url('fonts/DINPro-CondensedRegular.woff') format('woff'), url('fonts/DINPro-CondensedRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('fonts/DINPro.eot');
    src: url('fonts/DINPro.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro.woff2') format('woff2'), url('fonts/DINPro.woff') format('woff'), url('fonts/DINPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro_Medium';
    src: url('fonts/DINPro-Medium.eot');
    src: url('fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro-Medium.woff2') format('woff2'), url('fonts/DINPro-Medium.woff') format('woff'), url('fonts/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro_CondensedBold';
    src: url('fonts/DINPro-CondensedBold.eot');
    src: url('fonts/DINPro-CondensedBold.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro-CondensedBold.woff2') format('woff2'), url('fonts/DINPro-CondensedBold.woff') format('woff'), url('fonts/DINPro-CondensedBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro_CondensedMedium';
    src: url('fonts/DINPro-CondensedMedium.eot');
    src: url('fonts/DINPro-CondensedMedium.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro-CondensedMedium.woff2') format('woff2'), url('fonts/DINPro-CondensedMedium.woff') format('woff'), url('fonts/DINPro-CondensedMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro_black';
    src: url('fonts/DINPro-Black.eot');
    src: url('fonts/DINPro-Black.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro-Black.woff2') format('woff2'), url('fonts/DINPro-Black.woff') format('woff'), url('fonts/DINPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.pro {
    font-family: 'DINPro' !important;
}

.pro_bold {
    font-family: 'DINPro_Bold' !important;
}

.pro_black {
    font-family: 'DINPro_black' !important;
}

.pro_medium {
    font-family: 'DINPro_Medium' !important;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clr {
    clear: both;
}

input,
textarea,
select {
    border: 0px none;
    background: none;
    outline: none;
    font-family: 'DINPro';
    font-weight: 400;
}

img {
    outline: none;
    max-width: 100%;
    height: auto;
    border: 0px none;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: normal;
}

input[type='submit'] {
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

:focus {
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}

html {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    min-height: 100%;
}

body {
    width: 100%;
    font-size: 18px;
    font-family: 'DINPro_CondensedBold';
    color: #262626;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    overflow-x: hidden;
    background: #ffffff;
}

.hidden,
body.hidden {
    overflow: hidden;
}

body.body_white {
    background: #fff;
}

p a {
    color: #017101;
}

p a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.5em;
}

h1 {
    font-size: 52px;
    line-height: 1.2em;
    color: #000;
    padding-bottom: 15px;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    line-height: 1.4em;
    color: #000000;
    padding-bottom: 20px;
}

.transform-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #ededed;
    position: fixed;
    z-index: 999999;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: 0.35s ease-in;
    -moz-transition: 0.35s ease-in;
    -ms-transition: 0.35s ease-in;
    transition: 0.35s ease-in;
}

.transform-wrapper img {
    max-width: 150px;
    margin: auto;
    display: block;
}

.transform-wrapper.active {
    transform: translateY(-100%);
}

.wrapper {
    width: 100%;
    opacity: 0;
}


/****covid*alert css start********/

.alert {
    position: relative;
    padding: 20px 110px 20px 110px;
    background: #242625;
    text-align: center;
    transition: all 0.2s ease;
}

.alert_icon {
    display: block;
    width: 100px;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    background-color: #e52937 !important;
    background: url(../../images/frontend_images/close.svg) no-repeat center center;
    background-size: 28px auto;
    position: absolute;
    left: 0px;
    top: 0px;
}

.alert_message {
    width: 100%;
}

.alert_message p a {
    font-size: 32px;
    color: #e52937;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4em;
    transition: all 0.2s ease;
}

.alert_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    display: block;
    /*background:url(../../images/frontend_images/close.svg) no-repeat center center; background-size:12px auto; */
    transition: all 0.2s ease;
    color: #fff;
    font-size: 22px;
    font-family: 'DINPro';
    line-height: 24px;
    text-align: center;
}

.alert.green .alert_message p a,
.alert.green .alert_close {
    color: #139814;
}

.alert.green .alert_icon {
    background-color: #139814 !important;
    background: url(../../images/frontend_images/tick.svg) no-repeat center center;
    background-size: 32px auto;
}

.alert.blue .alert_message p a,
.alert.blue .alert_close {
    color: #409edc;
}

.alert.blue .alert_icon {
    background-color: #409edc !important;
    background: url(../../images/frontend_images/question_mark.svg) no-repeat center center;
    background-size: auto 32px;
}

.alert.orange .alert_message p a,
.alert.orange .alert_close {
    color: #dab211;
}

.alert.orange .alert_icon {
    background-color: #dab211 !important;
    background: url(../../images/frontend_images/info.svg) no-repeat center center;
    background-size: auto 32px;
}

.alert_message p a:hover {
    /* color: #535956 !important; */
    text-decoration: none;
}


/*
.alert_close:hover {
    color: #535956 !important;
} */


/*****alert css end********/

.header {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: #ffffff;
    border-bottom: 4px solid #cfcfcf;
}

.header_main {
    padding: 10px 0px;
    position: relative;
}

.fixed .header {
    position: fixed;
}

.autoContent {
    width: 100%;
    max-width: 1770px;
    padding: 0px 20px;
    margin: auto;
}

.menu_close,
.menuIcon {
    display: none;
}

.header_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

.logo {
    width: 132px;
    flex-shrink: 0;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
}

.header_right {
    width: 100%;
}

.menuMain {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 28px;
    padding-top: 6px;
}

.menuMain ul {
    font-size: 0px;
}

.menuMain ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 0px 10px 0px 10px;
    position: relative;
    border-left: 1px solid #d8d8d8;
}

.menuMain ul li:first-child {
    border-left: 0px none;
}

.menuMain ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    color: #139814;
    -webkit-transition: all 0.175s ease;
    transition: all 0.175s ease;
    text-transform: uppercase;
    padding: 0px 0px 0px 32px;
    position: relative;
}

.menuMain ul li a.link_booknow {
    background: url(../../images/frontend_images/book_now.svg) no-repeat left 3.5px;
    background-size: auto 19px;
}

.menuMain ul li a.link_media {
    background: url(../../images/frontend_images/media.svg) no-repeat left 0px;
    background-size: auto 22px;
}

.menuMain ul li a.link_mailing {
    background: url(../../images/frontend_images/join_mail.svg) no-repeat left 3.5px;
    background-size: auto 15px;
}

.menuMain>ul>li:hover>a,
.menuMain ul li.active>a {
    color: #010101;
}

.content {
    width: 100%;
    min-height: calc(100vh - 450px);
}

.header_socials {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.header_socials ul {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header_socials ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    position: relative;
}

.header_socials ul li a {
    display: block;
    position: relative;
    transition: all 0.100s ease;
}

.header_socials ul li img {
    display: block;
    max-width: 90px;
    max-height: 30px;
    margin: auto;
    transition: all 0.100s ease;
}

.header_socials ul li a i {
    display: block;
    transition: all 0.100s ease;
}

.social_hov {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.100s ease;
    opacity: 0;
}

.header_socials ul li a:hover .social_hov {
    opacity: 1;
}

.header_socials ul li a:hover .social_normal {
    opacity: 0;
}

.banner {
    width: 100%;
}

.banner_slider {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
}

.banner_inner {
    width: 100%;
    position: relative;
}

.banner_img {
    width: 100%;
    height: 475px;
    background: #dcdcdc;
}

.banner_img figure {
    display: block;
    height: 475px;
}

.banner_img figure img {
    display: block;
    width: auto;
    height: 100%;
    margin: auto;
    max-width: 100%;
}

.banner_img video {
    display: block;
    object-fit: cover;
    height: 100%;
}

.banner_slider .slick-dots {
    width: 100%;
    font-size: 0px;
    text-align: center;
    position: absolute;
    bottom: 18px;
    left: 0px;
}

.banner_slider .slick-dots li {
    display: inline-block;
    font-size: 14px;
    padding: 0px 3px;
}

.banner_slider .slick-dots li button {
    width: 40px;
    height: 5px;
    border-radius: 5px;
    background-color: #2c992c;
    font-size: 0px;
    display: block;
    border: 0px none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner_slider .slick-dots li.slick-active button {
    background-color: #000 !important;
}

.banner_slider .slick-arrow {
    width: 40px;
    font-size: 0px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 20px;
    background: none;
    outline: none;
    border: 0px none;
    cursor: pointer;
    z-index: 22;
    transition: all 0.100s ease;
}

.banner_slider .slick-arrow:after {
    content: "\f104";
    font-size: 54px;
    color: #6a6b6a;
    font-family: fontAwesome;
}

.banner_slider .slick-arrow.slick-next {
    left: initial;
    right: 20px;
}

.banner_slider .slick-arrow.slick-next:after {
    content: "\f105";
}

.banner_slider .slick-arrow:hover {
    opacity: 0.5;
}

.gallery {
    width: 100%;
    padding: 20px 0px;
}

.gallery_inner {
    width: 100%;
}

.gallery_slider {
    width: auto;
    position: relative;
    padding: 0px 48px;
}

.gallery_slider .item {
    padding: 0px 10px;
}

.gallery_box {
    width: 100%;
    position: relative;
    transition: all 0.100s ease;
}

.gallery_img {
    display: block;
    height: 240px;
}

.gallery_img img {
    width: 100%;
    height: auto;
    max-width: none;
    display: block;
    object-fit: cover;
    min-height: 100%;
}

.gallery_slider .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #cccccc;
    font-size: 0px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 10px;
    outline: none;
    border: 0px none;
    cursor: pointer;
    z-index: 22;
    transition: all 0.100s ease;
}

.gallery_slider .slick-arrow:after {
    content: "\f0d9";
    font-size: 22px;
    margin-left: -3px;
    color: #fff;
    font-family: fontAwesome;
    transition: all 0.100s ease;
}

.gallery_slider .slick-arrow.slick-next {
    left: initial;
    right: 10px;
}

.gallery_slider .slick-arrow.slick-next:after {
    content: "\f0da";
    margin-left: 3px;
}

.gallery_slider .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.gallery_slider .slick-arrow.slick-disabled:after {
    color: red !important;
}

.gallery_slider .slick-arrow:hover:after {
    color: #017101;
}

.gallery_hov {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.100s ease;
    flex-wrap: wrap;
}

.gallery_box:hover .gallery_hov,
.gallery_box.active .gallery_hov {
    opacity: 1;
}

.gallery_info {
    position: relative;
    width: 100%;
    text-align: center;
}

.gallery_info_logo {
    width: 52px;
    height: auto;
    margin: auto auto 10px auto;
    /* position: absolute;
    left: 0px;
    top: 5px; */
}

.gallery_info_logo img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
}

.gallery_info h2 {
    color: #139814;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 5px;
    /* padding-left: 64px;
    min-height: 55px; */
}

.gallery_info strong {
    color: #5c5c5c;
    font-size: 16px;
    padding-bottom: 5px;
}

.gallery_info p {
    color: #010101;
    font-size: 14px;
    padding-bottom: 5px;
}

.uppercase {
    text-transform: uppercase;
}

.text_center {
    text-align: center;
}

.btn {
    font-size: 17px;
    color: #017101;
    padding: 2px 15px;
    background: #fff;
    border: 1px solid #000000;
    transition: all 0.175s ease;
    line-height: 28px;
    font-family: 'DINPro_CondensedBold';
    text-align: center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border-radius: 0px !important;
}

.btn.btn_large {
    font-size: 22px;
    padding: 10px 15px;
    border-width: 2px;
}

.btn:hover,
.btn.active {
    color: #fff !important;
    background-color: #017101 !important;
    border-color: #017101 !important;
}


/* width */

.wrapper ::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
}


/* Track */

.wrapper ::-webkit-scrollbar-track {
    background: #F7F7F7;
    border-radius: 4px;
}


/* Handle */

.wrapper ::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 4px;
}


/* Handle on hover */

.wrapper ::-webkit-scrollbar-thumb:hover {
    background: #C1C1C1;
    border-radius: 4px;
}

.gallary_images {
    display: none;
}

.fancybox-thumbs__list a:before {
    border-color: #139814 !important;
}

.indoor {
    width: 100%;
}

.indoor_list {
    width: 100%;
}

.indoor_list ul {
    font-size: 0px;
    margin: 0px -10px;
}

.indoor_list ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px 20px 10px;
}

.indoor_box {
    width: 100%;
    position: relative;
}

.indoor_img {
    width: 100%;
}

.indoor_img img {
    max-width: none;
    width: 100%;
    height: auto;
}

.indoor_lable {
    width: auto;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 28px;
    line-height: 1.2em;
    padding: 6px 10px;
    background: #262626;
    text-transform: uppercase;
}

.services_booking {
    width: 100%;
    padding-bottom: 20px;
}

.services_booking_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}

.services_box {
    width: 33%;
}

.event_box_main {
    width: 100%;
    position: relative;
}

.event_box {
    width: 100%;
    background: #fff;
    border: 2px solid #000;
}

.event_box_header {
    width: 100%;
    padding: 8px 10px 12px 80px;
    position: relative;
    border-bottom: 2px solid #000;
    background: #f3f3f3;
}

.event_box_header strong {
    font-size: 22px;
    line-height: 1.2em;
    display: block;
    font-family: 'DINPro_Medium';
    margin-left: 17px;
}

#userinformation .event_box_header strong{
    margin-left: 10px;
}

.event_box_header span {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-right: 2px solid #000;
    font-size: 22px;
    line-height: 25px;
    padding: 10px;
    display: block;
    background: #017101;
    color: #fff;
    text-align: center;
    font-family: 'DINPro_Medium';
}

.event_box_header span.total_price_span {
    width: 150px;
    right: 0px;
    left: auto;
}

.event_calendar {
    width: 100%;
    padding: 0px 0px 0px;
}

.event_calendar .drp_top-bar {
    display: none;
}

.event_calendar .date-picker-wrapper {
    width: 100% !important;
    padding: 0px !important;
    border: 0px none;
    background: #fff;
}

.event_calendar .date-picker-wrapper .month-wrapper {
    width: 100% !important;
    border: 0px none;
}

.event_calendar .month1 {
    width: 100% !important;
    float: none !important;
}

.event_calendar .month-element {
    font-size: 20px;
    color: #000;
    font-family: 'DINPro_Medium';
}

.event_calendar .date-picker-wrapper table .caption .next,
.event_calendar .date-picker-wrapper table .caption .prev {
    font-size: 20px;
    color: #000;
    padding: 8px 15px !important;
}

.event_calendar .week-name th {
    font-size: 18px !important;
    color: #000;
    padding: 6px !important;
    font-family: 'DINPro_Medium';
    line-height: 1.3em !important;
}

.event_calendar .date-picker-wrapper .month-wrapper table .day {
    font-size: 18px !important;
    color: #000 !important;
    padding: 6px !important;
    font-family: 'DINPro_Medium';
    line-height: 1.3em !important;
    border: 2px solid #fff;
    transition: all 0.175s ease;
}

.event_calendar .date-picker-wrapper .month-wrapper table th,
.event_calendar .date-picker-wrapper .month-wrapper table td {
    width: 30px;
}

.date-picker-wrapper .month-wrapper table .day.hovering,
.date-picker-wrapper .month-wrapper table .day.checked {
    background: #017101 !important;
}

.event_calendar .date-picker-wrapper .day.checked.first-date-selected,
.event_calendar .date-picker-wrapper .day.checked.last-date-selected {
    background: #017101 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
}

.event_calendar .date-picker-wrapper .month-wrapper table .day.real-today {
    background: inherit;
    color: #017101 !important;
}

.event_calendar .date-picker-wrapper table .caption .next:hover,
.event_calendar .date-picker-wrapper table .caption .prev:hover {
    background: #409840 !important;
}

.event_calendar .date-picker-wrapper .month-wrapper table .day:hover {
    background: #017101 !important;
    color: #fff !important;
    border: 2px solid #fff;
}

.event_calendar .date-picker-wrapper .month-wrapper table .day.real-today.checked {
    color: #fff !important;
}

.service_box_main .event_box {
    /*max-width:460px; float: right;*/
    position: relative;
}

.event_services {
    width: 100%;
}

.event_services_list {
    width: 100%;
    max-height: 450px;
}

.event_services_list ul li a {
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 10px 15px;
    border: 2px solid transparent;
    border-left: 0px;
    border-right: 0px;
    position: relative;
}

.event_services_list ul li a:after {
    content: "\f054";
    font-size: 16px;
    color: #000;
    font-family: fontAwesome;
    position: absolute;
    right: 15px;
    top: 13px;
    transition: all 0.3s ease-in-out;
}

.event_services_list ul li a:hover,
.event_services_list ul li a.active {
    border-color: #000;
    background: #409840;
    color: #fff;
}

.event_services_list ul li a:hover:after,
.event_services_list ul li a.active:after {
    color: #fff;
}

.time_chose {
    width: 100%;
    padding: 15px;
}

.time_chose_list {
    width: 100%;
}

.time_chose_list ul {
    font-size: 0px;
    margin: 0px -10px;
}

.time_chose_list ul li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 0px 10px 0px;
    margin: 1px 0px;
}

.time_chose_list ul li a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 4px 10px;
    border: 2px solid #fff;
    position: relative;
    font-family: 'DINPro_Medium';
}

.time_chose_list ul li a:hover {
    border-color: #fff;
    background: #017101;
    color: #fff;
}

.time_chose_list ul li a.active {
    border-color: #000;
    background: #017101;
    color: #fff;
}

.newletter_box {
    background: #f3f3f3;
}

.newletter_content {
    width: 100%;
    padding: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
}

.newletter_form {
    max-width: 365px;
    padding-top: 130px;
    background: url(../../images/frontend_images/newsletter.svg) no-repeat top center;
    background-size: auto 100px;
}

.newletter_form h2 {
    padding-bottom: 30px;
}

.services_content {
    background: url(../../images/frontend_images/services_bg.png) no-repeat bottom center;
    background-size: cover;
}

.formParent {
    width: 100%;
}

.formRow {
    width: auto;
    margin: 0px -8px;
}

.formCell {
    float: left;
    padding: 0px 8px;
    width: 100%;
    padding-bottom: 20px;
}

.col12 {
    width: 100%
}

.col11 {
    width: 91.66666667%
}

.col10 {
    width: 83.33333333%
}

.col9 {
    width: 75%
}

.col8 {
    width: 66.66666667%
}

.col7 {
    width: 58.333333%
}

.col6 {
    width: 50%
}

.col5 {
    width: 41.66666667%
}

.col4 {
    width: 33.33333333%
}

.col3 {
    width: 25%
}

.col2 {
    width: 16.66666667%
}

.col1 {
    width: 8.33333333%
}

.pull_right {
    float: right;
}

.pad0 {
    padding: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.form_field {
    width: 100%;
    position: relative;
}

.form_field input,
.selectbox_span,
.form_field textarea {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #101010;
    padding: 12px 15px;
    background-color: #fff;
    border: 2px solid #101010;
    transition: all 0.175s ease;
    display: block;
    font-family: 'DINPro';
}

.form_field input:focus,
.selectbox select:focus,
.selectbox.focus .selectbox_span,
.form_field textarea:focus {
    border-color: #017101 !important;
}

.form_field textarea {
    height: 100px;
}

.selectbox {
    position: relative;
}

.selectbox select {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    opacity: 0;
    font-size: 18px;
    line-height: 20px;
    color: #101010;
    font-family: 'DINPro';
}

.selectbox_span {
    min-height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px !important;
    background: url(../../images/frontend_images/dropdown_arrow.svg) no-repeat right 15px center;
    background-size: auto 6px !important;
}

.form_field ::-webkit-input-placeholder {
    color: #9c9c9c;
}

.form_field :-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.form_field ::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.form_field :-ms-input-placeholder {
    color: #9c9c9c;
}

.form_field ::-ms-input-placeholder {
    color: #9c9c9c;
}

.form_field ::placeholder {
    color: #9c9c9c;
}

.selectbox_span {
    color: #9c9c9c;
}

.selectbox.selected .selectbox_span {
    color: #101010;
}

.form_submit_row .btn {
    width: 100%;
    max-width: 250px;
    margin: auto;
    display: block;
}

.services_list {
    width: 100%;
    color: #fff;
    padding: 15px;
}

.services_list h2 {
    color: #fff;
}

.services_list li {
    font-size: 18px;
    color: #fff;
    line-height: 1.5em;
    padding-bottom: 16px;
    font-family: 'DINPro_Medium';
    padding-left: 46px;
    background-size: auto 24px !important;
}

.services_list li.service_cricket {
    background: url(../../images/frontend_images/serv_cricket.svg) no-repeat 7px 2px;
    background-size: 22px 20px !important;
}

.services_list li.service_football {
    background: url(../../images/frontend_images/serv_football.svg) no-repeat left 2px;
    background-size: 32px auto !important;
}

.services_list li.service_tou {
    background: url(../../images/frontend_images/serv_tournaments.svg) no-repeat 4px 2px;
}

.services_list li.service_ev {
    background: url(../../images/frontend_images/serv_events.svg) no-repeat 4px 2px;
}

.services_list li.service_bbq {
    background: url(../../images/frontend_images/serv_bbq.svg) no-repeat 0px 2px;
    background-size: auto 19px !important;
}

.services_list li.service_lb {
    background: url(../../images/frontend_images/serv_broadcasting.svg) no-repeat 4px 2px;
    background-size: auto 22px !important;
}

.services_list li.service_lc {
    background: url(../../images/frontend_images/serv_scorings.svg) no-repeat 4px 2px;
    background-size: auto 22px !important;
}

.services_list li.service_eb {
    background: url(../../images/frontend_images/serv_events_branding.svg) no-repeat 4px 2px;
}

.services_list li.service_tb {
    background: url(../../images/frontend_images/serv_team_branding.svg) no-repeat 4px 2px;
}

.services_list li.service_ct {
    background: url(../../images/frontend_images/serv_coaching_trainings.svg) no-repeat 4px 2px;
}

.event_bookBtn {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.event_bookBtn ul {
    font-size: 0px;
    margin: 0px -5px;
}

.event_bookBtn ul li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.event_bookBtn ul li .btn {
    width: 100%;
    max-width: 250px;
    min-width: 156px;
    margin: auto;
    display: block;
}

.time_select {
    min-width: 200px;
}

.about_contact {
    width: 100%;
    padding-bottom: 20px;
}

.about_contact_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.about_us {
    width: 50%;
    padding-right: 50px;
}

.about_logo {
    padding-bottom: 24px;
    width: 100%;
    max-width: 140px;
}

.about_logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.about_us p {
    padding-bottom: 20px;
    color: #262626;
    font-family: 'DINPro_Medium';
}

.contact_us {
    width: 50%;
    padding: 15px;
    background: #f3f3f3;
}

.contact_title {
    width: 100%;
    padding-bottom: 20px;
}

.contact_submit_btn {
    margin-left: 0px !important;
}

.partners {
    width: 100%;
    padding: 30px 0px 50px 0px;
}

.partners_inner {
    width: 100%;
}

.partners_slider {
    position: relative;
    padding: 0px 48px;
}

.partners_logo {
    display: block;
    width: 100%;
}

.partners_logo img {
    max-height: 50px;
    max-width: 240px;
    display: block;
    width: 100%;
}

.partners_inner .item {
    padding: 0px 36px;
}

.partners_inner .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #cccccc;
    font-size: 0px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 10px;
    outline: none;
    border: 0px none;
    cursor: pointer;
    z-index: 22;
    transition: all 0.100s ease;
}

.partners_inner .slick-arrow:after {
    content: "\f0d9";
    font-size: 22px;
    margin-left: -3px;
    color: #fff;
    font-family: fontAwesome;
    transition: all 0.100s ease;
}

.partners_inner .slick-arrow.slick-next {
    left: initial;
    right: 10px;
}

.partners_inner .slick-arrow.slick-next:after {
    content: "\f0da";
    margin-left: 3px;
}

.partners_inner .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.partners_inner .slick-arrow.slick-disabled:after {
    color: red !important;
}

.partners_inner .slick-arrow:hover:after {
    color: #017101;
}

#footer {
    width: 100%;
    padding: 24px 0px;
    background: #535956;
    color: #fff;
}

.footer_inner {
    width: 100%;
    text-align: center;
}

.footer_logo {
    width: 100%;
    max-width: 140px;
    padding-bottom: 30px;
    margin: auto;
}

.footer_logo span {
    display: block;
}

.footer_logo img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
}

.footer_address {
    width: 100%;
}

.footer_address ul {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.footer_address ul li {
    font-size: 24px;
    color: #ffffff;
    padding: 0px 10px 10px 10px;
    list-style: disc inside;
}

.footer_address ul li:first-child {
    list-style: none;
}

.footer_address ul li a {
    color: #ffffff;
}

.footer_address ul li a:hover {
    text-decoration: underline;
}

.copyright a {
    color: #ffffff;
    font-size: 15px;
}

.copyright a:hover {
    text-decoration: underline;
}

.information_form {
    width: 100%;
    padding: 15px;
}

.event_form_mele_field,
.event_form_femele_field,
.event_form_kids_field {
    padding-left: 36px !important;
    padding-right: 10px !important;
}

.event_form_mele_field {
    background: url(../../images/frontend_images/male.svg) no-repeat left 10px center;
    background-size: 16px auto;
}

.event_form_femele_field {
    background: url(../../images/frontend_images/female.svg) no-repeat left 10px center;
    background-size: 16px auto;
}

.event_form_kids_field {
    background: url(../../images/frontend_images/kids.svg) no-repeat left 10px center;
    background-size: 20px auto;
}

.sch_tab {
    display: none;
}

.event_box_content {
    /* height: 360px; */
    overflow: auto;
}


/***************************/

.services_popup_main {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    overflow-y: auto;
    overflow: auto;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.35s ease-in 0.3s;
    -moz-transition: 0.35s ease-in 0.3s;
    -ms-transition: 0.35s ease-in 0.3s;
    transition: 0.35s ease-in 0.3s;
    -webkit-overflow-scrolling: touch;
}

.services_popup_main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: url(../../images/frontend_images/service_menu_bg.png) no-repeat center center;
    background-size: cover;
}

.services_popup_close {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 40px;
    font-family: 'DINPro';
}

.services_popup_close:hover {
    opacity: 0.6;
}

.services_popup_inner {
    width: 100%;
    padding: 40px 0px;
    position: relative;
    z-index: 2;
}

.services_popup_auto {
    width: 100%;
    max-width: 1300px;
    padding: 0px 20px;
    margin: auto;
}

.services_popup_heading {
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
}

.services_popup_heading h1 {
    line-height: 1em;
    padding-bottom: 0px;
    color: #fff;
}

.services_popup_detail {
    width: 100%;
}

.services_details_table {
    width: 100%;
    /*display:table;*/
}

.services_details_scrolable {
    padding: 0px 15px;
    height: calc(100vh - 250px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.services_details_cell {
    /*width:33.33%; display:table-cell;*/
    width: 100%;
    vertical-align: top;
    border-left: 1px solid #fff;
}

.services_details_cell:first-child {
    border-left: 0px none;
}

.services_details_row {
    width: 100%;
    display: table;
    padding-right: 10px;
    margin-bottom: 1px;
}

.services_details_checkboxParent {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.services_details_checkboxParent label {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #fff;
    position: relative;
    padding: 6px 10px 10px 10px;
    background: url(../../images/frontend_images/menu_unchecked.png) no-repeat left 10px top 10px;
    background-size: 24px auto !important;
    padding-left: 94px;
}

.services_details_checkboxParent label input.itemCheckBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    opacity: 0;
}

.services_details_checkboxParent label.checked,
.services_details_row.checked .services_details_checkboxParent label {
    background: url(../../images/frontend_images/menu_checked.png) no-repeat left 10px center;
}

.itemQty {
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    max-width: 40px;
    position: absolute;
    left: 46px;
    top: 10px;
    color: #fff;
    border: 2px solid #fff;
    height: 23px;
    line-height: 23px;
    text-indent: 4px;
    font-size: 15px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.services_details_row span {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #fff;
}

.services_details_row.checked {
    background: #409840;
}

.services_booking {
    z-index: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: 0.35s ease-out;
    -moz-transition: 0.35s ease-out;
    -ms-transition: 0.35s ease-out;
    transition: 0.35s ease-out;
}

.menu-active .services_booking {
    cursor: pointer;
    visibility: hidden;
    -webkit-transform: translateY(530px) scale(0.8);
    -moz-transform: translateY(530px) scale(0.8);
    -ms-transform: translateY(530px) scale(0.8);
    transform: translateY(530px) scale(0.8);
    -webkit-transition: 0.35s ease-in;
    -moz-transition: 0.35s ease-in;
    -ms-transition: 0.35s ease-in;
    transition: 0.35s ease-in;
}

.menu-active .services_popup_main {
    opacity: 1;
    z-index: 999;
}

.menu-active {
    overflow: hidden;
}

.services_details_scrolable ul {
    font-size: 0px;
}

.services_details_scrolable ul li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0px 15px;
    /* padding: 0px 50px; */
}

.services_details_scrolable ul li:nth-child(2n) {
    padding: 0px 15px;
}

.services_popup_btn_parent {
    text-align: center;
    padding-top: 25px;
}

.services_popup_btn_parent .btn {
    border-color: #fff !important;
    color: #fff !important;
    background: none;
    width: 100%;
    margin: auto;
    max-width: 320px;
}

.privacy {
    padding: 30px 0px;
}

.privacy_content h1 {
    text-align: center;
    padding-bottom: 30px;
}

.privacy_content p {
    padding-bottom: 20px;
    font-family: 'DINPro';
}

.privacy_content p strong {
    font-family: 'DINPro_Bold';
}

.error_text,
.slectTimeSlot {
    font-size: 14px;
    line-height: 1.5em;
    display: block;
    color: #d32e2e;
}

.slectTimeSlot {
    display: none;
    text-align: center;
    padding-top: 15px;
}

.limitedTimesSlot {
    font-size: 14px;
    line-height: 1.5em;
    display: block;
    color: #d32e2e;
}

.limitedTimesSlot {
    display: none;
    text-align: center;
    padding-top: 15px;
}

.error_stroke {
    border-color: #d32e2e !important;
}


/* .red .alert_icon {
    background-color: #e52937 !important;
}*/

.total_amount_main {
    width: 230px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: fixed;
    right: 0px;
    top: 20%;
    z-index: 99;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    display: none;
}

.total_amount_main:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #409840;
    opacity: 0.9;
}

.total_amount {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 20px;
}

.total_amount_table {
    width: 100%;
    height: 100%;
    display: table;
}

.total_amount_tableCell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.total_amount_text {
    width: 100%;
    text-align: center;
}

.total_amount_text span {
    font-size: 24px;
    line-height: 1.5em;
    display: block;
    color: #fff;
}

.total_amount_text strong {
    font-size: 28px;
    line-height: 1.5em;
    display: block;
    color: #fff;
}

.total_amount_text em {
    font-size: 18px;
    line-height: 1.5em;
    display: block;
    color: #fff;
}

.invalid {
    opacity: 0.2;
    pointer-events: none;
    /* background: #eee; */
}

.msgStyle {
    width: 100%!important;
    text-align: center;
}

.msgStyle a {
    padding: 5px 15px 8px 15px!important;
}

.successMsg {
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
    color: green;
    display: none;
}

.g-recaptcha iframe {
    border: 2px solid #fff;
}

.g-recaptcha.error_stroke iframe {
    border-color: #d32e2e !important;
}

.jconfirm .jconfirm-holder {
    max-width: 43%;
    margin: auto;
}

.newsletterSuccessMsg {
    font-size: 14px!important;
    color: green;
    display: none;
    text-align: center;
}

.errorMsg {
    color: red!important;
}

.contactUssuccessMsg {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 10px;
    color: green;
    display: none;
}

.indoorBox_gallery_hov {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    padding: 15px 0px;
    display: flex;
    justify-content: start;
    align-content: start;
    align-items: start;
    opacity: 0;
    transition: all 0.100s ease;
}

.indoorBox_gallery_hov_inner {
    padding: 0px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
}

.indoorBox_gallery_hov p {
    color: #010101;
    font-size: 15px;
    padding-bottom: 5px;
}

.indoor_box:hover .indoorBox_gallery_hov {
    opacity: 1;
}

.btn_gallery {
    margin-top: 8px;
}

.status_heading {
    border-color: #eff2f7;
    font-size: 13px;
    font-weight: 400;
    background: #fafafa;
    text-transform: uppercase;
    padding: 8px 15px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    margin-bottom: 20px;
}

.status_heading h1 {
    font-size: 32px;
    line-height: 1.4em;
    color: #000000;
    padding: 0px;
    font-family: 'DINPro_CondensedBold';
}

.status_heading span {
    font-size: 32px;
    margin-right: auto;
    margin-left: auto;
}

.status_heading span a {
    color: #000000
}

.status_heading span i {
    color: green;
}

#refresh img {
    width: 60px;
}

.bookDateTime {
    text-transform: uppercase;
}

.bookDateTime h2 {
    padding: 8px 15px;
    border-color: #eff2f7;
    background: #fafafa;
    font-size: 20px;
    line-height: 1.4em;
    color: #000000;
    font-family: 'DINPro_CondensedBold';
}

.bookDateTime ul {
    background: none;
    font-size: 0px;
    margin: 0px -5px;
    padding: 10px 0px;
}

.bookDateTime ul li {
    padding: 5px 2px;
    font-size: 16px;
    display: inline-block;
    verticle-align: top;
}

.bookDateTime_boxgreen {
    background: green;
    padding: 5px 10px;
}

.bookDateTime ul li.blue .bookDateTime_boxgreen {
    background: blue;
}

.bookDateTime ul li span,
.bookDateTime ul li small {
    font-weight: normal;
    color: #ffffff;
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
}

.bookDateTime ul li small {
    display: flex;
    justify-content: center;
}

.bookDateTime ul li small b:after {
    content: "-";
    font-size: 18px;
    padding: 0px 3px;
}

.bookDateTime ul li small img {
    width: 15px;
}

.bookDateTime ul li small img.doubleTick {
    padding-left: 2px;
    margin-right: 4px;
}

.supportType {
    width: auto!important;
    height: 15px;
    margin-top: 7px;
    margin-left: 4px;
}


/* Radio Button Styling Start*/

.radioButtonMain {
    max-width: 400px;
    margin: auto;
}

.radioButtonMain p {
    font-size: 22px;
}

.radioButtonOuter {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/* .radioButton {
    border-radius: 7px;
    border: 1px solid #017101;
    width: 49%;
    height: 35px;
    position: relative;
}*/

.greenColor{background:#017101;  color: #ffffff!important;}

.radioButton {
    border-radius: 7px;
    border: 2px solid #017101;
    width: 49%;
    height: 35px;
    line-height: 33px;
    position: relative;
    cursor: pointer;
    color: #017101;
    padding-left: 15px;
}

.radioButton label,
.radioButton input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.radioButton input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.radioButton input[type="radio"]:checked+label {
    color: white;
    border-radius: 5px!important;
    /* background-image: url(../../images/frontend_images/venuIconWhite.svg), url(../../images/frontend_images/downArrowWhite.svg);
    background-position: 8px 3px, center right;
    background-size: 20px 25px, 32px 12px;
    background-repeat: no-repeat, no-repeat; */
    background-color: #017101;
}

.radioButton label {
    cursor: pointer;
    z-index: 90;
    text-align: left;
    border: 1px solid #017101;
    border-radius: 5px;
    background: #ffffff;
    color: green;
    font-size: 18px;
    line-height: 31px;
    padding-left: 15px;
    /* background-image: url(../../images/frontend_images/venuIconGreen.svg), url(../../images/frontend_images/downArrowGreen.svg);
    background-position: 8px 3px, center right;
    background-size: 20px 23px, 32px 12px;
    background-repeat: no-repeat, no-repeat; */
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .radioButtonMain {
        max-width: inherit;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .radioButtonMain {
        max-width: inherit;
    }
}


/* Radio Button Styling End*/