/*Yoke Team CSS*/


/*Bootstrap Overwrite*/

.panel {
    margin-bottom: 0px !important;
    cursor: pointer;
    max-width: 100% !important;
}


/*Squiz CSS*/

#map img {
    width: auto;
    height: auto;
    max-width: none;
}

.accommodation-map {
    float: left;
    border-top: 2px solid white;
    width: 100%;
}

#map {
    max-width: none;
    /* width: 988px;
    */
    width: 100%;
    height: 400px;
    display: block !important;
}

.accommodation-map #rates {
    width: 30%;
    height: 400px;
    margin: 0px;
    float: left;
    overflow-y: auto;
    background: #fff;
}

.accommodation-map #rates a {
    color: #fff;
    float: right;
}

body {
    padding: 80px 0 0 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    text-align: center;
    margin: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.container.page {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    width: 100%
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    width: 100%;
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

.logo,
.search-control-wrapper form {
    float: left;
}

.user,
.nav-accommodation {
    float: right;
}

.navbar {
    clear: both;
}


/* Widths */

.logo {
    height: 100%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo a {
    margin: 0 0 0 30px;
    text-decoration: none;
    color: #009DDF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

.logo a:hover {
    color: #009DDF;
    text-decoration: none;
    opacity: 0.7;
}

.search-control-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.nav-accommodation {
    width: 100%;
}

.user {
    padding: 0 30px 0 0;
    color: #808080;
    height: 100%;
    font-size: 0.9em;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navTrigger {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.user img {
    width: 109px;
    margin: 0 30px 0 0;
}

.user .btn {
    margin-left: 20px;
    margin-right: 20px;
    /* Required for old IE or else it freaks out over the icon */
    width: 80px;
}

.user .login {
    margin-top: -5px;
}

.user .btn img {
    margin-left: 8px;
}

.user form {
    padding: 0px;
    margin: 0px;
}

.user #thn_login_override {
    margin: 0 20px 10px 0;
    color: #D33054;
}

.muted {
    color: #999999;
}

.text-warning {
    color: #c09853;
}

.text-error {
    color: #b94a48;
}

.text-info {
    color: #3a87ad;
}

.text-success {
    color: #468847;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee;
}

.dl-horizontal {
    *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0;
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

.data {
    width: 120px;
}

.uneditable-input,
.uneditable-textarea {
    color: #999999;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

#search_form {
    margin: 0;
}

.form-actions:before,
.form-actions:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-actions:after {
    clear: both;
}

.help-block,
.help-inline {
    color: #595959;
}

.help-block {
    display: block;
    margin-bottom: 10px;
}

.help-inline {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.input-append,
.input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    font-size: 14px;
    vertical-align: top;
    border-radius: 0 3px 3px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
    vertical-align: top;
    border-radius: 0;
}

.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    border-radius: 3px 0 0 3px;
}

.input-append .add-on,
.input-append .btn {
    margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
    border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    border-radius: 0 3px 3px 0;
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    border-radius: 15px;
}


/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    border-radius: 0;
}

.form-search .input-append .search-query {
    border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
    border-radius: 14px 0 0 14px;
}

.form-inline {
    padding-top: 0px;
    float: left;
    clear: both;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}

.form-inline .or {
    margin: 0px 30px;
    padding-top: 5px;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}

.form-inline .col1 {
    float: left;
    margin-bottom: 0px;
    width: 290px;
}

.form-inline .col2 {
    float: left;
    margin-bottom: 0px;
    margin-left: 30px;
}

.control-group {
    margin-bottom: 10px;
}

legend+.control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

.form-horizontal .controls:first-child {
    *padding-left: 180px;
}

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block {
    margin-top: 10px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ffffff;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody+tbody {
    border-top: 2px solid #ffffff;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #ffffff;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    border-radius: 0px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ffffff;
    background-color: #FFF;
}

.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    border-top-left-radius: 0px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    border-top-right-radius: 0px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
}

.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
    border-top-left-radius: 0px;
}

.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
    border-top-right-radius: 0px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f1f1f1;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #d6d6d6;
}

table [class*=span],
.row-fluid table [class*=span] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table .span1 {
    float: none;
    width: 48px;
    margin-left: 0;
}

.table .span2 {
    float: none;
    width: 132px;
    margin-left: 0;
}

.table .span3 {
    float: none;
    width: 216px;
    margin-left: 0;
}

.table .span4 {
    float: none;
    width: 300px;
    margin-left: 0;
}

.table .span5 {
    float: none;
    width: 384px;
    margin-left: 0;
}

.table .span6 {
    float: none;
    width: 468px;
    margin-left: 0;
}

.table .span7 {
    float: none;
    width: 552px;
    margin-left: 0;
}

.table .span8 {
    float: none;
    width: 636px;
    margin-left: 0;
}

.table .span9 {
    float: none;
    width: 720px;
    margin-left: 0;
}

.table .span10 {
    float: none;
    width: 804px;
    margin-left: 0;
}

.table .span11 {
    float: none;
    width: 888px;
    margin-left: 0;
}

.table .span12 {
    float: none;
    width: 972px;
    margin-left: 0;
}

.table .span13 {
    float: none;
    width: 1056px;
    margin-left: 0;
}

.table .span14 {
    float: none;
    width: 1140px;
    margin-left: 0;
}

.table .span15 {
    float: none;
    width: 1224px;
    margin-left: 0;
}

.table .span16 {
    float: none;
    width: 1308px;
    margin-left: 0;
}

.table .span17 {
    float: none;
    width: 1392px;
    margin-left: 0;
}

.table .span18 {
    float: none;
    width: 1476px;
    margin-left: 0;
}

.table .span19 {
    float: none;
    width: 1560px;
    margin-left: 0;
}

.table .span20 {
    float: none;
    width: 1644px;
    margin-left: 0;
}

.table .span21 {
    float: none;
    width: 1728px;
    margin-left: 0;
}

.table .span22 {
    float: none;
    width: 1812px;
    margin-left: 0;
}

.table .span23 {
    float: none;
    width: 1896px;
    margin-left: 0;
}

.table .span24 {
    float: none;
    width: 1980px;
    margin-left: 0;
}

.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.warning td {
    background-color: #fcf8e3;
}

.table tbody tr.info td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    width: 98%;
    left: 10px !important;
    margin: auto;
    padding: 5px 0;
    display: none;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
    text-decoration: none;
    color: #ffffff;
    background-color: #17a9e7;
    background-color: #16a2de;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#17a9e7), to(#1598d0));
    background-image: -webkit-linear-gradient(top, #17a9e7, #1598d0);
    background-image: -o-linear-gradient(top, #17a9e7, #1598d0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#17a9e7), to(#1598d0));
    background-image: linear-gradient(to bottom, #17a9e7, #1598d0);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff17a9e7', endColorstr='#ff1598d0', GradientType=0);
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #17a9e7;
    background-color: #16a2de;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#17a9e7), to(#1598d0));
    background-image: -webkit-linear-gradient(top, #17a9e7, #1598d0);
    background-image: -o-linear-gradient(top, #17a9e7, #1598d0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#17a9e7), to(#1598d0));
    background-image: linear-gradient(to bottom, #17a9e7, #1598d0);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff17a9e7', endColorstr='#ff1598d0', GradientType=0);
}

.dropdown-menu .disabled>a,
.dropdown-menu .disabled>a:hover {
    color: #999999;
}

.dropdown-menu .disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}

.open {
    *z-index: 1000;
}

.open>.dropdown-menu {
    display: block;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

.typeahead {
    margin-top: 2px;
    border-radius: 4px;
}


/*Hotel List Button Booking styles*/

.btn-booking {
    background-color: #1EAC7B;
}

.btn-booking-excess {
    background-color: #039EDC;
}

.btn-booking-sold-out {
    background-color: #C91D2D;
}

.searchAgainBtn,
.expandAllBtn {
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding-top: 8px;
    padding-right: 25px;
    /* height: 100%;
    */
    padding-bottom: 8px;
    padding-left: 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: .5px;
    color: white;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #039edc;
}

.expandAllBtn {
    width: 60px;
}

.btn-booking,
.btn-booking-excess,
.btn-booking-sold-out {
    border-radius: 20px;
    font-size: 12px;
    color: white;
    padding-right: 13%;
    padding-left: 13%;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.searchAgainBtn:hover,
.btn-booking:hover,
.btn-booking-excess:hover,
.btn-booking-sold-out:hover,
.expandAllBtn:hover {
    text-decoration: none;
    color: white;
    opacity: 0.7;
    cursor: pointer;
}

.searchAgainBtn:focus,
.btn-booking:focus,
.btn-booking-excess:focus,
.btn-booking-sold-out:focus,
.expandAllBtn {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.btn-accommodation-search {
    color: white;
    background: #009DDF;
    border: 0px solid;
    border-radius: 34px;
    width: 300px;
    height: 66px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-accommodation-search:hover {
    opacity: 0.9;
}

.accomodationSearchCTA i {
    margin-right: 6px;
    color: white;
    font-size: 25px;
}


/* aka. "Skip Links" */

.nav-page {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.navbar {
    color: #f0f0f0;
    font-size: 1rem;
    margin: 0px auto;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 30%;
}

.navbar a {
    color: #ffffff;
}

.navbar a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #024487;
}

.navbar ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0px;
    *zoom: 1;
}

.navbar ul:before,
.navbar ul:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar ul:after {
    clear: both;
}

.navbar ul li {
    float: left;
    width: 130px;
}

.navbar ul li.active {
    background-color: #d63c5f;
}

.navbar ul li.home {
    width: 78px;
}

.navbar ul li:first-child a,
.navbar ul li:first-child.active span {
    border-top-left-radius: 8px;
}

.navbar ul li:last-child a,
.navbar ul li:last-child.active span {
    border-top-right-radius: 8px;
}

.navbar ul li a,
.navbar ul li.active span {
    display: block;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    padding: 8px 10px;
    height: 34px;
}

.navbar ul ul {
    visibility: hidden;
}

.navbar ul li ul li {
    display: block;
    background-color: #0251a0;
    position: relative;
    font-size: 10px;
    z-index: 1001;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}


/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-tabs>.active>a>[class^="icon-"],
.nav-tabs>.active>a>[class*=" icon-"],
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"] {
    background-image: url("glyphicons-halflings-white.png");
}

.icon-remove {
    background-position: -312px 0;
}

.combobox-container {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}

.combobox-container input,
.combobox-container select,
.combobox-container .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    font-size: 14px;
    vertical-align: top;
    border-radius: 0 3px 3px 0;
}

.combobox-container input:focus,
.combobox-container select:focus,
.combobox-container .uneditable-input:focus {
    z-index: 2;
}

.combobox-container .add-on {
    display: inline-block;
    width: auto;
    height: 30px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.combobox-container .add-on,
.combobox-container .btn {
    vertical-align: top;
    border-radius: 0;
}

.combobox-container .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.combobox-container input,
.combobox-container select,
.combobox-container .uneditable-input {
    border-radius: 3px 0 0 3px;
    width: 100%;
}

.combobox-container .add-on,
.combobox-container .btn {
    margin-left: -1px;
}

.combobox-container .add-on:last-child,
.combobox-container .btn:last-child {
    border-radius: 0 3px 3px 0;
}

.combobox-container select {
    display: inline-block;
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: -99999px;
    *text-indent: 0;
}

.combobox-container .caret {
    margin-top: 7px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.combobox-container .btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.combobox-container .btn:hover {
    background-position: 0px 0px;
}

.form-search .combobox-container,
.form-inline .combobox-container {
    /* inline-block breaks Chrome */
    display: inline;
    vertical-align: top;
}

.form-search .combobox-container .add-on,
.form-inline .combobox-container .add-on {
    /* vertical-align: middle breaks Chrome */
    vertical-align: top;
}

.combobox-selected .combobox-clear {
    display: inline-block;
}

.combobox-selected .caret {
    display: none;
}

.combobox-clear {
    display: none;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: top;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dropdown:hover .combobox-clear,
.open.dropdown .combobox-clear {
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn .combobox-clear {
    margin-top: 1px;
    margin-left: 1px;
}

.btn:hover .caret,
.btn:hover .combobox-clear,
.open.btn-group .combobox-clear {
    opacity: 1;
    filter: alpha(opacity=100);
}

.typeahead-long {
    max-height: 300px;
    overflow-y: auto;
}

.control-group.error .combobox-container .add-on {
    color: #B94A48;
    border-color: #B94A48;
}

.control-group.error .combobox-container .caret {
    border-top-color: #B94A48;
}

.control-group.warning .combobox-container .add-on {
    color: #C09853;
    border-color: #C09853;
}

.control-group.warning .combobox-container .caret {
    border-top-color: #C09853;
}

.control-group.success .combobox-container .add-on {
    color: #468847;
    border-color: #468847;
}

.control-group.success .combobox-container .caret {
    border-top-color: #468847;
}

.accommodation-search .search-control-wrapper label {
    margin-left: 15px;
}

.accommodation-search .search-control-wrapper label:after {
    content: ':';
}

.accommodation-search .search-control-wrapper .form-inline {
    margin-top: 10px;
}

.accommodation-search .search-control-wrapper .form-inline label:first-child {
    margin-left: 0px;
}

.accommodation-search .nav-accommodation {
    background-color: #001e45;
    color: #ffffff;
    list-style-type: none;
    text-align: center;
    padding: 0px 30px 30px;
    margin: 0px;
}

.accommodation-search .nav-accommodation li {
    padding-top: 37px;
}

.accommodation-search .nav-accommodation .btn {
    overflow: hidden;
    position: relative;
    font-size: 1em;
    text-align: left;
    padding: 4px 8px;
    width: 260px;
    height: 36px;
    /* Bad hack for vertical alignment: middle */
}

.accommodation-search .nav-accommodation .btn span {
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

.accommodation-search .nav-accommodation .btn img {
    float: right;
    margin-left: 4px;
}

.accommodation-search .search-sort {
    background-color: #001e45;
    color: #ffffff;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.accommodation-search .search-sort p {
    display: inline;
    margin-left: 20px;
    color: #fff;
}

.accommodation-search .search-sort .radio {
    padding-bottom: 5px;
    margin-left: 20px;
    margin-right: 5px;
}

.accommodation-search .search-sort label,
.accommodation-search .search-sort .btn-mini {
    margin-top: 5px;
    margin-left: 5px;
}

.accommodation-search .map-filter {
    background-color: #001e45;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 2px;
    float: left;
    width: 100%;
    border-bottom: 2px solid white;
    height: 60px;
}

.accommodation-search .map-filter p {
    display: inline;
    margin-left: 20px;
}

.accommodation-search .map-filter input,
.accommodation-search .map-filter select {
    margin: 0px;
}

.accommodation-search .map-filter .map-toggle {
    color: #fff;
    float: right;
    margin-right: 25px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.2em;
}

.accommodation-search .table {
    /* General */
    margin-bottom: 0px;
    /* Columns */
    /* Headings */
    /* Custom striping */
}

.accommodation-search .table caption {
    /* Firefox is stubborn about hiding text */
    font-size: 0;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.accommodation-search .table .room-type {
    width: 12%;
}

.accommodation-search .table .booking-action {
    width: 12%;
}

.accommodation-search .table .rate {
    width: 9%;
}

.accommodation-search .table .total-cost {
    width: 9%;
}

.accommodation-search .table th {
    font-weight: normal;
    background-color: #FFFFFF;
}

.accommodation-search .table th.hotel-name strong,
.accommodation-search .table th.hotel-name .rating {
    display: block;
}

.accommodation-search .table thead th {
    background-color: #1275c7;
    color: #ffffff;
    vertical-align: middle;
}

.accommodation-search .table thead th a {
    color: #ffffff;
}

.accommodation-search .table.non-preferred thead th {
    background-color: #d63c5f;
}

.accommodation-search .table thead th.total-cost {
    background-color: #b41b3e;
}

.accommodation-search .table tbody:nth-child(odd) th,
.accommodation-search .table tbody:nth-child(odd) td {
    background-color: #f1f1f1;
}

.accommodation-search .result-legend {
    color: #ffffff;
    font-size: 0.85em;
}

.accommodation-search .result-legend h2 {
    background-color: #0251a0;
    background-image: url(icon-legend.gif);
    background-repeat: no-repeat;
    background-position: 98% center;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    padding-right: 60px;
    margin-top: 0.2em;
    margin-bottom: 0px;
}

.accommodation-search .result-legend p {
    margin-top: 10px;
    color: #ffffff;
}

.accommodation-search .result-legend ul {
    background-color: #001e45;
    list-style-type: none;
    padding: 15px 0px;
    margin: 0px;
    *zoom: 1;
}

.accommodation-search .result-legend #footer {
    background-color: #001e45;
    list-style-type: none;
    padding: 15px 15px;
    margin: 0px;
    *zoom: 1;
}

.accommodation-search .result-legend ul:before,
.accommodation-search .result-legend ul:after {
    display: table;
    content: "";
    line-height: 0;
}

.accommodation-search .result-legend ul:after {
    clear: both;
}

.accommodation-search .result-legend ul li {
    float: left;
    overflow: hidden;
    padding: 0px 20px;
    border-left: 1px solid #003366;
    width: 156px;
    height: 135px;
}

.accommodation-search .result-legend ul li:first-child {
    border-left: 0px none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

.content .content-wrapper {
    margin: 0px;
    padding: 0px;
    clear: both;
}

.content .content-wrapper-padding {
    padding: 10px 0px;
    clear: both;
}

.content-wrapper table {
    max-width: 100%;
    background: none;
    border-collapse: collapse;
    border-spacing: 0;
}

#date-translation {
    margin: 0 0 0 10px;
}


/** * Additional styling * * @author: Ryan Yu <ryu@squiz.net> * created: 2014-03-25 * updated: 2014-03-25 */

.creditcard-details {
    border: 1px solid #0251a0;
    background: #f9faff;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.creditcard-section {
    background: none repeat scroll 0 0 #EDF0FF;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 10px 0;
}

.creditcard-section-add {
    background: none;
}

.creditcard-section:first-child {
    margin-top: 0;
}

.creditcard-existing {
    background: #EDF0FF;
    margin: 0 20px;
    padding: 20px 0 10px;
}


/*@dev new css*/

html {
    background: #fff !important;
}

.lp-login {
    height: auto !important;
    background: #fff;
}

.lp-login .container,
.lp-login .container .content,
.lp-login .container .content .accommodation-search,
.lp-login .container .content .accommodation-search .content-wrapper,
.lp-login .container .content .accommodation-search .content-wrapper>table,
.lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
}

.lp-login .container .content .accommodation-search .content-wrapper>table {
    display: none;
}

.lp-login .container .content .accommodation-search .content-wrapper>table:first-child {
    display: block;
}

.lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody {
    display: table;
}

.lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody tr td {
    width: 50%;
    vertical-align: middle;
    padding: 80px 80px 160px;
}

.lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody tr td:nth-child(2) img {
    display: none;
}

.lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody tr td:nth-child(2) {
    background: url(bg-login.jpg) no-repeat center center;
    background-size: cover;
}

.lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody>tr>td>div {
    margin: 0 !important;
    height: auto !important;
}

.lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody>tr>td>div p {
    height: auto !important;
}

.lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody>tr>td>div .user {
    float: none !important;
    max-width: 100% !important;
    height: auto !important;
    width: 100%;
}

.lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody>tr>td>div>p>img {
    width: 20%;
    max-width: 150px;
    height: auto;
    position: absolute;
    bottom: 80px;
    left: 80px;
}

.lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody>tr>td>div>img {
    width: 50%;
    max-width: 307px;
    height: auto;
}

.lp-login .content-wrapper input[type="submit"] {
    border: 0!important;
    background: #009DDF!important;
    text-shadow: none;
    font-weight: bold;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.lp-login .content-wrapper input[type="submit"]:hover {
    background: #007CC4 !important;
}

@media screen and (max-width: 1024px) {
    .lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody tr td {
        padding: 30px 30px 80px;
    }
    .lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody>tr>td>div>p>img {
        bottom: 30px;
        left: 30px;
    }
}

@media screen and (max-width: 800px) {
    .lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody tr td:nth-child(2) {
        display: none;
    }
    .lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody tr td {
        width: 100%;
        padding: 20px 20px 80px;
    }
    .lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody>tr>td>div>p>img {
        bottom: 20px;
        left: 20px;
    }
}

@media screen and (min-width: 1500px) {
    .lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody tr td {
        padding: 80px 150px 160px;
    }
    .lp-login .container .content .accommodation-search .content-wrapper>table:first-child tbody>tr>td>div>p>img {
        left: 150px;
    }
}


/* New GUI 2018 */

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700');
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*:focus {
    outline: none;
}

html {
    color: white;
    font: normal 10px/1.42857 "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-family: Roboto;
    height: 100%;
    min-height: 100%;
    margin: auto;
    text-align: center;
}


/* container page */

.container.page {
    background-image: url("../__data/site/design/59/images/hotel-bg.jpg");
    background-size: cover;
    background-size: transparent;
    background-attachment: fixed;
    padding: 0;
}

.nav-page {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 80px;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    background: white;
    white-space: nowrap;
}

.btn-round {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #259fda;
    color: white;
    text-decoration: none;
    font-size: 12px;
    margin: 0 10px 0 0;
    cursor: pointer;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-round:hover {
    opacity: 0.7;
}


/* The Overlay (background) */

.overlay {
    /* Dimensions */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 80px;
}

.myNav {
    width: 100%;
    height: 100%;
}


/* Position the content inside the overlay */

.overlay-content {
    position: relative;
    text-align: left;
    background-color: #007CC4;
    float: right;
    width: 24%;
    height: 100%;
    padding: 5% 2% 0% 2%;
}

.overlay-content-left {
    width: 78%;
    height: 100%;
    background: black;
    opacity: 0.8;
}


/* The navigation links inside the overlay */


/* Position the close button (top right corner) */

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.accommodation-search .search-control-wrapper form {
    color: #ffffff;
    padding: 0 20px 10px 20px;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
}

.icon {
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #009DDF;
    font-size: 22px;
}

icon:hover {
    opacity: 0.7;
}

.accommodation-search .search-control-wrapper .form-inline {
    margin-top: 10px;
    margin-left: 8%;
    margin-right: 10%;
    margin-bottom: 5%;
}

.form-inline .col1 {
    float: left;
    margin-bottom: 0px;
    width: 45%;
    text-align: center;
}

.new-col2 {
    float: left;
    margin-bottom: 0px;
    width: 45%;
    text-align: center;
}

.combobox-container input,
.combobox-container select,
.combobox-container .uneditable-input {
    border-radius: 40px;
    background-color: transparent;
    color: #429dd7;
    padding: 25px;
}

.combobox-container .add-on,
.combobox-container .btn {
    margin-left: 5px;
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080e32), color-stop(#080e32), to(#070d31));
    background-image: -webkit-linear-gradient(#080e32, #080e32, #070d31);
    background-image: -o-linear-gradient(#080e32, #080e32, #070d31);
    background-image: linear-gradient(#080e32, #080e32, #070d31);
    border: 0;
    border-radius: 0px;
    vertical-align: top;
}

.search-radius-btn {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4646), color-stop(#4c4646), to(#4c4646)) !important;
    background-image: -webkit-linear-gradient(#4c4646, #4c4646, #4c4646) !important;
    background-image: -o-linear-gradient(#4c4646, #4c4646, #4c4646) !important;
    background-image: linear-gradient(#4c4646, #4c4646, #4c4646) !important;
    vertical-align: middle !important;
    height: 20px !important;
}


/*select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 41px;
    height: 20px;
    background-color:transparent;
    color: #429dd7;
    padding:15px;
    border-width:2px;
}
*/

input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #009DDF;
}

input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #009DDF;
}

input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #009DDF;
}

input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #009DDF;
}

.new-travellers {
    display: inline-block;
    width: 25%;
    margin-top: 30px;
    font-family: Roboto;
}

.travellers-select {
    height: 200px;
}

.travellers-search {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-family: Roboto;
}

.travellers-found {
    display: inline-block;
    width: 300px;
}

.traveller-search-box {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    height: 20px;
}

.help-button {
    width: 268px;
    height: 70px;
    border-radius: 32px;
    background: transparent;
    border: 2px solid #051A4B;
    color: #FFFFFF;
    font-size: 16px;
}

.travellers-load-button {
    margin-left: 5px !important;
    margin-left: 20px !important;
    border-radius: 40px !important;
    border: 0px !important;
    font-size: smaller !important;
    width: 131px !important;
    height: 35px !important;
    background-color: #FFFFFF !important;
}

.search-content {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    background-image: url("../__data/images/hotel-bg.jpg");
}

#searchText {
    /*Border Styles*/
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 0px;
    /*Color*/
    background-color: transparent;
    color: white;
    /*Fonts*/
    font-size: 16px;
    /*Paadings*/
    padding-left: 5px;
    padding-right: 0px;
    /*Margins*/
    margin-right: 30px;
    /*Dimensions*/
    width: 70%;
    height: 43px;
}

.materialSearchIcon {
    cursor: pointer;
}

.travellerSearch {
    /*Display Code*/
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid white;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    /*Dimensions*/
    width: 50%;
    /*Padding*/
    padding-left: 5px;
    padding-right: 15px;
}

.local-search {
    /* Flex */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}


/*Improving the DOM*/

.customContainer {
    padding: 40px 0 0 0;
    max-width: 1129px;
    margin-top: 70px;
    text-align: center;
    /*background: red;
   */
    margin: auto;
    height: auto;
    position: relative;
}

.customForm {
    margin: auto;
    width: 70%;
    /*background-color: pink;
   */
}

.customHeading {
    width: 100%;
    text-align: center;
    color: white;
    font-family: Roboto;
    font-weight: lighter;
    font-size: 2em;
}

.customHeading p {
    color: white;
}

#listLocs {
    display: none;
}

.locationSearch {
    position: relative;
    margin: auto;
    width: 100%;
    margin-top: 40px;
}

.search-combo-textarea {
    height: 80px;
    width: 100%;
    padding-left: 30px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #009DDF;
    font-size: 16px;
    border-radius: 10px;
}

.customDatepicker {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 40px;
    /*Improving the UI*/
    /*background: pink;
   */
}

.checkInDate,
.checkOutDate {
    position: relative;
    width: 48.5%;
}


/* Check In && Out Label */

.checkInLabel,
.checkOutLabel {
    position: absolute;
    left: 0;
    font-size: 14px;
    margin: 16px 0px 0px 20px;
}

.datepicker {
    background-image: url('icon-calendar.png');
    background-repeat: no-repeat;
    background-size: 18.18px;
    color: #009DDF;
    background-position: 90% center;
    padding-left: 30px;
    padding-top: 20px;
    width: 100%;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    border-radius: 10px;
    background-color: transparent;
    height: 83px;
}

.customTravellers {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 40px;
}

.loadButton {
    cursor: pointer;
    border-radius: 30px;
    border: 0px;
    width: 25%;
    height: 45px;
    background: #009DDF;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.requestID {
    position: relative;
    width: 25%;
    font-size: 14px;
    color: #009DDF;
}

#show_request_id {
    position: absolute;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

#remove_request_id {
    cursor: pointer;
}

.loadButton2 {
    cursor: pointer;
    border-radius: 30px;
    border: 0px;
    width: 100%;
    height: 45px;
    background: #009DDF;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.loadButton:hover,
.loadButton2:hover {
    opacity: 0.9;
}

.ORdivision {
    font-size: 20px;
    font-weight: bold;
    width: 10%;
    height: 100%;
    margin-left: 2%;
    margin-right: 2%;
}

div.uploader {
    display: none;
}

.xnew-travellers a:hover {
    border-bottom: 1px solid #429dd7;
}

.dropdown-menu {
    height: auto;
    left: 72px;
    max-height: 210px;
    margin-top: 0px;
    overflow-x: hidden;
    background: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: white;
    background-color: #132148;
    scroll-behavior: smooth;
}

.dropdown-menu a {
    color: #027cc4;
    text-align: left;
    line-height: 1.2em;
}

.searchText {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.foundText {
    width: 48%;
    padding: 10px;
    text-align: left;
}

.searchResults {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.selectedText {
    width: 49%;
    padding: 10px;
    text-align: left;
}

.travellers-search {
    margin-top: 25px;
    width: 100%;
    margin-bottom: 0;
}

.selectSpan {
    width: 48.5%;
}

.traveller-select {
    padding: 0 5px 0 10px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    min-height: 210px;
    border-radius: 3px;
    background-color: white;
    margin: auto;
}

.traveller-select .option {
    text-align: left;
    margin-bottom: 5px;
    border: 0px solid;
    border-radius: 10px;
    color: #009DDF;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.option:nth-child(2n+0) {
    background-color: rgba(236, 238, 241, 0.9);
}

.traveller-select::-webkit-scrollbar {
    width: 7px;
}

.traveller-select::-webkit-scrollbar-thumb {
    background-color: #009DDF;
}

.accomodationSearchCTA {
    width: 100%;
    margin: auto;
}

.accomodationSearchCTA button {
    font-weight: bold;
    margin: 40px 0 0 0;
}

.CTA {
    margin-top: 40px;
    width: 100%;
    margin: auto;
}


/*Hotel list book. html*/


/*Testing*/

.customHarshitTemplate {
    width: 100%;
}

.roundedAccor {
    border: 0px solid;
    background-color: rgba(236, 238, 241, 0.5);
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 10px;
}

.extendedHotelInfo {
    width: 100%;
    padding: 10px 30px 10px 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.roomsInfo {
    padding-left: 30px;
    padding-right: 30px;
}

.room_display {
    width: auto;
    padding: 5px;
    /*margin-top: 15px;
    */
    border: 0px solid;
    border-radius: 15px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.room_display:nth-child(odd) {
    background-color: white;
}

.room_display:nth-child(even) {
    background-color: #F5F6F8;
}

.roomType {
    padding-left: 2%;
    width: 60%;
    text-align: left;
}

.roomType a {
    color: #027CC4;
    text-decoration: none;
    font-weight: bold;
}

.extraInfo {
    width: 3%;
    /*background: blue;
   */
}

.extraInfo img {
    width: 20px;
    height: 20px;
}

.totalPrice {
    width: 10%;
    font-weight: bold;
    color: #027CC4;
    /*background: yellow;
   */
}

.bookNowCTA {
    width: 16%;
    margin-left: 2%;
}

.roomsLeft {
    width: 17%;
    color: #027CC4;
    text-align: right;
    padding-right: 2%;
}

.roomsLeftAss {
    display: none;
    width: 17%;
    color: #027CC4;
    text-align: right;
    padding-right: 2%;
}

.roomPlan {
    display: none;
}

.default-image {
    background-image: url(/__data/images/hotel_default.png);
    width: 100px;
    background-color: #F5F6F8;
    height: 100px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
}

.sortingHotels {
    width: 100%;
    padding-right: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.hotelName {
    color: #027CC4;
    font-size: 16px;
    font-weight: bold;
}

.sortingHotels select {
    margin-left: 10px;
}

.roomInfoHeader {
    /*background: blue;
   */
    width: 100%;
}

.hotelRoomInfo {
    /*padding: 10px;
   */
    width: 100%;
}

.roomText {
    color: #027CC4;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.tableHeader {
    /*padding: 10px;
   */
    /*background: red;
   */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.dynamicInfo {
    padding: 10px 20px 10px 20px;
    /*Display Settings*/
    border: 0px solid;
    color: #027CC4;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.dynamicInfo:nth-child(even) {
    background-color: #ECEEF1;
}

.dynamicInfo:nth-child(odd) {
    background: white;
}

.totalInfo {
    color: #027CC4;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.slideInModel {
    width: 100%;
    /*background: pink;
   */
}

.cancelMess {
    color: #027CC4;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#std-modal-title {
    color: #027CC4;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#std-modal-title2 {
    color: #027CC4;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#std-modal-title3 {
    color: #027CC4;
    margin-top: 45px;
    text-align: left;
}

.customModelTitle {
    color: #027CC4;
}

#std-modal-msg-2 p {
    color: #027CC4;
}

.roundedInput {
    border: 0px solid;
    border-radius: 5px;
}

.parentWrapper {
    width: 100%;
    background: pink;
}

.customerDetails {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: auto;
}

.specificInfo {
    padding: 10px;
    width: 100%;
    margin: auto;
    color: #027CC4;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border: 0px solid;
    border-radius: 5px;
}

.specificInfo:nth-child(2n+0) {
    background-color: rgba(236, 238, 241, 0.9);
}

.infoTitle {
    width: 40%;
    text-align: left;
    font-weight: bold;
}

.infoTitleHotel {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}

.infoValue {
    width: 60%;
    text-align: left;
}

.infoContainer {
    max-width: 1129px;
    margin-top: 70px;
    margin: auto;
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.infoParent {
    margin: 40px auto;
    text-align: left;
    width: 60%;
    background: white;
    padding: 30px;
    border: 0px solid;
    border-radius: 10px;
}

.furtherEnquiry {
    margin-top: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #027CC4;
}


/*Extended Room Information Screen CSS*/

.moreAboutYourRoom {
    /*display: none;
   */
    /* top: 0;
    bottom:0;
    position:fixed;
    overflow-y:scroll;
   */
    overflow-x: hidden;
    width: 100%;
    height: auto;
    background: #027CC4;
    /*z-index: 9999999;
   */
}

.moreAboutYourRoom .customNavigation {
    display: none;
}

.timeMap {
    background: #051A4B;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.timeMapInfo {
    width: 50%;
    color: white;
    padding-right: 10%;
}

.timeMapInfoWrapper {
    width: 80%;
    float: right;
    margin: 50px 0 50px 0;
    /*background: pink;
   */
}

.timeMapGraphics {
    width: 50%;
    /*  height: 100%; */
}

.timeMapGraphics #map {
    width: 100% !important;
    height: 100% !important;
}

.hotelImages {
    height: 400px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.HotelImage {
    width: 25%;
    height: 100%;
    background-image: url('study-room.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.One {
    background-image: url('https://cdn.newsapi.com.au/image/v1/81630f0242a9cdde6116ff9ecbebf5cb?width=1024');
}

.Two {
    background-image: url('https://fm.cnbc.com/applications/cnbc.com/resources/img/editorial/2018/07/05/105312566-1530803740357gettyimages-815863456.1910x1000.jpeg?v=1530803804');
}

.Three {
    background-image: url('https://cdn.newsapi.com.au/image/v1/81630f0242a9cdde6116ff9ecbebf5cb?width=1024');
}

.Four {
    background-image: url('https://www.idealsvdr.com/blog/wp-content/uploads/2016/04/starting-an-adventure-travel-company-1000x517.jpg');
}

.hotelAddress {
    font-size: 40px;
    font-weight: bold;
    line-height: 140%;
}

.hotelPhone {
    font-size: 20px;
    /*font-weight: bold;*/
    line-height: 140%;
}

.hoursHeading {
    font-weight: bold;
}

.wdays {
    margin: 0 0 0 8px;
}

.sadays {
    margin: 0 0 0 17px;
}

.sudays {
    margin: 0 0 0 26px;
}

.receptionHours {
    padding: 20px 0 0 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.weekDaysTime,
.satTimes,
.sunTimes {
    /*margin-top: 6px;
   */
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.weekDaysO,
.weekDaysC,
.satO,
.satC,
.sunO,
.sunC {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.checkIn,
.checkOut {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.checkOut {
    margin-left: 20px;
}

.checkMaster {
    margin-top: 20px;
}

.checkMaster {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.receptionInfo,
.addText,
.drivingInfoText {
    text-align: left;
    width: 100%;
    margin: 1px 0 0 0;
}

.checkMaster-column {
    margin: 20px 0 0 0;
}

.receptionLabel {
    width: auto;
    font-weight: bold;
}

.afterHoursProcedure {
    margin-top: 20px;
}

.airportInfo,
.parkingValet {
    margin-top: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.drivingInfo,
.addInfo {
    margin-top: 20px;
}

.driInfoLable {
    width: auto;
}

.airText,
.valetText {
    margin-right: 5px;
}

.valetLabel,
.airText,
.driInfoLable,
.addlabel {
    font-weight: bold;
}

.daysText {
    font-weight: bold;
}

.roomTypePrice,
.comTripInfo {
    width: 100%;
    text-align: center;
}

.roomTypePrice {
    font-weight: bold;
    color: white;
    font-size: 60px;
    line-height: 140%;
}

.comTripInfo {
    margin-top: 20px;
    line-height: 140%;
    color: white;
    font-size: 22px;
}

.customContainer {
    text-align: center;
}

.customReviewStars span {
    font-size: 50px;
    color: white;
}

.customReviewStars {
    margin-top: 30px;
    width: 100%;
    color: white;
    text-align: center;
}

.dynamicRoomInfo {
    /*padding-top: 148px;*/
    padding-bottom: 58px;
}

.customNavigation {
    background: #027CC4;
    position: fixed;
    width: 100%;
    z-index: 1;
    padding: 30px 30px 30px 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.customNavigationCTAs {
    /*background: red;
   */
    height: 65%;
    width: 50%;
    color: white;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.customNavBookCTA {
    height: 100%;
    width: 24%;
}

.customNavBookCTA .btn-booking,
.customNavBookCTA .btn-booking-excess,
.customNavBookCTA .btn-booking-sold-out {
    padding-top: 15px;
    height: 100%;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
}

.hotelExtraInfoListView {
    padding: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.pfacilities {
    width: 50%;
}

.facilitiesList {
    color: white;
    line-height: 140%;
    margin-top: 40px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.facilitiesList li {
    line-height: 250%;
    font-size: 16px;
    color: white;
}

.rfacilities {
    width: 50%;
}

.pfacLeft,
.pfacRight {
    width: 50%;
}

.rfacLeft,
.rfacMid,
.rfacRight {
    width: 33.33%;
}

.pfacHeading,
.rfacHeading {
    font-size: 24px;
    color: white;
    font-weight: bold;
    width: 100%;
}

.rfacHeading {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.customInfoWrapper {
    min-width: 80%;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.closeInfoCTA a {
    text-decoration: none;
    font-size: 18px;
    color: white;
}

.closeInfoCTA a:hover {
    text-decoration: none;
    font-size: 18px;
    color: white;
}

.closeInfoCTA {
    margin-right: 15px;
    /*Animations*/
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.closeInfoCTA:hover {
    cursor: pointer;
    opacity: 0.4;
}

.thnLogo {
    background-image: url('white_logo.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.noImage {
    /*border: 0.5px solid grey;
   */
    background: #051A4B;
    /*background-image: url('no-image-available.png');
   */
    background-size: 150px;
    background-position: center center;
    background-repeat: no-repeat;
}

.noImage:nth-child(even) {
    border-left: 0px;
}

.HotelImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.customReviewStars img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.searchWithClose {
    width: 100%;
    position: relative;
}

.inputValueClear {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.inputValueClear:hover {
    cursor: pointer;
    opacity: 0.6;
}

.hotelListHeader {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.imageRes img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.submitBooking {
    border-radius: 33.33px;
    padding: 20px;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    background: transparent;
    border: 2px solid white;
    font-size: 16px;
}

.OverRateNotOk {
    color: red;
}

.OverRateOk {
    color: green;
}

.bfBackground {
    width: 100%;
    margin: auto;
    min-height: 100vh;
    background-color: white;
}

#rcorners {
    position: -webkit-sticky;
    position: sticky;
    top: 86px;
}

.bfDivider {
    /*Dimensions*/
    margin: 10px 0 10px 0;
    height: 2px;
    background-color: #ddd;
}

.bfOverRate1,
.bfOverRate2,
.bfOverRate3 {
    /* Dimensions*/
    margin: 10px 0 0 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bfOverRateReason {
    padding: 0 0 0 24px;
}


/*Error Messages Radio buttons*/

.bfOverRate1Label,
.bfOverRate2Label,
.bfOverRate3Label {
    color: red;
    font-weight: initial;
    margin-bottom: 0px;
}


/*Checkbox && Radio Button UIs*/


/* Customize the label (the container) */


/*Radio Button Custom CSS*/

.radio-container {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 9%;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/* On mouse-over, add a grey background color */

.radio-container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.radio-container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio-container input:checked~.checkmark:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* Style the indicator (dot/circle) */

.radio-container .checkmark:after {
    top: 32%;
    left: 32%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}


/*Checkbox Cusotm CSS*/

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkbox-container .checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 22px;
    background-color: #eee;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/* On mouse-over, add a grey background color */

.checkbox-container:hover input~.checkmark2 {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked~.checkmark2 {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkbox-container .checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox-container input:checked~.checkmark2:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox-container .checkmark2:after {
    top: 17%;
    left: 38%;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bfOverRateReasonSelect {
    margin: 10px 0 0px 0;
    padding: 0px 0px 0px 3px;
    height: 30px;
    width: 200px;
    color: #027CC4;
    border-color: #027CC4;
}


/*Hotel Lists Page -- New DOM*/

.hotelListPage {
    min-height: 100vh;
    width: 100%;
    background-color: white;
}

.hlWithFilter {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.hlPageContainer {
    min-height: 100vh;
    /*background-color: yellow;*/
    width: 80%;
    margin: auto;
}

.hlMain {
    width: 78%;
    margin-bottom: 100px;
}

.hlMapsFilter {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.hlMapsFilter {
    background-color: #ecf0f1;
    padding: 20px 40px 20px 40px;
}

.hlmpText {
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    color: #259fda;
    /*Animations*/
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hlmpText:hover {
    opacity: .7;
}

.hlmfAddress {
    margin: 0 10px 0 0;
}

.hlmfAddress input {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: 1px solid #027cc4;
    border-radius: 10px;
}

.hlmfCTA input {
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding-top: 8px;
    padding-right: 25px;
    /* height: 100%;
    */
    padding-bottom: 8px;
    padding-left: 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: .5px;
    color: white;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #039edc;
}

.hlmfRadius select {
    line-height: 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*Dimensions*/
    width: 190px;
    /* reset */
    margin: 0 10px 0 0;
    padding: 10px 0 10px 20px;
    border: 1px solid #037ec5;
    border-radius: 10px;
    /* styling */
    color: #259fda;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: -webkit-linear-gradient(45deg, transparent 50%, #027cc4 50%), -webkit-linear-gradient(315deg, #027cc4 50%, transparent 50%);
    background-image: -o-linear-gradient(45deg, transparent 50%, #027cc4 50%), -o-linear-gradient(315deg, #027cc4 50%, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, #027cc4 50%), linear-gradient(135deg, #027cc4 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) calc(1.2em + 2px), calc(100% - 20px) calc(1.2em + 2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
}

.hlmfSearchCTA {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.hlmMainContentWrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.hlMainMap {
    width: 45%;
    position: -webkit-sticky;
    position: sticky;
    top: 73px;
}

.hlInMaps {
    padding: 0 20px 0 0;
    width: 54%;
}

.sorthl {
    padding: 20px 0 20px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.shlText {
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    color: #259fda;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 10px 0 0;
}

.shlSelect {
    margin: 0 10px 0 0;
}

.shlSelect select {
    line-height: 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*Dimensions*/
    width: 190px;
    /* reset */
    padding: 10px 0 10px 20px;
    border: 1px solid #037ec5;
    border-radius: 10px;
    /* styling */
    color: #259fda;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: -webkit-linear-gradient(45deg, transparent 50%, #027cc4 50%), -webkit-linear-gradient(315deg, #027cc4 50%, transparent 50%);
    background-image: -o-linear-gradient(45deg, transparent 50%, #027cc4 50%), -o-linear-gradient(315deg, #027cc4 50%, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, #027cc4 50%), linear-gradient(135deg, #027cc4 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(1.2em + 2px), calc(100% - 15px) calc(1.2em + 2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
}

.sorthlContent {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}


/*Hotel List Left Filter Styles*/

.hlFilter {
    width: 20%;
    /*background-color: pink;*/
    padding: 100px 10px 100px 10px;
}


/*.mapToggle {
    background-color: red;
}*/

.rangefilter,
.starRange,
.budgetRange {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 10px 0 0 0;
}


/*.numAdultsFilter {
    background-color: green;
}*/


/*Custom Range Slider*/

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
    background: #BDBDBD;
    /*border-radius: 1.3px;*/
}

input[type=range]::-webkit-slider-thumb {
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
    border: 1px solid #259FDA;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #259FDA;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #BDBDBD;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animation-duration: 0.2s;
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
    background: #BDBDBD;
    /*border-radius: 1.3px;*/
}

input[type=range]::-moz-range-thumb {
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
    border: 1px solid #259FDA;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #259FDA;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animation-duration: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}


/*Adults Filter*/

.aflabel {
    text-align: left;
    font-weight: bold;
    display: block;
}

.adultFilterToggleBox {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.adultFilterToggleBox {
    margin: 11px 0 18px 0;
    padding: 10px 15px 10px 15px;
    background-color: white;
    border: 2px solid #259FDA;
    border-radius: 5px;
}

.afBreak {
    width: 8px;
    height: 8px;
    background-color: #BDBDBD;
    border: 0px solid;
    border-radius: 50px;
}

.afValue {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.afValue input {
    border: 0px solid;
    width: 20px;
}

.afValueLabel {
    font-weight: bold;
}

.numAdultsFilter {
    margin: 10px 0 20px 0;
    position: relative;
    display: none;
}

.afbox {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 12px;
    background: #fff;
    padding: 24px 24px 20px 24px;
    min-width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.afButtons,
.cfButtons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.cfButtons {
    margin-top: 20px;
}

.afBoxBtnLabel {
    font-weight: bold;
}

.afValueContainer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.afInputValue input {
    margin: 0 10px 0 10px;
    border: 1px solid #259FDA;
    padding: 5px 0px 5px 0px;
    text-align: center;
}

.plusBtn button,
.minusBtn button {
    width: 32px;
    height: 32px;
    margin-right: 0;
    min-width: auto;
    background-color: #fff;
    color: #07c;
    border-color: #07c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0;
    border: 1px solid;
}

.toggleArrows {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.toggleArrows {
    opacity: 0.7;
}

.people-toggle-image {
    width: 14px;
}

.wrapper {
    width: 100%;
}

@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.yoke-panel {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    background-color: white !important;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, .05) !important;
}

.white-bg {
    background-color: white !important;
    border-color: white !important;
    padding: 0px 0 5px 0 !important;
}

.yoke-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.yoke-title>a {
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none !important;
}

.yoke-title>a:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

.panel-body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.checkBoxItem {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.checkBoxItem input {
    margin: 0 5px 0 0 !important
}

.checkBoxItem {
    margin-top: 5px;
}

.checkBoxItemLabel {
    color: #707070;
}

.panel-body {
    padding: 8px !important;
}

.starRangeValue,
.budgetRangeValue {
    color: black;
    font-weight: bold;
    text-decoration: none;
    cursor: none;
}

.starRangeValue:hover,
.budgetRangeValue:hover {
    color: black;
    text-decoration: none;
}

.viewMapCTA {
    background-color: #259FDA;
    padding: 20px 15px 20px 7px;
    border: 0 solid;
    border-radius: 50px;
    width: 90%;
    color: white !important;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.viewMapCTA:hover {
    text-decoration: none;
    opacity: 0.9;
}

.viewMapCTA img {
    width: 20px;
}

.mapToggle {
    padding: 10px;
    /* height: 100px; */
    background-image: url(/../__data/images/map-icon-background.png);
    background-attachment: fixed;
    background-size: 230px;
    margin: auto auto 18px auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 195px;
    border-radius: 50px;
    /* margin: auto; */
}

.hotel-list-wrapper {
    width: 100%;
}


/* Hiding all the mobile components */

.m-filterBarWrapper,
.hotelTile {
    display: none;
}


/*Responsive website -- Media Queries */


/*Media query for max-width - 1440px;*/

@media screen and (max-width: 1440px) {
    .hlPageContainer {
        width: 95%;
    }
    .hlInMaps {
        width: 69%;
    }
    .hlMainMap {
        width: 30%;
    }
}


/*Media query for max-width - 1024px;*/

@media screen and (max-width: 1024px) {
    .bmRow {
        width: auto !important;
        display: -ms-flexbox;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bfStayInfo {
        display: none;
    }
    .hlHeader {
        display: none;
    }
    .hotelTile {
        margin: 20px 0 0 0;
        border-radius: 20px;
        overflow: hidden;
        background-color: rgba(236, 238, 241, 0.5);
        height: auto;
        display: block;
    }
    .roundedAccor {
        display: none !important;
    }
    .htHeader {
        height: 250px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .htHeader:hover {
        opacity: 0.7;
    }
    .m-roomTypeWrapper {
        padding: 0 20px 20px 20px;
    }
    .htImage {
        width: 30%;
        height: 100%;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .hInfoName {
        font-weight: bold;
        font-size: 25px;
    }
    .htInfo {
        color: #259FDA;
        width: 70%;
        height: 100%;
    }
    .htInfo {
        text-align: left;
        padding: 20px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .hInfoPrice {
        font-size: 20px;
    }
    /*.hInfoNights {*/
    /*border: 1px solid;*/
    /*padding: 8px;*/
    /*margin: 10px 0 0 0;*/
    /*border-radius: 8px;*/
    /*font-size: 11px;*/
    /*color: white;*/
    /*background: #039edc;*/
    /*}*/
    .hInfoSuburb {
        margin: 6px 0 0 0;
    }
    .hInfoStars {
        margin: 10px 0 10px 0;
    }
    .ratingStars img {
        margin: 0 10px 0 0;
        height: 30px;
        width: 30px;
    }
    .default-image {
        height: 100%;
        width: 100%;
    }
    .htImage img {
        width: 300% !important;
        height: 109% !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .sorthl {
        padding: 0 0 20px 0;
    }
    .hlFilter {
        display: none;
    }
    .mapToggle {
        display: none !important;
    }
    /* Mobile Filter Trigger */
    .fbIcon {
        height: 20px;
        background-image: url("/__data/images/mobile-filter-icon.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 20px;
        /* background: red; */
        cursor: pointer;
    }
    .fbMapView {
        font-weight: bold;
        cursor: pointer;
    }
    .m-filterBarWrapper {
        /* Colors */
        background: white;
        color: #37A7DA;
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        z-index: 1;
        /* Styles */
        border-top: 1px solid #37A7DA;
        border-bottom: 1px solid #37A7DA;
        padding: 17px;
        /* Dimensions */
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .hlFilter,
    .hlMain {
        width: 100%;
        padding: 0;
    }
    .hlMain {
        margin-top: 30px;
    }
    .hlInMaps {
        padding: 0 0 0 0;
    }
    .hlWithFilter {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .hlmMainContentWrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .hlInMaps {
        margin-top: 30px;
        width: 100%;
    }
    .hlMainMap {
        width: 100%;
        position: static;
    }
}


/*Media query for max-width - 768px;*/

@media screen and (max-width: 768px) {
    .infoParent {
        width: 90%;
    }
    .infoTitle {
        width: 100%;
    }
    .infoValue {
        width: 100%;
        margin: 8px 0 0 0;
    }
    .specificInfo {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
}


/*Media query for max-width - 425px;*/

@media screen and (max-width: 425px) {
    .htHeader {
        height: auto;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .htInfo {
        width: 100%;
    }
    .hotel-list-wrapper {
        padding: 0 10px 0 10px;
    }
    .hlMapsFilter,
    .hlmfSearchCTA {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .shlSelect,
    .searchAgainBtn,
    .expandAllBtn,
    .hlmfAddress,
    .hlmfRadius,
    .hlmfCTA {
        margin: 10px 0 0 0;
    }
    .roomType {
        padding-left: 1%;
        width: 37%;
    }
    .roomType a {
        font-size: 13px;
    }
    .totalPrice {
        width: auto;
        font-size: 12px;
    }
    .bookNowCTA {
        width: 35%;
        margin-left: 0%;
    }
    .htImage {
        display: none;
    }
    .sorthlContent,
    .sorthl {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
}


/*Media query for max-width - 375px;*/

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


/*Media query for max-width - 320px;*/

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

.queryUpdateBtn {
    /*Dimensiosn*/
    width: 100%;
    margin: 15px 0 0 0;
    /*Flex Settings */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.hlUpdateBtn {
    font-size: 11px;
    padding-top: 5px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: .5px;
    color: white;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #039edc;
    /*Animations*/
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hlUpdateBtn:hover {
    opacity: 0.7;
}

.demo-section {
    text-align: center;
}

#equalizer {
    padding-right: 15px;
}

div.balSlider {
    margin: 11px 0 20px 0;
    width: 100%;
}

div.balSlider .k-slider-selection {
    display: none;
}

.balSlider {
    color: white;
    border: 0px solid transparent;
}

div.eqSlider {
    display: inline-block;
    margin: 1em;
    height: 122px;
    vertical-align: top;
}

.k-draghandle {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:active {
    border: 0px solid;
    background-color: #039edc;
}

.k-button:focus {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:focus-within {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:hover {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:active {
    border: 0px solid;
    background-color: #039edc;
}

.k-button:focus {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:focus-within {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:hover {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-label {
    display: none;
}


/*Test Codeeee*/

.toggleArrows {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.toggleArrows {
    opacity: 0.7;
}

.people-toggle-image {
    width: 14px;
}

.wrapper {
    width: 100%;
}

@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.yoke-panel {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    background-color: white !important;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, .05) !important;
}

.white-bg {
    background-color: white !important;
    border-color: white !important;
    padding: 0px 0 5px 0 !important;
}

.yoke-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.yoke-title>a {
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none !important;
}

.yoke-title>a:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

.panel-body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.checkBoxItem {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.checkBoxItem input {
    margin: 0 5px 0 0 !important
}

.checkBoxItem {
    margin-top: 5px;
}

.checkBoxItemLabel {
    color: #707070;
}

.panel-body {
    padding: 8px !important;
}

.starRangeValue,
.budgetRangeValue {
    color: black;
    font-weight: bold;
    text-decoration: none;
    cursor: none;
}

.starRangeValue:hover,
.budgetRangeValue:hover {
    color: black;
    text-decoration: none;
}

.viewMapCTA {
    background-color: #259FDA;
    padding: 20px 15px 20px 7px;
    border: 0 solid;
    border-radius: 50px;
    width: 90%;
    color: white !important;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.viewMapCTA:hover {
    text-decoration: none;
    opacity: 0.9;
}

.viewMapCTA img {
    width: 20px;
}

.mapToggle {
    padding: 10px;
    /* height: 100px; */
    background-image: url(/../__data/images/map-icon-background.png);
    background-attachment: fixed;
    background-size: 230px;
    margin: auto auto 18px auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 195px;
    border-radius: 50px;
    /* margin: auto; */
}

.hotel-list-wrapper {
    width: 100%;
}

.queryUpdateBtn {
    /*Dimensiosn*/
    width: 100%;
    margin: 15px 0 0 0;
    /*Flex Settings */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.hlUpdateBtn {
    font-size: 11px;
    padding-top: 5px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: .5px;
    color: white;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #039edc;
    /*Animations*/
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hlUpdateBtn:hover {
    opacity: 0.7;
}

.demo-section {
    text-align: center;
}

#equalizer {
    padding-right: 15px;
}

div.balSlider {
    margin: 11px 0 20px 0;
    width: 100%;
}

div.balSlider .k-slider-selection {
    display: none;
}

.balSlider {
    color: white;
    border: 0px solid transparent;
}

div.eqSlider {
    display: inline-block;
    margin: 1em;
    height: 122px;
    vertical-align: top;
}

.k-draghandle {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:active {
    border: 0px solid;
    background-color: #039edc;
}

.k-button:focus {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:focus-within {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:hover {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:active {
    border: 0px solid;
    background-color: #039edc;
}

.k-button:focus {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:focus-within {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-button:hover {
    border: 0px solid;
    background-color: #039edc !important;
}

.k-label {
    display: none;
}

.bmRow {
    width: 70%;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    /* background: yellow; */
}

.row {
    width: 100%;
}

.bfPaymentExistingCards {
    margin: 0 0 20px 0;
}

.bfExistingCardLabel,
.bfNewCardLabel {
    margin: 13px 0 0px 24px;
    width: 80%;
}

.bfNewCardLabel select {
    height: 30px;
    border-color: #027CC4;
}

.bfNickname {
    float: left;
    width: 50%;
}

.bfCardNumber {
    float: left;
    width: 15%;
}

.bfItem {
    margin: 0 0 10px 0;
    width: 100%;
}

.accordionWrapper {
    width: 75%;
}

.bfRowParentWrapper {
    width: 100%;
}

.summaryWrapper {
    width: 24%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .bfWrapper {
        /* Dimensions */
        width: 1300px;
    }
}

.bfWrapper {
    /* Flex */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.bfItem input {
    width: 100%;
    border: 1px solid #007cc4;
    border-radius: 10px;
    padding: 9px !important;
    font-size: 15px;
    color: #007cc4;
}

.bfItem textarea {
    border: 1px solid #007cc4;
    border-radius: 10px;
    color: #007cc4;
    margin-bottom: 2px !important;
}

.bsCostingValue {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bsCostingInfo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bsHotelInfoLabel {
    font-weight: bold;
    margin: 0 5px 0 0;
}

.searchScreenContainer {
    min-height: 90vh;
}

.bsHotel {
    margin: 0 0 25px 0;
}

.bsTravelInfoIcon,
.bsBookerInfoValue,
.bsBookerInfoEdit {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.accordionWrapper .panel-body {
    padding: 10px 20px 30px 20px !important;
}

.bsCostingRow {
    /* Dimensions */
    margin: 0 0 10px 0;
    /* Flex */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

#rcorners {
    color: white;
    border-radius: 10px;
    border: 2px solid #007cc4;
    padding: 30px;
    height: 100%;
    background-color: #007cc4;
    font-family: Roboto;
    font-size: 12px;
    text-align: left;
}

.bfAccHeadName {
    font-size: 16px;
}

.bfAccHeadRight {
    width: 10%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bfAccHeadLeft {
    width: 90%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.bsHotelInfoRow {
    /* Dimensions */
    margin: 10px 0 0 0;
    font-size: 12px;
    /* Flex */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bsHotelRating {
    margin: 10px 0 0 0;
}

.bsSendSms {
    display: -ms-flexbox;
    /*display: -webkit-box !important;*/
    /*display: flex !important;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bsSendSms {
    margin: 0 0 30px 0;
}

.bsSubmit {
    margin: 0 0 10px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.bsCanxPoloicy {
    //color: #f1c40f;
    line-height: 170%;
    text-align: center;
}

.bsCanxPolicy {
    //color: #f1c40f;
    line-height: 170%;
    text-align: center;
}

.bsSubmit:hover {
    opacity: 0.7;
}

.bsSendSms input {
    margin: 0 5px 0 0 !important;
}

.bsTravelInfo,
.bsBookerInfo {
    margin: 0 0 20px 0;
}

.pencil-wrapper {
    width: 70%;
}

.bsBookerInfoRow {
    /* Dimensions */
    margin: 0 0 10px 0;
    /* Flex */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bsTravelInfoRow {
    /* Dimensions */
    margin: 0 0 10px 0;
    /* Flex */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bsSendSms input {
    margin: 0;
}

.bsCostingLabel {
    font-weight: bold;
}

.bsCosting {
    font-size: 16px;
    margin: 20px 0 20px 0;
}

.bfItemNote {
    color: #007cc4;
    margin: -6px 0 4px 8px;
}

.bfItemTitle {
    color: #007CC4;
    margin: 0 0 5px 0;
}


/* .bfAccHeadMobile strong, .bfAccHeadSudInfo strong, .bfAccHeadCost strong{
    font-weight: 200 !important;
} */

.bfAccHeadCol1,
.bfAccHeadCol2,
.bfAccHeadCol3,
.bfAccHeadCol4,
.bfAccHeadCol5 {
    /* Colors and Dimensions */
    color: #007cc4;
    text-align: left;
    font-weight: lighter;
    width: 23%;
    /* Flex */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.panel-heading {
    /* Flex */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.bsCostingInfo {
    cursor: pointer;
}

.bsHotelInfoValue {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.star-filter,
.budget-filter {
    margin: 20px 0 20px 0;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #039edc !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: #039edc !important;
}

.irs-single{
    padding-top: 6px !important;
    margin-left: 3px !important
}

.irs-min, .irs-max{
    padding-top: 5px !important;
}

.irs--round .irs-bar {
    background-color: #039edc !important;
}

.irs--round .irs-handle {
    border: 2px solid #039edc !important;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -webkit-grab;
}

.irs--round .irs-handle:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.star-filter input,
.budget-filter input {
    border: 0px solid;
}

.nameNumberWrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/*Responsive website */


/*Media query for max-width - 1024px;*/

@media screen and (max-width: 1024px) {
    .balSlider {
        display: inline-block;
        background: green;
        width: 100%;
        /* height: 26px; */
        /* margin-right: 500px; */
    }
    .roomsLeft {
        width: auto;
        text-align: left;
        padding-right: 0;
        margin: 5px 0 0 0;
        font-size: 12px;
    }
}


/*END OF -- Media query for max-width - 1024px;*/


/*Media query for max-width - 768px;*/

@media screen and (max-width: 768px) {
    /* New Booking Responsiveness */
    .customForm {
        width: 100%;
    }
}


/* END OF -- Media query for max-width - 768px;*/


/*Media query for max-width - 425px;*/

@media screen and (max-width: 425px) {
    /* New Booking Responsiveness */
    .customDatepicker {
        margin-top: 0;
        /* Flex */
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
    .checkInDate,
    .checkOutDate {
        margin: 40px 0 0 0;
        width: 100%;
    }
    .customTravellers {
        /* Flex */
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
    .travellerSearch {
        width: 100%;
    }
    .ORdivision {
        margin: 40px 0 0 0;
        width: 100%;
    }
    .loadButton,
    .requestID {
        width: 100%;
        margin: 40px 0 0 0;
    }
    .searchResults {
        /* Flex */
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
    .selectSpan {
        width: 100%;
        margin: 40px 0 0 0;
    }
}


/*END OF -- Media query for max-width - 425px;*/


/*Media query for max-width - 375px;*/

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


/* END OF -- Media query for max-width - 375px;*/


/*Media query for max-width - 320px;*/

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


/*END OF -- Media query for max-width - 320px;*/

.bfErrorWrapper {
    background-color: #c91d2d;
    color: white;
    font-size: 18px;
    text-align: left;
    padding: 5px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /* flex-direction: row; */
    flex-direction: column;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bfErrorItem {
    padding: 5px 0;
}

/*Responsive website -- Media Queries */


/*Media query for max-width - 1440px;*/

@media screen and (max-width: 1440px) {
    .bmRow {
        width: 90%;
    }
    .hlPageContainer {
        width: 95%;
    }
    .hlInMaps {
        width: 69%;
    }
    .hlMainMap {
        width: 30%;
    }
}


/*Media query for max-width - 1024px;*/

@media screen and (max-width: 1024px) {
    .bfErrorWrapper {
        padding: 20px;
    }
    .accordionWrapper {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .summaryWrapper {
        width: 100%;
    }
    .bmRow {
        width: 100%;
        padding: 20px;
    }
    .bfWrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .hlFilter,
    .hlMain {
        width: 100%;
    }
    .hlMain {
        margin-top: 30px;
    }
    .hlWithFilter {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .hlmMainContentWrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .hlInMaps {
        margin-top: 30px;
        width: 100%;
    }
    .hlMainMap {
        width: 100%;
        position: static;
    }
}


/*Media query for max-width - 768px;*/

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


/*Media query for max-width - 425px;*/

@media screen and (max-width: 425px) {
    .bfAccHeadCol1,
    .bfAccHeadCol2,
    .bfAccHeadCol3,
    .bfAccHeadCol4,
    .bfAccHeadCol5 {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .panel-heading,
    .bfAccHeadLeft {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
}


/*Media query for max-width - 375px;*/

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


/*Media query for max-width - 320px;*/

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