/* Logo de la parte superior izquierda */
#top-left-logo {
    /* margin-top: -15px; */
    height: 51px;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px #EEEEEE;
}

/* Contenedor del menú superior */
.navbar-inverse {
    /*border-color: #bbbbbb;*/
}

.navbar-header {
    padding-bottom: 2px;
}

/* Opciones principales del menú superior */
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #FE5B00;
}

/* Ratón sobre las opciones principales del menu superior */
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #FE5B00;
}

/* Opción principal del menú superior resaltada */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #FE5B00;
}

/* Caja para desplegar el menú comprimido */
.navbar-inverse .navbar-toggle {
    border-color: #fe7700;
    background-color: #FE5B00;
}

/* Ratón sobre la caja para desplegar el menú comprimido */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fe9202;
    border-color: #FE5B00;
}

/* Color de fondo de las sub opciones de la versión comprimida del menú principal */
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #262626;
        background-color: #f5f5f5;
    }
}

/* Elimino la raya que sale a veces en la parte inferior de la barra contenedora del menú cuando ésta está
   en su versión comprimida. */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0px;
}

/* Textos de cabecera en un gris tenue */
/*
.page-header {
    color: #cccccc;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 58px;
}
*/

/* Imágenes de los destacados principales en la home. */
#img-home-outstanding {
    /* Para que el faldón de las imágenes se superponga un poco a la foto. */
    margin-bottom: -4px;
}

/* Bloque población del destacada */
#home-outstanding-bottom-1 {
    text-align: right;
    color: white;
    background-color: #FE5B00;
    opacity: 0.8;
    font-size: 28px;
    padding: 8px;
    padding-top: 10px;
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 2px;
}

/* Bloque ocupantes y dormitorios del destacado */
#home-outstanding-bottom-2 {
    color: #bbbbbb;
    font-size: 19px;
    padding: 10px;
    font-family: 'Didact Gothic', sans-serif;
}

/* Celda ocupantes */
#home-outstanding-bottom-2 table:first-child tr:first-child td:first-child {
    text-align: left;
}

/* Número de ocupantes */
#home-outstanding-bottom-2 table:first-child tr:first-child td:first-child span {
    font-size: 28px;
}

/* Celda dormitorios */
#home-outstanding-bottom-2 table:last-child tr:last-child td:last-child {
    text-align: right;
}

/* Número dormitorios */
#home-outstanding-bottom-2 table:last-child tr:last-child td:last-child span {
    font-size: 28px;
}

/* Bloque precio del destacado */
#home-outstanding-bottom-3 {
    color: #FE5B00;
    font-size: 48px;
    text-align: right;
    font-family: 'Rubik', sans-serif;
    padding-right: 10px;
}

/* "Desde" y "euros" */
#home-outstanding-bottom-3 span {
    font-size: 19px;
    font-family: 'Didact Gothic', sans-serif;
}

#home-outstanding-separator {
    margin-bottom: 48px;
}

/* Banda de desplegables del breadcrumb de los listados */
.breadcrumb {
    background-color: #ffffff;
}

/* Botón para elegir el formato de los listados */
#list-format-button {
    color: #FE5B00;
}

/* Pie de las fotos en los listados en el que se muestra el tipo y localidad del alojamiento */
.list-property-bottom {
    padding: 8px;
    text-align: right;
    font-family: 'Didact Gothic', sans-serif;
}

.list-2c-property-reference {
    background-color: #FE5B00;
    color: white;
    font-size: 28px;
    letter-spacing: 2px;
    margin-top: 0px;
    padding: 8px;
    text-align: right;
}

.list-property-bottom {
    padding-top: 0px;
    font-family: 'Didact Gothic', sans-serif;
}

/* Texto de ocupantes y dormitorios */
.list-property-bottom h5 {
    font-size: 19px;
    color: #999999;
    margin-top: -8px;
}

/* Número de ocupantes y dormitorios */
.list-property-bottom h5 span {
    font-size: 28px;
    color: #999999;
}

.list-property-bottom h4 {
    margin-top: 32px;
}

.list-property-bottom h4, p {
    font-size: 19px;
    color: #333333;
    text-align: justify;
}

.list-property-bottom p {
    line-height: 120%;
}

/* Bloque precio  */
.list-property-bottom div {
    color: #FE5B00;
    font-size: 48px;
    font-family: 'Rubik', sans-serif;
}

/* "Desde" y "euros" */
.list-property-bottom span {
    font-size: 19px;
}

