#footer{
	padding-bottom: 10px;
}
#footer .col{
	max-width: 30%;
}
#footer ul{
	padding: 0px;
	/*min-height: 200px;*/
}
#footer ul>li{
	list-style: none;
	padding-bottom: 12px;
	line-height: 14px;
}
#footer ul>li>a{
	
}
#footer .copyright{
	font-size: 12px;
}
#footer .title{
	font-size: 15px;
	margin-bottom: 12px;
	font-family: 'DINOT-CondMedium';
	text-transform: uppercase;
}

.sns{
	padding-bottom: 50px;	
}
.sns>a{
	font-size: 25px;
	margin-right: 24px;
}

.sns .fa-instagram{
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	background: url('../images/fa-instagram.png') no-repeat left top;
	background-size: contain;
	top: 2px;
}
.sns .fa-instagram:hover{
	background: url('../images/fa-instagram-hover.png') no-repeat left top;
	background-size: contain;
}

.sns .fa-vimeo{
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	background: url('../images/fa-vimeo.png') no-repeat left top;
	background-size: contain;
	top: 2px;
}
.sns .fa-vimeo:hover{
	background: url('../images/fa-vimeo-hover.png') no-repeat left top;
	background-size: contain;
}

.sns .fa-facebook{
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	/* background: url('../images/fa-facebook.png') no-repeat left top; */
	background-size: contain;
	top: 2px;
}
.sns .fa-facebook:hover{
	/* background: url('../images/fa-facebook-hover.png') no-repeat left top; */
	background-size: contain;
}