/* -- Viewport Styles ( Responsive Threshold  ) -- */
@media (max-width: 1160px){
    .footer .footer_info .footer_column_address {
        right: 10px;
    }
}

@media (max-width: 1024px){
    
    .header .header_logo {
        width: 100px;
        height: 100px;
    }
    .header .header_logo.inner .image {
        width: 100%;
    }
}

/* -- Viewport Styles ( 801px - 900px ) -- */
@media (max-width: 900px){  
    
    .footer .footer_info .footer_column_logo {
        display: block;
    }

}

/* -- Viewport Styles ( 641px - 800px ) -- */
@media (max-width: 800px){
    .footer .footer_info .footer_column_address {
        position: relative;
    }
    .footer .footer_info .footer_column_logo {
        display: none;
    }
}

/* -- Viewport Styles ( 421px - 640px ) -- */
@media (max-width: 640px){
    
    /* -- Headers -- */
    .header {     
        background-color: rgb(0, 0, 0) !important;
    }
    .header .header_logo,
    .scrolled .header .header_logo {
        width: 135px !important;
        height: 120px !important;
        top: 0 !important;
        position: relative !important;
        margin: auto;
        float: none;
    }   
    .header .header_info .link.lang{
        right: 60px;
        font-size: 74%;
    }
    .header .top{
            height: 100px !important;
    }
    .header .header_info .detail.name, 
    .header .header_info .detail.address,
    .header .header_info .detail.phone,
    .header .header_info .detail.social{
        display: none;
    }
    .header .header_logo.inner .image{
        width: 100%;
    }
    
    
    /* -- Action Buttons -- */
    .action_buttons {
        display: block;        
        background-color: #000 !important;
    }
    
    
    /* -- Nav -- */
    .nav .list_pages {
        background-color: #000;
        margin-top: 85px;
    }
    .nav .list_pages .item_page .link, 
    .nav .list_pages .item_page:hover .link, 
    .nav .list_pages .item_page.active .link {
        padding: 10px 0px;
        font-size: 20px;
        line-height: 28px;
    }
    
    /* -- Page -- */
    .pages_wrapper{
        margin-top: 97px;
    }
    
    /* -- Body -- */
    body{
        background-image: none;
        background-color: #000;
    }
    
    /* -- Content -- */
   .content .floatL,
    .content .floatR {
        float: none;
        width: 100%;
    }
   
}

/* -- Viewport Styles ( 321px - 420px ) -- */
@media (max-width: 420px){
     .header .header_logo,
    .scrolled .header .header_logo{
        margin: auto;
    }
}
/* -- Viewport Styles ( 0px - 320px ) -- */
@media (max-width: 320px){
}