﻿body {
    font-family: 'Gill Sans';
    /*background-color: #fff;*/
    font-weight: 200;
    /*    color: #fff;
*/
}

html body {
    background-color: #fff;
}

html[data-route="select"], html[data-route="available"], html[data-route="payment"] {
    background: none;
}

    html[data-route="select"] body {
        background: url(images/tresco/background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    html[data-route="available"] body {
        background: url(images/tresco/background_available.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    html[data-route="payment"] body {
        background: url(images/tresco/background_available.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.input-group-addon {
    color: #ebbaaf !important;
    background-color: #3c3c3b !important;
}

input, button, textarea, select {
    font-family: 'Gill Sans';
    color: #FFFFFF;
    font-weight: 200;
    background-color: #afafaf;
}

.fa {
    /*color: #fff;*/
}

.fa-check-circle {
    color: #ebbaaf;
}

.icon-circle {
    color: #ebbaaf;
}

.navbar.navbar-default {
    background-color: inherit;
}

.navbar-container {
    height: 70px;
    margin-top: 15px;
}

.navbar-right {
    width: unset;
    margin-top: 15px;
}

.navbar-nav1 {
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF80;
    border-style: solid;
    padding: 0px 25px 0px 0px;
}

#navbar {
    z-index: 3;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #bfb9ad;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: white;
    color: #888888;
}

@media only screen and (max-width: 1199px) {
    .navbar.navbar-default {
        width: auto;
    }

    .navbar-container {
        width: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .navbar.navbar-default {
        width: auto;
    }

    .navbar-container {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .navbar.navbar-default {
        width: auto;
    }

    .navbar-container {
        width: auto;
    }

    .container-fluid > .navbar-header {
        margin-left: 0px;
        padding-bottom: 10px;
    }

    .navbar-default .navbar-collapse {
        background: rgba(157, 146, 120, 0.96);
    }

    .navbar-nav1 {
        padding: 0px
    }

    .navbar-default .navbar-nav > li > a:hover {
        margin: 0px;
    }
}

@media only screen and (max-width: 667px) {
    .navbar-right {
        width: auto;
        float: unset;
    }
}

.txt-right-align {
    text-align: end;
}

.margin-5 {
    margin: 5px;
}

.breadcrumb {
    margin-bottom: 0px;
    color: #c3bfbc;
    background-color: white;
    font-size: large;
}

    .breadcrumb > .processed {
        color: black;
    }

    .breadcrumb > .unprocessed > span > .fa {
        display: none;
    }

.breadcrumb-item.active {
    color: black;
    background-color: white;
}

    .breadcrumb-item.active > span {
        font-weight: 600;
        border-bottom: solid 1px;
    }

.btn:active:focus, .btn:focus, :focus, button:focus, input:focus, select:focus, textarea:focus {
    outline-color: #333333;
}

.inforesort > img {
    width: 100%
}

.logo-link {
    display: none;
}


#member-app-navigate > i {
    display: none;
}

.nav .busy-icon-gif {
    background: url(images/demo2/loader.png) no-repeat;
    height: 32px;
    width: 32px;
}

.saving-icon-gif {
    background: url(images/demo2/loader.png) no-repeat;
    height: 32px;
    width: 32px;
}

.header-notification {
    margin-top: 25px;
}

    .header-notification > span {
        background-color: transparent;
        color: #333333;
    }

@media only screen and (max-width: 1023px) {
    #booking-details {
        margin-right: 0 !important;
    }
}


@media only screen and (max-width: 667px) {
    .select-logo {
        width: auto;
    }

    #booking-search-body {
        width: auto;
    }

    .search-pnl {
        width: auto;
    }
}

/* Main */
section.main {
    margin-top: 0 !important;
}

.page-nav {
    display: none;
}

.form-control.hasDatepicker[disabled] + span {
    background-color: #eee;
}

.label.lbl-title {
    background-color: transparent;
    color: #333333;
    text-transform: uppercase;
}

.form-control, .input-group-addon {
    border-radius: 5px;
    background-color: white;
    border-color: #666;
}

    .form-control:focus {
        border-color: #f5f5f5;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(113, 112, 115, .6);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(113, 112, 115, .6);
    }

#page-well {
    /*background-color: #fff !important;*/
    min-height: 435px;
}

.well {
    margin-bottom: 10px;
}

.btn-primary, .btn-primary.autofocus, .btn {
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background-color: #3c3c3b;
}

    .btn-primary:hover {
        background-color: #afafaf;
        border: 1px solid #fff;
        color: white;
        transition: background-color 0.5s ease-out;
    }

    .btn-primary.disabled:hover, .btn-primary[disabled]:hover {
        background-color: #afafaf !important;
        border-color: #afafaf !important;
        color: #fff;
    }

.btn-success {
    background-color: #afafaf;
    border: none;
    border-radius: 0;
    font-weight: bold;
}

    .btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success, .btn-success:active, .btn-success:focus, .btn-success:active:focus, .open > .dropdown-toggle.btn-success {
        background-color: #afafaf;
        border-color: #afafaf;
    }

        .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
            background-color: #00c680;
            border-color: #00c680;
        }

.btn-info {
    border: none;
    font-weight: bold;
}

    .btn-info:disabled.btn-info.disabled.focus, .btn-info.disabled:focus, #select-page .btn-info[disabled]:hover,
    .btn-info[disabled]:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover, .btn-info[disabled] {
        background-color: #b7b7b7;
        border-color: #767676;
        color: #fff;
    }

.booking-grid .btn-info {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none;
    color: #717073;
}

    .booking-grid .btn-info.disabled.focus, .booking-grid .btn-info.disabled:focus,
    .booking-grid .btn-info.disabled:hover, .booking-grid .btn-info[disabled].focus, .booking-grid .btn-info[disabled]:focus, .booking-grid .btn-info[disabled]:hover,
    fieldset[disabled] .booking-grid .btn-info.focus, fieldset[disabled] .booking-grid .btn-info:focus, fieldset[disabled] .booking-grid .btn-info:hover {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .booking-grid .btn-info:hover {
        background-color: transparent !important;
    }

.toast-error {
    background-color: #da2b14;
}

.toast-info {
    background-color: #147ada;
}

.toast-success {
    background-color: #00c680;
}

.toast-warning {
    background-color: #da8e14;
}

/* Splash */
#applicationHost .page-splash-message.psm-main {
    background: url(../../images/tresco/rentallogo_white.svg) no-repeat;
    height: 121px;
    margin-top: 100px;
    width: 320px;
    background-size: 320px;
}

    #applicationHost .page-splash-message.psm-main:after {
        content: '';
    }

#applicationHost .loader-apps {
    background: url(../../images/tresco/loader.svg) no-repeat top;
    margin-top: 0px;
    /*background-position: 44px 0px;
    width: 250px;*/
}

    #applicationHost .loader-apps:before {
        color: #000;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }

@media only screen and (max-width: 667px) {
    #applicationHost .page-splash {
        width: 320px;
    }

    #applicationHost .loader-apps {
        background-position: 71px 0px;
        background-size: 96px;
    }

    #applicationHost .page-splash-message.psm-main {
        background-size: 320px;
        height: 121px;
        margin-top: 60px;
        width: 320px;
    }
}

/* Select */
#select-page .ico-attempt {
    margin: 0 5px -2px 0;
}

#select-page .fa-check {
    font-size: 17px;
}

#select-page .header-block {
    display: none;
}

#select-page .search-titlebox {
    border-bottom: none;
    color: #717073;
    text-transform: uppercase;
}

#region-selector {
    /*display: inline-block;
    margin-left: 10px;*/
}
/*#select-search .well-np {
    border-bottom: 2px solid #c7c7c7;
    border-radius: 0;
}*/

.pkg-info-well {
    background-color: white !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .pkg-info-well.booking-validation-div {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

#collapse-booking-grid-warnings > div {
    padding-top: 0 !important;
}

tr.pkg-row {
    border-bottom: none;
}

.pkg-row.total-row {
    border-top: none !important;
}

tr.pkg-row td:first-child {
}

tr.pkg-row td:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
}

tr.pkg-row td:nth-child(3) {
    font-size: 14px;
    padding-left: 40px;
}

#select-page .booking-grid-btns button > span {
    top: 1px;
}

#select-page .col1 .btn span, #select-page .col2 .btn span {
    color: #147ada;
}

.btn-link:hover, .btn-link:focus {
    text-shadow: 0 0 10px #147ada;
    -webkit-text-shadow: 0 0 10px #147ada;
}

#select-page .unit-tr td div {
    color: #f9e84a;
    padding: 2px 0;
}

#bookingTable .unit-tr > td div {
    color: #f9e84a;
    padding: 5px 0;
}

#select-page .busy-icon-gif {
    background: url(images/demo2/loader.png) no-repeat;
    height: 32px;
    width: 32px;
}

.busy-icon-gif-small {
    background: url(images/demo2/loader.png) no-repeat;
}

.busy-icon-wh-gif {
    background: url(images/demo2/loader.png) no-repeat;
    width: 30px;
    top: 3px;
    position: relative;
}

#select-page .bookingTable th {
    background-color: #b9b9b9;
    color: black;
}

#select-page .dark-grey-back {
    background-color: #f5f5f5;
}

.table-round-corners thead tr:first-child th:first-child {
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -ms-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
}

.table-round-corners thead tr:first-child th:last-child {
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -ms-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

.table-round-corners tfoot tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -ms-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.table-round-corners tfoot tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -ms-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

#select-page .bookingTable .cells.booked {
    background: #d5d5d5;
}

#select-page .bookingTable .cells.free {
    background: #147ada;
}

#select-page .bookingTable .cells:hover {
    background: #c2ceda !important;
}

#bookingTable .unit-tr.unit-row:hover .cells {
    background: #c2ceda !important;
}

#select-page .selected-day-key {
    border: solid 1px #c5c5c5;
}

#collapse-booking-grid-details {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    -ms-border-radius: 4px;
}

#select-page .booking-btn-div {
    width: 236px !important;
}

#select-page .bookingTable .cells.free.ui-selected {
    background-color: #f6a521;
}

#select-page .select-table-separator {
    border-bottom: none;
}

#select-page .tbl-footer {
    background-color: #b9b9b9;
    color: #000;
}

.medium {
    color: #8E8680;
}

#booking-details {
    margin-right: 15px;
}

#collapse-booking-grid-details .label.lbl-info.lbl-name {
    text-align: left;
}

#select-page .warning-main {
    margin-top: 0;
}

#select-page .warning-details {
    margin-left: 0;
    margin-right: 1em;
}

#confirm-booking > div.row > div > div.additional-prop > div > div:nth-child(2) > div > div > img {
    max-width: 500px;
    float: right;
}

.booking-selection-header > div {
    display: flex;
    justify-content: center;
}

.booking-selection-header {
    margin-top: 0px;
}

/* New Select */
.header-logo-1 {
    background: url(../../images/tresco/hellbaywhite.svg) no-repeat;
    /*    margin: auto;
    width: 400px;*/
    height: 200px !important;
    margin: 10px;
    width: 100px !important;
    background-position: center;
    background-size: contain;
}

.header-logo-2 {
    background: url(../../images/tresco/trescowhite.svg) no-repeat;
    height: 200px;
    margin: 10px;
    width: 300px;
    background-position: center;
    background-size: contain;
    /*font-family: 'Gill Sans';
    color: white;
    font-weight: 200;
    display: none;*/
}

    .header-logo-2 span {
        display: none;
    }

/* Available */
.row-avail-room {
    border-bottom: none;
    /*display: block;
    margin: auto;
    padding-left: 20px;*/
    /*box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);*/
}

.retrieve-data {
    margin: 25px auto;
    text-align: center;
    width: 250px;
}

.retrieve-img {
    background: url(images/demo2/loader.png) no-repeat top;
    height: 25px;
    margin: 0 auto;
    width: 160px;
}

.retrieve-msg {
    display: inline-block;
    font-size: 21px;
    margin-top: 15px;
    color: white;
}

.no-avail-data {
    margin: 25px auto;
    text-align: center;
    width: auto;
}

.no-avail-msg {
    display: inline-block;
    font-size: 21px;
    margin-top: 15px;
    color: white;
}

/* Register */
#register-page {
    color: #8E8680;
}

#summary-page {
    color: #8E8680;
    margin: 10px;
}

#register-page .panel-group .panel-default {
    background-color: #ededed !important;
    border: 1px solid #c7c7c7;
}

#register-page .control-label {
    font-size: 14px;
}

#register-page .reg-phone-section .modal-label > div {
    width: 185px;
}

#register-page .reg-phone-section td > div.row {
    margin-left: 0;
}

    #register-page .reg-phone-section td > div.row > .col-md-4 {
        display: inline-block;
        width: 100px;
    }

    #register-page .reg-phone-section td > div.row > .col-md-8 {
        display: inline-block;
        width: 326px;
    }

#register-page .label.lbl-title {
    margin: 0;
}

/* Invoice */
#invoice-page .btn-info {
    background-color: #717073 !important;
}

.pkg-info-sel .val-r i {
    color: #147ada;
}

.pkg-info-sel .action-item:hover {
    -ms-text-shadow: 0 0 10px rgba(20, 122, 218, 1);
    text-shadow: 0 0 10px rgba(20, 122, 218, 1);
    -webkit-text-shadow: 0 0 10px rgba(20, 122, 218, 1);
}

.pkg-info-res .val-r i {
    color: #da2b14;
}

.pkg-info-res .action-item:hover {
    -ms-text-shadow: 0 0 10px rgba(218,43,20, 1);
    text-shadow: 0 0 10px rgba(218,43,20, 1);
    -webkit-text-shadow: 0 0 10px rgba(218,43,20, 1);
}

