body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url('/images/subtle_white_mini_waves.png');
}

div.mainwrap {
    margin: 0 auto;
    height: auto;

    display: table;
    overflow: hidden;

    width: 1200px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    box-shadow: 0px 0px 20px #999;

}


/* ........................................................................... TOP...................................................................................................... */
.element {
    display: inline-table;
    margin-bottom: 55px;
    text-align: center;
}
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: #666;
    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-bottom: 1px solid #CCC;


}


.submit_btn {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    line-height: 30px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    background-color: #F90;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-left: 17px;
    -webkit-appearance: none;
    border-radius: 3px;

}

.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: #F4E9CB;
        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: #59461a;
        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: 45px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
        cursor: pointer;
        text-decoration: none;

        color: #59461a;
        background-image: url(../images/book_icon.png);
        background-repeat: no-repeat;
        background-position: 20px center;

    }

    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: 0;
        -moz-border-radius-topright: 30px;
        -moz-border-radius-bottomleft: 30px;
        -moz-border-radius-bottomright: 0;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -webkit-border-bottom-right-radius: 0px;
        border-top-left-radius: 0;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 0;

    }

    .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: 30 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;
}

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: 'Tinos', serif;
    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: 'Tinos', serif;
    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;
    line-height: 1.2;
    color: #fff;
    background-color: none !important;
    text-align: center;
}

.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: 30%;
    height: auto;
    border-radius: 0px;
    padding-bottom: 20px;
    margin-top: 50px;
    margin-left: 1%;
    background-color: #DBE7E7;
    border-radius: 5px;
}

h1.main_title {
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'Tinos', serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    color: #222;
    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;
}

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: 'Tinos', serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    color: #333;
    background-color: none !important;
    text-align: left;
}

.news_box_small h1 {
    margin: auto 0;
    margin-left: 0px;
    font-family: 'Tinos', serif;
    font-size: 12px;
    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: #59461a;
    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 {
    margin: auto 0;
    margin-left: 0px;
    font-family: 'Tinos', serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    color: #FC3;
    background-color: none !important;
    text-align: left;
    position: relative;
    float: right;
    margin-left: 10px
}


.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;
    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: 80px;
    padding-right: 30px;
    background-color: #F60;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
    -webkit-appearance: none;

    -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/download_icon.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 20px 10px;
}

.download:hover {
    opacity: 0.6;
}

.read {
    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: 80px;
    padding-right: 30px;
    background-color: #9C0;
    text-indent: 0;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
    -webkit-appearance: none;
    float: left;
    -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/read_icon.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 20px 10px;
}

.read: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;
    height: auto;
    overflow: auto;
    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-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;
    margin: 140px;
}

.footerwrap {
    max-width: 1200px;
    margin: 0 auto;
    background: #242423;
}


.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;
    }

}
