.layout {
    min-width: 300px;
}

@media screen and (max-width: 1000px) {
    .main_slider_title {
        white-space: normal;
        line-height: normal;
    }
}
@media screen and (max-width: 839px) {
    nav {
        display: none;
    }
    nav.navigation.pagination {
        display: block;
    }
    .mobile_nav_cell {
        display: block;
    }

    table.mdl-data-table,
    table.mdl-data-table tbody {
        display: block;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
    }
    .mdl-data-table tbody tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        margin-bottom: 10px;
        border-left: 1px solid rgba(0,0,0,.12);
        border-right: 1px solid rgba(0,0,0,.12);
        border-top: 1px solid rgba(0,0,0,.12);
    }
    .mdl-data-table td:before {
        content: attr(data-title);
        min-width: 30%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
        display: block;
    }
    .mdl-data-table td:first-of-type,
    .mdl-data-table td {
        border-top: none !important;
        display: flex;
        min-width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        font-size: 16px;
    }
    .mdl-data-table td .job_type {
        display: flex;
        flex-direction: column;
    }
    .mdl-data-table td div {
        display: block;
    }
    .mdl-data-table td.last_cell {
        text-align: center;
        display: block;
        padding-right: 0;
    }
    .mdl-data-table td.last_cell:before {
        display: none;
    }
    table.mdl-data-table  thead {
        display: none;
    }

    .mdl-data-table td a {
        display: none;
    }
    .mdl-data-table td .link-button {
        display: inline-block;
        line-height: 26px;
        height: 26px;
    }

    .city_cell div {
        white-space: normal;
        width: auto;
    }
    .speaker_cell div {
        white-space: normal;
        width: auto;
    }

    #event_search .mdl-cell--8-col {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #event_search .mdl-cell--2-col {
        padding-top: 0;
        margin-top: 0;
        width: calc(50% - 16px);
    }

    .event_search {
        display: none;
    }

    header .flr {
        display: none;
    }

    .logo img {
        height: 45px;
    }
    .logo span {
        font-size: 18px;
    }
    .events_list {
        padding-top: 16px !important;
    }

    .mdl-menu__item {
        padding: 0;
    }
    .mdl-menu__item a,
    .mdl-menu__item .header_phone {
        display: block;
        padding: 0 16px;
        height: 48px;
        line-height: 48px;
    }

    .footer_contact {
        display: block;
    }

    .top_header.fixed {
        display: none !important;
    }
    .top_header {
        visibility: visible !important;
    }
}
@media screen and (max-width: 768px) {
    .main_slider {
        height: auto;
    }
    .main_slider_title {
        font-size: 30px;
    }
    .main_slider_subtitle {
        white-space: normal;
        line-height: normal;
        font-size: 20px;
    }
    .main_slider_txt {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        padding-top: 50px;
        padding-bottom: 50px;
    }


}
@media screen and (max-width: 600px) {
    .evt_table,
    .evt_table tr,
    .evt_table tbody,
    .evt_table td {
        display: block;
    }
    .evt_table td {
        width: 100%;
        font-size: 16px;
        padding-left: 0;
        padding-bottom: 15px !important;
    }
    .evt_table td.label {
        font-size: 14px;
        width: 100%;
        font-weight: bold;
        padding-bottom: 4px !important;
    }
}
@media screen and (max-width: 480px) {
    .reducer {
        padding: 0;
    }
    .main_slider {
        height: auto;
    }
    .main_slider_title {
        font-size: 24px;
    }
    .main_slider_subtitle {
        font-size: 16px;
    }
    .main_slider_txt {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 839px) and (min-width: 480px) {
    .mdl-cell--6-col, .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
        width: 100%;
    }

}