
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {


#header {
        margin-top:0px;
}

#navigation {
        line-height:40px;
}


.full {
    display:block;
    width:100%;
}



#container{
        overflow:hidden;
        z-index:1; 
        width:100%!important;
        margin:0 auto;
}


#content {
        width:100%!important;

}


#footer {
margin-top:-50px;
}

}


/*------------------------------------------
     450px Media
------------------------------------------*/
@media only screen and (max-width: 450px), only screen and (max-device-width: 450px) {
