@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
.fvMain {
    font-family: 'Alef Hebrew', "Helvetica Neue",Helvetica,Arial,Utkal,sans-serif;
    outline: none;
    -webkit-font-smoothing: antialiased;
    direction: rtl;
    display: none;
    position:fixed;
    z-index: 200;
}
.fvWrapper {
    position: absolute;
    width: 300px;
    height: 225px;
    display: block;
    border: #20393d solid 2px;
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px ;
}
.fvWrapper:after {
    content: "";
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px ;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -10px;
    right: 50px;
    border-width: 10px;
    border-style: solid;
    border-color: #FFF #20393d #20393d #FFF
}
.fvClose {
    border: #20393d solid 2px;
    font-size: 15px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -10px;
    z-index: 1;
    padding: 8px 12px 8px;
    background: white;
    cursor: pointer;
}
.fv_logo {
    display: block;
    position: relative;
    margin: auto;
    text-align: center;
    top: 5px;
}
.fv_logo img {
    width: 65px;
}
.fv_logo h6 {
    width: 120px;
    margin: auto;
    padding:2px 4px 2px 4px;
    margin-top: 5px;
    border: black solid 2px;
}
.fv_cols {
    width: 300px;
    margin-top: 5px;
}
.fv_up {
    margin: auto;
    display: block;
    position: relative;
    width: 260px;
    font-size: 13px;
    font-weight: bold;
}
.fv_down {
    font-size:13px;
    padding-right:0px;
}
.fv_img {
    width: 40px;
    position: absolute;
    left: 52px;
    bottom: 0px;
}
.fv_img img {
    width: 90px;
}
.fv_btn {
    background-color: #20393d;
    background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.5) 51%);
    width: 140px;
    margin: auto;
    border: 1px transparent;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
    color: white;
    font-weight: bold;
    position: relative;
    left: 15px;
    bottom: 5px;
    cursor: pointer;
}