.file_uploader {
    position: relative;
}
.file_uploader input {
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;

    width: 100%;
}

#captcha_image{
    width: 100%;
}

#captcha_refresh{
    position: absolute;

    right: 0;
    top: 0;

    width: 25px;
    height: 25px;

    display: block;

    padding: 0;
}

.most-searched.badges .badge{
    right: initial;
    left: 0;
}

.most-searched.badges li a strong{
    padding-left: 25px;
    padding-right: 10px;
    width: 100%;
    display: inline-block;
    font-size: 0.95rem;
}

.items-card .card-title.menu-header{
    line-height: 1.5;
}

footer>.menu-wrapper+.meta-wrapper{
    position: absolute;
}

footer .meta-wrapper .col{
    opacity: 0.85;
}
footer .meta-wrapper .col #newsletter input{
    background-color: #f3f3f3;
}
footer .meta-wrapper .col #newsletter .newsletter-error{
    color: red;
}

.input-field .error{
    color: red;
}


.user-thumb{
    padding: 10px;
    text-align: center;
}

.user-thumb img{
    max-width: 100px;
    display: block;
    margin: 0 auto;
    padding: 10px;
}