html,
body {
    height: 100%;
    min-height: 100%;
    background: none;
    width: 100%;
}

.bg {
    background-image: url("../images/bg.jpg");
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    height: 100%;
    min-height: 100%;
    width: 100%;
    z-index: -1;
}

#wanted {
    max-width: 960px;
    margin: 0 auto;
}

#wanted h1 {
    margin-top: 0px;
    text-align: center;
    padding-bottom: 0px;
    font-size: 30px;
}

#wanted #wanted-content {
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
}

#wanted img {
    max-width: 100%;
}

#wanted .header-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

#wanted .powered_by {
    text-align: center;
}

#wanted .powered_by a {
    font-size: 12px;
    color: #aaa;
}

#wanted #menu {
    background-color: #333333;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 20px;
}

#wanted #menu a {
    float: left;
    width: 50%;
    color: white !important;
}
#wanted #menu a.menu-enter {
    border-radius: unset;
}

.paper_wrap .paper_top {
    background: url("../images/paperTop.webp") no-repeat;
    background-size: 100%;
    display: block;
    position: relative;
    background-position: bottom;
    padding-bottom: 11.97%;
}

.paper_wrap .paper_content {
    background: url("../images/paperBg.webp") repeat-y scroll 0 0 transparent;
    background-size: 100%;
    padding: 0 30px;
    position: relative;
}

.paper_wrap .paper_bottom {
    background: url("../images/paperBot.webp") no-repeat;
    background-size: 100%;
    height: 64px;
    padding: 0 50px;
    display: block;
}

.time-info .time-content {
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.time-info .time-content>div {
    float: left;
}

.time-info .time-content i {
    position: absolute;
    top: 0;
    left: 0
}

#language-switch {
    position: fixed;
    top: 150px;
    right: 0;
    padding: 7px 5px;
    background-color: #fff;
    z-index: 30;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

@media screen and (min-width: 560px) {
    #wanted .header-banner {
        margin-top: 12px;
    }
    #wanted #menu a {
        width: 33.33%
    }
}

@media screen and (min-width: 768px) {
    #wanted #menu a {
        width: 25%;
    }
}

@media screen and (min-width: 1024px) {
    #wanted #menu a {
        width: auto;
    }

    #wanted #menu a.menu-enter {
        float: right;
    }
    .paper_title {
        background: url("../images/title.webp") no-repeat;
        background-position: center 15px;
        height: 115px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%
    }

    .paper_wrap .paper_content {
        padding: 0 50px;
    }

    .paper_wrap .paper_bottom {
        padding: 0 50px;
    }
}

#wanted #builder-not-found-wrapper {
    background-color: transparent;
}