@media only screen and (max-width: 1200px) {
    
}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
    .top .left ul {
    display: table;
}
.logo .logo_inner {
    margin-top: -21px;
    text-align: center;
}
.copyright .right p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    padding-top: 17px;
    text-transform: uppercase;
}
.copyright .left p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    padding-top: 17px;
    text-transform: uppercase;
}
.footer {
    border-top: solid 5px #ed1c24;
    background-color: #f7f7f7;
    text-align: center;
    justify-content: center;
    place-content: center;
}
.hide_in_display{
        display: none;
    }
    .hide_in_lg{
        display: block;
    }
}
@media only screen and (max-width: 544px) {



}



@media only screen and (max-width: 480px) {
    
    
    
}