/* ------------------------------------------------------------------
    Estilos comunes en filtros de resultados.

    01. Barra de filtros aplicados en resultados
    02. Filtros verticales
        02.01. Calendar en filtros verticales
        02.02. Rangebar
        02.03. Tags
        02.04. Separador destacado
    03.  Filtros específicos de Vuelos
    04. Filtros horizontales - Test A/B de VUELOS
    05. Media Queries

------------------------------------------------------------------- */

/* ------------------------------------------------------------------

    01.Barra de filtros aplicados en resultados

------------------------------------------------------------------- */

/* Correcciones para HOT */

#appliedFiltersLayoutContainer {
    box-shadow: 0 1px 0 #fafafa;
    min-height: 51px;
    margin-top: -1px;
    margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 640px) {
    #appliedFiltersLayoutContainer {
        margin-bottom: 0;
    }
}

.applied-filters.filters-no-api .btn-filters,
.applied-filters .btn-filters {
    background-color: #2f9aa3;
    border-color: #2d828a #2f9aa3 #2f9aa3;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-family: open_sansregular, sans-serif;
    font-size: 13px;
    float: left;
    text-align: center;
    height: 32px;
    margin-right: 10px;
    padding: 6px 12px;
    width: auto;
    line-height: 20px;
    text-transform: none;
}

.applied-filters.filters-no-api .title,
.applied-filters .title {
    float: left;
    margin-right: 10px;
    text-transform: lowercase;
    width: auto;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #2c9ca7;
    text-shadow: 0 1px 0 #fff;
}

/* filtros aplicados */
.applied-filters {
    position: relative;
    min-height: 50px;
}

.applied-filters ul { overflow: hidden; }

.applied-filters li {
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    color: #2c9ca7;
    float: left;
    display: block;
    padding: 8px 12px;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 20px;
    background-color: #e6f2f4;
    cursor: pointer;
}

.applied-filters.filters-no-api li {
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    color: #2c9ca7;
}

