/* -- Viewport Styles ( Responsive Threshold  ) -- */
@media (max-width: 1024px){
    
   .header .header_logo.outer {

       
    }

}


/* -- Viewport Styles ( 801px - 900px ) -- */
@media (max-width: 900px){
    
    .header .header_logo.outer {
        width: 80px;
    }
    
    .content .home_blocks .block {
        width: 50%;
        margin-bottom: 40px;
    }
    .content .home_blocks .block.hours .block_info_hours .item_label,
    .content .home_blocks .block.hours .block_info_hours .item_value {
        text-align: center;
    }
    

}


/* -- Viewport Styles ( 641px - 800px ) -- */
@media (max-width: 800px){
    
    .content .home_blocks .block {
        width: 100%;
        clear: both;
    }

}


/* -- Viewport Styles ( 421px - 640px ) -- */
@media (max-width: 640px){
    
    .header .header_logo.outer {
        width: 170px;
        position: relative;
        margin: 0 auto 20px;
        float: none;
    }


    [data-page=home].page .page_banner {
        height: 0;

    }
    
    .nav .list_pages {
        background-color: #9F9F9F;
        box-shadow: none;
    }
    .nav_expanded .nav_wrapper {
        box-shadow: none;
    }

    .nav .list_pages .item_page .link {
        color: #E8E8E8;
    }

    .nav_expanded .nav .list_pages {
        border-top: none;
        border-bottom: none;
    }

    .content h2 {
        margin-top:20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 2px solid #696969;
    }


    .floatR{
        width:100%;
        float:none;
        height:auto;
    }

    .floatL{    
        width:100%;
        float:none;
        height:auto;  
    }
    
    .menu_section .menu_item {
        margin: 0px 0;

    }

    .content .menus_content {
        padding: 0 10px;
    }


    .content .menus_list {
        width: 80%;
    }

    .content .menus_content .menu_name {
        font-size: 160%;
        padding: 10px;
    }

   .content .menu_section.section-columns-2 .column {
        margin-right: 0%;
    }
 

}


/* -- Viewport Styles ( 321px - 420px ) -- */
@media (max-width: 420px){

}


/* -- Viewport Styles ( 0px - 320px ) -- */
@media (max-width: 320px){

}
