
.pWin {
  display: inline-block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  background: rgba(28, 16, 38, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE21242E, endColorstr=#EE21242E);  /* IE6–IE8 */
  zoom: 1;
  min-height: 0;
  height:0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; 
  z-index: 999;
  clear:both;
  padding: 3em;
  visibility: hidden;
}

/* line 66, ../scss/_remodal.scss */
.pWin > * { -webkit-transform: translateZ(0px); }

/* line 70, ../scss/_remodal.scss */
.pWin:after {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle; }
  
.pWin .bg { 
  font-size: 1em;
  position: relative;
  display: inline-block;
  min-width: 50%;
  width: 50%;
  min-height: 1px;
  padding: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  color: #000000;
  background: #FFFFFF;
 /* background: url(../res/img/splash-3x.png);
  background-attachment: fixed;
  background-size:cover;*/
  
  background-clip: padding-box;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}  
  
.pWin .bg { 
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; 
}
    
.pWin .bg h1{ font-size: 2em; } 
 
.reg { border: 1px solid #FF2619 !important; }
 
.pWin .bg .dialog_head {  background: none; border:none; }
.pWin .bg .xWin {
  position: absolute;
  top: 3px;
  right: 0em;
  width: 2em;
  height: 2em;
  text-decoration: none;
  color: #FFFFFF;
}

.pWin .bg .xWin:after {
  display: block;
  font-size: 1em; 
  line-height: 2em;
  width: 100%;
  height: 100%;
  content: "×";
  cursor: pointer;
  text-decoration: none;
}

.pWin .bg .xWin:hover, .pWin .bg .xWin:active {
 /* background: #02747b; */
}

.xWin:hover.xWin:after,.xWin:active.xWin:after {
  color: #1AE6AF;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
 
.pWin .bg .radio_cont2, .pWin .bg .radio_cont2 .radio_img  { height:100%; max-height:100%; max-width:100%;}
.pWin.slideimg .bg { min-height: 200px; height: 200px; min-width:90%; width:90%; }

.pWin .bg .container { max-width:100%; }
/* AJ  END */
