.Footer {
    background: #f0f0f0;
    border-top: 5px solid #e5e5e5;
    padding: 30px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
 /*   position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;*/
}

/**
	footer link list wrapper
*/
.Footer-serviceLinkWrapper {
}

.Footer h3 {
    font-size: 16px;
    line-height: 20px;
    color: #222929;
    margin-bottom: 10px;
    font-weight:bold;
}

.Footer ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.Footer ul li {
    line-height: inherit;
    margin-top: 5px !important;
}

.Footer a {
    font-size: 12px;
    line-height: 16px;
    font-weight:bold;
}

.Footer span {
    display: inline-block;
    color: #222929;
    font-size: 12px;
    line-height: 16px;
    padding-right: 5px;
    font-weight:bold;
}

.Footer-serviceLinkList {
    float: left;
    padding: 0 0 0 20px;
}

@media (max-width: 767px) {
	.Footer {
		position: relative
	}
	
	.Footer-serviceLinkWrapper .uk-width-1-4 {
		width: 100%;
		margin-top: 40px;		
	}
	
	.Footer-serviceLinkWrapper .uk-width-1-4:first-child {
		margin-top: 10px;
	}
}
