.footer{
	background-color:#221F1C;
	color:rgba(255,255,255,0.5);
	font-size:12px;
}

.footer hr{
	background-color: rgba(255,255,255,0.2);
}

.footer h6{
	color: #fff;
}

.footer img{
	max-width:170px;
}

.footer .tolllinks a{
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	border-bottom: 1px solid transparent;
}

.footer .tolllinks a:hover{
	border-bottom: 1px solid #F3901D;
}

.footer .arrowup{
	padding:10px 20px;
	color:#fff;
	font-weight: 300;
	background-color:#007571;
	display:inline-block;
	margin-top:5px;
	font-size:20px;
}

.footer .arrowup:hover{
	color:#007571;
	background-color:#fff;
}


.footer .social a{
	padding-bottom: 10px;
	font-size:35px;
	color:#fff;
}

.footer .social a:hover{
	border-bottom: 1px solid #F3901D;
}