@media only screen and (max-width: 1450px) {
    .container {
        width: 90%;
    }
}
@media only screen and (max-width: 1367px) {
    header .navbar {
        flex: 0 0 100%;
        max-width: 100%;
    }
    header .navbar ul {
        width: 100%;
        display: block;
    }
    header .navbar ul li {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .navbar li a {
        font-size: 1.3rem;
    }
    .nav-wrap > a {
        display: none
    }
}

@media only screen and (max-width: 1280px) {
    header .navbar {
        flex: 0 0 auto;
        max-width: none;
    }
    .nav-wrap > a {
        display: inline-block;
    }
    .swiper-slide .detail-wrap {
        padding: 40px;
    }
    .detail-wrap .title {
        font-size: 3.5rem;
    }
    .detail-wrap .text p {
        font-size: 2rem;
        line-height: 3rem;
    }
    .activities .top-recent h2 {
        font-size: 1.6rem;
        line-height: 22px;
    }
    h2.section-title,
    .teaser h2{
        font-size: 3rem;
    }
    h3.subsection-title {
        font-size: 2.4rem;
    }
    .session-text h3,
    .teaser p,
    .count p {
        font-size: 1.4rem;
        line-height: 20px;
    }
    .session-text {
        flex: 0 0 75%;
        max-width: 75%;
    }
    h2.section-title, h3.subsection-title {
        padding-bottom: 15px;
        margin: 0 0 30px;
    }
    #twitter-widget-0 {
        height: 200px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .nav-wrap > a{
        display: none;
    }
    header .navbar {
        flex: 0 0 100%;
        max-width: 100%;
    }
    header .navbar ul {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 992px) {
    .activities .row .col.m6:nth-child(2n+1) {
        clear: left;
    }
    .sessions-wrap {
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
    }
    .session {
        flex: 0 0 49%;
        max-width: 49%;
        border: none;
        margin-bottom: 0;
    }
    .session img,
    .session-text {
        flex: 0 0 100%;
        max-width:  100%;
    }
    #twitter-widget-0 {
        height: 350px !important;
    }
    .short-about img {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    .footer-links-wrap .footer-links {
        flex: 0 0 45%;
        max-width: 45%;
        margin-bottom: 20px;
    }
    .bottom a.btn {
        float: none !important;
    }
    .recent-activities {
        display: none;
    }

    header .nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 999;
    }
    header .navbar, 
    header .navbar ul,
    header .navbar ul > li {
        text-align: center;
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
    }
    header .navbar ul > li > ul {
        display: none;
    }
    header .navbar > ul > li {
        padding: 15px;
    }
    .navbar li a {
        justify-content: center;
        font-size: 1.8rem
    }
    .navbar li a:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    header .nav-wrap {
        display: none;
    }
    
}
