/* Global Styles */
@font-face {
  font-family: WILOPlusFMBol;
  src: url(fonts/WILOPlusFMBol.woff);
}

@font-face {
  font-family: WILOPlusFMReg;
  src: url(fonts/WILOPlusFMReg.woff);
}

a {
  text-decoration: none;
  color: #ffb400;
}

a:visited {
  color: #ffb400;
}

/* HELP MENU STYLES */
.Help {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 20px;
  z-index: 9999;
  top: 1px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 80%;
}

.HelpContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 235px;
  margin: 20px;
  padding: 15px;
  font-family: WILOPlusFMBol;
  font-size: 1.25em;
  text-decoration: none;
  text-align: center;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  color: white;
  border-radius: 100%;
  opacity: 100%;
}

.HelpBtn {
  width: 36px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 9999;
  bottom: 20px;
  left: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  font-family: WILOPlusFMReg;
}

/* INFO STYLES */
.InfoContainer {
  position: absolute;
  color: #ffffff;
  background-color: rgba(54, 54, 64, 0.9);
  word-wrap: break-word;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px #000000;
          box-shadow: 0 1px 1px #000000;
  padding: 20px;
  width: 400px;
  height: auto;
}

.InfoContent {
  position: relative;
  height: 100%;
  opacity: 1;
}

.InfoTitle {
  font-size: 25px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
  white-space: pre-wrap;
  font-family: WILOPlusFMReg;
  letter-spacing: .25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
}

.InfoBody {
  margin-top: 10px;
  border-radius: 3px;
  height: 100%;
  font-size: 15px;
  text-align: left;
  color: #fff;
  overflow: hidden;
  font-family: WILOPlusFMReg;
  font-weight: 400;
}

.InfoContact {
  margin-top: 15px;
  padding: 5px;
  border-radius: 3px;
  height: 100%;
  font-size: 20px;
  text-align: left;
  color: #fff;
  overflow: hidden;
  font-family: WILOPlusFMreg;
  font-weight: 400;
  word-break: break-word;
}

.InfoLink {
  margin-top: 15px;
  border-radius: 3px;
  height: 100%;
  font-size: 20px;
  display: block;
  color: #ffb400;
  overflow: hidden;
  font-family: WILOPlusFMBol;
  word-break: break-word;
  max-height: 75px;
  text-decoration: none;
  text-align: center;
}

.Mobile {
  display: none;
}

.Desktop {
  display: inline;
}

/*

.iframe-container{
	  position: relative;
	  width: 100%;
	  padding-bottom: 56.25%; 
	  height: 100%;
}

.iframe-container iframe{
	  position: absolute;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  
} */
/* MOBILE STYLES*/
@media screen and (max-device-width: 900px) {
  .Mobile {
    display: inline;
  }
  .Desktop {
    display: none;
  }
  .InfoContainer {
    width: 260px;
    padding: 10px;
  }
  .InfoTitle {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .InfoBody {
    margin-top: 10px;
  }
  .Help {
    display: none;
  }
  .HelpBtn {
    display: none;
  }
}

@media screen and (max-device-width: 900px) and (orientation: landscape) {
  .Mobile {
    display: inline;
  }
  .Desktop {
    display: none;
  }
  .InfoContainer {
    width: 260px;
    padding: 10px;
  }
  .InfoTitle {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .InfoBody {
    margin-top: 10px;
  }
  .Help {
    display: none;
  }
  .HelpBtn {
    display: none;
  }
}

/* FULLSCREEN STYLES */
/*# sourceMappingURL=styles.css.map */