#footer {
    margin-top: 20px;
    background-color: #fff;
    border-top: 5px solid #cecece;
    padding-bottom: 0px;
	box-shadow: 1px -8px 15px -14px #b5b5b5;
    padding-top: 10px;
    min-height: 100px;
    font-size: 0.9em;
	width: 100%;
    float: left;
	background-image: url(/_includes/images/homepage/logo_grey.png);
    background-position: 100% 100%;
    background-size: auto 45%;
    background-repeat: no-repeat;
	position:relative;
	top:70px;
}
#footer:before {
    content: "";
    background: rgba(255, 255, 255, 0.26);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
@media (max-width:998px){
	#footer:before {
    	background: #fff;
	}
}
#footer h3 {
    color: #8e1016;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: normal;
	border-bottom:none;
}


#footer p a:hover,
#footer p a:active,
#footer li a:hover,
#footer li a:active {
    text-decoration: none;
    
}

#footer a{
	color: #757575;
	font-weight: normal;
}
#footer a:hover{
	    color: #c6878a;
}
#footer .contact-block {
    margin-bottom: 0.4em
}

#footer #toplink {
    display: inline
}

#footer #toplink i {
    color: #ffffff
}

#footer #toplink i:hover,
#footer #toplink i:active,
#footer #toplink i:focus {
    color: #ffd37c
}

#omni a {
    color: #757575 !important
}

#subfooter {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	width: 100%;
    float: left;
}

#subfooter .col-md-4,
#subfooter .col-md-3 {
    padding-top: 8px;
}



#subfooter p,
#subfooter p a,
#subfooter li a {
	color: #757575;
    border-bottom: none
}

#subfooter p a:hover,
#subfooter p a:active,
#subfooter li a:hover,
#subfooter li a:active {
    text-decoration: none;
    color: #ffd37c
}