/* ************************ *\
	$LOCK-UP
\* ************************ */
#footer-lock-up{
	width:100%;
	max-width:100%;
	background:#ffffff;
}
#footer-lock-up ul{
	width:980px;
	margin:0 auto;
	padding:10px 22px;
	display:block;
}
#footer-lock-up ul li{
	color:$black;
	font-size:12px;
	font-family:FortLight "Helvetica Neue", "HelveticaNeue", "Helvetica", Arial, Sans-Serif;
	display:inline-block;
	vertical-align:top;
}
#footer-lock-up ul li strong, #footer-lock-up ul li a{
	font-family:FortBold "Helvetica Neue", "HelveticaNeue", "Helvetica", Arial, Sans-Serif;
}
#footer-lock-up ul li.brand-system{
	width:326px;
}
#footer-lock-up ul li.name-endorsement{
	width:433px;
}
#footer-lock-up ul li.corporate-url a{
	color:#f07d31;
}
@media all and (max-width:1024px) and (min-width:601px) {
	#footer-lock-up ul{
		width:auto;
		max-width:980px !important;
		background:#ffffff;
	}
	#footer-lock-up li{
		width:33% !important;
	}
}
@media all and (max-width:768px) {
	#footer-lock-up{
		width:980px;
		max-width:980px;
		margin:0 auto;
		padding:0 20px;
	}
}
@media all and (max-width:600px) {
	#footer-lock-up{
		width:auto;
		max-width:auto;
	}
	#footer-lock-up ul{
		width:auto !important;
	}
	#footer-lock-up li{
		width:100% !important;
		padding-bottom:16px;
		text-align:center;
		display:block;
	}
}
.footer-wrapper .copyright{
	visibility:hidden;
}