/*----------------------------------------------------------------------------*\
 * COMPONENTS
 * ---------------------------------------------------------------------------- */
.global-footer {
  position: relative;
  margin-top: 15px;
  padding: 25px 0;
  background: #f5f5f5;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-align: left;
}
.global-footer > .backtotop {
  position: absolute;
  top: -100px;
  right: 50px;
  z-index: 2;
}
.global-footer > .columns {
  margin-left: auto;
  margin-right: auto;
  width: 990px;
  display: -ms-flex;
  display: flex;
}
.global-footer > .columns > .column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 48px;
  border-right: 1px solid #ddd;
}
.global-footer > .columns > .column > .head, .global-footer > .columns > .column > .links {
  line-height: 2.1;
}
.global-footer > .columns > .column.-left {
  width: 233px;
}
.global-footer > .columns > .column.-left > .links {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.global-footer > .columns > .column.-left > .links > .link {
  margin-right: 25px;
}
.global-footer > .columns > .column.-left > .date {
  margin-top: 25px;
}
.global-footer > .columns > .column.-left > .visitors {
  margin-top: 5px;
}
.global-footer > .columns > .column.-left > .visitors > strong {
  font-family: Avenir Next, Avenir, sans-serif;
  font-size: 16px;
}
.global-footer > .columns > .column.-left > .copyright {
  margin-top: 25px;
  font-size: 10px;
  color: #333;
  letter-spacing: -0.1px;
}
.global-footer > .columns > .column.-center {
  padding-right: 48px;
  width: 433px;
}
.global-footer > .columns > .column.-center > .payments {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  padding: 12px 16px;
  background: #fff;
  width: 223px;
  font-size: 11px;
  color: #666;
  line-height: 1.4;
}
.global-footer > .columns > .column.-center > .payments > .payment + .payment {
  margin-top: 15px;
}
.global-footer > .columns > .column.-center > .payments > .payment > .image {
  margin-top: 5px;
}
.global-footer > .columns > .column.-right {
  margin: 0;
  padding: 0;
  border-right: none;
}
.global-footer > .columns > .column.-right > .links.-left {
  display: block;
  float: left;
  width: 70px;
}
.global-footer > .columns > .column.-right > .links.-right {
  display: block;
  float: right;
  width: calc(100% - 70px);
}

@media print {
  .global-footer > .backtotop {
    display: none;
  }
}
/*----------------------------------------------------------------------------*\
 * TRUMPS
 * ---------------------------------------------------------------------------- */
._cf {
  *zoom: 1;
}
._cf:after {
  content: "";
  display: table;
  clear: both;
}
