#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:rgba(0, 0, 0, 0.58);
    display:none;
    z-index: 9999999999;
}

#dialog {
    background-size: cover;
    background-repeat: no-repeat;
    padding:10px;
    margin: 0 auto;
    background-color:#ffffff;
    color: black;
    font-size: 15pt;
    position:fixed;
    width:600px;
    display:none;
    z-index:9999;
    padding:20px;
    text-align: center;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index: 99999999999;
}

#newsletter_popup_title{
    margin-bottom: 10px;
}

#newsletter_popup_content{
    width: 50%;
    padding:5px;
}

.dir_rtl .newsletter_popup #newsletter_popup_content
{
    text-align: right;
    direction: rtl;
    float: right;
}

.dir_ltr .newsletter_popup #newsletter_popup_content
{
    text-align: left;
    direction: ltr;
    float: left;
}

#newsletter_popup_email{
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: .875em;
    margin: 0 0 1em 0;
    padding: .5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
    -webkit-transition: box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    outline: none;
}

.dir_rtl #newsletter_popup_email{
    text-align: right;
}

.dir_ltr #newsletter_popup_email , .dir_rtl #newsletter_popup_email:focus{
    text-align: left;
}

#subscribe_email:focus{
    background: #fafafa;
    border-color: #999;
    outline: none;
}
#newsletter_popup_submit{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    transition: 300ms;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    line-height: 1.6875;
    padding: .10em 1.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px;
    background-color: #9b59b6;
    box-shadow: 0px 5px 0px 0px #82409D;
}

#newsletter_popup_submit:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}

#newsletter_popup_submit:hover {
    background-color: #B573D0;
}

#newsletter_popup_close{
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    top:0;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    text-align: center;
    line-height: 23px;
}
.dir_ltr #newsletter_popup_close {
    right:0;
}

.dir_rtl #newsletter_popup_close {
    left:0;
}
#newsletter_popup_text{
    font-size: 15px;
    text-align: justify;
    margin-bottom: 10px;
}

.dir_rtl .newsletter_popup #newsletter_popup_title{
    font-family: mynassim,verdana,Arial,Tahoma;
}

.dir_ltr .newsletter_popup #newsletter_popup_title{
    font-family: Helvetica,sans-serif;
}

.dir_rtl .newsletter_popup #newsletter_popup_text , .dir_rtl .newsletter_popup #newsletter_popup_submit , .dir_rtl #newsletter_popup_result , .dir_rtl .gender_button , .dir_rtl #newsletter_popup_email{
    font-family: "MyYekan2","mynassim",verdana,Arial,Tahoma;
}

.dir_ltr .newsletter_popup #newsletter_popup_text , .dir_ltr .newsletter_popup #newsletter_popup_submit ,
.dir_ltr #newsletter_popup_result , .dir_ltr .gender_button ,
.dir_rtl #newsletter_popup_email:focus , .dir_ltr #newsletter_popup_email {
    font-family: "Open Sans",Helvetica,sans-serif;
}

input.newsletter_popup_email_focused{
    font-family: "Open Sans",Helvetica,sans-serif !important;
}

.gender_button_container {
    margin-top: 15px;
}

.newsletter_popup_fail{
    background: #ff4b4b;
    padding: 6px;
    color: white;
}

.newsletter_popup_success{
    background: #008a0c;
    padding: 6px;
    color: white;
}

#newsletter_popup_result{
    font-size: 13px;
    margin-top: 15px;
    display: none;
}

.gender_button_container{

}

.gender_button {

    width: 48%;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    transition: 300ms;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    font-size: 13px;
    line-height: 1.6875;
    padding: .3425em 1.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px;
    background-color: #9b59b6;
    box-shadow: 0px 5px 0px 0px #82409D;
}

.gender_button:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}

.gender_button:hover {
    background-color: #B573D0;
}

.last_gender_btn{
    margin-right: 1%;
}
