/* LARGE DESKTOP  (1680)
---------------------------------------------*/
@media only screen and (max-width:1680px) {}



/* LARGE DESKTOP  (1440)
---------------------------------------------*/
@media only screen and (max-width:1440px) {}



/* LARGE DESKTOP  (1366)
---------------------------------------------*/
@media only screen and (max-width:1366px) {
    .logotype {
        margin-left: 30px;
    }
}

/* LARGE DESKTOP  (1280)
---------------------------------------------*/
@media only screen and (max-width:1280px) {
    .content.grid #allEntries div[id*="entryID"] {
        width: 100%;
    }

    .content.grid .short_item .poster {
        height: auto;
    }

    .content.list .short_item .poster {
        height: auto;
        margin-bottom: 30px;
        flex: auto;
        max-width: 100%;
        margin-right: 0px;
        min-width: 100%;
    }

    .footer .container {
        padding: 0 30px;
    }
}



/* DESKTOP  (1200)
---------------------------------------------*/
@media only screen and (max-width:1200px) {}



/* DESKTOP  (1024)
---------------------------------------------*/
@media only screen and (max-width:1024px) {
    .aside {
        display: none;
    }
    .header_bg {
        height: 200px;
    }
    #open_top_menu, #open_left_aside, #open_right_aside, .btn_nav {
        border-radius: 0;
        display: block;
        min-width: 47px;
        float: left;
        border-right: 1px solid rgba(255,255,255,.3);
    }
    #open_top_menu i, #open_left_aside i, #open_right_aside i {
        font-size: 20px;
        line-height: 1;
    }
    .header_top {
        position: relative;
        z-index: 3;
        background: #fff;
        box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    }
    .header_top ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 9;
        background: #fff;
        width: 100%;
        box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    }
    .aside_right, .aside_left {
        position: fixed;
        right: 0;
        top: 0;
        background: #fff;
        max-width: 300px;
        height: 100vh;
        overflow-x: scroll;
        padding-top: 45px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
        z-index: 2;
    }
    .aside_bl:last-child {margin-bottom: 0;}
    .content #allEntries div[id*="entryID"], .content.grid #allEntries div[id*="entryID"] {width: 50%;}
    .content.list .short_item .poster {
        height: 190px;
        overflow: hidden;
        border-radius: 3px;
        margin-bottom: 0px;
        flex: 1;
        max-width: 190px;
        min-width: 190px;
        margin-right: 30px;
    }
}



/* TABLET  (992)
---------------------------------------------*/
@media only screen and (max-width:992px) {
    .header_top ul {
        width: 250px;
    }
    .header_top ul li {
        float: none;
    }
}



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



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



/* TABLET  (640)
---------------------------------------------*/
@media only screen and (max-width:640px) {
    .content #allEntries div[id*="entryID"], .content.grid #allEntries div[id*="entryID"] {
        width: 100%;
    }
    .footer .container {
        justify-content: center;
    }
    .footer .f_count img {
        margin: 0 7px;
    }
    .footer .f_copy p {
        margin-bottom: 15px;
        text-align: center;
    }
    .speedbar span {
        display: inline-block;
    }
    .h_title {
        line-height: 30px;
        padding: 20px 15px 0;
        text-align: center;
    }
    .fullstory_download {
        text-align: center;
        display: block;
    }
    .download_title {
        margin-bottom: 20px;
    }
    .full_info {
        display: block;
    }
    .rate-stars-wrapper {
        margin-bottom: 20px;
    }
    .full_info_count > span {
        margin: 0 7px 10px;
        width: 100%;
    }
    .comments_head {
        display: block;
        margin-bottom: 30px;
    }
    .comm_top {
        display: block;
        text-align: center;
    }
    .pagination {
        text-align: center;
    }
}



/* MOBILE  (480)
---------------------------------------------*/
@media only screen and (max-width:480px) {
    .content.list .short_item .poster {
        height: auto;
        margin-bottom: 30px;
        flex: auto;
        max-width: 100%;
        margin-right: 0px;
        min-width: 100%;
    }
}



/* MOBILE  (360)
---------------------------------------------*/
@media only screen and (max-width: 360px) {
    .content.list .short_item h3 a {
        white-space: inherit;
    }
}



/* MOBILE  (320)
---------------------------------------------*/
@media only screen and (max-width:320px) {
    .logotype {
        font-size: 45px;
    }
}