.vo-hotels-container *, .vo-hotels-container *:before, .vo-hotels-container *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vo-hotels-container .button {
    margin-bottom: 0;
}

.vo-hotels-container .button:first-child {
    margin-left: 0;
}

.vo-hotels-container .button.positive-button {
    background-color: #7DB461;
}

.vo-hotels-container .button.positive-button:hover {
    background-color: #71A358;
}

.vo-hotels-container .button.positive-button:before {
    display: none;
}

.vo-hotels-container .vo-search-input {
    width: 140px;
}

.vo-hotels-container .vo-search-submit {
    width: 100px;
}

.vo-hotels-container .vo-result-container:nth-child(odd) {
    clear: none !important;
}

.vo-filter-container {
    position: relative;
    margin-top: 20px;
    padding: 0 10px;
    border-bottom: 1px solid #DDDDDD;
    z-index: 1;
}

.vo-filter-container input[type="text"],
.vo-filter-container .button {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
}

.vo-filter-container input[type="text"] {
    padding: 10px;
}

.vo-filter-container .button {
    float: none;
    margin-left: 10px;
    border-radius: 0;
    text-align: center;
}

.vo-filter-container .vo-bi--show--date-picker {
    margin-bottom: 15px;
}

.vo-search-container {
    margin-bottom: 20px;
}

.vo-search-container h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.vo-search input, .vo-search .button {
    display: inline-block;
    vertical-align: top;
}

.vo-order-by-container {
    text-transform: lowercase;
    line-height: 30px;
}

.vo-order-by-container a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: inherit;
}

.vo-order-by-container a:hover,
.vo-order-by-container .active a {
    background-color: #DDDDDD;
}

.vo-order-by-container .active a span {
    color: #CC081C;
}

.vo-order-by-container ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.vo-order-by-container li {
    float: left;
}

.vo-order-by-container .label {
    display: block;
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

.vo-order-by,
.vo-filter-by {
    float: left;
}

.vo-filter-by {
    margin-right: 20px;
}

.vo-filter-by .categories {
    display: none;
    position: absolute;
    padding: 5px 15px 5px 10px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.vo-filter-by .categories li {
    float: none;
}

.vo-filter-by .categories input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.vo-results-container {
    position: relative;
    margin-top: 40px;
}

.vo-results {
    position: relative;
    margin: -10px;
}

.vo-result-container {
    padding: 10px;
}

.vo-result {
    padding: 0 10px 20px;
}

.vo-result .button {
    margin-left: 10px;
}

.vo-result-deal {
    padding: 10px;
    background: #CC081C;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    color: white;
}

.vo-result-image {
    position: relative;
    margin: 0 -10px 5px;
    height: 140px;
    background-color: #DDDDDD;
    overflow: hidden;
}

.vo-result-image img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.vo-result-image .vo-result-deal {
    position: absolute;
    top: 20%;
    left: -35%;
    width: 100%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.vo-result-image a {
    display: block;
    height: 100%;
}

.vo-result-meta {
    margin-bottom: 10px;
}

.vo-result-meta-left {
    float: left;
    max-width: 65%;
}

html[lang="it-IT"] .vo-result-meta-left,
html[lang="fr-FR"] .vo-result-meta-left,
html[lang="pt-BR"] .vo-result-meta-left {
    max-width: 60%;
}

.vo-result-meta-right {
    float: right;
    max-width: 35%;
    text-align: right;
}

html[lang="it-IT"] .vo-result-meta-right,
html[lang="fr-FR"] .vo-result-meta-right,
html[lang="pt-BR"] .vo-result-meta-right {
    max-width: 40%;
}

.vo-result-meta-full {
    clear: both;
}

.vo-result-title {
    display: block;
    display: -webkit-box;
    margin: 0;
    max-height: 38px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.vo-result-title a {
    text-decoration: none;
    color: inherit;
}

.vo-results-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    opacity: 0.8;
}

.vo-results-overlay.active {
    display: block;
}

.vo-hotel-images {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.vo-hotel-images img {
    display: block;
    margin: 0 auto;
    border-radius: 0;
}

.vo-hotel-images .flex-direction-nav li a {
    margin-top: -26px;
    line-height: 40px;
}

.vo-hotel-images .flex-direction-nav .flex-next {
    background-position: -52px 0;
    text-align: left;
}

.vo-hotel-images:hover .flex-direction-nav .flex-prev,
.vo-hotel-images:hover .flex-direction-nav .flex-next {
    opacity: 1;
}

.vo-hotel-images:hover .flex-direction-nav .flex-prev {
    left: 10px;
}

.vo-hotel-images:hover .flex-direction-nav .flex-next {
    right: 10px;
}

.vo-hotel-thumbs-container {
    margin-top: 15px;
}

.vo-hotel-thumbs {
    margin: -3px;
}

.vo-hotel-thumbs a {
    display: block;
    margin: 3px;
    float: left;
    width: 68px;
    height: 68px;
    overflow: hidden;
}

.vo-hotel-thumbs img {
    display: block;
    margin: -1px;
    border-radius: 0;
    max-width: none;
}

.vo-hotel-lowest-price-date {
    font-size: 11px;
    font-style: italic;
}

@media only screen and (min-width: 641px) {
    .vo-hotels-container .vo-search-input {
        width: 270px;
    }

    .vo-date-picker-container {
        margin: 0 -5px;
    }

    .vo-date-picker-left, .vo-date-picker-right {
        float: left;
        padding: 0 5px;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .vo-hotels-container .vo-search-input {
        width: 545px;
    }

    .vo-result-container {
        float: left;
        width: 50%;
    }

    .vo-result-meta {
        margin-bottom: 5px;
        overflow: hidden;
    }

    .vo-hotels-container .vo-result-meta {
        height: 81px;
    }
}

@media only screen and (min-width: 960px) {
    .vo-hotels-container .vo-search-input {
        width: 549px;
    }
}

/* Featured Hotel */

.featured .vo-result-image {
    height: 200px;
}

.vo-result-featured-title {
    display: inline-block;
    padding: 0 15px;
    height: 38px;
    background: #CC081C;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    color: white;
}

@media only screen and (min-width: 768px) {
    .vo-result-container.featured {
        width: 100%;
    }

    .vo-result-container.featured .vo-result-meta {
        height: 61px;
    }
}
