/**
 * pop subscribe window
 */
#pop_up_subscriber {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

.pop_up_subscriber_ui {
    background: #e11e28;
    box-shadow: 0 0 15px #000;
    margin: 25% auto;
    padding: 2px 15px;
    position: relative;
    max-width: 300px;
}

.pop_up_subscriber_ui .pop_up_subscriber_text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
}

.pop_up_subscriber_ui form {
    margin: 10px 0 15px 0;
}

.pop_up_subscriber_ui form input {
    display: inline;
    height: 40px;
}

.pop_up_subscriber_ui form input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: bold !important;
    text-shadow: none;
    text-transform: uppercase;
    width: 30%;
}

.pop_up_subscriber_ui form input[type="submit"]:hover {
    background: #e11e28 !important;
}

.pop_up_subscriber_ui form .button {
    height: 42px;
    margin-left: -5px;
    width: 25%;
}

.pop_up_subscriber_ui form .email {
    width: 50%;
}

.pop_up_subscriber_ui .pop_up_subscriber_exit {
    background: #e11e28;
    border: dotted 1px #fff;
    color: #fff;
    display: inline-block;
    float: right;
    font: 14px/18px sans-serif;
    height: 18px;
    left: 7px;
    padding-left: 1px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 17px;
    z-index: 999999998;
}

.pop_up_subscriber_ui .pop_up_subscriber_exit:hover {
    background: #fff;
    border: dotted 1px #fff;
    color: #e11e28;
    cursor: pointer;
}

/**
 * popup donate window
 */
#pop_up_donate {
    background-color: rgba(255, 255, 255, 0.8);
    border-collapse: collapse;
    color: #fff;
    font-family: 'Open Sans' !important;
    height: 100%;
    overflow: scroll;
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

.pop_up_donate_ui {
    background-image: url("blue-grad-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px #000;
    height: auto;
    margin: 10% auto;
    padding: 2px 15px 15px 15px;
    position: relative;
    max-width: 500px;
    z-index: 999999999;
}

.pop_up_donate_ui .pop_up_donate_text {
    margin: 0 auto;
    width: 100%;
}

.pop_up_donate_ui .pop_up_donate_text p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 32px;
    margin: 0 0 10px 0;
    text-align: center;
}

.pop_up_donate_exit {
    float: right;
    height: 50px;
    position: fixed;
    right: 5px;
    top: 10px;
    width: 50px;
}

.pop_up_donate_exit:hover {
    cursor: pointer;
}

.pop_up_donate_button {
    background-color: #73cde1 !important;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    margin: 5px 3px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    width: 31.33%;
}

.pop_up_donate_button:hover {
    background-color: #e11e28 !important;
    color: #fff;
}

.pop_up_donate_button_lower {
    width: 157px;
}

.pop_up_donate_other {
    border: 0;
    color: #a0a0a0 !important;
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-weight: bold !important;
    height: 47px !important;
    margin: 2px 0 0 3px;
    padding: 0;
    text-align: center;
    width: 25.7%;
}

.donation_popup_frequency {
    margin: 15px 0 0 0;
}

input#Recurring {
    background-color: #fff;
    border: 0;
    font-size: 14px;
    height: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    width: 15px;
}

select#Periodicity {
    border: solid 1px #fff;
    cursor: pointer;
    color: #a0a0a0;
    font-size: 16px;
    height: 50px;
    padding: 0;
    width: 243px;
}

.pop_up_donate_submit_button {
    background-color: #73cde1 !important;
    border: solid 1px #fff;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    width: 243px;
}

.pop_up_donate_submit_button:hover {
    background-color: #e11e28 !important;
}

.donation_popup_frequency span.donation_popup_frequency_text {
    bottom: 2px;
    font-family: 'Open Sans' !important;
    font-size: 12px !important;
    font-weight: bold !important;
    position: relative;
}

/**
 * pop donation (image) window
 */

 #pop_up_donate_image {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

.pop_up_donate_image_ui {
    height: 600px;
    margin: 5% auto;
    width: 800px;
    z-index: 999999999;
}

.pop_up_donate_image_col_l {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(252, 252, 232);
    float: left;
    height: 600px;
    padding: 15px 40px;
    width: 427px;
}

.pop_up_donate_image_col_l hr {
    border: 0;
    border-top: 5px solid rgb(240, 86, 67);
    height: 1px;
    margin: 20px 0 0 0;
    padding: 0;
}

