/* 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:#f8f8f8; border-top:5px solid #0064a8; padding:20px 0;}
.footer-content { padding:0 12px;}
.footer-logo { float:left; padding-right:26px;}
.footer-info { float:left; color:#898989; font-size:15px;}
.footer-info a { color:#898989;}
.footer-info a:hover { color:#898989; text-decoration:underline;}
.footer-info img { display:inline-block; vertical-align:bottom;}
.footer-info img:hover { opacity:0.7;}
.footer-copyright { text-align:right; color:#b6b6b6; font-size:13px; line-height:24px; float:right;}
.footer-copyright span { display:block;}


@media only screen and (max-width: 768px) {
.footer-logo, .footer-info, .footer-copyright { float:none; text-align:center;}
.footer-info { padding:20px 0;}
}