/*OPENMAPS*/
#estaciones-list-map #google-maps #mapid{
    width: 100%;
    height: 100%;
}

/* Google Map */
#routes_map {
    width: 100%;
    position: relative;
    height: 500px;
}
#routes_map #routes_map_container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#routes_map #routes_map_container #google-maps,
#routes_map #routes_map_container #googlemapa{
    width: 100%;
    height: 100%;
    top: 0;
}
#routes_map .container{
    height: 100%;
    z-index: 100;
}

#estaciones-list-map #google-maps{
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}
#estaciones-list-map #google-maps #googlemapa{
    width: 100%;
    height: 100%;
}

/*
------------------------------
MAIN - #full_map
------------------------------
*/
#full_map{
    width: 100%;
    height: 400px;
    position: relative;
}
#full_map #full_map_container{
    width: 100%;
    height: 400px;
}
#full_map .sensor{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /*background-color: rgba(0,0,0,0.4);*/
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/*
------------------------------
#puntos-venta-ls
------------------------------
*/
#estaciones-list #items-ls .item{
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #444;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#estaciones-list #items-ls h2{
    padding-left: 20px;
}
#estaciones-list #items-ls .item:hover{
    background-color: #ddd;
}
#estaciones-list #items-ls .item.nohover{
    background-color: #eee;
}
#estaciones-list #items-ls .item .place{
    margin-bottom: 5px;
}
#estaciones-list #items-ls .item .title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 20px;
}
#estaciones-list #items-ls .item .address{
    font-style: italic;
    font-size: 13px;
}
#estaciones-list #items-ls .item .more{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-weight: bold;
    line-height: 20px;
}
#estaciones-list #items-ls .item .more i{
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
}

/*
------------------------------
MAIN - #featured_image
------------------------------
*/
/*#featured_image*/ .buscador{
    width: 960px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 5px;
    text-align: left;
    margin-top: 40px;
}
/*#featured_image*/ .buscador{
    width: 960px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 5px;
}
/*#featured_image*/ #buscadorEstaciones.buscador{
    width: 600px;
    overflow: hidden;
    margin: 0 auto;
}
/*#featured_image*/ #buscadorHorarios.buscador{
    width: 800px;
}
/*#featured_image*/ .buscador select.select2{
    display: none;    /*Si select2 activo descomentar */
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    line-height: 35px;
}
/*#featured_image*/ .buscador .select2-container{
    width: 100% !important;
    display: block;
    height: 35px;
    font-size: 13px;
}
.select2-dropdown{
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
    width: 35px;
    line-height: 35px;
}
/*#featured_image*/ .buscador input[type="text"],
/*#featured_image*/ .buscador select{
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding-left: 10px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    color: #444;
    margin-bottom: 20px;
}
/*#featured_image*/ .buscador select{
    margin-bottom: 0;

}
/*#featured_image*/  .buscador select:focus{
    outline: 0;
}
/*#featured_image*/ .buscador .checks .check{
    margin-right: 20px;
    display: inline-block;
}
/*#featured_image*/  .buscador .form_group {
    position: relative;
    margin-bottom: 15px;
}
/*#featured_image*/  .buscador .form_group label{
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}
/*#featured_image .buscador .form_group .fa {
    height: 37px;
    width: 37px;
    text-align: center;
    line-height: 40px;
    color: #444;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}*/
/*#featured_image*/  .buscador .checks input{
    margin-right: 5px;
}
/*#featured_image*/ .buscador .button{
    border-radius: 5px;
    background-color: red;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    width: 100%;
    height: 35px;
}
/*#featured_image*/ #buscadorEstaciones.buscador .button,
/*#featured_image*/ #buscadorHorarios.buscador .button{
    margin-top: 30px;
    cursor: pointer;
}

.content_featured_image{
    position: relative;
}

#content_titulo_estaciones{
    padding: 14px 0;
    font-size: 14px;
}

.container_titulo_estaciones{
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.estacion-view h1{
    font-size: 25px;
    font-weight: 400;
    color: #ca0000;
    margin-bottom: 20px;
    text-align: center;
}

#content_titulo_estaciones p {
    font-size: 14px;
    font-weight: normal;
    color: #727272;
    margin-bottom: 15px;
    line-height: 22px;
}

.estacion-view .datos {
    margin-top: 10px;
    text-align: left;
}

.estacion-view .datos .group_titulo_estaciones{
    text-align: left;
    width: auto;
}

.estacion-view .datos, #estacion-view .servicios, #estacion-view .pdf {
    margin-bottom: 20px;
}

.estacion-view .datos h3, #estacion-view .servicios h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}

.estacion-view .datos span, #estacion-view .servicios span {
    margin-right: 30px;
}

.estacion-view .datos span strong, #estacion-view .servicios span strong {
    font-weight: 600;
}

.estacion-view .servicios img {
    margin: 0 5px 0 0;
}
#content_titulo_estaciones img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

@media (max-width: 630px) {
    #featured_image .container_buscador_estaciones > .row{
        left: 0;
        transform: translateY(-50%);
        width:calc(100% + 20px);
        padding:0 20px;
    }
    #featured_image.conBuscador{
        padding: 15px 10px;
    }
    #featured_image.conBuscador .container_buscador_estaciones > .row{
        position:relative;
        left:auto;
        top: auto;
        transform: none;
    }
    #featured_image.conBuscador .featured_image_title_buscador_estaciones{
        font-size: 24px;
    }
    #featured_image #buscadorEstaciones.buscador{
        max-width: 600px;
        width: auto;
        margin-top: 15px;
        padding:15px 20px;
    }
    #featured_image #buscadorHorarios.buscador{
        max-width: 800px;
        width: auto;
        margin-top: 5px;
        padding:15px 20px;
    }
    #featured_image #buscadorHorarios.buscador label{
        line-height: 1.1em;
    }
    #featured_image #buscadorEstaciones.buscador .button,
    #featured_image #buscadorHorarios.buscador .button{
        margin-top: 0;
    }

    #routes_map .booking_container{
        width:100%;
        padding:0 10px;
    }
    #routes_map .booking_container .content{
        display:none;
    }
}

@media (max-width: 630px) {
    #buscadorEstaciones.buscador{
        width: 80%;
    }
}