.list-property-bottom a {
    color: white;
}

/* Fin listados de 2 y 3 columnas */

.one-column-list-data {
    padding-top: 0px;
    font-family: 'Didact Gothic', sans-serif;
}

/* Referencia del alojamiento */
.one-column-list-data h3 {
    color: #FE5B00;
    font-size: 45px;
    letter-spacing: 2px;
    margin-top: 0px;
}

/* Texto de ocupantes y dormitorios */
.one-column-list-data h5 {
    font-size: 19px;
    color: #999999;
    margin-top: -8px;
}

/* Número de ocupantes y dormitorios */
.one-column-list-data h5 span {
    font-size: 28px;
    color: #999999;
}

.one-column-list-data h4 {
    margin-top: 32px;
}

.one-column-list-data h4, p {
    font-size: 19px;
    color: #333333;
    text-align: justify;
}

.one-column-list-data p {
    line-height: 120%;
}

/* Bloque precio  */
.one-column-list-data div {
    color: #FE5B00;
    font-size: 48px;
    font-family: 'Rubik', sans-serif;
}

/* "Desde" y "euros" */
.one-column-list-data span {
    font-size: 19px;
}

.list-3c-property-reference {
    background-color: #FE5B00;
    color: white;
    font-size: 28px;
    letter-spacing: 2px;
    margin-top: 0px;
    padding: 8px;
    text-align: right;
}




/* INICIO: Listado 4 columnas */
.list-4c-property-top {
    font-family: 'Didact Gothic', sans-serif;
    /*border: 2px solid lime;*/
}

.list-4c-property-top table {
    width: 100%;
    font-family: 'Rubik', sans-serif;
}


.list-4c-property-top td {
    /*border: 2px solid orange;*/
    vertical-align: bottom;
    color: #FE5B00;
    padding-bottom: 0;
}


.list-4c-property-top table:first-child tr:first-child td:last-child {
    text-align: right;
    font-size: 40px;
    line-height: 44px;
}

.list-4c-property-top table:first-child tr:first-child td:last-child span {
    font-size: 16px;
    line-height: 23px;
}

.list-4c-property-bottom {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    color: #999999;
    text-align: right;
}

.list-4c-property-bottom span {
    font-size: 21px;
}
/* FIN: Listado 4 columnas */





#home-outstanding-bottom-4 {
    font-family: 'Didact Gothic', sans-serif;
}

/* Celda ocupantes */
#home-outstanding-bottom-4 table:first-child tr:first-child td:first-child {
    text-align: left;
}

/* Número de ocupantes */
#home-outstanding-bottom-4 table:first-child tr:first-child td:first-child span {
    font-size: 28px;
}

/* Celda dormitorios */
#home-outstanding-bottom-4 table:last-child tr:last-child td:last-child {
    text-align: right;
}

/* Número dormitorios */
#home-outstanding-bottom-4 table:last-child tr:last-child td:last-child span {
    font-size: 28px;
}


.property-header {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 48px;
    letter-spacing: 2px;
    margin-top: 16px;
    color: #FE5B00;
}

#property-header-reference{
    float: left;
}

#property-header-price {
    float: right;
}

/* "Desde" y "euros" */
.property-header span {
    font-size: 19px;
}

.property-subheader {
    clear: both;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 19px;
}


#property-subheader-occupants {
    float: left;
    color: #999999;
}

#property-subheader-occupants span {
    font-size: 28px;
}

#property-subheader-location {
    float: right;
    color: #333333;
}


/* Carrusel múltiple de la parte superior de la ficha del inmueble */
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}


.property-carousel-container {
    padding: 0;
}

.property-carousel-container > div {
    padding: 0px;
}

/* div que contiene cada imagen del carrusel del inmueble */
.property-carousel-container > div > div  > div > div > div {
    padding-left: 2px; padding-right: 2px;
}


#property-map-header {
    padding-left: 16px;
    padding-right: 16px;
}

#property-latitude-longitude-text {
    text-align: right;
    padding: 24px;

    color: #FE5B00;
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
}


#property-description {
    max-height: none;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 19px;
    color: #333333;
}

.property-feature-heading  {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 19px;
    color: #666666;
    background-color: #FCFCFC;
}

.property-feature {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 19px;
    color: #333333;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.header-rol-form-inner {
    background: #4d536d url('../../../img/custom/111/home-header-background.jpg') no-repeat center center;
    background-size: cover;
}


#search-button {
    background-color: #FE7B32;
}

