.noselect, .global-link {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.global-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0px;
  opacity: 0; }

.footer.footer-type-2 {
  padding: 30px 0px 17px 0px; }
  .footer.footer-type-2 .row .logo {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 40px; }
  .footer.footer-type-2 .footer-menu-wrap {
    flex: 0 0 100%; }
    .footer.footer-type-2 .footer-menu-wrap ul {
      text-align: center; }
      .footer.footer-type-2 .footer-menu-wrap ul li {
        padding: 0px 32px; }
  .footer.footer-type-2 .copyrights {
    text-align: right;
    padding-top: 24px; }
