#top_bar {
    width: 100%;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}


/* logo */

#top_bar h1::after {
    background-color: rgba(255, 255, 255, .3)
}


/* session menu */

#top_bar .menu>li>a:hover, #top_bar .menu>li>a.active {
    color: #e7502a;
    background-color: #fff
}


/* submenu */

#welcome_recs article {
    width: 279px;
    margin: 0 14px
}

#welcome_recs article:first-child {
    margin-left: 0
}

#welcome_recs article:last-child {
    margin-right: 0
}


/* images */

#welcome_recs figure {
    height: 45px;
    margin-bottom: 40px;
    margin-left: 30px;
    position: relative;
}

#welcome_recs figure img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

@media all and (max-width:1240px) {
    #welcome_recs article {
        width: 300px;
        margin: 0 15px
    }
}

@media all and (max-width:1000px) {
    #welcome_recs article {
        width: 340px;
        margin: 0 20px
    }
}

@media all and (max-width:760px) {
    #welcome_recs article {
        width: 400px;
        margin: 0;
        text-align: center;
        opacity: 0;
        transition: opacity .6s .4s;
        -webkit-transition: opacity .6s .4s
    }
    #welcome_recs article.slick-active {
        opacity: 1
    }
    /* image */
    #welcome_recs figure {
        height: 60px;
        margin-left: 0
    }
    #welcome_recs figure img {
        right: 0
    }
}

@media all and (max-width:440px) {
    #welcome_recs article {
        width: 280px
    }
}


/*
*	TRIPS
*/


/* title */

.trips_recs .title_pane {
    background-color: #f2f2f2
}


/**
 * E-power plugin
 */

.epower-plugin {
    background-color: #e7502a;
}

.epower-plugin iframe {
    width: 100%;
    height: 600px;
    border: none;
    overflow: hidden;
}
