@media only screen {
	body{
        padding-right:0px !important;
    }
    
    body.active{
        padding-right:0px !important;
    }
    .header .inside-header{
        padding-right:0px !important;
    }
    
    .header.active .inside-header{
        padding-right:0px !important;
    }
}

@media only screen and (min-width: 576px) {
	body{
        padding-right:0px !important;
    }
    
    body.active{
        padding-right:15px !important;
    }
    .header .inside-header{
        padding-right:0px !important;
    }
    
    .header.active .inside-header{
        padding-right:15px !important;
    }
}