/******************************************************************************
* $ Page Footer
******************************************************************************/
#footer {
	background: #2980b9;
	color: #ffffff;
    font-size: 14px;
	text-align: center;
}

#footer p {
    margin-bottom: 0;
}

#footer a {
	color: #ffffff;
}



@media (max-width: 767px) {
    #footer {
        font-size: 12px;
    }
}