#search-button:hover {
    background-color: #E0873E;
}

/* Botón para reservar en resultados de ROL. */
.rol-btn-direct-booking,
.btn-direct-booking-on-map-marker {
    background-color: #FE7B32;
    color: #fff;
}

.rol-btn-direct-booking:hover,
.btn-direct-booking-on-map-marker:hover {
    background-color: #E0873E;
    color: #fff;
}

/* Botón para solicitud de reserva en resultados de ROL. */
.rol-btn-request-booking,
.btn-request-booking-on-map-marker {
    background-color: #FE7B32;
    color: #fff;
}

.rol-btn-request-booking:hover,
.btn-request-booking-on-map-marker:hover {
    background-color: #E0873E;
    color: #fff;
}

/* Forzar a mayúscula los textos y caracteres con acentos que se representan mal */
#home-outstanding-bottom-1,
#home-outstanding-bottom-3,
#property-subheader-location,
#property-header-price,
.list-property-bottom > h4,
.list-property-bottom > div > span,
.one-column-list-data > h4,
.one-column-list-data > div > span,
.list-4c-property-top span,
.panel-title > .collapsed {
    text-transform: uppercase;
}

.form-control.rol-date-picker:hover {
    border: solid 1px #FE7B32;
    background: #fff url(../../../img/icons/svg/orange/calendar.svg) 97% 5px no-repeat;
    background-size: 30px 30px;
}


.form-control.people:hover {
    border: solid 1px #FE7B32;
    background: #fff url(../../../img/icons/svg/orange/people.svg) 96% 7px no-repeat;
    background-size: 30px 30px;
}


.form-control.location:hover {
    border: solid 1px #FE7B32;
    background: #fff url(../../../img/icons/svg/orange/location.svg) right 5px no-repeat;
    background-size: 30px 30px;
}

.ui-datepicker td .ui-state-active, .ui-datepicker td .ui-state-hover {
    background: #FE7B32;
}


#footer-custom-icons  {
    margin-top: 16px;
}

.footer-custom-icon {
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
}

#top-search-box-container {
    top: 68px;
}

/* Cambio de color para los elementos del sistema de cookies */
/* Textos de color ('Siempre' y 'Declaración de cookies') de la ventana modal */
.gdpr-cookie-notice-modal-footer-item,
.gdpr-cookie-notice-modal-cookie-state {
    color: #333;
}

/* Color para :hover de los enlaces de 'Declaración de cookies' y 'Configuración de cookies' */
.gdpr-cookie-notice-nav-item-settings:focus,
.gdpr-cookie-notice-modal-footer-item-statement:focus,
.gdpr-cookie-notice-nav-item-settings:hover,
.gdpr-cookie-notice-modal-footer-item-statement:hover {
    color: #FE7B32;
}

/* Botones ventana modal y banner inicial */
.gdpr-cookie-notice-modal-footer-item-btn,
.gdpr-cookie-notice-nav-item-btn {
    background: #FE7B32;
    color: #fff;
}

/* :hover para los botones ventana modal y banner inicial */
.gdpr-cookie-notice-nav-item-btn:hover,
.gdpr-cookie-notice-modal-footer-item-btn:hover {
    background-color: #E0873E;
    color: #fff;
}

/* Capa permanente del pie para acceder a ventana modal */
.gdpr-cookie-notice-settings-footer-container {
    background-color: #111;
    border: 1px solid #1F1F1F;
    border-bottom: 0;
}

/* Checks redondos de ventana modal */
.gdpr-cookie-notice-modal-cookie-input:checked+.gdpr-cookie-notice-modal-cookie-input-switch {
    background: #FE7B32;
    -webkit-box-shadow: inset 0 0 0 1px #FE7B32;
    box-shadow: inset 0 0 0 1px #FE7B32
}
/* FIN Cambio de color para los elementos del sistema de cookies */

/* Formulario de reserva */
#booking-form-container .booking-form-section-title,
#property-search-formresults-container-header {
    background-color: #1F1F1F !important;
}

#booking-form-container .color-btn-form,
#booking-form-container .color-btn-form-fixed {
    background-color: #FE7B32 !important;
}

#booking-form-container .color-btn-form:hover {
    background-color: #E0873E !important;
    color: #fff !important;
}

#booking-form-container .btn.disabled,
#booking-form-container .btn[disabled],
#booking-form-container fieldset[disabled] .btn {
    opacity: 0.35;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #top-search-box-container {
        top: 108px;
    }
}
