﻿
@media (max-width: 1170px) {
    #right-header {
        float: right;
        margin-right: 35px;
        margin-top: 12px;
    }
}

@media (max-width: 1024px){
    .page-width--wide{
        max-width:780px;
    }
}
@media (max-width: 768px) {
    #right-header {
        margin-top: 8px;
    }
    .head ul li:last-child{
        padding-right:0;
    }
}
@media (max-width: 575px) {
    .tab-logo {
        width: 20%;
    }

    .tab-menu {
        width: 80%;
    }
}

/*@media only screen and (min-device-width : 425px) and (max-device-width : 767px) and (orientation:landscape) {
    .head ul li {
        padding: 0 10px !important;
    }
    main.main-content{
        padding-top:55px !important;
        padding-bottom:55px !important;
    }
}*/