 #wow-modal-overlay-9 {
	 top: 0; 
	 right: 0; 
	 bottom: 0; 
	 left: 0; 
	 z-index: 999; 
	 background-color: rgba(0, 0, 0, 0.7); 
	 position: fixed; 
	 cursor: default; 
	 display: none; 
	 width: 100%; 
	 height: 100%; 
	 overflow: auto;	  
} 
#wow-modal-overclose-9 {
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	z-index: 999999; 
	cursor: default;		
	width: 100%; 
	height: 100%; 
} 
#wow-modal-window-9{
	width:320px; 
	padding:0px; 
	border: 0px solid #eeeeee; 
	z-index:999; 
	position: absolute; 
	top:5%;		left:0%;	right:0%;	border-radius:0px; 
	margin: auto; 
	display: none;	
	height: auto;
	margin-bottom:40px;	background: #ffffff;
	}
#wow-modal-close-9 {
	position: absolute; 
	top: -10px; 
	right: -10px;	 
	font-size: 14px; 	
	font-weight: bold; 
	cursor:pointer; 
	display: none; 
} 
#close-text-9{
	border: 1px solid #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; 
	-ms-border-radius: 15px; 
	-o-border-radius: 15px;
	border-radius: 15px;
	background-color: #000000;
	color: #ffffff; 
	padding:6px 9px; 	
}
#close-circle-9{
	color: #000000;
}
#close-times-9{
	color: #ffffff;
}
.wow-modal-botton-9 {
	text-decoration: none;
	color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
  -ms-border-radius: 4px;
	border-radius: 4px;
	padding: 14px 14px 12px;
	line-height: 14px;
	float: none;
	text-shadow: none;
	cursor:pointer;
	z-index: 9999;
	background: #383838; 
}
.wow-modal-botton-9:hover {	
	background: #797979; 
}


@media only screen and (max-width: 1024px){
#wow-modal-window-9 {
    max-width:85%;
}
}