/* 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 { padding: 5% 3%; background: #d1251a;}
.footer-top { padding: 0 2% 40px 2%; margin-bottom: 40px; border-bottom: 1px solid #fff; line-height: 110%;}
.footer-link-1 { margin-bottom: 12px; display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-link-1 > a { display: inline-block; margin: 0 32px 8px 0; text-transform: uppercase; font-size: 20px; font-weight: bold; color: #fff;}
@media only screen and (max-width:600px){
  .footer-link-1 > a {width: 100%;margin: 0 0 10px 0;}
}
.footer-link-1 > a:hover { opacity: 0.5;}
.footer-link-2 { margin-bottom: 40px; display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-link-2 > a { display: inline-block; margin: 0 24px 5px 0; font-size: 16px; color: #fff;}
.footer-link-2 > a:hover { opacity: 0.5;}

.footer-bottom { padding: 0 2% 0px 2%; line-height: 110%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; color: #fff;}
.footer-bottom > div:nth-of-type(1) { width: 56%;}
.footer-bottom > div:nth-of-type(2) { width: 44%; padding-left: 4%; text-align: right;}
.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; line-height: 140%;}
.footer-info > div { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding-right: 18px; padding-bottom: 25px;}
.footer-info > div > div:nth-of-type(1) { width: 45px;}
.footer-info > div > div:nth-of-type(2) { width: calc(100% - 45px); font-size: 15px; padding-left: 12px;}
.footer-info > div > div:nth-of-type(2) a { color: #fff;}

.footer-iso_pic{position: absolute;top: -40px;right: -20px;max-width: 310px;width: 25%;display: flex;}
.footer-iso_pic div:nth-child(1){width: 115px;margin-right: 10px;}
.footer-iso_pic div:nth-child(2){width: 230px;}

.copyright { padding-top: 15px; font-size: 15px; line-height: 130%;}


@media only screen and (max-width: 980px) {
    .footer-bottom > div:nth-of-type(1) { width: 100%;}
    .footer-bottom > div:nth-of-type(2) { width: 100%; padding-left: 0%; text-align: center;}
    .footer-info > div { padding-right: 0;}
    
    .footer-iso_pic{position: unset; min-width: 200px;width: 50%;}
    .footer-iso_pic div:nth-child(1){width: 115px;margin-right: 10px;}
    .footer-iso_pic div:nth-child(2){width: 230px;}
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 640px) {
    footer {padding-top: 13%;}
}
@media only screen and (max-width: 570px) {
    
}

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

}

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

}