.applied-filters li i {
    float: right;
    color: #aeaeae;
    margin-left: 3px;
    margin-top: 1px;
}
.applied-filters li:hover i { color: #2c9ca7; }

.applied-filters li:last-child {
    background: none;
    padding-left: 0;
    padding-right: 0;
}
.applied-filters li:last-child a { color: #777; }

.applied-filters li:last-child a:hover {
    color: #555;
    text-decoration: none;
}

#appliedFiltersContainer .applied-filters .select-view { margin: 0; }

/* ------------------------------------------------------------------

    02.Filtros verticales

------------------------------------------------------------------- */

.choose-filters {
    font-family: open_sansregular, sans-serif;
    padding-top: 25px;
    position: relative;
}

.HOT .choose-filters { padding-top: 0; }

.choose-filters h2 {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

.choose-filters .tit {
    font-family: open_sanssemibold, sans-serif;
    color: #444;
    display: block;
    font-size: 15px;
    padding: 20px 0;
}

.choose-filters .tit i {
    color: #939393;
    margin-left: 6px;
}

.choose-filters .subtit,
.choose-filters li {
    position: relative;
    color: #666;
    font-size: 12px;
    line-height: 22px;
}

.choose-filters .subcategory { margin-left: 23px; } /* sublistas */

/* icono + en subcategoria */
.choose-filters .see-more.see-more-genres {
    display: inline-block;
    height: 10px;
    vertical-align: -13px;
    width: 10px;
}

.see-more-genres .open-subcategory {
    position: absolute;
    left: 25px;
    top: 6px;
    z-index: 1;
}

.choose-filters .has-sub-subcategories {
    padding-left: 40px !important; /* uso important para no tener que repetir el selector mega largo del span */
    margin-left: -13px;
    color: #444;
}

.choose-filters .check-atrapalo-link:hover {
    text-decoration: none;
}

.icon-deselect {
    float: left;
    display: inline-block;
    line-height: 19px;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: -12px;
    vertical-align: sub;
}

.icon-deselect .fa-square {
    color: #1e97e6;
    font-size: 20px;
}

.icon-deselect .fa-minus {
    font-size: 11px !important;
    line-height: 22px;
}

.choose-filters .subtit { display: block; }

.choose-filters label {
    display: inline-block;
    font-size: 13px !important;
    margin-bottom: 10px;
    cursor: pointer;
}

.choose-filters .filters-box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    clear: both;
    padding-left: 1px;
    overflow: hidden;
}

.choose-filters.filters-trip .filters-box,
.choose-filters.filters-trip .box-head {
    padding-left: 20px;
    padding-right: 20px;
}

.choose-filters .filters-box.name,
.choose-filters .filters-box.interest-points,
.choose-filters .filters-box.locations,
.choose-filters .filter-button-panel {
    padding-bottom: 20px !important;
}

.choose-filters .tab-price,
.choose-filters .price-range {
    padding-bottom: 30px !important;
}

.choose-filters .filters-box.hotels-list-filter {
    padding-bottom: 10px;
}

.choose-filters .see-more {
    color: #444;
    display: block;
    font-size: 12px;
    margin: 10px 0;
}

.choose-filters .filters-box-collapsible {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.choose-filters .filters-box-collapsible .tit:hover {
    text-decoration: underline;
    cursor: pointer;
}

.choose-filters .filters-box-collapsible .js-filters-box { padding-bottom: 10px; }

.filters-box-collapsible .js-filters-tab span { display: inline-block; }

.filters label span,
.asLabel {
    color: #666;
    display: block;
    font-weight: normal;
    font-size: 13px;
}

.filters-box ul li label span { display: inline-block; }

/* Filtros muy largos que caen en dos lineas
y que deben alinearse con el checkbox */
.filters-box ul li label span:not(.amount) {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}

.filters-box ul li label span:not(.amount):before {
    position: absolute;
    top: 2px;
    left: 1px;
}

@media (min-width: 641px) and (max-width: 1023px) {
    .tab-more-filters { margin-bottom: 20px; } /* distancia boton aplicar filtros */
}

/* Filtros no aplicables y deshabilitados */
.filters-box ul li.disabled label,
.filters-box ul li.disabled label span { color: #ccc; }

.filters-box.filter-escalas ul li {
    height: 42px;
    line-height: 42px;
    margin-top: 3px;
}

.filters-box input[type=checkbox] {
    height: 15px;
    width: 15px;
}

.rangebar .noUi-connect {
    background: #2295e0 !important;
    border-top: none;
    top: -2px;
}

.filters-box > span { font-size: 13px; }

/* Textos destacados en turquesa */
.filters-box .facet_category,
.filters-box .js-slider-priceRange .floatr span,
.rangebar-value .precio_ini,
.rangebar-value .precio_fin,
.tab-category .facet_category,
.filters-box .facet_destination { color: #f90; }

.rangebar-value .hourLabel { color: #1e97e6; }

.filters-box .hourFilter span {
    color: #1e97e6;
    font-size: 13px;
}

.filters-box span.amount {
    color: #f90;
    font-size: 13px;
}

.filters-box span input {
    color: #1e97e6;
    background-color: transparent;
    text-align: right;
    width: 15px;
}

.filters-box span input.hora-y-minutos {
    color: #1e97e6;
    background-color: transparent;
    text-align: right;
    width: 15px;
}

.filters-box .select2-container .select2-search--inline .select2-search__field { padding: 4px; }

.filters-box .input-txt input[type="text"]:not(.date),
.filters-box .select2-container .select2-selection--single {
    border-color: #ccc !important;
}

/* ------------------------------------------------------------------
        02.01. Calendar en filtros verticales
------------------------------------------------------------------- */
.choose-filters .custom-date-picker-container {
    position: static !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 100% !important;
    background-color: transparent !important;
}

.choose-filters .inputs-from-to-datepicker-container {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc !important;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 18px 16px 8px !important;
    width: 538px;
    z-index: 3;
}

/* Añado el triangulo a la capa del calendario, no a la capa de selector de fecha */

.choose-filters .inputs-from-to-datepicker-container:before {
    content: ' ';
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #c3c3c3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: initial;
}

.choose-filters .inputs-from-to-datepicker-container:after {
    content: ' ';
    position: absolute;
    top: -9px;
    left: 20px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: initial;
}

/* Elimino triángulo fantasma del filtro de selección de fecha */

.choose-filters .custom-date-picker-container:after { display: none; }

.choose-filters .custom-date-picker-container:before { display: none; }

.choose-filters .inputs-from-to-datepicker-container .input-iconed.calendar { width: 100%; }

.choose-filters .custom-date-selector {
    width: 100%;
    border: none;
}

.choose-filters .custom-date-selector li {
    width: 100%;
    color: #444;
    background-color: #fff;
    border-radius: 1px;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px #d8d8d8 solid;
}
.choose-filters .custom-date-selector li:hover { background-color: #f9f9f9; }

.choose-filters .custom-date-selector li:active,
.choose-filters .custom-date-selector li.active {
    background-color: #c7e5f9;
    color: #1e97e6;
    border-top: 1px solid #8ccaf2;
    border-bottom: none;
    cursor: pointer;
}

.choose-filters .custom-date-selector li.active { position: relative; }

.choose-filters .custom-date-selector .date-selector-change {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    text-decoration: underline;
    text-transform: lowercase;
}

.choose-filters .custom-date-selector li.active span { font-family: open_sanssemibold, sans-serif; }

.choose-filters .custom-date-selector li span span {
    display: inline;
    position: relative;
}

.choose-filters .custom-date-selector li span .icon-checkmark:before {
    font-family: 'atrapaloico', sans-serif;
    position: absolute;
    right: -10px;
    top: -1px;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
    display: none;
}

.choose-filters .custom-date-selector li.active span .icon-checkmark:before { display: block; }

.choose-filters .custom-date-selector li.disabled { color: #999; }

.choose-filters .custom-date-selector li span {
    display: table-cell;
    height: inherit;
}

@media screen and (max-width: 1023px) {
    .choose-filters .filters-box.date-box {
        position: relative;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .choose-filters .date-box.datapicker-active {
        padding-bottom: 425px;
        overflow: visible;
    }
}

@media screen and (max-width: 640px) {
    .choose-filters .inputs-from-to-datepicker-container {
        background: transparent;
        z-index: 1000000;
        border: none !important;
        box-shadow: none;
    }

    .choose-filters .inputs-from-to-datepicker-container .custom-date-picker-inputs,
    .choose-filters .inputs-from-to-datepicker-container::before,
    .choose-filters .inputs-from-to-datepicker-container::after { display: none !important; }

    .choose-filters h2 { margin-top: 0 !important; }
}

/* ------------------------------------------------------------------
    02.02. Rangebar
------------------------------------------------------------------- */

.filters-box .rangebar { margin: 0 10px; }

.rangebar-value {
    margin-bottom: 20px;
    overflow: hidden;
}
.rangebar-value label { margin-bottom: 0; }

.rangebar .noUi-dragable { cursor: default !important; }

/* Ampliamos zona clickable para móviles y tablets */

@media (max-width: 1023px) {
    .filters-box .rangebar {
        margin: 0 20px;
        background: linear-gradient(to bottom, #cdcdcd 0%, #d1d1d1 100%);
    }

    .rangebar .noUi-base {
        padding: 20px 0;
        top: -16px;
        border: 0;
        background: transparent;
    }

    .rangebar .noUi-connect {
        transition: none;
        -webkit-transition: none;
    }

    .rangebar .noUi-origin {
        left: 0;
        top: 16px;
        height: 8px;
        background: linear-gradient(to bottom, #2591d7 0%, #2092dd 100%);
        box-shadow: inset 0 2px 1px 0 #217ebb;
    }

    .rangebar .noUi-background {
        box-shadow: none;
        border: 0;
        background: linear-gradient(to bottom, #cdcdcd 0%, #d1d1d1 100%);
        height: 8px;
    }

    .rangebar .noUi-horizontal .noUi-handle {
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 20px;
        top: -16px;
        left: -20px;
    }

    .rangebar .noUi-horizontal .noUi-handle:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 15px;
        background-color: #fff;
        border: 1px solid #d9d9d9;
        box-shadow: 0 0 1px #fff inset, 0 1px 7px #eee inset, 0 3px 6px -3px #666;
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

/* ------------------------------------------------------------------
    02.03. Tags
------------------------------------------------------------------- */
.box-tags p {
    position: relative;
    padding-left: 2px;
    float: left;
}

.box-tags p:first-child { padding-left: 0; }

.choose-filters .box-tags p:first-child { padding-left: 5px; }

.box-tags span {
    display: inline-block;
    background-color: #fff;
    border-bottom: 1px #d8d8d8 solid;
    color: #666;
    height: 24px;
    float: left;
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
    margin-right: 7px;
    margin-bottom: 10px;
    padding-left: 13px;
    padding-right: 20px;
    cursor: pointer;
}

.box-tags span.active { /* Tag seleccionado */
    background-color: #c7e5f9;
    color: #1e97e6;
    border-top: 1px solid #8ccaf2;
    border-bottom: none;
    padding-right: 8px;
}

.box-tags span.active i { padding-left: 7px; }

/* ------------------------------------------------------------------
    02.03. Separador destacado
------------------------------------------------------------------- */

.filters-box .last-popular::after {
    content: '';
    width: 15%;
    background: #ccc;
    height: 1px;
    display: block;
    vertical-align: middle;
    margin: 10px 0 20px;
}

/* ------------------------------------------------------------------

   03. Filtros específicos de VUELOS

------------------------------------------------------------------- */

/* [VUE] Selector de tipo de transporte */
.select-transport {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.select-transport > div {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    width: 33.33%;
}

.select-transport > div:first-of-type:not(:only-child) {
    border-radius: 1px 0 0 1px;
    border-right: medium none;
}

.select-transport > div:last-of-type:not(:only-child) {
    border-radius: 0 1px 1px 0;
    border-left: medium none;
}

.select-transport > div:hover { background-color: #f9f9f9; }

.select-transport > div.filt_active:hover,
.select-transport > div.filt_active {
    color: #fff;
    background-color: #2395e0;
    border-top-color: #227eb9;
}

/* Filtro tipo panel con botones */

.filter-button-panel ul {
    margin: -10px 0 0 -10px;
}

.filter-button-panel ul li {
    float: left;
    margin: 10px 0 0 10px;
}

.filter-button-panel ul li label {
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-family: open_sanssemibold, sans-serif;
    padding: 12px 14px;
    margin: 0;
    line-height: 14px;
}

.filter-button-panel.on-white-bg ul li label { background: #f4f4f4; }

.filter-button-panel label.disabled {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #ccc;
    cursor: default;
}

.filter-button-panel label.disabled img { opacity: 0.3; }

.filter-button-panel label:not(.disabled) { cursor: pointer; }

.filter-button-panel label:not(.disabled):hover { background-color: #f9f9f9; }

.filter-button-panel.on-white-bg label:not(.disabled):hover { background-color: #eee; }

.filter-button-panel label.active,
.filter-button-panel label.active:hover,
.filter-button-panel.on-white-bg label.active,
.filter-button-panel.on-white-bg label.active:hover {
    background-color: #c7e5f9;
    border-top-color: #8ccaf2;
    border-bottom-color: #c7e5f9;
    color: #1e97e6;
}

.filter-button-panel ul li label i {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin: -3px 0 0 2px;
}

.filter-button-panel input { display: none; }

.filter-button-panel ul li.filter-img img {
    display: block;
    margin: 0 auto;
}

.filter-button-panel ul li.filter-img label {
    padding: 5px 4px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.filter-button-panel ul li.filter-img label.active {
    border: 1px solid #1e97e6;
    background-color: #fff;
}

.filter-button-panel ul li.filter-img label.active span {
    color: #1e97e6;
}

.filter-button-panel ul li.filter-img label span {
    display: block;
    text-align: center;
    padding: 5px 0 0;
}

.filter-button-panel ul li.filter-img label:not(.disabled) span:hover { color: #1e97e6; }

.select2-search input {
    border: 1px solid #ccc;
    padding: 4px;
    font-size: 13px;
}

.select2-search input:focus {
    border-color: rgba(137, 185, 187, 1);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(137, 185, 187, 1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(137, 185, 187, 1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(137, 185, 187, 1);
}

/* Select2 MultiOpción */

.filter-multiple-select .select2-container {
    line-height: normal !important;
    width: 100% !important;
}

.filter-multiple-select .select2-selection--multiple {
    height: auto !important;
    border: 1px solid #ccc !important;
    min-height: 38px !important;
}

.filter-multiple-select .select2-selection--multiple:hover { cursor: pointer; }

.filter-multiple-select .select2-selection--multiple .select2-search input { text-align: left; }

.filter-multiple-select .select2-selection--multiple .select2-search input:hover { cursor: pointer; }

.filter-multiple-select .select2-selection--multiple .select2-search input:focus {
    border: none;
    box-shadow: none;
}

.filter-multiple-select .select2-selection--multiple .select2-selection__choice {
    background-color: #f0f0f0 !important;
    color: #666 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 6px !important;
}

.select2-dropdown { border-color: #ccc !important; }

.fees-info-text {
    font-size: 12px;
    color: #666;
    font-family: open_sansregular, sans-serif;
    width: 100%;
    line-height: 16px;
    padding: 0 0 10px;
}

.choose-filters .paymentMethodsPrice {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    padding-bottom: 20px;
}

.paymentMethodsPrice label {
    font-family: open_sanssemibold, sans-serif;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.applied-filters .paymentMethodsPrice .icon-info {
    color: #20a5dd;
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
}

.applied-filters .paymentMethodsPrice {
    float: right;
    font-family: open_sansregular, sans-serif;
}

.applied-filters .paymentMethodsPrice p {
    display: inline-block;
    float: left;
    line-height: 36px;
    margin-right: 10px;
}

.applied-filters .paymentMethodsPrice p .tooltipBoxPaymentMethods { display: none; }

.applied-filters .paymentMethodsPrice select {
    display: inline-block;
    float: left;
}

.paymentMethodsPrice .select2-container .select2-choice div b { margin-top: 14px; }

#paymentMethod { width: 210px; }

.paymentMethodsPrice .select2-drop .select2-results { overflow: auto !important; }

.paymentMethodsPrice .select2-drop .select2-results li {
    border-radius: 0 !important;
    color: #444;
    width: 100% !important;
}

.paymentMethodsPrice .select2-drop .select2-results li.select2-highlighted { color: #1e97e6; }

.paymentMethodsPrice .select2-drop .select2-results li:last-child { padding: 5px 7px; }

/* ------------------------------------------------------------------

    04. Filtros horizontales - Test A/B de VUELOS

------------------------------------------------------------------- */

.choose-filters.horizontal {
    border-top: 1px solid #ddd;
    height: 95px;
}

.choose-filters.horizontal .filters-box {
    width: 17%;
    float: left;
    display: inline-block;
    height: 95px;
    padding: 0 10px;
    border-bottom: 0;
    position: relative;
    overflow: visible;
}

.choose-filters.horizontal .airports-tab { width: 19%; }

.choose-filters.horizontal .companies-tab { width: 108px; }

.choose-filters.horizontal .filters-box:last-child { border-right: none; }

.choose-filters.horizontal .hourFilter .tit { display: none !important; }

.horizontal .border-right {
    border-right: 1px solid #ddd !important;
    height: 42px;
    width: 1px;
    float: right;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 0;
}

/* Eliminamos herencias de los filtros verticales */
.horizontal .select-transport > div {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    cursor: default;
    float: left;
    text-align: center;
    padding: 0;
    width: auto;
}

.horizontal .subtit {
    font-family: open_sansregular, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-top: 15px;
}

.horizontal .hourLabel { margin-top: 15px; }

.choose-filters.horizontal .filters { overflow: visible; }

.choose-filters.horizontal .select-transport {
    border-bottom: 0;
    display: inline-block;
    float: left;
    height: 95px;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
    width: 15%;
}

.horizontal .select-transport select { margin-top: 10px; }

/* estilos para los iconos de tipo de transporte - No implementado en select2 debido a su versión */
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'atrapaloico', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.horizontal .select2-choice .icon-VUE:before { content: "\e722"; }

.horizontal .select2-choice .icon-TRE:before { content: "\e61c"; }

.horizontal .select2-choice .icon-VUE-TRE:before { content: "\e722  / \e61c"; }

/* Selector de número escalas */
.horizontal .filter-escalas {
    margin-left: -10px;
    min-width: 200px;
}

.horizontal .filter-escalas ul {
    margin-top: 6px;
    overflow: hidden;
    float: left;
}

.horizontal .filter-escalas li label {
    background: linear-gradient(#f4f4f4, #efefef);
    background: -o-linear-gradient(#f4f4f4, #efefef);
    background: -moz-linear-gradient(#f4f4f4, #efefef);
    background: -webkit-linear-gradient(#f4f4f4, #efefef);
    color: #444;
}

.horizontal .filter-escalas label.disabled {
    background: linear-gradient(#fafafa, #f6f6f6);
    background: -o-linear-gradient(#fafafa, #f6f6f6);
    background: -moz-linear-gradient(#fafafa, #f6f6f6);
    background: -webkit-linear-gradient(#fafafa, #f6f6f6);
    border-top-color: #fafafa;
    border-bottom-color: #dcdcdc;
    color: #ccc;
}

.horizontal .filter-escalas label:hover:not(.disabled) { background: #eee; }

.horizontal .filter-escalas label.active,
.horizontal .filter-escalas label.active:hover {
    border-top-color: #8ccaf2;
    border-bottom-color: #c7e5f9;
    color: #1e97e6;
    background: #c7e5f9;
}

.horizontal .filter-escalas input { display: none; }

/* Slider de horarios */
.horizontal .filters-box .slider-container { padding-top: 25px; }

.horizontal .noUi-handle-lower { top: -7px; }

/* Icono triangular - filtro desplegado */
.horizontal .subtit.dropdown {
    cursor: pointer;
    line-height: 42px;
    margin-top: 0;
    padding-top: 45px;
    position: relative;
}

.horizontal .subtit.dropdown.active:after {
    bottom: -18px;
    border-top: 12px solid #fff;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    left: 43%;
    width: 0;
}

.horizontal .subtit.dropdown.active:before {
    bottom: -20px;
    border-top: 13px solid #d2d2d2;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    left: 43%;
    width: 0;
}

.horizontal .select-transport .select2-container {
    margin-top: 10px;
    padding: 0;
    width: 165px !important;
}

.horizontal .select-transport .select2-container a {
    height: 32px;
    line-height: 30px;
    margin-top: 5px;
    text-align: left;
    width: 145px;
}

.horizontal .select2-container .select2-choice div b { margin-top: 12px; }

.horizontal .select2-results .select2-result,
.horizontal .select2-results .select2-highlighted { text-align: left; }

.horizontal .select2-results .select2-result { color: #444; }

/* Correcciones para Select2 de selector de fees en horizontal */
.paymentMethodsPrice .select2-container a {
    line-height: 36px;
    height: 36px;
    text-align: left;
}

.paymentMethodsPrice .select2-container span { width: 100%; }

/* Tooltip del selector de fees para resultados con filtros horizontales */
.applied-filters .paymentMethodsPrice span.tooltipBoxPaymentMethods {
    background: none repeat scroll 0 0 #595959;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: none;
    font-family: open_sansregular, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 15px;
    position: absolute;
    right: 146px;
    top: -123px;
    width: 190px;
    z-index: 1;
}

.applied-filters .paymentMethodsPrice span.tooltipBoxPaymentMethods:before {
    bottom: -13px;
    border-top: 13px solid #595959;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: ' ';
    height: 0;
    left: 43%;
    position: absolute;
    width: 0;
}

/* [VUE] Filtros horizontales - Test A/B - Caja contenedora de los filtros */
.filter-dropdown {
    background: #f0f0f0;
    border-top: 1px solid #d2d2d2;
    box-shadow: inset 2px 1px 3px rgba(210, 210, 210, 0.5);
}

.filter-dropdown .delete-filters {
    border-top: 1px solid #dedede;
    box-shadow: inset 0 1px #f6f6f6;
}

.filter-dropdown .delete-filters p {
    color: #444;
    font-family: open_sansregular, sans-serif;
    font-size: 13px;
    line-height: 70px;
    text-align: center;
}

.filter-dropdown .airports ul { overflow: hidden; }

.filter-dropdown .airports span.tit,
.filter-dropdown .companies span.tit {
    color: #666;
    font-family: open_sanssemibold, sans-serif;
    font-size: 14px;
    text-shadow: 0 1px #fff;
}

.filter-dropdown .airports .filters-origin span.tit { margin-top: 40px; }

.filter-dropdown .airports .filters-destiny span.tit { margin-top: 30px; }

/* filtros de aeropuerto IDA/VUELTA */
.filter-dropdown .airports .filters-origin ul li {
    float: left;
    margin-top: 30px;
    margin-right: 10px;
}

.filter-dropdown .airports .filters-destiny ul { margin-bottom: 20px; }

.filter-dropdown .airports .filters-destiny ul li {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.filter-dropdown .airports ul li label {
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 2px;
    cursor: pointer;
    color: #444;
    float: left;
    font-family: open_sansregular, sans-serif;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 20px;
}

.filter-dropdown .airports ul li label:hover { background: #f9f9f9; }

.filter-dropdown .airports ul li label.active {
    background: #cae6e9;
    border-bottom: 0 none;
    border-top: 1px solid #a7cdd1;
    color: #1e97e6;
}

.filter-dropdown label .fa-check { display: none; }

.filter-dropdown label.active .fa-check {
    display: inline-block;
    font-size: 15px;
    text-shadow: 0 1px #fff;
}

.filter-dropdown .airports ul li label input[type="checkbox"] { display: none; }

.filter-dropdown .filter-separator {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f6f6f6;
    margin-top: 20px;
}

/* Icono de cerrar capa de filtros horizontales desplegables */
.warning_box .js-cerrar,
.filter-dropdown .js-cerrar {
    margin-right: 10px;
    padding-top: 10px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    z-index: 1;
}

.warning_box .js-cerrar:hover,
.filter-dropdown .js-cerrar:hover { text-decoration: none; }

.warning_box .js-cerrar i,
.desglose-canvas .close i,
.filter-dropdown .js-cerrar i {
    color: #999;
    font-size: 16px;
}

.warning_box .js-cerrar i:hover,
.desglose-canvas .close i:hover,
.filter-dropdown .js-cerrar i:hover {
    color: #444;
    cursor: pointer;
}

.filter-dropdown .companies ul,
.filter-dropdown .type-train ul { padding: 20px 0 10px !important; }

.filter-dropdown .companies ul li,
.filter-dropdown .type-train ul li {
    color: #666;
    float: left;
    font-size: 13px;
    font-family: open_sansregular, sans-serif;
    margin-bottom: 10px;
    text-transform: capitalize;
    width: 25%;
}

.filter-dropdown .companies .columns,
.filter-dropdown .type-train .columns { padding: 0; }

.filter-dropdown .companies label,
.filter-dropdown .type-train label {
    cursor: pointer;
    line-height: 29px;
}

.filter-dropdown .companies label input,
.filter-dropdown .type-train label input { display: none; }

.filter-dropdown .companies label:hover,
.filter-dropdown .type-train label:hover { color: #1e97e6; }

.filter-dropdown .companies label.active,
.filter-dropdown .type-train label.active {
    background: #ddf0fb;
    border-radius: 1px;
    color: #1e97e6;
    padding: 5px;
}

.choose-filters .featured-category {
    font-family: open_sanssemibold, sans-serif;
}

.choose-filters .featured-category label span > span {
    font-family: open_sansregular, sans-serif;
}

/* ------------------------------------------------------------------

    04. Media Queries

------------------------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1279px) {
    .filter-button-panel ul li.filter-img {
        width: 46%;
        margin-left: 4%;
    }

    .filter-button-panel ul li.filter-img label { width: 100%; }
}

@media (min-width: 641px) {
    .choose-filters .mobile-box { padding: 0; }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .applied-filters .title {
        display: inline-block;
        margin-top: 0;
        line-height: 18px;
        float: none;
    }

    .COC .applied-filters ul { min-height: 24px; } /* Evito efecto raro al aplicar filtro en coches */
    .applied-filters ul { display: block; }

    .applied-filters li {
        background-color: transparent;
        margin-right: 10px;
        padding: 0;
    }

    .applied-filters .select-view div { width: auto; }

    /* filtros verticales */
    #global { position: relative; }

    /* Capa en overlay con filtros para M */
    .choose-filters {
        font-family: open_sansregular, sans-serif;
        position: absolute;
        width: 320px;
        top: -1px;
        left: -320px;
        padding: 40px 20px 0;
        background-color: #f0f0f0;
        z-index: 1001;
    }

    .choose-filters .close {
        cursor: pointer;
        font-size: 14px;
        position: absolute;
        right: 20px;
        top: 0;
    }

    .choose-filters .width-for-m { width: 260px; }

    .overlay-filters {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

    .ESP .applied-filters li {
        margin-top: 0 !important;
    }

    .ESP .apply-filter-mobile { padding-bottom: 20px; } /* espacio bajo boton filtros */
}

@media (max-width: 640px) {
    .applied-filters ul {
        overflow: hidden;
        display: inline-block;
        float: left;
    }

    .ESP .applied-filters .title {
        line-height: 18px;
        float: none;
        min-width: 237px !important;
        padding: 0 !important;
    }

    .ESP .applied-filters .total-results {
        margin-top: 8px !important;
    }

    /* boton fees */
    .applied-filters .btn-fees {
        width: auto !important;
        padding: 6px;
        margin-top: 12px;
        color: #2c9ca7;
        font-family: open_sanssemibold, sans-serif;
        font-size: 13px;
        text-align: center;
        border: 1px solid #2c9ca7;
        border-radius: 3px;
        float: right;
    }

    .paymentMethodsPrice .select2-container { width: 100% !important; }

    .applied-filters .btn-filters {
        font-family: open_sanssemibold, sans-serif;
        line-height: 20px;
    }

    .applied-filters .title {
        margin-top: 0;
        width: auto;
        line-height: 20px;
        float: none;
    }

    .applied-filters li {
        background-color: transparent;
        margin-right: 4px;
        padding: 0;
        cursor: inherit;
    }

    .applied-filters .select-view div.changeView { width: 42px; }

    /* filtros verticales */
    .choose-filters {
        position: fixed;
        overflow: scroll;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #f0f0f0;
        z-index: 10;
        display: none;
        font-size: 13px;
        padding: 0;
    }

    .choose-filters .box-head {
        width: 100%;
        z-index: 2;
        top: 0;
        left: 0;
        position: absolute;
        padding: 0 10px;
    }

    .choose-filters .filters > .box-head {
        padding: 0 10px;
    }

    .choose-filters .filters {
        background-color: #f0f0f0;
        padding: 0 10px;
        border-bottom: 1px solid #bdbdbd;
        margin-bottom: 0;
    }

    .choose-filters h2 {
        color: #fff;
        background-color: #525252;
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 15px;
        text-align: center;
        font-size: 16px;
        font-family: open_sanssemibold, sans-serif;
    }

    .choose-filters .white-box-mobile {
        margin-top: 0;
        padding-bottom: 100px;
    }

    .choose-filters .mobile-box {
        margin-top: 44px;
        padding: 0 20px;
        padding-bottom: 110px;
    }

    .choose-filters .white-box-mobile.wb-fixed {
        margin-top: 44px !important;
    }

    .choose-filters .btn-mobile {
        position: absolute;
        background-color: #5d5d5d;
        color: #fff;
        font-size: 12px;
        text-transform: capitalize;
        padding: 5px;
        margin-right: 15px;
        margin-top: 6px;
        font-family: open_sansregular, sans-serif;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border: 1px solid #494949;
    }

    .choose-filters .tit {
        font-size: 14px;
        color: #444;
    }

    .choose-filters .show-filter-small,
    .choose-filters .form > div:last-of-type,
    .choose-filters li:last-of-type { border-bottom: medium none; }

    .choose-filters i { color: #888; }

    .choose-filters i.fa-inverse { color: #fff; }

    .apply-filter-mobile {
        text-align: center;
        position: fixed;
        z-index: 999999;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: rgba(252, 252, 252, 0.8);
        -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    .VUE .apply-filter-mobile { margin-left: -10px; }

    .apply-filter-mobile .btn {
        font-size: 20px !important;
        line-height: 20px;
        display: inline;
        margin: 12px 0 12px 10px;
    }

    .apply-filter-mobile .apply-filter-mobile__delete-filters {
        text-decoration: underline;
        margin-top: 15px;
        display: inline-block;
        width: 43%;
    }

    .filter-button-panel ul { margin-bottom: 10px; }

    .filter-button-panel li label,
    .filter-button-panel li label:hover {
        background: #f9f9f9;
        background: linear-gradient(to bottom, #f9f9f9 0%, #f4f4f4 100%);
        background: -o-linear-gradient(top, #f9f9f9 0%, #f4f4f4 100%);
        background: -ms-linear-gradient(top, #f9f9f9 0%, #f4f4f4 100%);
        background: -moz-linear-gradient(top, #f9f9f9 0%, #f4f4f4 100%);
        background: -webkit-linear-gradient(top, #f9f9f9 0%, #f4f4f4 100%);
        border-top: 1px solid #fff;
        border-bottom: 1px solid #d8d8d8;
    }

    .filter-button-panel label.active,
    .filter-button-panel label.active:hover {
        background: #c7e5f9;
        border-bottom-color: #c7e5f9;
        border-top-color: #8ccaf2;
        color: #1e97e6;
    }

    .filter-button-panel ul li.filter-img label { padding: 4px; }

    /* fees */
    .choose-filters .paymentMethodsPrice { border-bottom: medium none; }

    /* Caja de filtros en S */
    .white-box-mobile {
        background-color: #f0f0f0;
        border-bottom: 1px solid #bdbdbd;
        font-size: 14px;
        margin: 0 auto;
        padding: 0 15px;
    }

    /* Bloque de filtros en capa de filtros S */
    .choose-filters .filters-box:last-child { border-bottom: 0 none; }

    /* Número de filtros aplicados
    .applied-filters .title { float: left; } */

    .paymentMethodsPrice label {
        font-size: 11px;
        text-transform: uppercase;
        color: #888;
        text-shadow: 0 1px #fff;
        margin-top: 15px;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-top: 5px;
        background-color: #e9e9e9;
    }

    .paymentMethodsPrice li {
        font-size: 13px;
        color: #444;
    }

    .paymentMethodsPrice li:after {
        content: "\e608";
        font-family: 'atrapaloico', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        float: right;
        color: #d8d8d8;
        font-size: 18px;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .paymentMethodsPrice li.active:after { color: #1e97e6; }
}

@media (min-width: 480px) and (max-width: 640px) {
    /* Solución para "X Filtros aplicados" en M  */
    .HOT .applied-filters ul { min-width: 325px; }

    .HOT .applied-filters ul li { width: 340px; }
}

@media (min-width: 400px) and (max-width: 479px) {
    /* Solución para "X Filtros aplicados" en S  */
    .HOT .applied-filters ul { min-width: 190px; }
    .HOT .applied-filters ul li { width: auto; }

    .applied-filters .title {
        width: auto;
        line-height: 20px;
        float: none;
    }
}

@media (min-width: 320px) and (max-width: 399px) {
    /* Solución para "X Filtros aplicados" en S  */
    .HOT .applied-filters ul { min-width: 190px; }
    .HOT .applied-filters ul li { width: auto; }

    .applied-filters .title { line-height: 20px; }
}

@media (min-width: 552px) and (max-width: 640px) {
    /* Solución para "X Filtros aplicados" en M  */
    .VUE .applied-filters ul li { width: 220px; }

    .VUE .choose-filters .box-head { position: fixed !important; }

    .VUE .choose-filters .filters > .box-head { padding: 18px 10px 0; }
}

@media only screen and (min-width: 552px) {
    .choose-filters .box-head { position: relative !important; }
}

/* Spinner para filtros */

.choose-filters .spinner-wrap {
    position: relative;
    min-height: 200px;
}

.choose-filters .spinner-wrap i {
    font-size: 24px;
    color: #666;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}
/* ------------------------------------------------------------------
	Estilos comunes en resultados en ocio vacacional.

    01. Cambios generales a Ocio Vacacional
        1.1 Tï¿½tulo en resultados
        1.2 Precio mï¿½nimo garantizado
        1.3 Tu bï¿½squeda
        1.4 Paginador en resultados
        1.5 Publi lateral - Sky
        1.8 Buscadores
        1.9 Cajas de aviso de demanda y disponibilidad y de no dispo
        1.10 Iconos Sevicios - Checkin/checkout  en ficha HOT - VMH
        1.11 Meta-Atrapalo

	 02. [HOT] RESULTADOS
		2.1 [HOT] Criterios de ordenaciï¿½n en resultados
		2.2 [HOT] Caja con resultado
		2.3 [HOT] Tabla de tarifas en hoteles Resultados
		2.4 [HOT] Tab Opiniones en listado de resultados
		2.5 [HOT] Mapa: Caja del hotel
		2.6 [HOT] galerï¿½a de fotos abierta
		2.7 [HOT] Hotel hallazgo

	03. LANDING HOTELES
		3.1 Landing listados

	04. [Dynamic Packaging]
		4.1 Global
		4.2 Box resumen
		4.3 Filters
		4.4 Box results

	05. <empty>

    06. [COC] RESULTADOS
       6.1 [COC] Cajas Agrupaciï¿½n
       6.2 [COC] Cajas de aviso
       6.3 [COC] Cajas de resultados
       6.4 [COC] Sprite Logos Compaï¿½ï¿½as

	07. [Vuelo+Hotel]

------------------------------------------------------------------- */

/* ------------------------------------------------------------------
	01. Cambios generales a Ocio Vacacional
------------------------------------------------------------------- */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Forzamos el font-family para los iconos de AtrapaloIco */
* i,
* i:after,
* i:before,
* [class^="icon-"]:after,
* [class^="icon-"]:before,
* [class*=" icon-"]:after,
* [class*=" icon-"]:before { font-family: 'atrapaloico', sans-serif; }

/* Forzamos el font-family para los iconos de fontAwesome */
* i.fa,
* i.fa:after,
* i.fa:before { font-family: FontAwesome, sans-serif; }

.bgtextura {
    background-color: #f0f0f0;
    padding: 30px 0;
}

.bgtextura section.column {
    padding: 30px 0 0;
}

.bgtextura section.column:first-child {
    border-top: none;
    padding-top: 0;
}

.bgtextura section.column:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.reduced-price span {
    color: #ff810c;
    margin-top: 0 !important;
}

.green-text { color: #218d3d; }

.green-text i.fa-check {
    font-size: 10px;
    line-height: 11px;
}

/* Campo del select2 con la propiedad disabled */
.select2-container.select2-container-disabled,
.select2-container.select2-container--disabled,
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choice span {
    opacity: 0.75;
    cursor: default !important;
}

.caja-form .select2-container .select2-choice div b { margin-top: 16px; }

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

.padtop10 { padding-top: 10px; }
.pad8top { padding-top: 13px; }
.pad12top { padding-top: 16px; }
.font-12 { font-size: 12px; }

.font-20 {
    font-size: 20px;
    margin-top: -2px;
    display: inline-block;
    font-family: 'open_sanssemibold', sans-serif;
}

/* -----------------------------------------------------------
	1.1 tï¿½tulo en resultados
----------------------------------------------------------- */
h1.openFontSemiBold,
.h1-address-hotel-one {
    color: #444;
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0 0;
    font-family: 'open_sanssemibold', sans-serif;
    padding: 10px;
}

/* -----------------------------------------------------------
	1.2 Precio mï¿½nimo garantizado
----------------------------------------------------------- */
.price-guarantee-section { min-height: 40px; }

.precio-garantizado-box { position: relative; }

.icon-sello {
    position: absolute;
    right: 36px;
    top: 50px;
}

.icon-sello:before {
    font-family: 'atrapaloico', sans-serif;
    font-size: 53px;
    color: #e6002c;
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .icon-sello { right: 13px; }

    #sumUpSearchContainer {
        width: 100%;
        padding-right: 65px;
    }
}

/* -----------------------------------------------------------
	1.3 Tu bï¿½squeda
----------------------------------------------------------- */
.your-search {
    display: block;
    width: 100%;
}

.your-search span {
    font-size: 13px;
    font-family: 'open_sanssemibold', sans-serif;
    color: #2c9ca7;
    padding-right: 9px;
    line-height: 40px;
}

.your-search .sep-right {
    border-right: 1px solid #ddd;
    margin-right: 10px;
    padding-right: 9px;
    display: inline;
}

.your-search .make-new-search {
    border-left: 0 !important;
    display: inline-block;
    padding-left: 0 !important;
    position: relative;
}

.your-search .font-regular {
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.openNewSearchForm.active:before {
    bottom: -10px;
    border-top: 10px solid #c3c3c3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    right: 80px;
    width: 0;
    z-index: 1;
}

.openNewSearchForm.active:after {
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    content: ' ';
    height: 0;
    position: absolute;
    right: 80px;
    width: 0;
    z-index: 1;
}

.your-search span span { padding-right: 0; }

.your-search span i {
    display: inline-block;
    height: 24px;
    margin-right: 4px;
    width: auto;
}

.your-search .title {
    font-family: 'open_sanssemibold', sans-serif;
    text-transform: uppercase;
}

.your-search .title i {
    background-position: -960px -270px;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: -5px;
    width: 5px;
}

/* Nï¿½mero de noches adquiridas en HOT */
.your-search span#searchDates { font-size: 13px; }

.your-search span.num-nigths {
    font-family: 'open_sansregular', sans-serif;
    font-style: italic;
    font-size: 12px;
}

.your-search span#searchDates span {
    font-style: normal;
    font-size: 13px;
}

/* Alojamientos en tu bï¿½squeda en HOT */
.your-search span.alojamientos i {
    font-size: 14px;
    line-height: 14px;
    margin-left: 7px;
    height: auto;
}

.pull-left { float: left !important; }

.pull-right { float: right !important; }

.your-search .make-new-search i {
    margin-bottom: -5px;
    background-position: -980px -270px;
}

.your-search .make-new-search.active a img { background-position: -25px -170px; }

.your-search .make-new-search a span,
.your-search .make-new-search a:hover span { color: #e6002c; }

.your-search .make-new-search a:hover,
.your-search .make-new-search a:hover span { text-decoration: underline; }

.new-search {
    padding: 40px 0 30px;
    height: auto;
}

.new-search .close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -27px;
}

.new-search .close i { color: #aeaeae; }

.new-search .close:hover i { color: #666; }

.results-canvas { min-height: 1200px; }

.results-container { position: relative; }

@media only screen and (max-width: 640px) {
    /* Bug #246519 - efecto zoom en iphone al hacer click en resultados de hoteles entre hoteles y escapadas - scrol horizontal */
    .results-container { overflow: hidden; }
}

/* Progress bar para resultados hoteles y vuelos */
.progress-bar {
    width: 100%;
    position: fixed;
    height: 3px;
    background: #1e97e6;
    top: 0;
    left: 0;
    z-index: 100;
}

/* Your Search in Hotel Profile */

#header-profile-finder.landing { height: 0 !important; }

.your-search-profile {
    min-height: 40px;
    border-top: 1px solid #dadada;
}

.your-search-profile .back-to-list {
    margin-right: 5px;
    height: 40px;
    border-right: 1px solid #dadada;
    display: inline-block;
}
.search-lite .occupancy-container { top: 70px; }

/* Spans nueva busqueda despliegan formulario */

/* M, L y XL */
@media (min-width: 641px) {
    .your-search span:not(.make-new-search)[data-action]:hover {
        cursor: pointer;
        text-decoration: underline;
    }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .app-sumup-superior-container .your-search-profile {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .your-search-profile {
        min-height: auto;
        border-top: none;
    }

    .your-search-profile span { line-height: 25px; }

    .your-search-profile .back-to-list { height: auto; }

    .your-search { padding: 0; }

    .your-search span i { height: inherit; }

    /* Ajuste de los campos de fecha para M */
    .campo-fecha .input-iconed { width: 100%; }

    /* Nueva bï¿½squeda - Triï¿½ngulo buscador desplegado */
    .openNewSearchForm.active:before { bottom: -10px !important; }
    .openNewSearchForm.active:after { bottom: -9px !important; }
}

@media (max-width: 640px) {
    /* Your search */
    .your-search { /* RESULTADOS */
        background-color: #444;
        color: #f1f1f1;
        display: block;
        overflow: hidden;
    }

    .your-search span { /* RESULTADOS */
        color: #f1f1f1;
        display: block;
        line-height: 14px;
        padding: 0 !important;
    }

    .your-search .destination-vmh { margin-top: 8px; } /* RESULTADOS */

    /* Alojamientos en tu bï¿½squeda en HOT */
    .your-search span.alojamientos i { /* RESULTADOS */
        margin-left: 3px;
    }

    /* Tu bï¿½squeda - Destino */
    .your-search .alojamientos { /* RESULTADOS */
        clear: both;
        display: block;
        float: left;
        margin-top: 8px;
    }

    /* Tu bï¿½squeda - Fecha */
    .your-search .fecha { /* RESULTADOS */
        clear: both;
        display: block;
        float: left;
    }

    .your-search .small-block {
        margin-bottom: 3px;
        clear: left;
    }

    .your-search .fecha i { /* RESULTADOS */
        float: left;
        line-height: 18px;
    }

    .your-search i:before,
    .your-search span { /* RESULTADOS */
        line-height: 18px;
        font-size: 12px;
    }
    .your-search span i { height: auto; } /* RESULTADOS */

    .your-search .fecha span { /* RESULTADOS */
        float: left;
        margin-right: 5px;
    }

    .your-search .sep-right { /* RESULTADOS */
        border-right: 0 none;
        clear: both;
        display: block;
        float: left;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .your-search .sep-right i { /* RESULTADOS */
        float: left;
        margin-top: 0 !important;
        margin-right: 5px !important;
    }

    .your-search .sep-right i:first-child {
        margin-left: 0 !important;
    }

    .your-search .sep-right span { float: left !important; } /* RESULTADOS */
    .HOT .your-search .sep-right span { float: left !important; } /* RESULTADOS */

    /* botï¿½n Cambiar bï¿½squeda en S */
    .HOT .your-search .make-new-search { /* RESULTADOS */
        border-left: none;
        float: right;
        padding-left: 0;
        margin-top: -26px;
    }

    /* Caja gris your-search resultados COC */
    .COC .your-search .left-block {
        width: 75%;
        float: left;
        margin-top: 10px;
    }

    .COC .your-search .right-block {
        width: 25%;
        float: right;
    }

    .COC .your-search .make-new-search {
        float: right;
        margin-top: 10px;
    }

    .your-search .make-new-search .openNewSearchForm {                 /* RESULTADOS */
        background: #5b5b5b;
        background: linear-gradient(to bottom, #5b5b5b 0%, #515151 100%);
        background: -o-linear-gradient(top, #5b5b5b 0%, #515151 100%);
        background: -ms-linear-gradient(top, #5b5b5b 0%, #515151 100%);
        background: -moz-linear-gradient(top, #5b5b5b 0%, #515151 100%);
        background: -webkit-linear-gradient(top, #5b5b5b 0%, #515151 100%);
        box-shadow: inset 0 -1px 1px #4b4b4b, inset 0 1px 1px #686868;
        border-radius: 3px;
        border: 1px solid #494949;
        color: #fff;
        float: right;
        height: 34px;
        line-height: 34px;
        padding: 8px 10px;
    }

    .your-search .make-new-search a span,
    .your-search .make-new-search a:hover span { color: #fff; }

    .openNewSearchForm.active:after,
    .openNewSearchForm.active:before { content: none; }
}

/* -----------------------------------------------------------
	1.4 Paginador - numeros, flechas, etc
----------------------------------------------------------- */
.flex-gallery-wrapper .paginador.row.clearb { display: block; }

.paginador {
    color: #777;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.paginador span { font-family: 'open_sanssemibold', sans-serif; }

.opi-responsive {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 120px;
}

.opi-responsive .paginador div { margin-top: -30px; }

.paginador ul { display: inline-block; }

.paginador li {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 14px;
    float: left;
}

.paginador li a {
    color: #777;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    width: 40px;
}

.paginador li a:hover { text-decoration: none; }

.paginador li a i {
    line-height: 40px;
    vertical-align: middle;
}

.paginador li:first-child { border-left: 1px solid #d8d8d8; }

.paginador li.etc {
    border-top: medium none;
    border-bottom: medium none;
}

.paginador li.active {
    border: 1px solid #2c9ca7;
    color: #2c9ca7;
}
.paginador li:hover { background-color: #e6e6e6; }

.paginador li.active:hover,
.paginador li.etc:hover,
.paginador li.inactive:hover { background: none; }

.paginador li.active,
.paginador li.etc,
.paginador li.inactive { cursor: auto; }

.paginador li img {
    background: url('/assets/images/v12/sprite-esp.png') no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    margin-bottom: -1px;
}

.paginador .prev img { background-position: -253px -87px; }

.paginador .prev.inactive img { background-position: -211px -87px; }

.paginador .next img { background-position: -271px -87px; }

.paginador .next.inactive img { background-position: -230px -87px; }

/* boton subir */
.up {
    border: 1px solid #d8d8d8;
    background-color: #f0f0f0;
    color: #666;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    padding: 10px;
}

@media (min-width: 320px) and (max-width: 978px) {
    .up {
        padding: 10px 4px;
    }

    .text-paginator-medium {
        font-size: 14px;
    }
}

.paginador .up { margin-top: 0; }

.opi-responsive .up {
    bottom: 65px;
    display: block;
    position: absolute;
    right: 0;
}

.up:hover {
    background-color: #e6e6e6;
    text-decoration: none;
}

.up:visited,
.up:hover,
.up:active { color: #666; }

/* ------------------------------------------------------------------
	1.5 Publi lateral - Sky
------------------------------------------------------------------- */
.COC .banner-sky { top: 0; }

/* ------------------------------------------------------------------
	1.8 Buscadores
------------------------------------------------------------------- */

/* Iconos en desplegables de fecha en el buscador general de la home HOT responsive */
.input-txt .calendar:after {
    left: 7px;
    top: 8px;
}

.input-iconed input {
    padding-left: 34px !important;
    color: #000 !important;
}

/* Icono X de cerrar buscador de Nueva bï¿½squeda desplegado */
.wid-search .close,
#finderContainer .close {
    font-size: 13px;
    color: #999;
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.wid-search .close:hover,
#finderContainer .close:hover {
    color: #444;
    cursor: pointer;
}

/* botï¿½n buscar en formulario nueva busqueda en resultados HOT */
.search-results-form .boton-buscar { margin-top: 9px; }

.HOT .boton-buscar .btn {
    font-size: 20px;
    height: 38px;
    line-height: 30px;
}

.boton-buscar input {
    display: block;
    padding-bottom: 0;
    width: 100%;
}

/* Campos de input de selecciï¿½n de fecha */
.input-iconed input.fecha-entrada,
.input-iconed input.origen {
    padding-right: 0;
    border-radius: 2px 0 0 2px;
}

.check-out-disabled {
    pointer-events: none !important;
}

.input-iconed input.fecha-salida,
.input-iconed input.destino {
    border-radius: 0 2px 2px 0;
    padding-right: 0;
}

.input-iconed input.fecha-salida { border-left: 0 none; }

/* Flecha desplegable del dropdown */
.input-iconed .dropdown::after,
.input-txt .dropdown::after {
    content: ' ';
    display: block;
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    right: 10px;
    left: auto !important;
    position: absolute;
    top: 30%;
    width: 0;
}

/* Modal de selecciï¿½n de ocupaciï¿½n */
.occupancy-container {
    width: 730px;
    color: #444;
    background-color: #fff;
    border: solid 1px #c3c3c3;
    position: absolute;
    right: 10px;
    top: 70px;
    z-index: 1001;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.occupancy-container:before {
    content: ' ';
    position: absolute;
    top: -10px;
    right: 10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #c3c3c3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.occupancy-container:after {
    content: ' ';
    position: absolute;
    top: -9px;
    right: 10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.COC .occupancy-container {
    width: auto;
    padding: 0;
    color: #444;
    background-color: #fff;
    border: none;
    box-shadow: none;
    position: initial;
    right: 0;
    top: 0;
    z-index: 1001;
}

.COC .occupancy-container:before {
    content: ' ';
    position: normal;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.COC .occupancy-container:after {
    content: ' ';
    position: normal;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

/* Ajuste de labels en formulario */
.caja-form .labels { margin: 0 0 15px; }

/* botï¿½n de borrar texto en input-text */
.icon-cancel-circle { width: auto; }

.icon-cancel-circle:before {
    content: "\e615";
    font-family: 'atrapaloico', sans-serif;
}

.occupancy-row:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.occupancy-row h3 {
    color: #888;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

/* Link borrar habitaciï¿½n en modal de ocupaciï¿½n */
.delete-room {
    color: #e6002c;
    cursor: pointer;
    font-family: 'open_sanssemibold', sans-serif;
}

.occupancy-row div { margin-bottom: 5px; }

.occupancy-row label {
    color: #444;
    margin-bottom: 5px;
}

.occupancy-row label .normal {
    font-family: "open_sansregular", sans-serif;
    color: #888;
    font-style: italic;
}

.occupancy-row .edadesf,
.occupancy-row .adultosf,
.occupancy-row .childsf { float: left; }

/* Mensajes de error en selector de ocupaciï¿½n */
.occupancy-row .edadesf li { position: static !important; }

.occupancy-row .edadesf li .error_message {
    position: absolute;
    left: 0;
    top: 42px;
}

.occupancy-row .edadesf .select2-container,
.occupancy-row .edadesf .select2-choice,
.occupancy-row .adultosf .select2-container,
.occupancy-row .adultosf .select2-choice,
.occupancy-row .childsf .select2-container,
.occupancy-row .childsf .select2-choice { width: 55px !important; }

.occupancy-row .edadesf li:last-child { margin-right: 0 !important; }

.addRoom {
    color: #e6002c;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
}

.addRoom i { margin-right: 5px; }

.addRoom span { font-size: 18px; }

.container-button-box { text-align: center; }

.cancel-occupancy {
    cursor: pointer;
    margin-right: 20px;
    line-height: 28px;
    font-family: "open_sansregular", sans-serif;
    font-size: 12px;
    display: inline-block;
}

.occupancy-container .container-occupancy-rooms { padding: 25px 20px 0; }

.occupancy-container .container-occupancy-buttons {
    background-color: #f0f0f0;
    padding: 25px 20px;
    border-top: 1px #ccc solid;
    width: 100%;
}
.occupancy-container .container-occupancy-buttons .cancel-occupancy { line-height: 32px; }

.btnbox .apply-occupancy {
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 13px;
    width: 98px;
    font-size: 18px !important;
    display: inline-block;
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    /* Botï¿½n buscar en nueva bï¿½squeda desplegado a M */
    .boton-buscar input {
        text-align: center !important;
        margin: 0 auto !important;
    }

    /* Ajustes para el botï¿½n buscar de nueva bï¿½squeda */
    .HOT .boton-buscar .form-submit { width: 100%; }

    .HOT .boton-buscar input {
        margin: 0 auto !important;
        text-align: center !important;
        width: 30%;
    }
}

/* ------------------------------------------------------------------
	1.9 Cajas de aviso de demanda y disponibilidad y de no dispo
------------------------------------------------------------------- */
.warning_box {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f7f7f7;
    position: relative;
}

.HOT #box-reclamo-aviso.warning_box { height: 72px; }

.warning_box .s12 {
    margin-right: 10px;
    background-position: -750px -110px;
    float: left;
}

.warning_box p {
    margin-top: 12px;
    font-size: 13px;
}

/* botï¿½n cerrar del banner */
.warning_box .js-cerrar {
    float: none !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.warning_box .js-cerrar:hover { text-decoration: none; }

.warning_box .js-cerrar i {
    font-size: 16px;
    color: #999;
}
.warning_box .js-cerrar i:hover { color: #444; }

/* Error box - No dispo
----------------------------------------------------------- */
.error_box,
.info_box {
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
}

.error_box { background-color: #ffeab1; }

.info_box { background-color: #d2e4f2; }

.HOT #box-reclamo-aviso.error_box { height: 72px; }

.error_box .s12,
.info_box .s12 {
    margin-right: 10px;
    background-position: -380px -270px;
    float: left;
}

.error_box .s12 { background-position: -380px -270px; }

.info_box .s12 { background-position: -420px -270px; }

.error_box p,
.info_box p {
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 16px;
}

.error_box .box-close,
.info_box .box-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.error_box .box-close:hover,
.info_box .box-close:hover { text-decoration: none; }

.error_box .box-close i,
.info_box .box-close i {
    font-size: 14px;
    color: #999;
}

.error_box .box-close i:hover,
.info_box .box-close i:hover { color: #444; }

/* -----------------------------------------------------------------
	1.10 Iconos Sevicios - Checkin/checkout  en ficha HOT - VMH
------------------------------------------------------------------- */

/* Icones de servicios */
ul.contener-services-hotel li {
    padding-bottom: 15px;
    vertical-align: top;
}

.item-servicio {
    background-color: #d3eafa;
    color: #1e97e6;
    border-radius: 50px;
    display: inline-block;
    width: 64px;
    height: 64px;
    padding-top: 4px;
    vertical-align: middle;
}

.item-servicio:before {
    font-size: 46px;
    font-style: normal;
    line-height: 57px;
    display: block;
}

.ico-spa:before {
    position: relative;
    top: -7px;
    left: -3px;
}

.ico-piscina {
    position: relative;
    top: -2px;
}

.icon-parking_4:before {
    font-size: 49px;
    position: relative;
    top: -2px;
    left: 2px;
}

.ico-wifi:before {
    position: relative;
    top: -2px;
}

.text-serv-min {
    font-size: 11px;
    text-align: center;
    width: 100%;
    padding-top: 3px;
}

/* CKECK-IN CHECK-OU
======================== */
.border-top-check {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.ckeck-in-ico {
    font-size: 28px;
    color: #8d8d8d;
    float: left;
    margin: 7px 5px 25px 0;
}

.ico-next-clock {
    color: #1e97e6;
    position: absolute;
    font-size: 14px !important;
    top: 7px;
    left: -7px;
    background-color: #fff;
    border-radius: 15px;
    padding: 1px 2px;
}

.title-blue-check {
    color: #1e97e6;
    font-family: 'open_sanssemibold', sans-serif;
    padding-top: 5px;
    padding-bottom: 1px;
    font-size: 14px;
}

.hot-description .cont-info-ckeck p:last-child { padding-left: 33px; }

.border-bottom-horario {
    border-bottom: 1px solid #bcdee1;
    margin-bottom: 15px;
}

/*  1.11. Metasearcher
=========================================================================================================== */

/* ------------------------------------------------------------------
	02. [HOT] RESULTADOS
------------------------------------------------------------------- */

.results-hotels-block {
    min-height: 1200px;
}

/* Solo para los nuevos resultados de HOT */
.region-maps .maps-container {
    padding-left: 3px;
    padding-right: 0;
    width: 100%;
}

/* botï¿½n de ver mapa en resultados */
.region-maps .map-button {
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 1px;
    cursor: pointer;
    float: left;
    padding: 6px;
    text-align: center;
    width: auto;
}

.HOT .region-maps .map-button {
    border: 0;
    border-bottom: 1px solid #ccc;
    background-color: white;
    border-radius: 1px;
    cursor: pointer;
    float: none;
    padding: 13px 0;
    text-align: center;
    width: 100%;
    height: 61px;
}

.region-maps .map-button i {
    color: #666;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 17px;
}

/* Solo para los nuevos resultados de HOT */
.HOT .region-maps .map-button i {
    color: #e6002c;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.region-maps .map-button span {
    color: #666;
    display: inline-block;
    float: left;
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    margin-left: 5px;
}

/* Solo para los nuevos resultados de HOT */

@media (min-width: 1024px) {
    .HOT .region-maps { border-bottom: 1px solid #ccc; }

    .HOT.results .region-maps { border-bottom: 0; }

    .HOT .region-maps .map-button {
        border-bottom: 0;
        height: 60px;
    }

    .HOT .region-maps .map-button::before {
        background: url('/assets/images/backgrounds/maps_xl.png');
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #fff;
        content: "";
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 5px;
        opacity: 0.7;
    }

    .HOT .region-maps .map-button:hover::before {
        opacity: 1;
    }

    .HOT .region-maps .map-button-content {
        background-color: #fff;
        border: 2px solid rgba(64, 159, 221, 0.25);
        border-radius: 2px;
        margin: 4px auto;
        position: relative;
        width: 90px;
    }

    .HOT .region-maps .map-button-content::before {
        background-image: url('/assets/images/maps/map-hotel-detail.svg');
        background-size: 23px 27px;
        content: " ";
        display: inline-block;
        position: absolute;
        left: -14px;
        top: -3px;
        height: 27px;
        width: 23px;
    }

    .HOT.it .region-maps .map-button-content {
        width: 120px;
    }
}

.HOT .region-maps .map-button span {
    color: #e6002c;
    display: inline-block;
    float: none;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-left: 0;
    text-transform: uppercase;
    vertical-align: middle;
}

@media (min-width: 641px) and (max-width: 1023px) {
    .HOT .region-maps .map-button span {
        font-size: 12px;
        margin-left: 2px;
    }

    .HOT div#linkResultadosMapa {
        width: 50px;
        height: 50px;
        margin-top: 0;
        border-radius: 50%;
    }

    .HOT .region-maps .map-button {
        border: none;
        background: url('/assets/images/backgrounds/maps.jpg');
        background-position: -4px -30px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .HOT .region-maps .map-button:hover {
        background: url('/assets/images/backgrounds/maps.jpg');
        background-position: -4px -30px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }
}

.region-maps .map-button:hover {
    background: #f9f9f9;
    cursor: pointer;
}

/* Ver mas tarifas - Resultados */
.ver-mas-tarifas,
.hot-ver-mas {
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
}

.ver-mas-escapadas {
    margin-top: 0 !important;
}

@media (max-width: 640px) {
    .hot-ver-mas {
        display: none;
    }

    .ver-mas-escapadas {
        margin-bottom: 10px !important;
        display: inline-block !important;
    }
}

#supplementInfo {
    height: 100px;
    text-align: center;
    width: 100%;
}

#supplementInfo p {
    text-align: left;
}

#supplementInfo i {
    font-size: 30px;
    margin-top: 40px;
    text-align: center;
}

/* Checkbox VMH */
#header-profile-finder-lite.landing .app-finder-superior-container { padding-bottom: 15px; }

.caja-form-vue.negative { color: #fff; }

.caja-form-vue .ticket {
    background-color: #7a9036;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    margin-left: 10px;
    padding: 5px;
    position: relative;
    white-space: nowrap;
    font-family: 'open_sanssemibold', sans-serif;
}

.dispo-bar .caja-form-vue .ticket {
    background-color: #e7f3e3;
    color: #51a03c;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    margin-left: 10px;
    padding: 5px;
    position: relative;
    white-space: nowrap;
    font-family: 'open_sanssemibold', sans-serif;
}

.dispo-bar .caja-form-vue .ticket::first-letter,
.caja-form-vue .ticket::first-letter { text-transform: uppercase; }

/* Se oculta el check mark en el nuevo diseno 03/08/2016 */
.caja-form-vue .ticket i {
    display: none;
}

/* Refactor de css en los checkboxes para cuando cae a doble lï¿½nea: Aï¿½adir vuelo en home hot se desmaqueta */
.HOT .caja-form-vue .ticket { margin-top: -4px; }

.caja-form-vue.negative .ticket {
    background-color: #fff;
    color: #61ad41;
}

.caja-form-vue .ticket::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 8px solid #7a9036;
    border-bottom: 13px solid transparent;
}

.dispo-bar .caja-form-vue .ticket::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 8px solid #e7f3e3;
    border-bottom: 13px solid transparent;
}

.caja-form-vue.negative .ticket::before { border-right-color: #fff; }

.caja-form-vue .fa-plane {
    font-size: 16px;
    transform: rotate(45deg);
    margin: 0 3px;
    vertical-align: -1px;
}

/* #248685 Aï¿½adir vuelo en ficha de hoteles se desmaqueta. */
.HOT .caja-form-vue .fa-plane { margin: 0 3px 0 -5px; }

.caja-form-vue .box-input-origin {
    background-color: #ddd;
    display: inline-block;
    float: none !important;
    padding: 20px;
    position: absolute;
    top: 35px;
    left: 10px;
    width: 65%;
    min-width: 400px;
    z-index: 8;
}

.dispo-bar .caja-form-vue .box-input-origin {
    display: none;
    width: 400px;
    top: 45px;
}

.caja-form-vue .box-input-origin::before {
    content: "";
    top: -10px;
    border-bottom: 10px solid  #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
}
.caja-form-vue .box-input-origin label { color: #444; }

.find-nights-results {
    color: #444;
    padding-bottom: 10px;
    text-align: right;
}

/* Estilos provisionales hasta que no tengamos implementados los filtros nuevos en todas las paginas. despuï¿½s... BORRAR! */

#linkResultadosMapa.map-provisional-styles {
    margin-top: -4px;
    padding: 10px;
    height: 42px;
    border-radius: 3px;
}

/*    MEDIA QUERIES     */

/* S */
@media (max-width: 640px) {
    /* Icono de ver mapa */
    .region-maps .map-button {
        height: 30px;
        margin-top: 4px;
        width: 30px;
    }

    .sticky-bar-filters-hot {
        position: fixed;
        width: 100%;
        z-index: 10;
        top: 0;
        left: 0;
        background: #fff;
        padding: 0 12px;
    }

    .sortingContainer-modified-by-sticky {
        margin-top: 62px;
        position: relative;
    }

    .--map-modified-style {
        position: fixed !important;
        top: 9px !important;
        right: 7px !important;
        z-index: 11 !important;
    }

    /* Anadido debido a eliminaciï¿½n de margintop8 del tag contenedor */
    .HOT .region-maps .map-button {
        margin-top: 8px;
        border: none;
        background: url('/assets/images/backgrounds/maps.jpg');
        background-position: -4px -30px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .HOT .region-maps .map-button:hover {
        background: url('/assets/images/backgrounds/maps.jpg');
        background-position: -4px -30px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .caja-form-vue .box-input-origin {
        width: calc(100% - 20px);
        min-width: 260px;
    }

    div#linkResultadosMapa {
        width: 35px;
        height: 35px;
    }

    .region-maps .map-button i {
        font-size: 26px;
        margin-left: -1px;
        color: #666;
        margin-top: 1px;
    }

    .dispo-bar .caja-form-vue .box-input-origin {
        width: 310px;
    }

    /* Solo para los nuevos resultados de HOT */
    .HOT div#linkResultadosMapa {
        width: 50px;
        height: 50px;
        margin-top: 0;
        border-radius: 50%;
    }

    .region-maps .maps-container { padding: 0; }

    /* Solo para los nuevos resultados de HOT */
    .HOT .region-maps .map-button i {
        font-size: 24px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .occupancy-container {
        width: 390px;
        left: 10px;
        right: inherit;
    }

    .occupancy-container::before {
        left: 10px;
        right: inherit;
    }

    .occupancy-container::after {
        left: 10px;
        right: inherit;
    }

    #linkResultadosMapa.map-provisional-styles span {
        float: right;
    }
}

@media (max-width: 374px) and (min-width: 300px) {
    .dispo-bar .caja-form-vue .box-input-origin {
        width: 260px;
    }
}

/* ------------------------------------------------------------------
	2.1 [HOT] Criterios de ordenaciï¿½n en resultados
------------------------------------------------------------------- */
.order-by-container {
    float: none;
}

/* Fix landing result hot */
.results .order-by {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.results .order-by.special-line {
    border-bottom: solid 1px #ddd;
}

.order-by {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    z-index: 2;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .results .order-by { margin: 20px 0; }
}

.order-by .txt-order-by span,
.view-by span {
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px;
    color: #444;
    float: left;
    padding: 22px 5px;
    text-transform: uppercase;
    white-space: nowrap;
    border: none;
}

.order-by ul { display: table; }

.order-by ul li {
    font-size: 13px;
    color: #666;
    display: table-cell;
    text-align: center;
    padding: 8px 7px 6px;
    line-height: 44px;
}

.order-by ul li:not(.active):hover,
.view-by ul li:not(.active):hover {
    cursor: pointer;
    background-color: #f4f4f4;
    color: #444;
}

.order-by li.active {
    border-bottom: 2px solid #e6002c;
    box-sizing: border-box;
    pointer-events: none;
    font-family: 'open_sanssemibold', sans-serif;
}

.order-by li.active span { color: #e6002c; }

@media screen and (max-width: 640px) {
    .view-by a,
    .view-by ul li { padding: 0 8px; }
}

/* Spinner */

.order-by .spinner-wrap { min-height: 60px; }

.order-by .spinner-wrap i {
    font-size: 20px;
    color: #666;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}

/*    MEDIA QUERIES     */

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .caja-form-vue .box-input-origin {
        width: 83%;
        position: relative;
        left: 0;
        top: 15px;
    }

    .dispo-bar .caja-form-vue .box-input-origin {
        top: 15px;
    }
}

/* S */
@media (max-width: 640px) {
    /* Ajuste de los campos de fecha para S */
    .campo-fecha .input-iconed { width: 100%; }

    .caja-form-vue .box-input-origin {
        position: relative;
        width: 96%;
        top: 15px;
    }

    .dispo-bar .caja-form-vue .box-input-origin {
        top: 15px;
    }
}

/* ------------------------------------------------------------------
	2.2 [HOT] Caja con resultado
------------------------------------------------------------------- */

/* Contenedor general de cajas de resultados - Bug #237344 */
.HOT #box_resultados {
    clear: both;
    position: relative;
}

.HOT #hotelsContainer .loading-list {
    position: absolute;
    top: auto;
    z-index: 3;
    margin-top: 200px;
    margin-bottom: 100px;
}

@media (max-width: 640px) {
    .HOT #viewContainer .loading-list {
        margin-top: 100px;
    }
}

.box-result {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.box-result .nombre {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.1px;
}

/* Descuento en caja de resultado de bï¿½squeda de hotel */
.box-result .descuento {
    height: 60px;
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}

/* Triï¿½ngulo de descuento */
.box-result .descuento:before {
    background: #fd9a00;
    border-bottom: 39px solid #fd9a00;
    border-left: 39px solid transparent;
    border-right: 39px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: -25px;
    top: -6px;
    width: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 0;
}

/* Valor del descuento */
.box-result .descuento span {
    color: #fff;
    display: block;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 16px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 7px 0 0 22px;
    z-index: 1;
    text-align: center;
}

/* botï¿½n mï¿½s Informaciï¿½n */
.resultadosHotel .btn.large {
    margin: 0;
    padding: 0 24px;
    font-size: 20px;
    line-height: 30px;
}

/* Valoracion, opiniones y precio */

/* OPINIONES */
.box-resultados .box-result .valor {
    clear: left;
    float: left;
    font-family: 'open_sansregular', sans-serif;
    text-align: right;
    width: 66.6% !important;
}

/* Caja contenedora de la opiniï¿½n */
.box-result .valor {
    width: 220px;
    margin: 1px 0 3px;
    font-family: 'open_sansregular', sans-serif;
    text-align: left;
    position: relative;
}

/* Valor aï¿½adido del rï¿½gimen en cada hotel */
.box-resultados .box-result .added-value {
    color: green;
    clear: both;
    padding-top: 5px;
}

.box-resultados .box-result .box-foot-tarifa .valor {
    margin: 0;
    width: 100px;
}

.box-resultados .box-result .opiniones {
    font-size: 12px;
    font-weight: 400;
}

/* Opiniones y opiniones trip advisor en Hoteles */
.box-resultados .valor .opi-box-summary {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

/* Fix para landing listado */
#list_orden_default .valor .opi-box-summary { min-height: 25px; }

/* Separaciï¿½n con tripadvisor */
.valor .opi-box-summary { margin-right: 10px; }

.valor img {
    margin-top: 6px;
    width: 75px;
    height: auto;
}

.results .valor .opi-box-summary img,
.results .valor .opi-box-summary span.opi-description span.opi-opinions { float: none; }

/* Opiniones */
.valor .opi-box-summary span.opi-rating {
    background: #444;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    line-height: 15px;
    margin-right: 0;
    margin-top: 2px;
    padding: 3px 0;
    position: relative;
    text-align: center;
    width: 29px;
    height: 21px;
}

.valor .opi-box-summary span.opi-description {
    float: left;
    padding: 0 0 0 5px;
}

.results .valor .opi-box-summary span.opi-description {  /* Landing de listados */
    float: none;
    padding: 0;
}
.results .valor .opi-title { margin-left: 5px; }

.results #cboxLoadedContent .valor .opi-box-summary span.opi-description { float: left; }

/* Opinion en caja de hotel en markers de mapas de HOT */
.results #cboxLoadedContent .valor .opi-title { margin-left: 0; }

.valor .opi-box-summary span.opi-description span.opi-title {
    float: left;
    display: inline-block;
    color: #444;
    font-size: 12px;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    line-height: 26px;
}

.valor .opi-box-summary span.opi-description span.opi-opinions {
    float: left;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-family: 'open_sansregular', sans-serif;
    line-height: 26px;
}

.valor .opi-box-summary span.opi-description span.opi-opinions a {
    color: #444;
    font-size: 10px;
    margin-top: 1px;
}

.HOT .box-foot-tarifa .opi-responsive { min-height: inherit; }

.box-foot-tarifa .opi-responsive #user_rating .opi_general_rate {
    margin-bottom: 0;
    margin-top: 5px;
}

/* S */
@media (max-width: 640px) {
    .box-foot-tarifa .opi-responsive #user_rating .opi_general_rate { width: 100%; }
}

/* Total Opiniones */
.box-foot-tarifa .opi-responsive #user_rating .opi_general_rate .opi-value-box .opinions { margin-top: 0; }

/* Opiniones verificadas */
.box-foot-tarifa .opi-responsive #user_rating .opiVerificada .opi-verificadas-title { text-align: right; }

.box-foot-tarifa .opi-responsive #user_rating .opiVerificada img {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.box-foot-tarifa .opi-responsive #user_rating .opiVerificada .opi-verificadas-text { float: right; }

.HOT .box-foot-tarifa .opi-responsive #user_rating .opiVerificada {
    margin-top: 0;
    float: right;
}

.box-foot-tarifa .opi-responsive #ul_reviews .userOpina .user { float: left; }

.box-result .infUser li {
    border-top: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    padding: 0 !important;
}

/* Contenedor de las opiniones principales en resultados multitarifa */
.box-foot-tarifa .opi-responsive #ul_reviews {
    clear: both;
    display: block;
}

/* Spinner en la carga de los tabs de hoteles */

.box-foot-tarifa .tabLoading { min-height: 385px; }

.box-foot-tarifa .tabLoading .fa-spinner { margin-top: 180px; }

.box-foot-tarifa #loading-spinner { margin: 0 48%; }

.HOT .results-container #loading-spinner {
    margin: 0 auto !important;
    width: 32px;
}

/* Correcciones spinner en galeria abierta */
.HOT #cboxLoadedContent #loading-spinner .loadingPic { min-height: 150px; }

.HOT #cboxLoadedContent #loading-spinner .loadingPic .fa-spinner { margin-top: 100px; }

.HOT #cboxLoadedContent #loading-spinner { margin: 0 48%; }

/* botï¿½n mï¿½s Informaciï¿½n */
.box-result .reserva {
    clear: right;
    position: relative;
    float: right;
}

.box-result .reserva .btn {
    padding: 0 20px;
    font-size: 18px;
    line-height: 38px;
    height: 38px;
}

.hot-provider-id {
    clear: both;
    float: right;
    position: absolute;
    left: 10px;
    top: 3px;
    color: #e6002c !important;
    font-size: 10px;
    width: 100px;
}

.hot-provider-ids {
    clear: both;
    float: right;
    position: absolute;
    left: 0;
    top: -15px;
    color: #e6002c !important;
    font-size: 10px;
    width: 450px;
}

@media (max-width: 1023px) {
    .hot-provider-id {
        left: 170px;
        top: 10px;
    }
}

/*  Tabs en la caja de Informaciï¿½n de hoteles  */

/* Disponibilidad en Resultados */
.box-result ul.opciones-hot-res-multitarifa {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px #efefef;
    display: inline-block;
    margin: 0 0 20px;
    overflow: visible;
    padding: 13px 0;
    width: 100%;
}

/* S */
@media (max-width: 640px) {
    .box-result ul.opciones-hot-res-multitarifa { display: none; }

    #dynamic-packaging-results ul.opciones-hot-res-multitarifa { display: inline-block; }
}

.box-result ul.opciones-hot-res-multitarifa li {
    border-left: 1px solid #dedede;
    border-top: 0 none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    font-size: 11px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}

/* S - Ocultamos el tab de fotos en mï¿½vil porque no estï¿½ adaptado a este tamaï¿½o */
.box-result ul.opciones-hot-res-multitarifa li:first-child { border-left: none; }

.box-result ul.opciones-hot-res-multitarifa li span {
    display: inline-block;
    cursor: pointer;
}

.box-result ul.opciones-hot-res-multitarifa li a,
.box-result ul.opciones-hot-res-multitarifa li span {
    color: #666;
    padding: 0 20px;
}

.box-result ul.opciones-hot-res-multitarifa li a:hover,
.box-result ul.opciones-hot-res-multitarifa li span:hover {
    text-decoration: none;
    color: #1e97e6;
}

/* Opcion seleccionada */
.box-result ul.opciones-hot-res-multitarifa li.active:before {
    border-bottom: 7px solid #c3c3c3;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    left: 45%;
    top: 21px;
    width: 0;
}

.box-result ul.opciones-hot-res-multitarifa li.active:after {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    left: 45%;
    top: 23px;
    width: 0;
}

.box-result ul.opciones-hot-res-multitarifa li.active { position: relative; }

.box-result ul.opciones-hot-res-multitarifa li.active a,
.box-result ul.opciones-hot-res-multitarifa li.active span { color: #1e97e6; }

.box-pop-mapa .nombre {
    color: #e6002c;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
}

/* Foto Hotel */
.box-pop-mapa .pop-foto,  /*Opciones selecionada color bos Landing */
.box-resultados .box-result .foto {
    height: 115px;
    border: none !important;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    padding-left: 0;
    overflow: hidden;
}

.box-resultados .box-result .loading-foto {
    background-color: rgba(255, 255, 255, 0.7);
    color: #666;
    font-size: 24px;
    height: 100% !important;
    margin: 0;
    padding-top: 25% !important;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.box-pop-mapa .pop-foto img,  /*Opciones selecionada color bos Landing */
.box-resultados .box-result .foto img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Opera, Chrome, and Safari */
    display: block;
    position: absolute;
    width: 220px;
    height: auto;
}

/* Arreglo para marker del mapa */
#cboxLoadedContent .box-resultados .box-result .foto img {
    left: auto;
    top: auto;
    transform: none;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.box-pop-mapa .pop-precio,
.box-pop-mapa .txt { display: none; }

.box-result .tracking-pixel { position: absolute; }     /* para que salga del flujo y no cree margen no deseado */

.colorbox-gallery #cboxLoadedContent #slideShowNavigation {
    text-align: center;
    font-family: "open_sansregular", sans-serif;
    font-size: 12px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.colorbox-gallery #cboxLoadedContent #slideShowNavigation div { display: inline-block; }

.colorbox-gallery #cboxLoadedContent { margin-bottom: 110px !important; }

.colorbox-gallery #cboxLoadingOverlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 32px;
    color: #fff;
}

.flex-photo #cboxLoadingOverlay {
    position: fixed;
    display: none !important;
}

.flex-photo #cboxLoadingOverlay i {
    position: absolute;
    top: 50%;
    left: 48%;
    font-size: 32px;
    color: #fff;
    width: 32px;
    height: 32px;
}

/* Informacion sobre el hotel */
.box-resultados .box-result .info {
    margin-bottom: 10px;
    padding-right: 0;
}

/* Estilos generales de las fotos en la galeria */
.hot-results-gallery { overflow: visible; }

.hot-results-gallery .msg-error {
    padding-top: 100px;
    left: 0;
    text-align: center;
    font-size: 13px;
    line-height: 100px;
    overflow: hidden;
    min-height: 360px;
}

.hot-results-gallery .small-picture {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

.hot-results-gallery .big-picture {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

.hot-results-gallery .small-picture img {
    display: block;
    height: auto;
    margin: auto;
    min-width: 100%;
    max-width: 125%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
}

.hot-results-gallery .big-picture img {
    display: block;
    height: auto;
    margin: auto;
    min-width: 100%;
    max-width: 115%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
}

/* Tab de 1 foto */
.hot-results-gallery .photos-1 .big-picture {
    max-width: 820px;
    padding: 45% 0 0;
}

/* Tab de 2 fotos */
.hot-results-gallery .photos-2 .big-picture {
    max-width: 410px;
    padding: 26% 0 0;
}

.hot-results-gallery .photos-2 .big-picture:nth-of-type(1) {
    border-right: 5px solid #fff;
}

.hot-results-gallery .photos-2 .big-picture:nth-of-type(2) {
    border-left: 5px solid #fff;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .hot-results-gallery .photos-2 .big-picture {
        max-width: 805px;
    }
}

/* Tab de 3 fotos */
.hot-results-gallery .top-photos-3 { margin-bottom: 10px; }

.hot-results-gallery .top-photos-3 .big-picture {
    max-width: 820px;
    padding: 30% 0 0;
}

.hot-results-gallery .bottom-photos-3 .small-picture {
    max-width: 410px;
    padding: 25% 0 0;
}

.hot-results-gallery .bottom-photos-3 .small-picture:nth-of-type(1) {
    border-right: 5px solid #fff;
}

.hot-results-gallery .bottom-photos-3 .small-picture:nth-of-type(2) {
    border-left: 5px solid #fff;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .hot-results-gallery .top-photos-3 .big-picture {
        max-width: 926px;
    }

    .hot-results-gallery .bottom-photos-3 .small-picture {
        max-width: 463px;
    }
}

/* Tab de 4 fotos */
.hot-results-gallery .bottom-photos-4 { margin-top: 10px; }

.hot-results-gallery .top-photos-4 .big-picture {
    max-width: 410px;
    padding: 27% 0 0;
}

.hot-results-gallery .bottom-photos-4 .big-picture {
    max-width: 410px;
    padding: 27% 0 0;
}

.hot-results-gallery .top-photos-4 .big-picture:nth-of-type(1) {
    border-right: 5px solid #fff;
}

.hot-results-gallery .bottom-photos-4 .big-picture:nth-of-type(1) {
    border-right: 5px solid #fff;
}

.hot-results-gallery .top-photos-4 .big-picture:nth-of-type(2) {
    border-left: 5px solid #fff;
}

.hot-results-gallery .bottom-photos-4 .big-picture:nth-of-type(2) {
    border-left: 5px solid #fff;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .hot-results-gallery .top-photos-4 .big-picture {
        max-width: 460px;
    }

    .hot-results-gallery .bottom-photos-4 .big-picture {
        max-width: 460px;
    }
}

/* Tab de 5 fotos */
.bottom-photos-5 { margin-top: 10px; }

.hot-results-gallery .top-photos-5 .big-picture {
    max-width: 410px;
    padding: 27% 0 0;
}

.hot-results-gallery .bottom-photos-5 .small-picture {
    max-width: 274px;
    padding: 20% 0 0;
}

.hot-results-gallery .top-photos-5 .big-picture:nth-of-type(1) {
    border-right: 5px solid #fff;
}

.hot-results-gallery .top-photos-5 .big-picture:nth-of-type(2) {
    border-left: 5px solid #fff;
}

.hot-results-gallery .bottom-photos-5 .small-picture:nth-of-type(2) {
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .hot-results-gallery .top-photos-5 .big-picture {
        max-width: 460px;
    }

    .hot-results-gallery .bottom-photos-5 .small-picture {
        max-width: 305px;
    }
}

/* Tab de 6 fotos */
.hot-results-gallery .left-side { padding-right: 5px; }

.hot-results-gallery .right-side { padding-left: 5px; }

.hot-results-gallery .left-side .big-picture { margin-bottom: 10px; }

.hot-results-gallery .right-side .big-picture { margin-top: 10px; }

.hot-results-gallery .left-side .small-picture:nth-of-type(2),
.hot-results-gallery .right-side .small-picture:nth-of-type(1) { border-right: 10px solid #fff; }

.hot-results-gallery .photos-6 .big-picture {
    padding: 47% 0 0;
    max-width: 405px;
}

.hot-results-gallery .photos-6 .small-picture {
    padding: 33% 0 0;
    max-width: 203px;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .hot-results-gallery .photos-6 .small-picture {
        max-width: 224px;
    }

    .hot-results-gallery .photos-6 .big-picture {
        max-width: 449px;
    }
}

@media screen and (max-width: 641px) {
    #dynamic-packaging-results .hot-results-gallery .right-side {
        padding-left: 0;
        padding-right: 0;
    }

    #dynamic-packaging-results .hot-results-gallery .left-side {
        padding-left: 0;
        padding-right: 0;
    }

    #dynamic-packaging-results .hot-results-gallery .photos-6 .small-picture {
        max-width: 100%;
    }

    #dynamic-packaging-results .hot-results-gallery .photos-6 .big-picture {
        max-width: 100%;
    }
}

@media (min-width: 641px) {
    /* Efecto zoom en la imagen */
    .hot-results-gallery .small-picture img,
    .hot-results-gallery .big-picture img {
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

    .hot-results-gallery .small-picture img:hover,
    .hot-results-gallery .big-picture img:hover {
        -webkit-transform: scale(1.07) translate(-48%, -55%); /* Safari and Chrome */
        -moz-transform: scale(1.07) translate(-48%, -55%); /* Firefox */
        -ms-transform: scale(1.07) translate(-48%, -55%); /* IE 9 */
        -o-transform: scale(1.07) translate(-48%, -55%); /* Opera */
        transform: scale(1.07) translate(-48%, -55%);
    }

    /* end efecto zoom */
}

/* fin estilos galeria mosaico */

.box-result .info .promHof {
    position: absolute;
    top: 30px;
    right: 0;
}

/* Datos hotel */
.box-resultados .box-result .datos {
    margin: 5px 0 10px;
    float: left;
    display: inline-block;
}

/* Nombre del hotel - h2 */
#cboxLoadedContent .box-result .nombre {
    color: #e6002c;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.1px;
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
}

#cboxLoadedContent .box-result .nombre a:hover { text-decoration: none; }

#cboxLoadedContent .box-result .nombre span.optional-packet-sale {
    font-size: 0.8em;
    display: inline;
}

#cboxLoadedContent .box-result .nombre a:hover span { text-decoration: underline; }

/* Estrellas en tï¿½tulo de hotel */
.stars { display: inline-block; }

a:hover .stars { text-decoration: none !important; }

.stars i {
    font-size: 10px;
    letter-spacing: -2px;
    vertical-align: super;
}

.results .stars i + i,
.pop-mapa .stars + .stars { margin-left: 3px !important; }

/* Estrella del hotel en Landing listado */

.gritter-with-image .stars i { letter-spacing: 0; }

.box-resultados .datos p { font-size: 13px; }

/* Info de localizaciï¿½n del hotel, "a X kms del centro" */
.box-resultados .box-result .hotel-location {
    float: left;
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
    margin-bottom: 4px;
}

/* Ver en el mapa en la caja de hotel */
.datos .view-map {
    clear: left;
    float: left;
    display: inline-block;
    height: 26px;
    line-height: 27px;
}

.datos .view-map a {
    float: left;
    font-size: 12px;
}

.datos .view-map i {
    float: left;
    margin-right: 5px;
    line-height: 25px;
    font-size: 13px;
}

/* Ajustes para ver mapa en VMH */
@media screen and (min-width: 320px) and (max-width: 640px) {
    .datos .view-map { height: auto; }

    .datos .view-map i {
        float: left;
        margin: 0 5px;
        line-height: 13px;
        font-size: 13px;
    }

    .HOT .datos .view-map {
        position: absolute;
        top: 115px;
        left: -5px;
    }
}

.box-resultados .datos .place,
.box-result .datos .place { font-family: 'open_sanssemibold', sans-serif; }

.box-resultados .datos .place-distance,
.box-result .datos .place-distance {
    float: right;
    padding-left: 5px;
}

@media (max-width: 640px) {
    .box-resultados .datos .place-distance,
    .box-result .datos .place-distance {
        display: inline-block;
        padding-left: 0 !important;
        float: none;
    }

    .box-resultados .datos .place,
    .box-result .datos .place { padding-right: 2px; }
}

/* Landing HOT */
.results .lan-cont { min-height: 650px; }

.results .box-result .datos .place a {   /* Landing HOT */
    font-family: 'open_sanssemibold', sans-serif;
    color: #444;
}
.box-resultados .box-result .hot-cat { font-size: 13px; }

.box-resultados .box-result .nota {
    font-size: 18px;
    font-family: 'open_sanssemibold', sans-serif;
    line-height: 20px;
    float: right;
}

.box-resultados .box-result .condto {
    width: 40px;
    height: 34px;
    margin: 0 5px 0 0;
    padding: 8px 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 11px;
    text-align: center;
    float: right;
}

.box-resultados .box-result .condto .dtotxt {
    font-size: 10px;
    font-family: 'open_sanssemibold', sans-serif;
}

/* Iconos de servicios gratis en el hotel */
.datos .hot-goods-section {
    clear: both;
    display: inline-block;
    float: left;
}

/* Iconos de servicio Resultados */
.icon-hot-goods {
    display: inline-block;
    text-align: center;
    font-size: 31px;
    vertical-align: middle;
}
.box-resultados .box-result .info .green-text { float: left; }

.icon-hot-packetsale {
    display: inline-block;
    font-size: 80px;
    line-height: 22px;
    overflow: hidden;
    padding-top: 5px;
    color: #218d3d;
    vertical-align: middle;
    margin-left: 2px;
    float: left;
}

@media (max-width: 701px) {
    .datos .icon-hot-packetsale:before {
        content: "\e907";
    }

    .datos .icon-hot-packetsale {
        font-size: 23px;
        margin-top: 0;
        margin-left: 8px;
    }
}

#dynamic-packaging-results .icon-hot-packetsale {
    padding: 0;
    margin-left: -10px;
    margin-top: -5px;
}

.hot-goods-section i::before { color: #8f8f8f; }

/* Ajuste iconos resultados */
.hot-goods-section .ico_hot_spa:before { margin-right: 5px; }
.hot-goods-section .ico_hot_acceso:before { margin-left: -3px; }
.hot-goods-section .ico_hot_parking:before { font-size: 32px; }

/* Precio resultados */
.hot-tarifas .precio-multitarifa-resultados {
    text-align: right;
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #777;
    float: right;
    margin-bottom: 40px;
    margin-right: 12px;
}

.hot-tarifas .precio-multitarifa-resultados.landing { margin-bottom: 15px; }

.hot-tarifas .precio-multitarifa-resultados span {
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.hot-tarifas .precio-multitarifa-resultados .desde,
.hot-tarifas .precio-multitarifa-resultados .value {
    color: #444;
    margin-bottom: 10px;
}

.hot-tarifas .precio-multitarifa-resultados .value {
    font-family: 'open_sanssemibold', sans-serif;
    white-space: nowrap;
}

.hot-tarifas .precio-multitarifa-resultados .value > span {
    display: inline;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 28px;
    line-height: 27px;
    letter-spacing: -1px;
}

.hot-tarifas .precio-multitarifa-resultados .fonts26px span {
    display: inline;
    font-size: 26px;
    line-height: 24px;
}

.hot-tarifas .precio-multitarifa-resultados .value .currency {
    display: inline;
    font-size: 18px;
    font-family: 'open_sanssemibold', sans-serif;
    line-height: 20px;
    padding: 0 4px;
    letter-spacing: -1px;
}

.hot-tarifas .precio-multitarifa-resultados .desde,
.hot-tarifas .precio-multitarifa-resultados .tipo-regimen { text-transform: lowercase; }

.gallery .row:after,
.gallery .row:before {
    content: initial;
    display: table;
}

/*    MEDIA QUERIES     */

/* ==================== */

/* L */
@media (min-width: 1024px) and (max-width: 1279px) {
    /* Resultados */
    #cboxLoadedContent .box-result .nombre {
        font-size: 14px;
        line-height: 18px;
    }

    /* El texto mas informacion no cabe y baja a dos lineas */
    .box-result .reserva .btn { padding: 0 17px; }
}

/* M S */
@media (max-width: 1023px) {
    #dynamic-packaging-results .icon-hot-packetsale {
        margin-left: -8px;
        margin-top: -4px;
    }
    #cboxLoadedContent .box-result .nombre span.optional-packet-sale { display: block; }
}

/* S */
@media (max-width: 640px) {
    .datos .icon-hot-packetsale {
        padding-top: 0;
        overflow: inherit;
        margin-left: 5px;
        font-size: 20px;
        margin-top: 1px;
        float: left;
    }

    .box-resultados .box-result {
        padding: 10px;
        margin: 0;
    }

    .box-resultados .box-result .foto { padding: 0; }

    .box-resultados .box-result .box-hallazgo .foto > div {
        width: 100%;
        height: 100px;
        position: relative;
        overflow: hidden;
        max-width: 85%;
        min-width: 105px;
    }
    .box-resultados .box-result .box-hallazgo .foto img { width: 115%; }

    .box-resultados .box-result .foto a.abre-galeria,
    .box-resultados .box-result .foto a.open-gallery {
        display: inline-block;
        float: left;
        height: 100px;
        margin: 0 10px 10px 0;
        overflow: hidden;
        position: relative;
        max-width: 200px;
        width: 100%;
    }

    .box-resultados .box-result .foto a.abre-galeria img,
    .box-resultados .box-result .foto a.open-gallery img {
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-60%, -50%);
        -moz-transform: translate(-60%, -50%);
        -webkit-transform: translate(-60%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: 155px;
        height: auto;
        max-width: 176px;
        padding: 0 15px 0 0;
    }

    .box-resultados .box-result .foto img {
        width: auto;
        height: auto;
    }

    .box-resultados .box-result .info {
        margin-bottom: 0;
        padding: 0;
    }

    #cboxLoadedContent .box-result .nombre {
        font-size: 14px;
        line-height: 16px;
        width: 100%;
    }

    #cboxLoadedContent .box-result .nombre span { line-height: normal; }

    #cboxLoadedContent .box-result .nombre .stars { height: 11px; }

    .box-result .nombre {
        font-size: 15px;
        line-height: 17px;
        width: 100%;
    }

    .box-result .nombre .stars i {
        position: relative;
        top: 1px;
    }

    .box-resultados .box-result .datos {
        padding: 0;
        margin: 0;
    }

    .box-resultados .box-result .datos p {
        line-height: 1.1em;
        margin-bottom: 5px;
    }

    .box-resultados .datos p {
        font-size: 12px;
        margin-top: 2px !important;
    }
    .box-resultados .datos .hotel-location { font-size: 13px; }
    .box-resultados .box-result .hotel-location { margin-bottom: 0; }

    /* Opiniones */
    .box-resultados .datos .opi-title { line-height: 21px; }

    /* [HOT] RESULTADOS iconos servicios */
    .icon-hot-goods {
        font-size: 20px;
        margin-right: -2px;
    }
    .hot-goods-section .ico_hot_parking:before { font-size: 25px; }

    /* Modal de ocupacion en S */
    .HOT .occupancy-container {
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        right: 0;
        left: 10px;
    }

    /* Re-size de la imagen de tripadvisor */
    .valor img {
        height: auto;
        max-height: 12px;
        max-width: 70px;
        width: auto;
        margin-top: 1px;
    }

    /* mapa en modal */
    .mapa-hoteles #cboxMiddleLeft,
    .mapa-hoteles #cboxMiddleRight { display: none; }

    .mapa-hoteles #cboxTitle {
        font-size: 18px;
        margin-top: 20px;
    }

    #cboxContent .box-resultados .foto { width: 100%; }

    #cboxContent .box-resultados .foto a {
        position: relative;
        clear: both;
        display: block;
        float: left;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    #cboxContent .box-resultados .foto img {
        width: 100%;
        height: auto;
    }

    /* Ajustamos el colorbox al top de la vista */
    #cboxWrapper div:first-child #cboxTopLeft,
    #cboxWrapper div:first-child #cboxTopCenter,
    #cboxWrapper div:first-child #cboxTopRight { display: none; }

    /* Paginator */
    #pagination > div:first-child {
        margin-bottom: 20px;
        text-align: center;
    }

    .totalalojamientos { display: inline !important; }

    #dynamic-packaging-results .datos .icon-hot-packetsale {
        margin-top: -9px;
        margin-left: -8px;
    }
    .hot-goods-section { margin-right: 4px; }

    /* Para movil dinamic packaging */
    .box-result ul.opciones-hot-res-multitarifa li a,
    .box-result ul.opciones-hot-res-multitarifa li span { padding: 0 5px; }

    .results .valor .opi-box-summary img { margin-left: 3px; }

    .hotels-list.box-resultados .box-content { position: relative; } /* pra el dto en S */
}

@media (max-width: 374px) and (min-width: 300px) {
    .box-resultados .box-result .foto a.abre-galeria,
    .box-resultados .box-result .foto a.open-gallery {
        display: inline-block;
        float: left;
        height: 90px;
        overflow: hidden;
        position: relative;
        width: 90px;
    }

    .box-resultados .box-result .box-hallazgo .foto > div {
        min-width: 90px;
        max-width: 90px;
        height: 90px;
        margin: 0;
    }

    .box-resultados .box-result .foto a.abre-galeria img,
    .box-resultados .box-result .foto a.open-gallery img {
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-60%, -50%);
        -moz-transform: translate(-60%, -50%);
        -webkit-transform: translate(-60%, -50%);
        width: 155px;
        max-width: 175px;
        min-height: 100%;
    }
    .box-resultados .box-result .info { padding-left: 5px; } /* para que en iphone no este tan pegado foto y txt resultados landing */
}

/* ------------------------------------------------------------------
	2.3 [HOT] Tabla de tarifas en hoteles Resultados
------------------------------------------------------------------- */

/* Tabla de tarifas - tï¿½tulo */
.box-room-header {
    background: #f9f9f9;
    min-height: 45px;
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
    border-bottom: 0 none;
    overflow: hidden;
}

.box-room-header h3 {
    font-family: 'open_sanssemibold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #444;
    margin-top: 10px;
    text-shadow: 0 1px #fff;
    font-weight: normal;
}

.box-room-header p.hot-boxTarifa-header span {
    font-family: "open_sansregular", sans-serif;
    font-size: 12px;
    color: #666;
    display: inline-block !important;
    float: none !important;
    padding: 0 !important;
}

/* Servicios gratuitos dentro del header */
.free-services {
    color: #218d3d;
    display: inline-block;
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px;
    float: left;
    margin: 10px 0;
}

.free-services span {
    background: transparent;
    color: #218d3d;
    display: inline;
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px;
    float: none;
    padding: 0 !important;
    line-height: 18px;
}

/**** Box resultado escapada ****/

.hot-packet-row .price-block { padding-right: 0; }

.hot-packet-cell .free-services {
    width: 100%;
    line-height: 16px;
}

.hot-packet-cell .icon-hot-packetsale {
    line-height: 15px;
    color: #218d3d;
    overflow: visible;
    margin-left: 0;
}

.hot-packet-cell .free-services,
.hot-packet-cell .free-services span { color: #218d3d; }

.hot-packet-cell a { display: inline-block; }

/* S M */
@media (min-width: 320px) and (max-width: 1023px) {
    .hot-packet-row { background-color: #f9f9f9; }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .hot-packet-cell .free-services .forfait-packet { width: 77%; }

    .hot-packet-cell .free-services i {
        float: left;
        margin-right: 3px;
    }

    .hot-packet-cell .free-services span {
        float: left;
        display: inline-block;
        margin-top: -2px;
        width: 92%;
    }
}

/* S */
@media (min-width: 320px) and (max-width: 640px) {
    .hot-packet-cell { min-height: 30px !important; }
    .hot-packet-cell .free-services { margin: 10px 0 0; }
}

.activity-forfait .free-services { margin: 0 !important; }

.HOT .datos .free-services { margin: 0 0 10px; }

/* Added values en HOT tabla de rï¿½gimenes */
.HOT .incluye-free-services {
    float: left;
    padding-right: 16px;
    position: absolute;
    margin-top: -10px;
}

.HOT .incluye-free-services .free-services {
    background: transparent;
    border-radius: 0;
    color: #218d3d;
    display: inline !important;
    float: none !important;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 11px;
    padding: 0 !important;
    position: relative;
}

.HOT .incluye-free-services .free-services:before {
    font-family: FontAwesome, sans-serif;
    content: "\f00c";
    margin-right: 3px;
}

.HOT .incluye-free-services .added-values {
    display: inline;
    color: #218d3d;
    font-size: 11px;
    font-family: "open_sansregular", sans-serif;
    line-height: 18px;
    margin-left: 5px;
}

/* Tabla de tarifas - Categorï¿½as */
.header-regimen-tarifa { /* header-regimen-tarifa de vieja ficha - controlar VMH */
    background-color: #fff;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 0 none;
    min-height: 30px;
    padding: 0;
}

.header-regimen-tarifa li.hot-tarifa-cell1,
.header-regimen-tarifa li.hot-tarifa-cell2,
.header-regimen-tarifa li.hot-tarifa-cell3,
.header-regimen-tarifa li.hot-tarifa-cell4,
.header-regimen-tarifa li.hot-tarifa-cell5 { /* header-regimen-tarifa de vieja ficha - controlar VMH */
    color: #666;
    display: inline-block;
    float: left;
    font-family: "open_sansregular", sans-serif;
    font-size: 10px;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}

/* Header Tabla - rï¿½gimen de habitacion en tabla de tarifas */
.header-regimen-tarifa .hot-tarifa-cell1 {
    display: inline-block;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
}

/* Condiciones */
.header-regimen-tarifa .hot-tarifa-cell2 { /* header-regimen-tarifa de vieja ficha - controlar VMH */
    height: 30px;
    min-height: 30px;
    line-height: 30px;
}

/* Metodo de pago */
.header-regimen-tarifa .hot-tarifa-cell3 { /* header-regimen-tarifa de vieja ficha - controlar VMH */
    height: 30px;
    min-height: 30px;
    line-height: 30px;
}

/* Promedio/noche */
.header-regimen-tarifa .hot-tarifa-cell4 { /* header-regimen-tarifa de vieja ficha - controlar VMH */
    display: table !important;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    text-align: right;
}

/* Tabla con todas las tarifas y regï¿½menes */
.tabla-tarifas-b2 {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    clear: both;
    position: relative;
}

.hot-tarifa-cell1,
.hot-tarifa-cell2,
.hot-tarifa-cell3,
.hot-tarifa-cell4 { min-height: 50px; }

.regimen-tarifa .hot-tarifa-cell1 { border-right: 1px solid #d3d3d3; }

.regimen-tarifa .hot-tarifa-cell2 span {
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
}

.regimen-tarifa .hot-tarifa-cell3 .text-selector {
    color: #444;
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
}

.regimen-tarifa .hot-tarifa-cell3 .text-selector-two-lines {
    color: #444;
    display: inline-block;
    font-size: 13px;
    margin-top: 8px;
    line-height: 11px;
}

@media (min-width: 641px) and (max-width: 1023px) {
    .regimen-tarifa .hot-tarifa-cell2 .text-selector-two-lines,
    .regimen-tarifa .hot-tarifa-cell2 .text-selector-two-lines span { margin-left: 0; }
    .regimen-tarifa .hot-tarifa-cell2 .payment-method .text-selector { margin-left: 0; }
}

@media (max-width: 640px) {
    .regimen-tarifa .hot-tarifa-cell2 .text-selector-two-lines .block {
        display: block;
        margin-left: 0;
    }
}

.regimen-tarifa .middle-table-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}

.regimen-tarifa .middle-table-block,
.regimen-tarifa .hot-tarifa-cell4 { border-top: 1px solid #d3d3d3; }

.bloque-regimen-tarifa .regimen-tarifa:first-child .middle-table-block,
.bloque-regimen-tarifa .regimen-tarifa:first-child .hot-tarifa-cell4 { border-top: 0 none; }

#tarifas .regimen-tarifa .middle-table-block .regimen { font-family: 'open_sanssemibold', sans-serif; }

/* Contenedor de fila con rï¿½gimen y tarifa */
.bloque-regimen-tarifa {
    border-top: 1px solid #d3d3d3;
    clear: both;
    overflow: hidden;
}

.regimen-tarifa {
    clear: both;
    display: flex;
}

/* rï¿½gimen en la tabla de tarifas en la cabecera */
.hot-pedido {
    color: #444;
    display: inline-block;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 14px;
    margin: 15px 0 15px 10px;
}

/* Contenedor caja de precios */
.price-block {
    display: table;
    float: right;
    height: 50px;
    padding-right: 10px;
}

/* Precio inicial */
del {
    color: #777;
    float: right;
    font-size: 10px;
    line-height: 13px;
    margin-right: 2px;
    margin-top: 6px;
}

/* Porcentaje de descuento */
.dto {
    color: #ffa800;
    float: right;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 11px;
    line-height: 24px;
    margin-top: 0;
    padding: 0;
}

/* Precio real despuï¿½s del descuento */
.price {
    display: table-cell;
    float: none;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    text-align: right;
    vertical-align: middle;
    letter-spacing: -1px;
}

.price span {
    font-family: 'open_sanssemibold', sans-serif;
    float: right;
    display: inline-flex;
}

.price-block .price .currency {
    font-family: 'open_sanssemibold', sans-serif;
    padding: 0 3px;
    letter-spacing: -1px;
    vertical-align: bottom;
    font-size: 18px;
}

/* Texto "sï¿½lo quedan X hoteles" en regimen */
.rooms-available {
    color: #e6002c;
    clear: both;
    float: right;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 11px;
}

/* Texto de la descripciï¿½n del hotel */
.hot-descripcion {
    text-align: left;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
}

.hot-descripcion span {
    display: inline-block;
    float: none;
    padding: 0;
}

/*    MEDIA QUERIES     */

/* ==================== */

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .regimen-tarifa .hot-tarifa-cell2 {
        clear: both;
        padding-right: 0;
    }

    .regimen-tarifa .hot-tarifa-cell2 span { margin-top: 0; }

    .regimen-tarifa .hot-tarifa-cell3 span { margin-top: 0; }

    .hot-tarifa-cell2,
    .hot-tarifa-cell3,
    .hot-tarifa-cell4 { min-height: auto; }

    .regimen-tarifa .middle-table-block .regimen {
        margin: 8px 0 0 12px;
        display: block;
        font-family: 'open_sanssemibold', sans-serif;
    }

    .box-resultados .paginador .up { margin-bottom: 20px; } /* margen para el boton Subir cuando no hay publi */
}

/* S */
@media (max-width: 640px) {
    .hot-tarifas .precio-multitarifa-resultados {
        font-size: 11px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .hot-tarifas .precio-multitarifa-resultados .desde,
    .hot-tarifas .precio-multitarifa-resultados .value,
    .hot-tarifas .precio-multitarifa-resultados .precio-final,
    .hot-tarifas .precio-multitarifa-resultados .tipo-regimen { margin-bottom: 0; }

    .results .hot-tarifas .precio-multitarifa-resultados .value { margin-left: 3px; }   /* Para landing listados */

    .hot-tarifas .precio-multitarifa-resultados span { display: inline !important; }
    .hot-tarifas .precio-multitarifa-resultados span.desde { display: block !important; }

    .box-resultados .box-result .hotel-location { margin-right: 0; }

    /* Precio */
    .hot-tarifas .precio-multitarifa-resultados .value > span {
        font-size: 23px;
        line-height: 23px;
        letter-spacing: -1px;
    }

    .hot-tarifas .precio-multitarifa-resultados .value .currency {
        font-size: 23px;
        letter-spacing: -1px;
    }

    /* Descuentos */
    .box-result .descuento:before {
        right: -42px;
        top: -16px;
    }

    .box-result .descuento span { margin: -5px -47px 0 0; }

    h1.h1-address-hotel-one { padding-bottom: 0; }

    .regimen-tarifa .middle-table-block {
        padding-top: 0;
        padding-bottom: 5px;
    }

    ul.contener-services-hotel li {
        padding-left: 5px;
        padding-right: 0;
    }
    ul.contener-services-hotel p { font-size: 10px; }
}

/* ------------------------------------------------------------------
	2.4 [HOT] Tab Opiniones en listado de resultados
------------------------------------------------------------------- */

/* Posiciones de iconos */
.opi-cat-_text_profile_couple,
.opi-cat-2 {
    background-position: -657px -91px !important;
    opacity: 0.6;
}

.opi-cat-_text_profile_family,
.opi-cat-4 {
    background-position: -685px -90px !important;
    opacity: 0.6;
}

.opi-cat-_text_profile_alone,
.opi-cat-5 {
    background-position: -709px -90px !important;
    opacity: 0.6;
}

.opi-cat-_text_profile_friends,
.opi-cat-6 {
    background-position: -658px -115px !important;
    opacity: 0.6;
}

.opi-cat-_text_profile_business,
.opi-cat-7 {
    background-position: -687px -116px !important;
    opacity: 0.6;
}

/* ------------------------------------------------------------------
	2.5 [HOT] Mapa: Caja del hotel
------------------------------------------------------------------- */

/* Valor en pop-up mapa Landing listados */
.box-pop-mapa .valor .opi-rating,
.valoracion .opi-box-summary span.opi-rating {
    display: inline-block;
    border-radius: 50%;
    font-size: 12px !important;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    font-family: 'open_sanssemibold', sans-serif;
    padding-top: 0;
    margin-top: 0;
}

.box-pop-mapa .valor .opi-description { font-family: 'open_sanssemibold', sans-serif; }

.valoracion .opi-box-summary span.opi-description {
    float: left;
    padding: 0 0 0 5px;
}

.box-pop-mapa .valor,    /* Valor en pop-up mapa Landing listados */
.valoracion .opi-box-summary span.opi-description span.opi-title {
    float: left;
    display: inline-block;
    color: #444;
    font-size: 11px;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    line-height: 26px;
}
.box-pop-mapa .valor { text-align: left; }

.valoracion .opi-box-summary span.opi-description span.opi-opinions {
    color: #444;
    float: left;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-family: 'open_sansregular', sans-serif;
    line-height: 26px;
}

#cboxLoadedContent .thumbs {
    margin: 0 !important;
    overflow-x: auto;
    padding: 10px 0;
    width: 940px;
}

#cboxLoadedContent .thumbs li {
    margin: 0 15px 0 0;
    opacity: 0.5;
}

#cboxLoadedContent .thumbs li:hover,
#cboxLoadedContent.thumbs li.active { opacity: 1; }

/* Google Maps */
.mapa-hoteles #cboxTitle {
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    padding: 10px 30px 20px 15px;
    margin: 0;
}

.mapa-hoteles #cboxTitle h1 {
    font-size: 20px;
    width: 100%;
    display: block;
    height: 40px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0 0;
}

.mapa-hoteles #cboxTitle i { display: none; }

.mapa-hoteles #cboxLoadedContent { margin: 66px 0 0 !important; }

.mapa-hoteles .loading-maps,
.debug-info .loading-debug {
    position: fixed;
    top: 50%;
}

.debug-info #cboxLoadedContent {
    overflow: scroll !important;
}

#divmapa-container {
    overflow: hidden;
    position: relative;
}

#divmapa-container .divmapa-loader {
    background: url('/assets/images/A/COM/loading_big.gif') no-repeat center center !important;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8;
}

.mapa-hoteles #cboxClose { z-index: 9 !important; } /* el important es necesario pq a veces en chrome no sale y asi se arregla */

#cboxLoadedContent { padding-right: 0 !important; }

.mapa-hoteles #vxmbs { padding: 0 !important; }

.mapa-hoteles #vxmbs li:first-child { padding-top: 0 !important; }

/*    MEDIA QUERIES     */

/* ==================== */

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    #cboxLoadedContent .box-result .nombre {
        font-size: 14px;
        line-height: 14px;
    }
}

/* S */
@media (max-width: 640px) {
    /* parece que ya no se utiliza, lo dejo comentado por si al quitarlo rompo algo */

    .box-content .hot-tarifas {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .box-content .hot-tarifas a { position: relative; }

    /* Opiniones en mapa */
    .valor .opi-box-summary span.opi-description span.opi-title {
        line-height: 17px;
        font-size: 12px;
    }

    /* Ajustes sobre opiniones en S */
    .datos .valor { margin-top: 1px; }
    .datos .valor .opi-box-summary span.opi-description span.opi-opinions { display: none; }
    .box-result .valor .opi-box-summary { margin-right: 0; }
    .datos p.free-services { margin: 0 !important; }
}

/* ------------------------------------------------------------------
	2.6 [HOT] galerï¿½a de fotos abierta
------------------------------------------------------------------- */
.fotorama__stage,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__stage__frame img,
.fotorama__nav { width: 100% !important; }

.fotorama__thumb-border { border-color: #2c9ca6 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame { opacity: 0.5; }

.fotorama__nav--thumbs .fotorama__active,
.fotorama__nav--thumbs .fotorama__nav__frame:hover { opacity: 1 !important; }

.fotorama__wrap--no-controls .fotorama__arr { opacity: 0 !important; }

.fotorama__arr {
    background: none !important;
    bottom: 20px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 50px !important;
    top: auto !important;
    width: 50px !important;
}

.fotorama__arr--prev {
    left: 40.5% !important;
    background: url('/images_new/fotorama/fotorama.png') no-repeat rgba(102, 102, 102, 0.8) 1px -148px !important;
}

.fotorama__arr--next {
    right: 40.5% !important;
    background: url('/images_new/fotorama/fotorama.png') no-repeat rgba(102, 102, 102, 0.8) -46px -148px !important;
}

.fotorama__arr--prev:hover,
.fotorama__arr--next:hover { background-color: rgba(68, 68, 68, 0.8) !important; }

.fotorama__arr--disabled { opacity: 0.6 !important; }

.fotorama__img { left: 0; }

.fotorama__msg-error {
    margin-top: 120px;
    left: 0;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}

.flex-gallery-wrapper .section-gallery .row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -0.76923rem;
    margin-left: -0.76923rem;
}

.flex-gallery-wrapper .section-gallery .gallery > .row { margin: 0; }

/* corrijo el width: auto de la clase genï¿½rica .row .row para cargas de la galerï¿½a en capas ocultas */
.flex-gallery-wrapper .section-gallery .row .row { min-width: 100%; }

.flex-gallery-wrapper .margin-row-0.row { margin: 0; }

/* corrijo galerï¿½a resultados para tablet android */
.flex-gallery-wrapper .section-gallery .row .row > div {
    float: left;
    width: 50%;
}

/* box foto */
.box-max-1 {
    height: 370px;
    background: #fff;
    width: 100%;
}

.only-lg .box-max-1 { margin-right: 6px; }

.box-max-3-top {
    background: #fff;
    height: 184px;
    margin-right: 2px;
    width: 100%;
}

.box-max-3-bottom {
    height: 185px;
    background: #fff;
    width: 100%;
    margin-top: 2px;
    margin-right: 2px;
}

.order-galeria { min-height: 370px; }

#dynamic-packaging-results .order-galeria { min-height: 0; }

.order-galeria div { overflow: hidden; }

.img-transparent {
    opacity: 0;
    cursor: pointer;
}

.app-image-transp > div > img { opacity: 0; }

.app-image-viewer-viewer div[class*=app-image],
.item-carrousel {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
}
.box-container { padding: 0; }

/* Fix landing result hot */
.results .box-container { padding: 0 10px !important; }

/* Imagen Galeria en Colorbox */
#cboxOverlay.flex-photo { background-color: rgba(0, 0, 0, 0.9) !important; }
.flex-photo #cboxContent { background-color: transparent; }

.flex-photo #cboxTitle {
    position: relative;
    padding-bottom: 10px;
    height: auto;
    float: none !important;
    text-align: center;
    color: #fff;
    border-bottom: 0 solid transparent;
    margin: 25px 25px 0;
}

.flex-photo #cboxLoadedContent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-top: 0 !important;
}

.flex-photo .cboxPhoto {
    position: relative;
    margin-top: 0 !important;
    top: 34%;
    transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
}

.flex-photo #cboxError {
    color: #fff;
    border-color: #fff;
}

.flex-photo #cboxClose {
    background: none;
    font-size: 30px;
    height: 34px;
    width: 34px;
}

.flex-photo #cboxClose:before {
    content: "\e614";
    font-family: 'atrapaloico', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    color: #fff;
}

/* Botones Slider Colorbox */
.flex-photo #cboxOverlay { background-color: rgba(0, 0, 0, 0.9); }

.flex-photo #cboxCurrent { display: none !important; }

.flex-photo #cboxNav {
    position: absolute;
    bottom: 5px;
    width: 110px;
    left: 50%;
}

.flex-photo #cboxNav .nav-wrap {
    position: relative;
    left: -50%;
    bottom: -25px;
}

.flex-photo #cboxPrevious,
.flex-photo #cboxNext {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top: inherit;
    background: none;
    background-color: rgba(133, 133, 133, 0.8);
    color: #fff;
    opacity: 1;
    font-size: 38px;
    text-indent: 0;
}

.flex-photo #cboxPrevious i {
    margin-top: -2px;
    margin-left: -5px;
    display: block;
}

.flex-photo #cboxNext i {
    margin-top: -2px;
    margin-left: 8px;
    display: block;
}

.flex-photo #cboxPrevious:hover,
.flex-photo #cboxNext:hover { background-color: rgba(86, 86, 86, 0.9); }

.flex-photo #cboxPrevious { left: 0; }

.flex-photo #cboxNext {
    right: 0;
    left: auto !important;
}

.app-image-viewer-viewer-container { height: 340px; }

/* XL L */
@media (min-width: 1024px) {
    /* GALERIA */
    .gallery { padding-bottom: 20px; }
}

/* L */
@media (min-width: 1024px) and (max-width: 1279px) {
    /* GALERIA */
    .order-galeria > .row { padding: 0 6px !important; }
    .row.min-three-gallery { padding: 0 !important; }
}

/* M S */
@media (max-width: 1023px) {
    .app-image-viewer-viewer-container.order-galeria { padding-right: 0 !important; }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    /* GALERIA */
    .app-image-viewer-viewer-container { padding-right: 0 !important; }

    .paddingleft0.min-hotel-one-gallery { padding: 0 !important; }

    .content-min-gallery { min-height: 62px; }

    .order-galeria { min-height: 306px; }

    .order-galleria .app-image-viewer-viewer .show-for-medium-only > div:first-child { padding-right: 2px; }

    .box-max-3-top,
    .box-max-3-bottom { height: 185px; }

    /* corrijo galeria resultados para android tablet */
    .flex-gallery-wrapper .section-gallery .row .row > div {
        float: left;
        width: 33.33%;
    }
}

/* S */
@media (max-width: 640px) {
    /* ---------------------------------------------------------
	   Carrusel
   ---------------------------------------------------------- */
    #aspectRatio img {
        display: inline;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
        min-height: 100%;
        width: 100%;
        min-width: 100%;
        max-width: 640px;
    }

    #aspectRatio .owl-carousel .owl-wrapper-outer {
        height: 60vw;
        width: 100%;
        text-align: center;
    }

    #aspectRatio .owl-wrapper {
        height: 60vw;
        text-align: center;
    }

    #aspectRatio .owl-item {
        height: 60vw;
        padding: 0;
        text-align: center;
    }

    /* Nueva galeria */
    .app-image-viewer-viewer-container {
        height: 0;
        position: initial !important;
    }

    .box-info-hotel {
        padding: 20px 0 !important;
        margin-top: 58vw;
    }

    #aspectRatio {
        width: 100%;
        height: 60vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    #dynamic-packaging-results .order-galeria {
        position: relative !important;
        height: 60vw;
    }
}

/* ------------------------------------------------------------------
	03. LANDING HOTELES
------------------------------------------------------------------- */

/* ------------------------------------------------------------------
	3.1 Landing listados
------------------------------------------------------------------- */

/* min height para landing de HOT tipo resultados (cadenas hoteleras), para garantizar que el alto es al menos es del banner sky */
.min-height-landing { min-height: 935px; }

.hotels-list-filter a {
    color: #444;
    text-decoration: none;
}

.centerh1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 3%;
    left: 0;
    z-index: 1;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
}

.centerh1 h1 {
    font-size: 75px !important;
    line-height: 62px !important;
    font-family: flexa-compressedBold, sans-serif !important;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.hotel-chain-container {
    overflow: hidden;
    width: 100%;
    max-height: 291px;
}

.hotel-chain-img {
    display: block;
    height: 0; /* The height 0 trick */
    position: relative;
    padding-bottom: 30.95%; /* Padding percentage: (height / width) x 100 */
    bottom: 0;
}

.cadenas-hot-directory { min-height: 640px; }

/* ------------------------------------------------------------------
	2.5 [HOT] Servicios y Informaciï¿½n ï¿½tiles
------------------------------------------------------------------- */
#tipo-servicios,
#tipo-info-util {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#tipo-info-util .bold,
#tipo-info-util b,
#tipo-info-util strong {
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
}

h2.h2-title-seccion-hotel {
    font-size: 20px;
    font-weight: 400;
    font-family: 'open_sanssemibold', sans-serif;
    line-height: 20px;
    padding-right: 5px;
}

ul.services-hotel-new { padding: 0; }

.style-border-gray {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.style-border-gray:last-child:not(h2) { border-bottom: medium none; }

.title-servicios-hotel {
    color: #666;
    font-size: 16px;
    padding-bottom: 20px;
}

li.servicios-hotel-item {
    font-size: 13px;
    list-style-type: none;
    line-height: 22px;
}

li.item-gratis {
    color: #218d3d;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    list-style-type: none;
    line-height: 20px;
}

li.servicios-hotel-item:first-letter { text-transform: uppercase; }

li.servicios-hotel-item:before {
    font-family: FontAwesome, sans-serif;
    content: "\f111";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 3px;
    position: absolute;
    top: 1px;
    left: 0;
}

.contener-seccion-servicios {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}

.contener-seccion-servicios:last-child { padding-bottom: 0; }

li.servicios-hotel-item.special {
    color: #218d3d;
    font-family: 'open_sanssemibold', sans-serif;
}

#tipo-info-util .row + .row { padding-top: 20px; }

#servicios .columns,
#info-util > .columns { padding: 0; }

#servicios li.columns { padding: 0 10px; }

/* Informaciï¿½n ï¿½til */
img.pago-type { max-height: 35px; }     /* no se printan */

.p-informacion-util {
    padding-bottom: 10px;
    overflow: hidden; /* para los casos en los que ponen texto sin espacios, ej. hot 122424 */
}

.p-informacion-util p {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 15px;
}

/*    MEDIA QUERIES     */

/* ==================== */

/* M S */
@media (max-width: 1023px) {
    #tipo-info-util .row + .row {
        padding-top: 20px;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }

    .style-border-gray-descript {
        border-bottom: 1px solid #ccc !important;
        display: inline-block;
        width: 100%;
    }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .contener-seccion-servicios { width: 100%; }
    .title-servicios-hotel { padding-top: 0; }
    .contener-seccion-servicios:last-child .style-border-gray-descript { display: none; }
    #util-info p.title-servicios-hotel.p-card { padding-top: 20px; }
}

/* S */
@media (max-width: 640px) {
    #tipo-info-util > .row { margin: 0; }
    #info-util .columns { padding: 0; }
}

/* ------------------------------------------------------------------
	4.1 [DP] Global
------------------------------------------------------------------- */
.dp-bread {
    margin: 20px 10px !important;
    padding-bottom: 0 !important;
}

#dynamic-packaging-results .wid-search .occupancy-container {
    width: 730px;
    top: 70px;
}

#dynamic-packaging-results .your-search::after {
    border-bottom: 1px solid #ddd;
    content: " ";
    margin-left: 10px;
    width: 98%;
    height: 1px;
}

#dynamic-packaging-results .your-search .your-search-nopad {
    padding: 0;
    margin-left: 0.76923rem;
    margin-right: 0.76923rem;
}

#dynamic-packaging-results #new-search-form {
    position: relative;
    padding: 20px 0;
    margin-top: -1px;
}
#dynamic-packaging-results #new-search-form .close { top: -12px; }

#dynamic-packaging-results #new-search-form .class_and_discounts_container {
    top: 45px !important;
    left: 10px;
}

#dynamic-packaging-results #new-search-form #home-searcher-VHM .class_and_discounts_container label {
    display: block;
    padding-bottom: 5px;
}

/* ------------------------------------------------------------------
	4.2 [DP] Box resumen
------------------------------------------------------------------- */

/* see _summary-box.scss */

/* ------------------------------------------------------------------
	4.3 [DP] Filters
------------------------------------------------------------------- */

#dynamic-packaging-results .customize-product {
    font-size: 22px;
    color: #888;
    font-weight: normal;
    padding: 30px 0;
}

#dynamic-packaging-results .applied-filters {
    margin: 0 auto;
    display: block;
}
#dynamic-packaging-results .applied-filters .title { font-weight: normal; }

#dynamic-packaging-results .choose-filters .filters-box-dp {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#dynamic-packaging-results .choose-filters .no-span-tit .tit { display: none; }

#dynamic-packaging-results .applied-filters-accommodation > div,
#dynamic-packaging-results .applied-filters-transfer > div,
#dynamic-packaging-results .applied-filters-transport .region-filters {
    background-color: #cae6e9;
    border-top: 1px solid #abd7db;
    border-bottom: 1px solid #abd7db;
    margin-bottom: 20px;
    padding: 0 20px;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    #dynamic-packaging-results .applied-filters-accommodation > div {
        padding: 0 10px;
    }
}

/* Loading cuando se filtra, distinto a Hoteles */

#dynamic-packaging-results .container-loading {
    position: relative;
    overflow: hidden;
    min-height: 1000px;
}

#dynamic-packaging-results #app-loading-accommodations,
#dynamic-packaging-results #app-loading-transports {
    background-color: #fff;
    width: 100%;
    height: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}

#dynamic-packaging-results #app-loading-accommodations i,
#dynamic-packaging-results #app-loading-transports i { /* loading */
    font-size: 32px;
    position: absolute;
    top: 15%;
    left: 45%;
}

#dynamic-packaging-results .product-name { color: #666; }

/* ------------------------------------------------------------------
	4.4 [DP] Box Results
------------------------------------------------------------------- */

/* Hoteles */

#dynamic-packaging-results .box-result:last-child { margin-bottom: 0 !important; }

#dynamic-packaging-results .box-result-vue.selected-box,
#dynamic-packaging-results .box-result.selected-box {
    border: 3px solid #3ea9dd;
    border-top: none;
    padding-top: 70px; /* header de 40px de alto en absolut no empuja contenido */
    margin-bottom: 40px;
}

#dynamic-packaging-results .header-box-selected,
#dynamic-packaging-results .header-other-boxes {
    background: #3ea9dd;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'open_sanssemibold', sans-serif;
}

#dynamic-packaging-results .header-other-boxes {
    margin-top: 20px;
}

#dynamic-packaging-results .header-box-selected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#dynamic-packaging-results .hot-tarifas .precio-multitarifa-resultados .desde {
    display: block;
    margin-bottom: 4px;
    text-transform: none;
}

#dynamic-packaging-results .hot-tarifas .precio-multitarifa-resultados .rate-dif {
    float: left;
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    color: #444;
    margin-bottom: 2px;
}

#dynamic-packaging-results .hot-tarifas .precio-multitarifa-resultados .value {
    float: right;
    margin-bottom: 0;
}

#dynamic-packaging-results .hot-tarifas .precio-multitarifa-resultados .value .currency {
    padding-right: 0;
}

#dynamic-packaging-results .regimen-tarifa {
    margin: 0 auto;
    display: block;
}

#dynamic-packaging-results .regimen-tarifa .middle-table-block .regimen {
    margin-top: 10px;
    display: block;
    font-size: 13px;
}
#dynamic-packaging-results .regimen-tarifa .middle-table-block .refund-type-selector { margin-bottom: 10px; }

#dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell2,
#dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell4 {
    min-height: 0;
    height: auto;
}

#dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell2 span {
    font-size: 12px;
    margin-top: 3px;
    min-width: 120px /* para que quede el texto alineado para todas las rows */
}
#dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell2 span:first-child { float: left; }

#dynamic-packaging-results .regimen-tarifa .payment-method {
    border-left: 1px solid #d3d3d3;
    display: inline-block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}

#dynamic-packaging-results .regimen-tarifa .price-block {
    margin: 15px 0;
    height: auto;
}

#dynamic-packaging-results .regimen-tarifa .price {
    display: inline-block;
    float: left;
    margin: 4px 15px 0 0;
}

#dynamic-packaging-results .regimen-tarifa .price-block .price-selected {
    position: absolute;
    top: 23px;
    right: 135px;
}

#dynamic-packaging-results .regimen-tarifa .total-price {
    float: right;
    display: block;
    font-size: 12px;
    margin-top: 3px;
    clear: both;
}

#dynamic-packaging-results .regimen-tarifa .total-price .currency { font-size: 10px; }

#dynamic-packaging-results .regimen-tarifa .currency {
    padding: 0 2px;
    font-size: 18px;
}

#dynamic-packaging-results .your-selection {
    display: inline-block;
    padding: 4px 15px;
    background-color: #2c9ca6;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    position: relative;
    max-width: 113px;
    margin-left: 10px;
    text-align: right;
}

#dynamic-packaging-results .your-selection::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 11px solid #fff;
    border-right: 11px solid transparent;
}

