#komunikat_popup{
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#komunikat_popup .komunikat_popup_content{
    width: 600px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

#komunikat_popup .komunikat_popup_content .hero{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
#komunikat_popup .komunikat_popup_content .form{
    font-size: 10px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 30px;
}

#komunikat_popup .komunikat_popup_content img{
    display: block;
}
#komunikat_popup .komunikat_popup_content .form button{
    display: inline-block;
    margin: 0 10px;

    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #EEE;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    border: none;
}

#komunikat_popup .komunikat_popup_content .form button.ok{
    color: #FF0;
    background-color: #F00;
    border:
}
#komunikat_popup .komunikat_popup_content .form button.no{
    color: #fff;
    background-color: #000;
}

#_container2 {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);

    -webkit-transition: all 10px linear;
    transition        : all 10px linear;
    -moz-transition   : all 10px linear;
}

#komunikat_popup{
    background: url(../images/basic/komunikat_popup_bg.png) 0 0 repeat;
}

#_container2 section img{
    opacity: 0;
    filter: alpha(opacity=0);
}
#_container2 section *{
    /*font-size: 0 !important;*/
}
#_container2 .vid{
    display: none;
}