/*   bnnrs-player   */
.bnnrs-player {
  display: none;
  position: absolute;
  width: 300px;
  height: 250px;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 200;
  background: rgb(64,64,64);
  border: 2px solid #fff;
}
.bnnrs-player .bnnr {
  width: 300px;
  height: 250px;
  overflow: hidden;
  float: left;
}
.bnnrs-player strong {
  position: absolute;
  top: -20px;
  overflow: hidden;
  font-size: 9px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  height: 17px;
  line-height: 16px;
  border: 1px solid rgba(0,0,0,0.1);
  border-bottom: none;
  background: rgba(16,0,0,0.63);
  color: #eeeeee;
  padding: 0 4px;
  width:296px;
  left: -2px;
}
.bnnrs-player .close {
  position: absolute;
  top: -21px;
  right: -20px;
  text-indent: -9999px;
  overflow: hidden;
  width: 39px;
  height: 39px;
  cursor: pointer;
  border: none;
  background: url(../images/btn-close.png) no-repeat;
  -webkit-background-size: 39px 117px;
  background-size: 39px 117px;
	-webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5);
}
.bnnrs-player .close-play {
	font-family: Arial, sans-serif;
	font-weight: normal;
  font-size: 16px;
  position: absolute;
  height: 39px;
  line-height: 39px;
  top: 252px;
  left: -2px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
  background: rgba(0,24,0,0.63);
  color: #eeeeee;
  padding: 0;
  cursor: pointer;
  width: 304px;
}
.bnnrs-player .close-play:hover {
	color: #ffffff;
  border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
  background: rgba(0,48,0,0.63);
}
.bnnrs-player .close-play:active {
	color: #dddddd;
  border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
  background: rgba(0,16,0,0.63);
}
.bnnrs-player .close-play:focus,
.bnnrs-player .close:focus {
  outline: none;
}
.bnnrs-player .close.hover,
.bnnrs-player .close:hover {
  background-position: 0 -39px;
}
.bnnrs-player .close.active,
.bnnrs-player .close:active {
  background-position: 0 -78px;
}

@media screen and (max-width: 640px) {
  .bnnrs-player {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .bnnrs-player {
    display: block;
  }
	.bnnrs-player .bnnr.bnnr-b {
		display: none;
	}
}
@media screen and (min-width: 770px) {
  .bnnrs-player {
    width: 602px;
  }
  .bnnrs-player .bnnr.bnnr-b {
    display: block;
    border-left: 2px solid #fff;
	}
	.bnnrs-player strong {
		width: 596px;
	}
	.bnnrs-player .close-play {
		width: 606px;
	}
}
@media screen and (min-width: 1025px) {
  .bnnrs-player {
    width: 300px;
  }
  .bnnrs-player .bnnr.bnnr-b {
    display: none;
  }
	.bnnrs-player strong {
		width: 296px;
	}
	.bnnrs-player .close-play {
		width: 304px;
	}
}
@media screen and (min-width: 1100px) {
  .bnnrs-player {
    width: 602px;
  }
  .bnnrs-player .bnnr.bnnr-b {
    display: block;
		border-left: 2px solid #fff;
	}
	.bnnrs-player strong {
		width: 596px;
	}
	.bnnrs-player .close-play {
		width: 606px;
	}
}