/* Confirm */

#confirm-booking .cnf-heading {
    height: 45px;
    padding: 0px 0 10px 7px;
    margin-top: auto !important;
    display: block;
}

#confirm-booking .conf-conf-btn-div .clearfix-loader {
    width: 30px;
    position: relative;
    top: 5px;
}

#confirm-booking {
    max-width: 1663px;
    margin: auto;
}

#payment-page {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}

#payment-input-page > div > div.well-np-body {
    color: #8E8680;
}

#payment-page > div > div > .payment-page-div {
    width: unset;
    /*margin: 20px;*/
    padding: 0px;
}

#confirm-booking .cmts > textarea {
    max-height: 200px;
    max-width: initial;
    background-color: white;
    color: black;
    font-weight: 600;
}

#confirm-booking .busybutton-icon-gif {
    margin-bottom: -2px;
}

#confirm-booking .glyphicon-ok-sign {
    font-size: 17px;
}

#confirm-booking .fa-child {
    text-align: center;
}

#confirm-booking .baby {
    background-size: 20px;
}

#confirm-booking .conf-tsandcs-text a {
    color: #147ada;
}

    #confirm-booking .conf-tsandcs-text a:hover {
        color: #147ada;
        text-decoration: none;
    }

    #confirm-booking .conf-tsandcs-text a:visited {
        color: #147ada;
        text-decoration: none;
    }

#confirm-booking .confbook-details-column {
    background-color: #f5f5f5;
}

#confirm-booking .confbook-summary-column {
    background-color: #f5f5f5;
    display: block;
}

#confirm-booking .confbook-summary-inner-column {
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    margin: 4px 0% 0 0;
    min-height: 472px;
    -ms-border-radius: 4px;
}

#confirm-booking .confbook-details-inner-column {
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    margin: 4px 0 0 0%;
    min-height: 472px;
    -ms-border-radius: 4px;
}

#confirm-booking .confbook textarea {
    min-height: 100px;
}

.lbl-sumval {
    font-weight: normal;
}

#confirm-booking .lbl-info-paragraph {
    font-weight: normal;
}

#confirm-booking .confbook .label.lbl-summary {
    width: 145px;
}

.lbl-val {
    font-weight: normal;
    text-align: left;
}

#confirm-booking i.info {
    vertical-align: sub;
}

#confirm-booking .confbook .label.lbl-info {
    width: 200px;
}

#confirm-booking .total-amt {
    font-weight: bold;
}

#confirm-booking .total-row {
    border-top: 2px solid #333;
    font-weight: bold;
}

#confirm-booking .conf-conf-btn-div .clearfix-loader {
    background: url(images/demo2/loader.png) no-repeat;
}

/*#reg_loginForm {
    display: none;
}*/

/* Payment */
.pay-instalment {
    display: none;
}

.booking-check-btn {
    padding: 4px 18px;
}

.modal-body {
    /*    color: #fff;
*/
}

.modal-paygateway .modal-header h3 {
    text-transform: uppercase;
}

.modal-paygateway .lrg {
    height: calc( 100vh - 100px );
}

.modal-paygateway .paybutton {
    margin-left: 0 !important;
}

.modal-paygateway .modal-header div {
    display: none !important;
    float: none !important;
    margin-top: 0 !important;
}

.busybutton-icon-gif {
    background: url(images/demo2/loader.png) no-repeat;
    height: 17px;
    width: 17px;
}

#payment-page .busybutton-icon-gif {
    margin-bottom: -2px;
    width: 46px;
}

#payment-page .glyphicon-ok-sign {
    font-size: 17px;
}

#payment-page .label.lbl-title {
    margin: 0;
}

/* Summary */
#summary-page .task-list .td-ico > i.busy {
    background: url(images/demo2/loader.png) no-repeat;
    height: 17px;
    width: 17px;
}

#summary-page .task-list .td-ico > i.fail {
    color: #da2b14;
}

#summary-page .task-list .td-ico > i.success {
    color: #00c680;
}

#summary-page .conf-column {
    /*background-color: #ededed !important;*/
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    margin-bottom: 10px;
}

#summary-page .page-wspacing {
    background-color: #f5f5f5;
    color: black;
}

/* Modals */
.modal-content {
    border-radius: 0;
}

.modal-header {
    color: #717073;
    text-transform: uppercase;
}

.modal-prop-info .modal-header h3 {
    color: #717073;
}

.modal-prop-info-view {
    max-width: 500px;
}

.login-mdl .modal-header {
    background-color: #fff;
    border-bottom: none;
    color: #717073;
}

.login-mdl .modal-body > div.form-group:first-child {
    margin-top: 0px;
}

.login-mdl .modal-body .input-group-addon {
    background-color: #ededed !important;
}

.login-mdl .modal-body .login-btn-grp .btn {
    background-color: #afafaf;
}

.login-mdl .header-block {
    background-color: white;
    color: #8E8680;
}

.alert {
    border-radius: 0;
}

.alert-warning {
    background-color: white;
    border-color: #B8B8B8;
}

.header-block {
    background-color: white;
    color: #8E8680;
    border-radius: 5px;
}

    .header-block > h3 {
        background-color: #afafaf;
        color: #fff !important;
    }

.panel-group .panel {
    border-radius: 0;
}

.login-modal {
    background-color: #147ada;
}

div.login-modal .btn-success {
    background-color: #f5f5f5;
    color: #333;
}

.page-login-message {
    background: none;
    color: #f6a521;
}

.loader-login {
    background-image: url(images/demo2/loader.png) no-repeat;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #147ada;
}

.nav-pills li a {
    color: #147ada;
}

/* Footer */
#footer {
    color: #717073;
    font-size: 11px;
    bottom: 0;
    margin-top: 150px;
    padding-top: 50px;
}

.footer-inner {
    background-color: #ededed;
    border: 1px solid #c7c7c7;
    border-top: 2px solid #717073;
    box-shadow: inset 0 -4px 3px -3px rgba(0,0,0,.1);
    margin: 0 auto;
    max-width: 1170px;
    padding: 5px 0 20px;
    text-align: center;
}

.btn, .btn-info {
    background-color: #3c3c3b;
    border: 1px solid #fff;
    color: white;
}

    .btn:hover, .btn-info:hover {
        background-color: #afafaf;
        border: 1px solid #fff;
        color: white;
        transition: background-color 0.5s ease-out;
    }

#select-page .btn-info {
    background-color: #3c3c3b;
    border: 1px solid #fff;
    color: white;
}

    #select-page .btn-info:hover {
        background-color: #afafaf;
        border: 1px solid #fff;
        color: white;
        transition: background-color 0.5s ease-out;
    }

.booking-selection-search {
    background-color: white;
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

#select-page {
    margin: 10px 50px 0px 50px;
}

.select-logo-img {
    background: url(../../images/tresco/rentallogo.svg) no-repeat;
    background-size: 230px;
    height: 40px;
    width: 235px;
    display: none;
}