#dynamic-packaging-results .your-selection i {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

#dynamic-packaging-results .regimen-tarifa .price-block .btn {
    display: inline-block;
    float: right;
}

/* Mostrar mas habitaciones */
#dynamic-packaging-results .js-show-more-rooms .box-room-b2 { margin-top: 20px; }

/* Vuelos */

#dynamic-packaging-results #transport-results-list .box-result-vue:last-child { margin-bottom: 0 !important; }

#dynamic-packaging-results .box-result-vue .titulo_resultado > div {
    float: left;
    height: auto;
}

#dynamic-packaging-results .box-result-vue .body-track > div { padding: 0; }

#dynamic-packaging-results .box-result-vue .body-track .info-track:first-of-type { padding-top: 5px; }

#dynamic-packaging-results .info-track:not(.selected) { cursor: pointer; }

#dynamic-packaging-results.box-result-vue .body-track > div:nth-last-of-type(2) { padding-bottom: 5px; }

#dynamic-packaging-results .box-result-vue .info-track .btn-pin { top: 10px; }

#dynamic-packaging-results .info-track input[name*=js-track-type-journey] { margin-left: 20px; }

#dynamic-packaging-results .box-result-vue .select-combination {
    float: right;
    margin: 10px 0 0 20px;
}

/* Menu dentro de la pestaï¿½a descripciï¿½n */

