.wv_flb_form {
	display: none;
}

.wv_flb_layer .wv_flb_form {
	display: block;
}

.wv_flb_layer {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -50%;
	text-align: center;
	z-index: 99999999;
	overflow: auto;
	background: none;
}

.wv_flb_wppl_1 {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
	opacity: 0.8;
	background-color: black !important;
	z-index: 222;
}

.wv_flb_layer .wppl_1 {
	position: fixed;
	opacity: 0.8;
	background-color: black !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 222;
}

.wv_flb_layer .wppl_2 {
	display: table !important;
        position: relative; 
        width: 50%; 
        height: 100%; 
        margin: auto !important;
        top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle !important;
	opacity: 1;
	z-index: 222222;
}

.wv_flb_layer .wppl_2:before {
	display: none !important;
	height: 0% !important;
}
 
.wv_flb_layer .wv_flb_form_div {
	display: table-cell !important;
	width: 100% !important; 
	text-align: center;
	vertical-align: middle !important; 
}

.wv_flb_inline {
	display: inline-block;
	position: relative;
	vertical-align: middle !important;
}

.wv_flb_layer .wppl_x { 
	display: inline;
	width: 30px;
	height: 30px;
	top: 0px;
	right: -17px; 
	float: right;
	cursor: pointer;
	position: absolute; 
	vertical-align: top !important;
	background: #fff url('../img/close.png');
	background-repeat: no-repeat;
	background-size: 60% 60%;
	background-position: center;
	color: #000;
        border-radius: 30px;
	z-index: 99999;
}

.wv_flb_layer .wppl_2 img { 
	display: block !important;
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
	vertical-align: top !important;
}
 
@media screen and ( max-width: 1100px ) {
      .wv_flb_layer .wppl_2 {
               width: 85% !important;
      } 
}