﻿.tooltip-inner {
    color: #ffffff;
    text-align: left;
    padding: 10px 15px 15px;
    background-color: #ea7c14 !important;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.45);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ea7c14;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ea7c14;
}

.rh-container-bg-medium {
    background-color: #f9f9f9;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.rh-text-color-action {
    color: #ff8816;
}

.btn-action {
    color: #fff;
    background-color: #00b900;
    border-color: #00b900;
    font-weight: 700;
}

    .btn-action:hover {
        color: #fff;
        background-color: #008600;
        border-color: #007c00;
    }

.btn-secondary {
    color: #fff;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

    .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
        background-color: #9b9b9b;
        border-color: #9b9b9b;
    }

    .btn-secondary:hover, .btn-secondary:focus {
        color: #fff;
        background-color: #828282;
        border-color: #7c7c7c;
    }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: all !important;
}

.rh-text-color-extra-light {
    color: #d4d4d4 !important;
}

.rh-text-color-light {
    color: #ababab !important;
}

.rh-text-color-medium {
    color: #696969;
}

.rh-text-color-dark {
    color: #414141;
}

.rh-text-bold {
    font-weight: 700;
}

#availability-helper {
    position: relative;
}

#receipt.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
    background: #fff;
}

.rh-receipt {
    padding: 5px;
}

.rh-receipt-part {
    position: relative;
    padding-bottom: 10px;
}

    .rh-receipt-part .rh-receipt-part {
        margin: 5px 0;
        padding: 10px 0;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
    }

        .rh-receipt-part .rh-receipt-part .rh-receipt-label {
            position: relative;
            z-index: 1;
        }

            .rh-receipt-part .rh-receipt-part .rh-receipt-label .rh-popover {
                display: none;
            }

        .rh-receipt-part .rh-receipt-part .rh-receipt-value {
            float: right;
        }

    .rh-receipt-part .rh-receipt-add-icon.glyphicon-plus {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -20px;
        line-height: 20px;
        width: 40px;
        height: 20px;
        background-color: #f9f9f9;
        text-align: center;
    }

    .rh-receipt-part .rh-icon-equal-sign {
        position: absolute;
        left: 100%;
        top: 50%;
        margin: -2px 0 0 -21px;
        display: inline-block;
        font-weight: 700;
        font-size: 24px;
        line-height: 14px;
    }

    .rh-receipt-part .glyphicon-search {
        top: 5px;
        margin-left: 5px;
    }

    .rh-receipt-part.rh-receipt-part-dates {
        border-bottom: 1px solid #dcdcdc;
        margin: 5px 0 0 0;
        padding: 10px 0;
    }

    .rh-receipt-part .rh-arrival-date, .rh-receipt-part .rh-departure-date {
        display: inline-block;
        float: left;
        width: 50%;
        text-align: center;
    }

        .rh-receipt-part .rh-arrival-date .rh-receipt-label, .rh-receipt-part .rh-departure-date .rh-receipt-label {
            display: block;
            margin-bottom: 5px;
            color: #9d9d9d;
        }

        .rh-receipt-part .rh-arrival-date .rh-receipt-value, .rh-receipt-part .rh-departure-date .rh-receipt-value {
            display: block;
            font-weight: 700;
            font-size: 16px;
        }

    .rh-receipt-part .rh-receipt-full-part .rh-receipt-label {
        font-weight: 700;
        border-bottom: 1px solid #dcdcdc;
        margin: 5px 0;
        padding: 10px 0;
        display: block;
    }

    .rh-receipt-part .rh-receipt-full-part .rh-receipt-price-row {
        padding: 5px 0;
    }

        .rh-receipt-part .rh-receipt-full-part .rh-receipt-price-row .rh-receipt-label {
            font-weight: 700;
            border-bottom: none;
            margin: 0;
            padding: 0;
            display: inline;
        }

        .rh-receipt-part .rh-receipt-full-part .rh-receipt-price-row.rh-receipt-price-row-total {
            font-size: 16px;
            margin-top: 5px;
        }

@media(min-width:768px) {
    .rh-receipt-part .rh-receipt-part {
        float: left;
        width: 50%;
    }

        .rh-receipt-part .rh-receipt-part .rh-receipt-value {
            float: left;
        }

        .rh-receipt-part .rh-receipt-part .rh-receipt-label {
            display: block;
        }

    .rh-receipt-part .rh-receipt-add-icon.glyphicon-plus {
        margin: -10px 0 0 -40px;
    }

    .rh-receipt-part .rh-arrival-date, .rh-receipt-part .rh-departure-date {
        text-align: left;
    }

        .rh-receipt-part .rh-arrival-date .rh-receipt-label, .rh-receipt-part .rh-departure-date .rh-receipt-label {
            margin-bottom: 0;
            color: #7b7b7b;
        }

        .rh-receipt-part .rh-arrival-date .rh-receipt-value, .rh-receipt-part .rh-departure-date .rh-receipt-value {
            font-size: 14px;
        }
}

.rh-receipt-part .rh-popover {
    display: block;
    left: 120px;
    top: 5px;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 99;
}

@media(min-width:1200px) {
    .rh-receipt-part .rh-popover {
        left: 175px;
    }
}

.rh-receipt-price-row-total {
    padding-top: 0;
    margin-top: 0;
    border-top: solid 1px #d4d4d4;
}

.rh-receipt-part .rh-receipt-icon {
    margin-right: 15px;
    float: left;
    font-size: 42px;
    color: #e2e2e2;
}

    .rh-receipt-part .rh-receipt-icon.glyphicon-euro {
        position: absolute;
        left: 10px;
        top: 15px;
    }

#house-price, #extra-costs {
    cursor: pointer;
}

    #house-price.active, #extra-costs.active {
        margin: -10px 0 -10px 0;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 3px 8px 2px rgba(0,0,0,.15);
    }

@media(min-width:768px) {
    #house-price.active, #extra-costs.active {
        height: 60px;
    }
}

.rh-extra-costs-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0;
    lefT: 0;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 8px 2px rgba(0,0,0,.15);
    z-index: 12;
}

    .rh-extra-costs-dropdown table {
        width: 100%;
    }

        .rh-extra-costs-dropdown table tr td {
            padding: 7px 0;
            border-bottom: 1px solid #dcdcdc;
        }

@media(max-height:700px) {
    .rh-extra-costs-dropdown {
        height: 140px;
        overflow: auto;
    }
}

@media(min-width:768px) {
    .rh-receipt-part {
        margin-bottom: 0;
    }

    .rh-receipt-part-dates, .rh-receipt-part-costs {
        float: left;
        width: 50%;
        height: 63px;
        margin: 0;
        padding: 0;
    }

    .rh-extra-costs-dropdown {
        min-width: 0;
        left: -100px;
        width: calc(100% + 100px);
    }

    .rh-receipt-part-totals {
        float: left;
        width: 100%;
    }

    #receipt .rh-status {
        position: absolute;
        left: 0;
        bottom: 30px;
    }

    #receipt .rh-reservation-buttons {
        position: absolute;
        left: 0;
        bottom: 30px;
        bottom: 20px;
    }
}

@media(min-width:992px) {
    .rh-receipt-part-dates {
        width: 25%;
    }

    .rh-receipt-part-costs {
        width: 35%;
    }

    .rh-receipt-part-totals {
        padding-left: 15px;
        width: calc(40% - 15px);
        padding-top: 15px;
    }

    .rh-receipt-part .rh-receipt-full-part .rh-receipt-label {
        margin: 0;
        padding: 0;
        border: none;
    }

    .rh-receipt-part .rh-receipt-full-part .rh-receipt-price-row {
        padding: 0;
    }

    .rh-receipt-value {
        font-size: 14px;
    }
}

