﻿html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    color: black;
    font-family: Gibson-Regular, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    font-size: 16px;
}

/*Destinology 2.0 WebFonts*/

.Gibson-Regular {
    font-family: Gibson-Regular;
    font-weight: normal;
    font-style: normal;
}

.Gibson-SemiBold {
    font-family: Gibson-SemiBold;
    font-weight: normal;
    font-style: normal;
}

.Gibson-Light {
    font-family: Gibson-Light;
    font-weight: normal;
    font-style: normal;
}

p {
    /*line-height: 1.375rem;*/
    font-family: Gibson-Regular, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

a {
    color: #953def;
    text-decoration: none;
    cursor: pointer;
}

a:link {
    color: #953def;
}

a:active {
    color: #953def;
    text-decoration: none;
}

a:visited {
    color: #953def;
    text-decoration: none;
}

a:hover {
    color: #953def;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Gibson-SemiBold, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    text-align: center;
    color: black;
}

h1, .heading1 {
    font-size: 19px;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

@media screen and (min-with:768px) {
    h1, .heading1 {
        font-size: 26px;
        font-size: 1.625rem;
        letter-spacing: 2.2px;
        margin-bottom: 30px;
    }
}

h2 {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2px;
}

h3 {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 2px;
}

h4 {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 2px;
}

h5 {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 2px;
}

h6 {
    font-size: 11px;
    font-size: 0.69rem;
    letter-spacing: 2px;
}

h1.lato, h2.lato, h3.lato, h4.lato, h5.lato, h6.lato {
    font-family: Gibson-Regular, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    text-transform: none;
    text-align: left;
    letter-spacing: normal;
}

h1.lato {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 300;
}

h2.lato {
    font-size: 32px;
    font-size: 2rem;
}

h3.lato {
    font-size: 22px;
    font-size: 1.375rem;
}

h4.lato {
    font-size: 18px;
    font-size: 1.125rem;
}

h5.lato {
    font-size: 16px;
    font-size: 1rem;
}

h6.lato {
    font-size: 14px;
    font-size: 0.875rem;
}

em {
    font-style: normal;
}

/* Utility Classes*/

.container {
    position: relative;
}

.flex {
    display: flex;
}

.stretch {
    align-items: stretch;
}

.block {
    display: block;
}

.italic {
    font-style: italic;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

.column, .columns {
    min-height: 1px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* Global validation errors */
section.top-bar-section .validation-summary-errors,
.validation-summary-errors {
    border: 1pt solid #a94442;
    color: #a94442;
    margin-bottom: 0.5rem;
    background-color: #f2dede;
    padding: 0.2rem 0;
}

section.top-bar-section .validation-summary-errors ul,
.validation-summary-errors ul {
    list-style: none;
    margin: 0.5em !important;
}

section.top-bar-section .validation-summary-errors ul li,
.validation-summary-errors ul li {
    background-color: #f2dede !important;
}

.action-success {
    border: 1pt solid #3c763d;
    color: #3c763d;
    margin-bottom: 0.5rem !important;
    background-color: #dff0d8;
}

.action-success ul {
    list-style: none;
    margin: 0.5em;
}

input.form-control, select.form-control {
    color: #1f1f1f;
    font-size: 14px;
    border-radius: 4px;
    line-height: 1;
    height: 38px;
}

.form-control.validator_error {
    border: 2px solid red;
    border-radius: 4px;
}

.white-select {
    height: 100%;
    position: relative;
    display: block;
}

span.white-select ~ span {
    height: 50px;
}

.white-select select {
    -moz-appearance: none;
    padding: 0 7px 0 5px;
    background: #e6e6e6;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.white-select:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 2px;
    height: 34px;
    padding: 0 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #e6e6e6 url(https://www.destinology.co.uk/Content/Bookings/images/select-top-bot.png) no-repeat center center;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
}

input[type='checkbox'].inline {
    position: relative;
    top: 2px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    height: 1em;
}

input[type="radio"] {
    position: relative;
    top: 2px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bg-lightgrey {
    background-color: #CDCDCD;
}

/*---Section arrows ----*/

.relative {
    position: relative;
}

.arrow1f1f1f:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #1f1f1f;
}

.arrow333:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #333;
}

.arrow666:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #666;
}

.arrow6b32a6:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #6b32a6;
}

.arrowe6e6e6:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #e6e6e6;
}

