

@media only screen and (max-width: 480px){
.header_top .right{display:none;}
.header_bottom .{}
}


    @media only screen and (max-width: 1000px){
    .content .content_inner > .container > .container_inner,
    .content .content_inner > .full_width > .full_width_inner,
    .content .content_inner > .container > .container_inner.default_template_holder{
		padding-top: 63px !important;
    }
    }
