.loadingGif {
  position: fixed;
  height: 90px;
  width: 90px;
  display: block;
  border-width: 5px;
  border-style: solid;
  border-color: #8C7D48 transparent transparent;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  z-index: 99999;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}

.loadingMask {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 99998;
  opacity: 1;
  transition: all 0.5s;
  background: #FFF;
}

@media only screen and (max-width: 1200px) {
  #headerMenuLowerHalf .menuItem .menuBtnText {
    padding: 20px 5px;
  }

  #headerMenuLowerHalf .menuSlideBtn {
    right: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .loadingGif {
    position: fixed;
    height: 90px;
    width: 90px;
    display: block;
    border-width: 5px;
    border-style: solid;
    border-color: #1e8080 transparent transparent;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    z-index: 99999;
  }

  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(359deg);
    }
  }

  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(359deg);
    }
  }

  @-o-keyframes spin {
    100% {
      -moz-transform: rotate(359deg);
    }
  }

  @keyframes spin {
    100% {
      transform: rotate(359deg);
    }
  }

  .loadingMask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99998;
    opacity: 1;
    transition: all 0.5s;
    background: #FFF;
  }

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

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

/*  */
#footerMenuBar {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #CCC;
}

/* Local mirror preview: hide the Google reCAPTCHA localhost warning badge. */
.grecaptcha-badge {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}
