.ilenvideolock{
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.ilenvideolock .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -23px;
  display: block;
  width: 65px;
  height: 47px;
  background: url('../images/playbut.png');
  cursor: pointer;
}
.ilenvideolock:hover .play-button{
  background-position: -65px;
}
.ilenvideolock .controlls {
  height: 35px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url('../images/barbg.png');
}
.ilenvideolock .controlls .left-controlls {

  position: absolute;
  left: 11px;
  height: 35px;
  width: 121px;
  background: url('../images/left_controlls.png') 0px 13px no-repeat;
}
.ilenvideolock .controlls .right-controlls {
  position: absolute;
  right: 9px;
  height: 35px;
  width: 100px;
  background: url('../images/right_controlls.png') 0px 13px no-repeat;
}
.ilenvideolock .ilenboxshare{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}
.ilenvideolock .overlay {
  display: block;
  background: #000;
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.ilenvideolock .boxxshare{
  width: 100%;
  padding: 10px 20px;
  background: transparent;
  z-index: 4;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
}
.ilenvideolock .boxxshare div.msg{
  width: 80%;
  max-height: 70%;
  background: #fff;
  text-align: center;
  padding: 18px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  position: absolute;
}
.ilenvideolock .boxxshare img{
  opacity: .9;
}
.ilenvideolock .boxxshare:hover img{
  opacity: 1;
}
.ilenvideolock_img{
  display: none;
}

.ilenvideolock .button_fb{
  color: #fff;
  width: 90px;
  border-radius: 2px;
  display: block;
  margin: 7px auto;
  font-size: 14px;
  font-weight: bold;
  background: #306199 url(../images/facebook.png) 4px 7px no-repeat;
  height: 100%;
  min-width: 104px;
  padding: 1px 0px 4px 26px;
  /* line-height: 19px; */
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.ilenvideolock a.button_fb:hover{
  color:#fff;
  opacity: .8;
}
.ilenvideolock a.button_fb .ilenvideolock_counter_fb{
  background: transparent;
  color: #fff;
  float: right;
  height: 27px;
  line-height: 29px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 4px;
  font-weight: normal;
  font-size: 12px;
}
.ilenvideolock .boxxshare_buttons{
  /*width: 25%;*/
  text-align: center;
  margin: 0 auto;
}