/* 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; }
}
.right-tool-bar { position: fixed; right:-60px; bottom:100px; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width: 35px; margin-bottom: 10px; transition: all 0.4s ease-out 0s;}
.right-tool-bar > div:hover { transform: scale(0.9);}
#gotop { display: block; cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; width:35px; height:35px;line-height: 35px;  background:#2d5f75; 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: 8px; height: 8px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:15px; left: 14px;}
#gotop a:hover { }

.right-tool-bar-show { right:10px; }

footer {  font-family: "Special Gothic Expanded One", sans-serif; font-weight: 400; color: #c8b7a6; font-size: 17px; line-height: 1.4;}
footer a {  color: #c8b7a6;}

.footer-top-section { background: url("../images/footer-bg.png") no-repeat top center / cover; padding: calc(20px + 5%) 5% calc(20px + 2%) 5%;}
.footer-top-section-1 { display:flex;flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer-top-section-1 > div:nth-of-type(1) { width: 45%; padding-right: 5%;}
.footer-top-section-1 > div:nth-of-type(2) { width: 55%; display:flex;flex-direction: row; flex-wrap: nowrap; }
.footer-top-section-1 > div:nth-of-type(2) > div:nth-of-type(1) { width: 28%; padding-right: 4%;}
.footer-top-section-1 > div:nth-of-type(2) > div:nth-of-type(2) { width: 28%; padding-right: 4%;}
.footer-top-section-1 > div:nth-of-type(2) > div:nth-of-type(3) { width: 44%;}

.footer-logo { max-width: 400px; padding-bottom: calc(20px + 4%);}
.footer-name { font-size:clamp(18px, 2.1vw, 31px); line-height: 1.2; padding-bottom: calc(20px + 4%); color: #ce9f48; text-transform: uppercase;}

.footer-social { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-social > a {  display: inline-block; margin-right: 2.5vw; margin-bottom: 8px;}
.footer-social > a img {  max-height: 38px; }
.footer-social > a:hover {  transform: scale(0.8);}

.footer-link-1 > a {display: block; font-size:clamp(18px, 1.5vw, 28px); padding-bottom: 12px;color: #ce9f48;  }
.footer-link-2 > a {display: block; padding-bottom: 8px;color: #c8b7a6;  }
.footer-link-2 > a:hover { color: #decebd;}

.footer-info { line-height: 1.8; }
.footer-info a { color: #c8b7a6; }
.footer-info-link { word-break: break-all; }


.footer-top-section-2 { display:flex;flex-direction: column; flex-wrap: wrap; align-items: center;}
.footer-top-section-2 > div:nth-of-type(1) { font-size: 22px; color: #c9b8a7; padding-bottom: 12px;}
.footer-top-section-2 > div:nth-of-type(2) { max-width: 230px;}

.copyright { background: #decebd; padding: 10px 5%; text-align: center; font-size: 17px; color: #2d5f75; line-height: 1.3; font-family: "Source Sans 3", sans-serif;}

@media only screen and (max-width: 1600px) {
    .footer-top-section-1 > div:nth-of-type(1) {width: 38%; padding-right: 3%;}
    .footer-top-section-1 > div:nth-of-type(2) {width: 62%;}
}

@media only screen and (max-width: 1279px) {
	footer { font-size: 15px;}
    .footer-top-section-1 > div:nth-of-type(1) {width: 35%;}
    .footer-top-section-1 > div:nth-of-type(2) {width: 65%;}
}

@media only screen and (max-width: 980px) {
	.footer-top-section-1 { padding-bottom: 25px;}
	.footer-top-section-1 > div:nth-of-type(1) { width: 100%; padding-right: 0%; padding-bottom: 30px;}
	.footer-top-section-1 > div:nth-of-type(2) { width: 100%; }
	.footer-logo { max-width: 150px; padding-bottom: calc(20px + 2%);}
	.footer-name { padding-bottom: calc(20px + 2%);}
	.footer-social > a img {  max-height: 20px; }
	
	.copyright { font-size: 15px;}
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	.footer-top-section-1 > div:nth-of-type(2) { flex-direction: column }
	.footer-top-section-1 > div:nth-of-type(2) > div:nth-of-type(1), .footer-top-section-1 > div:nth-of-type(2) > div:nth-of-type(2) { width: 100%; padding-right: 0%; padding-bottom: 20px;}
	.footer-top-section-1 > div:nth-of-type(2) > div:nth-of-type(3) { width: 100%;}
	
	.footer-top-section-2 { align-items: flex-start;}
	.footer-top-section-2 > div:nth-of-type(1) { font-size: 18px;}
}

@media only screen and (max-width: 414px) {
	

}

@media only screen and (max-width: 320px) {
	
	

}