/* 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:10px; bottom:100px; cursor: pointer;  z-index:20; text-align: center;}
#gotop a { display:inline-block; width:45px; height:45px;line-height: 40px;  background:#4686b9; border-radius: 100%; font-size: 15px; color: #005ea6; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);}
#gotop a:before { content: ""; position: absolute; width: 12px; height: 12px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:19px; left: 17px;}
#gotop a:hover { opacity: 0.8;}


footer { background: #222; position: relative; padding: 88px 5% 0 5%; color: #fff; letter-spacing: 0.05rem; font-weight: 400;}
footer a { color: #fff !important;}
footer a:hover { color: #fff;}
footer:before { position: absolute; content: ""; width: 100%; height: 20px; background: #2da0ce; top: 0; left: 0;}

.footer-top-section { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 20px;}
.footer-top-section > div:nth-of-type(1) { width: 25%;}
.footer-top-section > div:nth-of-type(2) { width: 75%; padding-left: 3%}
.footer-top-link { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
.footer-top-link > div { width: 23.5%; padding-bottom: 30px;}

.footer-link-1 > div , .footer-link-1 > a { display: block; line-height: 120%; font-size: 20px; font-weight: 700; padding-bottom: 20px;}
.footer-link-1 > a:hover, .footer-link-2 > a:hover { opacity: 0.6;}
.footer-link-2 > a { display: block; line-height: 30px; font-size: 17px; }

.footer-info {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.footer-info > div {margin-bottom: 14px;}
.footer-info > div:nth-child(odd) { width: 24px;}
.footer-info > div:nth-child(even) { width: calc(100% - 24px); font-size: 17px; font-weight: 700; padding-left: 10px; line-height: 130%;}

.copyright { padding: 30px 0; border-top:1px solid rgba(255,255,255,.5); font-size: 16px; text-align: center; line-height: 170%;}


@media only screen and (max-width: 1279px) {
	footer { padding-top: 60px;}
	.footer-top-section { padding-bottom: 0px;}
	.footer-top-section > div:nth-of-type(1) { width: 100%; padding-bottom: 30px;}
	.footer-top-section > div:nth-of-type(2) { width: 100%; padding-left: 0;}
	.footer-top-link { justify-content: space-between;}
	
	.copyright { padding: 20px 0; }
}

@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.footer-top-link > div { width: 48%; }
	.footer-link-1 > div , .footer-link-1 > a { font-size: 18px; }
	.footer-link-2 > a {  font-size: 16px; }
	
	.copyright { font-size: 14px;}
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
    
}

@media only screen and (max-width: 320px) {
	.footer-top-link > div { width: 100%; }
	
}