#payment-page > div > div.cnf-heading > div.select-logo-img {
    float: left;
    display: inline-block;
}

#summary-page > div.confsummary.row > div.col-md-8 > div > div.conf-tbl {
    margin: auto;
    display: table;
    padding: 10px 10px 0px 10px;
}

.avail-results {
    border: none;
    color: #8E8680;
}

#avail-wrap > div.avail-results > div > div.info-body > div.info-main > div > div > div > button {
    display: none;
}

.search-input-form .lbl-search {
    color: #3c3c3b;
    font-weight: 400;
    font-size: 16px;
}

/*.bg-logo-container {
    background-image: url(../../images/tresco/logo.svg);
    background-size: cover;
    width: 75px;
    height: 100px;
}*/

#applicationHost .page-splash {
    height: 0px;
    width: 620px;
}

.info-img-icon, #confirm-booking .total-row {
    border-top: 2px solid #D9D5D2;
}

.row-avail-room, .rm-sel-details, .rm-heading, .rm-footer, .rm-footer-2, .rm-footer-3,
.ext-heading, .ext-detail, .cnf-heading, .cnf-hotel {
    /*border-bottom: 2px solid #D9D5D2; */
    color: #484141;
}

.row-avail-room {
    /*border-bottom: 2px solid #D9D5D2;
    padding-top: 10px;
    padding-bottom: 50px;
    border-radius: 5px*/
}

/* ROOM Info */
.rm-result {
    background-color: white;
    margin-top: 1px;
    padding: 2px 0 10px 7px;
    border-radius: 5px;
    /*box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);*/
}

.proceed-detail, .ext-book-detail, .confirm-details-pnl {
    border: 2px solid #D9D5D2;
}

/* Extra */
.ext-heading {
    border-bottom: 2px solid #D9D5D2;
    font-size: 23px;
    height: 45px;
}

#extras-page .ext-heading {
    padding: 2px 0 10px 7px;
}

.ext-item-msg {
    border: 1px solid #D9D5D2;
    background-color: inherit;
}

.flymenu-option {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px 10px 20px;
}

.d-lang {
    float: none;
    height: 69px;
    margin-left: 8px;
    margin: 12px;
    display: contents;
}

.select-info {
    float: none;
    width: auto;
}

.languagepicker {
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

    .languagepicker a:first-child li {
        background: #fff !important;
        color: white;
    }

.info-excl {
    font-size: 10PX;
}

/*.info-rate {
    font-size: 28px;
}*/

.languagepicker {
    margin-top: -8px;
    float: left;
}

.search-input-form {
    display: inline-block;
    margin-top: 3px;
    vertical-align: bottom;
    width: auto;
}

.search-pnl {
    width: inherit;
    overflow: inherit;
    padding-bottom: 5px;
}

#header-logo {
    background: url(images/latour/headerlogo.png);
    width: 163px;
    height: 82px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 65px;
}

#header-menu {
    background: url(images/latour/headerMenu.png);
    background-repeat: no-repeat;
    width: 1005px;
    height: 100px;
    float: right;
    margin-right: 50px;
}

.d-account-name {
    display: inline-block;
}

/*.row-avail-room, .rm-sel-details, .rm-heading, .rm-footer, .rm-footer-2, .rm-footer-3, .ext-detail, .cnf-heading, .cnf-hotel {
    border-bottom: 2px solid #D9D5D2;
    background-color: white;
    margin-top: 50px;
    overflow: hidden;
    padding: 0;
}*/

.img-room {
    border-radius: 5px;
}

.display-msg {
    color: red;
}

.inforesort {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    border-radius: 5px;
    color: white;
}

.ext-item-list {
    width: 100%;
}

.rm-result {
    border-radius: 5px;
}

#avail-search-body .search-pnl {
    /*margin-left: auto;
    width: fit-content;*/
    width: 100%;
    text-align: center;
}

/*.info-body {
    margin: auto;
    width: fit-content;
    padding-bottom: 20px;
}*/

input[type=checkbox].chbx-onefifty {
    margin-top: 5px;
}

#confirm-booking > div > div > .cnf-heading:nth-child(1) {
    margin-top: 0px;
}

.breadcrumbNavi {
    display: block;
}

#namesearch-page .breadcrumbNavi, #payment-page .breadcrumbNavi {
    width: fit-content;
    float: right;
}

#namesearch-page {
    margin: 15px 50px 15px 50px;
}

#roominfo-page > div > div > div.rm-heading {
    margin-top: 0px;
    padding-bottom: 10px;
}

.info-heading {
    /*    padding: 25px;
*/
}

#roominfo-page > div > div {
    padding-top: 0px;
}

.login-input-page {
    display: none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    display: inline;
    padding: 4px;
}

.reg-junkmail {
    display: none;
}

.rm-heading > span {
    font-size: xx-large;
}

#confirm-booking .total-note {
    font-weight: 700;
}

#summary-page .confsummary.row {
    background-color: white;
}

#confirm-booking .cmts-lbl {
    font-weight: 700;
    width: auto;
    vertical-align: middle;
}


#confirm-booking .nr-ctl {
    width: 100px;
    color: black;
}

.btn-payproceed {
    display: none;
}

.rm-footer .rm-footer-2 .rm-footer-3 > div.ft-inline {
}


#confirm-booking .tc-chk {
    margin: 10px 10px 10px 42px;
    margin-left: 200px;
}


.confirm-details-pnl {
    border: 2px solid grey;
    padding-left: 50px;
    padding-top: 50px;
    margin: 30px 20px 0;
}

#summary-page .confsummary.row > div:nth-child(2) {
    padding: 0 10px 0 10px;
    padding-bottom: 50px;
}

#roominfo-page .rm-body > div.rm-inline:first-child {
    width: 63%;
}

#roominfo-page .rm-body > div.rm-inline:nth-child(2) {
    float: right;
}

#roominfo-page .slideshow-container {
    max-width: unset;
}

/*RESPONSIVE*/
#booking-search-body {
    width: inherit;
    max-width: max-content;
}

#avail-search-body > div > div > div > div > form > div:nth-child(2) {
    margin-left: 10px;
}

.search-input-btns {
    /*    margin-left: 20px;
    margin-right: 20px;*/
    margin-left: 0px;
}

.select-logo {
    width: 100%;
}

