.bp-myForm{
    top:50px;
}

.pre_loader{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
     background-color: rgba( 252, 252, 255, .8);
}
.img_pre_loader{
    position:relative;
    width:120px;
    height:120px;
    margin:200px auto;
}


.bp-outer{
    top:50px;
    margin: 0 auto;
    visibility:hidden;
    background-color:#000;
    padding:20px;
  /* 
  display:flex;
  border: 1px solid red; */
  
}


.bp-inner_container {
    width: 90%;
    display:block;
    margin:0 auto;
    height:210px;
    background: transparent none repeat scroll 0;
    align-self:center;
    position: relative;
    overflow: auto; 
    visibility:hidden;
}
.bp-post_title{
    position:relative;
    top: 135px;
    margin: 0 auto;
    width:100%;
    height:35px;
    font-size:10px;
    color:#ccced4;
    line-height:12px;
  
  
}

.bp-posts_container{
margin: 0 auto;

}

.bp-item_thumbnail{
margin:6px 3px;
height:130px !important;
width:95px !important;
float:left;
background-repeat: no-repeat;
background-size:cover;
color:white;
/*border: 2px solid green; */
opacity:0.7;
}

.bp-spacer{
    height:30px;
}



.bp-output_html{


height:320px !important;
width:230px !important;
margin: 0 auto;

background-repeat: no-repeat;
background-position: center;
background-size: cover;
/* border: 1px solid red;  */
}

.bp-output_html:hover {
cursor: pointer;
background-size: 103%;


}

.bp-item:hover{
 cursor: pointer;
opacity:1;
background-color: rgb(0,0,0)
}


.bp-item:selected{

background-color: rgb(0,0,0);
}

.bp-output_title{
position:relative;
top: 325px;
width:inherit;
height:30px;
text-align:center;
color:#ccced4;
font-size:16px;
/* background-color: rgba( 252, 252, 255, .8);
box-shadow: 0px 0px 4px black;
border-radius: 2px;
*/
}

.bp_login_message_outer{
    display:block;
    position:relative;
    top:40px;
    width:100%;
    height:300px;
    color:#fff;
}
.bp_login_message_outer_desktop{
    display:block;
    position:relative;
    top:40px;
    width:100%;
    height:100%;
    color:#c0392b;
   
}


.bp_login_message_subscribe{
     border: 1px solid #c0392b !important;
     background-color: #c0392b !important;
}
.bp_login_message_Login{
     border: 1px solid #3498db !important;
     background-color: #3498db !important;
}
.bp_login_message_subscribe, .bp_login_message_Login{
    text-align: center;
    width:150px;
    margin: 0 auto;
    color: white !important;
    padding: 7px 25px !important;
    border-radius: 25px;
  
}

.bp_login_message_subscribe a, .bp_login_message_Login  a {
     color: white !important;
}

.bp_message {
    width:150px;
    margin: 10px auto;
      text-align: center;

}

.bp_link{
    margin:0;
    text-decoration:none;
}
.bp_login_message_inner{
    width:60%;
    height:60%;
    margin: 5% auto;
    color: #fff;  
  
}
.bp_message_desktop{
    margin: 20px 0;
       text-align: center;
    color: #0d0d0d;  
  
}
