.clearfix {
     clear: both;
}

.eupopup-container {
     background-color: rgba(25, 25, 25, 0.9);
     color: #efefef;
     display: none;
     font-size: 12px;
     line-height: 1.2em;
     padding: 5px 20px;
     text-align: center;
     z-index: 1100;
}

.eupopup-container-top, .eupopup-container-fixedtop {
     left: 0px;
     position: absolute;
     right: 0px;
     top: 0px;
}

.eupopup-container-fixedtop {
     position: fixed;
}

.eupopup-container-bottom {
     bottom: 0px;
     left: 0px;
     position: fixed;
     right: 0px;
}

.eupopup-container-bottomleft {
     bottom: 10px;
     left: 10px;
     position: fixed;
     width: 300px;
}

.eupopup-container-bottomright {
     bottom: 10px;
     position: fixed;
     right: 10px;
     width: 300px;
}

.eupopup-closebutton {
     color: #a2a2a2;
     font-family: helvetica,arial,verdana,sans-serif;
     font-size: 16px;
     font-weight: 100;
     line-height: 1;
     padding: 5px 10px;
     position: absolute;
     right: 0px;
     top: 0px;
}

.eupopup-closebutton:hover, .eupopup-closebutton:active {
     color: #ffffff;
     text-decoration: none;
}

.eupopup-head {
     color: #ffffff;
     font-size: 1.2em;
     font-weight: bold;
     padding: 7px;
}

.eupopup-body {
     color: #a2a2a2;
}

.eupopup-buttons {
     padding: 7px 0px 5px;
}

.eupopup-button_1 {
     color: #f6a21d;
     font-size: 14px;
     font-weight: bold;
}

.eupopup-button_2 {
     color: #f6a21d;
     font-size: 12px;
     font-weight: normal;
}
.eupopup-container a {
  color:#f6a21d;
}


.eupopup-button {
     margin: 0px 10px;
}

.eupopup-button:hover, .eupopup-button:focus {
     color: #f6a21d;
     text-decoration: underline;
}

body .eupopup-color-inverse {
     background-color: rgba(255, 255, 255, 0.9);
     color: #000000;
}

body .eupopup-color-inverse .eupopup-head {
     color: #000000;
}

body .eupopup-style-compact {
     line-height: 15px;
     padding: 8px 30px 7px 20px;
     text-align: left;
}

body .eupopup-style-compact .eupopup-head, body .eupopup-style-compact .eupopup-body, body .eupopup-style-compact .eupopup-buttons {
     display: inline;
     margin: 0px;
     padding: 0px;
}

body .eupopup-style-compact .eupopup-button {
     margin: 0px 5px;
}
