body {
    background-color: #F5F8F9;
}

a {
    color: #3498DB;
    cursor: pointer;
}

.container {
    max-width: 1080px;
    margin: auto;
    padding: 0 10px;
    position: relative;
}

.panel {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #EAECED;
}

.panel-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDD;
}

.panel-header h3 {
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

.status {
    border-radius: 0;
}

.form-mask {
    right: 0;
}

.datepicker {
    padding-right: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABQUlEQVRoQ+1Y7QrCMAzMnkzfTH0zfTMpdBDQNrl8UMoy2A9rduZyyXX2oM2vY/P8qQisVrAU2FWBJxE9evIvImqfLZcbR2qhOxHd/mTW1tvdrne/LQQ0OJ8ZvkSAV8iSYMQzU4UvRYBLyVtrKrEgwQiHr4cpwIHcw9eJjXDU+EgLedwGnYUUAh63QQlwdwprITSJqPgicO64HrdB1Uh3ITQhND5liLd3IQ0Bzcak2RCXKYBuTGj8TytGb2RoQmh8OoHR6zG6vqyFULcZxReBszKjSkS5zQgnXQF0+KLiw4Y4KiEUJ4wA6ipofHoLRblNuZB1J45yoWUKoMOn7mnhz37YEG9PAHUVzREir65aMesMlAsJFUhRoM6FjH137XMh7h7GArofm7au5ELuX88GKALZFZbwSwGpQtnflwLZFZbwv2Me2DFHLlSlAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 24px;
}

.datalist {
    display: block;
}

.datalist li {
    padding: 0;
    margin-bottom: 15px;
}

.datalist-title p {
    margin: 0;
}

.datalist-image {
    max-width: 240px;
    margin: 15px;
    position: relative;
    overflow: hidden;
}

.datalist-image::after {
    font-family: Themify;
    content: "\e611";
    text-align: center;
    line-height: 125px;
    color: #FFF;
    font-size: 2em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    opacity: 0;
    transition: .25s;
}

.datalist-image img {
    width: 100%;
    display: block;
}

.datalist-image:hover img {
    transform: scale(1.25, 1.25);
}

.datalist-image:hover::after {
    opacity: 1;
}

.datalist-text {
    padding: 15px;
}

.datalist-text ul,
.rate-caption ul {
    list-style: disc;
}

.datalist-text li,
.rate-caption li {
    margin-bottom: 0;
    line-height: 1.5;
    display: list-item;
    background: none !important;
    border: none !important;
}

.master-header {
    margin: 0 auto 20px;
}

.master-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding-top: 20%;
    background-color: #F2F2F2;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.master-header .container {
    height: 100%;
    padding: 0;
}

.master-headline {
    padding-top: 210px;
    position: relative;
    padding: 20% 10px 0;
}

.master-logo {
    display: block;
    float: left;
    width: 160px;
    height: 160px;
    background-color: #FFF;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 1px solid #FFF;
    margin-top: -20px;
    z-index: 1;
    position: relative;
}

.master-caption {
    margin-left: 180px;
    margin-top: 20px;
}

.master-caption h1 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.25em;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 .5em;
}

.additional-caption {
    line-height: 1.75;
    margin: 0;
}

.rating-stars {
    font-family: FontAwesome;
    font-size: 1.45em;
    color: #FFC847;
    margin-top: -0.5em;
}

.stars-1::after {
    content: "\f005"
}

.stars-2::after {
    content: "\f005  \f005"
}

.stars-3::after {
    content: "\f005  \f005  \f005"
}

.stars-4::after {
    content: "\f005  \f005  \f005  \f005"
}

.stars-5::after {
    content: "\f005  \f005  \f005  \f005  \f005"
}

.bullet-item {
    white-space: nowrap;
    margin-right: 10px;
}

.bullet-item:first-child,
.bullet-item:last-child {
    display: block;
}

.master-body {
    padding-bottom: 20px;
}

.body {
    display: table;
    width: 100%;
}

.aside {
    width: 300px;
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
}

.main {
    display: table-cell;
    vertical-align: top;
}

.master-footer {
    background-color: #444;
    color: #DDD;
    padding: 5px 100px 15px;
    /* text-align: center; */
    height: 80px;
}

.copy_right {
    float: right;
    padding-top: 30px;
}

.filter-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.rate-list {
    list-style: none;
    margin: 0;
    padding: 0 0 1px;
}

.rate-list li {
    background-color: rgba(0, 0, 0, .04);
    margin: 1px 1px 0;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: none;
}

.rate-list li:last-child {
    border-bottom: none;
}


/* 
.rate-list button.primary {
    float: right;
}
*/

