/**************
 DO NOT EDIT
**************/

/* Footer 1 */

#footer.footer3 .footer_cell1
{
	float:none;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#footer.footer3 .footer_cell2
{
	float:none;
	width:100%;
	text-align:center;
}

#footer.footer3 .footer_cell2 #footer_menu
{
	display:inline-block;	
}

#footer.footer3 .footer_cell3
{
	float:none;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#footer.footer3 .footer_cell3 #footer_menu
{
	display:inline-block;	
}

#footer.footer3 .footer_cell4
{
	float:none;
	width:100%;
	text-align:center;
}

#footer.footer3 .social_ico_circle
{
	border-radius:50px !important;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	position:relative;
}

#footer.footer3 #footer_menu
{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
}

#footer.footer3 #footer_menu > li
{
	display:inline-block;
	vertical-align:top;
	margin:0;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	font-size:16px;

}
#footer.footer3 #footer_menu > li:first-child
{
	display:none;
}

#footer.footer3 #footer_menu > li > ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-weight:400;
	margin-top:10px;
}

#footer.footer3 #footer_menu > li > ul > li
{
	margin-left:5px;
}

#footer.footer3 #footer_menu > li > ul > li:before
{
	font-family:'FontAwesome';
	content:"\f111";
	vertical-align:middle;
	margin-right:5px;
}

#footer.footer3 .footer_social > li
{
	padding:0px 5px;
}

#footer.footer3 .footer_social > li:last-child
{
	padding-right:0;
}
#footer.footer3 .footer_social > li:first-child
{
	padding-left:0;
}

#footer.footer3 .footer_info
{
	padding:0;
	margin:0;
}

#footer.footer3 .footer_info > div
{
	padding-bottom:10px;
}

#footer_content
{
	width:100%;
	max-width:1200px;
	margin:auto;
	clear:both;
	display:table;
	margin-bottom:50px;
	padding:0px 40px;
}

#footer
{
	width:100%;
	padding-top:50px;
	font-weight:400;
}

#copyright_content
{
	padding:15px 20px 10px 20px;
	border-top:none;
}


/* Fin Footer 1 */

@media (max-width:768px)
{
	#footer.footer3 #footer_menu > li
	{
		display:block;
		margin-right:0 !important;
		margin-left:0 !important;
		margin-bottom:10px !important;
	}
	
	#footer.footer3 #footer_menu > li:last-child
	{
		margin-bottom:0px !important;
	}
}