/*@font-face {
        font-family: Larsseit-Bold;
        src: url(Larsseit-Bold.subset.woff2);
    }*/
    .open_btn{
        width: 100px;
        border-radius: 5px;
        background: green;
        padding: 10px;
        text-align: center;
        margin: 50px;
    }
    a{
        text-decoration: none;
       /* color: white; */
    }
    .my_modal{
        border: 5px solid #3F5E6C;
        border-radius: 5px;
        padding: 0;
        
        font-family: "Open Sans"        
    }
    .modal-content{
        width: 85%;
        margin: auto;
    }
    .modal-content1{
        width: 75%;
        margin: auto;
    }
    .modal-content h1{
        /*font-family: Larsseit-Bold;*/
        font-weight: 600;
        margin: 18px 0;
        font-size: 24px;
    }
    .highlight {
        color: #f98ebe;
    }
    .with-shadow{
        padding: 25px 0;
        width: calc(100% - 9px);
        margin: auto;
        box-shadow:  0px 4px 5px #FCFCFC, 0px -4px 5px #FCFCFC;
    }
    .highlight{
        color: #F88EBE;
    }
    .text_centered{
        text-align: center;
    }
    
    #sharing_text_sect{
        margin: 18px 0 10px;
    }
    .image-panel{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .image-panel img{
        width: 100%;
    }
    p.instruction{
        margin: 0 0 5px;
        text-align: left;
        font-size: 12px;
    }
    .form{
        display:-webkit-flex;
        display:-webkit-box;
        display:-moz-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
        justify-content: center;
    }
    .form .my_link{
        width: 80%;
        font-size: 20px;
        padding: 5px;
        border: 1px solid #ccc;
        color: #237392;
        overflow: hidden;
        height: 26px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 3px 0px 0px 3px;
    }
    .form .my_link p{
        word-break: break-all;
        font-size: 13px;
    }
    .form button{
        width: 20%;
        color: white;
        background: #4AA4C9;
        border: none;
        cursor: pointer;
        margin: 0;
        height: 38px;
        border-radius: 0px 3px 3px 0px;
        
    }
    button:hover{
        /*box-shadow: 0px 0px 3px #333 !important;*/
    }
    .social-panel{
        display:-webkit-flex;
        display:-webkit-box;
        display:-moz-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    .social-icon{
        width: 30px;
        height: 30px;
        display:-webkit-flex;
        display:-webkit-box;
        display:-moz-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        border-radius: 50%;
        margin: 0 5px;
    }
    .social-icon .fa{
        position: relative;
    }
    .social-icon.facebook{
        background: #3F5997;
    }
    .social-icon.twitter{
        background: #5EACED;
    }
    .social-icon.google{
        background: #CE503C;
    }
    .social-icon.linkedin{
        background: #2179AD;
    }
    .social-icon.pinterest{
        background: #CC1432;
    }
    .social-icon a {
        color:white;
    }

    .image-panel{
        height: 200px;
        /* background: #D5D5D5; */
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(popup-placeholder-image.jpg);
        background-size: 100%;
    }


    .hover_bkgr_fricc{
        background: rgba(0, 0, 0, 0.48);
        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: 690px;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
    /*  padding: 15px 5%; */
    }
    .popupCloseButton {
        background-color: white;
        border-radius: 50%;
        cursor: pointer;
        color: white;
        position: absolute;
        top: -12px;
        right: -12px;
        font-size: 25px;
        line-height: 30px;
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
    }
    .popupCloseButton:hover {
        background-color: #ccc;
    }
    .popupCloseButton img{
        width: 26px;
    }
    .trigger_popup_fricc {
        cursor: pointer;
        font-size: 20px;
        margin: 20px;
        display: inline-block;
        font-weight: bold;
    }
    @media (max-width: 950px){
        .hover_bkgr_fricc > div{
            width: 80%;
        }
    }
     @media (max-width: 600px){
        .hover_bkgr_fricc > div{
            width: 90%;
        }
        .modal-content{
            width: 95%;
        }
        p.instruction{
            font-size: 12px;
        }
        .form .my_link p{
            font-size: 12px;
        }
        .form button{
            font-size: 12px;
        }
        .modal-content h1{
            font-size: 18px;
        }
        #sharing_text_sect {
            font-size: 12px;
        }
    }
	
	
.img-holder {
    height: 212px;
    background-image: url(popup-placeholder-image.jpg);
    /* background-size: auto 100%; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form .ImInPopup2 button {
    border-radius: 3px !important;
    width: auto !important;
    padding: 0px 10px 0px 10px !important;
}