.close {opacity: 0.5;}
.close:hover {opacity: 0.8;}
.modal {background-color:transparent;
border: 0px;
    border-radius: 6px;
    box-shadow: none;
    margin:0 auto;
    outline: 0 none;
    position: fixed;
    top: 10%;
		bottom:auto;
	padding:0px;
    width: 700px;
    z-index: 1050;
	}
.modal-body {max-height:none;z-index: 1250;}
.modal-dialog {z-index: 1250;}
#ads-modal .modal-dialog {width:700px;max-width: 100%;margin: 0 auto;}
#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){ 
.modal {margin-left:0;width:100%;right:0;}

.modal.fade.in {top:15%;}
}