
/* style untuk link popup */  
#websale-no {
background-color: rgba(0,0,0,0.7);
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
margin:0;
-webkit-animation:autopopup 2s;
-moz-animation:autopopup 2s;
animation:autopopup 2s;
z-index:2000;
}
a.popup-link {
padding:10px 0;
text-align: center;
margin:10% auto;
position: relative;
width: 300px;
color: #000000;
text-decoration: none;
background-color: white; 
border:5px solid red;
border-radius: 3px;
box-shadow: 0 5px 0px 0px #eea900;
display: block;
}
a.popup-link:hover {
background-color: #000000;
box-shadow: 0 3px 0px 0px #eea900;
-webkit-transition:all 1s;
transition:all 1s;
}
/* end link popup*/
/* animasi popup */@-webkit-keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
@-moz-keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
@keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
/* end animasi popup */
/*style untuk popup */

#websale-no:target {
-webkit-transition:all 1s;
-moz-transition:all 1s;
transition:all 1s;
opacity: 0;
visibility: hidden;
}
@media (min-width: 768px){
.popup-container {
width:300px;
}
}
@media (max-width: 767px){
.popup-container {
width:95%;
}
}
.popup-container {
position: relative;
margin:7% auto;
padding:30px 50px;
background-color:#fff;
color:red;
border:red 2px solid;
border-radius: 50px; 
}

a.popup-close {
position: absolute;
top:10px;
right:30px;
background-color:#FFF;
}
.popup-container  > .header{font-size:3rem;}

#Pop_Info {	 
position:relative;
margin-top:25px; 
width:250px;
border:red solid 1px;
}
.rb-answer {width:200px;margin-bottom:10px;}
.rb-answer > .btn-no{float:right;}		 
.rb-answer > .btn-yes{float:left;}

#Pop_Info a{
text-decoration:none;
} 

.pop-text{
color:#000;
font-size:2rem;
}