.extra-info .menu-extra-info {
    margin-bottom: 30px;
    font-size: 12px;
}

.extra-info .menu-extra-info span {
    padding: 0 10px 0 5px;
    color: #e6002c;
    cursor: pointer;
}

#dynamic-packaging-results .extra-info .menu-extra-info span:hover { text-decoration: underline; }

#dynamic-packaging-results .extra-info .menu-extra-info span:first-child { padding-left: 0; }

#dynamic-packaging-results .extra-info .menu-extra-info span:not(:last-child) { border-right: 1px solid #000; } /* separador */

#dynamic-packaging-results .extra-info .menu-extra-info .selected { color: #000; } /* seccion seleccionada */

/* end Menu dentro de la pestaï¿½a descripciï¿½n */

/* descripciï¿½n */
#dynamic-packaging-results .extra-info .text-general-description { font-size: 13px; }

/* Servicios */
#dynamic-packaging-results .more-services { cursor: pointer; }

#dynamic-packaging-results .more-services .item-servicio {
    background-color: #fff;
    color: #e6002c;
    border: 1px #e6002c solid;
    padding-top: 0;
    margin: 0 auto;
}

#dynamic-packaging-results .extra-info .item-servicio > i,
#dynamic-packaging-results .extra-info .item-servicio {
    height: 44px;
    width: 44px;
    display: block;
    padding-top: 0;
    margin: 0 auto;
}

