/* -- Viewport Styles ( Responsive Threshold  ) -- */
@media (max-width: 1024px){
    .website .header .action_button {
        display: none;
    }
    .page:first-child > .page_banner {
        margin-top: -5px;
    }
    .page:first-child > .page_banner_rotator .banner_slide .wrapper .data {
        padding-top: 0px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}
/* -- Viewport Styles ( 801px - 900px ) -- */
@media (max-width: 900px){
    .content h3 {
        font-size: 25px;
    }
    .footer .footer_links {
        right: 0;
    }
}
/* -- Viewport Styles ( 641px - 800px ) -- */
@media (max-width: 800px){
    .nav .list_pages .item_page_home .link {
        display: none;
    }
    .content h3 {
        font-size: 20px;
    }
    .footer .footer_logo {
        display: none;
    }
    .footer_hours table.text_list.list_hours {
        display: none!important;
    }
}
/* -- Viewport Styles ( 421px - 640px ) -- */
@media (max-width: 640px){
        
    .website .header .header_info, 
    .has_action_buttons .website .header_info {
        display: none;
    }
    
    .has_action_buttons .header .top {
        height: 40px;
    }
    .has_action_buttons .header .nav {
        top: 55px;
    }
    .website .top .action_buttons {
        background-color: #c11e2d;
    }
    .header .header_logo {
        width: 80px;
        height: auto;
        top: 5px !important;
    }
    .nav .list_pages {
        background-color: #C11E2D;
    }
    .nav .list_pages .item_page_home .link {
        display: block;
    }
    .content h3 {
        font-size: 16px;
    }
    .content h4 {
        font-size: 15px;
    }
    .content .banner_slide {
        font-size: 14px;    
    }
    .content .banner_slide h1,
    .content .banner_slide h2,
    .content .banner_slide h3,
    .content .banner_slide h4,
    .content .banner_slide h5,
    .content .banner_slide h6 {
        font-size: 15px;    
    }
    
}
/* -- Viewport Styles ( 321px - 420px ) -- */
@media (max-width: 420px){

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

}
