@charset "utf-8";
footer {
  margin-top: -2px;
  height: 100px;
  display: table;
  width: 100%;
  background: #426a3a;
  color: #fff; }
  @media (max-width: 768px) {
  footer {
    border-bottom: 65px solid rgba(0, 0, 0, 0.1); } }
  footer.odd {
    background: #fff;
    color: #444; }
    footer.even {
      background: #426a3a;
      color: #fff; }
    footer .custom {
      display: table-cell;
      vertical-align: middle; }
  footer p {
    margin: 0 1vw;
    display: inline-block;
    font-size: 12px; }
    @media (max-width: 768px) {
  footer p {
    display: block;
    line-height: 20px; } }
    footer p a {
      font-weight: 600;
      transition: 0.3s; }
      footer p a:hover {
        opacity: 0.8; }

.backtop {
  position: fixed;
  right: 50px;
  bottom: -60px;
  transition: 0.5s;
  z-index: 999; }
  @media (max-width: 768px) {
  .backtop {
    right: 50%;
    transform: translateX(50%); } }
  .backtop i {
    cursor: pointer;
    width: 45px;
    background: #639a58;
    line-height: 45px;
    color: #fff;
    transition: 0.3s;
    border-radius: 5px;
    font-size: 18px; }
    @media (max-width: 768px) {
  .backtop i {
    width: 40px;
    line-height: 40px; } }
    .backtop i:hover {
      transform: scale(0.95);
      opacity: 0.9; }

.scroll .backtop {
  bottom: 25px; }
  @media (max-width: 768px) {
  .scroll .backtop {
    bottom: 10px; } }
