body{margin: 0;}
#custom-footer{
	color: #000;
	text-align: center;
	padding: 72px 0 78px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	font: 14px/20px 'Proxima Nova', Arial, Helvetica, sans-serif;
}
#custom-footer .container{
	box-sizing: border-box;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px;
}
#custom-footer .title{
	display: block;
	color: #FDA72F;
	text-transform: uppercase;
	margin: 0 0 10px;
}
#custom-footer .note{
	display: block;
	margin: 0 0 36px;
}
#custom-footer .menu-list{
	margin: 0 0 44px;
	padding: 0;
	list-style: none;
	column-count: 5;
}
#custom-footer .menu-list li{
	margin: 0 0 5px;
}
#custom-footer .menu-list a{
	color: #959595 !important;
	text-decoration: none;
}
#custom-footer .menu-list a:hover{
	text-decoration: none;
	color: #FDA72F;
}

@media (max-width: 1149px) {
	#custom-footer .menu-list{
		column-count: 3;
	}
}
@media (max-width: 767px) {
	#custom-footer .menu-list{
		column-count: 2;
	}
	#custom-footer{
		padding: 30px 0;
	}
	#custom-footer .menu-list,
	#custom-footer .note{
		margin: 0 0 15px;
	}
}
@media (max-width: 419px) {
	#custom-footer .menu-list{
		column-count: 1;
	}
}
