.hidden {
  display: none !important;
}
.self-player-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.self-player-zone * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Nanum Gothic;
}
.self-player-zone .video {
  z-index: 0;
  width: 100%;
  height: 100%;
  background: black !important;
}
.self-player-zone .video > .fp-ratio {
  display: none;
}
.self-player-zone .video > .fp-player {
  width: 100%;
  height: 100%;
}
.self-player-zone .video > .fp-player > .fp-engine {
  width: 100%;
  height: 100%;
  margin: -2px 0;
}
.self-player-zone .video > .fp-player > .fp-ui {
  display: none;
}
.self-player-zone .video > .fp-player .fp-playlist {
  display: none;
}
.self-player-zone .video > .fp-player .fp-help {
  display: none;
}
.self-player-zone .video > .fp-player .fp-subtitle {
  display: none;
}
.self-player-zone .video > a {
  visibility: hidden;
}
.self-player-zone > .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.self-player-zone > .overlay > * {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.self-player-zone > .overlay > .loader {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.self-player-zone > .overlay > .centerbtn {
  z-index: 5;
  position: absolute;
  transition: 0s !important;
  opacity: 1;
  width: 97px;
  height: 97px;
  left: 50%;
  top: 50%;
  margin-top: -48px;
  margin-left: -48px;
  display: none;
}
.self-player-zone > .overlay > .centerbtn.play {
  display: block !important;
  background: url('img/big_play.png') no-repeat center center;
}
.self-player-zone > .overlay > .centerbtn.pause {
  display: block !important;
  background: url('img/big_pause.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls {
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 53px;
  bottom: 0;
}
.self-player-zone > .overlay > .controls > .progress-mousearea {
  position: relative;
  z-index: 9;
  margin: 0 14px;
  height: 60px;
  top: -40px;
  overflow: visible;
  cursor: pointer;
}
.self-player-zone > .overlay > .controls > .progress-wrap {
  position: absolute;
  z-index: 0;
  bottom: 40px;
  padding: 0 14px;
  width: 100%;
  height: 15px;
  box-sizing: border-box !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.self-player-zone > .overlay > .controls > .progress-wrap.over {
  height: 18px;
}
.self-player-zone > .overlay > .controls > .progress-wrap.over > .progress > .dot {
  width: 10px;
  height: 10px;
}
.self-player-zone > .overlay > .controls > .progress-wrap > .progress {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 3px;
  top: 11px;
  overflow: visible;
}
.self-player-zone > .overlay > .controls > .progress-wrap > .progress > .bar {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2aa1d3;
}
.self-player-zone > .overlay > .controls > .progress-wrap > .progress > .bar.bg {
  z-index: 0;
  background: #000;
  opacity: 0.3;
  width: 100%;
}
.self-player-zone > .overlay > .controls > .progress-wrap > .progress > .bar.current {
  z-index: 2;
  background: #2aa1d3;
  width: 0;
}
.self-player-zone > .overlay > .controls > .progress-wrap > .progress > .dot {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 15px;
  margin-top: -3px;
  margin-left: -8px;
  background: #2aa1d3;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
  transform-origin: center center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.self-player-zone > .overlay > .controls > .progress-wrap > .thumbnail-wrap {
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 73px;
  border: 2px solid black;
  bottom: 15px;
  margin-left: -66px;
  /*
					>.triangle {
						width: 13px;
						height: 7px;
						position: absolute;
						background: url('img/thumbnail_triangle.png') no-repeat center center;
						bottom: -7px;
						left: 50%;
						margin-left: -6px;
					}
					*/
}
.self-player-zone > .overlay > .controls > .progress-wrap > .thumbnail-wrap > .thumbnail {
  width: 100%;
  height: 100%;
  background-size: 650px 365px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.self-player-zone > .overlay > .controls > .progress-wrap > .thumbnail-wrap > .label {
  position: absolute;
  background: black;
  color: #7b7b7b;
  font-size: 11px;
  width: 50px;
  bottom: 0;
  opacity: 0.8;
  left: 50%;
  margin-left: -25px;
  text-align: center;
}
.self-player-zone > .overlay > .controls > .buttonSet {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 40px;
  width: 100%;
}
.self-player-zone > .overlay > .controls > .buttonSet > .abtn {
  float: left;
  width: 19px;
  height: 64%;
  margin: 7px 0 0 19px;
  opacity: 0.6;
  cursor: pointer;
}
.self-player-zone > .overlay > .controls > .buttonSet > .abtn.play {
  background: url('img/play.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .abtn.play:hover {
  background: url('img/play_ov.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .abtn.pause {
  background: url('img/pause.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .abtn.pause:hover {
  background: url('img/pause_ov.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .volume-wrap {
  float: left;
  position: relative;
  width: 75px;
  height: 100%;
  margin-left: 25px;
  padding-left: 20px;
  box-sizing: border-box !important;
}
.self-player-zone > .overlay > .controls > .buttonSet > .volume-wrap > .mute {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 64%;
  margin-top: 7px;
  cursor: pointer;
  opacity: 0.6;
  background: url('img/volume.png') no-repeat 0px center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .volume-wrap > .mute.muted {
  opacity: 1;
  background: url('img/volume_x.png') no-repeat 0px center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .volume-wrap > .volume {
  position: absolute;
  cursor: pointer;
  height: 6px;
  left: 20px;
  right: 0px;
  top: 50%;
  margin-top: -3px;
  background: #565656;
}
.self-player-zone > .overlay > .controls > .buttonSet > .volume-wrap > .volume > .bar {
  position: absolute;
  height: 100%;
  left: 0;
  background: #2aa1d3;
}
.self-player-zone > .overlay > .controls > .buttonSet > .playtime {
  float: left;
  width: 90px;
  height: 100%;
  margin-left: 25px;
  line-height: 40px;
  font-size: 12px;
  text-align: left;
  color: #929292;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons {
  float: right;
  width: 210px;
  text-align: right;
  height: 64%;
  margin: 7px 16px 0 0;
  word-break: break-all;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .abtn {
  position: relative;
  width: 29px;
  height: 100%;
  right: 0;
  margin-left: 5px;
  display: inline-block;
  cursor: pointer;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .cc {
  background: url('img/btn_cc.png') no-repeat center center;
  opacity: 0.6;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .cc:hover {
  background: url('img/btn_cc_click.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .cc.active {
  background: url('img/btn_cc_click.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .cc.showSubtitle {
  background: url('img/cc_selected.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc-over {
  position: absolute;
  width: 50px;
  height: auto;
  margin-top: -70px;
  margin-left: 60px;
  padding: 2px;
  background-color: black;
  color: white;
  text-align: center;
  opacity: 0.9;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc {
  position: absolute;
  bottom: 37px;
  right: 33px;
  width: 210px;
  height: 240px;
  background: black;
  background-clip: padding-box;
  cursor: default;
  z-index: 15 !important;
  opacity: 0.9;
  padding: 5px;
  /*
						>.triangle-down {
							position: absolute;
							width: 100%;
							height: 12px;
							left: 0;
							bottom: -11px;
							background: url('img/pop_triangle_down.png') no-repeat center top;
						}
						*/
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .items {
  height: 200px;
  margin: 0;
  padding: 5px !important;
  list-style: none;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .items .item {
  color: #696969;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  padding: 5px !important;
  line-height: 26px;
  border-bottom: 1px dotted #2e2e2e;
  cursor: pointer;
  display: block;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .items .item.completed {
  color: white;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .items .item > .check {
  float: left;
  height: 100%;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .items .item > .name {
  float: left;
  position: relative;
  top: -5px;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .items .item > .percentage {
  float: right;
  position: relative;
  top: -5px;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .items .item.active {
  color: white;
  background: #2aa1d3;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .items .item.active > .check {
  float: left;
  height: 100%;
  width: 24px;
  background: url('img/check.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .items .item.active > .name {
  float: left;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .items .item.active > .percentage {
  float: right;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .toggle {
  width: 100%;
  height: 26px;
  background: #23252b;
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  padding: 5px 15px;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .toggle > .wrap {
  border: 1px solid gray;
  width: 10px;
  height: 10px;
  padding: 8px;
  float: left;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .toggle > .wrap > .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #696969;
  margin: 0;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .toggle > .wrap > .checkbox > .check {
  position: absolute;
  top: -5px;
  left: -6px;
  width: 12px;
  height: 10px;
  background: url('img/check-blue.png') center center no-repeat;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-cc > .toggle > .label {
  position: relative;
  top: -5px;
  left: -50px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: normal;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .setting {
  background: url('img/btn_setting.png') no-repeat center center;
  opacity: 0.6;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .setting:hover {
  background: url('img/btn_setting_click.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .setting.active {
  background: url('img/btn_setting_click.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-setting-over {
  position: absolute;
  width: 50px;
  height: auto;
  margin-top: -70px;
  margin-left: 97px;
  padding: 2px;
  background-color: black;
  color: white;
  text-align: center;
  opacity: 0.9;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-setting {
  position: absolute;
  bottom: 37px;
  right: 75px;
  cursor: default;
  z-index: 15;
  opacity: 0.9;
  /*
						>.triangle-down {
							position: absolute;
							width: 100%;
							height: 12px;
							left: 0;
							bottom: -11px;
							background: url('img/pop_triangle_down.png') no-repeat center top;
						}
						*/
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-setting > ul.items {
  background-clip: padding-box;
  background: black;
  padding: 5px;
  margin: 0;
  list-style: none;
  /*
							>li.hd > .pop2-premiumonly {
								position: absolute;
								width: 103px;
								height: 25px;
								background: url(img/premiumOnly.png) no-repeat center center;
								top: -5px;
								left: -115px;
							}
							*/
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-setting > ul.items > li {
  position: relative;
  text-align: center;
  width: 50px;
  height: 20px;
  line-height: 20px;
  color: #595959;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: list-item;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-setting > ul.items > li.active {
  background: #2aa1d3;
  color: white;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .wide {
  background: url('img/btn_expand.png') no-repeat center center;
  opacity: 0.6;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .wide:hover {
  background: url('img/btn_expand_click.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .wide.active {
  background: url('img/btn_expand2_click.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .wide.active:hover {
  background: url('img/btn_expand2_click.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-wide-over {
  position: absolute;
  width: 100px;
  height: auto;
  margin-top: -70px;
  margin-left: 112px;
  padding: 2px;
  background-color: black;
  color: white;
  text-align: center;
  opacity: 0.9;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .full {
  background: url('img/btn_full.png') no-repeat center center;
  opacity: 0.6;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .full:hover {
  background: url('img/btn_full_click.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .full.active {
  background: url('img/btn_full2_click.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .full.active:hover {
  background: url('img/btn_full2_click.png') no-repeat center center;
}
.self-player-zone > .overlay > .controls > .buttonSet > .buttons > .pop-full-over {
  position: absolute;
  width: 100px;
  height: auto;
  margin-top: -70px;
  margin-left: 120px;
  padding: 2px;
  background-color: black;
  color: white;
  text-align: center;
  opacity: 0.9;
}
.self-player-zone > .overlay > .controls > .storyboard-wrap {
  position: absolute;
  z-index: 0;
  bottom: 55px;
  height: 62px;
  width: 100%;
}
.self-player-zone > .overlay > .controls > .storyboard-wrap > .storyboards {
  position: absolute;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.self-player-zone > .overlay > .controls > .storyboard-wrap > .storyboards > .storyboard {
  display: inline-block;
  width: 550px;
  height: 62px;
  background-size: 550px 310px;
}
.self-player-zone > .overlay > .controls > .storyboard-wrap > .storyboard-target {
  z-index: 200;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  bottom: 0px;
  width: 210px;
  height: 118px;
  background-size: 1050px 590px;
}
.self-player-zone > .overlay > .controls > .storyboard-wrap > .storyboard-target > .label {
  position: absolute;
  background: black;
  color: #7b7b7b;
  font-size: 11px;
  width: 50px;
  bottom: 0;
  opacity: 0.8;
  left: 50%;
  margin-left: -25px;
  text-align: center;
}
.self-player-zone > .overlay > .progress-tiny {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 2px;
  bottom: 0;
}
.self-player-zone > .overlay > .progress-tiny > .bar {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  background: #2aa1d3;
}
.self-player-zone > .overlay > .progress-tiny > .bar.bg {
  z-index: 0;
  background: #565656;
  width: 100%;
}
.self-player-zone > .overlay > .progress-tiny > .bar.current {
  z-index: 2;
  background: #2aa1d3;
  width: 0;
}
.self-player-zone > .overlay > .subtitle {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box !important;
  color: white;
  font-size: 22px;
  line-height: 1.2;
  text-shadow: 0 0 1px black;
  -moz-text-shadow: 0 0 1px black;
  -webkit-text-shadow: 0 0 1px black;
}
.self-player-zone > .overlay > .subtitle.up {
  transform: translateY(-45px);
}
.self-player-zone > .overlay > .subtitle > p {
  margin: 0;
}
.self-player-zone > .overlay > .subtitle.robot {
  opacity: 0.6;
}
.self-player-zone > .overlay > .pop-search {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.self-player-zone > .overlay > .pop-search > .recommand {
  position: relative;
  width: 100%;
  height: 100%;
}
.self-player-zone > .overlay > .pop-search > .recommand > .background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 18%;
  bottom: 30%;
  width: 70%;
  font-size: 0;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: calc(100%/3);
  height: auto;
  vertical-align: top;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item > .thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  background-color: #000;
  border: 1px solid #333;
  border-radius: 0;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item > .thumbnail > img {
  width: 100%;
  height: 100%;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item > .over {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item > .over > .background {
  position: absolute;
  z-index: 0;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item > .over > .table {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item > .over > .table > .text {
  position: relative;
  display: table-cell;
  width: 100%;
  font-size: 13px;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item > .over > .table > .text > a > .title {
  color: #109ba5;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item > .over > .table > .text > a > .date {
  font-size: 12px;
  padding-top: 4px;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item > .over > .table > .text > a:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .box > .item:hover > .over {
  display: block;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .playView_btn {
  position: absolute;
  left: 41%;
  bottom: 18%;
  /*
						.btn-default {
							&:active {
								&:hover {
									height: 22px;
									margin: 1px 0 0 1px;
									padding: 0;
									color: #828282 !important;
									background-color: transparent !important;
									border: 0 !important;
								}
							}
						}
						*/
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .playView_btn > button {
  font-size: 12px;
  color: #6b6b6b;
  text-align: left;
  border: 0;
  padding: 6px 8px 6px 36px;
  margin-right: 24px;
  background: url('img/replay.png') no-repeat 0 2px;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .playView_btn > button:hover {
  color: #109ba5;
  background: url('img/replay.png') no-repeat 0 -28px;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .playView_btn > a > button {
  font-size: 12px;
  color: #6b6b6b;
  text-align: left;
  border: 0;
  line-height: 16px;
  height: 35px;
  padding: 3px 8px 0 36px;
  background: url('img/next_view.png') no-repeat 0 6px;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .playView_btn > a > button:hover {
  color: #109ba5;
  background: url('img/next_view.png') no-repeat 0 -27px;
}
.self-player-zone > .overlay > .pop-search > .recommand > .wrapper > .playView_btn > a > button > div > span {
  padding-left: 8px;
  color: #636363;
}
.self-player-zone > .overlay > .topright {
  position: absolute;
  z-index: 10;
  min-width: 56px;
  min-height: 110px;
  padding: 0;
  top: 14px;
  right: 14px;
}
.self-player-zone > .overlay > .topright > .abtn {
  position: absolute;
  z-index: 11;
  width: 56px;
  height: 110px;
  right: 0;
  margin-top: 0;
  cursor: pointer;
}
.self-player-zone > .overlay > .topright > .abtn > .share {
  background-color: yellow;
  width: 56px;
  height: 49px;
  background: url('img/right_share.png') no-repeat center center;
  margin-bottom: 5px;
}
.self-player-zone > .overlay > .topright > .abtn > .share:hover {
  background: url('img/right_share_ov.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .abtn > .favorite {
  width: 56px;
  height: 49px;
  background: url('img/right_favorite.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .abtn > .favorite:hover {
  background: url('img/right_favorite_ov.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .pop-share-over {
  position: absolute;
  width: 45px;
  height: auto;
  right: 57px;
  margin-top: 10px;
  /*
				>.triangle-right {
					position: absolute;
					top: -10px;
					right: 0;
					width: 5px;
					height: 100px;
					background: url('img/pop_triangle_right.png') no-repeat center center;
					background-position-y: 22px;
					opacity: 0.8;
				}
				*/
}
.self-player-zone > .overlay > .topright > .pop-share-over > .panel {
  float: left !important;
  background-color: black !important;
  width: calc(100% - 4px) !important;
  height: 100% !important;
  padding: 7px 6px !important;
  color: white !important;
  text-align: center !important;
  border-radius: 3px !important;
  opacity: 0.8 !important;
}
.self-player-zone > .overlay > .topright > .pop-share {
  position: absolute;
  width: 200px;
  height: auto;
  right: 57px;
  /*
				>.triangle-right {
					//border: 1px solid green;
					//float: right;
					position: absolute;
					right: 0;
					width: 5px;
					height: 100px;
					background: url('img/pop_triangle_right.png') no-repeat center center;
					background-position-y: 22px;
				}
				*/
}
.self-player-zone > .overlay > .topright > .pop-share > .panel {
  float: left;
  background-color: black;
  width: 196px;
  height: 100%;
  padding: 10px 12px;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .icons {
  height: 32px;
  text-align: center;
  margin-bottom: 7px;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .icons .icon {
  display: inline-block;
  width: 32px;
  height: 100%;
  margin: 0 5px;
  cursor: pointer;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .icons .icon.facebook {
  background: url('img/share_facebook.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .icons .icon.facebook:hover {
  background: url('img/share_facebook_ov.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .icons .icon.twitter {
  background: url('img/share_twitter.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .icons .icon.twitter:hover {
  background: url('img/share_twitter_ov.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .icons .icon.google {
  background: url('img/share_google.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .icons .icon.google:hover {
  background: url('img/share_google_ov.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .web {
  margin-top: 5px;
  margin-bottom: 12px;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .web > .label {
  font-size: 12px;
  color: #2aa1d3;
  text-align: left;
  margin-bottom: 7px;
  padding: 0;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .web > .input-wrap > .input {
  width: 100%;
  height: 26px;
  line-height: 26px;
  border: 0;
  background: #2e2e2e;
  color: #bdbdbd;
  padding: 4px;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed > .label-wrap {
  margin-bottom: 12px;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed > .label-wrap > .label {
  float: left;
  width: 60%;
  font-size: 12px;
  color: #2aa1d3;
  text-align: left;
  padding: 0;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed > .label-wrap > .option {
  float: right;
  width: 40%;
  font-size: 12px;
  color: #2aa1d3;
  text-align: right;
  cursor: pointer;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed > .label-wrap > .option:hover {
  text-decoration: underline;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed > .label-wrap > .option.clicked {
  color: red;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed > .input-wrap > .input {
  width: 100%;
  height: 26px;
  line-height: 26px;
  border: 0;
  background: #2e2e2e;
  color: #bdbdbd;
  padding: 4px;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed-options {
  padding-top: 10px;
  border-bottom: 1px dotted darkgray;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed-options > .size-wrap > .label {
  font-size: 12px;
  color: #2aa1d3;
  text-align: left;
  margin-right: 5px;
  margin-bottom: 7px;
  padding: 0;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed-options > .size-wrap > .input {
  display: inline-block;
  width: 30%;
  height: 26px;
  line-height: 26px;
  border: 0;
  background: #2e2e2e;
  color: #bdbdbd;
  text-align: center;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed-options > ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  cursor: pointer;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed-options > ul > li > .checkbox {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #696969;
  margin: 0;
  padding: 0;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed-options > ul > li > .checkbox > .check {
  width: 12px;
  height: 10px;
  background: url('img/check-blue.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .embed-options > ul > li > .label {
  display: inline-block;
  font-size: 12px;
  text-align: left;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .email {
  margin-top: 10px;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .email > .label {
  font-size: 12px;
  color: #2aa1d3;
  text-align: left;
  padding: 0;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .email > .input {
  margin: 2px 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
  border: 0;
  background: #2e2e2e;
  color: #bdbdbd;
  text-align: left;
  padding: 4px;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .email > .textarea {
  width: 100%;
  height: 60px;
  border: 0;
  background: #2e2e2e;
  color: #bdbdbd;
  padding: 4px;
  resize: none;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .email > .btn-wrap {
  width: 100%;
  text-align: right;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .email > .btn-wrap > .button {
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  color: white;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .email > .btn-wrap > .button.send {
  background-color: #2aa1d3;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .email > .btn-wrap > .button.send:hover {
  background-color: #0073a4;
}
.self-player-zone > .overlay > .topright > .pop-share > .panel > .email > .btn-wrap > .button.cancel {
  background-color: #353535;
  color: #8b8b8b;
}
.self-player-zone > .overlay > .topright > .pop-favorite-over {
  position: absolute;
  width: 45px;
  height: auto;
  right: 57px;
  margin-top: 60px;
  /*
				>.triangle-right {
					//border: 1px solid green;
					//float: right;
					position: absolute;
					top: -10px;
					right: 0;
					width: 5px;
					height: 100px;
					background: url('img/pop_triangle_right.png') no-repeat center center;
					background-position-y: 22px;
					opacity: 0.8;
				}
				*/
}
.self-player-zone > .overlay > .topright > .pop-favorite-over > .panel {
  float: left !important;
  background-color: black !important;
  width: calc(100% - 4px) !important;
  height: 100% !important;
  padding: 7px 6px !important;
  color: white !important;
  text-align: center !important;
  border-radius: 3px !important;
  opacity: 0.8 !important;
}
.self-player-zone > .overlay > .topright > .pop-favorite {
  position: absolute;
  width: 326px;
  height: auto;
  right: 57px;
  margin-top: 50px;
  /*
				>.triangle-right {
					position: absolute;
					right: 0;
					width: 5px;
					height: 100px;
					background: url('img/pop_triangle_right.png') no-repeat center center;
					background-position-y: 22px;
				}
				*/
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel {
  float: left;
  background-color: black;
  width: 322px;
  height: 100%;
  padding: 10px 12px;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .title {
  font-size: 20px;
  color: #9b9b9b;
  margin-bottom: 8px;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents {
  width: 100%;
  height: auto;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders {
  min-height: 100px;
  max-height: 300px;
  overflow: auto;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders > .folder {
  border-bottom: 1px dotted #2e2e2e;
  margin-bottom: 5px;
  width: 277px;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders > .folder:hover {
  background-color: #2E2E2E;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders > .folder > .title-wrap {
  display: inline-block;
  width: 238px;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders > .folder > .title-wrap > .title {
  display: inline-block;
  width: 220px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  color: white;
  vertical-align: middle;
  cursor: pointer;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders > .folder > .title-wrap > .input {
  display: inline-block;
  width: 215px;
  color: white;
  font-size: 14px;
  border: 1px solid #616161;
  background-color: black;
  padding-left: 5px;
  vertical-align: middle;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders > .folder > .title-wrap > .button.update {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 15px;
  height: 18px;
  background: url('img/right_favorite_edit.png') no-repeat center center;
  min-width: 15px;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders > .folder > .button {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders > .folder > .button.delete {
  width: 15px;
  height: 18px;
  background: url('img/right_favorite_remove.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders > .folder > .button.pick {
  font-size: 12px;
  font-weight: 600;
  background: #2aa1d3;
  border-radius: 3px;
  width: 30px;
  height: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .contents > .folders > .folder > .button.pick:hover {
  background: #0073a4;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .addAndGo > .plus {
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('img/right_favorite_add.png') no-repeat center center;
  cursor: pointer;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .addAndGo > .nothing {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  text-align: left;
  font-size: 11px;
  color: #676767;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .addAndGo > .go-favorite {
  float: right;
  height: 100%;
  text-align: right;
  font-size: 14px;
  color: #aaa;
  cursor: pointer;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .addAndGo > .go-favorite > .label {
  vertical-align: middle;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .addAndGo > .go-favorite > .arrow-right {
  display: inline-block;
  right: 0;
  width: 10px;
  height: 10px;
  background: url('img/right_favorite_go.png') no-repeat center center;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .folder-add {
  position: absolute;
  top: 25px;
  left: 55px;
  background: #181818;
  border: 1px solid #4c4c4c;
  color: #aaa;
  width: 217px;
  height: 86px;
  padding: 10px;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .folder-add > .label {
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  vertical-align: baseline;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .folder-add > .input {
  width: 100%;
  height: 26px;
  padding-left: 5px;
  line-height: 26px;
  color: #aaa;
  background-color: black;
  border: 0;
  margin-bottom: 5px;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .folder-add .btn-wrap {
  width: 100%;
  text-align: right;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .folder-add .btn-wrap > .button {
  display: inline-block;
  font-size: 12px;
  padding: 2px 3px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .folder-add .btn-wrap > .button.save {
  background-color: #2aa1d3;
  color: white;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .folder-add .btn-wrap > .button.save:hover {
  background: #0073a4;
}
.self-player-zone > .overlay > .topright > .pop-favorite > .panel > .folder-add .btn-wrap > .button.cancel {
  background-color: #353535;
  color: #8b8b8b;
}
