.custombox-modal {
    text-align: center!important;
    /*right: 50%;*/
    /*position: relative!important;*/
}

#popup-banner {
    /*position: absolute;
    right: -50%;*/
    max-width: 100%;
}

.text-center {
    text-align: center;
}
.popb {
    background-color: #FFF;
    border: #fff solid 15px;
    /*border-top: #000 solid 0px;*/
    border-radius: 0;
    box-shadow: 0 8px 6px -6px black;
    text-align: center;
    display: none;
    margin: auto;
}
.popb-header {
    padding: 3px 0px 3px 0px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: #000 solid 0px;
    margin-top:-15px !important;
    margin-bottom: 0!important;
    background-color: #fff;
    color:#000;
    text-align: left;
}

.popb-footer {
    padding: 10px 20px 10px 20px;
    line-height: 18px;
    font-size: 18px;
    border-top: #CCC solid 1px;
    margin-bottom:0px !important;
}

.popb-content {
    padding: 0;
}

.popb-content a {
    display: block;
    margin: 0!important;
    padding: 0!important;
}

#popup-banner button.popb-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

#popup-banner a.popb-close {
    position: absolute;
    float:right;
    top:-15px;
    right:-15px;
    cursor:pointer;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 30px;
    background: #ff0000;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 1px;
    padding: 0;
    text-decoration: none;
}

#popup-banner .popb-close:before {
    content: "\00d7";
    display: block;
    margin: 11px 3px;
}


/*#popup-banner .popb-close {
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=80);
    opacity: .8;
    color: #ff0000;
    padding: 3px;
    text-decoration: none;
}*/
#popup-banner .popb-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/*Loading cube*/
.roundspinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}