/* 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:5px; bottom:100px; cursor: pointer;  z-index:20; text-align: center;}
#gotop a { display:inline-block; width:50px; height:50px; border-radius: 100%; line-height: 50px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000;}
#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}

footer { letter-spacing: 0.05rem;}
.footer-top { background:url("../images/footer-bg.jpg") no-repeat top center; background-size: cover; padding: 60px 3%;}
.footer-top-section { display: flex; flex-direction: row; flex-wrap: wrap; color: #fff;}
.footer-top-section > div { width: 65%;}
.footer-top-section > div:nth-of-type(2) { width: 35%; padding: 0 2%;}
.footer-title { font-size: 28px; font-weight: bold; padding-bottom: 10px;}
.footer-link { max-width: 380px; display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 35px;}
.footer-link > a { width: 50%; display: block; color: #fff; font-size:18px; line-height: 30px;}
.footer-link > a:hover { opacity: 0.6;}
.footer-info { font-size: 18px; line-height: 30px;}
.footer-info a { color: #fff;}

.footer-link2 { max-width: 350px; margin: 0 auto;}
.footer-link2 > a { margin-bottom: 15px; display: block; line-height: 60px; border-radius: 30px; border:1px solid #fff;}
.footer-link2 > a > span { max-width: 165px; margin: 0 auto;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.footer-link2 > a > span img { width: 30px; }
.footer-link2 > a > span font { display: inline-block; font-size: 18px; color: #fff; padding-left: 10px;}

.copyright { padding: 25px 3%; text-align: center; font-size: 16px; color: #333333; line-height: 28px; font-weight: 300;}
.footer-ce { text-align: center; line-height: 0; padding-bottom: 20px;}

@media only screen and (max-width: 980px) {
    .footer-top { padding: 40px 3%;} 
    .footer-top-section > div { width: 100% !important;}
    .footer-top-section > div:nth-of-type(1) { order: 2;}
    .footer-top-section > div:nth-of-type(2) { order: 1;}
}
@media only screen and (max-width: 768px) {
    

}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
    
}

@media only screen and (max-width: 414px) {
	
	

}

@media only screen and (max-width: 320px) {

}