
.bg-black{background-color: black}
.bg-white{background-color: white}

.pw-item{
    padding-bottom: 15px;
}
.pw-item-box
{    margin: 0 -2px;
    border-radius: 4px;
    overflow: hidden;}
.pw-item-img  img{
    width: 100%;
}
.pw-item-img{
    margin: 0 -2px;
}
.pw-info{
    padding:20px;
}
.txt-white{color: white !important;}
.pw-item  a{color: white;}
#pwContainer{
    background-attachment: fixed;
    background-position: center;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.content-box{
    min-height: 100vh;
    z-index: 2;
    position: relative;
    background-color: rgba(0, 0, 0, 0.28);;
}
#pwContainer #content{ padding-top:  15px;  background-color: rgba(255, 255, 255, 0.9);}
.krajee-default .file-footer-buttons .btn-default{
    padding: 5px 10px;
    border: none;
}