@media only screen and (max-width: 1250px) {

    #my-works .my-work-content .work-title h1 {
        font-size: 18px;
    }

    #my-works .my-work-content .work-title span {
        font-size: 12px;
    }

    #my-works .my-work-content .work-type h2,
    #my-works .my-work-content .work-category h2 {
        font-size: 13px;
    }

    #my-works .my-work-content .work-type span,
    #my-works .my-work-content .work-category span {
        font-size: 10px;
    }

    #my-works .my-work-content .work-description {
        font-size: 13px;
    }

    #my-works .owl-dots {
        left: 15px;
    }
}

@media only screen and (max-width: 1150px) {
    .main-content {
        max-width: 100%;
    }

    .header-content {
        max-width: 100%;
    }

    .header-content .nav-bar ul > li > a {
        font-size: .8rem;
    }

    #festival-statistics .sent-works {
        padding: 0 1.5rem 0 .5rem;
        width: 100%;
        max-width: 95%;
        margin: auto;
    }

    #festival-statistics .sent-works ul .works-type {
        padding-left: 0;
    }

    #banner .banner-holder {
        padding-bottom: 25%;
    }

    #banner {
        border-radius: 15px;
    }

    #festival-news .footer-content {
        max-width: 90%;
    }

    #festival-news .footer-content::before {
        right: 2%;
    }

    #festival-news .footer-content::after {
        left: 2%;
    }


}

@media only screen and (min-width: 768px) {

    header {
        position: relative;
    }

    #header-content {
        display: block !important;
    }

    aside {
        margin-top: 0;
    }


}

@media only screen and (max-width: 768px) {

    #header-content > div > div.d-lg-flex.d-md-flex.d-sm-block.nav-bar > div.right-menu.flex-grow-1 > ul > li:nth-child(4) > a,
    #header-content > div > div.d-lg-flex.d-md-flex.d-sm-block.nav-bar > div.right-menu.flex-grow-1 > ul > li:nth-child(5) > a {
        color: #fefeff !important;
        text-shadow: 0 0px 1px white !important;
    }

    header {
        position: fixed;
        z-index: 8;
        top: 0;
    }

    #header-content {
        display: none;
    }

    aside {
        margin-top: 110px;
    }

    .header-content .nav-bar > .right-menu > ul {
        background: transparent;
        border-radius: 0;
    }

    .header-content .user-profile-name .name {
        font-size: 13px;
        margin-top: 10px;
    }

    .header-content .user-profile-name .btn-profile a {
        color: #fff;
        font-size: 12px;
    }


    .header-content .nav-bar > .right-menu ul > li {
        margin-right: 0;
        padding-bottom: 1.5px;
        padding-top: 10px;
        display: block;
        padding-bottom: 10px;
        border-bottom: 2px solid #b7aeae;
    }

    .header-content .nav-bar > .left-menu {
        margin-top: 50px;
    }

    .header-content .nav-bar > .left-menu > ul {
        background: transparent;
        border-radius: 0;
        text-align: center;
    }

    .header-content .nav-bar > .left-menu ul > li {
        margin-left: 0;
        padding-left: .9rem;
        padding-right: 0.9rem;
        padding-bottom: 1.5px;
        text-align: center;
    }

    .header-content .nav-bar ul > li > a,
    .header-content .nav-bar ul > li > a.active {
        color: #fff;
        font-weight: bold;
        font-size: .9rem;
        position: relative;
    }

    .header-content .nav-bar > .right-menu > ul > li:not(:last-child) > a::after {
        display: none;
    }

    #my-works .my-works-title-number .my-works-title {
        font-size: 15px;
    }

    #my-works .my-works-title-number .my-woks-number {
        font-size: 11px;
    }

    #article-holder {
        display: flex;
        flex-flow: column;
    }

    .order-two {
        order: 2;
    }

    .order-one {
        order: 1;
    }

    #festival-news {
        position: fixed;
        /*top: 65px ;*/
        border-bottom: 2px solid #e2e2e2;
        z-index: 7;
        min-height: 35px;
    }

    #festival-news .footer-content #festival-news-title {
        display: none;
    }

    #festival-news .footer-content::before {
        display: none;
    }

    #festival-news .footer-content::after {
        display: none;
    }

    #festival-statistics .festival-content {
        margin-bottom: 30px;
    }


    #festival-news .footer-content {
        max-width: 98%;
    }

    #festival-news ul.festival-news-list li a {
        padding-right: 12px;
        color: #696969;
    }

    #festival-news .col-12 {
        padding-top: 4px;
    }

    .home-body {
        margin: 40px 0 90px 0;
        padding-bottom: 90px;

    }

    .home-content {
        margin: 75px 0px 20px 30px;
    }

    #festival-news {
        height: 100px;

    }
}

@media only screen and (max-width: 400px) {
    .main-content > [class*="col-"] {
        padding: 0;
    }

    .header-content .nav-bar > .left-menu > ul {
        padding-left: 0;
        padding-right: 0;
    }

    .header-content .nav-bar > .left-menu ul > li {
        padding-left: .4rem;
        padding-right: 0.4rem;
    }

    #festival-statistics .sent-works {
        padding: 0 1.5rem 0 .5rem;
        width: 100%;
        max-width: 85%;
        margin: auto;
    }
}


