/*Footer*/
footer
{
	background-color:#000;
	padding:100px 0px;
}
footer .footer-logo img,
footer .footer-pane img
{
	max-width:100%;
}
footer .footer-top .footer-pane
{
	margin-top:75px;
}
footer .footer-top .footer-pane p
{
	font-size:17px;
	line-height:25px;
	color:rgba(255,255,255,0.5);
}
footer .footer-top .footer-pane p strong,
footer .footer-top .footer-pane p b
{
	color:#FFF;
	font-weight:400;
}
footer .footer-top .footer-pane a,
footer .footer-top .footer-pane p a
{
	color:#FFF;
	text-decoration:none;
}
footer .footer-top .footer-pane p a:hover
{
	text-decoration:underline;
}
footer .footer-top .footer-pane i
{
	color:#FFF;
	font-size:25px;
	text-align:center;
	width:50px;
	height:50px;
	padding:10px;
	border-radius:50%;
	border:2px solid #FFF;
	margin-right:10px;
}
footer .footer-top .footer-pane img
{
	margin-right:25px;
	margin-bottom:15px;
}
footer .footer-line hr
{
	border-color:#754C24;
	margin:40px 0px;
}
footer .footer-bottom .footer-pane p,
footer .footer-bottom .copyright
{
	font-size:16px;
	line-height:24px;
	color:rgba(255,255,255,0.5);
}
footer .footer-bottom .footer-pane p strong,
footer .footer-bottom .footer-pane p b,
footer .footer-bottom .footer-pane p a
{
	color:#FFF;
	font-weight:400;
	text-decoration:none;
}
footer .footer-bottom .footer-pane p a:hover
{
	text-decoration:underline;
}
@media all and (max-width:767px)
{
	footer
	{
		padding:50px 0;
	}
	footer .footer-top .footer-pane
	{
		margin-top:0;
		margin-bottom:25px;
	}
	footer .footer-top .footer-pane img
	{
		margin-right:15px;
	}
	footer .footer-line hr
	{
		margin-top:15px;
	}
}