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


/* -- Viewport Styles ( 801px - 900px ) -- */
@media (max-width: 900px){
    .header .header_logo{
        margin-top: 0px;
    }
}


/* -- Viewport Styles ( 641px - 800px ) -- */
@media (max-width: 800px){
    .nav .list_pages .item_page .link{
        font-size: 16px;
    }
    .content .bookenda_block.format_1col{
        display: block;
    }
    .content .bookenda_block.format_1row{
        display: none;
    }
}


/* -- Viewport Styles ( 421px - 640px ) -- */ 
@media all and (max-width: 640px){
    .floatL, .floatR{
        width: 100%;
    }
    .header_wrapper{
        background-color: #fff;
    }
    .has_action_buttons .nav .list_pages{
        margin-top: 125px;
        background-color: #fff;
    }
    .page:first-child > .page_banner{
        margin-top: 30px;
    }
}


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


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