/** CSS Document
Date Created: 03.05.2017
Written By: Pankaj Thakur
**/
@import url('https://fonts.googleapis.com/css?family=Effra:300,400,400i,700');
/*****/
/*@font-face {*/
/*font-family: 'GothamBook';*/
/*src: url('../../fonts/myfonts/gothambook.eot?#iefix') format('embedded-opentype'), url('../../fonts/myfonts/gothambook.woff') format('woff'), url('../../fonts/myfonts/gothambook.ttf') format('truetype'), url('../../fonts/myfonts/gothambook.svg#GothamBook') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

html, body { width: 100%; height: 100%; }

body * {
    font-family: 'Effra', sans-serif;
}

strong, b { font-weight: 700; }

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

.pageArea .formGroup .help-block {
    color: #ff0000;
    font-size: 13px;
    font-weight: 300;
    line-height: 2.08;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

/** BUTTONS **/
.submitBtn {
    display: inline-block;
    width: 100%;
    background-color: #00636f;
    text-align: center;
    font-family: 'Effra', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #fff;
    line-height: 2.2;
    border: none;
    letter-spacing: 0.03em;
}

.submitBtn:hover,
.submitBtn:focus {
    color: #fff;
    background-color: #71aeb7;
}

.pageArea .btnSmall {
    display: inline-block;
    width: 100%;
    max-width: 136px;
    text-align: center;
    font-family: 'Effra', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #fff;
    line-height: 2.6;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 0px;
    background-color: #00636f;
    transition: all 0.4s ease-in-out;
}

.pageArea .btnSmall:hover,
.pageArea .btnSmall:focus {
    color: #fff;
    background-color: #71aeb7;
}

.btnSmall.viewRoomBtn-cliked:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/** END BUTTONS **/

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;
}

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; }

html { -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent }

