@media screen and (max-width: 1100px) {
    .row.top .container {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 1060px) {
    .nav-top a,
    .nav-top span {
        padding-right: 1.8%;
        padding-left: 1.8%;
    }
}
@media screen and (max-width: 1024px) {
    .nav-top-links-w {
        text-align: center;
    }
}
@media screen and (max-width: 968px) {
    .nav-top a,
    .nav-top span {
        padding-right: 1.8%;
        padding-left: 1.8%;
    }
}
@media screen and (max-width: 955px) {
    .container {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 955px) {
    .logo {
        top: 80px;
        width: 65%;
        top: 50% !important;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    .banner-holding .logo {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    .logo img {
        width: 100%;
        height: auto;
        display: block;
    }
    .friend-item {
        width: 90%;
        transform: translateX(2.5%);
        -webkit-transform: translateX(2.5%);
        -moz-transform: translateX(2.5%);
        -ms-transform: translateX(2.5%);
        -o-transform: translateX(2.5%);
    }
}
@media screen and (min-width: 900px) {
    .nav-top {
        display: block !important;
    }
}
@media screen and (max-width: 900px) {
    .row.section .container {
        padding-top: 35px;
        padding-bottom: 15px;
    }
    .row.banner {
        padding-top: 0;
    }
    .row.top {
        right: 0px;
        width: auto;
        height: auto;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .burger {
        display: flex;
    }
    .nav-top {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #444444f5;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow-y: auto;
        a,
        span {
            background: unset;
            line-height: 45px;
        }
    }
    .row-mobile-logo {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .row-mobile-logo .container img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        max-width: 553px;
        height: auto;
    }
    .nav-top {
        z-index: 9999;
    }
    .nav-top-links {
        position: absolute;
        right: -150px;
        z-index: 999;
    }
    .nav-top-links-w {
        background: #222222;
        padding: 25px;
        text-align: right;
        padding-top: 70px;
    }
    .burger-w {
        position: relative;
        z-index: 99999;
    }
    .row.top .container {
        padding-right: 0px;
    }
    .toggle-mm {
        width: auto;
        float: none;
        right: 40px;
    }

    .nav-top-links {
        /*display:none;*/
    }
    .nav-top-links a {
        display: block;
        line-height: normal;
        background: none;
        margin-bottom: 10px;
    }
    .row.top .social-top {
        display: none;
    }
    .toggle-mm {
        cursor: pointer;
        width: 35px;
        margin-top: 20px;
        float: right;
    }
    .burger-w div {
        height: 4px;
        background-color: #fff;
        margin: 6px 0;
    }
}
@media screen and (max-width: 740px) {
    .holding-con p {
        font-size: 24px;
    }
}
@media screen and (max-width: 740px) {
    .holding-con p {
        font-size: 18px;
    }
}
@media screen and (max-width: 440px) {
    .logo-footer {
        float: none;
        text-align: center;
    }
    .footer .social-top {
        float: none;
        text-align: center;
        margin-top: 20px;
    }
}
