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

}


/* -- Viewport Styles ( 801px - 900px ) -- */
@media (max-width: 900px){

}


/* -- Viewport Styles ( 641px - 800px ) -- */
@media (max-width: 800px){

}


/* -- Viewport Styles ( 421px - 640px ) -- */
@media (max-width: 640px){

    body {
        background-position: 100% 130px;
        background-attachment: scroll;
        background-size: 100% auto;
    }
    .caption,
    .website .page_banner_rotator .banner_slide .wrapper .caption {
        font-size: 50px !important;
        bottom: 25px !important;
        position: absolute !important;
        font-weight: bold;
        left: -5px !important;
    }
    .header .header_logo {
        width: 100px;
        height: 60px;
        background-size: 100%;
        margin: -5px auto 0 10px;
    }
    .website .top .action_buttons {
        left: 0px;
        text-align: center;
        background-color: rgb(0, 146, 63);
        border-bottom: none;
    }
    .nav .list_pages {
        background-image: url(/images/header.png) !important;
        background-color: #1b1b1b;
    }
    .website .header .action_button.of1 {
        box-shadow: none;
    }
    .info-block,
    .hours-block {
        width: 100%;
    }

}


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

}


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

}