@media(min-width:1200px) {
    .rh-receipt-part-dates {
        width: 30%;
    }

    .rh-receipt-part-costs {
        width: 35%;
    }

    .rh-receipt-part-totals {
        width: calc(35% - 15px);
    }

    .rh-receipt-part .glyphicon-plus, .rh-receipt-part .rh-icon-equal-sign {
        margin-top: 0;
    }

    .rh-receipt-part .rh-receipt-add-icon.glyphicon-plus {
        margin: -5px 0 0 -40px;
    }
}

@media(min-width:1200px) {
    .rh-receipt {
        padding: 5px 0 5px;
    }

    .rh-receipt-part .rh-departure-date {
        margin-left: -57px;
    }

    .rh-receipt-part .rh-receipt-full-part {
        padding-left: 60px;
        margin-left: 0;
        width: 100%;
        float: left;
    }

    .rh-receipt-price-row-total {
        padding-top: 5px;
        margin-top: 5px;
        border-top: solid 1px #d4d4d4;
    }
}

.rh-calendar-controls {
    padding: 15px;
}

    .rh-calendar-controls .form-group {
        display: inline-block;
    }

        .rh-calendar-controls .form-group .fetch-previous-set-of-months {
            margin-right: 5px;
        }

    .rh-calendar-controls .rh-input-startdate {
        position: relative;
        top: 1px;
        max-width: 140px;
    }

.availability-navigation-bottom .rh-calendar-controls .rh-input-startdate, .rh-booking-summary.fixed .rh-arrival-date {
    display: none;
}

@media(max-width:480px) {
    .rh-calendar-controls .form-group {
        display: block;
    }

        .rh-calendar-controls .form-group input {
            width: 100%;
            max-width: none;
        }
}

.rh-extra-cost-list {
    margin-bottom: 15px;
}

    .rh-extra-cost-list li {
        padding: 10px 0;
        border-bottom: 1px solid #dcdcdc;
    }

.rh-popover {
    cursor: pointer;
}

.rh-dropdown-group select {
    width: 33%;
    float: left;
    border-left-width: 0;
}

    .rh-dropdown-group select:first-child {
        border-left-width: 1px;
    }

.rh-dropdown-group .rh-dropdown-day {
    width: 28%;
}

.rh-dropdown-group .rh-dropdown-month {
    width: 41%;
}

.rh-dropdown-group .rh-dropdown-year {
    width: 31%;
}

.rh-btn-reservation {
    margin: 15px 0 30px 0;
    padding: 15px 36px;
    white-space: normal;
}

.rh-btn-reservation-lg {
    font-size: 18px;
    padding: 10px 35px;
}

.rh-reservation-submit-block {
    padding: 20px 0;
    font-size: 18px;
}

    .rh-reservation-submit-block input[type=checkbox] {
        margin-top: 7px;
    }

.rh-link {
    cursor: pointer;
}

@media(max-width:767px) {
    .rh-house-receipt .rh-receipt .rh-receipt-part {
        padding-bottom: 0;
    }

        .rh-house-receipt .rh-receipt .rh-receipt-part.rh-receipt-part-dates {
            padding-top: 0;
            margin-top: 0;
        }

        .rh-house-receipt .rh-receipt .rh-receipt-part .rh-arrival-date .rh-receipt-label, .rh-house-receipt .rh-receipt .rh-receipt-part .rh-departure-date .rh-receipt-label {
            display: none;
        }

        .rh-house-receipt .rh-receipt .rh-receipt-part .rh-receipt-add-icon.glyphicon-plus {
            margin: -20px 0 0 -40px;
        }

        .rh-house-receipt .rh-receipt .rh-receipt-part .rh-receipt-full-part .rh-receipt-label, .rh-house-receipt .rh-receipt .rh-receipt-part .rh-receipt-full-part .rh-receipt-price-row {
            margin: 0;
            padding: 1px 0;
        }

        .rh-house-receipt .rh-receipt .rh-receipt-part .rh-receipt-full-part .rh-receipt-label {
            display: none;
        }

        .rh-house-receipt .rh-receipt .rh-receipt-part .rh-receipt-full-part .rh-receipt-price-row .rh-receipt-label {
            display: inline;
        }

    .rh-house-receipt .rh-receipt .rh-receipt-part-costs .rh-receipt-part {
        width: 50%;
        float: left;
        margin: 0;
    }

        .rh-house-receipt .rh-receipt .rh-receipt-part-costs .rh-receipt-part .rh-receipt-label, .rh-house-receipt .rh-receipt .rh-receipt-part-costs .rh-receipt-part .rh-receipt-value {
            display: block;
            float: none;
        }
}

@media(min-width:768px) {
    .rh-house-receipt .rh-receipt .rh-receipt-part-dates {
        width: 30%;
        border-bottom: none;
    }

    .rh-house-receipt .rh-receipt .rh-receipt-part-costs {
        width: 40%;
        border-bottom: none;
    }

    .rh-house-receipt .rh-receipt .rh-receipt-part-totals {
        width: 30%;
    }

    .rh-house-receipt .rh-receipt .rh-receipt-part .rh-receipt-part {
        border-bottom: 0;
    }

    .rh-house-receipt .rh-receipt .rh-receipt-part .rh-receipt-full-part .rh-receipt-label, .rh-house-receipt .rh-receipt .rh-receipt-part .rh-receipt-full-part .rh-receipt-price-row {
        margin: 0;
        padding: 1px 0;
    }
}

.rh-house-receipt .rh-receipt-part .rh-popover {
    display: none !important;
}

.rh-verified-review {
    padding-left: 55px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    .rh-verified-review.rh-inline {
        padding-left: 0;
        font-size: 18px;
        font-weight: 300;
        margin: 10px 0;
    }

    .rh-verified-review span.glyphicon {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -25px;
        font-size: 40px;
    }

    .rh-verified-review.rh-inline span.glyphicon {
        position: static;
        margin-top: 0;
        float: left;
        font-size: 16px;
        margin-right: 5px;
        margin-top: 3px;
    }

    .rh-verified-review h2 {
        margin-bottom: 0;
    }

    .rh-verified-review p {
        margin-bottom: 0;
    }

    .rh-verified-review .rh-link {
        padding: 0;
        background-color: transparent;
        color: #2a52b8;
        vertical-align: initial;
    }

    .rh-verified-review.rh-inline .rh-link {
        margin-left: 5px;
        font-size: 16px;
    }

#availability-prices {
    z-index: 200;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    border-top: 1px solid #ccc;
    margin-top: -1px;
}

.rh-house-owner-container h3 {
    margin-bottom: 35px;
}

.rh-house-owner-container .rh-house-user {
    width: 150px;
    height: 150px;
    border: solid 3px #fff;
    box-sizing: border-box;
    display: block;
    z-index: 111;
    margin-bottom: 20px;
}

    .rh-house-owner-container .rh-house-user figcaption {
        display: none;
    }

    .rh-house-owner-container .rh-house-user img {
        border-radius: 100% 100% 0 100%;
        -moz-border-radius: 100% 100% 0 100%;
        -webkit-border-radius: 100% 100% 0 100%;
        -khtml-border-radius: 100% 100% 0 100%;
    }

.rh-house-owner-container .rh-house-owner-info {
    display: block;
    margin-bottom: 40px;
}

    .rh-house-owner-container .rh-house-owner-info span {
        display: block;
    }