#dynamic-packaging-results .extra-info .item-servicio > i::before {
    font-size: 30px;
    line-height: 44px;
}

#dynamic-packaging-results .more-services .text-serv-min { color: #e6002c; } /* x servicios mas */

#dynamic-packaging-results .contener-services-hotel {
    overflow: hidden;
    margin-bottom: 25px;
    float: left;
    min-width: 57%; /* en la misma fila que checkin/out. si no cabe, los relojes caen y la fila de servicios crece */
}

/* relojes check in check out */
#dynamic-packaging-results .container-checks {
    float: left;
    width: 40%;
    margin-left: 15px;
    margin-right: 10px;
}

#dynamic-packaging-results .cont-checkin {
    float: left;
    width: 48%;
    margin-right: 4%;
}

#dynamic-packaging-results .cont-checkout {
    float: right;
    width: 48%;
}
#dynamic-packaging-results .ckeck-in-ico { position: relative; }

/* end relojes check in check out */

/* pestaï¿½a descripciï¿½n hoteles en resultados vmh */
#dynamic-packaging-results .description-content { margin: 0 -10px; }

#dynamic-packaging-results .description-content .text-general-description { padding: 0 10px !important; }

#dynamic-packaging-results .contener-services-hotel li {
    float: left;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
}

#dynamic-packaging-results .more-services i {
    font-size: 18px;
    padding-right: 4px;
    line-height: 36px;
}

#dynamic-packaging-results .filters-box ul label { margin-bottom: 10px; }

#dynamic-packaging-results #tipo-servicios,
#dynamic-packaging-results #tipo-info-util { margin-top: 0; }

#dynamic-packaging-results #tipo-info-util {
    border-top: none;
    padding-top: 0;
}

@media (min-width: 1024px) {
    #dynamic-packaging-results .box-ordenar { margin-top: 0; }
    #dynamic-packaging-results #tabs { min-height: 660px; } /* para que quepa el sky cuando aun no estan las cajas cargadas */
}

