/* Popup box BEGIN */
.hover_bkgr_fricc {
  
    cursor: pointer;
    display: none;
    position: fixed;
    text-align: center;
    z-index: 10000;
    background: rgba(0,0,0,.6);
    bottom: -1000px;
    left: -1000px;
    right: -1000px;
    top: -1000px;
}
.hover_bkgr_fricc2 {
  
    cursor: pointer;
    display: none;
    position: fixed;
    text-align: center;
    z-index: 10000;
    background: rgba(0,0,0,.6);
    bottom: -1000px;
    left: -1000px;
    right: -1000px;
    top: -1000px;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc2 .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%;
}
.hover_bkgr_fricc2 > 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;
}

.trigger_popup_fricc2 {
    cursor: pointer;
    /*font-size: 20px;
    margin: 20px;*/
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

.row {
  background: #f8f9fa;
  margin-top: 20px;
}

.col {
  border: solid 0px #6c757d;
  padding: 10px;
}