.rh-house-owner-container .rh-house-owner-extra {
    margin-bottom: 25px;
}

    .rh-house-owner-container .rh-house-owner-extra .rh-house-owner-nr small {
        display: block;
        font-size: 11px;
        margin-bottom: 0;
        margin-top: -4px;
        color: #afafaf;
    }

    .rh-house-owner-container .rh-house-owner-extra a, .rh-house-owner-container .rh-house-owner-extra .rh-house-owner-nr {
        float: left;
        color: #808080;
        text-decoration: none;
    }

    .rh-house-owner-container .rh-house-owner-extra .rh-house-owner-glyphicon {
        float: left;
        margin-right: 10px;
    }

        .rh-house-owner-container .rh-house-owner-extra .rh-house-owner-glyphicon:before {
            font-size: 28px;
            color: #bfbfbf;
        }

.rh-house-owner-btn {
    margin-top: 25px;
    margin-bottom: 35px;
}

@media(max-width:480px) {
    .rh-house-owner-btn .btn-link {
        padding: 0;
        margin-top: 10px;
    }
}

@media(min-width:768px) {
    .rh-house-owner-container .rh-house-user {
        float: left;
        margin-bottom: 0;
    }

    .rh-house-owner-container .rh-house-owner-info {
        max-width: 230px;
        float: left;
        margin-left: 50px;
        margin-bottom: 20px;
    }
}

.rh-feature-row {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.row:first-child .rh-feature-row {
    margin-top: 10px;
}

.row:last-child .rh-feature-row {
    border-bottom: none;
}

.rh-feature-row label {
    font-size: 15px;
}

.rh-feature-text {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

    .rh-feature-text p {
        white-space: pre-line;
        word-wrap: break-word;
    }

@media(min-width:768px) {
    .rh-feature-row ul li {
        width: 50%;
        float: left;
    }
}

.rh-blueprint {
    max-width: 100%;
    width: auto;
    float: left;
    margin-right: 20px;
}

.rh-review-list {
    line-height: 26px;
}

.rh-reviews-list li {
    margin-bottom: 26px;
}

.rh-review-based-on {
    font-weight: bold;
    color: #2a52b8;
    margin-bottom: 15px;
}

.rh-review-name {
    font-size: 16px;
    margin-bottom: 10px;
}

#extraInfoSelectExcessive {
    margin-top: -30px;
    margin-bottom: 30px;
}

.rh-extra-info-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}

    .rh-extra-info-tabs li {
        display: block;
        float: none;
    }

        .rh-extra-info-tabs li a {
            display: block;
            padding: 0;
            border: none;
            border-radius: 0;
            font-size: 20px;
            font-weight: 300;
            margin-bottom: 10px;
            color: #808080;
        }

            .rh-extra-info-tabs li a:hover {
                background-color: transparent;
                border: none;
            }

        .rh-extra-info-tabs li.active a, .rh-extra-info-tabs li.active a:hover, .rh-extra-info-tabs li.active a:focus {
            background-color: transparent;
            border: none;
            color: #ff6a00;
        }

.rh-extra-info-more-block {
    position: relative;
    height: auto;
    max-height: 160px;
    margin-bottom: 20px;
}

    .rh-extra-info-more-block:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        background: url(/Images/readmore-overlay_medium.png) repeat-x;
    }

    .rh-extra-info-more-block.show:after {
        content: none;
    }

.rh-extra-info-tabs .rh-media-item img {
    cursor: pointer;
}

@media(max-width:767px) {
    .rh-extra-info-more-block:after {
        background: url(/Images/readmore-overlay.png) repeat-x;
    }
}

.rh-extra-info .rh-carousel {
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

    .rh-extra-info .rh-carousel .rh-control {
        display: block;
    }

        .rh-extra-info .rh-carousel .rh-control.rh-control-prev {
            background: url(/Images/carousel-control-left-side.png) repeat-y top left;
        }

        .rh-extra-info .rh-carousel .rh-control.rh-control-next {
            background: url(/Images/carousel-control-right-side.png) repeat-y top right 0;
        }

.rh-extra-info-single-images {
    margin-bottom: 30px;
    margin-top: 20px;
}

    .rh-extra-info-single-images img {
        width: 100%;
    }

@media print {
    .rh-extra-info-more-block {
        max-height: none;
    }
}

.rh-availability-offers {
    position: relative;
    padding: 20px 0 20px 90px;
    min-height: 105px;
}

.rh-availability-offer-image {
    position: absolute;
    top: 20px;
    left: 0;
    width: 64px;
    border: solid 3px #fff;
    border-radius: 100%;
}

@media(min-width:768px) {
    .rh-availability-offers {
        padding-left: 155px;
    }

    .rh-availability-offer-image {
        left: 50px;
    }
}

#calendar {
    padding-top: 30px;
}

@media(min-width:992px) {
    #calendar {
        padding-bottom: 30px;
    }
}

.rh-calendar-legenda ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#reset-period {
    position: absolute;
    display: none;
    z-index: 1;
}

    #reset-period .reset-btn {
        width: 40px;
        height: 40px;
        line-height: 35px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        background: #2a52b8;
        display: block;
        border: 2px solid #fff;
    }

        #reset-period .reset-btn.end {
            border-radius: 0 50% 50% 50%;
            position: relative;
            z-index: 1;
            box-shadow: 3px 0 15px 2px rgba(0,0,0,.2);
        }

        #reset-period .reset-btn.start {
            border-radius: 20px 20px 0 20px;
            box-shadow: -3px 0 15px 2px rgba(0,0,0,.2);
        }

            #reset-period .reset-btn.start:hover {
                width: 120px;
                margin-left: -80px;
            }

        #reset-period .reset-btn .rh-delete-selection-calendar {
            display: none;
        }

        #reset-period .reset-btn.start:hover .rh-delete-selection-calendar {
            display: block;
            font-size: 12px;
            margin-top: 1px;
            float: right;
            margin-right: 10px;
        }

.reservation-btn-calendar, .reservation-btn-calendar:hover {
    position: absolute;
    right: -120px;
    top: 0;
    width: 140px;
    padding: 10px 10px 10px 15px;
    background-color: #00b900;
    color: #fff;
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 14px;
    height: 40px;
    text-decoration: none;
    border: 2px solid #fff;
    box-shadow: 0 3px 20px -5px rgba(0,0,0,.8);
    font-weight: 700;
}

@media(max-width:767px) {
    .reservation-btn-calendar {
        display: none !important;
    }
}

@media(min-width:768px) {
    #calendar .row .col-sm-6:nth-child(even) .reservation-btn-calendar {
        right: auto;
        left: -50%;
        margin-left: -100px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 10px 30px 10px 0;
        width: 160px;
    }
}

@media(min-width:992px) {
    #calendar .row .col-sm-6:nth-child(even) .reservation-btn-calendar {
        right: -120px;
        left: auto;
        margin-left: 0;
        top: 0;
        width: 140px;
        padding: 10px 10px 10px 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    #calendar .row .col-sm-6:nth-child(3n+3) .reservation-btn-calendar {
        right: auto;
        left: -50%;
        margin-left: -100px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 10px 30px 10px 0;
        width: 160px;
    }
}

