#ouibounce-modal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(0,0,0,.75);
}
#ouibounce-modal .modal {
    max-width: 700px;
    height: 500px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
    overflow-y: auto;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    background-color: #e4dcc5;
}
#ouibounce-modal .modal-title {
    font-size: 18px;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}
#ouibounce-modal .header-description {
    font-size: 32px;
    font-weight: 500;
    text-align: center !important;
    width: 100%;
    color: #ff0000;
    position: absolute;
}
#ouibounce-modal .modal-body {
    padding: 20px;
    font-size: 0.9em;
    width: 100%;
    z-index: 9;
}
#ouibounce-modal p {
    color: #344a5f;
}
#ouibounce-modal form {
    text-align: center;
}
#ouibounce-modal form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form p {
    text-align: center;
}
#ouibounce-modal .modal-footer {
    text-align: center;
    width: 100%;
    padding: 0;
    border-top: 0;
    font-size: 13px;
    margin-bottom: 10px;
}
#ouibounce-modal .modal-footer img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
}
#ouibounce-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}
#ouibounce-modal .block-content {
    position: relative;
    margin-top: 0;
    display: inline-block;
}
#ouibounce-modal .block-content input[type=email] {
    height: 40px;
    border: 2px solid #09a910;
    border-radius: 0;
}
#ouibounce-modal .block-content .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
}
@media only screen and (max-width: 424px){
    #ouibounce-modal form p {
        font-size: 13px;
    }
    #ouibounce-modal .block-content input[type=email] {
        width: 250px !important;
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
#ouibounce-modal .popup-date{
    color: #ff0000;
}
#ouibounce-modal .popup-texts{
    display: flex;
    flex-flow: column;
    font-size: 15px;
    line-height: 20px;
}
#ouibounce-modal .popup-text{
    display: flex;
    flex-flow: column;
}
#ouibounce-modal .popup-text{
    padding: 15px 0;
}
#ouibounce-modal .modal-body .block-desc {
    line-height: 1;
}

/* responsive */
@media only screen and (max-width: 725px){
    #ouibounce-modal .modal{
        max-width: 600px;
        height: 425px;
    }
    #ouibounce-modal .header-description{
        font-size: 25px;
    }
    #ouibounce-modal .modal-body{
        margin-top: 0;
    }
    #ouibounce-modal .popup-texts{
        font-size: 13px;
    }
}
@media only screen and (max-width: 425px){
    #ouibounce-modal .modal{
        max-width: 395px;
        height: 425px;
    }
    .model-header {
        max-height: 78px;
    }
    #ouibounce-modal .header-description{
        font-size: 18px;
    }
    #ouibounce-modal .modal-body{
        margin-top: 0;
    }
    #ouibounce-modal .popup-texts{
        font-size: 13px;
    }
}
@media only screen and (max-width: 375px){
    #ouibounce-modal .modal{
        max-width: 315px;
        height: 465px;
    }
    #ouibounce-modal .header-description{
        font-size: 13px;
    }
}
@media only screen and (max-width: 320px){
    #ouibounce-modal .modal{
        max-width: 290px;
        height: 475px;
    }
}
hr{
    border-color: #ff0000;
}
.popup-texts.english {
    font-style: italic;
}
#ouibounce-modal .modal .modal-header{
    margin-top: 5px;
}
