/*-------------------------------

	POPUP.CSS

-------------------------------*/

.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.popup_cont {
    position: fixed;
    z-index: 102;
    max-height: 90% !important;
}

.preloader {
	z-index: 101;
}

/*---------------------

	EDIT BELOW

*/

/*.popup_close {
	color: #888;
	cursor: pointer;
	position: absolute;
	padding: 5px;
	right: 5px;
	top: 0;
}

.popup_close:hover {
	color: #111;
}*/

.popup_back {
	cursor: pointer;
	background-color: #222;
}

div.popup {
	background: #fff;
	/*padding: 25px;*/
	box-shadow: 0 3px 10px #222;
	border-radius:1em;
}

.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}

/*Pop‚Ì•\Ž¦ ryu*/

/*--------------------
Boarding Pass
--------------------*/
.popup-body {
  /*position: relative;*/
  /*top: 50%;
  left: 50%;*/
  /*-webkit-transform: translate(-50%, -0%);
          transform: translate(-50%, -0%);*/
  /*width: 95%;
  height: 98%;*/
  font-size:1.5em;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 0.3em 2em rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /*text-transform: uppercase;*/
  /*--------------------
  Header
  --------------------*/
  /*--------------------
  Cities
  --------------------*/
  /*--------------------
  Infos
  --------------------*/
  /*--------------------
  Strap
  --------------------*/
}
.popup-body small {
  display: block;
  font-size: 1.5em;
  color: rgba(12, 54, 88, 1);
  margin-bottom: 2px;
}
.popup-body strong {
  font-size: 1.3em;
  display: block;
}
.popup-body .header {
  background: -webkit-linear-gradient(top,  #a4c1d7,#68a9cf);
  background: linear-gradient(to bottom,  #a4c1d7,#68a9cf);
  padding: 0.2em 2em;
  height: 4.5em;
  width:100%;
}
.popup-body .header .st {
  float: left;
  color: #fff;
  text-align: left;
}
.popup-body .header .st small {
  font-size: 2em;
  margin-bottom: 2px;
  opacity: 0.8;
}
.popup-body .header .st strong {
  font-size: 2em;
  /*margin-top: 0.7em;
  margin-left: -1em;*/
  line-height:2em;
}

.popup-body .header .flight {
  float: right;
  color: #fff;
  text-align: right;
}
.popup-body .header .flight small {
  font-size: 2em;
  margin-bottom: 2px;
  opacity: 0.8;
}
.popup-body .header .flight strong {
  font-size: 2.5em;
}

.popup-body .header .center {
  float:none;
  color: #fff;
  text-align:center;
}
.popup-body .header .center small {
  font-size: 2em;
  margin-bottom: 2px;
  opacity: 0.8;
}
.popup-body .header .center strong {
  font-size: 2.5em;
}

.popup-body .cities {
  position: relative;
}
.popup-body .cities::after {
  content: '';
  display: table;
  clear: both;
}
.popup-body .cities .city {
  padding: 0.5em 1.2em;
  float: left;
  padding-left: 1em;
}

/*.popup-body .cities .city:nth-child(2n) {
  float: right;
}
.popup-body .cities .city:nth-child(2n+1) {
  float: left;
}*/
.popup-body .cities .city strong {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1;
  /*margin-top:-0.3em;*/
}
.popup-body .cities .city small {
  margin-bottom: 0px;
  /*margin-left: 0.3em;*/
}
.popup-body .cities .city .hand {
 font-size:1.5em;
 position:absolute;
 margin-left:-2em;
 color:#239422;
}
.popup-body .cities .airplane {
  display:none;
  position: absolute;
  width: 5em;
  height: 2.5em;
  top: 57%;
  left: 30%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: move 4s infinite;
          animation: move 4s infinite;
}
@-webkit-keyframes move {
  40% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: 70%;
    opacity: 0;
  }
}
@keyframes move {
  40% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: 70%;
    opacity: 0;
  }
}
.popup-body .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style:solid;
  border-width:2px;
  border-color: #99D298;
  /*border-top: 2px solid #99D298;
  border-bottom: 2px solid #99D298;*/
}
.popup-body .infos .places {
  width: 56%;
  padding: 0.5em 0;
}
.popup-body .infos .times {
  width: 44%;
  padding: 0.5em 0;
}
.popup-body .infos .places::after,
.popup-body .infos .times::after {
  content: '';
  display: table;
  clear: both;
}
.popup-body .infos .times strong {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.popup-body .infos .places {
  background: #E2EFE2;
  border-right: 1px solid #99D298;
}
.popup-body .infos .places small {
  color: #97A1AD;
}
.popup-body .infos .places strong {
  color: #239422;
}
.popup-body .infos .box {
  padding: 0.6em 0.8em 0.6em;
  min-width: 35%;
  float: left;
}
.popup-body .infos .box2 {
  padding: 0.6em 0.8em 0.6em;
  width: 100%;
  float: left;
}
.popup-body .infos .box small {
  font-size: 1.1em;
}
.popup-body .infos .box2 small {
  font-size: 1.1em;
}
.popup-body .strap {
  clear: both;
  position: relative;
  border-top: 1px solid #99D298;
}
.popup-body .strap::after {
  content: '';
  display: table;
  clear: both;
}
.popup-body .strap .box {
  padding: 1.5em 0 0.5em 1.2em;
}
.popup-body .strap .box div {
  margin-bottom: 0.8em;
}
.popup-body .strap .box div small {
  font-size: 2em;
}
.popup-body .strap .box div strong {
  font-size: 2.5em;
}
.popup-body .strap .box sup {
  font-size: 8px;
  position: relative;
  top: -5px;
}

.popup-body .strap .box2 {
  padding: 1.5em 0 1.2em 1.2em;
}
.popup-body .strap .box2 div {
  margin-bottom: 0.8em;
}
.popup-body .strap .box2 div small {
  font-size: 2em;
}
.popup-body .strap .box2 div strong {
  font-size: 2.5em;
}
.popup-body .strap .box2 sup {
  font-size: 0.8em;
  position: relative;
  top: -5px;
}
.popup-body .strap .qrcode {
  position: absolute;
  top: 0.8em;
  right: 1em;
  width: 8.5em;
  height: 8.5em;
}
.popup-body input.popinput {
  border-radius:0.25em;
  width: 100%;
  padding:0.3em 0.3em;
}
.popup-menu,.popup-menu-left,.popup-menu-right,.popup-menu-center {
  -webkit-animation: pulse 0.5s;
  -moz-animation: pulse 0.5s;
  animation: pulse 0.5s;
  height: 1.5em;
  /*margin-top: 3rem;*/
  background: teal;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.15em 0.1em #005a5a;
  cursor: pointer;
 /*float: left;*/
 display: block;
 margin-right: 2.35765%;
 width: 38.82117%;
 color:white;
 text-align:center;
 /*padding-top: 0.5em;*/
 margin:0.4em;
}

.popup-menu-left {
	position: relative;float:left;font-size: 2.3em!important;/*line-height: 0;*/z-index: 50;
}
.popup-menu-right {
	position: relative;float:right;font-size: 2.3em!important;/*line-height: 0;*/z-index: 50;
}
.popup-menu-center {
	position: relative;float:none;font-size: 2.3em!important;/*line-height: 0;*/z-index: 50;margin: 0.4em auto 0.4em;
}