/*--Style overrides for buttons--*/
.btn {
    font-size: 12px;
    color: #fff;
    font-family: Gibson-SemiBold, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    -o-letter-spacing: 2px;
    letter-spacing: 2px;
    line-height: 35px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    border: none;
    padding: 0;
}

.button-purple {
    background-color: #9544ec;
    border: none;
    color: white !important;
    padding: 5px 32px;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}

.button-purple:hover {
    background-color: #ac67f7;
}

.btn-default {
    border-radius: 1000px;
    text-transform: uppercase;
    margin: 5px 0;
    background: -webkit-linear-gradient(0deg, #8b4dc4, #5e3485);
    background: -o-linear-gradient(0deg, #8b4dc4, #5e3485);
    background: -moz-linear-gradient(0deg, #8b4dc4, #5e3485);
    background: linear-gradient(0deg, #8b4dc4, #5e3485);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
}

.btn-default,
.btn-default:active,
.btn-default:focus,
a.btn-default, a.btn-default.active,
a.btn-default:active,
a.btn-default:focus {
    border: none;
    color: #dcdcdc;
    background-color: #8b4dc4; /* Old browsers */
    background: -moz-linear-gradient(top, #8b4dc4 0%, #5e3485 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b4dc4), color-stop(100%,#5e3485)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8b4dc4 0%,#5e3485 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8b4dc4 0%,#5e3485 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8b4dc4 0%,#5e3485 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8b4dc4 0%,#5e3485 100%); /* W3C */
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.38);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.38);
    width: auto;
    padding: 0px 15px;
}

.btn-default:hover,
a.btn-default:hover {
    color: #fff;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
a.btn-primary, a.btn-primary.active,
a.btn-primary:active,
a.btn-primary:focus {
    display: block;
    background: -webkit-linear-gradient(top, #8b4dc4, #5e3485);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, top left, bottom left, from(#8b4dc4), to(#5e3485));
    background: linear-gradient(to bottom, #8b4dc4, #5e3485);
    /* W3C */
    font-size: 18px;
    font-weight: 300;
    color: #dcdcdc;
    padding: 16px 20px;
    border-radius: 0;
    text-align: left;
    font-family: Gibson-Regular, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    letter-spacing: normal;
    line-height: normal;
}

.btn-primary:hover, a.btn-primary:hover {
    color: #fff;
}

.btn-primary i {
    display: block;
    font-size: 14px;
    padding: 6px 5px 6px 6px;
    color: #3d1c60;
    border: 3px solid #3d1c60;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: -4px;
    float: right;
}

@-moz-document url-prefix() {
    .btn-primary i {
        margin-top: -28px;
    }
}

a.btn-info,
a.btn-info:link,
a.btn-info:active,
a.btn-info:focus,
a.btn-info.focus,
.btn-info {
    text-transform: uppercase;
    border: 1px solid #953def;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    background: none;
    color: #953def;
    height: 38px;
    padding: 0 12px;
    font-family: Gibson-SemiBold, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    -o-letter-spacing: 2px;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

a.btn-info:hover {
    background: #953def;
    color: white;
    border: 1px solid #953def;
}

a.btn-square,
a.btn-square:link,
a.btn-square:active,
.btn-square {
    font-size: 11px;
    color: #fff;
    font-family: Gibson-SemiBold, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #953def;
    background: #953def;
    padding: 0 10px;
    border-radius: 5px;
    transition: background 0.2s linear;
}

a.btn-square:hover, .btn-square:hover {
    background: transparent;
    color: #fff;
}

.btn-outline {
    border: 1px solid #f5a623;
    color: #f5a623;
    border-radius: 0;
    background: transparent;
    padding: 0 20px 0 15px;
    text-transform: uppercase;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
    color: #ffe324;
    border-color: #ffe324;
}

.btn-success {
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0;
    background: -webkit-linear-gradient(0deg, #429321, #b4ec51);
    background: -o-linear-gradient(0deg, #429321, #b4ec51);
    background: -moz-linear-gradient(0deg, #429321, #b4ec51);
    background: linear-gradient(0deg, #429321, #b4ec51);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
    padding: 0 15px;
}

.text-purple {
    color: #953def;
}

.left {
    float: left;
}

.btn-default.active + .btn-default {
    background-color: #585858;
    color: #9F9F9F;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    border: none;
    color: #fff;
    background-color: #642EA0;
}

/*-- Bootstrap Style overrides for nav --*/

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
}

.nav-pills > li > a {
    border-radius: 1000px;
}

.text-center ul.nav {
    display: inline-block;
}

.text-center ul.nav li {
    display: inline a;
    display-float: left;
}

/*--Bootstrap Style overrides for inputs--*/

input[type=text], input[type=email], select {
    color: #1f1f1f;
    border-radius: 2px;
    font-weight: 400;
    border: 1px solid #ccc;
}

*::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 1rem;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
    font-style: italic;
    font-size: 1rem;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
    font-style: italic;
    font-size: 1rem;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-style: italic;
    font-size: 1rem;
}

/*--Bootstrap Style overrides for inputs--*/
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #d3d3d3;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #652ea0;
    border-color: #652ea0;
}

.pagination > li > a, .pagination > li > span {
    color: #d3d3d3;
    text-decoration: none;
    background-color: #1f1f1f;
    border: 1px solid #1f1f1f;
}
/*======== Layout =========*/
div#content-container {
    padding-top: 52px;
}

.glyphicon.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.nobreadCrumbs {
    margin-top: 0;
}

/*========= Modal overrides =========*/

.close {
    float: right;
    font-size: 21px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: relative;
    top: 10px;
    right: 10px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: none;
    background: #3C3643;
}

.modal-dialog {
    background: #1f1f1f;
}

.modal-body {
    color: #1f1f1f;
}

.modal-open {
    overflow: hidden;
}

.modal-body .bigMap map {
    height: 70vh;
}

.modal-body .owl-pagination .owl-page {
    border: 1px solid #000;
}

.modal-body h1, .modal-body h2, .modal-body h3 {
    color: #1f1f1f;
}

.modal-footer {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .dropPadding {
        padding: 0;
    }

    .dropMargin {
        margin: 0;
    }
}

#videoModal .carousel-caption {
    position: static;
    z-index: 10;
    padding: 0;
    text-align: center;
}

.video-link {
    position: absolute;
    right: 0;
    margin-top: -90px;
}

.video-link span {
    background: #fff;
    padding: 15px;
    float: right;
}

.video-link a:hover span {
    background: #dedede;
}

.video-link i {
    display: block;
    text-align: left;
    margin-bottom: 0;
    color: #666;
}

.video-link a:hover i {
    color: #000;
}

.video-link span.glyphicon {
    height: 52px;
    width: 52px;
    font-size: 25px;
    background: #f1a523;
    padding-top: 15px;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 0;
}

@media only screen and (min-width: 768px) {
    .video-link span.glyphicon {
        height: 70px;
        width: 70px;
        font-size: 40px;
    }
}

.video-link a:hover span.glyphicon {
    color: #dedede;
    background: #f1a523;
}

.video-link span h4 {
    margin: 0 0 5px;
    color: #b6b6b6;
}

.video-link a:hover span h4 {
    color: #000;
}

.dwsChatTrigger {
    cursor: pointer;
}

.owl-hidden-image {
    display: none;
}

/* Search modal styling overrides */

.modal-search .modal-content {
    background-color: #3C3643;
}

/* Hotel info modal overrides */

.modal-info h3, modal-info h4,
.modal-info h5, modal-info p {
    color: #000;
}

.modal-info .modal-header {
    background: none;
}

.modal-info .modal-header .close {
    color: #000;
}

.modal-info .nav {
    border-bottom: 1px solid #C8C8C8;
}

.modal-info .nav li a {
    border-radius: 0;
    background: none;
    color: #C8C8C8;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.modal-info .nav li.active a {
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #652EA0;
    color: #000;
}

.modal-info .nav li.active a:hover,
.modal-info .nav li.active a:focus {
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #652EA0;
    color: #000;
}

.well {
    color: #333;
}

/*==================================
Loading Overlay
==================================*/

.isloading-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.isloading-overlay .isloading-wrapper {
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    position: relative;
    background-clip: padding-box;
    margin: 0 auto;
    padding: 15px;
    top: 5%;
    width: 70%;
    max-width: 500px;
    z-index: 9000;
    min-width: 250px;
    background-color: #3C3643;
}

.isloading-overlay .header {
    font-size: 22px;
    font-weight: 300;
}

.isloading-overlay .loading-box {
    border-bottom: 2px solid #333;
    padding: 15px;
}

.isloading-overlay .loading-icon {
    text-align: center;
    padding: 15px;
}

.alternate-image, .alternate-image img {
    max-width: 100%;
}

.bg-darkgrey {
    background: #1F1F1F;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

@media screen and (max-width: 768px) {
    .col-centered {
        /* override as casuing viewport oddities on mobile */
        margin-right: 0;
    }
}

.row-centered {
    text-align: center;
}

.fakea:hover {
    cursor: pointer;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.tooltip-inner {
    background: #E6E6E6;
    padding: 10px;
    font-weight: normal;
    text-align: left;
    color: #1f1f1f;
}

#search-panel, #search-panel-mobile {
    background: #1F1F1F;
    position: absolute;
    z-index: 50;
    display: none;
    width: 100%;
    padding: 20px 0 65px 0;
    border-top: solid 1px #9A60CF;
    border-bottom: solid 3px #9A60CF;
}

#search-panel .nav-tabs {
    margin-bottom: 20px;
}

#search-panel .nav-tabs li a:hover, #search-panel-mobile .nav-tabs li a:hover, #search-panel .nav-tabs li a:active, #search-panel-mobile .nav-tabs li a:active {
    background: none;
    border-left: none;
    border-right: none;
    border-top: 0;
}

#search-panel .nav-tabs li a, #search-panel-mobile .nav-tabs li a {
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    color: #726b76;
}

#search-panel .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, #search-panel-mobile .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #1F1F1F;
    border-bottom: 3px solid #726b76;
    color: #fff;
}

#search-panel #nav li a:hover, #search-panel-mobile #nav li a:hover {
    background: #1F1F1F;
}

#search-panel .search-icons .sprite-icon {
    display: inline-block;
    height: 100px;
    width: 150px;
}

#search-panel .search-icons {
    opacity: 0.5;
    text-align: right;
}

#search-panel label, #search-panel-mobile label {
    color: #ccc;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#nav #search-panel .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    color: #1f1f1f;
}

#nav #search-panel .dropdown-menu li a {
    color: #1f1f1f;
}

#nav #search-panel .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #337ab7;
    outline: 0 none;
    text-decoration: none;
}

#nav #search-panel .close {
    font-size: 40px;
}

#hotelAvailability {
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
}

#hotelAvailability .modal-lg {
    margin: 0 auto;
}

.processing {
    width: 600px;
    margin: 0 auto;
}

.no-pointer {
    cursor: default;
}