@media only screen and (max-width: 1510px) {
    .search-input-form {
        /*width: 675px;*/
    }

    .avail-search-body .search-input-form {
        width: unset;
    }

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 1345px) {
    /*.info-body > div.info-main {
        width: unset;
    }*/

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .search-pnl {
        width: 785px;
    }

    .avail-page .search-input-btns {
        float: unset;
    }

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 1136px) {
    /*.info-body > div.info-main {
        width: unset;
    }*/

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 1075px) {
    #roominfo-page .rm-body > div.rm-inline:nth-child(2) {
        float: unset;
    }

    .rm-body > div.rm-inline:nth-child(2) {
        display: inline-block;
        width: 330px;
    }

    #roominfo-page .rm-body > div.rm-inline:first-child {
        width: 50%;
    }

    .rm-list-val {
        width: 140px;
    }

    .select-logo {
        width: 100%;
    }

    #confirm-booking > div.row > div > div.additional-prop > div > div:nth-child(2) > div > div > img {
        max-width: 500px;
        float: right;
        width: 100%;
    }

    .confirm-details-pnl {
        padding-left: 7px;
    }
}

@media only screen and (max-width: 1041px) {
    /*.info-body > div.info-inline {
        width: 100%;
        margin-top: 33px;
    }

    .info-body > div.info-main {
        width: 100%;
        margin: auto;
        display: block;
    }*/

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .search-input-btns {
        margin-top: unset;
    }

    .avail-page .search-input-form > div:nth-child(4) {
        margin-left: 0px;
    }

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 930px) {
    .search-input-btns {
        margin-top: unset;
    }

    .search-pnl {
        width: inherit;
    }

    .search-input-form {
        width: auto;
        float: none;
        display: inline-block;
        margin-left: 76px;
    }

    .avail-page .search-input-btns {
        float: right;
    }

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 910px) {
    tr.pkg-row td:nth-child(2) {
        padding-left: 0px !important;
    }

    tr.pkg-row td:nth-child(3) {
        padding-left: 0px;
    }

    #confirm-booking .tc-chk {
        margin-left: 40px;
    }

    #confirm-booking .cmts > textarea {
        min-width: 50px;
    }

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 885px) {
    #roominfo-page .rm-body > div.rm-inline:first-child {
        width: 100%;
    }

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 710px) {
    .rm-footer-2 > div.ft-inline:nth-child(2) {
        width: 100%;
    }

    .rm-result {
        padding: 30px;
    }

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 791px) {
    /*.info-body > div.info-main {
        width: min-content;
    }

    .info-body > div > div.info-inline:nth-child(2) {
        width: 305px;
    }*/
}

@media only screen and (max-width: 667px) {
    /*.info-body > div > div.info-inline:nth-child(2) {
        width: 305px;
    }*/

    .reg-address-section table > tr > td.modal-label {
        min-width: 100px;
        width: auto;
    }

    .reg-phone-section table > tr > td.modal-label {
        min-width: 0px;
    }

    #register-page .reg-phone-section .modal-label > div {
        width: 100px;
    }

    .reg-name-section table > tr > td.modal-label {
        width: 100px;
    }

    #register-page .reg-phone-section td > div.row > .col-md-8 {
        width: auto;
    }

    .select-logo {
        width: 100%;
    }
}

#modal-paygateway > div > div.modal-body > div:nth-child(1) > form > div:nth-child(2),
#modal-paygateway > div > div.modal-body > div:nth-child(1) > form > div:nth-child(5) {
    text-align: center
}

#modal-paygateway > div > div.modal-body > div:nth-child(1) > form {
    text-align: center;
}

    #modal-paygateway > div > div.modal-body > div:nth-child(1) > form > div:nth-child(8) > div > div {
        width: fit-content;
        display: block;
    }

    #modal-paygateway > div > div.modal-body > div:nth-child(1) > form > div:nth-child(8) > div {
        width: fit-content;
        margin: auto;
    }

@media only screen and (max-width: 768px) {
    .search-input-form {
        width: min-content;
        float: unset;
        display: inherit;
        margin: auto;
    }

    .search-input-btns {
        float: unset;
    }

    .search-input-form > div:nth-child(4) {
        margin-left: 10px;
    }

    .avail-page .search-input-btns {
        width: 164px;
        margin-left: 10px;
    }

    .avail-page .search-input-form > div:nth-child(4) {
        margin-left: 10px;
    }

    .avail-page .search-input-btns {
        float: unset;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }



    .select-logo {
        width: 100%;
    }

    .search-input-btns > div {
        display: block;
        margin: auto;
        width: auto;
    }

        .search-input-btns > div:nth-child(2) {
            margin-left: 0px;
        }
}

@media only screen and (max-width: 767px) {
    #menu-1-764170f1 {
        width: fit-content !important;
        margin: auto !important;
    }

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 638px) {
    html {
        /*zoom: 0.74;*/
    }
}

@media only screen and (max-width: 500px) {
    #select-page {
        margin: 10px 10px 0px 10px;
    }

    .header-logo-1 {
        width: 300px;
        height: 202px;
    }

    #booking-search-body > div > div > div:nth-child(1), .search-input-btns > div:nth-child(2) {
        display: block;
        margin: auto;
    }

    .ext-item-list {
        width: 100%;
    }

    .select-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 475px) {
    .search-input-btns > div:nth-child(2) {
        margin-left: unset;
        margin: auto;
    }

    .search-input-form {
        top: 50px;
        position: relative;
    }

    .search-input-btns > div:nth-child(2) {
        height: 72px;
        top: 50px;
        position: relative;
    }

    .search-input-btns {
        height: 150px;
    }

    #booking-search-body > div > div > div:nth-child(1) {
        display: block;
        /*        position: relative;*/
        margin: auto;
        /*top: 50px;*/
        top: 2px;
        right: 2px;
/*        text-align: right;*/
    }

    .search-input-btns {
        margin-left: 0px;
    }

    .avail-page #select-search {
        height: 471px;
    }

    .avail-page .search-input-btns {
        position: relative;
        top: 50px;
    }

    .rm-body > div.rm-inline:nth-child(2) {
        width: 100%;
    }

    .rm-result {
        margin: 10px;
    }

    .rm-list-descr {
        width: 100%;
    }

    .rm-footer-3 > div.ft-inline:nth-child(2) {
        display: inline-block;
        width: auto;
    }

    .ext-item-list {
        width: 100%;
    }

    .rm-body > div.rm-inline:nth-child(2) {
        margin-left: 0px;
    }

    .select-logo {
        width: 100%;
    }
    .booking-selection-search{
        margin-top:20px;
    }
}

/*.booking-selection-search {
    background: transparent !important;
    box-shadow: none !important;
}*/

@media only screen and (max-width: 415px) {
    .breadcrumbNavi {
        zoom: 0.85;
    }
}

@media only screen and (max-width: 375px) {
    #booking-search-body > div > form > div:nth-child(3) {
        margin-left: 10px;
    }

    .rm-heading {
        height: 125px;
    }

    #roominfo-page .rm-heading {
        height: 125px;
    }

    .select-logo {
        width: 100%;
    }

    #avail-search-body > div > div > div > div > form > div:nth-child(3) {
        margin-left: 10px;
    }

    #main-div, #footer {
        width: auto !important;
    }

    html {
        zoom: 1;
    }
}

.info-heading > .info-image {
    /*display: table;
    margin: auto;*/
}

