* {
    box-sizing: border-box;
    outline: none;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #333;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
    outline: none;
}
html {
    background: #f4f4f4;
}
body {
    background: #f4f4f4;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}
.block {
    position: relative;

    width: 100%;
    max-width: 1636px;

    margin: 0 auto;
    padding: 0 10px;
}
.infirm:after {
    content: '';

    display: block;

    clear: both;
}

section {
    padding: 10px 0;

    border-bottom: 1px solid #ccc;
}

header {
    padding-bottom: 10px;

    border-bottom: 1px solid #ccc;

    background: #fff;
}
    header .completely {
        text-align: center;
    }
        header .completely .suggests {
            display: inline-block;

            font-size: 24px;
            line-height: 50px;
            font-weight: bold;
            color: #ef1111;
            text-decoration: none;
            text-transform: uppercase;
        }
            header .completely .suggests span {
                color: #333;
            }

        header .shlong {
            position: relative;

            clear: both;
        }
            header .shlong .searchblock {
                display: block;
                position: relative;
            }
                header .shlong .searchblock .placehdr {
                    display: block;
                    float: right;

                    width: 100%;
                    max-width: 600px;
                    height: 36px;

                    padding: 0 40px 0 10px;

                    border: 0;
                    border-radius: 3px 5px 5px 3px;

                    background: #f0f0f0;

                    font-size: 16px;
                    line-height: 30px;
                    color: #333;

                    transition: 0.15s ease background-color;

                    font-family: 'Roboto Condensed', sans-serif;
                }
                    header .shlong .searchblock .placehdr:focus {
                        background: #fff;
                    }

                header .shlong .searchblock .searchbtn {
                    display: block;
                    position: absolute;

                    top: 0;
                    right: 0;

                    width: 36px;
                    height: 36px;

                    border: 0;
                    border-radius: 0 3px 3px 0;

                    background: #ef1111;

                    font-size: 18px;
                    line-height: 36px;
                    color: #fff;

                    cursor: pointer;

                    transition: 0.15s ease background-color;
                }
                    header .shlong .searchblock .searchbtn:hover {
                        background-color: #2b2b2b;
                    }

.line {
    position: relative;

    margin: 0 0 5px;
}
    .line h1,
    .line h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        color: #333;
    }
        .line .tank a {
            display: inline-block;

            margin-left: 10px;

            line-height: 24px;

            color: #ef1111;
        }
            .line .tank a:first-child {
                margin-left: 0;
            }
            .line .tank a.rare {
                color: #333;
                text-decoration: none;
            }
            .line .tank a:hover {
                text-decoration: none;
            }

.list {
    margin: 0 -2px;

    text-align: center;
    letter-spacing: -5px;
}
    .list .thumbs {
        display: inline-block;

        width: 100%;

        padding: 0 2px 4px;

        letter-spacing: 0;
    }
        .list .thumbs .caturls {
            display: block;
            text-decoration: none;
        }
            .list .thumbs .caturls .items {
                position: relative;
                overflow: hidden;

                border: 1px solid #ccc;
            }
                .list .thumbs .caturls .items img {
                    display: block;

                    width: 100%;
                }
                .list .thumbs .caturls .items .metallic {
                    display: block;
                    position: absolute;

                    right: 3px;
                    bottom: 3px;

                    height: 24px;

                    padding: 0 5px;

                    background: rgba(255,255,255,0.75);

                    font-size: 16px;
                    line-height: 26px;
                    color: #333;

                    transition: 0.15s ease right;
                }
                    .list .thumbs .caturls:hover .items .metallic {
                        right: -100px;
                    }

                .list .thumbs .caturls .items .duration {
                    display: block;
                    position: absolute;

                    right: 3px;
                    top: 3px;

                    height: 24px;

                    padding: 0 5px;

                    background: rgba(255,255,255,0.75);

                    font-size: 16px;
                    line-height: 26px;
                    color: #333;

                    transition: 0.15s ease right;
                }
                    .list .thumbs .caturls:hover .items .duration {
                        right: -100px;
                    }

                .list .thumbs .caturls .items .them {
                    display: block;
                    position: absolute;

                    left: 3px;
                    bottom: 3px;

                    height: 24px;

                    padding: 0 5px;

                    background: rgba(255,255,255,0.75);

                    font-size: 16px;
                    line-height: 26px;
                    color: #333;

                    transition: 0.15s ease left;
                }
                    .list .thumbs .caturls:hover .items .them {
                        left: -160px;
                    }
                    .list .thumbs.subitem .caturls .items .them {
                        left: 0;
                        bottom: 0;

                        width: 100%;

                        transition: 0.15s ease bottom;
                    }
                        .list .thumbs.subitem .caturls:hover .items .them {
                            bottom: -30px;
                        }

.piddles {
    margin: 10px 0;
    text-align: center;
}
    .piddles li {
        display: inline-block;
        margin-bottom: 3px;
    }
        .piddles a,
        .piddles span {
            display: inline-block;
            min-width: 40px;
            height: 40px;
            padding: 0 10px;
            border-radius: 50%;
            background-color: #3f3f3f;
            font-size: 16px;
            line-height: 42px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            transition: 0.15s ease background-color;
        }
        .piddles span {
            opacity: 0.5;
        }
            .piddles li.current a,
            .piddles li.current span {
                opacity: 1;
                background-color: #ef1111;
            }
            .piddles a:hover {
                background-color: #6f6f6f;
            }

