﻿/*.category-list {
    position: relative;
}

    .category-list ul {
        list-style-type: none;
    }

        .category-list ul li a {
            display: block;
            color: #444;
            border-bottom: 1px solid #eee;
            padding: 0 0 10px;
            margin-bottom: 5px;
            font-weight: bold;
        }

            .category-list ul li a .date {
                color: #999;
                display: inline-block;
                vertical-align: middle;
                font-size: 11px;
                background: #fafafa;
                border-radius: 2px;
                padding: 0 5px;
                border: 1px solid #e7e7e7;
                font-weight: normal;
            }

            .category-list ul li a .timespan {
                color: #36c;
            }
*/
.archive-tools {
    font-size: 0;
    position: relative;
    padding: 40px;
    margin-bottom: 20px;
    background: linear-gradient(#f9e4c0,#fbf2e4,#f9e4c0);
    border-radius: 4px;
}

    .archive-tools > div {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        max-width: 25%;
        text-align: center;
        padding: 0 10px;
    }

.archive-tools-count {
    float: left;
    font-size: 26px;
}

    .archive-tools-count strong {
        font-size: 23px;
        color: #da0000;
    }

.archive-tools > .fullrow {
    width: 100%;
    margin-bottom: 38px;
    max-width: 100%;
}

.archive-tools > div > div {
    margin-bottom: 5px;
}

.archive-tools > div select, .archive-tools > div input {
    width: 100%;
    margin: 20px 0;
    border-radius: 4px;
}

    .archive-tools > div input[type=submit] {
        width: 100%;
        left: 40px;
        bottom: 44px;
        position: absolute;
        width: 160px;
        height: 40px;
    }

.archive-tools h1 {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    border-bottom: 2px solid #f48787;
    padding: 8px 12px 22px;
    margin-bottom: 40px;
}

.more-box {
    font-size: 18px;
    color: #970000;
    padding: 0;
    display: block;
    width: 100%;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    background: #fff4f4;
    height: 50px;
    line-height: 50px;
}

    .more-box:hover {
        background: #eeffee;
    }

        .more-box:hover:before {
            background: url(/icons/loading.gif) no-repeat center left;
            width: 60px;
            height: 60px;
            background-size: 60px;
            opacity: 1;
        }

    .more-box:before {
        content: '';
        position: absolute;
        top: -4px;
        left: 50%;
        background: url(/icons/170-more.png) no-repeat center left;
        width: 33px;
        height: 57px;
        background-size: 50px;
        opacity: 0.5;
        margin-left: -133px;
        background-size: 28px;
    }

    .more-box:after {
        content: '';
        position: absolute;
        border-top: 16px solid #ffd9d9;
        left: 50%;
        top: 48px;
        border-left: 250px solid transparent;
        border-right: 250px solid transparent;
        margin-left: -250px;
    }
@media (max-width:800px) {

    .archive-tools > div {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

        .archive-tools > div input[type="submit"] {
            bottom: 0;
            margin: 0;
            left: 15px;
        }
    .archive-tools {

        padding: 15px;
    }
    }
@media (max-width:650px) {
    .more-box:after {
        content: '';
        position: absolute;
        border-top: 16px solid #ffd9d9;
        left: 50%;
        top: 48px;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        margin-left: -100px;
    }
}
