/* Popup Banner Styles
======================= */
.popup-banner-holder {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.57);
    display: none;
}
.popup-container {
    clear: both;
    margin: 20px auto;
    max-width: 1000px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-banner-right {
    width: 60%;
    float: left;
}
.popup-banner-right p {
    font-size: 22px;
    margin: 0;
    line-height: 1.5;
    color: #0c2c57;
    margin-bottom: 10px;
}
.popup-banner-right p.register-line {
    margin-bottom: 0;
    font-size: 18px;
}
.popup-baner-left {
    text-align: center;
    width: 40%;
    float: left;
    padding-left: 20px;
    margin-top: 5px;
}
.popup-baner-left a {
    display: inline-block;
    background: #269018;
    color: #fff;
    padding: 30px 70px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 4px solid #16540E;
    width: 100%;
    line-height: 1;
}
.popup-baner-left a:hover {
    text-decoration: none;
    background-color: #16540E;
    border-bottom: 4px solid #0C2708;
}
span.popup-close-it {
    position: absolute;
    top: 10px;
    right: 15px;
}
span.popup-close-it a {
    color: #333;
    font-weight: bold;
    font-size: 30px;
}
span.popup-close-it a:hover {
    text-decoration: none;
}