
/*--------*/
a#modalClose {
  display: block;
  font-size: 24px;
  color: white;
  text-decoration: none;
}

#modalWindow_layer{
	width: 100%;
	height: 100%;
	position: absolute;
}
#modalWindow{
	width:440px;
	/*max-height:625px;*/
	padding:10px;
	display:none;
	position: relative !important;
    left: 0 !important;
	margin: auto !important;
	scrollbar-width: none;
	border-radius: 10px;
}
#modalTopbar{
	position: relative;
	top: 17.5%;
	left: 215px;
	height: 35px;
	width: 35px;
	margin: auto;
	background-color: #1B78B6;
	border-radius: 50%;
	border: 4px solid white;
	box-shadow: 0 0 5px #000;
	display: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 9002;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
	#modalTopbar{
		position: absolute;
		top: 15%;
		left: auto;
		right: 0;
	}
}
#modalFeature {
	position:relative;
	overflow:hidden;
	line-height: 1.1;
}
#modalSkip{
	position:fixed;
	top:0;left:0;
	z-index:3;	
	width:auto;
	background:#000;
	color:#fff;
	font-weight:bold;
	padding:10px 20px;
	display:none;	
}
#modalFeature_content a:link{
	color:#2a39ff; text-decoration:underline
	
	}
	
#modalFeature_content{	    
/*text-align: justify;*/
}
.modal {
  //display: none;
  width: 640px;		/* equal iframe video width */
  background: #fff;
  padding: 15px 30px;
  /*
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  */
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}


/*=======================================*/