#availability-helper {
    padding: 5px 0;
}

    #availability-helper [data-toggle=tooltip], #availability-prices-overview [data-toggle=tooltip] {
        font-size: 18px;
    }

    #availability-helper .rh-availability-helper-startdate, #availability-helper .rh-availability-helper-enddate, #availability-helper .rh-availability-helper-receipt {
        display: none;
    }

        #availability-helper .rh-availability-helper-startdate.active, #availability-helper .rh-availability-helper-enddate.active, #availability-helper .rh-availability-helper-receipt.active {
            display: block;
        }

        #availability-helper .rh-availability-helper-receipt #receipt-container {
            min-height: 134px;
        }

        #availability-helper .rh-availability-helper-startdate .h2, #availability-helper .rh-availability-helper-enddate .h2 {
            font-size: 20px;
        }

.rh-arrow-down-availability-helper {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ff8816;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

#receipt.fixed .rh-arrow-down-availability-helper {
    display: none;
}

.rh-calendar-legenda {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow-x: auto;
}

@media(min-width:768px) {
    .rh-calendar-legenda {
        margin: 0;
        white-space: normal;
    }
}

.rh-calendar-legenda li {
    margin: 0;
    padding: 4px;
    display: inline-block;
    line-height: 18px;
}

    .rh-calendar-legenda li[data-date-range].rh-date-highlighted, .rh-calendar-legenda li[data-date-type].rh-date-highlighted {
        cursor: pointer;
        color: #fff;
        background: #2a52b8;
    }

.rh-calendar-legenda .rh-legenda-preview {
    margin-right: 4px;
    width: 28px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    border: solid 1px #d6d6d6;
    vertical-align: text-bottom;
    display: inline-block;
}

    .rh-calendar-legenda .rh-legenda-preview.rh-legenda-date-available {
        background-color: #d8f831;
        color: #323232;
        border-color: #c3e40a;
    }

    .rh-calendar-legenda .rh-legenda-preview.rh-date-switch {
        font-weight: 700;
        text-decoration: underline;
    }

.rh-calendar-legenda .rh-prices-info-label {
    padding: 4px;
}

.rh-calendar-month {
    position: relative;
    margin: 0 auto;
    width: 280px;
}

.rh-force-show-month {
    display: block !important;
}

@media(min-width:370px) {
    .rh-calendar-month {
        width: 320px;
    }
}

.rh-calendar-month caption {
    font-size: 16px;
    text-align: center;
}

.rh-calendar-month th, .rh-calendar-month td {
    width: 40px;
    height: 40px;
    text-align: center;
}

    .rh-calendar-month th, .rh-calendar-month td.rh-week-nr {
        font-weight: 400;
        color: #d6d6d6;
    }

    .rh-calendar-month td span, .rh-calendar-month td a {
        display: block;
        height: 40px;
        line-height: 40px;
        cursor: default;
        text-decoration: none;
    }

    .rh-calendar-month td.rh-check-in-date a, .rh-calendar-month td.rh-check-out-date a {
        color: #fff !important;
        font-size: 14px;
        font-weight: 700;
        text-decoration: underline;
        cursor: pointer;
    }

.rh-date-switch a, .rh-date-switch span, .rh-date-switch-from-off span {
    background-image: url(/Images/cal-prices-switch2.png);
}

.rh-date-off[class*=rh-price-switch-from-] a, .rh-date-off[class*=rh-offer-switch-from-] a {
    background-position: -340px -20px;
}

.rh-date-off a {
    color: #d6d6d6 !important;
}

.rh-date-switch-from-off a, .rh-date-switch-from-off span {
    background-position: 0 -40px;
}

.rh-price-weekend {
    background-color: #d6d6d6;
}

    .rh-price-weekend a {
        color: #888 !important;
    }

.rh-calendar-month .rh-price-weekend.rh-check-in-date a, .rh-calendar-month .rh-price-weekend.rh-check-out-date a {
    color: #333 !important;
}

.rh-date-switch-from-weekend a, .rh-date-switch-from-weekend span {
    color: #888;
    background-position: -440px -40px;
}

.rh-price-midweek {
    background-color: #d6d6d6;
}

    .rh-price-midweek a {
        color: #888 !important;
    }

.rh-calendar-month .rh-price-midweek.rh-check-in-date a, .rh-calendar-month .rh-price-midweek.rh-check-out-date a {
    color: #333 !important;
}

.rh-date-switch-from-midweek a, .rh-date-switch-from-midweek span {
    color: #888;
    background-position: -440px -40px;
}

.rh-date-rented {
    background-color: #e56361;
}

    .rh-date-rented[class*=rh-price-switch-from-] a, .rh-date-rented[class*=rh-offer-switch-from-] a {
        background-position: -300px -20px;
    }

    .rh-date-rented a {
        color: #a73535 !important;
    }

    .rh-date-rented.rh-price-switch-from-blocked a {
        color: #bb6500 !important;
    }

.rh-calendar-legenda .rh-legenda-preview.rh-date-selected {
    background-color: #2a52b8;
}

.rh-date-blocked, .rh-date-rented.rh-price-switch-from-blocked, .rh-date-off.rh-price-switch-from-blocked, .rh-date-package.rh-price-switch-from-blocked {
    background-color: #ff9f2e;
}

    .rh-date-blocked[class*=rh-price-switch-from-] a, .rh-date-blocked[class*=rh-offer-switch-from-] a {
        background-position: -260px -20px;
    }

    .rh-date-blocked a {
        color: #bb6500 !important;
    }

.rh-date-switch-from-blocked a, .rh-date-switch-from-blocked span {
    color: #fff;
    background-position: -200px -40px;
}

.rh-date-available, .rh-date-blocked.rh-price-switch-from-available, .rh-date-rented.rh-price-switch-from-available, .rh-date-off.rh-price-switch-from-available, .rh-date-package.rh-price-switch-from-available {
    background-color: #39ff14; /*#9abd00*/
}

    .rh-date-available a {
        color: #5f8500;
    }

    .rh-calendar-month td.rh-date-available.rh-check-in-date a, .rh-calendar-month td.rh-date-available.rh-check-out-date a, .rh-date-blocked.rh-price-switch-from-available.rh-check-in-date a, .rh-date-blocked.rh-price-switch-from-available.rh-check-out-date a, .rh-date-rented.rh-price-switch-from-available.rh-check-in-date a, .rh-date-rented.rh-price-switch-from-available.rh-check-out-date a, .rh-date-off.rh-price-switch-from-available.rh-check-in-date a, .rh-date-off.rh-price-switch-from-available.rh-check-out-date a, .rh-date-package.rh-price-switch-from-available.rh-check-in-date a {
        color: #333 !important;
    }


.rh-date-switch-from-rented a, .rh-date-switch-from-rented span {
    background-position: -40px -40px !important;
}

.rh-price-switch-from-available a, .rh-price-switch-from-available span {
    color: #5f8500 !important;
    background-position: -160px 0;
}

.rh-date-lastminute, .rh-date-blocked.rh-price-switch-from-lastminute, .rh-date-rented.rh-price-switch-from-lastminute, .rh-date-off.rh-price-switch-from-lastminute, .rh-date-package.rh-price-switch-from-lastminute {
    background-color: #ffff00; /*#ecff4a;*/
}

    .rh-date-lastminute a {
        color: #afd100;
    }

    .rh-calendar-month td.rh-date-lastminute.rh-check-in-date a, .rh-calendar-month td.rh-date-lastminute.rh-check-out-date a, .rh-date-blocked.rh-price-switch-from-lastminute.rh-check-in-date a, .rh-date-blocked.rh-price-switch-from-lastminute.rh-check-out-date a, .rh-date-rented.rh-price-switch-from-lastminute.rh-check-in-date a, .rh-date-rented.rh-price-switch-from-lastminute.rh-check-out-date a, .rh-date-off.rh-price-switch-from-lastminute.rh-check-in-date a, .rh-date-off.rh-price-switch-from-lastminute.rh-check-out-date a, .rh-date-package.rh-price-switch-from-lastminute.rh-check-in-date a {
        color: #333 !important;
    }

