.ujimodal a.close-modal{
    z-index: 999999;
}

.popups{
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
}

.ujipopup{
    padding: 0!important;
	display: none;
/*    overflow: auto;*/
}

.popups-bar{
   position: absolute;
	width: 100%;
	background: #000;
	padding: 5px 0;
	overflow: hidden;
	color: #fff;
	z-index: 10;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
}
.popups-bar div{
	line-height: 16px;
	display: inline;
}
.popups{
	margin: 0;
	overflow: hidden;
	display: block;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.popups-close{
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 2%;
}
.popups-close a{
	display: inline-block;
	color: #fff;
	padding-left: 20px;
	text-decoration: none;	
	
}
.popups-close a:hover{
	text-decoration: none;	
}

.inter-mess{
	padding: 0 10px 0 0px;
}
.popups-cnt{
	margin: 0 auto;
	height: 100%;
   overflow: auto;
}
.popups-cnt a{
	
}
.popups-cnt > p{
    padding: 0;
    margin: 0;
}
.popups-cnt a img{
    vertical-align: middle;
}

.popups-kkcount-down{
	margin: 0 2px;
}
.popups-kkcount-down .kkc-godz-text,
.popups-kkcount-down .kkc-godz{
	display: none;
}

/*Location */
.center-top{
    margin-top: 10px!important;
    top: 0!important;
 }
 
.left-top{
    top: 0!important;
    margin-top: 10px!important;
    left: 0!important;
    margin-left: 0!important;
 }
 
.right-top{
    left: inherit !important
    margin-right: 0 !important;
    margin-top: 10px !important;
    right: 14px !important;
    top: 0 !important;
 }
 
 .left-center{
    left: 0!important;
    margin-left: 0!important;
 }
 
 .right-center{
    left: inherit !important;
    margin-right: 0 !important;
    right: 14px !important;
 }
 
 .left-bottom{
    bottom: 0!important;
    left: 0!important;
    margin: 0!important;
    top: inherit !important;
 }
 
 .center-bottom{
    bottom: 0!important;
    top: inherit !important;
 }
 
 .right-bottom{
    bottom: 0!important;
    left: inherit !important;
    top: inherit !important;
    right: 14px !important;
 }

/* FIX SCROLL */
.simplemodal-wrap{
    overflow: inherit!important;
}
/*-------------------------------------------------------------------------------------------*/
/* AD CONTENT STYLES */
/*-------------------------------------------------------------------------------------------*/

/*
#popups-cnt h1,
#popups-cnt h2,
#popups-cnt h3,
#popups-cnt h4,
#popups-cnt h5,
#popups-cnt h6 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #363230;
  margin: 0 0 .618em;
  font-weight: normal;
}
#popups-cnt h1 a,
#popups-cnt h2 a,
#popups-cnt h3 a,
#popups-cnt h4 a,
#popups-cnt h5 a,
#popups-cnt h6 a {
  font-weight: normal;
}
#popups-cnt h1 {
  font-size: 2.244em;
  line-height: 1.387em;
}
#popups-cnt h2 {
  font-size: 1.618em;
  line-height: 1.387em;
}
#popups-cnt h3 {
  font-size: 1.387em;
}
#popups-cnt h4 {
  font-size: 1em;
}
#popups-cnt h5 {
  font-size: 1em;
}
#popups-cnt h6 {
  font-size: 0.857em;
}
#popups-cnt .alignleft{
  float: left;
  margin: 0 1.618em 1em 0;
}
#popups-cnt .alignright {
  float: right;
  margin: 0 0 1em 1.618em;
}
#popups-cnt .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 1.618em;
}
#popups-cnt p {
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 10px;
}

#popups_frame{
	height: 100%;
	width: 100%;
}*/