.footer {

/* 	position: relative; */
	width: 100%;
	
	height: 60px;
	max-width: 1250px;
	margin: 0 auto;
	bottom: 0px;
}

.footer .col-xs-12 {
	padding-top: 4px;
	font-size: 18px;
	height: 60px;
	width: 100%;
	text-color: white;
	background-color: #3c8dbc;
	
}

.footer a, .footer a:visited, .footer a:hover {
	color: white;
}

@media screen and (max-width: 768px) { 

 	footer {
		height: 48px;
    }

    .footer .col-xs-12 {
		padding-top: 5px;
		font-size: 18px;
    }
}



@media screen and (max-width: 550px) {
    
	footer {
		height: 36px;
	}
	
    .footer .col-xs-12 {
		padding-top: 8px;
		font-size: 14px;
    }
}