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

    .header .header_logo {
        width: 130px;
        height: 70px;
        background-size: 100%;
        margin-top: -5px;
    }
}


/* -- 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: center 180px;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% auto;
    }
    .header .header_logo {
        width: 110px;
        height: 60px;
    }
    .header .nav, .has_action_buttons .header .nav,
    .nav_expanded .nav_wrapper {
        position: absolute;
        width: 100%;
    }
    .header .action_button_v2 .label {
        font-size: 12px !important;
    }
    .nav .list_pages {
        background-color: #000000;
    }
    .nav .list_pages .item:hover .list_subs,
    .nav .list_pages .active:hover .list_subs {
        display: none;
    }
    .content h2 {
        font-size: 35px;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .page:first-child > .page_banner {
        margin-top: 40px;
    }
}


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

}


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

}
