/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 95px;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 95px;
    background-color: #f9f9f9;
    border-top: 2px solid #066bc6;
    padding: 15px 0;
}

.footer .regrupromo {
    font-weight: 600;
    padding-top: 27px;
    display: inline-block;
    font-size: 1.15em;
}

.footer .regrublock {
    padding-left: 0;
}

h1 {
    padding-bottom:  9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.auction{
    margin-top: 40px;
}

span.red{
    color: red;
}

ul {
    list-style-type: none;
}

ul.error_list li {
    color: red;
}