.close {opacity: 0.5;}
.close:hover {opacity: 0.8;}
#ads-modal .modal {background-color:transparent;
border: 0px;
    border-radius: 6px;
    box-shadow: none;
    right: 50%;
   /*margin-left: -350px;*/
    outline: 0 none;
    position: fixed;
    top: 10%;
	padding:0px;
    /*width: 700px;*/
    z-index: 1050;
	}
#ads-modal .modal-body {max-height:none;z-index: 1250;}
#ads-modal .modal-dialog {z-index: 1250;}
#ads-modal .modal-dialog {
    max-width: 700px !important;
		width:auto !important;
		pointer-events: auto !important;}
}
#dark-overlay {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

@media (max-width:767px){ 
#ads-modal .modal {margin-left:0;width:100%;right:0;}

#ads-modal .modal.fade.in {top:15%;}
}