body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #DBE7E7;
}

div.mainwrap {
    margin: 0 auto;
    height: auto;

    display: table;
    overflow: hidden;

    width: 1200px;
    background-color: #fff;

}

.btn-back {
    display: inline-block;
    position: relative;
    width: 252px;
    height: 51px;
    text-align: center;
    background-image: url(../images/btn-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-left: 205px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-more {
    display: inline-block;
    position: relative;
    width: 276px;
    height: 56px;
    text-align: center;
    background-image: url(../images/btn-more.png);
    float: left;
    margin-left: 180px;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* ........................................................................... TOP...................................................................................................... */

div.top {
    position: absolute;
    z-index: 999;
    margin: 0 auto;

    width: 250px;
    height: 120px;
    background-color: none;
}

.logo {
    position: relative;
    width: 100%;

}

.logo:hover {
    opacity: 0.6;

}

div.search_block {
    width: 930px;
    position: absolute;
    top: 0;
    margin-left: 265px;
    display: block;
    padding-top: 10px;

}

div.search_block_mobile {

    display: none;
}

.search_field {
    display: inline-block;
    position: relative;
    width: 780px;
    height: 40px;
    line-height: 30px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 400;
    color: #ff9900;
    font-size: 0.8rem;
    float: left;
    resize: none;
    overflow-y: auto;
    background: #fff;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #CCC;
    border-radius: 100px;

}

.submit_btn {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    line-height: 20px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ff9900;
    font-size: 13px;
    padding: 5px;
    background-color: #fff;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-left: 17px;
    -webkit-appearance: none;
    border-radius: 100px;
    border: 2px solid #ff9900;
    text-transform: uppercase;

}

.submit_btn:hover {
    opacity: 0.6
}

.submenu {

}

.submenu_hide {

    display: none;

}

@media (min-width: 641px) {
    /* ........................................................................... Left Menu...................................................................................................... */
    a.top_home {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1;
        display: block;
        color: #62C9D8;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: left;
        border-bottom: 1px solid #222;
        width: 220px;
        margin-left: 40px;
    }

    a.top_home:hover {
        opacity: 0.8;
    }

    a.top_upload {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1;
        display: block;
        color: #62C9D8;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 16px;
        margin-top: 0px;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: left;
        width: 220px;
        margin-left: 40px;
    }

    a.top_upload:hover {
        opacity: 0.8;
    }

    .btn_menu_close {
        display: none;

    }

    div.leftwrap {
        position: relative;
        float: left;
        margin: 0 auto;
        width: 250px;
        display: table-cell;
        margin-bottom: -99999px;
        padding-bottom: 99999px;
        height: 100%;
        background-color: #333;
        text-align: left;
        padding-top: 130px;


    }

    div.left_menu {
        position: relative;
        float: left;
        margin: 0 auto;
        width: 220px;
        height: 100%;

        text-align: left;
        margin-left: 12px;

        padding-bottom: 10px;

    }

    .btn_menu {
        display: none;
    }

    a.lm_title {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1;
        display: block;
        padding-left: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0px;
        margin-top: 0px;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: left;

        color: #FC3;
        border-bottom: 1px solid #444;
        background-image: url(../images/catalog_icon.png);
        background-repeat: no-repeat;
        background-position: 2px center;
    }

    a.lm_title:hover {
        opacity: 0.8;
    }

    a.lm_menu {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        display: block;
        margin-left: 0px;
        margin-top: 0px;
        text-align: left;
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 4px;
        margin-top: 2px;
        cursor: pointer;
        text-decoration: none;

        color: #999;
        background-color: #efefef;
        border-radius: 100px;

    }

    a.lm_menu:hover {
        opacity: 0.6;
    }

    a.first {
        background-image: none !important;
    }

    .file_thumb {
        position: relative;
        float: left;

        height: 84px;
        margin-right: 10px;
        -moz-border-radius-topleft: 300px;
        -moz-border-radius-topright: 300px;
        -moz-border-radius-bottomleft: 300px;
        -moz-border-radius-bottomright: 300px;
        -webkit-border-top-left-radius: 300px;
        -webkit-border-top-right-radius: 300px;
        -webkit-border-bottom-left-radius: 300px;
        -webkit-border-bottom-right-radius: 300px;
        border-top-left-radius: 300px;
        border-top-right-radius: 300px;
        border-bottom-left-radius: 300px;
        border-bottom-right-radius: 300px;

    }

    .submenuOpen {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #222;
        z-index: 888;
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        display: block;
        color: #fff;
        width: 100%;
        padding-top: 18px;
        padding-left: 35px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        letter-spacing: 1px;
        text-transform: none;
        text-decoration: none;
        text-align: left;
        background-image: url(../images/menu_spacer.png), url(../images/top_open.png);
        background-size: 100% 2px, 26px 26px;
        background-repeat: repeat-x, no-repeat;
        background-position: bottom, 0px 15px;
        cursor: pointer;
        display: none;
    }

    .submenuOpen:hover {
        opacity: 0.5;
        display: none;
    }

    .submenuClose:hover {
        opacity: 0.5;

    }

    .submenuClose {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;

        cursor: pointer;
        background-color: #222;
        z-index: 999;
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        display: none;
        color: #fff;
        width: 100%;
        padding-top: 18px;
        padding-left: 35px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        letter-spacing: 1px;
        text-transform: none;
        text-decoration: none;
        text-align: left;
        background-image: url(../images/menu_spacer.png), url(../images/top_close.png);
        background-size: 100% 2px, 26px 26px;
        background-repeat: repeat-x, no-repeat;
        background-position: bottom, 0px 15px;
    }
}

/* ........................................................................... Right ...................................................................................................... */

div.right_content {
    position: relative;
    float: left;
    margin: 0 auto;
    height: auto;
    width: 930px;
    background-color: #fff;

    padding-top: 20px;
    padding-left: 10px;

}

/* ...........................................................................Main Content..................................................................................................... */

div.right_main_left {
    position: relative;
    float: left;
    margin: 0 auto;
    width: 69%;
    height: auto;
    margin-bottom: 25px;
}

div.main_content {
    position: relative;
    float: left;
    margin: 0 auto;
    width: 100%;
    height: auto;

    border-radius: 10px;
    padding-bottom: 5px;
    margin-top: 60px;
}

.main_content h2 {
    margin: auto 0;
    margin-left: 10px;
    font-family: 'Poiret One', cursive;
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    color: #111;
    text-align: left;
    margin-top: -10px;
}

.main_content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;

    color: #222;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    line-height: 1.2rem;
}

div.content_details {
    position: relative;
    float: left;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: none;
    font-family: 'Open Sans', sans-serif;
    color: #999;
    font-size: 0.8rem;
    border-bottom: 1px solid #e3e3e3;

}

.content_details h1 {

    margin: auto 0;
    margin-left: 0px;
    font-family: 'Poiret One', cursive;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0;
    color: #000;
    background-color: none !important;
    text-align: left;

}

.content_details p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #999;
    background-color: none !important;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.content_details a {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: #999;
    background-color: none !important;
    text-align: left;
}

.content_details a:hover {
    opacity: 0.6;

}

.file_thumb_big {

    width: 50%;
    margin-left: 10px;

}

div.popular_block {
    position: relative;
    float: left;
    margin: 0 auto;
    width: 29%;
    height: auto;
    border-radius: 0px;
    padding-bottom: 20px;
    margin-top: 50px;
    margin-left: 1%;
    background-color: #fff;
    border-radius: 0px;
    border-left: 2px solid #999;
}

h1.main_title {
    position: relative;

    width: 90%;
    margin-left: 2%;

    padding-right: 3%;
    font-family: 'Poiret One', cursive;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;

    text-align: left;
    color: #ff9900;
    background-position: top;
    background-repeat: repeat-x;
}

/* ...........................................................................file..................................................................................................... */
div.news_box {
    display: block;
    position: relative;
    float: left;
    width: 97%;
    margin-left: 1.5%;
    padding-bottom: 25px;
    margin-bottom: 20px;
    text-decoration: none;
    border-bottom: 1px solid #e3e3e3;
    transition: all 300ms linear 0ms;
}

.news_box a {
    text-decoration: none;
}

.news_box:hover {
    cursor: pointer;
    transform: rotate(0deg) scale(1.0,1.1) ;
    box-shadow: 5px 5px 0px #A5A5A5;
    z-index: 999;
    transition: transform 300ms linear 0ms,
    box-shadow 300ms linear 0ms, z-index 300ms linear 0ms;
}

div.news_box_small {
    position: relative;
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    padding-bottom: 15px;
    margin-bottom: 20px;

    text-decoration: none;
}

a.file_link {

}

a.file_link:hover {
    opacity: 0.5;
}

.file_star {
    position: relative;
    float: left;
    height: 14px;
    margin-right: 2px;

}

.news_box h1 {
    margin-left: 10px;
    font-family: 'Poiret One', cursive;
    font-size: 19px;
    padding: 0;
    color: #399;
    background-color: none !important;
    text-align: left;
}

.news_box_small h1 {
    margin: auto 0;
    margin-left: 0px;
    font-family: 'Poiret One', cursive;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    color: #222;
    background-color: none !important;
    text-align: left;
    margin-top: -10px;
}

.news_box h2 {

    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #ccc;
    background-color: none !important;
    text-align: left;
    margin-top: 10px;
}

.news_box_small h2 {
    margin: auto 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #ccc;
    background-color: none !important;
    text-align: left;
}

.news_box h3 {
    margin: auto 0;
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    color: #666;
    background-color: none !important;
    text-align: left;
    margin-top: 10px;
}

/* ...........................................................................file MAIN..................................................................................................... */
div.news_box_main {
    position: relative;
    float: left;
    width: 94%;
    height: 120px;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 0px;

}

div.player {
    position: relative;
    float: left;
    width: 94%;
    height: 40px;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    background-color: #F9F9F9;
}

.player_audio {
    width: 100%;
    height: 40px;
}

.more_news {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 28px;
    line-height: 26px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ff9900;
    font-size: 13px;
    padding: 5px;
    background-color: #fff;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-left: 17px;
    -webkit-appearance: none;
    border-radius: 100px;
    border: 2px solid #ff9900;
    text-transform: uppercase;
}

.file_thumb_main {
    position: relative;

    width: 600px;
    margin: auto 0;
}

span.highlight {
    color: #000;
    font-weight: 400;
}

div.file_content {
    position: relative;
    float: left;
    width: 94%;
    height: auto;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    border-radius: 0px 0px 3px 3px;
    background-color: #f7f7f7;
}

.bc_page {
    position: relative;
    display: block;
    float: left;
    width: 65px;
    height: 35px;
    background: #FF6600;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    margin-left: 7px;
    margin-top: 7px;
    border-radius: 3px;
}

.bc_page:hover {
    background: #333;
}

.item_image {
    position: relative;
    display: block;
    margin: auto 0;
    width: 100%;

}

.page_numbers {
    position: relative;
    float: left;
    display: block;
    width: 90%;
    height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.page_num {
    position: relative;
    float: left;
    display: block;

    width: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    background-color: #666;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #666;
}

.page_num:hover {
    background-color: #FF6600;
    border: 1px solid #FF6600;
}

.selected {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
}

.selected:hover {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
}

.download {

    display: inline-block;
    position: relative;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ff9900;
    font-size: 23px;
    padding: 5px;
    background-color: #fff;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-left: 17px;
    -webkit-appearance: none;
    border-radius: 100px;
    border: 2px solid #ff9900;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.download:hover {
    opacity: 0.6;
}

.choosefile {

    display: block;
    position: relative;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #FC3;
    font-size: 1.2rem;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 30px;
    background-color: none;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 10px;
    -webkit-appearance: none;
    width: 160px;
    border: 3px solid #FC3;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url(../images/choosefile_icon.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 20px 10px;
}

.choosefile:hover {
    opacity: 0.2;
}

.upload {

    display: block;
    position: relative;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.2rem;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 80px;
    background-color: #FC3;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 10px;
    -webkit-appearance: none;
    width: 160px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url(../images/upload_icon.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 210px 10px;
}

.upload:hover {
    opacity: 0.6;
}

/* ......................................................................FOOTER............................................................................................. */

div.footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #333;
    margin: 0;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;

}

.footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;

    color: #838383;
    margin: 0;
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 16px;
}

.footer li {
    list-style: circle;
    display: inline-block;
    margin-right: 30px;
    margin-left: -20px;
}

.footer a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #838383;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px #838383 solid;
}

.footer a:hover {
    color: #000;
}

div.info {
    text-align: left;
}

.input_box {
    display: inline-block;
    position: relative;
    line-height: 20px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 0.8rem;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ccc;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    margin-left: 0;
    border-radius: 2px;
}

.btn_submit {

    display: inline-block;
    position: relative;
    line-height: 20px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 0.8rem;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #555;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-left: 0;
    border-radius: 2px;
    -webkit-appearance: none;
}

.btn_submit:hover {
    opacity: 0.6;
}

@media (max-width: 1400px) {
    div.mainwrap {
        width: 1100px;
    }

    .search_field {
        width: 680px;
    }

    div.right_content {
        width: 830px;
    }

}

@media (max-width: 1200px) {
    div.mainwrap {
        width: 1000px;
    }

    .search_field {
        width: 580px;
    }

    div.right_content {
        width: 730px;
    }

}

@media (max-width: 1024px) {
    div.mainwrap {
        width: 900px;
    }

    .search_field {
        width: 480px;
    }

    div.right_content {
        width: 600px;
    }

}

/* ....................................................................INFO...................................................................................................... */

@media (min-width: 641px) {
    div.info_block {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        height: auto;
        overflow: auto;
        background-color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        padding: 10px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .info_block h1 {
        font-family: 'Tinos', serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.2;
        color: #000;
        margin-top: 0;
    }

}

@media (min-width: 1367px) {
    div.mainwrap {
        max-width: 1280px;
    }

    .hotnews_pre_block {
        width: 300px;
        height: 70px;
    }

    .news_pre_block {
        width: 405px;
        height: 360px;
    }

    .news_thumb {

        height: 220px;

    }

}