/* ------------- !!! FIX FOR REPOSITION OF NAVBAR ON IFRAME OPEN !!! ----------------- */


/* For pc screens */

.modal-open .navbar {
    left: -17px;
}


/* For mobile screens */

@media (max-width: 783px) {
    .modal-open .navbar {
        left: 0px;
    }
}


/** -- Custom Facebook Feed -- **/

.fb_container {
    position: relative;
}

.spaced {
    padding-bottom: 50px;
}


/* ------------- !!! LANGUAGE CONTROLS !!! ----------------- */

@media (max-width: 783px) {
    .lang_switcher {
        margin-left: 10px;
        margin-top: 7px;
    }
}

@media (min-width: 784px) {
    .lang_switcher {
        margin-left: 30px;
        margin-top: 7px;
    }
}

.lang {
    background: none;
    border: none;
    outline: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 20px;
}

section#prices {
    padding-bottom: 0px;
}

section#feed {
    padding: 5%;
    margin-bottom: 30px;
}

div#TA_rated275 {
    display: inline-block;
}