body { background: #fff; color: #000; font-family: 'Effra', sans-serif; font-kerning: none; font-size: 14px; overflow-x: hidden; padding: 0; position: relative; -webkit-text-stroke: rgba(255,255,255,0.01) 0.1px; }

/** Banner area **/





.homeBanner { background-position: center; background-repeat: no-repeat; background-size: cover; height: 300px; position: relative; }

.homeBanner:after { background: rgba(0, 0, 0, 0.2); bottom: 0; content: ""; display: block; left: 0; position: absolute; right: 0; top: 0; z-index: 0; }

.homeBanner h1 { color: #fff; font-size: 58px; font-weight: 600; left: 50%; position: relative; text-align: center; text-transform: uppercase; text-shadow: 0 0 10px rgba(0, 0, 0, 0.35); top: 60%; transform: translate(-50%, -50%); z-index: 2; }

.pageArea { display: block; padding: 50px 0 30px; }

/** Registration Area **/
.pageArea .signUpWrap .fieldset {
    max-width: 360px;
}

.registrationArea { display: block; }

.signUpWrap .container { max-width: 900px; width: 100% }

.pageArea .fieldset { display: block; max-width: 360px; }

.pageArea h2 { font-size: 20px; font-weight: bold; line-height: 1; color: #545559; margin: 0 0 30px; }

#signupForm p {
    margin: 20px 0 10px;
}

.pageArea label { font-size: 16px; display: block; margin: 0; font-weight: 300; line-height: 1.69; color: #545559; }

.pageArea .inputField {
    height: 40px;
    color: #545559;
    font-size: 14px;
    font-weight: 300;
    background-color: transparent;
    border: solid 1.5px #d7d2c8;
    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 .formGroup { display: block; margin: 0; }

.pageArea .formGroup + .formGroup { margin-top: 20px; }

.pageArea .formGroup p { font-size: 13px; font-weight: 300; line-height: 2.08; color: #545559; }

.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: inherit }

.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: #f3eeeb; margin: 40px 0 20px; padding: 25px 0 34px; }

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

.button {
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    height: 40px;
    background-color: #00636f;
    display: inline-block;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    min-width: 150px;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden; position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); z-index: 1;
}

.button { line-height: 40px; }

.button i.glyphicon { top: 2px; }

.button:hover:before { opacity: 1; background-color: #000; -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

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: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.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: #337ab7;
    border-color: #337ab7;
    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: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    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 **/





.loginArea { display: block; margin: 0 0 40px; }

.loginBox { background: #f3f1ef; }

.loginBox h3 { background-color: #c66e4e; font-size: 28px; color: #fff; line-height: 1.25; text-transform: uppercase; padding: 5px 30px; }

.loginBox form { padding: 39px 30px 20px }

.loginBox form:after, .loginBox form:before { content: ""; display: table; }

.loginBox form:after { clear: both; }

.loginBox form .formGroup { margin-left: auto; margin-right: auto; max-width: 360px; }

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

.loginBox p.forgotPassword { font-size: 16px; }

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

.pageArea .submitBtn.btnOffset { position: relative; margin-top: -10px; }

.registerBox { background: #f3f1ef; padding: 10px 30px 29px; }

.registerBox h3 { font-size: 28px; line-height: 1.25; margin: 0 0 19px; color: #545559; }

.registerBox p { font-size: 16px; font-weight: 300; line-height: 1.63; color: #000; margin: 0 0 20px; }

/** 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); }

nav#top-nav ul li:last-child {
    overflow: initial;
    text-transform: initial;
}

nav#top-nav ul li:last-child a {
    height: 20px;
}

.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: #c66e4e; }

/** My Bookings **/





.pageHeaderArea { display: block; margin: 0 0 18px; }

.pageHeaderArea h3 { float: left; font-size: 28px; line-height: 1.3; color: #545559; }

.pageHeaderArea p { font-size: 16px; font-weight: 300; line-height: 1.63; color: #000; margin: 0 0 3px; float: left; width: 100%; }

.pageHeaderArea h3 + p { margin-top: 21px; }

.pageHeaderArea .inputField { float: right; height: 36px; border-radius: 2px; background-color: #fff; border: solid 1px #b7b7b7; font-size: 15px; color: #545559; width: 214px; }

.pageHeaderArea select.inputField { background-size: 14px; }

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

.tabularInfo table th, .tabularInfo table thead th { height: 50px; font-size: 16px; font-weight: normal; line-height: 1.13; color: #000; padding: 10px; background-color: #fff; text-transform: uppercase; }

.tabularInfo table tr:nth-child(even) td { background: #eee; }

.tabularInfo table td { background: #fdfdfd; font-size: 16px; font-weight: 300; line-height: 1.13; color: #000; padding: 11px 10px; vertical-align: top; }

.negativeValue, .cancelled { color: #be3723; }

.positiveValue { color: #1c8f75; }

.bookingTable { margin: 0 0 30px; }

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

.bookingTable table th:nth-child(2) { width: 28%; }

.bookingTable table th:nth-child(4) { width: 12%; }

.bookingTable table th:nth-child(5) { width: 11%; }

.bookingTable table th:last-child { width: 11%; }

.bookingTable table th:last-child, .bookingTable table td:last-child { text-align: center; }

/** My Statement **/





.statementTable { display: block; margin: 0 0 30px; }

.statementTable table th:first-child { width: 26%; }

.statementTable table th:nth-child(3) { text-align: center; width: 11%; }

.statementTable table th:last-child { text-align: center; width: 11%; }

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

/** Redeem Points **/





.redeemPointsArea { display: block; margin: 0 0 30px; }

.redeemPointsArea p { font-size: 16px; font-weight: 300; line-height: 1.63; margin: 0; }

.redeemPointsArea p + p { margin-top: 25px; }

.redeemPointsArea .tabularInfo { display: block; margin: 35px 0 0; }

.redeemPointsArea table th:first-child { width: 31%; }

.redeemPointsArea table th:nth-child(3), .redeemPointsArea table th:last-child { text-align: center; width: 10%; }

.redeemPointsArea table td:nth-child(3), .redeemPointsArea table td:last-child { text-align: center; }

.redeemPointsArea .tabularInfo table tr:nth-child(even) td { background: #fff; }

.redeemPointsArea table td { background: #fff; border-bottom: 1px solid #d7d2c8; padding: 13px 10px; vertical-align: middle; }

.redeemPointsArea table tr:last-child td { border-bottom: 0; }

.redeemPointsArea table td[colspan="4"]:last-child { text-align: right; padding: 13px 0 0; }

.redeemPointsArea table td .submitBtn { margin: 8px 0 0; }

.itemBox { background: #eee; margin: 0 0 20px; min-height: 220px; padding: 25px 30px 29px; }

.itemBox h3 { font-size: 28px; line-height: 1.25; margin: 0 0 30px; color: #545559; }

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

.itemBox table td strong { font-weight: 500; }

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

.itemBox table tr:last-child td { line-height: 1.69; color: #545559; }

/** My Profile **/





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

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

.profileArea .profileDetails {
    background-color: #fff;
    margin: 0 0 20px;
    padding: 30px;
    border: solid 1px #d7d2c8;
}

.profileArea .profileAreaHdr {
    margin: auto auto 30px;
    max-width: 360px;
}

.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 { background-color: #eee; margin: 0 0 20px; padding: 30px; }

.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; }

/** Log Out **/





.logOutArea { background-color: #eee; margin: 0 auto 50px; padding: 30px; max-width: 556px; }

.logOutArea h3 { font-size: 28px; line-height: 1.45; color: #545559; margin: 0 0 18px; }

.logOutArea p { font-size: 16px; font-weight: 300; line-height: 1.63; margin: 0; }

.logOutArea p + p { margin-top: 24px; }

.logOutArea .button { margin: 24px 0 0; }

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





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

.pt_Quantity input { color: #545559; 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: "Effra", 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%; }

/** Footer **/





.footer { display: block; width: 100%; padding: 30px 0 10px; background: #eeeeee; }

.footer .footerLeft { float: left; }

.footer .footerRight { float: right; }

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

.footer ul li { vertical-align: top; }

.footer .footerLeft ul.socialList li { display: inline-block; margin: 0 22px 16px; line-height: 1; }

.footer .footerLeft ul.socialList li:first-child { margin-left: 20px; }

.footer .footerLeft ul.socialList li:last-child { margin-right: 20px; }

.footer .footerLeft ul.socialList li a { color: #111; font-size: 30px; }

.footer .footerLeft ul.footerMenu li { display: inline-block; margin-right: 6px; position: relative; font-size: 12px; color: #111; font-weight: normal; }

.footer .footerLeft ul.footerMenu li a { color: #111; text-decoration: underline; }

.footer .footerLeft ul.footerMenu li:after { content: ""; position: absolute; right: -6px; top: 0; bottom: 0; width: 1px; background: #111; }

.footer .footerLeft ul.footerMenu li:last-child { margin-right: 0; }

.footer .footerLeft ul.footerMenu li:last-child:after { display: none; }

.footer .footerRight p { font-size: 12px; color: #111; font-weight: 300; text-align: center; }

.footer .footerRight ul.trustLinks li { display: inline-block; font-size: 18px; color: #111; margin-right: 30px; vertical-align: middle; margin-bottom: 20px; }

.footer .footerRight ul.trustLinks li a { color: #111; }

.footer .footerRight ul.trustLinks li:last-child { margin-right: 0; }

.footer .copyrightDiv { float: left; width: 100%; text-align: center; }

.footer .footerLeft ul.socialList li a:hover, footer .footerLeft ul.socialList li a:focus, footer .footerLeft ul.footerMenu li a:hover, footer .footerLeft ul.footerMenu li a:focus { color: #f0ab00; text-decoration: none; }


/** Responsive css starts here **/

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

    .homeBanner { height: 250px; }

    .homeBanner h1 { font-size: 48px; }

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

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

    .loginBox p.forgotPassword { float: left; }

    .pageArea .submitBtn.btnOffset { float: right; right: 0; }

    .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%; }

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

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

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

    .button { font-size: 16px; height: 36px; line-height: 36px; }

    .loginBox p.forgotPassword { width: 100%; }

    .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: #fff; }

    .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; }

    .tabularInfo table th { font-size: 13px; }

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

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

    .homeBanner { height: 180px; }

    .pageArea { padding: 0px 0 20px; }

    .pageHeaderArea { margin: 0 0 20px; }

    .pageHeaderArea h3 { font-size: 24px; line-height: 1; color: #000; margin-bottom: 14px; padding: 13px 15px; background: #fff; 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: block; text-align: right; float: left; width: 100%; font-size: 15px; }

    .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; }

    .footer { padding: 25px 0 0px; }

    .footer .footerLeft { float: none; width: 100%; text-align: center; margin-bottom: 30px; display: block; }

    .footer .footerLeft ul.socialList li a { font-size: 22px; }

    .footer .footerRight { float: none; width: 100%; text-align: center; display: block; }

    .footer .footerRight ul.trustLinks li { font-size: 16px; }

    .footer .footerLeft ul.footerMenu li:after { top: 3px; bottom: 3px; }

    .footer .footerRight ul.trustLinks li img { height: 20px; }

    .footer .copyrightDiv { float: none; width: 100%; text-align: center; max-width: 330px; margin: 30px auto 0; border-top: solid 1px #111; padding-top: 20px; }

    .footer .copyrightDiv p { font-size: 12px; font-weight: 300; }

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

    .homeBanner h1 { font-size: 28px; line-height: 1.25; }

    .registrationArea { padding: 22px 0 0; }

    .registrationArea h2 { margin-left: auto; margin-right: auto; max-width: 360px; }

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

    .pageArea .fieldset { margin: 0 auto; }

    .pageArea .submitBtn { width: 100%; margin-left: auto; margin-right: auto; float: none; }

    .logOutArea { margin: -10px auto 0; padding: 20px 15px; }

    .logOutArea h3 { font-size: 20px; }

    .logOutArea .button { margin: 20px 0 0; }

    .loginArea { margin: 20px 0 0; }

    .loginBox { margin: 0 auto 20px; max-width: 420px; }

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

    .loginBox form { padding: 17px 10px 20px; }

    .registerBox { margin: 0 auto; max-width: 420px; padding: 19px 10px 20px; }

    .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%; }

    .statementTable { margin: 0; }

    .redeemPointsArea { margin: 0; }

    .redeemPointsArea .tabularInfo { margin: 15px 0 0; }

    .redeemPointsArea table tr { display: block; border-radius: 5px; background-color: #eeeeee; padding: 20px; float: left; margin: 0 0 16px; width: 100%; }

    .redeemPointsArea table tr:first-child { display: none; }

    .redeemPointsArea table tr:last-child { background: none; border-radius: 0; margin: 0; padding: 0; }

    .redeemPointsArea table td { background-color: #eee; border-bottom: 0; padding: 0; font-size: 16px; display: block; text-align: center; }

    .redeemPointsArea table td:first-child { color: #000; font-size: 18px; font-weight: normal; padding: 0 0 13px; }

    .redeemPointsArea .tabularInfo table tr:nth-child(even) td { background-color: #eee; }

    .redeemPointsArea table td:nth-child(3), .redeemPointsArea table td:last-child { width: 50%; padding: 15px 0 0; float: left; }

    .redeemPointsArea table td:nth-child(3) { font-size: 18px; font-weight: normal; line-height: 30px; padding-right: 10px; text-align: right; }

    .redeemPointsArea table td:nth-child(3):after { content: " Points"; }

    .redeemPointsArea table td:last-child { padding-left: 10px; text-align: left }

    .redeemPointsArea .pt_Quantity { vertical-align: top; }

    .redeemPointsArea .pt_Quantity input { width: 60px; }

    .redeemPointsArea table td .submitBtn { margin: 0; width: 100%; max-width: 100%; }

    .redeemPointsArea table td[colspan="4"]:last-child { padding: 0; width: 100%; }

    .pageHeaderArea + .pageHeaderArea { margin-top: -20px; }

    .itemBox { margin: 0; min-height: 1px; padding: 15px 15px 19px; }

    .itemBox h3 { font-size: 20px; }
    .redeemPointsArea.confirmation .choosenPoints table tr { padding:0;}
    .redeemPointsArea.confirmation .choosenPoints table tr:first-child { display:block;}
    .redeemPointsArea.confirmation .choosenPoints table td { text-align:left;}
    .redeemPointsArea.confirmation .choosenPoints table td:first-child { font-size:16px; font-weight:300; padding:0; }
    .redeemPointsArea.confirmation .choosenPoints table td:last-child { padding:0; width:100%}
    .redeemPointsArea.confirmation .choosenPoints table tr:last-child td { display:inline-block; width:auto;}
    .redeemPointsArea.confirmation .choosenPoints table tr:last-child td:first-child { float:left; width: 140px;}
    .redeemPointsArea.confirmation .choosenPoints table tr:last-child td:first-child:after { content:":"; font-weight:700;}
    .redeemPointsArea.confirmation .itemBox { margin:0 0 20px}
    .redeemPointsArea.confirmation a.btnLarge {max-width:100%}
    .itemBox.deliveryAddr table tr { margin:0; padding:0;}
    .itemBox.deliveryAddr table td:first-child { display:none;}
    .itemBox.deliveryAddr table td { padding:0 0 9px;}
}

@media only screen and (max-width:767px) {
    .footer .copyrightDiv { margin: 0 auto 0; }

    .form-control.datepicker {
        width: 100%;
    }

    .inline-form-group-cont {
        width: 100%;
    }
}


/*** Footer ***/

footer {
    display: block;
    width: 100%;
    padding: 65px 0 0px;
    background: #eeeeee;
}

footer .footer-left {
    float: left;
}

footer .footer-right {
    float: right;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    vertical-align: top;
}

footer .footer-left ul.social-list li {
    display: inline-block;
    margin: 0 22px 16px;
    line-height: 1;
}

footer .footer-left ul.social-list li:first-child {
    margin-left: 20px;
}

footer .footer-left ul.social-list li:last-child {
    margin-right: 20px;
}

footer .footer-left ul.social-list li a {
    color: #111;
    font-size: 30px;
}

footer .footer-left ul.footer-menu li {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    font-family: 'Effra';
    font-size: 12px;
    color: #111;
    font-weight: normal;
}

footer .footer-left ul.footer-menu li:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #111;
}

footer .footer-left ul.footer-menu li:last-child {
    margin-right: 0;
}

footer .footer-left ul.footer-menu li:last-child:after {
    display: none;
}

footer .footer-right p {
    font-family: 'Effra';
    font-size: 12px;
    color: #111;
    font-weight: normal;
    text-align: center;
}

footer .footer-right ul.trust-links li {
    display: inline-block;
    font-family: 'Effra';
    font-size: 18px;
    color: #111;
    margin-right: 30px;
    vertical-align: middle;
    margin-bottom: 20px;
}

footer .footer-right ul.trust-links li a {
    color: #111;
}

footer .footer-right ul.trust-links li:last-child {
    margin-right: 0;
}

.pd-copyright {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 85px;
}

.booking-form-cover {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    max-width: 600px;
    border: 1px solid rgba(93, 75, 63, 0.3);
}

.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;
}

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

.formGroup .form-control {
    border-radius: 0px;
    border: solid 1.5px #d7d2c8;
}

.formGroup .form-control:focus, .form-control.input-sm:focus {
    outline: none;
    box-shadow: none;
    border: solid 1px #d7d2c8;
}

.form-control.input-sm {
    height: auto;
    vertical-align: unset;
    border: solid 1px #d7d2c8;
    border-radius: 0px;
    height: auto;
}

.custom-col {
    float: left;
    width: 33%;
}

.custom-col select {
    width: 90%;
}

.formGroupCode {
    margin-top: 20px !important;
}

.room-occupancy-cont {
    max-width: 360px;
    overflow: hidden;
    margin: 20px auto;
}

.room-occupancy-cont .custom-col-3 {
    margin: 0 auto;
    display: block;
    max-width: 360px;
}
.room-occupancy-cont .custom-col-3 .formGroup {
    width: 33%;
    float: left;
}

.room-occupancy-cont .custom-col-3 select {
    width: 75%
}

.calendar.formGroup.inline-from-group {
    position: relative;
}

.calendar.formGroup.inline-from-group:before {
    content: "\f073";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    right: 10px;
    top: 10px;
    position:absolute;
    top:29px;
    font-size: 19px;
    cursor: pointer;
}

.inline-form-group-cont {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.inline-form-group-cont .formGroup input {
    background-color: #fff;
}

@media only screen and (min-width:1199px) {
    .inline-form-group-cont {
        max-width: 360px;
        display: block;
        margin: 0 auto;
    }
}

.pageArea table>tbody>tr>td,
.pageArea table>tbody>tr>th,
.pageArea table>tfoot>tr>td,
.pageArea table>tfoot>tr>th,
.pageArea table>thead>tr>td,
.pageArea table>thead>tr>th {
    color: #545559;
}

.pageArea table>tbody>tr>td a,
.pageArea table>tbody>tr>th a,
.pageArea table>tfoot>tr>td a,
.pageArea table>tfoot>tr>th a,
.pageArea table>thead>tr>td a,
.pageArea table>thead>tr>th a {
    color: #00636f;
}

.pageArea .pagination>.active>a,
.pageArea .pagination>.active>a:focus,
.pageArea .pagination>.active>a:hover,
.pageArea .pagination>.active>span,
.pageArea .pagination>.active>span:focus,
.pageArea .pagination>.active>span:hover {
    background-color: #00636f;
    border-color: #00636f;
    color: #fff;
}

.pageArea .pagination>li>a,
.pageArea .pagination>li>span {
    color: #00636f;
}
@media screen and (max-width:767px) {
    table.dataTable {
        padding-right: 15px;
    }
    #corporate-my-bookings td {
        text-align: left;
    }
    #corporate-my-bookings_filter {
        margin: 10px 0;
        float: left;
    }
    .pagination a { margin-bottom: 10px; }
    .pagination ul { margin-top: 10px; }
    .navbar-collapse {
        box-shadow: none!important;
    }
}
.form-group label {
    font-weight: bold;
}

input[type="text"].form-control,
input[type="password"].form-control
{
    border-radius: 0px;
    color: #526264;
    border: 1px solid rgba(82, 98, 100, 0.4);
    height: 50px;
}
input[type="text"].form-control:focus,
input[type="password"].form-control:focus
{
    outline: none;
    box-shadow: none;
}

.checkbox label, .radio label {
    padding-left: 0px !important;
}

.help-block {
    color: #f44336;
}

.block-section {
    padding: 3em 15px;
}

.bold {
    font-weight: bold;
}

.font-subject {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.signup-sections {
    background-color: #ce7656;
    color: #fff;
    text-align: center;
    padding: 2em 1em;
}
.signup-sections.active {
    background-color: #00636f;
    position: relative;
}
.signup-sections.active:after {
    content: '';
    background-color: #00636f;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    bottom: -10.25px;
    transform: translateX(-50%) rotate(45deg);
}
.signup-sections h3,
.signup-sections h5 {
    margin: 0;
    font-weight: bold;
}

.mb-5 {
    margin-bottom: 5rem;
}

.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.loyalty-saving-steps {
    text-align: center;
    background-color: rgba(255,255,255,.7);
    padding: 4rem 10px;
    margin-bottom: 10px;
}
.loyalty-saving-steps i {
    font-size: 3rem;
    color: #07363c;
    margin-bottom: 2rem;
}
.loyalty-saving-steps p {
    font-size: 2rem;
    color: #07363c;
}

.hero-image {
    background-size: cover;
    min-height: 55vh;
    background-position: center center;
    position: relative;
}
.hero-text {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-text h1 {
    text-shadow: 2px 2px 2px #606368;
    font-size: 70px;
}

.text-size-md {
    font-size: 18px;
    margin-bottom: 10px;
}

.pointer {
    cursor: pointer;
}

.panel-body li {
    font-size: 18px;
    margin-bottom: 10px;
}


#myDropdown {
    display: none;
}
.drop-lang-btn {
    background-color: #3498DB;
    padding: 0;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.drop-lang-btn:hover, .dropbtn:focus {
    background-color: #2980B9;
}
.language-dropdown {
    position: relative;
    display: inline-block;
    width: 250px;
    background: #fff;
    margin-left: 20px;
}
@media screen and (min-width:992px) {
    .language-dropdown {
        margin-bottom: 25px;
        margin-left: 0;
    }
}
.language-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 250px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}
.language-dropdown a {
    color: #444;
    padding: 5px 10px;
}
.language-dropdown a:hover {
    color: #444;
    background: #eee;
}
.language-dropdown span > a:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: 0.35em solid transparent;
    border-top: 0.5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
}
.language-dropdown-content a {
    color: #444;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
.language-dropdown-content a:hover {
    background-color: #eee;
}
.show {
    display:block;
}
