#wow-modal-window-24{
	width:662px; 
	height: auto;
	margin-bottom:40px;		
}
#wow-modal-close-24 {
	position: absolute; 
	top: -15px; 
	right: -15px;	 
	font-size: 14px; 	
	font-weight: bold; 
	cursor:pointer; 
	display: none; 
} 

#close-circle-24{
	color: #000000;
}
#close-times-24{
	color: #ffffff;
}
.wow-modal-botton-24 {
	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-24:hover {	
	background: #797979; 
}

@media only screen and (max-width: 1024px){
#wow-modal-window-24 {
    width:85%;
}
}