@charset "utf-8";
#site-footer{
	position:relative;
	z-index:1;
}
.home #site-footer{
	display:none !important;
}
#copyright-area{
	position:relative;
	padding:46px 8px;
	background-color:#393939;
	font-size:12px;
	font-weight:500;
	color:#cfcfcf;
	text-transform:uppercase;
}
#copyright-area .container-fluid{
	max-width:1300px;
}
#copyright-area a{
	color:#cfcfcf;
}
#copyright-area a:hover,#copyright-area a:active,#copyright-area a:focus{
	text-decoration:underline;
}
#copyright-area ul, #copyright-area ul li, #main-footer .social-icons, #main-footer .social-icons li{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
#copyright-area ul li a{
	font-weight:bold;
}
#copyright-area ul li:first-child:after{
	content:"-";
	font-weight:bold;
	position:relative;
	display:inline-block;
	margin:0 5px;
}
#main-footer{
	position:relative;
	padding:0 15px;
	background-color:#ffffff;
	max-width:1300px;
	margin:0 auto;
}
#main-footer *{
	font-size:17px;
	font-weight:400;
	color:#787878;
	line-height:30px;
}
#main-footer h6{
	font-size:20px;
	font-weight:bold;
	margin:0;
}
#main-footer b, #main-footer strong{
	font-weight:bold;
}
#main-footer a{
	text-decoration:underline;
}
#main-footer .social-icons i{
	font-size:25px;
	position:relative;
	margin-right:30px;
}