/* Default jquery-loading styles */

.loading-overlay {
  display: table;
  opacity: 0.9;
}

.loading-overlay-content {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.loading-overlay.loading-theme-light {
  background-color: #fff;
  color: #000;
}

.loading-overlay.loading-theme-dark {
  background-color: #000;
  color: #fff;
}
.ReplacementHeading {
  -webkit-box-shadow: 10px 9px 21px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 9px 21px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 9px 21px -8px rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.75);
  font-size: 13.87pt;
}

.Bar {
  font-weight: 600;
  color: #231f20;
  font-size: 13.87pt;
  /*padding: 15px 13px;*/
  padding: 15px 13px 15px 0px;
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.blink_me_rep {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
div.logo2 span {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
}

div.logo2:hover span {
  display: table;
  background-image: url("wow/QR.jpg");
  z-index: 550;
  top: 75px;
  left: 30%;
}

.rightside {
  width: 100%;
}

#slider {
  background: #363636;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

#slider a {
  display: none;
  width: 100%;
}

#slider a.show {
  display: inline;
}

.supertag ol {
  padding-left: 15px;
  text-align: left;
  font-weight: 300 !important;
}

hr {
  background-color: red;
  height: 1px;
  border: 0;
}

.radioButtonList input[type="radio"] {
  width: auto;
  float: left;
}

.radioButtonList label {
  width: auto;
  display: inline;
  float: left;
  font-size: 1.7rem;
  color: #0367b2 !important;
  font-style: italic;
}

.addwrapper {
  padding: 0 10px;
}

.footerLink li a {
  font-weight: bold;
  color: inherit;
}

.header-logos .logo1 {
  width: 130px;
  margin-top: 5px;
}

.header-logos .logo2 {
  width: 130px;
  margin-top: 5px;
}
