#ouibounce-model {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}



#ouibounce-model h1 {
    font-size: 32px
}

#ouibounce-model .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,254,254,.88);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-model .model {
    max-width: 500px;
    height: 248px;
    background-color: #fdfdfd;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .1s;
    animation: popin .1s;
    text-align: center;
    border: 5px solid #ea212738;
    padding-top: 0rem;
    z-index: 10;
}

#ouibounce-model .model-title {
    font-size: 18px;
    background-color: #ff6700;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

#ouibounce-model h3 {
    color: #ffffff;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: bold;
    background: #65ba69;
    padding: 20px;
    border-radius: 5px;
    margin-top: 5px;
}

#ouibounce-model .model-body {
    padding: 20px 35px;
    font-size: .9em
}

#ouibounce-model form {
    text-align: center;
    margin-top: 35px
}

#ouibounce-model form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased
}

#ouibounce-model form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

#ouibounce-model form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}

#ouibounce-model .model-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%
}

#ouibounce-model .model-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f
}

@-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 {
    100%,85% {
        opacity: 1
    }

    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

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

    100% {
        -ms-transform: scale(1);
        transform: scale(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-model h3:hover {background-color: #64b866;box-shadow:0px 0px 5px #0000005c;text-decoration: none;}
.headlineHelperArea {
    background-color: orange;
    padding: 1rem;
}

.headlineHelperArea h4 {
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0 !important;
    margin: auto !important;
}
.insideHolderPop p {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    padding: 10px;
    margin-bottom: 0rem;
}

a.stay h3 {
    max-width: 80%;
    margin: auto;
}
#ouibounce-model a {
    text-decoration: none !important;
}
.letterHolder {
    position: absolute;
    top: -2%;
    left: -150px;
    transform: rotate(-5deg);
    clear: both;
    z-index: -10;
}
.discount-pop {
    height: 290px !important;
    padding: 0px !important;
}

.discount-pop p {
    max-width: 100%;
    line-height: normal;
}
.insideHolderPop {
    z-index: 99999;
    clear: both;
    background-color: white;
}

.letterHolder img {
    /* clear: both; */
}
.model a:hover {
    text-decoration: none !important;
}
#ouibounce-model2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

#ouibounce-model2 h1 {
    font-size: 32px
}

#ouibounce-model2 .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.34);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-model2 .model {
    max-width: 725px;
    height: 465px;
    z-index: 13;
    position: absolute;
    margin: auto;
    top: 0;
    padding: 1rem;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .1s;
    animation: popin .1s;
    text-align: center;
    border: 3px solid #fff;
}

#ouibounce-model2 .model-title {
    font-size: 18px;
    background-color: #ff6700;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

#ouibounce-model2 h3 {
    color: #673AB7;
    font-size: 2em;
    margin: 1px 1px 0;
    text-transform: uppercase;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 0px;
}

#ouibounce-model2 .model-body {
    padding: 20px 35px;
    font-size: .9em
}

#ouibounce-model2 p {
    color: #424242;
    line-height: 1.3em;
    font-weight: 400;
    font-size: 1.25rem;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
}

#ouibounce-model2 form {
    text-align: center;
    margin-top: 35px
}

#ouibounce-model2 form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased
}

#ouibounce-model2 form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

#ouibounce-model2 form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}

#ouibounce-model2 .model-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%
}

#ouibounce-model2 .model-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f
}

.model-v2 {
    min-height: 285px;
    background: #ffffff;
}

.innnerHolder-v2 {
    min-height: 304px;
    margin-top: 0;
    padding: 0rem 1rem 0rem 1rem;
}
p.specialOrange.stay {
    text-align: center !important;
    /* background-color: orange; */
    color: #673bb7 !important;
    padding: 1rem !important;
    border-radius: 5px;
    cursor: pointer;
}

p.specialOrange:hover {
    /* background-color: #d68a00; */
}
#ouibounce-model3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}



#ouibounce-model3 h1 {
    font-size: 32px
}

#ouibounce-model3 .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,254,254,.88);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-model3 .model {
    max-width: 300px;
    height: 447px;
    background-color: #fdfdfd;
    position: absolute;
    margin: auto;
    top: 0px;
    padding: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .1s;
    animation: popin .1s;
    text-align: center;
    border: 5px solid #ea212738;
    padding-top: 0rem;
    z-index: 10;
}

#ouibounce-model3 .model-title {
    font-size: 18px;
    background-color: #ff6700;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

#ouibounce-model3 h3 {
    color: #8bc34a;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: bold;
    background: #fdfdfd;
    padding: 0px;
    border-radius: 5px;
    margin-top: 10px;
}

#ouibounce-model3 .model-body {
    padding: 20px 35px;
    font-size: .9em
}

#ouibounce-model3 form {
    text-align: center;
    margin-top: 35px
}

#ouibounce-model3 form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased
}

#ouibounce-model3 form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

#ouibounce-model3 form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}

#ouibounce-model3 .model-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%
}

#ouibounce-model3 .model-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f
}
.model.model-v1 {
    max-width: 650px;
    height: 470px;
    z-index: 13;
    position: absolute;
    margin: auto;
    top: 0;
    padding: 1rem;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .1s;
    animation: popin .1s;
    text-align: center;
    background-color: white;
    border: 3px solid #c1c1c1;
}

p.leave-exit {
    background-color: #8bc34a;
    color: white !important;
    border: 2px solid #72ad2f;
    padding: 1rem;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #b9b9b9;
}

p.leave-exit a {
    color: white;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 1.5rem;
    text-shadow: 0px 0px 2px black;
}
img.float-left-helper {
    float: left;
}
p.specialOrange-alt.stay {
    margin-top: 0rem;
    font-size: 13px;
    margin-top: 1rem;
}
p.leave-exit-alt {
    background-color: #8bc34a;
    padding: 8px;
    color: white;
    font-weight: bold;
    margin-bottom: 6px;
    border-radius: 5px;
}

p.leave-exit-alt a {
    color: white;
    font-size: 1.01rem;
    font-weight: 400;
}