/*!
 * Oriental GT Inc
 */
body {
  background: url("assets/img/avbgpic.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-family: 'Raleway', sans-serif !important;
}
#age-verify {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
#age-verify .window {
  position: absolute;
  top: 50%;
  left: 1300px;

  width: 400px;
  height: 250px;
  overflow: hidden;
  padding: 40px;
  margin-left: -200px;
  margin-top: -125px;
  background-color: white;
  border: 6px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  -webkit-transition: 500ms;
  transition: 500ms;
  /*+border-radius: 20px;*/

}
#age-verify .window span {
  display: block;
  text-align: center;
    color: #000000;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif !important;
}
#age-verify .window span.title {
  color: Black;
  font-size: 24px;
  font-weight: bold;
}
#age-verify .window button {
  border: 0;
  margin: 0;
  padding: 0;
  width: 48%;
  height: 45px;
  color: #FFF;
  font-size: 18px;
  background-color: #045FA4;
  margin-top: 20px;
  font-family: 'Raleway', sans-serif !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s;
  transition: 0.2s;
  /*+border-radius: 54px;*/

}
#age-verify .window button.back {
  display: block;
  float: none;
  margin: auto;
  background-color: #F7572E;
  color: #FFFFFF !important;
  margin-top: 20px;
}
#age-verify .window button.yes {
  float: left;
  background-color: #058405;
}
#age-verify .window button.no {
  float: right;
  background-color: #D30101;
}
#age-verify .window button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  background-color: #037BC6;
}
#age-verify .window .underBox {
  position: absolute;
  width: 400px;
  height: 250px;
  padding: 40px;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #0D3D50;
  -webkit-transition: 500ms;
  transition: 500ms;
  box-sizing: border-box;
}
#age-verify .window .underBox * {
  color: #FFF !important;
}
#age-verify.hidden {
  opacity: 0;
  visibility: hidden;
}
#age-verify.hidden .window {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
#age-verify.under .window .underBox {
  top: 0%;
}

.avlogo{
margin: auto;
margin-top: 40px;
}