#register-input-page > div:nth-child(1) > div.loader-apps {
    background-color: #fff;
    height: 18px;
    margin-bottom: 20px;
}

.forgotten-password {
    display: block;
}

.enlarge-custom {
    width: auto;
}

.ext-book-detail {
    display: block;
    margin: auto;
}

.has_ae_slider.elementor-column.elementor-col-50.elementor-top-column.elementor-element.ae-bg-gallery-type-default {
    max-height: 530px;
}

#wpv-view-layout-1589 > div > div > div > div > section > div > div > div.has_ae_slider.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-2ac8013.ae-bg-gallery-type-default > div > div > div > div > div > div > a > div.ae-post-image > img {
    width: 794px;
    height: 524px;
}

/*.info-descr {
    margin-top: 0px;
}*/

/*.info-descr > div {
        text-align: justify;
    }*/

.info-heading {
    /*    margin: 0;
*/
}

.rm-heading {
    height: fit-content;
}

#roominfo-page > div > div > div.rm-heading > button {
    position: relative;
    top: 5px;
}

.ft-descr {
    text-align: justify;
}

.back-btn {
    margin: 0px 20px 0 0;
}

.h3, .h3Toggle {
    color: #272727;
}

.h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
}

.room-packages-item.checked {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    box-shadow: 0px 2px 3px 0px rgba(0 0 0 / 11%);
}

.room-packages-item {
    list-style: none;
    margin: 0 0 10px;
}

.row2 {
    position: relative;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.row2 {
    display: table-cell;
    padding-right: 0.6em;
    padding-bottom: 0.3em;
    padding-top: 0;
    padding-left: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.room-packages-title {
    display: block;
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.room-packages-price {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 14px;
}

.room_price {
    font-size: 14px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.room-packages-desc {
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.room-packages-item_col {
    display: table-cell;
    padding: 10px;
    box-sizing: border-box;
}

fieldset {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rm-descr-romfrom {
    display: none;
}

.rm-list {
    display: none;
}

.bookingDetails-adults {
    pointer-events: none;
    background: #F5F5F5;
}

.bookingDetails-children {
    pointer-events: none;
    background: #F5F5F5;
}

.bookingSummary-rentalCostDisplay {
    display: block;
}

.bookingSummary-roomRateDisplay {
    display: none;
}

.rm-descr-nights {
    display: block;
}

.rm-descr-rompernight {
    display: none;
}

#avail-wrap .no-avail-msg {
    color: #3c3c3b;
}




@media only screen and (max-width: 667px) {
    .info-body > div.info-main {
        width: auto !important;
    }

    .info-body > div > div.info-inline:nth-child(2) {
        width: auto !important;
    }

    #select-search {
        margin-left: auto !important;
    }

    .rm-footer > div.ft-inline:nth-child(2), .rm-footer > div.ft-inline:nth-child(3) {
        width: auto;
    }

    .rm-footer > div.ft-inline:nth-child(2), .rm-footer > div.ft-inline:nth-child(3) {
        width: 300px;
    }

    #roominfo-page > div > div > div.rm-heading > button {
        min-width: 80px;
        margin: 10px 0px;
    }

    .rm-result .cnf-heading .btn.btn-info.back-btn {
        min-width: 80px;
        margin: 0px;
    }

    #roominfo-page .rm-heading {
        height: auto;
    }

    .rm-footer {
        width: 100%;
    }

    .rm-footer-2 {
        width: 100%;
    }

    .rm-footer-3 {
        width: 100%;
    }
}

@media only screen and (max-width: 1075px) {
    .confirm-details-pnl {
        margin: 0px;
        padding: 0px;
    }
}

.ft-inline-roomkitchen {
    display: none;
}

.ft-inline-roomunitsize {
    display: none;
}

.row-avail-room-dash {
    display: none;
}

.d-account-det {
    position: relative
}

.d-account-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

#d-account-act {
    top: 0px;
    position: absolute;
    right: -20px;
    margin-right: 0px !important;
}

.durandal-wrapper {
    position: relative;
}

.flymenu {
    left: auto;
    right: 0px;
    top: 30px;
}

.search-input-form .promo-code {
    display: none;
}

#booking-search-body {
    margin: 0px;
    margin: auto;
}

    #booking-search-body .search-input-btns {
        display: inline-flex;
        width: auto;
    }

        #booking-search-body .search-input-btns .dv-form:nth-child(1) {
            margin: auto 0px;
            order: 1;
        }

        #booking-search-body .search-input-btns .dv-form:nth-child(2) {
            margin: auto 5px;
            height: auto;
        }

        #booking-search-body .search-input-btns .dv-form:nth-child(3) {
            margin: auto 5px 0px 0px;
            height: auto;
        }


@media only screen and (min-width: 1075px) {
    .d-account-hide {
        display: none;
    }
}

.booking-selection-search {
    border-radius: 5px;
}

.rm-result .rm-footer-3 {
    display: none;
}

.confirm-details-pnl {
    padding-left: 0px;
    padding-top: 0px;
}

#register-page .register-btn-div {
    border-top: none;
}

.reg-phone-section {
    border-top: none;
}

.to-dateSelector {
    display: none !important;
}

.to-nightSelector {
    display: inline-block !important;
}

#confirm-booking .cmts-lbl-address {
    vertical-align: top;
}

#confirm-booking .icon-col-address {
    vertical-align: top;
}

#confirm-booking .pkg-row-title-value-address {
    padding-top: 10px;
}

.pkg-info-sel .val-r i {
    color: #ebbaaf;
}

#invoice-page {
    padding: 10px;
}

.search-input-form {
    margin-top: -3px;
}

#avail-search-body {
    height: auto;
    margin-bottom: 0px;
}

#confirm-booking .tc-chk {
    margin: auto;
    width: 60%;
}

.img-inv-1 {
    display: none;
}

.charity-donation {
    margin: 20px 0px;
    text-align: center;
}

.charity-donation-price {
    width: 50%;
    font-size: 20px;
}

#booking-search-body .search-input-btns .dv-form:nth-child(1) {
    margin: auto 0px;
    order: 1;
}

@media only screen and (max-width: 1250px) {
    .guest-login-nav {
        position: absolute;
        top: 30px;
        right: 2px;
    }
}



@media only screen and (max-width: 1245px) {
    #avail-search-body .guest-login-nav {
        top: 5px;
        right: 1px;
        width: 100%;
        position:relative;
    }
}


@media only screen and (max-width: 1045px) {
    #avail-search-body {
        height: auto;
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 769px) {

    #avail-search-body .guest-login-nav {
        top: 5px;
        right: 1px;
        width: auto;
        position: absolute;
    }

    .booking-selection-search {
        margin-top: 40px!important;
        /*margin: 10px 50px;*/
    }
    #booking-search-body .search-input-btns .dv-form:nth-child(1){
        top: 10px;
        right: 10px;
        width: auto;
    }

    #avail-search-body .guest-login-nav {
        top: 5px;
        right: 1px;
        width: auto;
    }

    #avail-wrap .booking-selection-search {
        margin-top: 90px !important;
    }

    .select-logo {
        display: none;
    }
}

