.pre-footer {
	margin-top:1em;
    border-top: 4px solid #d94757;
    background: #222222 none repeat scroll 0 0;
    padding: 3em 0 3em 0;
}
.pre-footer h2 {
	color: #FFFFFF;
}

.footer {
    background: #222222 none repeat scroll 0 0;
    border-top: 4px solid #d94757;
    margin: 0;
    padding: 20px 0;
}
.footer_dv {
    width: 100%;
}
.footer_dv h4 {
    color: #d94757;
    font-weight: bold;
    margin-bottom:10px;
    text-transform: uppercase;
}
.footer_dv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_dv ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}
.footer_dv ul li {
    border-top: 1px solid #000;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
    color: #f1f2f2;
    padding: 5px 0;
}
.footer_dv p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: justify;
}
.footer_dv p.contact {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

/* for xs media */
@media (max-width: 767px) {
    .footer_dv *{
        text-align:center!important;
    }
}