.footer {
  padding: 10px 0 100px 0; 
}
@media (min-width: 1260px) {
  .footer {
    padding: 20px 0 100px 0;
  }
}
.fixedline + .footer {
  padding: 10px 0 160px 0; 
}
@media (min-width: 1260px) {
  .fixedline + .footer {
    padding: 20px 0 100px; 
  }
}
/***********************************************************************
reg-banner
***********************************************************************/
.reg-banner {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 100px;
  left: 20px;
  bottom: 90px;
  height: 60px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background: #e95141;
  border: 0;
  padding: 0 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  z-index: 4;
}
.reg-banner a {
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1260px) {
  .reg-banner {
    left: 50%;
    bottom: 20px;
    font-size: 16px;
    line-height: 18px;  
  } 
}