@media (max-width: 640px) {
    #dynamic-packaging-results .contener-services-hotel,
    #dynamic-packaging-results .container-checks {
        width: 100%;
        float: none;
    }

    #dynamic-packaging-results .contener-services-hotel {
        margin-left: auto;
        margin-right: auto;
    }

    #dynamic-packaging-results .container-checks { margin-top: 20px; }

    #dynamic-packaging-results .opciones-hot-res-multitarifa li span { padding: 0 5px; }
}

/* end Servicios */

/* Media Queries */

/* L y XL */

@media (min-width: 1024px) {
    #dynamic-packaging-results .choose-filters { padding-top: 0; }

    #dynamic-packaging-results #new-search-form .form-submit {
        width: 8.33333%;
        margin-top: 18px;
    }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    #dynamic-packaging-results .applied-filters-accommodation { margin-bottom: 0; }

    #dynamic-packaging-results .wid-search .occupancy-container {
        width: 510px;
        right: 0;
        left: auto;
    }

    #dynamic-packaging-results .caja-form .campo-origen-destino { margin-bottom: 20px; }

    #dynamic-packaging-results .caja-form .btn-vue-responsive { overflow: hidden; }

    #dynamic-packaging-results .caja-form .btn-vue-responsive input { margin-top: 30px !important; }

    #dynamic-packaging-results .caja-form .extras-vue { margin-bottom: 0; }

    #dynamic-packaging-results .caja-form .extras-vue .contact { margin-top: 5px; }

    #dynamic-packaging-results .caja-form .extras-vue p:not(.contact) {
        position: absolute;
        bottom: 50px;
    }
    #dynamic-packaging-results .class_and_discounts_container { top: -30px !important; }

    #dynamic-packaging-results .regimen-tarifa .middle-table-block .regimen,
    #dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell2 span:first-child { margin-left: 0; }
}

/* S */

@media (max-width: 640px) {
    #dynamic-packaging-results .wid-search .occupancy-container {
        width: 100%;
        right: 0;
        left: auto;
        max-width: 490px;
    }
    #dynamic-packaging-results .your-search span { font-size: 13px; }

    #dynamic-packaging-results .your-search .make-new-search {
        float: right;
        margin-top: -30px !important;
    }
    #dynamic-packaging-results .campo-origen-destino div:last-child input { border-left: 1px solid #afafaf; }

    #dynamic-packaging-results .campo-origen-destino { margin-bottom: 10px; }

    #dynamic-packaging-results .campo-origen-destino div:first-child { margin-bottom: 10px; }

    #dynamic-packaging-results .caja-form .btn-vue-responsive input { margin-top: 20px !important; }

    #dynamic-packaging-results .applied-filters-accommodation .applied-filters ul,
    #dynamic-packaging-results .applied-filters-accommodation .applied-filters ul li {
        width: auto !important;
        min-width: 0;
    }

    #dynamic-packaging-results .box-result {
        margin-bottom: 20px;
        padding: 15px 10px;
        clear: both;
    }

    #dynamic-packaging-results .box-result-vue.selected-box,
    #dynamic-packaging-results .box-result.selected-box {
        padding-top: 55px;
    }
    #dynamic-packaging-results .box-result-vue { margin-bottom: 20px !important; }

    #dynamic-packaging-results .box-result .box-content {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #dynamic-packaging-results .box-result .foto {
        height: auto;
        margin-bottom: 0;
    }

    #dynamic-packaging-results .box-result .foto a.abre-galeria { margin-bottom: 0 !important; }

    #dynamic-packaging-results .box-result .datos { margin-bottom: 0 !important; }

    #dynamic-packaging-results .box-content .hot-tarifas { display: none; }

    #dynamic-packaging-results .box-result #tabs { display: block !important; }

    #dynamic-packaging-results .regimen-tarifa { border-top: 1px solid #ccc; }

    #dynamic-packaging-results .regimen-tarifa:first-child { border-top: none; }

    #dynamic-packaging-results .regimen-tarifa .middle-table-block .refund-type-selector { margin-bottom: 0; }

    #dynamic-packaging-results .regimen-tarifa .middle-table-block,
    .regimen-tarifa .hot-tarifa-cell4 { border: none; }

    #dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell2 span:first-child { margin-left: 0; }

    #dynamic-packaging-results .regimen-tarifa .price-block { margin: 15px 0; }

    #dynamic-packaging-results .regimen-tarifa .price-block .your-selection { margin-bottom: 0; }

    #dynamic-packaging-results .box-result-vue .info-track .btn-pin { top: -27px; }

    #dynamic-packaging-results .paginador > div:first-child { margin-bottom: 20px; }

    #dynamic-packaging-results .paginador .showing-pag { display: inline !important; }

    #dynamic-packaging-results .contener-services-hotel li { margin-bottom: 10px; }
}

/* S y M */

@media (max-width: 1023px) {
    #dynamic-packaging-results .applied-filters #appliedFilters ul { float: left; }

    #dynamic-packaging-results .info-track input[name*=js-track-type-journey] {
        margin-left: 0;
        float: left;
    }
}

@media (max-width: 390px) {
    #dynamic-packaging-results .contener-services-hotel li { width: 33.33%; }
}

/* ------------------------------------------------------------------
	06. [COC]
------------------------------------------------------------------- */

/* ------------------------------------------------------------------
    6.1 Cajas Agrupaciï¿½n
------------------------------------------------------------------- */

/* Caja filtros Agrupaciï¿½n */

.box-group-filter {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.box-group-filter ul {
    float: left;
    overflow: hidden;
}

.box-group-filter ul li {
    color: #666;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-family: 'open_sansregular', sans-serif;
    line-height: 13px;
    margin-left: 10px;
    padding: 5px 15px 15px;
}

.box-group-filter ul li:first-child {
    font-size: 12px;
    font-family: 'open_sansregular', sans-serif;
    line-height: 12px;
    padding-left: 0;
    text-transform: uppercase;
    color: #888;
    margin: 0;
}

.box-group-filter ul li:first-child:hover {
    color: #888;
    cursor: default;
}
.box-group-filter ul li:last-child { border-right: none; }

.box-group-filter ul li:hover,
.box-group-filter ul li.active {
    color: #2c9ca6;
    cursor: pointer;
}

.box-group-filter ul li.active {
    border-bottom: 2px solid #2c9ca6;
    color: #2c9ca6;
}

/* Caja resultados Agrupados */

.box-group .group-car-info {
    border-right: 1px solid #e6e6e6;
    padding: 15px 1.53846rem 10px 0.76923rem;
}

.box-group .group-car-info h2 {
    color: #444;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 3px;
    font-family: 'open_sanssemibold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-group .group-car-info h2 i {
    font-size: 16px;
    float: left;
}

.box-group .group-car-info h2 span {
    margin-left: 10px;
    float: left;
    width: 90%;
    margin-top: -2px;
    font-family: 'open_sanssemibold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-group .group-car-info p {
    line-height: 18px;
    padding-left: 26px;
}

.box-group .group-car-info ul {
    padding: 8px 0 0 26px;
    float: left;
}

.box-group .group-car-info .low-cost {
    height: 25px;
    width: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 10px;
}

.box-group .group-car-info li {
    float: left;
    display: inline-block;
    margin-left: 2px;
}

.box-group .group-car-info li:first-child {
    margin-left: 0;
}

.box-group .group-car-info li span:not(.low-cost) {
    border: 1px solid #ccc;
    color: #666;
    text-align: center;
    height: 25px;
    width: 50px;
    line-height: 24px;
    display: inline-block;
}

.box-group .group-car-prize {
    float: right;
    margin-left: 10px;
    margin-top: -12px;
}

.box-group .group-car-prize .group-from {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    color: #666;
    text-align: right;
}

.box-group .group-car-prize .group-prize {
    font-size: 30px;
    line-height: 30px;
    font-family: 'open_sanssemibold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444;
    letter-spacing: -1px;
    display: block;
    overflow: hidden;
    float: right;
}

.box-group .view-group {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.box-group .view-group button {
    margin: 0 auto;
}

/* S & M especial */
@media (min-width: 320px) and (max-width: 740px) {
    .box-group .view-group button {
        padding: 0 10px;
        font-size: 19px !important;
    }
}

/* S */
@media (max-width: 640px) {
    .box-group-filter ul li {
        margin-left: 0;
    }

    .box-group-filter ul li:last-child {
        margin-left: 10px;
    }

    .box-group .group-car-info {
        border-right: none;
    }

    .box-group .group-car-prize {
        position: absolute;
        left: 0.76923rem;
        bottom: -55px;
        margin-left: 26px;
    }

    .box-group .group-car-prize .group-from {
        text-align: left;
        margin-bottom: 1px;
        font-size: 11px;
        line-height: 11px;
    }

    .box-group .group-car-prize .group-prize {
        font-size: 26px;
    }

    .box-group .view-group {
        padding-top: 14px;
        padding-bottom: 4px;
        border-top: 1px solid #e6e6e6;
        position: relative;
        bottom: auto;
        right: auto;
    }

    .box-group .view-group button {
        float: right;
    }
}

/* ------------------------------------------------------------------
	6.2 Cajas de aviso
------------------------------------------------------------------- */

/* Caja Aviso Legacy */

.box2 {
    border: 1px solid #ccc;
    overflow: hidden;
}

.box2Warning {
    background: none repeat scroll 0 0 #efe466;
    border-color: #ff8f33;
    color: #444;
}

.warningL {
    background-position: -300px -150px;
}

/* ------------------------------------------------------------------
	6.3 Cajas resultados COC
------------------------------------------------------------------- */

/* Colorbox Opiniones Usuarios */

.colorbox-car-company-opinions #cboxLoadedContent {
    margin: 0 !important;
}

.colorbox-car-company-opinions #cboxTitle {
    display: none !important;
}

.colorbox-car-company-opinions .head-opinions {
    padding: 25px;
    background-color: #f4f4f4;
}

.colorbox-car-company-opinions .val-company {
    float: left;
    text-align: left;
    margin-top: 5px;
}

.colorbox-car-company-opinions .val-company > div {
    float: left;
    margin-right: 5px;
}

.colorbox-car-company-opinions .val-company .val-opinions {
    font-size: 16px;
    line-height: 26px;
    font-family: 'open_sanssemibold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.colorbox-car-company-opinions .val-company .n-opinions {
    font-size: 11px;
    font-family: 'open_sansregular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.colorbox-car-company-opinions .val-company .num {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 29px;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
}

.colorbox-car-company-opinions .wrap-opinions {
    padding: 25px;
}

.colorbox-car-company-opinions .wrap-opinions h4 {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.colorbox-car-company-opinions .wrap-opinions ul {
    padding: 0 !important;
    margin: 0 !important;
}

.colorbox-car-company-opinions .wrap-opinions li {
    border-top: 1px solid #dbdbdb;
    padding: 20px 0 !important;
}

.colorbox-car-company-opinions .opinion-date {
    font-family: 'open_sansregular', sans-serif;
    color: #888;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}

.colorbox-car-company-opinions .opinion-date span {
    display: inline-block;
    border-left: 1px solid #bbb;
    margin-left: 3px;
    padding-left: 6px;
}

.colorbox-car-company-opinions .opinion-date span:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

.colorbox-car-company-opinions .es-bien,
.colorbox-car-company-opinions .es-mal {
    padding-bottom: 5px;
}

.colorbox-car-company-opinions .es-bien span:first-child,
.colorbox-car-company-opinions .es-mal span:first-child {
    color: #444;
    display: inline-block;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin-right: 3px;
    text-transform: uppercase;
}

.colorbox-car-company-opinions .infUser {
    color: #444;
    font-size: 12px;
    float: left;
    clear: both;
    display: block;
    padding-top: 15px;
}

.colorbox-car-company-opinions .valor {
    width: auto;
    margin: 0;
    font-family: "open_sansregular", sans-serif;
    text-align: left;
    float: left;
    position: absolute;
    left: 44px;
    top: 5px;
}

.colorbox-car-company-opinions .valor .num {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    color: #fff;
    width: 27px;
    height: 27px;
    float: left;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.colorbox-car-company-opinions span.avatar {
    font-style: normal;
    border-radius: 50%;
    display: inline-block;
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    color: #888;
    text-align: center;
    vertical-align: -1px;
    padding-top: 1px;
    margin-right: 5px;
    background-color: #efefef;
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 10px;
}

.colorbox-car-company-opinions span.avatar.borderless {
    border: none;
    vertical-align: -8px;
}

.colorbox-car-company-opinions .reviewer {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #444;
    display: block;
    text-align: center;
}

/* Media */

/* S */
@media (max-width: 640px) {
    .colorbox-car-company-opinions .avatar-points,
    .colorbox-car-company-opinions .info-user {
        float: left;
    }

    .colorbox-car-company-opinions .info-user {
        margin-left: 8px;
        margin-top: 15px;
    }
}

/* ------------------------------------------------------------------
    6.4 Sprite Logos Compaï¿½ï¿½as
------------------------------------------------------------------- */

.s-logos-coc {
    background: url('/assets/images/sprites/sprite-logos-coches.png') no-repeat;
    background-size: cover;
}

/* Posiciones para colorbox resultados COC / carrusel home COC imï¿½genes 80x60 */
.original-size .logo-coc-goldcar { background-position: -80px 0; }
.original-size .logo-coc-rhodium { background-position: -161px 0; }
.original-size .logo-coc-keddy { background-position: -242px 0; }
.original-size .logo-coc-klass-wagen { background-position: -323px 0; }
.original-size .logo-coc-premium { background-position: -404px 0; }
.original-size .logo-coc-direct { background-position: -485px 0; }
.original-size .logo-coc-autonom { background-position: -566px 0; }
.original-size .logo-coc-autoboca { background-position: -647px 0; }
.original-size .logo-coc-greenmotion { background-position: -728px 0; }
.original-size .logo-coc-caldera { background-position: -809px 0; }
.original-size .logo-coc-locauto { background-position: -890px 0; }
.original-size .logo-coc-noleggiare { background-position: -971px 0; }
.original-size .logo-coc-sicilybycar { background-position: -1052px 0; }
.original-size .logo-coc-maggiore { background-position: -1133px 0; }
.original-size .logo-coc-easirent { background-position: -1214px 0; }
.original-size .logo-coc-buchbinder { background-position: -1295px 0; }
.original-size .logo-coc-hiper { background-position: -1376px 0; }
.original-size .logo-coc-ok { background-position: -1457px 0; }
.original-size .logo-coc-owners { background-position: -1538px 0; }
.original-size .logo-coc-orlando { background-position: -1619px 0; }
.original-size .logo-coc-recordgo { background-position: -1700px 0; }
.original-size .logo-coc-target { background-position: -17810px 0; }
.original-size .logo-coc-targetrent { background-position: -1862px 0; }
.original-size .logo-coc-italy { background-position: -1943px 0; }
.original-size .logo-coc-megadrive { background-position: -2024px 0; }
.original-size .logo-coc-schiller { background-position: -2105px 0; }
.original-size .logo-coc-fox { background-position: -2186px 0; }
.original-size .logo-coc-globaldrive { background-position: -2267px 0; }
.original-size .logo-coc-drivalia { background-position: -2348px 0; }
.original-size .logo-coc-localiza { background-position: -2429px 0; }
.original-size .logo-coc-budget { background-position: -2510px 0; }
.original-size .logo-coc-avis { background-position: -2591px 0; }
.original-size .logo-coc-america { background-position: -2672px 0; }
.original-size .logo-coc-caro { background-position: -2753px 0; }
.original-size .logo-coc-alamo { background-position: -2834px 0; }
.original-size .logo-coc-advantage { background-position: -2915px 0; }
.original-size .logo-coc-thrifty { background-position: -2996px 0; }
.original-size .logo-coc-sixt { background-position: -3077px 0; }
.original-size .logo-coc-national { background-position: -3158px 0; }
.original-size .logo-coc-hertz { background-position: -3239px 0; }
.original-size .logo-coc-firefly { background-position: -3320px 0; }
.original-size .logo-coc-europcar { background-position: -3391px 0; }
.original-size .logo-coc-enterprise { background-position: -3442px 0; }
.original-size .logo-coc-dollar { background-position: -3563px 0; }
.original-size .logo-coc-centauro { background-position: -3644px 0; }
.original-size .logo-coc-interrent { background-position: -3725px 0; }

/* New elements */
.original-size .logo-coc-drive { background-position: -3805px 0; }
.original-size .logo-coc-drive4less { background-position: -3885px 0; }
.original-size .logo-coc-guerin { background-position: -3965px 0; }
.original-size .logo-coc-orbita { background-position: -4045px 0; }
.original-size .logo-coc-chilean { background-position: -4125px 0; }
.original-size .logo-coc-econorent { background-position: -4205px 0; }
.original-size .logo-coc-rosselot { background-position: -4285px 0; }
.original-size .logo-coc-class { background-position: -4365px 0; }
.original-size .logo-coc-autos { background-position: -4445px 0; }
.original-size .logo-coc-solmar { background-position: -4525px 0; }
.original-size .logo-coc-viten { background-position: -4605px 0; }
.original-size .logo-coc-ecovia { background-position: -4685px 0; }
.original-size .logo-coc-rentacar { background-position: -4765px 0; }
.original-size .logo-coc-sternrent { background-position: -4845px 0; }
.original-size .logo-coc-oryx { background-position: -4925px 0; }
.original-size .logo-coc-fleet { background-position: -5005px 0; }
.original-size .logo-coc-last { background-position: -5085px 0; }
.original-size .logo-coc-right { background-position: -5165px 0; }
.original-size .logo-coc-mex { background-position: -5245px 0; }
.original-size .logo-coc-victory { background-position: -5325px 0; }
.original-size .logo-coc-kem { background-position: -5405px 0; }
.original-size .logo-coc-top { background-position: -5485px 0; }
.original-size .logo-coc-u { background-position: -5565px 0; }
.original-size .logo-coc-saytur { background-position: -5645px 0; }
.original-size .logo-coc-flizzr { background-position: -5725px 0; }

.original-size .logo-coc-canarias { background-position: -5468px 0; }
.original-size .logo-coc-cactus { background-position: -5395px 0; }
.original-size .logo-coc-payless { background-position: -5760px 0; }
.original-size .logo-coc-cordoba { background-position: -5614px 0; }
.original-size .logo-coc-oclock { background-position: -5541px 0; }
.original-size .logo-coc-zugig { background-position: -5833px 0; }
.original-size .logo-coc-alkila { background-position: -5324px 0; }
.original-size .logo-coc-global { background-position: -5688px 0; }

/* ------------------------------------------------------------------
	07. [Vuelo+Hotel]
------------------------------------------------------------------- */

.vueloMhotel .advert-box { padding: 0 0  40px; }  /* Solo para Vuelo mï¿½s Hotel */
.vueloMhotel #wid-mini-card-ficha { border-top: 1px solid #fff; }
/* Searches
=========================================================================================================== */
#searches {
    font-family: 'open_sansregular', sans-serif;
    background-color: #e3e1e1;
}

.searchestop {
    margin-top: -15px;
    padding-top: 15px;
}

#searches * { box-sizing: border-box; }

#searches > .row { padding: 30px 0; }

#searches > .row_tab { padding: 15px 0 !important; }

.VMH #searches .row { padding: 10px 0 30px !important; }

#searches img { box-sizing: content-box; }

#searches .prefooter__title {
    margin: 0 0 28px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'open_sanssemibold', sans-serif;
}

.COC #searches .prefooter__title { line-height: 18px; }

#searches h3,
.footSubhead {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'open_sanssemibold', sans-serif;
    color: #444;
    line-height: 18px;
}

#searches li { margin-bottom: 12px; }

#searches .column > ul {
    margin-bottom: 30px;
}

.COC #searches li {
    margin-bottom: 12px;
    padding: 0 !important;
    list-style-image: none !important;
}

#searches li.bold { font-weight: normal !important; }

#searches a {
    font-size: 13px;
    color: #444;
}

#searches a:hover { color: #000; }

#searches .tripadvisor {
    float: right;
    padding-right: 20px;
    font-size: 11px;
    margin-top: -15px;
}

#searches .tripadvisor img {
    vertical-align: -5px;
    margin-left: 5px;
}

#searches .nivelEnlaces {
    margin-top: 28px !important;
}

.ia_tab {
    height: 48px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin: 0;
    list-style: none;
}

.ia_tab_btn:hover {
    color: #1e97e6;
}

.ia_tab_btn.active {
    cursor: default;
    color: #1e97e6;
    border-bottom: solid 4px #1e97e6;
    font-family: open_sanssemibold, sans-serif;
}

.ia_tab_btn {
    display: inline-block;
    cursor: pointer;
    height: 48px;
    line-height: 36px;
    color: #444;
    font-size: 14px;
    padding: 0 15px !important;
    list-style: none;
    margin: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #searches > .row { padding: 20px 0; }
}

@media (max-width: 1023px) {
    #searches > .row { padding: 20px 0; }

    #searches .prefooter__title {
        line-height: 20px;
        font-size: 17px;
        letter-spacing: -0.5px;
    }

    #searches a { line-height: 18px; }
}
/*
	Global.css
	Widget de opiniones responsive

    01. Paginador
    02. Estilos widget
    XX. Media queries
    YY. ï¿½ï¿½ï¿½ Estilos petables cuando todo sea responsive !!!
s
*/

/*  01. Paginador
===================================================================================================================== */

/* Paginador en resultados y opiniones */

/* #opiniones *, #opiniones *:before, #opiniones *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
.opi-responsive .paginador div { margin-top: 0 !important; }

/* paginador */
.paginador-container {
    border-top: 2px solid #ddd;
    padding-top: 0 !important;
    position: relative;
    margin: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

/* Texto del total de los resultados/opiniones */
.total-resultados {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    color: #888;
    line-height: 30px;
    float: left;
    display: inline-block;
}

.total-resultados .bold {
    font-family: 'open_sanssemibold', sans-serif !important;
    font-weight: normal;
}

/* Paginador - numeros, flechas, etc */
.paginador {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    color: #999;
    padding-top: 20px;
    padding-bottom: 20px;
}
.paginador span { font-family: 'open_sanssemibold', sans-serif; }

.opi-responsive {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 120px;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.paginador ul { display: inline-block; }

.paginador li {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 14px;
    color: #999;
    float: left;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
}
.paginador li a { color: #999; }

.paginador li a:hover { text-decoration: none; }

.paginador li:first-child { border-left: 1px solid #d8d8d8; }

.paginador li.etc {
    border-top: medium none;
    border-bottom: medium none;
}

.paginador li.active {
    border: 1px solid #2c9ca7;
    color: #2c9ca7;
}
.paginador li:hover { background-color: #e6e6e6; }

.paginador li.active:hover,
.paginador li.etc:hover,
.paginador li.inactive:hover { background: none; }

.paginador li.active,
.paginador li.etc,
.paginador li.inactive { cursor: auto; }

.paginador li img {
    background: url("/assets/images/v12/sprite-esp.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    margin-bottom: -1px;
}
.paginador .prev img { background-position: -253px -87px; }

.paginador .prev.inactive img { background-position: -211px -87px; }

.paginador .next img { background-position: -271px -87px; }

.paginador .next.inactive img { background-position: -230px -87px; }

/* boton subir */
.up {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    color: #666;
    padding: 10px;
    border: 1px solid #d8d8d8;
}
.paginador .up { margin-top: 0; }

.opi-responsive .up {
    bottom: 65px;
    position: unset !important;
    right: 0;
    display: block;
    float: right;
}

.up:hover {
    background-color: #e6e6e6;
    text-decoration: none;
}

.up:visited,
.up:hover,
.up:active { color: #666; }

.up img {
    margin-left: 8px;
    background: url("/assets/images/v12/sprite-esp.png") no-repeat scroll -253px -87px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin-bottom: -3px;
}

/* boton ver mï¿½s, de omento e landings RES */
.btn-see-more-opis {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 5px;
}

.btn-see-more-opis a {
    padding: 10px;
    font-size: 13px;
    border: 1px solid #e6002c;
}

.btn-see-more-opis a.disabeld {
    color: #ddd;
    border-color: #ddd;
    cursor: default;
}

.btn-see-more-opis a:hover { text-decoration: none; }

/*
    02. Widget de opiniones - Responsive

===================================================================================================================== */

.opi-responsive #user_rating h2 {
    font-family: "open_sansregular", sans-serif !important;
    font-size: 24px !important;
    line-height: 24px;
    font-weight: normal !important;
    color: #888 !important;
    padding: 40px 0 20px !important;
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
}

/*

    Secciï¿½n de la cabecera del widget de la opiniï¿½n

*/
.opi-responsive #user_rating .opi_container {
    overflow: hidden;
    display: block;
    padding: 30px 0;
}

.opi-responsive #user_rating .colValora .opi_container {
    min-height: 120px !important;
    padding-top: 0;
}

.opi-responsive .opi-criteria-container {
    float: left;
    width: calc(100% - 130px);
}

@media (max-width: 640px) {
    .opi-responsive .opi-criteria-container {
        width: 100%;
    }
}

.opi-responsive #user_rating .opi_general_rate {
    float: left;
    display: inline-block;
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    .opi-responsive #user_rating .opi_general_rate {
        padding-right: 0;
        width: 100%;
    }
}

.opi-responsive #user_rating .opi_general_rate .opi-value-box {
    background: #444;
    color: #fff;
    opacity: 0.95;
    min-width: 100px;
    height: 100px;
    border-radius: 2px;
    text-align: center;
    float: left;
    padding: 0 5px;
}

@media (min-width: 641px) {
    .opi-responsive #user_rating .opi_general_rate .opi-value-box.with-padding {
        padding-top: 15px;
    }
}

.opi-responsive #user_rating .opi_general_rate .opi-value-box .title {
    font-family: "open_sanssemibold", sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin: 5px 0;
    line-height: 20px;
}

.opi-responsive #user_rating .opi_general_rate .opi-value-box .userrating {
    font-family: "open_sanssemibold", sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
    display: block;
    clear: both;
    margin-bottom: 5px;
    color: #fff;
}

.opi_separator {
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #525252;
    margin: 0;
    line-height: 0;
    height: 0;
    width: 100%;
    padding: 0 !important;
    clear: both;
}

.opi-responsive #user_rating .opi_general_rate .opi-value-box .opinions,
.opi-responsive #user_rating .opi_general_rate .opi-value-box .opinions strong {
    font-family: "open_sansregular", sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    display: block;
}

.opi-responsive #user_rating .opinion_valoraciones {
    float: left;
    display: inline-block;
}

.opi-responsive #user_rating .opi-type-criteria-title {
    font-family: "open_sanssemibold", sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
    display: block;
}

.opi-responsive #user_rating .opi-criteria-item,
.opi-responsive #ul_reviews .userOpina .colValora .opi-criteria-item {
    overflow: hidden;
    margin-bottom: 5px;
}
.opinion_valoraciones .opi-criteria-item { cursor: pointer; }

