
#popup, #popup2, .bMulti {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
}
#popup {
	left: 424.5px;
    position: absolute;
    top: 1200px;
    z-index: 9999;
    opacity: 1;
    display: block;
    width: 20%;
}
.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}

#popup .logo {
    color: #2b91af;
    font: bold 325% 'Petrona',sans;
}
.button>span {
    font-size: 84%;
}
.button {
    background-color: #71711F;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.b-modal __b-popup1__ {
	position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.7;
    z-index: 9998;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
}
#popup {
	display: none;
}
.popup_header {
	text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
}