@media only screen and (max-width: 667px) {
    #select-page {
        margin: 40px !important;
    }

    .booking-selection-search {
        /*margin: 10px 50px;*/
    }

    .info-body > div.info-inline:nth-child(2) {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #booking-search-body > div > form > div:nth-child(2) {
        margin: 0px;
        /*display:flex;*/
    }

    #booking-search-body .search-input-btns .dv-form:nth-child(2) {
        top: 0px;
    }

    #select-search.well-np {
        height: auto;
    }

    .search-input-form {
        top: 0px;
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }

        .search-input-form > div {
            width: 100%;
            padding: 0px 20px;
        }

            .search-input-form > div > div {
                width: 100% !important;
            }

    #booking-search-body .search-input-btns {
        height: auto;
        display: block;
        margin: auto;
    }

    #booking-search-body > div > form > div:nth-child(3) {
        margin: auto;
        /*display: flex;*/
    }

    #booking-search-body > div > form > div:nth-child(2) .label {
        line-height: 20px;
        margin: 0px 5px;
    }

    #booking-search-body > div > form > div:nth-child(3) .label {
        line-height: 20px;
        padding: 5px 0px;
    }

    .d-account {
        margin: auto;
        float: none;
        width: auto;
        margin-right: 40px;
    }

    .select-info {
        margin-top: 0px;
    }

    .avail-page .search-input-btns {
        top: 0px;
        height: auto;
        margin: auto;
    }

    .search-input-form .lbl-search {
        padding: 5px 0px;
    }

    #avail-search-body > div > div > div > div > form > div:nth-child(2) {
        /*display:flex;*/
        margin-left: 0px;
    }

        #avail-search-body > div > div > div > div > form > div:nth-child(2) .label {
            margin: 0px 5px;
        }

    #avail-search-body > div > div > div > div > form > div:nth-child(3) {
        /*display: flex;*/
        margin-left: 0px;
    }

        #avail-search-body > div > div > div > div > form > div:nth-child(3) .label {
            padding: 5px 0px;
        }

    #avail-search-body .search-pnl {
        text-align: center;
    }

    .search-input-form .number-input {
        padding-left: 0px;
    }

    .search-input-form .search-input {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .search-input-form .children-inp {
        margin-left: 0px;
    }

    .info-body > div > div.info-inline:first-child {
        width: 100%;
        height: auto;
    }

    .img-room {
        border-radius: 5px;
        width: 100%;
        height: 100%;
        position: relative;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
    #booking-search-body .search-input-btns .dv-form {
        top: 120px;
        width: 100%;
    }
}


@media only screen and (min-width: 668px) and (max-width: 1180px) {
    .search-input-form {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .search-input-btns {
        margin: auto;
        width: 100% !important;
        display: block !important;
        text-align: center;
    }



    .booking-selection-header {
        margin-top: 100px;
    }

    .row-avail-room .info-body > .info-inline {
        width: 55%;
        margin: auto;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 668px) and (max-width: 1080px) {
/*    #booking-search-body .search-input-btns .dv-form {
        top: 120px;
        width: 100%;
    }*/

    .booking-selection-header {
        margin-top: 120px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 850px) {
    #booking-search-body .search-input-btns .dv-form {
        top: 190px;
        width: 100%;
    }

    .booking-selection-header {
        margin-top: 150px;
    }
}

.rm-footer-2 {
    display: none;
}

.pkg-row-property, .pkg-row-telephone, .pkg-row-email, .pkg-row-address, .pkg-row-room-size,
.pkg-row-cost {
    display: none;
}

.room-packages-title {
    display: none;
}

#confirm-booking .rm-result {
    padding: 5px 50px;
}

.rooms_price_pnight {
    display: none;
}

.rm-footer > div.ft-inline:first-child {
    width: 100%;
    margin-bottom: 20px
}

.rm-footer, .cnf-heading, .cnf-hotel {
    border-bottom: none;
}

.additional-prop {
    border-right: 2px solid #D9D5D2;
    border-left: 2px solid #D9D5D2;
    border-top: 2px solid #D9D5D2;
}

.confirm-details-pnl {
    border-right: 2px solid #D9D5D2;
    border-left: 2px solid #D9D5D2;
    border-bottom: 2px solid #D9D5D2;
}

.additional-prop .confirm-details-pnl {
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.cnf-hotel {
    margin: 20px 30px 0;
    border-bottom: none;
    padding-top: 0px;
}

.confirm-details-pnl {
    border: none;
    margin-top: 0px;
}

.btn.btn-info.back-btn {
    display: none;
}

#roominfo-page .btn.btn-info.back-btn {
    display: block;
}

.rm-result .cnf-heading {
    height: auto !important;
    padding: 0px 0px 10px 0px !important;
    margin-top: auto !important;
    display: block !important;
}

.rm-result .itm-heading {
    margin: 0px 0px 10px;
}

.confirm-details-pnl {
    border-left: 2px solid #D9D5D2;
    margin: 0px;
    border-right: 2px solid #D9D5D2;
    border-bottom: 2px solid #D9D5D2;
}

.info-img-icon {
    border: none;
}

.retrieve-data {
    display: none;
}

.avail-results {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

    .avail-results .row-avail-room {
        width: 300px;
        margin: 5px;
    }

@media (max-width:600px) {
    .avail-results .row-avail-room {
        width: 100%;
    }

    .breadcrumb > li {
        font-size: 12px;
    }

    #reg-login {
        min-width: auto !important;
    }

    #register-page .login-btn-grp {
        text-align: center;
    }
}

.avail-results .info-inline {
    width: auto !important;
}

.avail-results .info-main {
    width: auto !important;
}

.avail-results .img-room {
    width: 100%;
    position: relative;
}

.avail-results .info-inline-book {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 15px;
    display: inline-block !important;
}

.avail-results .info-img-icon {
    display: none;
}

@media only screen and (max-width: 768px) {
    #booking-search-body > div > form > div:nth-child(4) {
        margin: 0px;
    }

    .avail-page .search-input-form > div:nth-child(4) {
        margin: 0px;
    }

    #select-search {
        height: auto;
    }

    #confirm-booking .rm-result {
        padding: 10px;
    }
}

#confirm-booking .rm-result {
    margin-bottom: 0px;
}

    #confirm-booking .rm-result .rm-footer w-63 {
        padding-bottom: 0px
    }

.rm-result .cnf-heading {
    text-decoration: underline;
}

.breadcrumbNavi.txt-right-align.margin-5 {
    margin: 0px;
}

    .breadcrumbNavi.txt-right-align.margin-5 ol.breadcrumb {
        padding: 8px 0px;
    }

.form-group.form-inline.checkbox.tc-chk label {
    padding-bottom: 10px;
}

.info-descr p {
    text-align: center;
}

