

/**** block popup **/ 

.blockPop {
 background: #fff;
    border-radius: 6px;
    display: none;
    left: 40%;
     opacity: 0;
    padding: 2px;
    position: fixed;
    text-align: center;
  
    width: 50%;
    z-index: 9999;
}

@media (max-width: 768px){ 
.blockPop {
    left: 15.5%;
    width: 99%; 
top: 15% !important;
z-index: 9999;   
}
}

/* close */

.blockPop .poPclose {
  cursor: pointer;
    display: block;
    height: 35px;
    position: absolute;
    right: 52px;
    top: 50px;
    width: 35px;
}

@media (max-width: 768px) { 
.blockPop .poPclose {
     height: 25px;
    right: 35px;
    top: 18px;
    width: 25px;
}                
 } 
/**** substrate **/ 

#overlayPop {
    background-color: #000000 !important;
    border: 0 none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0.9;
-moz-opacity:0.9;
filter:alpha(opacity=90);
    padding: 0;
    position: fixed;
    text-align: center;
    cursor:pointer;
      z-index: 9998;
     display: none;
}

/***** Advert ****/

.s_panel {
	border-radius: 0 5px 0 0;
bottom: 0;
     position: fixed;
    opacity: 0;
right:0;
   
    transition-duration: 0.3s;
    width: 17%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	
	}

/*  xs - Mobil */
@media (max-width: 767px) {
.s_panel { width: 55%; opacity: 0; }
}
/*  sm-Table */
@media (min-width: 768px) and (max-width: 991px) {
.s_panel { width: 45%; opacity: 0; }
}
/*  md-Notebook  Deskop*/
@media (min-width: 991px) and (max-width: 1199px) {
 .s_panel { width: 35%;   }
}

.s_panel  img {
    max-width: 100%;
    height: auto;
}

@media \0screen {
.s_panel  img {
    width: auto; /*  ie 8 */
  }
}

/**** pop ****/
.spp_panel_bg
    {
    opacity: 0;
    position: fixed;
    z-index: 999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    display: table;
    }

.spp_panel_tr
    {
    display: table-row;
    width:100%;
    height:100%;
    }

.spp_panel_in
    {
    display: table-cell;
    width:100%;
    height:100%;    
    text-align: center;
    vertical-align: middle;    
    }

.sbt_panel
    {
    opacity: 0;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    left:0px;
    width:100%;
    text-align: center;
    }