@media (max-width: 1200px) {
    .info-row > span {
        width: 120px;
    }

    .exhibition-form label {
        white-space: nowrap;
    }
}

@media (max-width: 992px) {
    .hide-sm {
        display: none;
    }

    .admin-tools ul, .admin-tools {
        height: inherit !important;
    }
}

@media (max-width: 842px) {
    .feed {
        flex-flow: column;
    }

    .feed-left {
        width: 100%;
    }

    .feed-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .edit-btn a {
        width: 100%;
    }

    .head {
        height: 130px;
    }

    .head > div:first-child {
        text-align: center;
        float: none;
    }

    .head .auth {
        position: relative;
        width: 100%;
    }

    .head .auth > ul {
        display: block;
        width: 320px;
        margin: 0 auto;
    }

    .head .auth > ul > li {
        display: inline-block;
        margin: 0 1%;
    }

    .head .auth > ul > li:first-child {
        width: 30%;
    }

    .head .auth > ul > li:last-child {
        width: 65%;
    }

    .head .auth > ul > li a {
        padding: 0 15px;
        width: 100%;
    }

    .siteName {
        max-width: 100%;
        text-align: center;
    }

    .addExhibition {
        width: 100%;
        left: 0;
    }

    .admin-list {
        width: 100% !important;
    }

    .admin-list ul {
        display: block;
        text-align: center;
        margin: 0;
    }

    .admin-list ul li {
        display: inline-block;
    }

    .exhibition-table {

    }

    .exhibition-table tr td:first-child {
        display: none;
    }

    .exhibition-table tr th:first-child {
        display: none;
    }

    .exhibition-table tr td:nth-child(2) {
        display: none;
    }

    .exhibition-table tr th:nth-child(2) {
        display: none;
    }

    .exhibition-table tbody td.read_more {
        padding-left: 0;
    }
}

@media (max-width: 625px) {
    nav .brand-logo {
        left: calc(50% - -25px);
    }

    .admin-tools {
        top: initial !important;
        bottom: 0;
    }

    .menu.fixed {
        top: 0 !important;
    }

    .hide-xsm {
        display: none !important;
    }


    .exhibition-table thead th {
        font-size: 12px;
    }

    .exhibition-table tbody tr td.read_more a {
        min-width: inherit;
    }

    nav {
        height: 65px;
        line-height: 65px;
    }

    nav .button-collapse i {
        height: 65px;
        line-height: 65px;
    }

    .btn.btn-primary {
        width: 100%;
        margin: 15px 0;
    }

    .modal-social .eauth-list li a {
        margin: 0;
    }

    .modal-social .eauth-list li {
        margin: 0;
    }
}

@media (max-width: 550px) {
    .feed-post-like-list {
        display: none;
    }

    .feed-post-like-people {
        display: none;
    }

    .feed-form-down-right .feed-grey {
        display: none;
    }
}

@media (max-width: 480px) {
    .info-row .status {
        display: none;
    }

    .view-exhibition {
        display: none;
    }

    .fr {
        width: 100%;
        float: none;
        margin: 10px auto !important;
        height: inherit;
    }

    .head {
        height: 155px;
    }

    .exhibition-table tbody tr td {
        font-size: 12px;
        word-break: break-all;
    }

    .exhibition-table tbody tr td.read_more a {
        font-size: 12px;
    }

    .exhibition-table thead th {
        font-size: 12px;
    }

    .head .auth > ul {
        width: 100%;
    }

    .head .auth > ul > li:last-child {
        width: 100%;
        position: relative;
        top: -43px;
        margin: 0;
    }

    .head .auth > ul > li:first-child {
        width: 100%;
        position: relative;
        top: 36px;
        margin: 0;

    }
}

@media (max-width: 400px) {
    .feed-form-down{
        flex-flow: column;
    }
    .feed-form-down-right{
        width: 100%;
        margin-top: 15px;
    }
    .feed-form-down-right .feed-orange{
        width: 100%;
    }
}