.rh-price-switch-from-lastminute a, .rh-price-switch-from-lastminute span {
    color: #afd100 !important;
    background-position: 0 0;
}

.rh-date-package {
    color: #e0dff9;
    background-color: #a19ce7;
}

    .rh-date-package[class*=rh-price-switch-from-] a, .rh-date-package[class*=rh-offer-switch-from-] a {
        background-position: -380px -20px;
    }

    .rh-date-package a {
        cursor: pointer !important;
        color: #7d7ad6 !important;
    }

.rh-date-switch-from-package a, .rh-date-switch-from-package span {
    background-position: -80px -40px;
}

.rh-price-range-01, .rh-date-blocked.rh-price-switch-from-01, .rh-date-rented.rh-price-switch-from-01, .rh-date-off.rh-price-switch-from-01, .rh-date-package.rh-price-switch-from-01 {
    background-color: #ecff4a;
}

    .rh-price-range-01 a {
        color: #afd100;
    }

    .rh-calendar-month td.rh-price-range-01.rh-check-in-date a, .rh-calendar-month td.rh-price-range-01.rh-check-out-date a, .rh-date-blocked.rh-price-switch-from-01.rh-check-in-date a, .rh-date-blocked.rh-price-switch-from-01.rh-check-out-date a, .rh-date-rented.rh-price-switch-from-01.rh-check-in-date a, .rh-date-rented.rh-price-switch-from-01.rh-check-out-date a, .rh-date-off.rh-price-switch-from-01.rh-check-in-date a, .rh-date-off.rh-price-switch-from-01.rh-check-out-date a, .rh-date-package.rh-price-switch-from-01.rh-check-in-date a {
        color: #333 !important;
    }

.rh-price-switch-from-01 a, .rh-price-switch-from-01 span {
    color: #afd100 !important;
    background-position: 0 0;
}

.rh-price-range-02, .rh-date-blocked.rh-price-switch-from-02, .rh-date-rented.rh-price-switch-from-02, .rh-date-off.rh-price-switch-from-02, .rh-date-package.rh-price-switch-from-02 {
    background-color: #d8f831;
}

    .rh-price-range-02 a {
        color: #9abd00;
    }

    .rh-calendar-month td.rh-price-range-02.rh-check-in-date a, .rh-calendar-month td.rh-price-range-02.rh-check-out-date a, .rh-date-blocked.rh-price-switch-from-02.rh-check-in-date a, .rh-date-blocked.rh-price-switch-from-02.rh-check-out-date a, .rh-date-rented.rh-price-switch-from-02.rh-check-in-date a, .rh-date-rented.rh-price-switch-from-02.rh-check-out-date a, .rh-date-off.rh-price-switch-from-02.rh-check-in-date a, .rh-date-off.rh-price-switch-from-02.rh-check-out-date a, .rh-date-package.rh-price-switch-from-02.rh-check-in-date a {
        color: #333 !important;
    }

.rh-price-switch-from-02 a, .rh-price-switch-from-02 span {
    color: #9abd00 !important;
    background-position: -40px 0;
}

.rh-price-range-03, .rh-date-blocked.rh-price-switch-from-03, .rh-date-rented.rh-price-switch-from-03, .rh-date-off.rh-price-switch-from-03, .rh-date-package.rh-price-switch-from-03 {
    background-color: #c3e40a;
}

    .rh-price-range-03 a {
        color: #87aa00;
    }

    .rh-calendar-month td.rh-price-range-03.rh-check-in-date a, .rh-calendar-month td.rh-price-range-03.rh-check-out-date a, .rh-date-blocked.rh-price-switch-from-03.rh-check-in-date a, .rh-date-blocked.rh-price-switch-from-03.rh-check-out-date a, .rh-date-rented.rh-price-switch-from-03.rh-check-in-date a, .rh-date-rented.rh-price-switch-from-03.rh-check-out-date a, .rh-date-off.rh-price-switch-from-03.rh-check-in-date a, .rh-date-off.rh-price-switch-from-03.rh-check-out-date a, .rh-date-package.rh-price-switch-from-03.rh-check-in-date a {
        color: #333 !important;
    }

.rh-price-switch-from-03 a, .rh-price-switch-from-03 span {
    color: #87aa00 !important;
    background-position: -80px 0;
}

.rh-price-range-04, .rh-date-blocked.rh-price-switch-from-04, .rh-date-rented.rh-price-switch-from-04, .rh-date-off.rh-price-switch-from-04, .rh-date-package.rh-price-switch-from-04 {
    background-color: #afd100;
}

    .rh-price-range-04 a {
        color: #739800;
    }

    .rh-calendar-month td.rh-price-range-04.rh-check-in-date a, .rh-calendar-month td.rh-price-range-04.rh-check-out-date a, .rh-date-blocked.rh-price-switch-from-04.rh-check-in-date a, .rh-date-blocked.rh-price-switch-from-04.rh-check-out-date a, .rh-date-rented.rh-price-switch-from-04.rh-check-in-date a, .rh-date-rented.rh-price-switch-from-04.rh-check-out-date a, .rh-date-off.rh-price-switch-from-04.rh-check-in-date a, .rh-date-off.rh-price-switch-from-04.rh-check-out-date a, .rh-date-package.rh-price-switch-from-04.rh-check-in-date a {
        color: #333 !important;
    }

.rh-price-switch-from-04 a, .rh-price-switch-from-04 span {
    color: #739800 !important;
    background-position: -120px 0;
}

.rh-price-range-05, .rh-date-blocked.rh-price-switch-from-05, .rh-date-rented.rh-price-switch-from-05, .rh-date-off.rh-price-switch-from-05, .rh-date-package.rh-price-switch-from-05 {
    background-color: #9abd00;
}

    .rh-price-range-05 a {
        color: #5f8500;
    }

    .rh-calendar-month td.rh-price-range-05.rh-check-in-date a, .rh-calendar-month td.rh-price-range-05.rh-check-out-date a, .rh-date-blocked.rh-price-switch-from-05.rh-check-in-date a, .rh-date-blocked.rh-price-switch-from-05.rh-check-out-date a, .rh-date-rented.rh-price-switch-from-05.rh-check-in-date a, .rh-date-rented.rh-price-switch-from-05.rh-check-out-date a, .rh-date-off.rh-price-switch-from-05.rh-check-in-date a, .rh-date-off.rh-price-switch-from-05.rh-check-out-date a, .rh-date-package.rh-price-switch-from-05.rh-check-in-date a {
        color: #333 !important;
    }

.rh-price-switch-from-05 a, .rh-price-switch-from-05 span {
    color: #5f8500 !important;
    background-position: -160px 0;
}

.rh-price-range-06, .rh-date-blocked.rh-price-switch-from-06, .rh-date-rented.rh-price-switch-from-06, .rh-date-off.rh-price-switch-from-06, .rh-date-package.rh-price-switch-from-06 {
    background-color: #87aa00;
}

    .rh-price-range-06 a {
        color: #4c7300;
    }

    .rh-calendar-month td.rh-price-range-06.rh-check-in-date a, .rh-calendar-month td.rh-price-range-06.rh-check-out-date a, .rh-date-blocked.rh-price-switch-from-06.rh-check-in-date a, .rh-date-blocked.rh-price-switch-from-06.rh-check-out-date a, .rh-date-rented.rh-price-switch-from-06.rh-check-in-date a, .rh-date-rented.rh-price-switch-from-06.rh-check-out-date a, .rh-date-off.rh-price-switch-from-06.rh-check-in-date a, .rh-date-off.rh-price-switch-from-06.rh-check-out-date a, .rh-date-package.rh-price-switch-from-06.rh-check-in-date a {
        color: #333 !important;
    }

