/* 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:130px; cursor: pointer;  z-index:20; text-align: center;transition: all 0.4s ease-out 0s;}
#gotop a { display:inline-block; width:40px; height:40px; color:#fff; opacity:1;  background:#00AEEA; text-align: center; padding-top: 13px; border-radius: 100%; }
#gotop a:after { display:inline-block; position: absolute; content: ""; width:16px; height:16px; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff; transform: rotate(-45deg); top:16px; left: 12px;}

footer { padding: 40px 5% 25px 5%; background: #303030; line-height: 160%; font-weight: 200;}

.footer-contact { padding-bottom: 10px; border-bottom: 1px solid #fff; margin-bottom: 40px; text-align: right;}
.footer-contact > a { font-size: 19px; font-weight: 300; border: 1px solid #fff; color: #fff; display: inline-block; padding: 15px 30px; line-height: 100%;}
.footer-contact > a:hover { background: #00AEEA; border-color: #00AEEA;}
.footer-contact > a img { width: 19px; display: inline-block; margin-right: 10px; position: relative; top:-2px;}

.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 30px;}
.footer-info a { color: #C1BDBD;}
.footer-info > div { padding: 0 30px 30px 30px; color: #C1BDBD; font-size: 19px; }
.footer-info > div > b { font-weight: 500; color: #C1BDBD; font-size: 22px; display: block; padding-bottom: 25px;}
.footer-info > div:nth-of-type(1) { width: 25%;}
.footer-info > div:nth-of-type(2) { width: 25%;}
.footer-info > div:nth-of-type(3) { width: 50%;}

.copyright { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; font-size: 19px;color: #C1BDBD; }
.copyright > div { padding-bottom: 20px; }
.copyright a { display: inline-block; margin: 0 15px;color: #C1BDBD; }

@media only screen and (max-width: 1279px) {
	
}

@media only screen and (max-width: 980px) {
	.footer-info > div { width: 100% !important; padding-left: 0; padding-right: 0;}
	.footer-info > div > b { font-size: 20px; padding-bottom: 10px;}

	.copyright a { margin: 0 30px 0 0; }
}
@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) {
	

}