#pc-popup-overlay-33 {
top: 0; 
right: 0; 
bottom: 0; 
left: 0; 
z-index: 99999; 
background-color: rgba(0, 0, 0, 0.7); 
position: fixed; 
cursor: default; 
display: none; 
width: 100%; 
height: 100%; 
overflow: auto;	  
} 
#pc-popup-overclose-33 {
top: 0; 
right: 0; 
bottom: 0; 
left: 0; 
z-index: 99999; 
cursor: default;		
width: 100%; 
height: 100%; 
} 
#pc-popup-window-33{
width:65%; 
padding:10px; 
border: 0px solid #000000; 
z-index:99999; 
position: fixed; 
top:10%;	
border-radius:5px; 
right:0%;
left:0%;
margin: auto; 
display: none;	
height: auto;
margin-bottom:40px;	
background: #ffffff;
}
#pc-popup-window-33 img{
max-width:100%;
height: auto;
}
#pc-popup-close-33 {
position: absolute; 
top: -7px; 
right: -6px;	 
font-size: 14px; 	
font-weight: bold; 
cursor:pointer; 
display: none; 
} 
#pc-close-circle-33{
color: #ffffff;
}
#pc-close-times-33{
color: #000000;
}
.pc-popup-botton-33 {
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; 
}
.pc-popup-botton-33:hover {	
background: #797979; 
}
@media only screen and (max-width: 1024px){
#pc-popup-window-33 {
max-width:90%;
}
}