.rh-price-switch-from-06 a, .rh-price-switch-from-06 span {
    color: #4c7300 !important;
    background-position: -200px 0;
}

.rh-price-range-07, .rh-date-blocked.rh-price-switch-from-07, .rh-date-rented.rh-price-switch-from-07, .rh-date-off.rh-price-switch-from-07, .rh-date-package.rh-price-switch-from-07 {
    background-color: #739800;
}

    .rh-price-range-07 a {
        color: #396200;
    }

.rh-price-switch-from-07 a, .rh-price-switch-from-07 span {
    color: #396200 !important;
    background-position: -240px 0;
}

.rh-price-range-08, .rh-date-blocked.rh-price-switch-from-08, .rh-date-rented.rh-price-switch-from-08, .rh-date-off.rh-price-switch-from-08, .rh-date-package.rh-price-switch-from-08 {
    background-color: #5f8500;
}

    .rh-price-range-08 a {
        color: #255100;
    }

.rh-price-switch-from-08 a, .rh-price-switch-from-08 span {
    color: #255100 !important;
    background-position: -280px 0;
}

.rh-price-range-09, .rh-date-blocked.rh-price-switch-from-09, .rh-date-rented.rh-price-switch-from-09, .rh-date-off.rh-price-switch-from-09, .rh-date-package.rh-price-switch-from-09 {
    background-color: #4c7300;
}

    .rh-price-range-09 a {
        color: #104100;
    }

.rh-price-switch-from-09 a, .rh-price-switch-from-09 span {
    color: #104100 !important;
    background-position: -320px 0;
}

.rh-price-range-10, .rh-date-blocked.rh-price-switch-from-10, .rh-date-rented.rh-price-switch-from-10, .rh-date-off.rh-price-switch-from-10, .rh-date-package.rh-price-switch-from-10 {
    background-color: #396200;
}

    .rh-price-range-10 a {
        color: #739800;
    }

.rh-price-switch-from-10 a, .rh-price-switch-from-10 span {
    color: #739800 !important;
    background-position: -360px 0;
}

.rh-price-range-11, .rh-date-blocked.rh-price-switch-from-11, .rh-date-rented.rh-price-switch-from-11, .rh-date-off.rh-price-switch-from-11, .rh-date-package.rh-price-switch-from-11 {
    background-color: #255100;
}

    .rh-price-range-11 a {
        color: #739800;
        background-color: #255100;
    }

.rh-price-switch-from-11 a, .rh-price-switch-from-11 span {
    color: #739800 !important;
    background-position: -400px 0;
}

.rh-price-range-12, .rh-date-blocked.rh-price-switch-from-12, .rh-date-rented.rh-price-switch-from-12, .rh-date-off.rh-price-switch-from-12, .rh-date-package.rh-price-switch-from-12 {
    background-color: #104100;
}

    .rh-price-range-12 a {
        color: #5f8500;
        background-color: #104100;
    }

.rh-price-switch-from-12 a, .rh-price-switch-from-12 span {
    color: #5f8500 !important;
    background-position: -440px 0;
}

.rh-price-range-13, .rh-date-blocked.rh-price-switch-from-13, .rh-date-rented.rh-price-switch-from-13, .rh-date-off.rh-price-switch-from-13, .rh-date-package.rh-price-switch-from-13 {
    background-color: #003100;
}

    .rh-price-range-13 a {
        color: #5f8500;
    }

.rh-price-switch-from-13 a, .rh-price-switch-from-13 span {
    color: #5f8500 !important;
    background-position: -480px 0;
}

.rh-price-range-14, .rh-date-blocked.rh-price-switch-from-14, .rh-date-rented.rh-price-switch-from-14, .rh-date-off.rh-price-switch-from-14, .rh-date-package.rh-price-switch-from-14 {
    background-color: #002300;
}

    .rh-price-range-14 a {
        color: #5f8500;
    }

.rh-price-switch-from-14 a, .rh-price-switch-from-14 span {
    color: #5f8500 !important;
    background-position: -520px 0;
}

.rh-price-range-15, .rh-date-blocked.rh-price-switch-from-15, .rh-date-rented.rh-price-switch-from-15, .rh-date-off.rh-price-switch-from-15, .rh-date-package.rh-price-switch-from-15 {
    background-color: #000e00;
}

    .rh-price-range-15 a {
        color: #5f8500;
    }

.rh-price-switch-from-15 a, .rh-price-switch-from-15 span {
    color: #5f8500 !important;
    background-position: -560px 0;
}

.rh-price-night {
    color: #fff;
    background-color: #888;
}

    .rh-price-night a {
        color: #fff !important;
    }

.rh-price-switch-from-night a, .rh-price-switch-from-night span {
    background-position: -240px -40px;
}

.rh-price-range-01 span, .rh-price-range-02 span, .rh-price-range-03 span, .rh-price-range-04 span, .rh-price-range-05 span, .rh-price-range-06 span, .rh-price-range-07 span, .rh-price-range-08 span, .rh-price-range-09 span, .rh-price-range-10 span, .rh-price-range-11 span, .rh-price-range-12 span, .rh-price-range-13 span, .rh-price-range-14 span, .rh-price-range-15 span {
    opacity: .8;
}

.rh-offer-range-01, .rh-date-blocked.rh-offer-switch-from-01, .rh-date-rented.rh-offer-switch-from-01, .rh-date-off.rh-offer-switch-from-01, .rh-date-package.rh-offer-switch-from-01 {
    color: #c89400;
    background-color: #fff55d;
}

    .rh-offer-range-01 a {
        color: #c89400 !important;
    }

    .rh-calendar-month td.rh-offer-range-01.rh-check-in-date a, .rh-calendar-month td.rh-offer-range-01.rh-check-out-date a, .rh-date-blocked.rh-offer-switch-from-01.rh-check-in-date a, .rh-date-blocked.rh-offer-switch-from-01.rh-check-out-date a, .rh-date-rented.rh-offer-switch-from-01.rh-check-in-date a, .rh-date-rented.rh-offer-switch-from-01.rh-check-out-date a, .rh-date-off.rh-offer-switch-from-01.rh-check-in-date a, .rh-date-off.rh-offer-switch-from-01.rh-check-out-date a, .rh-date-package.rh-offer-switch-from-01.rh-check-in-date a {
        color: #333 !important;
    }

.rh-offer-switch-from-01 a, .rh-offer-switch-from-01 span {
    color: #c89400 !important;
    background-position: 0 -80px;
}

.rh-offer-range-02, .rh-date-blocked.rh-offer-switch-from-02, .rh-date-rented.rh-offer-switch-from-02, .rh-date-off.rh-offer-switch-from-02, .rh-date-package.rh-offer-switch-from-02 {
    color: #b08000;
    background-color: #ffe148;
}

    .rh-offer-range-02 a {
        color: #b08000 !important;
    }

    .rh-calendar-month td.rh-offer-range-02.rh-check-in-date a, .rh-calendar-month td.rh-offer-range-02.rh-check-out-date a, .rh-date-blocked.rh-offer-switch-from-02.rh-check-in-date a, .rh-date-blocked.rh-offer-switch-from-02.rh-check-out-date a, .rh-date-rented.rh-offer-switch-from-02.rh-check-in-date a, .rh-date-rented.rh-offer-switch-from-02.rh-check-out-date a, .rh-date-off.rh-offer-switch-from-02.rh-check-in-date a, .rh-date-off.rh-offer-switch-from-02.rh-check-out-date a, .rh-date-package.rh-offer-switch-from-02.rh-check-in-date a {
        color: #333 !important;
    }

