/** CSS Document
Date Created: 03.05.2017
Written By: Pankaj Thakur
**/
@font-face {
    font-family: 'Tropical Summer Signature';
    src: url('../../fonts/Tropical-Summer-Signature.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('../../fonts/markpro.ttf');
    font-weight: normal;
    font-style: normal;
}

font-face {
    font-family: 'Domaine Text';
    src: url('../../fonts/DomaineText-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Domaine Text", Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    background: #fff;
    overflow-x: hidden;
}

p {
    font-family: "Domaine Text", Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
}

.small-text {
    color: #525252;
    font-family: "Domaine Text", Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}



h1, h2, h3, h4, h5, h6, p {font-weight: normal; margin: 0; }

.alert div,
.strong,
strong, b {
    font-family: "Mark Pro", sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

.alert svg {
    width: 30px;
    margin-right: 10px;
}

i, em { font-style: italic; }
select::-ms-expand {
 display: none;
}
 select:focus::-ms-value {
 background-color: transparent;
 color: inherit;
}


.loyalty-profile-area .help-block,
.pageArea .help-block {
 color: #ff0000;
 font-size: 13px;
 font-weight: 300;
 display: block;
 margin-top: 5px;
 margin-bottom: 10px;
}


label { font-weight: normal; }

input, textarea { -webkit-appearance: none; border-radius: 0; }

input[type='checkbox'], input[type='radio'] { width: auto; height: auto; }

input[type='checkbox'] { appearance: checkbox; -webkit-appearance: checkbox; }

input[type='radio'] { appearance: radio; -webkit-appearance: radio; }

select[multiple], select[size], textarea { height: auto; }
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

select {
    width: 100%;
    height: 40px;
}

input[type=number] { -moz-appearance: textfield; }

a { color: #eaaa0f; text-decoration: none !important; -ms-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }

a:hover, a:focus, a:active { color: #585858; }

*:focus { outline: none !important; }

img { max-width: 100% }

.clr { border: 0; clear: both; height: 0; }

.textCenter { text-align: center; }

.textRight { text-align: right; }

.textLeft { text-align: left; }

.visible-xs { display: none !important; }

.pageArea {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.pageArea .panel {
    background: #F7F7F7;
    padding: 32px 16px;
}

.pageArea label {
    font-family: "Mark Pro";
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
}

.loyalty-profile-area .form-select,
.pageArea .form-select,
.pageArea input.form-control {
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #C2C2C2;
}

.loyalty-profile-area .form-select,
.pageArea .form-select {
    border-radius: 0;
}

.pageArea .form-select:focus {
    box-shadow: none;
}

@media only screen and (min-width: 992px) {
    .pageArea {
        margin-top: 80px;
        margin-bottom: 80px;
        gap: 80px;
    }

    .pageArea .panel {
        padding: 40px;
    }
}

.title-1 {
    color: #000;
    font-family: "Mark Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.title-2 {
    color: #000;
    font-family: "Mark Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.subtitle-1 {
    color: #000;
    font-family: "Mark Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    text-align: start;
}

@media only screen and (min-width: 992px) {
    .title-1 {
        font-size: 48px;
        line-height: 64px;
    }

    .subtitle-1 {
        font-size: 24px;
    }

    .title-2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        text-align: center;
    }
}


/** Search Area */

.useful-information .card-text {
    color: #000;
    text-align: center;
    font-family: "Domaine Text", Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/** Registration Area **/

.registrationArea {
    display: block;
    align-self: center;
}

.registrationArea .subtitle-1 {
    margin-bottom: 40px;
}

.registrationArea .panel {
    background: #ffffff;
    padding: 0;
}

.registrationArea .panel-body {
    padding: 40px;
    border-radius: 8px;
    background-color: #F7F7F7;
}

.registrationArea .panel-body div {
    margin-bottom: 32px;
}

.registrationArea .panel-body:first-of-type {
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .registrationArea {
        display: block;
        max-width: 900px;
        align-self: center;
    }

    .registrationArea .panel-body div {
        margin-bottom: 40px;
    }

    .registrationArea .panel-body:first-of-type {
        margin-bottom: 24px;
    }
}

.registrationArea #signupForm {
    margin-top: 80px;
}


.pageArea .inputField { height: 40px; color: #443017; font-size: 14px; font-weight: 300; background-color: transparent; border: solid 1px #7f7f7f; margin: 0; width: 100%; padding: 0 15px; transition: all 0.3s; -webkit-transition: all 0.3s; }

.pageArea .inputField + .inputField { margin-top: 10px; }

.pageArea select.inputField { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(../images/down-arrow.svg); background-position: 96% center; background-position: calc(100% - 10px) center; background-position: -webkit-calc(100% - 10px) center; background-repeat: no-repeat; background-size: 10px; padding-right: 30px; }

.pageArea textarea.inputField { height: auto; min-height: 70px; resize: none; padding: 10px 15px; }

.pageArea .inputField:focus { border-color: #000; box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.10); }


.pageArea .checkboxGroup { display: block; margin: 19px 0 30px; }

.pageArea .checkboxGroup table td { padding: 0 0 20px; }

.pageArea .checkboxGroup table tr:last-child td { padding: 0; }

.pageArea .checkboxGroup table td:last-child { text-align: right }

.pageArea .checkboxGroup table tr:last-child td:last-child { text-align: left }

.pageArea .checkbox { display: inline-block; font-size: 14px; line-height: 1; text-align: left; }

.pageArea .checkbox a { color: inherit; border-bottom: 1px solid; }

.pageArea .checkbox a:hover { color: #CA113D }

.pageArea .checkboxGroup .checkbox { width: 165px; }

.pageArea .checkbox input[type="checkbox"] { display: none; }

.pageArea .checkbox span.fakeCheck { background-color: #fff; border: 1px solid #cbced0; cursor: pointer; display: inline-block; height: 22px; margin-right: 4px; width: 22px; vertical-align: -5px; }
.pageArea .checkbox span.fakeCheck.loginRememberMe { margin-right: 10px; }

.pageArea .checkbox input[type='checkbox']:checked + span.fakeCheck { background: url("../images/checkmark.svg") no-repeat center; background-size: 80% auto; border-color: #ffb500; }

.pageArea .midPart { background: #CA113D; margin: 40px 0 20px; padding: 25px 0 34px; }

.pageArea .midPart .inputField { border-color: #000; }

.pageArea .submitBtn, .button {
    border: 1px solid #CA113D;
    color: #ffffff;
    font-size: 14px;
    height: 48px;
    background-color: #CA113D;
    line-height: 38px;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btnLarge { max-width: 360px; width: 100%; }

a.btnSmall { min-width: 106px; padding: 0 10px; }

/**
Pagination
 */

table.dataTable td, table.dataTable th {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

#corporate-my-bookings_filter label {
 display: inline-block;
}
.pagination {
 display: inline-block;
 padding-left: 0;
 margin: 20px 0;
 border-radius: 4px;
}
.pagination > li {
 display: inline;
}
.pagination > li > a,
.pagination > li > span {
 position: relative;
 float: left;
 padding: 6px 12px;
 line-height: 1.42857143;
 text-decoration: none;
 color: #000000;
 background-color: #ffffff;
 border: 1px solid #000000;
 margin-left: -1px;
    border-radius: unset;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
 color: #23527c;
 background-color: #eeeeee;
 border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
 z-index: 2;
 color: #ffffff;
 background-color: #ADADAD;
 border-color: #F63CC4;
 cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
 color: #000000;
 background-color: #ffffff;
 border-color: #000000;
 cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
 padding: 10px 16px;
 font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
 border-bottom-left-radius: 6px;
 border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
 border-bottom-right-radius: 6px;
 border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
 padding: 5px 10px;
 font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
 border-bottom-left-radius: 3px;
 border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
 border-bottom-right-radius: 3px;
 border-top-right-radius: 3px;
}

/** Login Area **/


label.checkbox > input {
    margin-right: 10px;
}

input[type="checkbox"]:checked {
    /*accent-color: #462d4e;*/
    color: #fff;
}

.search-icon-input-address {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0 10px !important;
}

.form-group-terms {
    margin: 8px 0 32px;
}

.registerBox,
.loginBox {
    padding: 32px;
    background: #F7F7F7;
    width: -webkit-fill-available;
    width: -moz-available;
}

@media only screen and (min-width: 767px) {
    .registerBox,
    .loginBox {
        padding: 40px;
    }

    .container-past-reservations .booking-buttons {
        width: 25%;
    }
}

div.dataTables_wrapper div.dataTables_filter input {
    padding-left: 25px;
}

@media only screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 100% !important;
        margin-left: unset !important;
        border-radius: 8px;
        height: 40px;
        border: 1px solid #000000;
    }
}


.registerBox ul{
    list-style: circle;
    margin: 24px 0;
    padding: 0;
}

.registerBox ul li {
    list-style: disc;
}

.registerBox .come-join-us {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 56px;
    font-family: "Tropical Summer Signature";
    font-weight: 400;
    line-height: 56px;
    word-wrap: break-word;
    margin-bottom: 40px;
}

.registerBox .form-group {
    width: 100%;
    height: 100%;
    padding: 16px;
    border: 1px black solid;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.registerBox .form-group a {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 14px;
    font-family: Mark Pro;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1.40px;
    word-wrap: break-word;
}

.loginBox p {
    font-size: 16px;
    margin: 24px 0 40px 0;
}

.loginBox form .inputField { background-color: #fff; }

.loginBox p.forgotPassword {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 24px 0 40px 0;
}

.loginBox p.forgotPassword a { border-bottom: 1px solid; }


/** User welcome **/





.userWelcome { color: #fff; position: absolute; bottom: 0; z-index: 2; left: 0; right: 0; }

.userWelcome h2 { font-size: 48px; font-weight: 600; line-height: 1.22; color: #fff; margin: 0 0 6px; }

.userWelcome h4 { font-size: 28px; color: #fff; line-height: 1.22; margin: 0 0 15px; }

.tabsBar { background-color: rgba(0, 0, 0, 0.2); }

.userWelcome .container>.navbar-collapse { padding: 0; }

.tabsBar ul { margin: 0; padding: 0; }

.tabsBar ul li { font-size: 18px; font-weight: 500; line-height: 1; list-style: none; color: #fff; float: left; margin: 0 20px 0 0; }

.tabsBar ul li:last-of-type { margin: 0; }

.tabsBar ul li a { color: #fff; display: block; padding: 21px 22px; }

.tabsBar ul li .glyphicon { font-size: 16px; margin-right: 3px; top: -1px; vertical-align: middle; }

.tabsBar ul li:hover a, .tabsBar ul li.active a { background-color: rgba(0, 0, 0, 0.4); color: #CA113D; }

 table {
     padding: 0;
     margin: 0;
     width: 100%;
 }

 table th,  table thead th {
     font-family: "Mark Pro";
     font-style: normal;
     font-weight: 700;
     line-height: 24px; /* 150% */
     height: 50px;
     font-size: 16px;
     color: #000;
     padding: 10px 0;
 }

table tbody, table td, table th, table thead {
    border-bottom: none;
}

table tr {
    padding: 24px 0;
    border-bottom: solid 1px #C2C2C2;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 767px) {

    table tbody, table td, table th, table thead, table tr {
        padding: 24px;
        border-bottom: solid 1px #C2C2C2;
    }

    table tr {
        margin: 24px 0;
        display: table-row;
    }

}

@media screen and (max-width: 767px) {

    .pageArea .redeemPrize.panel {
        padding: 40px;
    }
}

.container-past-reservations tbody,
.container-past-reservations td,
.container-past-reservations thead,
.container-past-reservations th,
.container-past-reservations tr,
.section-upcoming-reservation tbody,
.section-upcoming-reservation td,
.section-upcoming-reservation thead,
.section-upcoming-reservation th,
.section-upcoming-reservation tr {
    border: 0;
    padding: 0;
}

/** Reports **/

.reportTable tr th,
.reportTable tr td {
    padding: 25px;
}

@media screen and (max-width: 767px) {
    .statementTable #reportTable  td {
        text-align: left !important;
    }
}
/** My Statement **/


.statementTable tr th,
.statementTable tr td {
    padding: 25px;
}

@media screen and (max-width: 767px) {
    .statementTable tr td {
        padding: 0;
    }

    .statementTable select {
        max-width: 75%;
    }
}

/** Redeem Points **/

.pageArea .redeemPoint.panel {
    padding: 24px 16px;
}

.pageArea .redeemInfo {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    padding: 0;
}

.redeemInfo .border {
    background: #E0E0E0;
    padding: 16px;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    min-height: 300px;
}

.redeemPoint form .form-control  {
   margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
    .pageArea .redeemPoint.panel {
        padding: 24px;
    }
}

/** Points Area */

#points-statement td p {
    margin-bottom: 0;
}

#points-statement .positiveValue {
    display: flex;
}

#points-statement tr {
    padding: 40px 0 40px 0;
}

#points-statement thead {
    display: none;
}

@media only screen and (min-width: 767px) {

    #points-statement tr {
        padding: 24px;
        margin: inherit;
        display: table-row;
    }

    #points-statement .positiveValue {
        display: block;
    }

    #points-statement thead {
        display: contents;
    }
}
/** Team Member **/
.newTeamMember .form-group {
    margin-bottom: 24px;
}

.remove-team-member button {
    color:  #CA113D;
    font-family: "Mark Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {

    .statementTable  #team  td {
        display: flex;
        flex-direction: row;
    }

    .statementTable table td:nth-child(3) {
        text-align: left;
    }

    .statementTable  #team  td.remove-team-member {
        display: flex;
        flex-direction: column;
        align-items: start;
        align-self: start;
    }

}


/** My Profile **/





.profileArea { margin: 0 auto; max-width: 556px; }

.profileArea h3 { font-size: 28px; line-height: 1.45; color: #443017; }

.profileArea .profileDetails { background-color: #eee; margin: 0 0 20px; padding: 30px; }

.profileArea .profileAreaHdr { margin: 0 0 30px; }

.profileArea .profileAreaHdr h3 { float: left; margin: 0; }

.profileAreaHdr .button { float: right; position: relative; right: -15px; }

.profileArea table td { background: transparent; border-bottom: none; font-size: 16px; font-weight: 300; line-height: 1.63; color: #000000; padding: 8px 0; vertical-align: top; }

.profileArea table td:last-child { text-align: right; }

.profileArea table td p { font-weight: 300; margin: 0; }

.profileArea table td p + p { margin-top: 10px; }

.changePass { display: block; font-size: 16px; font-weight: 300; line-height: 1.63; margin: 0 0 20px; }

.changePass .button { font-size: 18px; font-weight: 400; margin-right: 10px; padding: 0 12px; text-transform: none; vertical-align: -0.75em; }

.changePass h3 { margin: 0 0 30px; }

.changePass .fieldset { margin: 0 auto }

.changePass .inputField { background-color: #fff; }

.changePass.changing .button { margin: 28px 0 0 0; text-transform: uppercase; }

/** Edit Profile page **/





.profileDetails.edit form { display: block; margin: 0 auto; max-width: 360px; }

.profileDetails .inputField { background-color: #fff; }

.profileDetails.edit form .button { margin: 20px 0 0; min-width: 115px; }

/** Input type number styled - Thakur **/





.pt_Quantity { display: inline-block; position: relative; }

.pt_Quantity input { color: #443017; border-radius: 2px; background-color: #ffffff; border: solid 1px #b7b7b7; font-size: 15px; font-weight: 300; min-width: 45px; height: 30px; line-height: 1.65; float: left; display: block; padding: 0 15px 0 5px; margin: 0; text-align: center; width: 50px; }

.pt_Quantity input:focus { outline: 0; }

.pt_QuantityNav { float: left; position: relative; height: 30px; }

.pt_QuantityButton { position: relative; cursor: pointer; border-left: 1px solid #b7b7b7; width: 15px; text-align: center; color: #333; font-size: 14px; font-family: "Trebuchet MS", Helvetica, sans-serif !important; line-height: 1.1; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.pt_QuantityButton:active { box-shadow: inset 0 0 5px rgba(0,0,0,0.2); }

.pt_QuantityButton.pt_QuantityUp { position: absolute; height: 50%; top: 0; border-bottom: 1px solid #b7b7b7; }

.pt_QuantityButton.pt_QuantityDown { position: absolute; bottom: 0px; height: 50%; }

/** Responsive css starts here **/

@media only screen and (max-width:1199px) {

.signUpWrap .container { max-width: 650px; }

.loginBox form .formGroup { max-width: 100%; }

.pageArea .submitBtn.btnOffset { float: right; right: 0; margin-top: 30px; }

.userWelcome h2 { font-size: 38px; }

.userWelcome h4 { font-size: 24px; }

.itemBox h3, .changePass h3 { font-size: 24px; line-height: 40px; margin: 0 0 20px; }

.itemBox table td { font-size: 15px; padding: 8px 0; }

.userWelcome .tabsBar ul li { margin: 0 10px 0 0; }

.profileArea h3 { font-size: 24px; }

.bookingTable table th:first-child { width: 17%; }

 table th { font-size: 14px; line-height: 1; }

 table td { font-size: 14px; line-height: 1.5; }

.loginBox h3 { font-size: 24px; }
}
 @media only screen and (max-width:991px) {

.tabsBar { background-color: #000; padding: 13px 0; text-align: right; }

.navbar-toggle { background-color: transparent; background-image: none; border: 0; display: inline-block !important; float: none; margin: 0; padding: 0; position: static; width: 30px }

.navbar-toggle .icon-bar+.icon-bar { margin-top: 7px }

.navbar-toggle .icon-bar { background-color: #fff; border-radius: 2px; -webkit-border-radius: 2px; display: block; height: 3px; transition: all 0.2s; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; width: 30px }

.navbar-toggle:hover .icon-bar { background-color: #CA113D; }

.navbar-toggle .icon-bar:nth-of-type(2) { transform: rotate(45deg); transform-origin: 1% 0%; -webkit-transform: rotate(45deg); -webkit-transform-origin: 1% 0% }

.navbar-toggle .icon-bar:nth-of-type(3) { opacity: 0 }

.navbar-toggle .icon-bar:nth-of-type(4) { transform: rotate(-45deg); transform-origin: 1% 100%; -webkit-transform: rotate(-45deg); -webkit-transform-origin: 1% 100% }

.navbar-toggle.collapsed .icon-bar:nth-of-type(2), .navbar-toggle.collapsed .icon-bar:nth-of-type(4) { transform: rotate(0); -webkit-transform: rotate(0) }

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) { opacity: 1 }

.navbar-collapse { border-top: 0; box-shadow: none; -webkit-box-shadow: none; }

.tabsBar ul li { margin: 0; width: 100%; text-align: center; }

.tabsBar ul li a { padding: 14px 22px; }

.userWelcome { text-align: center; }

.userWelcome h2 { font-size: 28px; margin: 0 0 15px; }

 table th { font-size: 13px; }

 table td { font-size: 13px; }
}
 @media only screen and (max-width:767px) {

.visible-xs { display: block !important; }

.pageHeaderArea { margin: 0 0 20px; }

.pageHeaderArea h3 { font-size: 24px; line-height: 1; color: #000; margin-bottom: 14px; padding: 13px 15px; background: #CA113D; float: none; }

.pageHeaderArea .inputField { float: none; width: 100%; }

.bookingTable { margin: 0; }

.bookingTable table th, .statementTable table th, .redeemPointsArea table th {
    display: none;
}

.bookingTable table td, .statementTable table td {
    position: relative;
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
    font-family: 'Domaine Text';
}

/*.bookingTable table th:last-child, .bookingTable table td:last-child, .statementTable table th:last-child, .statementTable table td:last-child, .statementTable table td:nth-child(3) { text-align: right; }*/

.bookingTable table td:before, .statementTable table td:before {
    content: attr(data-heading);
    display: block; float:
    left; width: 50%;
    text-align: left;
    color: #000;
    font-family: "Mark Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
}

.profileArea h3 { font-size: 22px; }

.pageArea label { font-size: 15px; }

.pageArea .fieldset { margin: 0 auto; }

.loginBox h3 { padding: 5px 10px; }

.profileArea h3 { font-size: 22px; }

.itemBox h3, .changePass h3 { margin: 0 0 10px; }

.profileArea .profileDetails { padding: 20px; }

.profileAreaHdr .button { right: -5px; }

.profileArea .profileDetails table td:first-child { display: none; }

.profileArea table td:last-child { text-align: left; }

.changePass { margin: 0; }

.changePass .button { height: 40px; line-height: 40px; margin: 0 0 8px; display: block; }

.changePass.changing { padding: 20px 10px; }

.pageArea .fieldset { max-width: 100%; }

}


/*** Footer ***/

.social-media,
.disclaimer-div ul{
    padding: 0;
}

.optanon-show-settings {
    display: block;
}

body p a, footer .footer-left ul.footer-menu li a {
 color: #111;
 text-decoration: underline;
}


.booking-form-cover {
 display: block;
 margin: 0 auto;
 background-color: #eee;
 width: 100%;
 max-width: 600px;
}

.booking-form-cover h3 {
  text-align: center;
}

.formGroup.inline-from-group, .loginBox form .formGroup.inline-form-group{
 float: left;
 width: 48%;
 margin: 20px 1% !important;
}

.formGroup.inline-from-group i {
 position: absolute;
 margin: 2px 150px;
 height: 31px;
 line-height: 31px;
 width: 23px;
 font-size: 19px;
}

.inline-form-group-cont {
 width: 360px; margin: 0 auto;
}

.form-control[readonly] {
 background-color: #fff;
}