.reg-section {
    max-width: 800px;
    margin: auto;
}

.info-heading {
    height: 45px;
}

.rm-heading > span {
    width: 100%;
}

.rm-heading > button {
    top: 15px !important;
    margin: 0px;
}

@media only screen and (max-width: 920px) {
    .img-inv-1 {
        display: block;
    }

    .img-inv-2 {
        display: none;
    }
}

@media only screen and (max-width: 600px) {

    .rm-heading > button {
        top: 5px !important;
    }

    #confirm-booking .rm-result {
        padding: 0px;
    }

    .conf-conf-btn-div .clearfix {
        display: none !important;
    }

    #register-page .rm-result {
        padding: 10px;
        margin: 0px;
    }

    #payment-input-page {
        padding: 10px;
        border: none;
    }

        #payment-input-page .page-wspacing {
            margin: 0px;
        }

    #payment-page .payment-page-div {
        margin: 0px;
    }

    .confsummary .conf-column {
        min-height: auto;
    }

    .confsummary .conf-column {
        min-height: auto;
    }

    html[data-route="summary"] .breadcrumbNavi {
        margin-top: 20px !important;
    }
}

.reg-login-info {
    margin: 0px !important;
}

.reg-login-inputs {
    padding: 0px 10px !important;
}

.reg-name-section {
    padding: 15px 10px;
    margin: 0px;
}

.reg-msg {
    text-align: left !important;
    max-width: 800px;
    margin: auto;
}

#register-page .login-btn-div {
    width: 100%;
    margin-bottom: 0px 0px 20px 0px;
    text-align: center;
}

#payment-input-page {
    padding: 10px;
}

#register-page .login-btn-grp > div > button {
    margin-left: 0px;
    margin-bottom: 20px;
}

.row-avail-room .img-over {
    display: none;
}

.confsummary .conf-column {
    min-height: 350px;
}

.confsummary .conf-column {
    min-height: 350px;
}

#avail-search-body .search-input-btns .dv-form:nth-child(1) {
    margin: auto 0px;
    order: 1;
}

#avail-search-body .search-input-btns {
    display: inline-flex;
    width: auto;
}

    #avail-search-body .search-input-btns .dv-form:nth-child(2) {
        margin: auto 5px;
        height: auto;
    }

    #avail-search-body .search-input-btns .dv-form:nth-child(3) {
        margin: auto 5px 0px 0px;
        height: auto;
    }

@media only screen and (max-width: 667px) {
    #avail-search-body .search-input-btns {
        height: auto;
        display: block;
        margin: auto;
        position: absolute;
        right: 0;
    }

        #avail-search-body .search-input-btns .dv-form:nth-child(2) {
            top: 0px;
        }
}

.reg-login-inputs td.modal-label {
    width: 185px;
}

@media only screen and (min-width: 667px) {
    #register-page .login-btn-grp > div > button:nth-child(1) {
        margin-left: 185px;
    }

    .register-btn-div button:nth-child(1) {
        margin-left: 185px;
    }
}

@media only screen and (max-width: 1200px) {
    .avail-results {
        justify-content: center;
    }
}

#register-input-page .loader-apps {
    display: none;
}

#register-page #register-input-page {
    margin: 0px auto;
    min-width: 400px;
    max-width: 800px;
}

.select-login-button {
    display: none;
}

.select-login-button2 button {
    padding: 6px 15px;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    background-color: #3c3c3b;
    border: 1px solid #fff;
    color: white;
}

.no-bor {
    border: none;
    background-color: transparent;
    padding: 0px;
}

.btn-no-hov:hover {
    background-color: #3c3c3b;
    border: 1px solid #fff;
    color: white;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.avail-results .row-avail-room {
    height: 780px;
    position: relative;
}

.info-book-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


#region-selector {
    display: none !important;
}

@media (max-width: 768px) {
    .ava-dets-clip {
        width: 100% !important;
    }

    .date-info {
        flex-wrap: wrap;
    }

        .date-info span {
            padding: 0px !important;
            flex: 0 0 45%;
        }

    .apt-card-91011 {
        width: 100% !important;
    }

    .booking-container {
        display: block;
    }

    .date-picker-wrapper {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .days-offset-wrapper {
        display: block !important;
    }

        .days-offset-wrapper button {
            width: 80px !important;
            font-size: 12px !important;
            padding: 0px !important;
        }

    body {
        min-height: 90em !important;
    }
}

@media (min-width: 1180px) {
 
    .flymenu-option {
        font-size: 16px;
    }

    .d-account {
        font-size: 16px;
    }
}

.guest-login-nav {
    position: absolute;
    top: 18px;
    right: 10px;
}

#select-search, #available-search {
    height: auto !important;
}

@media only screen and (max-width: 1199px) {
    .search-input-form {
        margin-right: 0px!important; 
    }
}

@media (max-width: 768px) {
    .search-input-form {
        display: flex;
        flex-direction: column;
    }

        .search-input-form .lbl-search {
            text-align: center;
        }
}

@media (max-width: 380px) {

    .occupants-info {
        display: flex;
        flex-direction: column;
    }

    .booking-dates {
        display: block;
    }

    .search-input-form > div:nth-child(2) {
        margin-left: 0px;
    }
}

button.btn-toggle {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

    button.btn-toggle.active {
        background-color: #3c3c3b;
        border: 1px solid #fff;
        color: white;
    }

.booking-selection-search .durandal-wrapper{
    position:inherit;
}

@media (min-width: 1024px) {
    .booking-selection-search {
        display: inline-block;
        padding-left: 0;
        width: 78%;
        margin: 0 11%;
    }
}

.login-btn-search {
    /*    background: transparent !important;
    border: none !important;
    color: black !important;*/
    padding: 0px;
    margin: 0px;
    display: block;
    margin: auto auto 10px auto !important;
}



.guest-login-icon {
    border: 1px solid #fff;
    padding: 5px 7px 6px 8px;
    border-radius: 100%;
/*    background: white;*/
    text-align: center;
}

/*body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100ch;
    background: rgba(255, 255, 255, 0.5); 
}
*/

#select-page .login-btn-search, #available-search .login-btn-search {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
    color: black;
    width: 100%;
    min-width: 150px;
}

    #select-page .login-btn-search:hover, #available-search .login-btn-search:hover {
        background-color: rgba(255, 255, 255, 0.6);
        border: 1px solid #fff;
        color: black;
        width: 100%;
    }


.guest-login-icon {
    border: 1px solid #000;
    padding: 5px 7px 6px 8px;
    border-radius: 100%;
    background: white;
    text-align: center;
    color: #000;
}

@media (max-width: 780px) {
    .booking-selection-search {
        background: transparent !important;
        box-shadow: none !important;
    }

    #select-page .login-btn-search, #available-search .login-btn-search {
        width:auto;
    }

        #select-page .login-btn-search:hover, #available-search .login-btn-search:hover {
            width: auto;
        }

}
