/* CSS Document */

.leadpop{position:fixed; transition: all 1s ease;z-index:999; display:none; width:100%; height:100%;}
.leadpop .ad_close{position:absolute; top:-12px; left:-12px; border-radius:50%; width:24px; height:24px; line-height:24px; background-color:#ffffff; z-index:998; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.38);-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.38);box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.38); text-align:center; cursor:pointer;}
.leadpop .ad_close .fa{line-height: 22px;}
.leadpop .title{ overflow:hidden; background-repeat:no-repeat; background-size:cover; position:relative;  background-position:center center;}
.leadpop .ad_body{direction:rtl; line-height:0;}
.leadpop .ad_body img{max-width:100%;}
.leadpop .title{}
.showme{display:block!important;}

.leadpop .ad_container{width:300px; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.38);-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.38);box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.38); background-color:#ffffff;}
.leadpop h3{ background-color:rgba(0,0,0,0.5); background-color:#335956; position:absolute; width:100%; bottom:0px; left:0px; box-sizing: border-box; padding:20px; direction:rtl; color:#ffffff;margin:0px; font-size:1.3em;}

.leadpop.slide{bottom:-400px; right:20px; width:auto!important; height:auto!important;}
.leadpop.slide .title{}
.leadpop.showme.slide{bottom:30px!important;}

.leadpop.popup{}
.leadpop.popup .ad_overlay{position:fixed; z-index:998; width:100%; height:100%; top:0px; left:0px; background-color:rgba(0,0,0,0.4);}
.leadpop.popup .ad_container{position:absolute; z-index:999; top:50%; left:50%; transform: translate(-50%, -50%);width:70%; min-width:300px; max-width:600px; min-height:250px;}
.leadpop.showme.popup{bottom:10px!important;}

.leadpop.kill{display:none!important}
.leadpop a{display:block;}
.leadpop a:hover .title h3, .leadpop a:hover .title h3 strong{background-color:#D4CA97; color:#335956!important;}

@media only screen and (max-width: 767px) {body{margin-bottom:230px;}}