footer {
	padding-bottom: 18px;
}

footer address {
	margin-bottom: 0;
}

footer .col-md-2:last-child {
	text-align: right;
}

footer p.name {
	color: #1b1b1b;
	font-family: 'NHaasGroteskTXStd-75Bd';
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	margin-bottom: 20px;
  margin-top: 45px;
}

footer p.text,
footer p.time,
footer a[href^="tel"] {
	color: #999;
	font-family: 'NHaasGroteskTXStd-55Rg';
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: left;
}

footer p.time {
	margin-bottom: 54px;
	text-align: left;
}

footer a[href^="tel"] {
	display: table;
	margin-bottom: 20px;
	text-align: left;
}

footer a[href^="tel"]:hover {
	text-decoration: underline;
}

footer ul {
	margin: 18px 0 0;
	padding: 0;
	text-align: right;
}

footer .copyright,
footer ul li {
	color: #999;
	display: inline-block;
	font-family: 'NHaasGroteskTXStd-55Rg';
	font-size: 9px;
	line-height: 12px;
	margin-left: 30px;
	vertical-align: middle;
}

footer .copyright {
	margin-left: 0;
	margin-top: 22px;
}

footer ul li a {
	border-bottom: 1px solid transparent;
	color: #999;
}

footer ul li a:hover {
	border-color: #999;
}

footer span.detail {
	margin-top: 50px;
}

footer .mobile {
	display: none;
}

@media (max-width: 991px) {
	footer {
    	padding-bottom: 18px;
	}

	/*footer .desktop {
		display: none;
	}*/

	footer .row.desktop {
    margin-bottom: 64px;
	}

	footer .mobile {
		display: block;
	}

	footer p.name {
		margin-bottom: 10px;
		margin-top: 30px;
	}

	footer p.time {
		margin-bottom: 0;
	}

	footer span.detail {
    margin-top: 34px;
	}

	footer ul li {
		margin-left: 25px;
	}

	footer .row:first-child div.division {
		margin-bottom: 15px;
	}

	footer .row:nth-child(5) div.division {
		margin-top: 46px;
	}
}

@media (max-width: 767px) {
	footer {
		padding-bottom: 31px;
		text-align: center;
	}

	footer p.name {
		font-size: 10px;
		margin-bottom: 11px;
    margin-top: 46px;
		text-align: center;
	}

	footer p.text,
	footer p.time,
	footer a[href^="tel"] {
		font-size: 10px;
		line-height: 17px;
		text-align: center;
	}

	footer a[href^="tel"] {
		margin-bottom: 17px;
		text-align: center;
	}

	footer ul {
		text-align: center;
	}

	footer ul li {
		margin-left: 7px;
		margin-right: 7px;
	}

	footer span.detail {
		display: none;
	}

	footer .row:first-child div.division {
    margin-bottom: 15px;
	}

	footer .row:nth-child(5) div.division {
    margin-top: 31px;
	}

	footer ul {
    margin: 27px 0 0;
	}

	footer a[href^="tel"] {
		display: block;
	}
}

@media only screen and (min-width : 320px) {
	

	footer .row.visible-xs {
		padding-bottom: 60px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
	
	footer .row.desktop {
 
	}
}
