/* css popup */

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('../images/overlay.png') repeat;
filter:alpha(opacity=70);
opacity: 0.6;
z-index: 999;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 999999;
}
.cnt223{
width: 300px;
height: 475px;
margin: 4% auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 10px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}

.cnt223 img{
margin: 0 auto;
position:absolute;
}

@media only screen and (min-width:320px) and (max-width:768px){

.cnt223{
width: 93%;
position: absolute;
padding: 10px;
margin: 40% auto;
height: auto !important;
}

.cnt223 img{
    width: 100%;
    position: relative;
    margin-top: -17px;
}
	
}

.cnt223 p{
clear: both;
color: #555555;
text-align: justify;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 18px;
position: relative;
top: -20px;
width: 34px;
z-index:9999;
}
.cnt223 .x:hover{
cursor: pointer;
}