
/*
------------------------------
MAIN - #featured_image
------------------------------
*/
.container_featured_image{
    z-index: 1000;
    position: relative;
}
.container_schedule{
    width: 100%;
    margin: 0 auto;
}

#featured_image .content_schedule{
    background: transparent;
}
#featured_image{
    height: 500px;
    width: 100%;
    background-color: #444;
    padding: 50px 10px;
    color: #fff;
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#featured_image.small{
    height: 285px;
}
#featured_image.small:before{
    height: 100px;
}
#featured_image .container_schedule > .row{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: -45px;
}
#featured_image.small .row{
    margin-top: 0;
}
#featured_image .title{
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 4px #000;
}
#featured_image .subtitle{
    font-size: 24px;
    color: #fff;
    text-shadow: 0 1px 4px #000;
    margin-bottom: 40px;
}
#featured_image .button{
    background-color: red;
    border-radius: 5px;
    background-color: red;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}
#featured_image .featured_image_banner{
    display: block;
    width: 980px;
    height: 90px;
    position: absolute;
    bottom: 20px;
    margin: auto;
    background-color: yellow;
    left: 50%;
    margin-left: -490px;
}
#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;
}
#featured_image #buscadorHorarios.buscador{
    width: 800px;
    height:70px;
}
#featured_image .buscador select.select2{
    display: none;
}
.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 {
    color: #444;
    height: 35px;
    line-height: 35px;
}
.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 .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;
}
/*#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;
}

/*
------------------------------
MAIN - #schedule
------------------------------
*/
#schedule{
    padding: 25px 20px;
}
#schedule .content_title {
    font-size: 22px;
    font-weight: 300;
    color: #aaa;
    margin-bottom: 50px;
}

#schedule .schedule_group {
    width: 10.05%;
    display: inline-block;
    background-color: #eeeeee;
    border-radius: 10px;
    border: 5px solid #fff;
    padding: 20px;
    margin-bottom: 10px;
    margin-right: -4px;
    vertical-align: top;
}
#schedule .schedule_group .day {
    font-size: 15px;
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#schedule .schedule_group ul li {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
    list-style: none;
}
#schedule .more {
    color: #aaa;
    text-decoration: underline;
    font-size: 15px;
}
#schedule .leyenda{
    text-align: left;
    padding-left: 20px;
}
#schedule .schedule_group ul li.express,
#schedule .leyenda .express{
    color: #ca0000;
}
#schedule .link{
    text-align: center;
}
#schedule .link .button{
    float:none;
}

@media (max-width : 630px) {
    #schedule .schedule_group {
        width: 85%;
    }
}