html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height including border*/
    margin: 0px auto -50px;
}

.wrap > .container{
	padding-top: 80px;
}

.push,
.footer {
    height: 47px;
}

.footer {
	border-top: solid 3px #54b4eb;
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

h4{
	margin-bottom: 0px;
}

#sponsors > img {
	margin-top: 10px;
	margin-right: 10px;
	width: 100px;
	height: 100px;
}
