/* 
*
* ROGER STYLES
*
*
*/

.teaser h1::before {
    display: none;
    content: '';
    position: absolute;
    left: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    background: #e9c81d;
    border-radius: 20px 20px 0 20px;
}

.inventory__info {
    float: left;
    Display: none;
}

.copyright {
    Display: none;
    margin: 0;
    float: left;
}

.content {
    padding: 10px 0;
}

.box__tagline {
    color: #828282;
    margin-bottom: 0;
    font-size: 20px;
}

.content__header h1 {
    float: left;
    font-size: 28px;
    line-height: 28px;
    Display:none;
}

.content__header {
    margin-bottom: 5px;
    padding-bottom: 0px;

}


#caption_footer1 {
    Display: none;
}

/* Popup box BEGInN */
.hover_bkgr_fricc{
    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;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    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;
}
/* Popup box END */

 

