
/*--------*/
a#modalClose {
	font-weight: bold;
	    color: #2a39ff;
   display: block;
 float: right;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}

#modalWindow{
	width:630px;
	height:330px;
	padding:10px;
	display:none;	
	overflow: auto;
}
.englishVersion  #modalWindow{
	width:650px;
	height:460px; 
}

#modalTopbar{
	width:100%;	
	overflow:hidden;
}
#modalFeature {
	position:relative;
	overflow:hidden;	
	/*height:528px;*/
		 margin: 5px 0;
	line-height: 1.5;
}
#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{	
    font-size: 16px;    
	    margin: 10px;
/*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;
}

@media screen and (max-width: 767px){
	#modalWindow {
		margin-left: 0 !important;
		left: 0 !important;
		width: 100%  !important;
		height:460px!important; 
	}
}
/*=======================================*/