/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}

#gotop { display: none; position: fixed; right:0px; bottom:20px; cursor: pointer;  z-index:20;}
#gotop a { display:inline-block; width:30px; height:30px; padding-top:6px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000;}
#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}

footer {background: #0075d2; padding: 30px 0;}
.footer-content { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; padding: 0 25px;}
.footer-content > div:first-child { font-size: 15px; color: #fff; line-height: 160%; display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-content > div:first-child a { color: #fff;}
.footer-content > div:first-child a:hover { text-decoration: underline;}
.footer-content > div:first-child > div:first-child { padding-right: 15px;}
.footer-content > div:last-child { text-align: right; font-size: 15px; color: #fff; line-height: 160%; padding-top: 10px;}
.footer-content > div:last-child a { color: #fff; text-decoration: underline;}
.footer-content > div:last-child a:hover { color: #fff; text-decoration:none;}
.copyright { font-size: 13px; color: rgba(255,255,255,.5); line-height: 20px; padding-top: 12px;}

@media only screen and (max-width: 980px) {
	.footer-content {flex-direction: column; justify-content: flex-start; padding: 0 10px;}
	.footer-content > div:first-child {flex-direction: column;}
	.footer-content > div:first-child > div:first-child { padding-bottom: 10px;}
	.footer-content > div:last-child {text-align: left;}
}
@media only screen and (max-width: 768px) {
	
}