
@media (max-width:1000px){
    
    #sidebar_container{
        display:none;
    }
    
    #menu_container{
        width:95%;
    }
    
    ul#nav{
        float:left;
    }
}

@media (max-width:900px){
    #logo_text h2.cta_header{
        margin-top:55px;    
    }
}

@media (max-width:500px){
    
    #site_content{
        width:100%;
    }
    
    #logo_text h2.cta_header{
        margin-top:50px; 
        text-align:center;
    }
    
    #logo_text img.image-left{
        display:none;
    }
    
    .content{
        width:100%;
        margin-left:0 !important;
        padding:0 10px;
    }
    
    header a.dchicos{
        left:70px;
    }
    
    footer p{
        padding:3px 0 0 0;
    }
}

