/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; }
@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 { padding:0 14px;}
.demo-footer { padding:0; margin-top:25px;}
.footer-bg { background:#373d41; padding:35px 20px 80px 20px;}
.footer-list li { display:inline-block; vertical-align:top; width:calc(25% - 20px - 5px); margin:0 10px 20px 10px; border-top:1px solid #fff; padding-top:20px; color:#fefefe; font-size:14px;}
.footer-list li span { display:inline;}
.footer-list li a { color:#fefefe;}
.footer-list li a:hover { color:#fefefe; text-decoration:underline;}


@media only screen and (max-width: 1000px) {
footer { padding:0;}
}
@media only screen and (max-width: 768px) {
.footer-bg { padding:20px 10px;}
.footer-list li { width:calc(50% - 20px - 5px);}
}
@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 570px) {
.footer-list li { width:100%; margin-left:0; margin-right:0; border-top:0px solid #fff; border-bottom:1px solid #fff; padding:20px 0; margin-bottom:0;}
.footer-list li:last-child { border-width:0;}
}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 320px) {

}