#footer-logo
{
	width: 100%;
	margin-bottom:20px;	
}
#footer .columns:first-child,
#first
{
	padding-left: 0px;
}
.footer-border
{
	margin-top:60px;
	border-top:5px solid #00A4E4;
}
#footer
{
	font-size:12px;
	padding-top: 20px;	
	padding-bottom: 20px;	
}
#fb
{
	float: left;
}
#footer ul
{
	margin: 0px;
}
#footer li
{
	list-style-type:none;
	font-size: 12px;
	line-height:20px;
}
#footer li a
{
	color: #4c4c4e;
}
#footer .large-1
{
	width:10%; 
}
#footer .large-2
{
	width:14%;	
}
#footer .large-3
{
	width: 21%;
}
#for-doctors,
#latest-news,
#contact-us
{
	width: 12% !important;
}
#metz
{
	padding:10px 0 5px;
	font-size: 13px;
	
	background: -webkit-linear-gradient(left, #D9D9D9 , #F1F1F1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #D9D9D9, #F1F1F1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #D9D9D9, #F1F1F1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #D9D9D9 , #F1F1F1); /* Standard syntax (must be last) */
}
#metz .right span
{
	float: right;
}
#metz img
{
	position: relative;
	top:-5px;
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width : 736px)
{
	#footer,
	#metz
	{
		text-align: center;
	}	
	#footer .columns
	{
		padding-top: 20px;
	}
}