/* Barras de valor de la opinion en funciï¿½n de los criterios */
.opi-responsive #user_rating p.opi_barratotal,
.opi-responsive #ul_reviews .userOpina .colValora p.opi_barratotal {
    height: 6px;
    border-radius: 0;
    overflow: hidden;
    background: #e0e0e0;
    margin-top: 7px;
}

/* Valoraciï¿½n por criterio */
.opi-responsive #user_rating .opinion_criterios span.opi_barravalor,
.opi-responsive #ul_reviews .userOpina .colValora span.opi_barravalor {
    width: 35%; /* Este valor tiene que ser variable en funciï¿½n de la puntuaciï¿½n de la valoraciï¿½n - ponemos uno para que se muestre "algo" */
    height: 6px;
    border-radius: 0;
    display: block;
    overflow: hidden;
    background: #1e97e6;
}

/* Valoraciï¿½n por distribuciï¿½n */
.opi-responsive #user_rating .opinion_valoraciones span.opi_barravalor {
    width: 35%; /* Este valor tiene que ser variable en funciï¿½n de la puntuaciï¿½n de la valoraciï¿½n - ponemos uno para que se muestre "algo" */
    height: 6px;
    border-radius: 0;
    display: block;
    overflow: hidden;
    background: #8eb717;
}
.opi-responsive #user_rating .opinion_valoraciones p.opi_barratotal { float: left; }

.opi-responsive #user_rating .opinion_criterios .opi-criteria-item .opi_categoria,
.opi-responsive #ul_reviews .userOpina .colValora .opi_categoria {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: open_sanssemibold, sans-serif;
}

.opinion_valoraciones.js-selector li p:first-child { text-decoration: underline; }

.opi-responsive #user_rating .opinion_criterios .opi-criteria-item .opi_valor,
.opi-responsive #ul_reviews .userOpina .colValora .opi_valor {
    font-family: "open_sanssemibold", sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #1e97e6;
    text-align: right;
}

.opi-responsive #user_rating .opinion_valoraciones .opi-criteria-item .opi_valor {
    font-family: open_sanssemibold, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #8eb717;
    text-align: right;
    display: inline-table;
    padding-right: 5px !important;
}

.opi-responsive #user_rating .opinion_valoraciones .opi-criteria-item .opi_categoria,
.opi-responsive #ul_reviews .userOpina .colValora .opi_categoria {
    font-family: open_sansregular, sans-serif !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #666;
}

.opi-trick-verificadas-mini { background-position: -900px -270px !important; }

.opi-responsive .opiVerificada {
    padding: 0;
}

.opi-responsive .opiVerificada header {
    clear: both;
    color: #e6002c;
}

.opi-responsive .opiVerificada header i {
    font-size: 40px;
    float: left;
    margin-right: 10px;
}

.opi-responsive .opiVerificada header span {
    font-size: 15px;
    display: block;
    overflow: hidden;
    font-family: open_sanssemibold, sans-serif;
    letter-spacing: -0.5px;
    line-height: 19px;
}

.opi-responsive .opiVerificada p {
    font-size: 13px;
    font-family: open_sansregular, sans-serif;
    margin-top: 10px;
}

.opi-responsive .opiVerificada .btn { margin-top: 10px; }

.opi-responsive .check-opi-verified {
    float: right;
    font-family: open_sansregular, sans-serif;
    font-size: 13px;
    padding-right: 10px;
    margin-top: -2px;
}

.opi-responsive .check-opi-verified .color,
.opi-responsive .opi-verified-check { color: #4373c3; }

.opi-responsive .opi-verified-check {
    float: left;
    margin-top: 10px;
    clear: both;
}

.opi-responsive .opi-verified-check i {
    font-size: 20px;
    vertical-align: -4px;
    margin-right: 5px;
}

.photo-reviews { overflow: hidden; }

.photo-reviews-image,
.photo-reviews-image-more {
    float: left;
    margin-right: 5px;
    width: 97px;
    height: 76px;
    overflow: hidden;
}

.photo-reviews-image-more {
    position: relative;
    opacity: 0.6;
    color: #fff;
}

.photo-reviews-image-thumb {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.photo-reviews-image-more .photo-reviews-text {
    position: absolute;
    top: 25px;
    left: 15px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000;
}

/* Adap. foundations Luis M. */
.foundation_opnions .opi-responsive #ul_reviews .userOpina .colValora .opi-criteria-item { min-width: initial; }

/* L */
@media (min-width: 1024px) and (max-width: 1279px) {
    .opi-responsive .opiVerificada header span {
        line-height: 17px;
    }

    .opi-responsive .opiVerificada header i {
        font-size: 32px;
    }
}

/* M / S */
@media (min-width: 320px) and (max-width: 1023px) {
    .opi-responsive #user_rating .opiVerificada {
        float: none;
        margin-top: 15px;
        padding-bottom: 15px;
        overflow: hidden;
    }

    .opi-responsive .opiVerificada span {
        display: inline;
        color: #666;
        font-family: open_sanssemibold, sans-serif;
        font-size: 15px;
    }

    .opi-responsive .opiVerificada i {
        display: inline;
        vertical-align: middle;
        font-size: 42px;
        float: left;
        padding-right: 10px;
        color: #e6002c;
    }

    .opi-responsive .opiVerificada .btn {
        display: inline;
        background-color: transparent;
        color: #e6002c !important;
        font-family: open_sansregular, sans-serif !important;
        text-decoration: underline;
        font-size: 13px !important;
        text-transform: none;
        padding: 0;
    }

    .opi-responsive #user_rating .opi_container {
        padding: 15px 0;
    }
}

/*

    Criterios de ordenaciï¿½n de las opis

*/
.opi-responsive .opi-ordenacion {
    background: #f4f4f4;
    overflow: hidden;
    padding: 17px 0 15px 10px;
}

.opi-responsive .opi-ordenacion ul li {
    font-family: "open_sanssemibold", sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666;
    float: left;
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}
.opi-responsive .opi-ordenacion ul li.active { color: #333 !important; }

.opi-responsive .opi-ordenacion ul li:first-child {
    padding-right: 0;
    padding-left: 0;
}
.opi-responsive .opi-ordenacion ul li:last-child { padding-right: 0; }

.opi-responsive .opi-ordenacion ul li:first-child,
.opi-responsive .opi-ordenacion ul li:last-child {
    border-right: none;
}

.opi-responsive .opi-ordenacion ul li.ordenar-por {
    font-family: "open_sansregular", sans-serif !important;
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
}

.opi-responsive #ul_reviews li.opi-row {
    border-top: 2px solid #dbdbdb;
    padding: 20px 0;
}

.opi-responsive #ul_reviews .userOpina {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.opi-responsive #ul_reviews .userOpina .colPuntua {
    float: left;
    display: inline-block;
    padding-left: 0;
}

.opi-responsive #ul_reviews .userOpina .colValora {
    display: table;
    table-layout: fixed;
    padding-left: 0;
}

/* Caja contenedora de la opiniï¿½n */
.opi-responsive #ul_reviews .userOpina .valor {
    width: auto;
    margin: 0;
    font-family: "open_sansregular", sans-serif;
    text-align: left;
    float: left;
    position: absolute;
    left: 38px;
    top: 5px;
}

.opi-responsive #ul_reviews .userOpina .valor .num {
    font-family: open_sanssemibold, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    color: #fff;
    width: 27px;
    height: 27px;
    float: left;
    background: #6fb743;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.opi-responsive #ul_reviews .userOpina .user {
    float: left;
    clear: both;
    display: block;
}

.opi-responsive .s-opis {
    background: url(/assets/images/sprites/sprite-generico.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.opi-responsive .opi-cat-_text_profile_couple {
    background-position: -658px -91px;
    opacity: 0.5;
}

.opi-responsive .opi-cat-_text_profile_family {
    background-position: -684px -91px;
    opacity: 0.5;
}

.opi-responsive .opi-cat-_text_profile_alone {
    background-position: -710px -90px;
    opacity: 0.5;
}

.opi-responsive .opi-cat-_text_profile_friends {
    background-position: -660px -115px;
    opacity: 0.5;
}

.opi-responsive .opi-cat-_text_profile_business {
    background-position: -687px -116px;
    opacity: 0.5;
}

.opi-responsive #ul_reviews .userOpina .infUser {
    font-family: "open_sansregular", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #444;
    float: left;
    clear: both;
    display: block;
    padding-top: 15px;
    position: relative;
}

.opi-responsive #ul_reviews .userOpina .infUser strong {
    font-family: "open_sansregular", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #888;
}

.opi-responsive #ul_reviews .userOpina .textReco {
    font-family: open_sanssemibold, sans-serif;
    font-size: 13px;
    font-weight: normal;
    clear: both;
    display: block;
    color: #6fb743;
    margin-top: 3px;
}
.opi-responsive .green-tick { background-position: -660px -135px; }

/* TODO Revisar */
.colValora.bg-opinions.valOpinionsRight {
    float: none;
    display: table;
}

/* TODO Revisar */
.colValora.bg-opinions.valOpinionsRight > div {
    float: left;
}

.detals-rate {
    background-color: #f9f9f9;
    padding-bottom: 10px;
}

.opi-responsive #ul_reviews .userOpina .colValora p.positivo .overflowHidden span:first-child,
.opi-responsive #ul_reviews .userOpina .colValora p.negativo .overflowHidden span:first-child {
    color: #444;
    display: inline-block;
    font-family: "open_sanssemibold", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin-right: 3px;
    text-transform: uppercase;
}

.opi-responsive #ul_reviews .userOpina .colValora p.positivo .text1,
.opi-responsive #ul_reviews .userOpina .colValora p.negativo .text1,
.opi-responsive #ul_reviews .userOpina .colValora p.positivo .text2,
.opi-responsive #ul_reviews .userOpina .colValora p.negativo .text2 {
    width: 70%;
    font-size: 13px;
    line-height: 18px;
}

.opi-responsive #ul_reviews .userOpina .colValora p.positivo,
.opi-responsive #ul_reviews .userOpina .colValora p.negativo { padding-bottom: 5px; }

.opi-responsive #ul_reviews .userOpina .colValora .linkDetalles { margin-bottom: 20px; }

.opi-responsive #ul_reviews .userOpina .colValora .boxUtility span.utilidad {
    font-family: "open_sanssemibold", sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #888;
    line-height: 30px;
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.opi-responsive #ul_reviews .userOpina .colValora .boxUtility .opi-button {
    font-family: "open_sansregular", sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    color: #888;
    background: #efefef;
    width: 45px;
    height: 30px;
    float: left;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
}

.opi-responsive #ul_reviews .userOpina .colValora .boxUtility .opi-button .opi-max-util {
    font-family: "open_sanssemibold", sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #888;
}

/* Flecha de desplegable roja para ver mas detalles de la opiniï¿½n */
.opi-responsive .down-arrow-red {
    background: url("/assets/images/v12/sprite_v12_form.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: -25px -188px;
}

.opi-responsive .up-arrow-red {
    background: url("/assets/images/v12/sprite_v12_form.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: -25px -169px;
}

.opi-responsive .opiLoader {
    background: linear-gradient(to bottom, rgba(226, 226, 226, 0.88) 0%, rgba(255, 255, 255, 0.4) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    font-weight: bold;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.opi-responsive .opiLoader p {
    font-family: "open_sanssemibold", sans-serif;
    font-size: 13px;
    font-weight: normal;
}

/*
    XX. Media queries

===================================================================================================================== */

/* L Design Corrections */
@media (min-width: 1024px) and (max-width: 1168px) {
    .opi-responsive #user_rating .opinion_criterios .opi-criteria-item .opi_categoria,
    .opi-responsive #ul_reviews .userOpina .colValora .opi_categoria {
        width: 37%;
    }
}

/* M Design */
@media (min-width: 641px) and (max-width: 1023px) {
    /* Texto del total de los resultados/opiniones */
    .total-resultados { font-size: 15px; }
}

.js-ver-todas::first-letter {
    text-transform: capitalize;
}

/* S Design */
@media (max-width: 640px) {
    /* Capsula oscura con la puntuaciï¿½n de la valoraciï¿½n */
    .opi-responsive #user_rating .opi_general_rate .description {
        width: 100%;
        padding-top: 5px;
        height: auto;
    }
    .opi-responsive #user_rating .opi_general_rate .description .opi_separator { display: none; }

    .opi-responsive #user_rating .opi_general_rate .description .title {
        display: inline-block;
        margin: 0 10px;
        float: left;
        font-size: 15px;
    }

    .opi-responsive #user_rating .opi_general_rate .description .userrating {
        float: left;
        margin-left: 10px;
        font-size: 30px;
    }

    .opi-responsive #user_rating .opi_general_rate .description .opinions {
        display: block;
        margin-top: 0;
        float: left;
        clear: both;
        font-size: 11px;
    }

    .opi-responsive #user_rating .opi_general_rate .description .opinions strong {
        display: inline-block;
        margin-top: 0;
        font-size: 11px;
    }
    .opi-responsive #user_rating .opi_general_rate .opi-info-mobile { float: left; }

    .opi-responsive #user_rating .opi_general_rate .opi-info-mobile .opinions { margin-left: 10px; }

    .opi-responsive #user_rating .opi_container {
        padding-bottom: 0;
    }

    /* Link ver detalles de la puntuaciï¿½n */
    .opi-responsive .linkDetalles a,
    .opi-responsive .linkDetalles a:hover,
    .opi-responsive .linkDetalles a:active {
        padding-bottom: 15px;
        display: block;
        text-decoration: none;
    }

    .opi-responsive #user_rating .opinion_criterios {
        margin: 10px 0 15px;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }

    .opi-responsive #user_rating .opinion_criterios::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAOCAYAAADaOrdAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTkxNUJFNjUxQkUzMTFFNEEwOTBCRjE4NUJGQjg5MTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTkxNUJFNjYxQkUzMTFFNEEwOTBCRjE4NUJGQjg5MTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTE1QkU2MzFCRTMxMUU0QTA5MEJGMTg1QkZCODkxMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTE1QkU2NDFCRTMxMUU0QTA5MEJGMTg1QkZCODkxMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjgBcsAAAFRSURBVHjatNQ9TsMwFAdwu8xIkcjChHKFnICBgakbDCyIoWJAgqkbAxOX4BgMTIgTJM2noky5QKV8N1+KXt9DBlFokwCtJSeREv9/z45sDgAMW4J9n+2m8ZGu6wdt2+4KYJh/OKIZeJ7HqqraajgWznzfp8cjRsuladrUsiwoigK20ZqmASwcMPfx/XfQRUB3BC0Wi38BdV2D67oEPHxkfyICujFNE/I8/xNQliU4jkPA/dfcFURAE8MwIMuyXwG01LZtEzD9nvkDEdAVQWmaDgJoiWkFcNztury1iIAuZrMZJEnSCdCMqSD8/npT1kZEQGcExXG8FqACBHDZldOJCGiMGwrCMFwBoigCKgDfn/dlcHGs9O3aU875i6IoTJIkhgALgoACxqqqPveeK0MQAR0j9CbLMpvP5wScIPA66PAaighoD28T7E8ItEPHLQUYAO9B9iV3TSrYAAAAAElFTkSuQmCC") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        content: "";
        display: block;
        height: 13px;
        left: 13px;
        margin: 0;
        position: absolute;
        top: -10px;
        width: 25px;
        -ms-transform: scale(0.5, -0.7); /* IE 9 */
        -webkit-transform: scale(0.5, -0.7); /* Chrome, Safari, Opera */
        transform: scale(0.5, -0.7);
    }

    /* Texto en las barras de valoraciï¿½n */
    .opi-responsive #user_rating .opinion_criterios .opi-criteria-item .opi_categoria {
        width: 36%;
    }

    /* Valor de las barras de valoraciï¿½n */
    .opi-responsive #user_rating .opinion_criterios .opi-criteria-item .opi_valor {
        width: 14%;
        margin-left: 0;
        text-align: right;
    }

    /* Barras de valor de la opinion en funciï¿½n de los criterios */
    .opi-responsive #user_rating p.opi_barratotal {
        float: left;
        width: 50% !important;
    }

    .opi-responsive #ul_reviews li.opi-row { padding: 20px 0 15px; }

    .opi-responsive #ul_reviews .userOpina .colPuntua,
    .opi-responsive #ul_reviews .userOpina .colValora { padding: 0; }

    .opi-responsive #ul_reviews .userOpina .user { float: none; }

    .opi-responsive #ul_reviews .userOpina .show-for-medium { display: none !important; }

    .opi-responsive #ul_reviews .userOpina .infUser {
        clear: none;
        margin-left: 0;
        width: 100%;
    }

    .opi-responsive #ul_reviews .userOpina .valor {
        left: 35px;
        top: -10px;
    }

    .opi-responsive #ul_reviews .userOpina .textReco {
        float: none;
        clear: none;
    }

    .opi-responsive #ul_reviews .info-user {
        margin-top: 15px;
        overflow: hidden;
    }
}

/*
    YY. Petable cuando todo sea responsive
--------------------------------------------------------------------------------------------------------------------- */
.opi-responsive *::before,
.opi-responsive *::after {
    box-sizing: border-box;
}

.openFont {
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.openFontSemiBold {
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.openFontBold {
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

/* Correcciones de la font Bold con open sans */
.openFont .bold,
.openFont strong {
    font-weight: normal !important;
    font-family: 'open_sanssemibold', sans-serif;
}

/* Especï¿½fico para ficha RES ESP */
.col12 .opi-responsive .up,
.col16 .opi-responsive .up { bottom: 25px; }

.col12 .column {
    padding-left: 0;
    padding-right: 0;
}

.col12 .opi-responsive #user_rating .opinion_criterios .opi-criteria-item .opi_categoria,
.col12 .opi-responsive #ul_reviews .userOpina .colValora .opi_categoria { width: 85px; }

.col12 .opi-responsive #ul_reviews .userOpina .large-10 { width: 66.6667%; }

.col12 .large-3 { width: 33.3333%; }

.col12 .opi-responsive #user_rating .opiVerificada {
    clear: both;
    float: left;
    margin-top: 15px;
    width: auto;
    padding: 0;
}
.col12 .opi-responsive #user_rating .opiVerificada .opi-verificadas-title { margin-left: 0; }

.col12 .opi-responsive #user_rating .opiVerificada .opi-verificadas-text {
    margin-left: 5px;
    width: auto;
}

/* En ficha HOT no se muestran las opiniones dentro de la caja del tap de opiniones - Fix */
.HOT #opiniones {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

/* Hotel hallazgo */
.HOT #content .colgroup .col12 .box3 { overflow: hidden; }

.HOT .opi-responsive #user_rating .opiVerificada .opi-verificadas-title { margin-left: 0; }

.HOT .opi-responsive #user_rating .opiVerificada .opi-verificadas-text {
    margin-left: 0;
    width: auto;
}

.HOT .view .ui-tabs #opiniones.ui-tabs-panel { padding: 0; }

/* Descripcion y titulo Opiniones */
h3.rewiews-title-h3 {
    color: #4373c3;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
}

.question-reviews-p span,
.descript-reviews-p span {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}
.descript-reviews-p span { padding-bottom: 15px; }
.question-reviews-p span { font-family: open_sanssemibold, sans-serif; }

/* Opinion sobre destino */

.sub-box {
    border-top: 1px solid #e4e4e4;
    margin: 20px 0 15px;
    padding-top: 20px;
    position: relative;
}

.sub-box-title {
    color: #4373c3;
    text-transform: uppercase;
    font-size: 14px;
}

.sub-box-title i {
    position: absolute;
    top: 10px;
    right: 15px;
}

/* S Design Corrections */

@media (min-width: 320px) and (max-width: 640px) {
    .paginador div:first-child {
        text-align: center;
        margin-bottom: 20px;
    }

    .opi-responsive #user_rating .opi_general_rate .opi-value-box {
        width: 100%;
        text-align: left;
        float: none;
        display: table;
        height: 70px;
    }

    .opi-responsive #user_rating .opi_general_rate .opi-value-box .userrating {
        display: table-cell;
        font-size: 30px;
        padding-left: 10px;
        vertical-align: middle;
        width: 70px;
    }

    .opi-responsive #user_rating .opi_general_rate .opi-info-mobile {
        display: table-cell;
        float: none;
        margin-left: 10px;
        width: calc(100% - 90px);
        vertical-align: middle;
    }

    .opi-responsive #user_rating .opi_general_rate .opi-value-box .title {
        line-height: 11px;
        margin: 0;
    }

    .opi-responsive #user_rating .opi_general_rate .opi-info-mobile .opinions {
        float: left;
        display: inline-block !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        clear: both;
        line-height: 12px;
    }
    .box-foot-tarifa .opi-responsive #user_rating .opi_general_rate .opi-info-mobile .opinions { padding: 0; }

    .box-foot-tarifa .opi-responsive #user_rating .opiVerificada {
        float: right;
        margin-top: 5px;
    }

    .opi-responsive #user_rating .opi_general_rate .opi-value-box .opinions strong {
        margin-top: 0;
        display: inline-block;
        text-align: left;
    }
}

/* ______________________________________________________ */

.opi-responsive #ul_reviews .infUser span.bold,
.opi-responsive #ul_reviews .infUser span.bold a {
    font-family: open_sanssemibold, sans-serif !important;
    font-size: 13px;
    font-weight: normal !important;
    color: #444;
    text-overflow: ellipsis;
    max-width: 180px;
    overflow: hidden;
    float: left;
    margin-right: 4px;
    height: 17px;
    position: relative;
}

.opi-responsive .infUser .reviewer a {
    color: #444;
    text-decoration: underline;
}

.opi-responsive #ul_reviews .userOpina .infUser .with-who {
    font-family: open_sansregular, sans-serif;
    font-size: 12px;
    color: #666;
}

.opi-responsive .dtreviewed {
    font-family: open_sansregular, sans-serif;
    color: #888;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}

.opi-responsive .utiliti-question {
    margin-top: 20px;
    overflow: hidden;
    clear: both;
}

.opi-responsive #ul_reviews .boxUtility {
    float: left;
    display: inline-block;
}

.opi-responsive #ul_reviews .utilidad {
    line-height: 30px;
    margin-right: 10px;
    color: #888;
}

.comments-questions {
    margin-top: 20px;
}

.comments-questions p {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.comments-questions p a {
    font-size: 12px;
}

.questions-and-answers {
    overflow: hidden;
    margin: 10px 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
}

.questions-and-answers img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #efefef;
    float: left;
    margin-right: 20px;
}

.questions-and-answers p {
    overflow: hidden;
    font-family: open_sansregular, sans-serif;
    font-size: 13px;
    color: #444;
    margin-top: 5px;
}

.questions-and-answers p span {
    display: block;
    margin-top: 10px;
}

.questions-and-answers-add i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #efefef;
    color: #9c9c9c;
    display: block;
    float: left;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.questions-and-answers-add p {
    display: inline-block;
    margin: 10px 0 0 20px;
    overflow: hidden;
    width: 85%;
    box-shadow: 0 0 3px #888;
}

.questions-and-answers-add input[type="text"] {
    color: #999;
    padding: 10px !important;
    border-radius: none;
}

.questions-and-answers-add p:active {
    box-shadow: none;
}

.details-rate {
    background-color: #f9f9f9;
    padding-bottom: 20px;
}

body #overlay {
    width: 100%;
    height: 1px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50000;
}

.infUser span.avatar.borderless {
    border: none;
    vertical-align: -8px;
}

.infUser span.avatar {
    font-style: normal;
    border-radius: 50%;
    display: inline-block;
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    color: #888;
    text-align: center;
    vertical-align: -1px;
    padding-top: 1px;
    margin-right: 5px;
    background-color: #efefef;
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 10px;
}

/* Estilos para centrar avatar de usuario en micro opiniones */
.box-foot-tarifa .infUser span.avatar {
    background-size: 60px 60px !important;
    background-position: center center !important;
}

.infUser .avatar .default-user-mia::before {
    font-size: 30px;
}

.infUser .default-user-mia::before {
    display: inline-block;
    font-family: 'atrapaloico', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e61f';
    font-size: 21px;
    vertical-align: -5px;
}

.supplier-responses {
    font-family: open_sansregular, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.supplier-responses .title {
    font-family: open_sanssemibold, sans-serif;
    display: block;
    margin-bottom: 10px;
}

.supplier-responses .firm {
    display: block;
    margin-top: 15px;
}

.supplier-responses .firm span {
    font-family: open_sanssemibold, sans-serif;
}

.content-proveedor {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #dde3ef;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #727272;
    font-style: italic;
    position: relative;
    margin-top: 20px;
    z-index: 0;
}

.content-proveedor::before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #f3f3f3;
    font-size: 0;
    line-height: 0;
    content: " ";
    top: -13px;
    left: 15px;
    z-index: 5;
}

.content-proveedor::after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 15px solid #dde3ef;
    font-size: 0;
    line-height: 0;
    content: " ";
    top: -15px;
    left: 25px;
    z-index: -48;
}

.opi-title-resp {
    width: 100%;
    display: inline-block;
    font-style: initial;
    font-family: "open_sanssemibold", sans-serif;
    line-height: 15px;
}

.opi-date-resp {
    display: block;
    font-style: initial;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.opi-sr-resp {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

@media (min-width: 1024px) {
    .opi-responsive #ul_reviews .userOpina .colValora > div {
        display: table-cell !important;
        float: none;
        vertical-align: top;
    }
}

/* M CUSTOM */
@media (min-width: 641px) and (max-width: 1023px) {
    .linkDetalles { padding-bottom: 0; }

    .opi-responsive .utiliti-question {
        padding-top: 20px;
        overflow: hidden;
        clear: both;
        display: block;
    }

    .opi-responsive #user_rating .opinion_criterios {
        float: left;
        display: inline-block;
        padding-left: 10px;
    }

    .foundation_opnions h3 { padding-left: 0 !important; }

    .opi-responsive #ul_reviews .infUser span.bold,
    .opi-responsive #ul_reviews .infUser span.bold a {
        max-width: 150px;
    }
}

/* M CUSTOM */

@media (max-width: 640px) {
    .opi-responsive #ul_reviews .userOpina .colValora.details-rate {
        display: none !important;
    }
}

/* S */
@media (min-width: 320px) and (max-width: 640px) {
    .opi-responsive .opi-verified-check {
        float: none;
        display: inline-block;
    }

    .opi-responsive .dtreviewed {
        float: none;
        display: inline-block !important;
        margin-right: 15px;
    }

    .show-for-medium {
        float: left;
    }

    .avatar-points {
        float: left;
    }
}

#ul_reviews .userOpina .colValora .opi_categoria {
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #666;
}

.foundation_opnions h3 {
    padding-left: 10px;
    font-size: 13px;
    margin-top: 15px;
    color: #666;
}
/* 1011 Flex Responsive */

[hidden], template {
    display:none
}

