﻿body{
font-family: arial, Helvetica, sans-serif;
    font-size: 13px;
}
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

    nav ul {
        list-style: none
    }

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}


/* Popup box BEGIN */
.hover_bkgr_fricc {
     cursor: pointer;
    display: none;
    /* height: 100%; */
    position: fixed;
    top: 25%;
    width: 650px;
    text-align: center;
    z-index: 10000;
    margin: auto;}

    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
.hover_bkgr_fricc iframe
{
width:480px;
hiegt:220px;

}
    .hover_bkgr_fricc > div {
     background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    /* max-width: 551px; */
    /* min-height: 100px; */
    vertical-align: middle;
    position: relative;
    border-radius: 8px;
    padding: 15px 1%;
    margin: auto;
    width: 70%;
    border: 1px solid #000;    }

.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 BEGIN */

@media screen and (min-width:320px) and (max-width:800px)
{
.ifv1
{
width:80%;
hiegt:260px;

}

.resp-container {
    
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 280px;
    border: 0;
}
.hover_bkgr_fricc {
     cursor: pointer;
    display: none;
    /* height: 100%; */
    position: fixed;
    top: 25%;
    width: 100%;
    text-align: center;
    z-index: 10000;
    margin: auto;}
    
      .hover_bkgr_fricc > div {
     background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 8px;
    padding: 15px 1%;
    margin: auto;
    float:left;
    width:90%;
    border: 1px solid #000;    }

    
    }