@media screen and (max-width: 699px){
	#ac-wrapper {
		display:none;
	}
}

@media screen and (min-width: 700px) and (max-width: 1023px){
	#ac-wrapper {
		display:none;
	}
}

@media screen and (min-width: 1024px){

#ac-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,.6);
z-index: 1001;
}
#ac-wrapper .popup{
width: 360px;
height: 130px;
background: #FFFFFF;
border: 5px solid #000;
border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
box-shadow: #64686e 0px 0px 3px 3px;
-moz-box-shadow: #64686e 0px 0px 3px 3px;
-webkit-box-shadow: #64686e 0px 0px 3px 3px;
position: relative;
/*top: 200px; left: 500px;*/
/*top: 200px; left: 120px;*/

top:40%;
clear:both;
margin:0 auto;

}

}
