.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #a12000
}

.ac_footer a {
    color: #a12000
}

.ac_footer p {
    text-align: center
}

img[height="1"],
img[width="1"] {
    display: none !important
}

.results .result .result-title {
    line-height: 28px;
    font-size: 15px
}

.results .result .result-name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

.results .result img {
    width: 100%;
    margin-bottom: 10px
}

.results .result {
    width: 46%;
    float: left;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    margin-left: 5px;
    padding: 10px
}

.results {
    overflow: hidden
}

@media (max-width:992px) {
    .results .result {
        width: auto;
        float: none;
        margin-left: 0;
        padding: 10px
    }
}