.rate-name {
    font-size: 1.125em;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 10px 15px;
}

.rate-name p {
    margin: 0;
    display: inline;
}


/* 
.alt-rate-name {
    margin-bottom: .5em;
}
*/

.alt-rate-price {
    font-size: 14px;
    margin-bottom: .5rem;
}

.estimate-reward {
    color: #090;
    font-size: 0.9em;
}

.rate-promo {
    color: #090;
}

.rate-caption {
    padding: 0 15px 15px;
    display: none;
}

.rate-list li.active .expand-indicator {
    transform: rotateZ(90deg);
}

.rate-list li.active .rate-caption {
    display: block;
}

.rate-action {
    width: 200px;
    float: right;
}

.tax-caption {
    font-size: 12px;
}

.caption-text {
    margin-right: 220px;
}

.breakdown-button {
    margin: .25em 0 .5em;
}

.rate-tnc-button {
    margin-top: .5em;
}

.rate-price-note {
    font-style: italic;
}

.readmore-text,
.readmore-button .less,
.readmore-button.active .more {
    display: none;
}

.readmore-text.active,
.readmore-button .more,
.readmore-button.active .less {
    display: inline;
}

.identifier .fa {
    display: none;
    font-size: 18px;
    margin-right: 6px;
}

.identifier.visa .fa-cc-visa,
.identifier.mastercard .fa-cc-mastercard,
.identifier.jcb .fa-cc-jcb,
.identifier.amex .fa-cc-amex,
.identifier.discover .fa-cc-discover,
.identifier.dinersclub .fa-cc-diners-club {
    display: inline-block;
}

.valid .form-label {
    color: #090;
}

.invalid .input-lable {
    color: #D00;
}

.form-indicator .fa {
    display: none;
}

.form-indicator {
    float: right;
}

.valid .form-indicator .fa-check,
.invalid .form-indicator .fa-times {
    display: inline-block;
}

.contact-card a {
    color: #333;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

.dialog {
    width: 480px;
    height: 320px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -240px;
    border-radius: 6px;
}

.dialog-body {
    padding: 20px;
    text-align: center;
}

.dialog-picture {
    width: 120px;
}

.dialog-action {
    margin-top: 20px;
}

.dialog-action ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dialog-action li {
    display: inline-block;
    padding: 6px;
}

.dialog-action a {
    display: block;
    font-size: 1.1em;
    line-height: 1;
    padding: 10px 16px;
    border: 1px solid #09F;
    border-radius: 40px;
    cursor: pointer;
}

.social-connect a {
    border: none;
    color: #FFF;
}

.facebook-connect {
    background-color: #44609D;
}

.dialog-action i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 4px;
}

.dialog-body iframe {
    width: 100%;
}

.dialog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
}

.breadcrumb {
    padding: 10px;
}

.breadcrumb ul {
    margin: 0;
    padding: 2px;
    float: left;
}

.owl-buttons .fa {
    font-size: 2em;
}

.owl-prev,
.owl-next {
    margin-left: 20px;
    margin-top: -15px;
}

.owl-prev,
.owl-next:hover {
    cursor: pointer;
}

#owl-extra .item {
    margin: 6px;
}

#owl-extra .item img {
    display: block;
    width: 100%;
    height: auto;
}

.product_name {
    margin: 5px 0;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}


/* 
.owl-item:hover {
    background-color: #3498DB;
    color: #FFFFFF;
}
 */

.post_ribbon {
    position: absolute;
    background: #1476B3;
    height: 25px;
    padding: 0 10px;
    top: 10px;
    right: -2px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    text-transform: capitalize;
}

.post_ribbon span {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    position: absolute;
}

span.ribbon_left_top {
    border-top-color: #1476B3;
    top: 0;
    left: -15px;
}

span.ribbon_left_bottom {
    border-bottom-color: #1476B3;
    bottom: 0;
    left: -15px;
}

span.ribbon_right_bottom {
    border-top-color: #125782;
    bottom: -30px;
    right: 0;
    z-index: -1;
}

.ui-spinner {
    width: 100%;
}

.jq-dropdown .flag-icon {
    width: 1.8em;
    line-height: 1.4em;
}

.rate_amenities,
.gift {
    list-style: none;
    margin: 0;
    padding: 0 0 1px;
}

.rate_amenities span,
.gift span {
    vertical-align: middle;
}

.rate_amenities {
    color: #32a923;
}

.gift {
    color: darkorange;
}

.rate_amenities li,
.gift li {
    background: none;
    margin: 5px;
    border-bottom: none;
}

.datalist-caption li {
    list-style: inside;
}