.clearfix {
    clear:both
}

.eupopup-container {
    background-color:#000;
    color:#fff;
    padding:20px;
    font-size:12px;
    line-height:1.2em;
    text-align:center;
    display:none;
    z-index:9999999
}

.eupopup-container-fixedtop,.eupopup-container-top {
    position:absolute;top:0;
    left:0;right:0
}

.eupopup-container-fixedtop {
    position:fixed
}

.eupopup-container-bottom {
    position:fixed;
    bottom:0;left:0;right:0
}

.eupopup-container-bottomleft {
    position:fixed;
    bottom:10px;
    left:10px;
    width:300px
}

.eupopup-container-bottomright {
    position:fixed;
    bottom:10px;
    right:10px;
    width:300px;
}

.eupopup-closebutton {
    font-size:16px;
    font-weight:100;
    line-height:1;
    color:#000;
    position:absolute;
    top:0;right:0;
    padding:5px 10px
}

.eupopup-closebutton:active, .eupopup-closebutton:hover {
    color:#fff;
    text-decoration:none
}

.eupopup-head {
    font-size:1.8em;
    font-weight:700;
    padding:20px;
    color:#fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom:20px;
    border-bottom:solid 1px #fff;
}

.eupopup-body {
    color:#fff;
}

.eupopup-buttons {
    padding:7px 0 5px 0
}

.eupopup-button_1 {
    color:#fff;
    font-weight:700;
    font-size:14px
}

.eupopup-button_2 {
    color:#fff;
    font-weight:400;
    font-size:12px;
}

.eupopup-button {
    margin:10px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size:1.4em;
    font-weight:600;
    text-transform: lowercase;
    letter-spacing:.1em;
    display:inline-block;
    border:solid 2px;
    padding:15px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    transition: 0.2s;
}

.eupopup-button:focus, .eupopup-button:hover {
    border-color: #ED1E79;
    color: #ED1E79;
}

body .eupopup-color-inverse {
    color:#000;
    background-color:rgba(255,255,255,.9);
}

body .eupopup-color-inverse .eupopup-head {
    color:#000
}

body .eupopup-style-compact {
    text-align:left;
    padding:8px 30px 7px 20px;
    line-height:15px
}

body .eupopup-style-compact .eupopup-body, body .eupopup-style-compact .eupopup-buttons, body .eupopup-style-compact .eupopup-head {
    display:inline;padding:0;margin:0
}

body .eupopup-style-compact .eupopup-button {
    margin:0 5px
}