/* LARGE DESKTOP  (1366)
---------------------------------------------*/
@media only screen and (max-width:1366px) {
    body.grid .shortstory {
        flex: 1 0 22%;
    }
    body.grid .short_poster {
        height: 380px;
    }

    .full_screens .owl-item {
        height: 145px;
    }
}

/* LARGE DESKTOP  (1280)
---------------------------------------------*/
@media only screen and (max-width:1280px) {
    body.grid .short_poster {
        height: 345px;
    }

    .full_screens .owl-item {
        height: 145px;
    }
}



/* DESKTOP  (1200)
---------------------------------------------*/
@media only screen and (max-width:1200px) {
    body.grid .short_poster {
        height: 305px;
    }
    .short_cat > span {
        display: none;
    }

    .full_top {
        display: block;
        text-align: center;
    }

    .full_poster {
        display: inline-block;
        margin-right: 0;
    }

    .full_info {
        text-align: left;
    }

    .full_screens .owl-item {
        height: 130px;
    }
}



/* DESKTOP  (1024)
---------------------------------------------*/
@media only screen and (max-width:1024px) {
    .short_info {
        display: none;
    }

    body.grid #allEntries {
        justify-content: center;
    }
    body.grid .shortstory {
        flex: 1 0 45%;
    }
    
    body.grid [id*="entryID"] {
        min-width: 33.33%;
        max-width: 33.33%;
    }

    body.grid .short_poster {
        height: 370px;
    }

    .slider_img {
        height: 190px;
    }

    #promo_slider a.btn {
        display: none;
    }

    .promo_bl .owl-nav {
        width: 285px;
    }

    .promo_bl .owl-dots {
        width: 185px;
    }

    .full_screens .owl-item {
        height: 95px;
    }

    #screens_carousel .owl-nav {
        padding: 0;
    }

    #screens_carousel .owl-dots {
        right: 15%;
        left: 15%;
    }
}



/* TABLET  (992)
---------------------------------------------*/
@media only screen and (max-width:992px) {
    body.grid .shortstory {
        flex: 1 0 30%;
    }
    body.grid .short_poster {
        height: 375px;
    }

    .header {
        z-index: 6;
    }

    .logo {
        max-width: none;
        min-width: auto;
        text-align: left;
    }

    .mob_nav {
        font-size: 28px;
        width: 45px;
        height: 37px;
        padding: 0;
        line-height: 37px;
        display: inline-block;
    }

    .mob_nav.close {
        background: #72d0fb;
    }

    .aside {
        position: absolute;
        padding: 0;
    }

    .aside_bl {
        display: none;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        margin-bottom: 0px;
        z-index: 5;
        position: absolute;
        background: #fff;
        width: 320px;
    }

    .aside_title {
        padding: 25px 25px 10px;
    }

    .main_content {
        flex: auto;
        min-width: 100%;
        padding: 30px 0;
    }

    #promo_slider .slider_img {
        height: 265px;
    }

    #promo_slider a.btn {
        display: inline-block;
    }

    .short_info {
        display: block;
    }

    body.grid [id*="entryID"] {
        min-width: 25%;
        max-width: 25%;
    }

    .full_screens .owl-item {
        height: 160px;
    }
}



/* TABLET  (800)
---------------------------------------------*/
@media only screen and (max-width:800px) {
    
    
    .main_nav .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 320px;
        border: 0;
        margin: 0 0 10px;
        border-bottom: 1px solid #ececec;
        border-top: 1px solid #ececec;
        box-shadow: none;
    }

    .main_nav .sub_nav {
        display: block;
    }

    body.grid [id*="entryID"] {
        min-width: 33.33%;
        max-width: 33.33%;
    }
    body.grid .shortstory {
        flex: 1 0 29%;
    }
    body.grid .short_poster {
        height: 285px;
    }
}



/* TABLET  (768)
---------------------------------------------*/
@media only screen and (max-width:768px) {
    body.grid .short_poster {
        height: 270px;
    }

    .full_screens .owl-item {
        height: 115px;
    }
}



/* TABLET  (640)
---------------------------------------------*/
@media only screen and (max-width:640px) {

    .header_content,
    .footer_content {
        display: block;
    }

    .header_body,
    .footer_body {
        display: flex;
    }

    .logo {
        text-align: center;
    }

    .short_info {
        display: none;
    }

    #promo_slider .slider_img {
        height: 175px;
    }

    #promo_slider a.btn {
        display: none;
    }

    .promo_bl .owl-nav {
        width: 270px;
    }

    .promo_bl .owl-dots {
        width: 170px;
    }

    body.grid .short_poster {
        height: 350px;
    }

}



/* MOBILE  (480)
---------------------------------------------*/
@media only screen and (max-width:480px) {
    .aside_bl {
        left: -30px;
    }

    .mob_search {
        font-size: 28px;
        width: 45px;
        height: 37px;
        padding: 0;
        line-height: 37px;
        display: inline-block;
    }

    .mob_search.close {
        background: #72d0fb;
    }

    .search {
        flex: 1;
        padding: 0;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        border-top: 1px solid #ececec;
    }

    .search input {
        width: 100%;
        border-radius: 0;
        border: 0;
        font-size: 13px;
        padding: 10px 60px 10px 15px;
        height: auto;
    }

    .search button {
        height: 100%;
    }

    .promo_bl {
        display: none;
    }

    body.grid [id*="entryID"] {
        min-width: 50%;
        max-width: 50%;
    }

    body.grid .short_poster {
        height: 245px;
    }

    .shortstory {
        display: block;
        text-align: center;
    }

    .short_poster {
        min-width: 250px;
        max-width: 250px;
        margin-right: 0;
        display: inline-block;
        padding-bottom: 10px;
    }

    .short_descr {
        text-align: left;
        padding: 0px 0 25px;
    }

    .full_info_bottom {
        display: block;
    }

    .full_info_bottom_right {
        border-left: 0;
        max-width: none;
        margin-left: 0;
        padding: 25px 0;
        border-top: 1px solid #ececec;
    }

    .full_page .btn_more a {
        padding: 15px 25px;
        height: auto;
        text-transform: uppercase;
    }

    .full_screens .owl-item {
        height: auto;
    }

    .footer {
        padding: 10px 0;
    }

    .footer_body {
        display: block;
        text-align: center;
    }

    .footer_copy {
        margin-bottom: 20px;
    }

    .breadcrumbs-wrapper {
        display: block;
    }

    .btn_list-grid {
        justify-content: center;
    }

    .breadcrumbs {
        padding: 15px 25px 0;
        text-align: center;
    }

    .full_page .breadcrumbs {
        padding-top: 0;
    }
}



/* MOBILE  (360)
---------------------------------------------*/
@media only screen and (max-width: 360px) {
    body.grid [id*="entryID"] {
        min-width: 100%;
        max-width: 100%;
    }

    body.grid .short_poster {
        height: auto;
        padding-bottom: 0;
    }
}



/* MOBILE  (320)
---------------------------------------------*/
@media only screen and (max-width:320px) {
    .short_poster {
        min-width: 100%;
    }
}