.flex-area .box, .flex-area .box-first, .flex-area .box-large, .flex-area .box-nested, .flex-area .box-row {
    position:relative;
    box-sizing:border-box;
    min-height:1rem;
    margin-bottom:0;
    background:#007FFF;
    border:1px solid #FFF;
    border-radius:2px;
    overflow:hidden;
    text-align:center;
    color:#fff
}
.flex-area .box-row {
    margin-bottom:1rem
}
.flex-area .box-first {

}
.flex-area .box-nested {

}
.flex-area .box-large {
    height:8rem
}
.flex-area .box-container {
    box-sizing:border-box;
}
.flex-area .page-footer {
    box-sizing:border-box;
}
.flex-area .tag {
    color:#000;
    font-weight:400
}
.flex-area .end {
    text-align:end
}
.flex-area .invisible-xs {
    display:none;
    visibility:hidden
}
.flex-area .visible-xs {
    display:block;
    visibility:visible
}
@media only screen and (min-width:320px) {
    .flex-area {
        font-size:16px
    }
    .flex-area .slide-menu {
        width:25%
    }
    .flex-area .open {
        transform:translate3d(0, 0, 0)
    }
    .flex-area .hero-headline {
        font-size:6rem;
        margin-bottom:2rem
    }
    .flex-area .hero-copy {
        font-size:1.25rem;
        margin-bottom:2rem
    }
    .flex-area .box, .flex-area .box-first, .flex-area .box-large, .flex-area .box-nested, .flex-area .box-row {
        padding:1rem
    }
    .flex-area .invisible-md {
        display:none;
        visibility:hidden
    }
    .flex-area .visible-md {
        display:block;
        visibility:visible
    }
}
.flex-area .container-fluid {
    margin-right:auto;
    margin-left:auto;
    padding-right:2rem;
    padding-left:2rem
}
.flex-area .row {
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex:0 1 auto;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right: -0.76923rem;
    margin-left: -0.76923rem;
}
.flex-area .row .reverse {
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.flex-area .col .reverse {
    -webkit-flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse
}
.flex-area .col-xs, .flex-area .col-xs-1, .flex-area .col-xs-10, .flex-area .col-xs-11, .flex-area .col-xs-12, .flex-area .col-xs-2, .flex-area .col-xs-3, .flex-area .col-xs-4, .flex-area .col-xs-5, .flex-area .col-xs-6, .flex-area .col-xs-7, .flex-area .col-xs-8, .flex-area .col-xs-9, .flex-area .col-xs-offset-1, .flex-area .col-xs-offset-10, .flex-area .col-xs-offset-11, .flex-area .col-xs-offset-12, .flex-area .col-xs-offset-2, .flex-area .col-xs-offset-3, .flex-area .col-xs-offset-4, .flex-area .col-xs-offset-5, .flex-area .col-xs-offset-6, .flex-area .col-xs-offset-7, .flex-area .col-xs-offset-8, .flex-area .col-xs-offset-9 {
    box-sizing:border-box;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    padding-right: 0.76923rem;
    padding-left: 0.76923rem;
}
.flex-area .col-xs {
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -webkit-flex-basis:0;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    max-width:100%
}
.flex-area .col-xs-1 {
    -webkit-flex-basis:8.333%;
    -ms-flex-preferred-size:8.333%;
    flex-basis:8.333%;
    max-width:8.333%
}
.flex-area .col-xs-2 {
    -webkit-flex-basis:16.667%;
    -ms-flex-preferred-size:16.667%;
    flex-basis:16.667%;
    max-width:16.667%
}
.flex-area .col-xs-3 {
    -webkit-flex-basis:25%;
    -ms-flex-preferred-size:25%;
    flex-basis:25%;
    max-width:25%
}
.flex-area .col-xs-4 {
    -webkit-flex-basis:33.333%;
    -ms-flex-preferred-size:33.333%;
    flex-basis:33.333%;
    max-width:33.333%
}
.flex-area .col-xs-5 {
    -webkit-flex-basis:41.667%;
    -ms-flex-preferred-size:41.667%;
    flex-basis:41.667%;
    max-width:41.667%
}
.flex-area .col-xs-6 {
    -webkit-flex-basis:50%;
    -ms-flex-preferred-size:50%;
    flex-basis:50%;
    max-width:50%
}
.flex-area .col-xs-7 {
    -webkit-flex-basis:58.333%;
    -ms-flex-preferred-size:58.333%;
    flex-basis:58.333%;
    max-width:58.333%
}
.flex-area .col-xs-8 {
    -webkit-flex-basis:66.667%;
    -ms-flex-preferred-size:66.667%;
    flex-basis:66.667%;
    max-width:66.667%
}
.flex-area .col-xs-9 {
    -webkit-flex-basis:75%;
    -ms-flex-preferred-size:75%;
    flex-basis:75%;
    max-width:75%
}
.flex-area .col-xs-10 {
    -webkit-flex-basis:83.333%;
    -ms-flex-preferred-size:83.333%;
    flex-basis:83.333%;
    max-width:83.333%
}
.flex-area .col-xs-11 {
    -webkit-flex-basis:91.667%;
    -ms-flex-preferred-size:91.667%;
    flex-basis:91.667%;
    max-width:91.667%
}
.flex-area .col-xs-12 {
    -webkit-flex-basis:100%;
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    max-width:100%
}
.flex-area .col-xs-offset-1 {
    margin-left:8.333%
}
.flex-area .col-xs-offset-2 {
    margin-left:16.667%
}
.flex-area .col-xs-offset-3 {
    margin-left:25%
}
.flex-area .col-xs-offset-4 {
    margin-left:33.333%
}
.flex-area .col-xs-offset-5 {
    margin-left:41.667%
}
.flex-area .col-xs-offset-6 {
    margin-left:50%
}
.flex-area .col-xs-offset-7 {
    margin-left:58.333%
}
.flex-area .col-xs-offset-8 {
    margin-left:66.667%
}
.flex-area .col-xs-offset-9 {
    margin-left:75%
}
.flex-area .col-xs-offset-10 {
    margin-left:83.333%
}
.flex-area .col-xs-offset-11 {
    margin-left:91.667%
}
.flex-area .start-xs {
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    text-align:start
}
.flex-area .center-xs {
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center
}
.flex-area .end-xs {
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    text-align:end
}
.flex-area .top-xs {
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start
}
.flex-area .middle-xs {
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.flex-area .bottom-xs {
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end
}
.flex-area .around-xs {
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around
}
.flex-area .between-xs {
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.flex-area .first-xs {
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1
}
.flex-area .last-xs {
    -webkit-order:1;
    -ms-flex-order:1;
    order:1
}

/* M */
@media (min-width:641px) and (max-width:1023px) {
    .flex-area .container {
        width:46rem
    }
    .flex-area .col-sm, .flex-area .col-sm-1, .flex-area .col-sm-10, .flex-area .col-sm-11, .flex-area .col-sm-12, .flex-area .col-sm-2, .flex-area .col-sm-3, .flex-area .col-sm-4, .flex-area .col-sm-5, .flex-area .col-sm-6, .flex-area .col-sm-7, .flex-area .col-sm-8, .flex-area .col-sm-9, .flex-area .col-sm-offset-1, .flex-area .col-sm-offset-10, .flex-area .col-sm-offset-11, .flex-area .col-sm-offset-12, .flex-area .col-sm-offset-2, .flex-area .col-sm-offset-3, .flex-area .col-sm-offset-4, .flex-area .col-sm-offset-5, .flex-area .col-sm-offset-6, .flex-area .col-sm-offset-7, .flex-area .col-sm-offset-8, .flex-area .col-sm-offset-9 {
        box-sizing:border-box;
        -webkit-flex:0 0 auto;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        padding-right: 0.76923rem;
        padding-left:0.76923rem;
    }
    .flex-area .col-sm {
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
        -webkit-flex-basis:0;
        -ms-flex-preferred-size:0;
        flex-basis:0;
        max-width:100%
    }
    .flex-area .col-sm-1 {
        -webkit-flex-basis:8.333%;
        -ms-flex-preferred-size:8.333%;
        flex-basis:8.333%;
        max-width:8.333%
    }
    .flex-area .col-sm-2 {
        -webkit-flex-basis:16.667%;
        -ms-flex-preferred-size:16.667%;
        flex-basis:16.667%;
        max-width:16.667%
    }
    .flex-area .col-sm-3 {
        -webkit-flex-basis:25%;
        -ms-flex-preferred-size:25%;
        flex-basis:25%;
        max-width:25%
    }
    .flex-area .col-sm-4 {
        -webkit-flex-basis:33.333%;
        -ms-flex-preferred-size:33.333%;
        flex-basis:33.333%;
        max-width:33.333%
    }
    .flex-area .col-sm-5 {
        -webkit-flex-basis:41.667%;
        -ms-flex-preferred-size:41.667%;
        flex-basis:41.667%;
        max-width:41.667%
    }
    .flex-area .col-sm-6 {
        -webkit-flex-basis:50%;
        -ms-flex-preferred-size:50%;
        flex-basis:50%;
        max-width:50%
    }
    .flex-area .col-sm-7 {
        -webkit-flex-basis:58.333%;
        -ms-flex-preferred-size:58.333%;
        flex-basis:58.333%;
        max-width:58.333%
    }
    .flex-area .col-sm-8 {
        -webkit-flex-basis:66.667%;
        -ms-flex-preferred-size:66.667%;
        flex-basis:66.667%;
        max-width:66.667%
    }
    .flex-area .col-sm-9 {
        -webkit-flex-basis:75%;
        -ms-flex-preferred-size:75%;
        flex-basis:75%;
        max-width:75%
    }
    .flex-area .col-sm-10 {
        -webkit-flex-basis:83.333%;
        -ms-flex-preferred-size:83.333%;
        flex-basis:83.333%;
        max-width:83.333%
    }
    .flex-area .col-sm-11 {
        -webkit-flex-basis:91.667%;
        -ms-flex-preferred-size:91.667%;
        flex-basis:91.667%;
        max-width:91.667%
    }
    .flex-area .col-sm-12 {
        -webkit-flex-basis:100%;
        -ms-flex-preferred-size:100%;
        flex-basis:100%;
        max-width:100%
    }
    .flex-area .col-sm-offset-1 {
        margin-left:8.333%
    }
    .flex-area .col-sm-offset-2 {
        margin-left:16.667%
    }
    .flex-area .col-sm-offset-3 {
        margin-left:25%
    }
    .flex-area .col-sm-offset-4 {
        margin-left:33.333%
    }
    .flex-area .col-sm-offset-5 {
        margin-left:41.667%
    }
    .flex-area .col-sm-offset-6 {
        margin-left:50%
    }
    .flex-area .col-sm-offset-7 {
        margin-left:58.333%
    }
    .flex-area .col-sm-offset-8 {
        margin-left:66.667%
    }
    .flex-area .col-sm-offset-9 {
        margin-left:75%
    }
    .flex-area .col-sm-offset-10 {
        margin-left:83.333%
    }
    .flex-area .col-sm-offset-11 {
        margin-left:91.667%
    }
    .flex-area .start-sm {
        -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        text-align:start
    }
    .flex-area .center-sm {
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;
        text-align:center
    }
    .flex-area .end-sm {
        -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
        justify-content:flex-end;
        text-align:end
    }
    .flex-area .top-sm {
        -webkit-align-items:flex-start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .flex-area .middle-sm {
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center
    }
    .flex-area .bottom-sm {
        -webkit-align-items:flex-end;
        -ms-flex-align:end;
        align-items:flex-end
    }
    .flex-area .around-sm {
        -webkit-justify-content:space-around;
        -ms-flex-pack:distribute;
        justify-content:space-around
    }
    .flex-area .between-sm {
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .flex-area .first-sm {
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1
    }
    .flex-area .last-sm {
        -webkit-order:1;
        -ms-flex-order:1;
        order:1
    }
}

/* L */
@media (min-width:1024px) and (max-width:1279px) {
    .flex-area .container {
        width:61rem
    }
    .flex-area .col-md, .flex-area .col-md-1, .flex-area .col-md-10, .flex-area .col-md-11, .flex-area .col-md-12, .flex-area .col-md-2, .flex-area .col-md-3, .flex-area .col-md-4, .flex-area .col-md-5, .flex-area .col-md-6, .flex-area .col-md-7, .flex-area .col-md-8, .flex-area .col-md-9, .flex-area .col-md-offset-1, .flex-area .col-md-offset-10, .flex-area .col-md-offset-11, .flex-area .col-md-offset-12, .flex-area .col-md-offset-2, .flex-area .col-md-offset-3, .flex-area .col-md-offset-4, .flex-area .col-md-offset-5, .flex-area .col-md-offset-6, .flex-area .col-md-offset-7, .flex-area .col-md-offset-8, .flex-area .col-md-offset-9 {
        box-sizing:border-box;
        -webkit-flex:0 0 auto;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        padding-right:0.76923rem;
        padding-left:0.76923rem;
    }
    .flex-area .col-md {
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
        -webkit-flex-basis:0;
        -ms-flex-preferred-size:0;
        flex-basis:0;
        max-width:100%
    }
    .flex-area .col-md-1 {
        -webkit-flex-basis:8.333%;
        -ms-flex-preferred-size:8.333%;
        flex-basis:8.333%;
        max-width:8.333%
    }
    .flex-area .col-md-2 {
        -webkit-flex-basis:16.667%;
        -ms-flex-preferred-size:16.667%;
        flex-basis:16.667%;
        max-width:16.667%
    }
    .flex-area .col-md-3 {
        -webkit-flex-basis:25%;
        -ms-flex-preferred-size:25%;
        flex-basis:25%;
        max-width:25%
    }
    .flex-area .col-md-4 {
        -webkit-flex-basis:33.333%;
        -ms-flex-preferred-size:33.333%;
        flex-basis:33.333%;
        max-width:33.333%
    }
    .flex-area .col-md-5 {
        -webkit-flex-basis:41.667%;
        -ms-flex-preferred-size:41.667%;
        flex-basis:41.667%;
        max-width:41.667%
    }
    .flex-area .col-md-6 {
        -webkit-flex-basis:50%;
        -ms-flex-preferred-size:50%;
        flex-basis:50%;
        max-width:50%
    }
    .flex-area .col-md-7 {
        -webkit-flex-basis:58.333%;
        -ms-flex-preferred-size:58.333%;
        flex-basis:58.333%;
        max-width:58.333%
    }
    .flex-area .col-md-8 {
        -webkit-flex-basis:66.667%;
        -ms-flex-preferred-size:66.667%;
        flex-basis:66.667%;
        max-width:66.667%
    }
    .flex-area .col-md-9 {
        -webkit-flex-basis:75%;
        -ms-flex-preferred-size:75%;
        flex-basis:75%;
        max-width:75%
    }
    .flex-area .col-md-10 {
        -webkit-flex-basis:83.333%;
        -ms-flex-preferred-size:83.333%;
        flex-basis:83.333%;
        max-width:83.333%
    }
    .flex-area .col-md-11 {
        -webkit-flex-basis:91.667%;
        -ms-flex-preferred-size:91.667%;
        flex-basis:91.667%;
        max-width:91.667%
    }
    .flex-area .col-md-12 {
        -webkit-flex-basis:100%;
        -ms-flex-preferred-size:100%;
        flex-basis:100%;
        max-width:100%
    }
    .flex-area .col-md-offset-1 {
        margin-left:8.333%
    }
    .flex-area .col-md-offset-2 {
        margin-left:16.667%
    }
    .flex-area .col-md-offset-3 {
        margin-left:25%
    }
    .flex-area .col-md-offset-4 {
        margin-left:33.333%
    }
    .flex-area .col-md-offset-5 {
        margin-left:41.667%
    }
    .flex-area .col-md-offset-6 {
        margin-left:50%
    }
    .flex-area .col-md-offset-7 {
        margin-left:58.333%
    }
    .flex-area .col-md-offset-8 {
        margin-left:66.667%
    }
    .flex-area .col-md-offset-9 {
        margin-left:75%
    }
    .flex-area .col-md-offset-10 {
        margin-left:83.333%
    }
    .flex-area .col-md-offset-11 {
        margin-left:91.667%
    }
    .flex-area .start-md {
        -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        text-align:start
    }
    .flex-area .center-md {
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;
        text-align:center
    }
    .flex-area .end-md {
        -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
        justify-content:flex-end;
        text-align:end
    }
    .flex-area .top-md {
        -webkit-align-items:flex-start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .flex-area .middle-md {
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center
    }
    .flex-area .bottom-md {
        -webkit-align-items:flex-end;
        -ms-flex-align:end;
        align-items:flex-end
    }
    .flex-area .around-md {
        -webkit-justify-content:space-around;
        -ms-flex-pack:distribute;
        justify-content:space-around
    }
    .flex-area .between-md {
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .flex-area .first-md {
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1
    }
    .flex-area .last-md {
        -webkit-order:1;
        -ms-flex-order:1;
        order:1
    }
}

/* XL */
@media (min-width:1280px) {
    .flex-area .container {
        width:71rem
    }
    .flex-area .col-lg, .flex-area .col-lg-1, .flex-area .col-lg-10, .flex-area .col-lg-11, .flex-area .col-lg-12, .flex-area .col-lg-2, .flex-area .col-lg-3, .flex-area .col-lg-4, .flex-area .col-lg-5, .flex-area .col-lg-6, .flex-area .col-lg-7, .flex-area .col-lg-8, .flex-area .col-lg-9, .flex-area .col-lg-offset-1, .flex-area .col-lg-offset-10, .flex-area .col-lg-offset-11, .flex-area .col-lg-offset-12, .flex-area .col-lg-offset-2, .flex-area .col-lg-offset-3, .flex-area .col-lg-offset-4, .flex-area .col-lg-offset-5, .flex-area .col-lg-offset-6, .flex-area .col-lg-offset-7, .flex-area .col-lg-offset-8, .flex-area .col-lg-offset-9 {
        box-sizing:border-box;
        -webkit-flex:0 0 auto;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        padding-right:0.76923rem;
        padding-left:0.76923rem;
    }
    .flex-area .col-lg {
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
        -webkit-flex-basis:0;
        -ms-flex-preferred-size:0;
        flex-basis:0;
        max-width:100%
    }
    .flex-area .col-lg-1 {
        -webkit-flex-basis:8.333%;
        -ms-flex-preferred-size:8.333%;
        flex-basis:8.333%;
        max-width:8.333%
    }
    .flex-area .col-lg-2 {
        -webkit-flex-basis:16.667%;
        -ms-flex-preferred-size:16.667%;
        flex-basis:16.667%;
        max-width:16.667%
    }
    .flex-area .col-lg-3 {
        -webkit-flex-basis:25%;
        -ms-flex-preferred-size:25%;
        flex-basis:25%;
        max-width:25%
    }
    .flex-area .col-lg-4 {
        -webkit-flex-basis:33.333%;
        -ms-flex-preferred-size:33.333%;
        flex-basis:33.333%;
        max-width:33.333%
    }
    .flex-area .col-lg-5 {
        -webkit-flex-basis:41.667%;
        -ms-flex-preferred-size:41.667%;
        flex-basis:41.667%;
        max-width:41.667%
    }
    .flex-area .col-lg-6 {
        -webkit-flex-basis:50%;
        -ms-flex-preferred-size:50%;
        flex-basis:50%;
        max-width:50%
    }
    .flex-area .col-lg-7 {
        -webkit-flex-basis:58.333%;
        -ms-flex-preferred-size:58.333%;
        flex-basis:58.333%;
        max-width:58.333%
    }
    .flex-area .col-lg-8 {
        -webkit-flex-basis:66.667%;
        -ms-flex-preferred-size:66.667%;
        flex-basis:66.667%;
        max-width:66.667%
    }
    .flex-area .col-lg-9 {
        -webkit-flex-basis:75%;
        -ms-flex-preferred-size:75%;
        flex-basis:75%;
        max-width:75%
    }
    .flex-area .col-lg-10 {
        -webkit-flex-basis:83.333%;
        -ms-flex-preferred-size:83.333%;
        flex-basis:83..333%;
        max-width:83.333%
    }
    .flex-area .col-lg-11 {
        -webkit-flex-basis:91.667%;
        -ms-flex-preferred-size:91.667%;
        flex-basis:91.667%;
        max-width:91.667%
    }
    .flex-area .col-lg-12 {
        -webkit-flex-basis:100%;
        -ms-flex-preferred-size:100%;
        flex-basis:100%;
        max-width:100%
    }
    .flex-area .col-lg-offset-1 {
        margin-left:8.333%
    }
    .flex-area .col-lg-offset-2 {
        margin-left:16.667%
    }
    .flex-area .col-lg-offset-3 {
        margin-left:25%
    }
    .flex-area .col-lg-offset-4 {
        margin-left:33.333%
    }
    .flex-area .col-lg-offset-5 {
        margin-left:41.667%
    }
    .flex-area .col-lg-offset-6 {
        margin-left:50%
    }
    .flex-area .col-lg-offset-7 {
        margin-left:58.333%
    }
    .flex-area .col-lg-offset-8 {
        margin-left:66.667%
    }
    .flex-area .col-lg-offset-9 {
        margin-left:75%
    }
    .flex-area .col-lg-offset-10 {
        margin-left:83.333%
    }
    .flex-area .col-lg-offset-11 {
        margin-left:91.667%
    }
    .flex-area .start-lg {
        -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        text-align:start
    }
    .flex-area .center-lg {
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;
        text-align:center
    }
    .flex-area .end-lg {
        -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
        justify-content:flex-end;
        text-align:end
    }
    .flex-area .top-lg {
        -webkit-align-items:flex-start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .flex-area .middle-lg {
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center
    }
    .flex-area .bottom-lg {
        -webkit-align-items:flex-end;
        -ms-flex-align:end;
        align-items:flex-end
    }
    .flex-area .around-lg {
        -webkit-justify-content:space-around;
        -ms-flex-pack:distribute;
        justify-content:space-around
    }
    .flex-area .between-lg {
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .flex-area .first-lg {
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1
    }
    .flex-area .last-lg {
        -webkit-order:1;
        -ms-flex-order:1;
        order:1
    }
}/*!
 * Fotorama 4.6.2 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/images_new/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/images_new/fotorama/fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left;float:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #2591d7 0%, #1e91dc 100%); /* W3C */
    background: -moz-linear-gradient(top, #2591d7 0%, #1e91dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2591d7), color-stop(100%, #1e91dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2591d7 0%, #1e91dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2591d7 0%, #1e91dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2591d7 0%, #1e91dc 100%); /* IE10+ */
    border-radius: 10px;
    box-shadow: inset 0 2px 1px 0 #217ebb;
    position: relative;
}

.noUi-stacking .noUi-handle {
    z-index: 3;
}

.noUi-stacking + .noUi-origin {
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 8px;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -8px;
}

.noUi-horizontal.noUi-extended {
    padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
    right: -15px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-vertical.noUi-extended {
    padding: 15px 0;
}

.noUi-vertical.noUi-extended .noUi-origin {
    bottom: -15px;
}

/* Styling;
 */
.noUi-background {
    background: #fafafa;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #3fb8af;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    background: linear-gradient(to bottom, #cdcdcd 0%, #d1d1d1 100%); /* W3C */
    background: -moz-linear-gradient(top, #cdcdcd 0%, #d1d1d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcdcd), color-stop(100%, #d1d1d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #d1d1d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdcdcd 0%, #d1d1d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdcdcd 0%, #d1d1d1 100%); /* IE10+ */
    border-radius: 10px;
    border-top: 2px solid #bcbcbc;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-target {
    border-radius: 10px;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb;
}

/* Handles and cursors;
 */
.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    background: #fff;
    cursor: default;
    box-shadow: 0 0 1px #fff inset, 0 1px 7px #eee inset, 0 3px 6px -3px #666;
    position: relative;
    z-index: 1;
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Blocked state;
 */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
    background: #4fdacf;
}

/* Atrapalo style */
.priceinput,
.priceinput2 { width: 25px; }

.rangebar .noUi-base {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #cdcdcd 0%, #d1d1d1 100%); /* W3C */
    background: -moz-linear-gradient(top, #cdcdcd 0%, #d1d1d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcdcd), color-stop(100%, #d1d1d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #d1d1d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdcdcd 0%, #d1d1d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdcdcd 0%, #d1d1d1 100%); /* IE10+ */
    border-radius: 10px;
    border-top: 2px solid #bcbcbc;
    box-shadow: none;
    position: relative;
}

.rangebar .noUi-background { box-shadow: none; }

.rangebar .noUi-connect {
    background: linear-gradient(to bottom, #2591d7 0%, #2092dd 100%); /* W3C */
    background: -moz-linear-gradient(top, #2591d7 0%, #2092dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2591d7), color-stop(100%, #2092dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2591d7 0%, #2092dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2591d7 0%, #2092dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2591d7 0%, #2092dd 100%); /* IE10+ */
    border-radius: 10px;
    box-shadow: inset 0 2px 1px 0 #217ebb;
    -webkit-transition: background 450ms;
    transition: background 450ms;
    border-top: none;
    top: -2px;
}

.rangebar .noUi-origin {
    top: -2px;
}

.maxrangebar {
    position: relative;
}

.percent {
    width: 100%;
    height: 10px;
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAZAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgACgABAwERAAIRAQMRAf/EAEsAAQEAAAAAAAAAAAAAAAAAAAAIAQEAAAAAAAAAAAAAAAAAAAAAEAEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCmAAf/2Q==) no-repeat 20% 0, url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAZAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgACgABAwERAAIRAQMRAf/EAEsAAQEAAAAAAAAAAAAAAAAAAAAIAQEAAAAAAAAAAAAAAAAAAAAAEAEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCmAAf/2Q==) no-repeat 40% 0, url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAZAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgACgABAwERAAIRAQMRAf/EAEsAAQEAAAAAAAAAAAAAAAAAAAAIAQEAAAAAAAAAAAAAAAAAAAAAEAEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCmAAf/2Q==) no-repeat 60% 0, url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAZAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgACgABAwERAAIRAQMRAf/EAEsAAQEAAAAAAAAAAAAAAAAAAAAIAQEAAAAAAAAAAAAAAAAAAAAAEAEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCmAAf/2Q==) no-repeat 80% 0;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 1;
}
.cssFile_10031_lan_list_global {}

/*

    Widget Responsive: Caja Listados Landings Genérico

*/

/*
-----------------------------------------------------------*/

.lan-list,
.lan-filter-list {
    margin-bottom:20px;
}
.lan-list h2,
.lan-filter-list h2 {
    color: #444 !important;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px 10px;
    background-color: #eee;
}

.lan-list .list-wrap {
    color: #444;
    background: #fff;
    font-size: 12px;
    border: 1px #ddd solid;
    overflow: hidden;
}
.lan-list ul,
.lan-filter-list ul {
    padding: 1px 10px 2px;
}
.lan-list li {
    line-height: 29px;
    font-size: 13px;
}
.lan-list li:first-of-type {
    margin-top: 3px;
}
.lan-list .paginator-land {
    margin-bottom:20px;
}

.lan-filter-list li {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 7px;
}

@media (max-width: 640px) {
    .lan-filter-list { margin-bottom: 0; }
    .lan-filter-list li,
    .lan-filter-list h2 { text-align: center; }
}