.wpwpru_fixed_footer {
	 -webkit-transition: 0.6s linear all;
     -moz-transition: 0.6s linear all;
     -o-transition: 0.6s linear all;
     transition: 0.6s linear all;
     background: #fff;
     height: 0%;
     border-top: 1px solid #fff;
}
.wpwpru_inpreview {
    position: fixed;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #23282d;
    bottom: 0;
    overflow: hidden;
    left: 0;
}
.wpwpru_container {
	margin: 0 10px;
    padding-top: 20px;
	padding-bottom: 20px;
    padding-left: calc(50% - 500px);
    padding-right: calc(50% - 500px);
}
.wpwpru_expand {
    padding: 5px 20px;
    float: right;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: 0.9s linear opacity;
    -moz-transition: 0.9s linear opacity;
    -o-transition: 0.9s linear opacity;
    transition: 0.9s linear opacity;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #999;
    position: relative;
    top: -10px;
}
.wpwpru_expand:hover {
        background: #f2f2f2;
        border: 1px solid #23282d;
}
.wpwpru_fakepadding {
display: block;
}
@media(max-width:999px) {
    .wpwpru_container {
        margin: 0 30px;
    }
}