.pl-sn-easy-modal .pl-sn-pad {
  z-index: initial;
}
.pl-sn-easy-modal div#easy-modal {
z-index:10000!important;
color: #000;

}
button.icon-close {
    background: #FFF;
    position: absolute;
    margin-bottom: 10px;
    right: -8px;
    top: -8px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    color: #a9a9a9;
    cursor: pointer;
    padding: 2px 6px 5px;
    -webkit-box-shadow: -2px 5px 15px 0px rgba(0,0,0,0.25);
   -moz-box-shadow: -2px 5px 15px 0px rgba(0,0,0,0.25);
   box-shadow: -2px 5px 15px 0px rgba(0,0,0,0.25);
}
.modal.padding {
    padding: 1em;
}
.pl-sn-easy-modal button {
    color: inherit;
    font-weight: normal;
}
.pl-sn-easy-modal h3.modal-subheading {
    margin: .3em 0;
    font-weight: 300;
    font-size: 1em;
}
.pl-sn-easy-modal header.modal-header {
    padding: 1em 1em .5em;
}
.pl-sn-easy-modal h2.modal-heading {
    margin: 0 0 .3em;
}

footer.modal-footer {
    height: 40px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
}
header.modal-header {
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}
