#footer p {
	margin-bottom: 3px;
	color: #525251;
}

#footer p a {
	text-decoration: underline;
	color: #137185;
}

#footer #copyright {
	font-weight: bold;
}

#footer img {
	max-width: 100%;
}

#footer .row {
	padding-top: 10px;
}

#footer [class*="col-"] {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#footer img {
		padding-top: 10px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}