.rh-offer-switch-from-02 a, .rh-offer-switch-from-02 span {
    color: #b08000 !important;
    background-position: -40px -80px;
}

.rh-offer-range-03, .rh-date-blocked.rh-offer-switch-from-03, .rh-date-rented.rh-offer-switch-from-03, .rh-date-off.rh-offer-switch-from-03, .rh-date-package.rh-offer-switch-from-03 {
    color: #9b6e00;
    background-color: #ffcd32;
}

    .rh-offer-range-03 a {
        color: #9b6e00 !important;
    }

    .rh-calendar-month td.rh-offer-range-03.rh-check-in-date a, .rh-calendar-month td.rh-offer-range-03.rh-check-out-date a, .rh-date-blocked.rh-offer-switch-from-03.rh-check-in-date a, .rh-date-blocked.rh-offer-switch-from-03.rh-check-out-date a, .rh-date-rented.rh-offer-switch-from-03.rh-check-in-date a, .rh-date-rented.rh-offer-switch-from-03.rh-check-out-date a, .rh-date-off.rh-offer-switch-from-03.rh-check-in-date a, .rh-date-off.rh-offer-switch-from-03.rh-check-out-date a, .rh-date-package.rh-offer-switch-from-03.rh-check-in-date a {
        color: #333 !important;
    }

.rh-offer-switch-from-03 a, .rh-offer-switch-from-03 span {
    color: #9b6e00 !important;
    background-position: -80px -80px;
}

.rh-offer-range-04, .rh-date-blocked.rh-offer-switch-from-04, .rh-date-rented.rh-offer-switch-from-04, .rh-date-off.rh-offer-switch-from-04, .rh-date-package.rh-offer-switch-from-04 {
    color: #9b6e00;
    background-color: #f2ba15;
}

    .rh-offer-range-04 a {
        color: #9b6e00 !important;
    }

    .rh-calendar-month td.rh-offer-range-04.rh-check-in-date a, .rh-calendar-month td.rh-offer-range-04.rh-check-out-date a, .rh-date-blocked.rh-offer-switch-from-04.rh-check-in-date a, .rh-date-blocked.rh-offer-switch-from-04.rh-check-out-date a, .rh-date-rented.rh-offer-switch-from-04.rh-check-in-date a, .rh-date-rented.rh-offer-switch-from-04.rh-check-out-date a, .rh-date-off.rh-offer-switch-from-04.rh-check-in-date a, .rh-date-off.rh-offer-switch-from-04.rh-check-out-date a, .rh-date-package.rh-offer-switch-from-04.rh-check-in-date a {
        color: #333 !important;
    }

.rh-offer-switch-from-04 a, .rh-offer-switch-from-04 span {
    color: #9b6e00 !important;
    background-position: -120px -80px;
}

.rh-offer-range-05, .rh-date-blocked.rh-offer-switch-from-05, .rh-date-rented.rh-offer-switch-from-05, .rh-date-off.rh-offer-switch-from-05, .rh-date-package.rh-offer-switch-from-05 {
    color: #9b6e00;
    background-color: #dda700;
}

    .rh-offer-range-05 a {
        color: #9b6e00 !important;
    }

    .rh-calendar-month td.rh-offer-range-05.rh-check-in-date a, .rh-calendar-month td.rh-offer-range-05.rh-check-out-date a, .rh-date-blocked.rh-offer-switch-from-05.rh-check-in-date a, .rh-date-blocked.rh-offer-switch-from-05.rh-check-out-date a, .rh-date-rented.rh-offer-switch-from-05.rh-check-out-date a, .rh-date-rented.rh-offer-switch-from-05.rh-check-in-date a, .rh-date-off.rh-offer-switch-from-05.rh-check-in-date a, .rh-date-off.rh-offer-switch-from-05.rh-check-out-date a, .rh-date-package.rh-offer-switch-from-05.rh-check-in-date a {
        color: #333 !important;
    }

.rh-offer-switch-from-05 a, .rh-offer-switch-from-05 span {
    color: #9b6e00 !important;
    background-position: -160px -80px;
}

.rh-offer-range-06, .rh-date-blocked.rh-offer-switch-from-06, .rh-date-rented.rh-offer-switch-from-06, .rh-date-off.rh-offer-switch-from-06, .rh-date-package.rh-offer-switch-from-06 {
    color: #ffcd32;
    background-color: #c89400;
}

    .rh-offer-range-06 a {
        color: #ffcd32 !important;
    }

.rh-offer-switch-from-06 a, .rh-offer-switch-from-06 span {
    color: #ffcd32 !important;
    background-position: -200px -80px;
}

.rh-offer-range-07, .rh-date-blocked.rh-offer-switch-from-07, .rh-date-rented.rh-offer-switch-from-07, .rh-date-off.rh-offer-switch-from-07, .rh-date-package.rh-offer-switch-from-07 {
    color: #f2ba15;
    background-color: #b08000;
}

    .rh-offer-range-07 a {
        color: #f2ba15 !important;
    }

.rh-offer-switch-from-07 a, .rh-offer-switch-from-07 span {
    color: #f2ba15 !important;
    background-position: -240px -80px;
}

.rh-offer-range-08, .rh-date-blocked.rh-offer-switch-from-08, .rh-date-rented.rh-offer-switch-from-08, .rh-date-off.rh-offer-switch-from-08, .rh-date-package.rh-offer-switch-from-08 {
    color: #dda700;
    background-color: #9b6e00;
}

    .rh-offer-range-08 a {
        color: #dda700 !important;
    }

.rh-offer-switch-from-08 a, .rh-offer-switch-from-08 span {
    color: #dda700 !important;
    background-position: -280px -80px;
}

.rh-offer-range-09, .rh-date-blocked.rh-offer-switch-from-09, .rh-date-rented.rh-offer-switch-from-09, .rh-date-off.rh-offer-switch-from-09, .rh-date-package.rh-offer-switch-from-09 {
    color: #c89400;
    background-color: #875d00;
}

    .rh-offer-range-09 a {
        color: #c89400 !important;
    }

.rh-offer-switch-from-09 a, .rh-offer-switch-from-09 span {
    color: #c89400 !important;
    background-position: -320px -80px;
}

.rh-offer-range-10, .rh-date-blocked.rh-offer-switch-from-10, .rh-date-rented.rh-offer-switch-from-10, .rh-date-off.rh-offer-switch-from-10, .rh-date-package.rh-offer-switch-from-10 {
    color: #b08000;
    background-color: #734c00;
}

    .rh-offer-range-10 a {
        color: #b08000 !important;
    }

.rh-offer-switch-from-10 a, .rh-offer-switch-from-10 span {
    color: #b08000 !important;
    background-position: -360px -80px;
}

.rh-offer-range-01 span, .rh-offer-range-02 span, .rh-offer-range-03 span, .rh-offer-range-04 span, .rh-offer-range-05 span, .rh-offer-range-06 span, .rh-offer-range-07 span, .rh-offer-range-08 span, .rh-offer-range-09 span, .rh-offer-range-10 span {
    opacity: .8;
}