.meriting {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.lascivious {
    text-align: center;
}
    .lascivious .moar {
        display: none;
    }
        .lascivious .moar:nth-child(1) {
            display: inline-block;
        }

.blameless {

}
    .blameless ul {
        -webkit-columns: 1;
        columns: 1;
    }
        .blameless ul li {
            display: block;

            padding: 2px 0;
        }
            .blameless ul li a {
                display: block;
                position: relative;
                overflow: hidden;

                padding-right: 50px;

                font-size: 16px;
                line-height: 24px;
                color: #333;
                text-decoration: none;
                white-space: nowrap;
                text-overflow: ellipsis;

                transition: 0.15s ease color;
            }
                .blameless ul li a:hover {
                    color: #ef1111;
                }

                .blameless ul li a .totalit {
                    position: absolute;

                    top: 0;
                    right: 0;

                    padding: 0 5px;

                    border-radius: 3px;

                    background: #333;

                    font-size: 11px;
                    color: #fff;

                    transition: 0.15s ease color;
                }
                    .blameless ul li a:hover .totalit {
                        color: #a0a0a0;
                    }

.despairing {

}
    .despairing ul {
        -webkit-columns: 1;
        columns: 1;
    }
        .despairing ul li {
            display: block;

            padding: 2px 0;
        }
            .despairing ul li a {
                display: block;
                position: relative;
                overflow: hidden;

                padding-right: 50px;

                font-size: 16px;
                line-height: 24px;
                color: #333;
                text-decoration: none;
                white-space: nowrap;
                text-overflow: ellipsis;

                transition: 0.15s ease color;
            }
                .despairing ul li a:hover {
                    color: #ef1111;
                }

.wicked {

}
    .wicked .player {
        position: relative;

        padding-bottom: 66%;

        background: #fff;
    }
        .wicked .player iframe {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
        }

    .wicked .propt {
        margin-bottom: 10px;
    }
        .wicked .propt .once {
            margin-bottom: 10px;

            border: 1px solid #ccc;
            border-top: 0;

            line-height: 30px;
            text-align: center;
        }
            .wicked .propt .once .like,
            .wicked .propt .once .dislike,
            .wicked .propt .once .rating,
            .wicked .propt .once .naive,
            .wicked .propt .once .duration {
                float: left;

                width: 50%;

                border-right: 1px solid #ccc;
            }
            .wicked .propt .once .naive,
            .wicked .propt .once .duration {
                border-top: 1px solid #ccc;
            }
                .wicked .propt .once .like,
                .wicked .propt .once .dislike,
                .wicked .propt .once .rating {
                    width: 33.333333%;

                    transition: 0.15s ease color;
                }
                .wicked .propt .once .dislike {
                    border-right: 0;
                }
                    .wicked .propt .once .like[data-voted],
                    .wicked .propt .once .dislike[data-voted],
                    .wicked .propt .once .like:hover,
                    .wicked .propt .once .dislike:hover {
                        color: #ef1111;
                    }
                    .wicked .propt .once .like[data-disabled],
                    .wicked .propt .once .dislike[data-disabled] {
                        opacity: 0.5;
                    }

                .wicked .propt .once .rating {
                    position: relative;
                }
                    .wicked .propt .once .rating .rating-bar {
                        position: absolute;

                        bottom: 0;
                        left: 0;

                        width: 100%;
                        height: 3px;

                        background: #e62e04;
                    }
                        .wicked .propt .once .rating .rating-bar .value {
                            position: absolute;

                            bottom: 0;
                            left: 0;

                            height: 3px;

                            background: #a4c53a;
                        }

                .wicked .propt .once .duration {
                    border-right: 0;
                }

        .wicked .propt .unyielding {
            margin-bottom: 10px;

            font-size: 14px;
            line-height: 20px;
        }

        .wicked .propt .carnal,
        .wicked .propt .sponsor {
            margin-bottom: 10px;
        }
            .wicked .propt .carnal .detest,
            .wicked .propt .sponsor .detest {
                display: inline-block;

                margin-right: 3px;
            }
            .wicked .propt .carnal a,
            .wicked .propt .sponsor a {
                display: inline-block;

                margin: 0 1px;
                padding: 0 5px;

                border-radius: 3px;

                background: #333;

                line-height: 24px;
                color: #fff;
                text-decoration: none;

                transition: 0.15s ease background-color;
            }
                .wicked .propt .carnal a:hover,
                .wicked .propt .sponsor a:hover {
                    background-color: #ef1111;
                }

.repeating {

}
    .repeating .curly {
        text-align: center;
    }
        .repeating .curly .moar {
            display: none;
        }
            .repeating .curly .moar:nth-child(1) {
                display: inline-block;
            }

footer {
    padding: 10px 0;

    background: #fff;
}
    footer .logo {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
        footer .logo a {
            transition: 0.15s ease color;
        }
            footer .logo a:hover {
                color: #ef1111;
            }

    footer .limber {
        text-align: center;
    }
        footer .limber .biggest {
            font-size: 14px;
            line-height: 24px;
            color: #555;
        }

@media screen and (min-width: 343px) {
    .list .thumbs .caturls .items .them {
        font-size: 12px;
    }
    .list .thumbs .caturls .items .metallic {
        font-size: 12px;
    }
}
@media screen and (min-width: 481px) {
    header {
        padding: 0;
    }
    header .completely {
        display: table-cell;

        padding-right: 10px;

        text-align: left;

        vertical-align: middle;
    }
    header .shlong {
        display: table-cell;

        width: 100%;

        vertical-align: middle;
    }
    .line.disrobes h1,
    .line.disrobes h2 {
        margin-right: 160px;
    }
    .line .tank {
        position: absolute;

        top: 0;
        right: 0;
    }
    .blameless ul,
    .despairing ul {
        -webkit-columns: 2;
        columns: 2;
    }
    .list .thumbs .caturls .items .them {
        font-size: 16px;
    }
    .list .thumbs .caturls .items .metallic {
        font-size: 16px;
    }
    .wicked .propt .once .naive,
    .wicked .propt .once .duration {
        width: 32%;

        border-top: 0;
    }
    .wicked .propt .once .like,
    .wicked .propt .once .dislike,
    .wicked .propt .once .rating {
        width: 12%;
    }
    .wicked .propt .once .dislike {
        border-right: 1px solid #ccc;
    }
}
@media screen and (min-width: 614px) {
    .lascivious .moar:nth-child(2),
    .repeating .curly .moar:nth-child(2) {
        display: inline-block;
    }
}
@media screen and (min-width: 669px) {
    header {
        padding: 0;
    }
    header .block {
        display: table;
    }
    header .completely {
        display: table-cell;
        padding-right: 20px;
        vertical-align: middle;
    }
    header .completely .suggests {
        display: block;
    }
    header .right-container {
        display: table-cell;
        width: 100%;
        padding-right: 80px;
        vertical-align: middle;
    }
    header .right-container .shlong {
        display: block;
    }
    section {
        padding: 10px 0;
    }
    .list .thumbs .caturls .items .them {
        font-size: 14px;
    }
    .list .thumbs .caturls .items .metallic {
        font-size: 14px;
    }
    .blameless ul,
    .despairing ul {
        -webkit-columns: 3;
        columns: 3;
    }
    .wicked {
        margin-right: 310px;
    }
    .repeating {
        position: absolute;

        right: 5px;
        top: 29px;
    }
    .repeating .curly .moar:nth-child(2) {
        display: none;
    }
    footer .logo {
        float: left;
        text-align: left;
        line-height: 20px;
    }
    footer .limber {
        float: right;
        text-align: right;
    }
    footer .limber .biggest {
        line-height: 20px;
    }
}
@media screen and (min-width: 918px) {
    .list .thumbs .caturls .items .them {
        font-size: 16px;
    }
    .list .thumbs .caturls .items .metallic {
        font-size: 16px;
    }
    .lascivious .moar:nth-child(3) {
        display: inline-block;
    }
    .repeating .curly .moar:nth-child(1),
    .repeating .curly .moar:nth-child(2) {
        display: block;
    }
}
@media screen and (min-width: 995px) {
    header .completely .suggests {
        font-size: 36px;
        line-height: 50px;
    }
    header .right-container .language-container {
        top: 10px;
        right: 10px;
    }
    .piddles a,
    .piddles span {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .blameless ul,
    .despairing ul {
        -webkit-columns: 4;
        columns: 4;
    }
    .repeating {
        right: 10px;
    }

}
@media screen and (min-width: 1232px) {
    .lascivious .moar:nth-child(4) {
        display: inline-block;
    }
    .repeating .curly .moar:nth-child(1),
    .repeating .curly .moar:nth-child(2),
    .repeating .curly .moar:nth-child(3) {
        display: block;
    }
}
@media screen and (min-width: 1313px) {
    .blameless ul,
    .despairing ul {
        -webkit-columns: 5;
        columns: 5;
    }
}
@media screen and (min-width: 1536px) {
    .lascivious .moar:nth-child(5) {
        display: inline-block;
    }
}

.list .thumbs {
    width: 100%;
}
@media screen and (min-width: 343px) {
    .list .thumbs {
        width: 50%;
    }
}
@media screen and (min-width: 669px) {
    .list .thumbs {
        width: 33.333333%;
    }
}
@media screen and (min-width: 995px) {
    .list .thumbs {
        width: 25%;
    }
}
@media screen and (min-width: 1313px) {
    .list .thumbs {
        width: 15%;
    }
}@media screen and (min-width: 343px) {
    .list .thumbs {
        width: 50%;
    }
}
@media screen and (min-width: 669px) {
    .list .thumbs {
        width: 33.333333%;
    }
}
@media screen and (min-width: 995px) {
    .list .thumbs {
        width: 25%;
    }
}
@media screen and (min-width: 1313px) {
    .list .thumbs {
        width: 15%;
    }
}