/* Popup box BEGIN */

.pop-adjust > .hover_bkgr_fricc {
    display: block;
    position: relative;
    top: -1px;
    left: 0px;
    width: 100%;
    height: -10px;
    background-color: black;
}

.hover_bkgr_fricc {
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    text-align:center;
    width:100%;
    z-index:1;
}

.hover_bkgr_fricc p {
    font-size: 20px;
    font-weight: 900;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: transparent;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    width: 100%;
    vertical-align: middle;
    position: relative;
    border-radius: 8px;
    padding: 0px 0%;
}
.popupCloseButton {
    background-color: transparent;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 885px;
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}/**/
/* Popup box BEGIN */