/* 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:46px; color:#fff; opacity:0.5;  background:#deb76f; text-align: center; padding-top: 13px;}
#gotop a span { display:inline-block; width:1px; height:23px; background: #fff; position: relative;}
#gotop a span:after { display:inline-block; position: absolute; content: ""; width:10px; height:10px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; transform: rotate(-45deg); top:0; left: -4.5px;}
#gotop a:hover { color:#fff; opacity:1; }


footer { background: #323232; position: relative; padding: 90px 5%; overflow: hidden;}
footer:before { content: ""; position: absolute; left: 0; top:0; height: 100%; width: 10px; background: #e57018;}

.footer-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-section > div:nth-of-type(1) {  width: 16%; text-align: left; padding-right: 30px;}
.footer-section > div:nth-of-type(1) img {  width: 105px;}
.footer-section > div:nth-of-type(2) {  width: 84%;}

.footer-link { border-bottom: 1px solid #5b5b5b; padding-bottom: 12px; margin-bottom: 25px;}
.footer-link a { display: inline-block; font-size: 15px; color: #ffffff; padding: 0 18px 12px 0;}
.footer-link a:hover { text-decoration: underline;}

.footer-info { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-info > div { padding-right: 15px; line-height: 150%;}
.footer-info > div:nth-of-type(1) { width: 30%;}
.footer-info > div:nth-of-type(2) { width: 35%;}
.footer-info > div:nth-of-type(3) { width: 35%;}
.footer-title { font-size: 15px; font-weight: 400; color: #f3af29; padding-bottom: 5px;}
.footer-data-1 { font-size: 24px; font-weight: 700; color: #fff; padding-bottom: 8px;}
.footer-data-1 a { color: #fff;}
.footer-data-2 { font-size: 15px; font-weight: 400; color: #ffffff; padding-bottom: 6px;}
.footer-data-2 a { color: #ffffff;}
.copyright { font-size: 15px; font-weight: 300; color: #fff;}


@media only screen and (max-width: 980px) {
    footer { padding: 50px 8%;}
    .footer-section > div:nth-of-type(1) {  width: 100%; text-align: center; padding-right: 0px; padding-bottom: 35px;}
    .footer-section > div:nth-of-type(2) {  width: 100%;}
    .footer-link { display: none;}
    .footer-info { flex-direction: column; align-items: center;}
    .footer-info > div {  width: 100% !important;}
}
@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) {

}