.pop_up_donate_image_col_r {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("tis-the-season-2018.png");
    background-repeat: no-repeat;
    float: left;
    height: 600px;
    padding: 25px 20px;
    width: 373px;
}

.pop_up_donate_image_exit {
    background-image: url("close-simple.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 20px;
    position: relative;
    left: 290px;
    top: -15px;
    width: 20px;
}

.pop_up_donate_image_text {
    color: #000;
    font-family: "Open Sans Regular" !important;
}

.pop_up_donate_image_text h1 {
    color: rgb(240, 86, 67);
    font-family: "Open Sans Bold" !important;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.pop_up_donate_image_text p {
    color: rgb(240, 86, 67);
    font-family: "Open Sans Bold" !important;
    font-size: 18px;
    line-height: 22px;
    margin: 30px 0 0 0;
    text-align: center;
}

.pop_up_donate_image_text p strong {
    color: #000;
    font-family: "Open Sans Bold" !important;
    font-size: 23px;
}

.pop_up_donate_button_mobile {
    display: none;
}

.pop_up_donate_image_logo {
    background-image: url("fire-logo-red-rgb.png");
    background-repeat: no-repeat;
    height: 100px;
    margin: 0 auto;
    width: 200px;
}

.pop_up_donate_image_button,
#pop_up_donate_image_form input[type="text"],
.pop_up_donate_image_submit_button {
    background-color: transparent !important;
    border: 1px solid rgb(240, 86, 67) !important;
    border-radius: 25px !important;
    color: rgb(240, 86, 67) !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: normal !important;
    height: 45px !important;
    margin: 20px 0 0 0;
    padding: 0 !important;
    text-align: center;
    text-shadow: none !important;
    width: 145px !important;
}

.pop_up_donate_image_button_left {
    margin: 20px 46px 0 0;
}

.pop_up_donate_image_submit_button {
    width: 347px !important;
}

.pop_up_donate_image_button:hover,
#pop_up_donate_image_form input[type="text"]:hover,
.pop_up_donate_image_submit_button:hover {
    background-color: rgb(240, 86, 67) !important;
    border: 1px solid rgb(240, 86, 67) !important;
    color: rgb(252, 252, 232) !important;
}


/* mobile */

@media (max-width: 767px) {
    .pop_up_donate_button_mobile {
        display: inline-block;
    }

    .pop_up_donate_button_no_mobile {
        display: none;
    }

    .pop_up_donate_image_exit {
        background-image: url("close-simple.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 20px;
        left: 0 !important;
        width: 20px;
    }

    .pop_up_donate_button,
    .pop_up_donate_submit_button,
    .donation_popup_frequency,
    .donation_popup_frequency select {
        margin: 5px 0;
        width: 100% !important;
    }

    .pop_up_donate_other {
        margin: 5px 0;
        width: 91%;
    }

    #pop_up_donate {
        left: 0;
    }

    .pop_up_donate_ui {
        background-position: center bottom;
        margin: 20% 5%;
    }

    select#Periodicity {
        padding-left: 37%;
        width: 100%;
    }

    .pop_up_donate_ui .pop_up_donate_text p {
        font-size: 18px;
        line-height: 26px;
    }

    .donation_popup_frequency span.donation_popup_frequency_text {
        bottom: 2px;
        font-size: 12px !important;
    }

    .donate_timer {
        width: 100%;
    }

    .pop_up_donate_image_text,
    #pop_up_donate_image_form {
        padding: 25px;
    }

    .pop_up_donate_image_ui {
        height: auto;
        margin: 0 auto;
        max-width: 350px;
    }

    .pop_up_donate_image_col_l {
        float: none;
        height: auto;
        padding: 0;
        width: 100%;
    }

    .pop_up_donate_image_button,
    #pop_up_donate_image_form input[type="text"],
    .pop_up_donate_image_submit_button {
        width: 100% !important;
    }

    .pop_up_donate_image_button_left {
        margin: 20px 0 0 0;
    }

    .pop_up_donate_image_submit_button {
        width: 100% !important;
    }

    .pop_up_donate_image_col_l hr {
        margin: 20px 25px 0 25px;
    }
}

@media (max-width: 480px) {
    #pop_up_donate_image {
        overflow-y: scroll;
    }

    .pop_up_donate_image_ui {
        max-width: 100%;
    }

}