#calendar .rh-calendar-month td .rh-date-selected, #calendar .rh-calendar-month td.rh-date-selected, #calendar .rh-calendar-month td.rh-date-selected a, #calendar .rh-calendar-month td.rh-check-in-date:hover a, #calendar .rh-calendar-month td.rh-check-out-date:hover a {
    color: #fff !important;
    background: #2a52b8 !important;
}

#calendar .rh-calendar-month td.rh-date-selected {
    color: #fff !important;
    background-image: url(/Images/cal-prices-switch2.png);
    background-position: -160px -40px;
}

#calendar .rh-calendar-month td.rh-empty-cell {
    background: none !important;
}

#calendar .rh-calendar-month .rh-date-highlighted {
    color: #fff;
    background: #2a52b8;
}

    #calendar .rh-calendar-month .rh-date-highlighted, #calendar .rh-calendar-month .rh-date-highlighted + .rh-date-switch a, #calendar .rh-calendar-month .rh-date-highlighted + .rh-date-switch span {
        background-position: -120px -40px;
    }

        #calendar .rh-calendar-month .rh-date-highlighted a {
            color: #fff !important;
            background: #2a52b8;
        }

#availability-prices-overview {
    padding-bottom: 30px;
}

.rh-price-description {
    margin: 30px auto 0;
    padding: 15px;
    padding-top: 0;
    max-width: 1060px;
    overflow: auto;
    border: 1px solid #d6d6d6;
}

.rh-price-discount-row {
    color: #696969;
}

.rh-tooltip {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Lato',arial,sans-serif;
}

    .rh-tooltip .tooltip-inner {
        text-align: left;
        padding: 10px 15px 15px;
        background-color: #ea7c14 !important;
        border-radius: 0;
        box-shadow: 0 1px 5px rgba(0,0,0,.45);
    }

    .rh-tooltip.top .tooltip-arrow {
        border-top-color: #ea7c14;
    }

    .rh-tooltip.bottom .tooltip-arrow {
        border-bottom-color: #ea7c14;
    }

.rh-tooltip-title {
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.rh-discount-popover {
    margin-left: 4px;
    top: 3px;
}

@media(min-width:1025px) {
    .rh-calendar-legenda li {
        margin: 0 3px 7px;
    }

    #availability-helper .rh-availability-helper-startdate .h2, #availability-helper .rh-availability-helper-enddate .h2 {
        font-size: 30px;
    }

    #availability-helper {
        padding: 15px 0;
    }
}

#rh-loading-maps {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}

.rh-load-maps-overlay {
    background-color: rgba(0,0,0,.5);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
}

#rh-loading-maps .rh-load-maps-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

#rh-loading-maps .container {
    padding-top: 150px;
    position: relative;
    z-index: 3;
}

#map-canvas-nearbyplaces {
    height: 450px;
}

.rh-nearby-places-list {
    padding: 0 30px 10px;
    background: #fff;
}

    .rh-nearby-places-list .h3 {
        display: block;
        font-size: 18px;
    }

    .rh-nearby-places-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .rh-nearby-places-list li {
        margin: 0;
        padding: 0;
    }

    .rh-nearby-places-list a {
        padding: 5px 0;
        display: block;
    }

        .rh-nearby-places-list a:active, .rh-nearby-places-list a:focus {
            font-weight: 700;
            text-decoration: none;
        }

@media(min-width:768px) {
    #rh-loading-maps {
        height: 520px;
    }

        #rh-loading-maps .rh-load-maps-image {
            min-width: 100%;
            min-height: 100%;
            height: auto;
            top: auto;
        }

    .rh-nearby-places-list {
        position: absolute;
        top: 45px;
        left: 45px;
        padding: 0 0 10px;
        width: 240px;
        z-index: 1;
    }

        .rh-nearby-places-list .h3 {
            padding: 10px 15px;
            margin: 0;
            color: #fff;
            background: #ff8816;
        }

        .rh-nearby-places-list ul {
            padding: 5px 15px 10px;
        }

        .rh-nearby-places-list a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    #rh-loading-maps {
        height: 450px;
    }
}

@media(min-width:1200px) {
    .rh-nearby-places-list {
        margin-left: -585px;
        left: 50%;
    }
}

@media(min-width:1200px) {
    .col-lg-3 .rh-house .rh-house-wrapper img {
        width: 263px;
        height: 175px;
    }

    .col-lg-3 .rh-house .rh-house-user img {
        width: 46px;
        height: 46px;
    }
}

.rh-house-divider {
    border: 1px solid #dcdcdc;
}

.rh-title-border-bottom {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

@media(max-width:767px) {
    .hide-toggle-sm-below {
        padding-top: 10px;
        display: none;
    }

    .hide-toggler {
        margin: 0;
        margin-top: -1px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px;
        font-size: 18px;
        border-top: solid 1px #dcdcdc;
        border-bottom: solid 1px #dcdcdc;
        cursor: pointer;
    }

        .hide-toggler:before {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 8px;
            font-size: 14px;
            color: #dcdcdc;
        }

        .hide-toggler.open:before {
            content: "";
        }

    #availability-prices-overview {
        padding-bottom: 0;
    }

    #extra-info .rh-container-bg-medium, #reviews {
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
        border: none;
    }

    #nearby-place-title {
        margin-left: 0;
        margin-right: 0;
    }

    .rh-house-divider {
        display: none;
    }
}

.rh-render-emailaddress::after {
    content: attr(data-domain);
    display: inline;
}

.rh-render-emailaddress::before {
    content: attr(data-user) "@";
    display: inline;
}

@media(max-width:767px) {
    #housephotoVideo.rh-max-partial-height-640 {
        max-height: 640px;
        overflow: hidden;
        background: url(/Images/gradient-partial-height.png) repeat-x bottom left;
        border-bottom: 1px solid #ccc;
    }

        #housephotoVideo.rh-max-partial-height-640.show {
            background: none;
            max-height: none;
            overflow: auto;
        }
}

@media(min-width:768px) {
    .rh-max-partial-height-980 {
        max-height: 980px;
    }

    .rh-max-partial-height-640 {
        max-height: 640px;
    }

    .rh-max-partial-height-980, .rh-max-partial-height-640 {
        overflow: hidden;
        background: url(/Images/gradient-partial-height.png) repeat-x bottom left;
        border-bottom: 1px solid #ccc;
    }

        .rh-max-partial-height-980.show, .rh-max-partial-height-640.show {
            background: none;
            max-height: none;
            overflow: auto;
        }
}

@media print {
    .rh-max-partial-height-980 {
        max-height: 100%;
    }

    .rh-max-partial-height-640 {
        max-height: 100%;
    }
}

.rh-read-more-house-detail {
    padding: 10px;
}

.house-extra-info-gallery img {
    cursor: pointer;
}

.rh-nochange-overday-container {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

    .rh-nochange-overday-container .rh-nochange-overday-icon {
        background-color: #f47821;
        color: #fff;
        margin: -15px -15px 20px -15px;
        padding: 20px;
    }

        .rh-nochange-overday-container .rh-nochange-overday-icon img {
            max-width: 50px;
            width: 100%;
            margin: 5px auto;
            display: block;
        }

        .rh-nochange-overday-container .rh-nochange-overday-icon span {
            margin-top: 0;
            margin-bottom: 0;
            display: block;
            font-weight: 500;
            padding: 0 15px;
        }

    .rh-nochange-overday-container .rh-close-modal {
        color: #fff;
        position: absolute;
        right: -15px;
        top: 0;
        opacity: 1;
        padding: 10px;
        width: 40px;
        height: 40px;
    }

    .rh-nochange-overday-container p {
        margin-bottom: 20px;
    }
