@charset "utf-8";
#fixed_bar {
    display: none;
}
@media (min-width: 741px) {
    .fixed #fixed_bar {
        display: block;
        position: fixed;
        align-items: stretch;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background: #fff;
        box-shadow: 0px 0px 10px #000;
    }
    .container.fixed_content {
        display: flex;
        justify-content: space-between;
    }
    .container.fixed_content figure {
        width: 188px;
        text-align: center;
    }
    .container.fixed_content figure figcaption {
        font-size: 20px;
    }
    .container.fixed_content ul.container li a {
        font-size: 1em;
    }
    .fixed_menu {
        width: 80%;
    }
    .fixed_menu .search_bar {
        padding: 0;
        padding-top: 12px;
    }
    .fixed_menu .search_bar li input, .fixed_menu .search_bar li select, .fixed_menu form#rooms_search_bar input.btns {
        font-size: 14px;
        height: 35px;
    }
}