.hover_bkgr_fricc {
    font: 20px Helvetica, sans-serif;
    color: #333;
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popup_text {
    font: 20px Helvetica, sans-serif;
}

.hover_bkgr_fricc>div {
    background-image: url('beazu.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    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;
}

.link_shop {
    min-width: 160px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 27px;
    border: 1px solid;
    border-color: #a88734 #9c7e31 #846a29;
    border-top-color: rgb(168, 135, 52);
    border-right-color: rgb(156, 126, 49);
    border-bottom-color: rgb(132, 106, 41);
    border-left-color: rgb(156, 126, 49);
    border-radius: 8px;
    background: rgb(240, 193, 75);
    -webkit-box-shadow: #adadad 0px 4px 6px 1px;
    -moz-box-shadow: #adadad 0px 4px 6px 1px;
    box-shadow: #adadad 0px 4px 6px 1px;
    font: normal normal normal 20px arial;
    color: #111;
    text-decoration: none;
}

.link_shop:hover,
.link_shop:focus {
    border-color: #a88734 #9c7e31 #846a29;
    border-top-color: rgb(168, 135, 52);
    border-right-color: rgb(156, 126, 49);
    border-bottom-color: rgb(132, 106, 41);
    border-left-color: rgb(156, 126, 49);
    background: #FCCB4E;

    background: -webkit-gradient(linear, left top, left bottom, from(#FCCB4E), to(#F0C14B));
    background: -moz-linear-gradient(top, #FCCB4E, #F0C14B);
    background: linear-gradient(to bottom, #FCCB4E, #181313#F0C14B);
    color: #111;
    text-decoration: none;
}

.link_shop:active {
    background: #c91b1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#c91b1e), to(#c91b1e));
    background: -moz-linear-gradient(top, #c91b1e, #c91b1e);
    background: linear-gradient(to bottom, #c91b1e, #c91b1e);
}

.link_legacy {
    margin-right: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 27px;
    border: 0px solid #141010;
    border-radius: 8px;
    background: #3b3b3b;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), to(#141010));
    background: -moz-linear-gradient(top, #3b3b3b, #141010);
    background: linear-gradient(to bottom, #3b3b3b, #141010);
    -webkit-box-shadow: #181313 0px 4px 6px 1px;
    -moz-box-shadow: #181313 0px 4px 6px 1px;
    box-shadow: #181313 0px 4px 6px 1px;
    font: normal normal normal 20px arial;
    color: #ffffff;
    text-decoration: none;
}

.link_legacy:hover,
.link_legacy:focus {
    background: #474747;
    background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#181313));
    background: -moz-linear-gradient(top, #474747, #181313);
    background: linear-gradient(to bottom, #474747, #181313);
    color: #ffffff;
    text-decoration: none;
}

.link_legacy:active {
    background: #232323;
    background: -webkit-gradient(linear, left top, left bottom, from(#232323), to(#141010));
    background: -moz-linear-gradient(top, #232323, #141010);
    background: linear-gradient(to bottom, #232323, #141010);
}

.logo {
    margin-top: 20px;
    margin-bottom: 10px;
}