/* -- Viewport Styles ( Responsive Threshold  ) -- */
@media (max-width: 1300px){
    
    .nav .list_pages .item_page .link {
        padding: 10px;
    }

    .content .clear_body {
        padding:10px;
    }

    .header .header_logo {
        width: 75%;
        height: auto;
        margin-left: 20%;
        top: 120px;
    }

}



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

    .header .header_logo {
        width: 60%;
        height: auto;
        margin-left: 30%;
        top: 120px;
    }

    .nav .list_pages .item_page .link {
        padding: 10px;
    }

    .content .clear_body {
        padding:10px;
    }





}



/* -- Viewport Styles ( Responsive Threshold  ) -- */
@media (max-width: 1024px){
    
    .nav .list_pages .item_page .link {
        padding: 10px;
    }

    .content .clear_body {
        padding:10px;
    }





}


/* -- Viewport Styles ( 900px ) -- */
@media (max-width: 900px){
    
    .nav .list_pages {
        font-size: 90%;
    }

}


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

    /*--  Floats  --*/

    .left {
        float: none;
        width: 100%;
        padding: 10px;
    }

    .right {
        float: none;
        width: 100%;
        padding: 10px;
    }
    

    .scrolled .header .header_logo {
        width: 120px;
        height: 70px;
    }



    #gallery div.page_content.page_content_hasbanner {
        padding-top: 10px;
    }
    
    .page:first-child .page_banner_rotator .banner_slide .wrapper .data {
        padding-top: 0px;
    }
    
     .content .clear_body {
        padding:0px;
    }
  
    .content .menus_list .list_item .item_link {
        color:#FFF;
    }
    .content .menus_list .list_item:hover,
    .content .menus_list .list_item.active_item {
        background-color: transparent;
    }
    .content .menus_list .list_item .item_link:hover,
    .content .menus_list .list_item .active_link {
        text-decoration: none;
          color: #EA7F1E;
        padding: 5px; 
    }
    
    .nav .list_pages .item_page .link,
    .nav .list_pages .item_page:hover .link,
    .nav .list_pages .item_page.active .link {
        padding: 15px;
    }
    #menus div.page_content.page_content_hasbanner div div.body_block {
        background: transparent;
    }

    .content .menus_content .menu_name {
        margin-bottom: 0px;
        margin-top: 0px;

    }
    .footer .footer_logo .link .image {
    width: 90px;
}

}


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

    .header {        
       background-color: #000;

    }

    .header .header_logo {
    margin-left: 0px;
    }
    
    .website .header .action_button {
        max-width: 140px;
        border-radius: 0px;
    }



    .nav .list_pages {
        background-color: #000;
    }


    .nav .list_pages .item_page .link {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .website .page_banner_rotator .banner_slide .wrapper .caption {
        background-color: rgb(0,0,0) !important;
        background-color: rgba(0,0,0, 0.5) !important;
    }

    .content h2 {
        font-size: 75%;
        letter-spacing: 7px;
        padding: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    




}


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

}


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

}
