#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;
    height: 400px;
    float: left;
}

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

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

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

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

a {
    color: #17a9e7;
    text-decoration: none;
}

a:hover {
    color: #1076a1;
    text-decoration: underline;
}

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

.search-control-wrapper {
    float: left;
    border-top: 2px #fff solid;
}

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

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

.navbar {
    clear: both;
}


/* Widths */

.logo {
    width: 289px;
}

.user {
    /* Subtract padding from .logo and .login */
    width: 619px;
}

.search-control-wrapper {
    width: 100%;
}

.search-control-wrapper form {
    /* Subtract form padding and nav accommodation padding */
    width: 680px;
}

.nav-accommodation {
    width: 100%;
}

.logo a {
    display: block;
    padding: 20px;
}

.user {
    color: #808080;
    font-size: 0.9em;
    text-align: right;
    padding-top: 20px;
}

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

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
}

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

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

.radio,
.checkbox {
    min-height: 18px;
    padding-left: 18px;
}

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

.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px;
}

.input-micro {
    width: 30px;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning>label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.control-group.error>label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.control-group.success>label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.control-group.info>label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.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;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    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 {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.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 th,
.table-bordered td {
    border-left: 1px solid #ffffff;
}

.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;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    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 {
    height: auto;
    width: 100%;
    /*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.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;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2f96b4));
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

.btn-booking,
.btn-booking-excess,
.btn-booking-sold-out {
    text-align: left;
    text-transform: uppercase;
    padding-right: 4px;
    padding-left: 8px;
    border-radius: 14px;
    width: 124px;
}

.btn-booking img,
.btn-booking-excess img,
.btn-booking-sold-out img {
    padding-top: 3px;
    margin-left: 4px;
    float: right;
}


/* Non-interactive legend */

.result-legend .btn-booking,
.result-legend .btn-booking-excess,
.result-legend .btn-booking-sold-out {
    cursor: default;
}


/* Accommodation results */

.btn-booking {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #a8dc82;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aee289), to(#9fd478));
    background-image: -webkit-linear-gradient(top, #aee289, #9fd478);
    background-image: -o-linear-gradient(top, #aee289, #9fd478);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aee289), to(#9fd478));
    background-image: linear-gradient(to bottom, #aee289, #9fd478);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffaee289', endColorstr='#ff9fd478', GradientType=0);
    border-color: #9fd478 #9fd478 #76c23e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #9fd478;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-booking:hover,
.btn-booking:active,
.btn-booking.active,
.btn-booking.disabled,
.btn-booking[disabled] {
    color: #ffffff;
    background-color: #9fd478;
    *background-color: #91ce65;
}

.btn-booking:active,
.btn-booking.active {
    background-color: #83c851 \9;
}

.btn-booking-excess {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #4dbef0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4cc6fa), to(#4fb1e1));
    background-image: -webkit-linear-gradient(top, #4cc6fa, #4fb1e1);
    background-image: -o-linear-gradient(top, #4cc6fa, #4fb1e1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4cc6fa), to(#4fb1e1));
    background-image: linear-gradient(to bottom, #4cc6fa, #4fb1e1);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff4cc6fa', endColorstr='#ff4fb1e1', GradientType=0);
    border-color: #4fb1e1 #4fb1e1 #218dc2;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #4fb1e1;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-booking-excess:hover,
.btn-booking-excess:active,
.btn-booking-excess.active,
.btn-booking-excess.disabled,
.btn-booking-excess[disabled] {
    color: #ffffff;
    background-color: #4fb1e1;
    *background-color: #39a7dd;
}

.btn-booking-excess:active,
.btn-booking-excess.active {
    background-color: #259dd8 \9;
}

.btn-booking-sold-out:hover,
.btn-booking-sold-out:active,
.btn-booking-sold-out.active,
.btn-booking-sold-out.disabled,
.btn-booking-sold-out[disabled] {
    color: #ffffff;
    background-color: #b40e2c;
    *background-color: #9c0c26;
}

.btn-booking-sold-out:active,
.btn-booking-sold-out.active {
    background-color: #850a20 \9;
}

.btn-booking,
.btn-booking-excess {
    color: #093f68;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.btn-booking:hover,
.btn-booking-excess:hover {
    color: #093f68;
}


/* Find Accommodation */
.searchButtons {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    justify-content: center;
}

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

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


/* Accommodation nav */

.btn-accommodation-special {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d33054;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e83e63), to(#b41b3e));
    background-image: -webkit-linear-gradient(top, #e83e63, #b41b3e);
    background-image: -o-linear-gradient(top, #e83e63, #b41b3e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e83e63), to(#b41b3e));
    background-image: linear-gradient(to bottom, #e83e63, #b41b3e);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe83e63', endColorstr='#ffb41b3e', GradientType=0);
    border-color: #b41b3e #b41b3e #711127;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #b41b3e;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-accommodation-special:hover,
.btn-accommodation-special:active,
.btn-accommodation-special.active,
.btn-accommodation-special.disabled,
.btn-accommodation-special[disabled] {
    color: #ffffff;
    background-color: #b41b3e;
    *background-color: #9e1836;
}

.btn-accommodation-special:active,
.btn-accommodation-special.active {
    background-color: #88142f \9;
}

.btn-accommodation-group {
    color: #333333;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
    background-color: #e9ab47;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9b663), to(#ea9b1e));
    background-image: -webkit-linear-gradient(top, #e9b663, #ea9b1e);
    background-image: -o-linear-gradient(top, #e9b663, #ea9b1e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9b663), to(#ea9b1e));
    background-image: linear-gradient(to bottom, #e9b663, #ea9b1e);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe9b663', endColorstr='#ffea9b1e', GradientType=0);
    border-color: #ea9b1e #ea9b1e #ab6f10;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ea9b1e;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-accommodation-group:hover,
.btn-accommodation-group:active,
.btn-accommodation-group.active,
.btn-accommodation-group.disabled,
.btn-accommodation-group[disabled] {
    color: #333333;
    background-color: #ea9b1e;
    *background-color: #da8e14;
}

.btn-accommodation-group:active,
.btn-accommodation-group.active {
    background-color: #c37e12 \9;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #17a9e7;
    border-radius: 0;
}

.btn-link:hover {
    color: #1076a1;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover {
    color: #333333;
    text-decoration: none;
}


/* 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;
    margin-bottom: 0;
    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 {
    /* Form: Find Accommodation */
    /* Nav: Accommodation */
    /* Search Results */
    /* Legend */
}

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

.accommodation-search .search-sort .btn {
    margin-top: 10px;
    margin-left: 10px;
}

.accommodation-search .search-control-wrapper {}

.accommodation-search .search-control-wrapper form {
    color: #ffffff;
    padding: 0 20px 10px 20px;
    margin-left: 15%;
}

.accommodation-search .search-control-wrapper legend {
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 10px;
    border-bottom-color: #0089d0;
}

.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;
    float: left;
}

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

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


/* Updated for new GUI Oct 2018 */

* {
    -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/images/hotel-bg.jpg");
    background-size: cover;
    background-size: transparent;
    margin-top: 50px;
    min-height: 100%;
    height: auto;
}

.nav-page {
    height: auto;
    overflow: hidden;
    top: 0;
    position: fixed;
    width: 100%;
    background-color: #FFF;
    z-index: 10;
    white-space: nowrap;
}

.btn-round {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-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;
    transition: 0.3s;
}

.navTriggerBtn {
    cursor: pointer;
}

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


/* The Overlay (background) */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #051A4B;
    opacity: 0.97;
    overflow-x: hidden;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    margin-top: 70px;
}


/* Position the content inside the overlay */

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

.overlay-content-left {
    position: relative;
    text-align: right;
    float: left;
    width: 70%;
    height: 100%;
    padding: 5%;
}


/* The navigation links inside the overlay */

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-family: Roboto;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    /* Display block instead of inline */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* Transition effects on hover (color) */
}


/* When you mouse over the navigation links, change their color */

.overlay a:hover,
.overlay a:focus {
    color: #CCCCCC;
}


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

.search-para {
    margin: 0 0 50px;
    color: white;
    font-family: Roboto;
    font-weight: lighter;
    font-size: 2em;
    text-align: center;
}

.icon {
    vertical-align: middle;
    color: #259fda;
    font-size: 18px;
}

.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(#0f2453), color-stop(#0f2453), to(#0e2352));
    background-image: -webkit-linear-gradient(#0f2453, #0f2453, #0e2352);
    background-image: -o-linear-gradient(#0f2453, #0f2453, #0e2352);
    background-image: linear-gradient(#0f2453, #0f2453, #0e2352);
    border: 0;
    border-radius: 0px;
    vertical-align: bottom;
}

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

.search-combo-textarea {
    height: 80px !important;
    width: 740px !important;
    padding: 20px !important;
}

.standard-combo-textarea {
    height: 20px !important;
    width: 200px !important;
    padding: 12px !important;
}

.new-form-inline-datepicker {
    display: inline-block;
    width: 400px;
    margin-top: 60px;
}

.new-travellers {
    display: inline-block;
    width: 20%;
    margin-top: 60px;
    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;
}

body,
p,
td,
ul,
li,
input,
select,
textarea {
    color: #027cc4;
    font-family: Roboto;
    font-size: 14px;
    /* background: url(../__data/site/design/59/images/hotel-bg.jpg) no-repeat center center; */
    /* background-attachment: fixed; */
    /* background-size: cover; */
}

.formPages {
    font-size: 16px;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
}

.data {
    width: auto;
}

.bookingsSearch {
    margin-top: 30px;
    width: 100%;
}

.customContainer {
    max-width: 80%;
    margin: auto;
    text-align: left;
}

.exSearchInfo {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.inputSearchBox {
    border: 1px solid;
    border-radius: 10px !important;
    width: 40%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
}

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

.inputSearchBtn {
    margin-left: 20px;
    background-color: #027cc4;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.roundedWhiteBox {
    height: auto;
    padding: 20px;
    border: 0px solid;
    border-radius: 10px;
    background: white;
}

.ghistoryListings {
    padding-top: 30px;
    /*background: pink;*/
    height: auto;
    width: 100%;
}

.gHistoryText {
    margin-bottom: 10px;
}

.orderHistoryList {
    margin-top: 30px;
}

.travelerSearchField {
    width: 40%;
}

.travelerSearchField input {
    padding-left: 10px;
    width: 100%;
    border: 1px solid;
    border-radius: 10px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.travelerBtn input {
    color: white;
    border: 0px solid;
    border-radius: 10px;
    background-color: #027cc4;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 7px;
}

.orderHistoryList {
    background-color: white;
    border: 0px solid;
    border-radius: 10px;
    padding: 20px;
}

.previousAfterBtn {
    margin-top: 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;
}

.customWidth {
    margin: auto;
    width: 50%;
}


/*Responsive website */


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

@media screen and (max-width: 1024px) {
    .bmBookingInfo {
        display: none !important;
    }
    .mBookingsManagerTileWrapper {
        display: block;
    }
    .bmFilterSortOptions,
    .bmFilterOptions,
    .bmFilter,
    .bmSearchFilter {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .bmSelectFilter,
    .bmFilterText,
    .bmFutureBookingsSelected,
    .bmPastBookingsSelected {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .bmFilter,
    .bmFilterOptions {
        width: 100%;
    }
    .bmBooking,
    .bmImageGroup,
    .bmBookingGroup,
    .bmRefCost,
    .bmCheckInOut,
    .bmCheckInOut,
    .bmRating {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .bmTravellerHotel,
    .bmCheckIn,
    .bmCheckOut {
        margin-left: 0;
    }
    .bmPlaceHolder {
        display: none;
    }
    .bmTravellerHotel,
    .bmStayGroup,
    .bmRefCost,
    .bmCheckIn,
    .bmCheckOut,
    .bmratingsWrapper {
        margin: 15px 0 0 0;
    }
    .bmCheckIn,
    .bmCheckOut {
        width: 100%;
    }
    .bmratingsWrapper,
    .bmRating {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}


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


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

@media screen and (max-width: 768px) {
    .bmMainTabs {
        width: 90% !important;
    }
}


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


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

@media screen and (max-width: 425px) {
    .mBmTravellerBooker,
    .mBmHotelName,
    .mBmRoomType {
        width: 200px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


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

.bmMainTabs {
    width: 85%;
}
