/* svg icons font*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefixp6fwvr') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cross:before {
  content: "\e601";
}
.icon-facebbook2:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e603";
}
.icon-tune:before {
  content: "\e612";
}
.icon-twitter:before {
  content: "\e613";
}
.icon-Twitter2:before {
  content: "\e614";
}
.icon-whtsapp:before {
  content: "\e615";
}
.icon-gmail2:before {
  content: "\e605";
}
.icon-resume:before {
  content: "\e60b";
}
.icon-repeat2:before {
  content: "\e60a";
}
.icon-fullscreen2:before {
  content: "\e61b";
}
.icon-fullscreen2-inv:before {
  content: "\e61c";
}
/* end of svg icons */
video::-webkit-media-controls {
  display: none !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
.embedCopyHint {
  margin-top: 10px;
  font-size: 14px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.embedCopyHint code {
  background: #0066cc;
  color: white;
  border-radius: 0px;
}
.boxSizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.watch_video .player_container.wide_player #mediaplayer #player.enteredFullScreen video {
  max-width: none !important;
  max-height: none !important;
  height: 100% !important;
  width: 100% !important;
}
#tuneSwfWrapper {
  background: black;
}
.playerWrapper {
  max-width: 853px;
  margin: 0 auto;
  position: relative;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#player.enteredFullScreen #controls {
  left: 0px !important;
}
#player.enteredFullScreen #videoPosterContainer .videoPoster {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  margin: 0 !important;
  height: 100%;
}
#player {
  width: 100%;
  height: 100%;
  background-color: #000;
  border: none;
  margin: 0px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  outline: none !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#player .UIBlocker {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1024;
  display: table;
}
#player .UIBlocker .UIBlockerContent {
  font-size: 16px;
  text-align: left;
  color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 12px;
  margin-left: 30px;
}
#player.enteredFullScreen {
  min-height: 100% !important;
  max-height: 100% !important;
}
#player.enteredFullScreen video {
  width: 100% !important;
  height: 100% !important;
}
#player.enteredFullScreen .playerLayer {
  width: 100% !important;
  height: 100% !important;
}
#player .logo-tunepk {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 85px;
  height: 24px;
  background: url('../images/tune_logo@2x.png') no-repeat;
  background-size: 85px 24px;
  font-size: 0;
  line-height: 0;
  z-index: 898;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
#player .logo-tunepk.logo-tv {
  background: url('../images/logo-tunetv.png') no-repeat;
  width: 112px;
  height: 28px;
}
#player button {
  outline: none !important;
  display: inline-block;
  vertical-align: middle;
}
#player.show-controls #playerHeader {
  top: 0!important;
}
#player.show-controls #controls {
  bottom: 0 !important;
}
#player.isEmbedded .videoInfo {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#player.isEmbedded .title {
  width: auto !important;
  cursor: pointer;
  font-size: 12px !important;
  height: 16px !important;
  line-height: 16px !important;
}
#playerOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1000;
  display: none;
}
#errorWrapper {
  display: none;
  background: black;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1020;
}
#errorWrapper.show {
  display: block !important;
}
#errorWrapper #errorContainer {
  text-align: center;
  color: white;
  position: absolute;
  width: 100%;
  top: 40%;
}
#errorWrapper #errorTitle {
  font-size: 22px;
  margin-bottom: 10px;
}
#errorWrapper #errorMessage {
  font-size: 14px;
}
#videoPosterContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: black;
  visibility: hidden;
}
#videoPosterContainer.show {
  z-index: 1005 !important;
  visibility: visible !important;
}
#videoPosterContainer.show.controls {
  z-index: 850 !important;
}
#videoPosterContainer .videoPoster {
  width: auto;
  margin: 0 auto;
  height: 100%;
  display: block;
}
#adContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1025;
  background-color: transparent;
  /* background-image: url('../images/loader.gif');
	background-position: center;
	background-repeat: no-repeat; */
}
#adContainer.googleImaContainer {
  background: #d7d7d7 !important;
}
#adContainer #adCloseButton {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 1024;
  top: 0;
  right: 0;
  width: 39px;
  height: 37px;
  text-align: center;
  background: none;
  color: #fff;
  font: 22px/22px 'icomoon';
  display: none !important;
}
#adContainer #adCloseButton:after {
  content: "\e601";
}
#adContainer.isVPAID {
  z-index: 1029 !important;
}
#adContainer.isVPAID #advertismentControlbar {
  bottom: 0px !important;
  top: auto;
  width: auto !important;
}
#adContainer video#ADVERTISMENT {
  height: 100% !important;
}
#ADVERTISMENT {
  cursor: pointer;
}
/* #player.enteredFullScreen #adContainer {
	z-index : 2147483660 !important;
} */
#adContainer.userClosed {
  background-color: transparent;
}
#skipAd,
#advertismentControlbar {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 45px;
  right: 0px;
  z-index: 1026;
  font-size: 14px;
  padding: 10px 20px;
  box-sizing: border-box;
  -mozbox-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.loading_player {
  font-size: 18px;
  color: #fff;
  padding: 165px 15px;
  text-align: center;
  display: block;
}
#skipAd {
  padding: 5px 15px;
  border-radius: 3px 0px 0px 3px;
}
#advertismentControlbar {
  right: auto;
  top: 0px;
  bottom: auto;
  left: 0px;
  cursor: default;
  width: 100%;
  margin: 0px;
}
#closeNonLinear {
  background: black;
  color: white;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  text-align: center;
  line-height: 14px;
  font-size: 8px;
}
#toggleNonLinear {
  width: 26px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: -10px;
  /* margin-top:-3px; */
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 6px;
  line-height: 8px;
  color: white;
}
#adContainer #nonLinearContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: opacity 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: opacity 0.4s;
}
#adContainer #nonLinearContainer:hover {
  opacity: 1;
}
#adContainer.userClosed #nonLinearContainer {
  display: none;
}
#adContainer.userClosed #toggleNonLinear {
  display: block;
}
#player video {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
}
#player video#ADVERTISMENT {
  height: 100%;
}
#player .playerLayer {
  width: 100%;
  height: 100%;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 850;
}
#player .videoOverlay {
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
}
#player #subtitlesContainer {
  position: absolute;
  bottom: 15%;
  background-color: transparent;
  color: #fff;
  width: 90%;
  left: 5%;
  font-size: 22px;
  text-align: center;
  clear: both;
  padding: 5px;
}
/* 29 aug 2014 */
/**/
#player {
  /*ads controls*/
}
#player #playerHeader {
  padding: 4px 10px 4px;
  background: #0c0c0c;
  position: absolute;
  top: -38px;
  width: 100%;
  height: 38px;
  display: block;
  z-index: 899;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  /**/
}
#player #playerHeader.show {
  top: 0px !important;
}
#player #playerHeader .videoInfo {
  float: left;
  width: 65%;
  position: relative;
}
#player #playerHeader .videoInfo .thumb {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 29px;
  margin: 0 5px 0 0;
}
#player #playerHeader .videoInfo .title {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  width: 72% !important;
  word-wrap: break-word;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#player #playerHeader .shareButtons {
  float: right;
}
#player #playerHeader .shareButtons button {
  position: relative;
  background: none;
  color: #fff;
  width: 29px;
  height: 29px;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  border: none;
  cursor: pointer;
  outline: none;
  font-weight: normal;
  font: 16px/16px 'icomoon';
}
#player #playerHeader .shareButtons button:active,
#player #playerHeader .shareButtons button:hover {
  outline: none;
}
#player #playerHeader .shareButtons button#embeddedCode:after {
  content: "\e61a";
}
#player #playerHeader .shareButtons button#shareVideo:after {
  content: "\e60d";
}
#player #related-block {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: table;
  padding: 74px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#player #related-block .related-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  padding: 20px 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#player #related-block .related-box:after {
  clear: both;
  display: block;
  content: "";
}
#player #related-block .related-box-left {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}
#player #related-block .related-box-left .repeat-resume {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0px 10px 0 0;
  background: #151515;
  border: 1px solid #232323;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  height: 34px;
  padding: 6px 12px;
}
#player #related-block .related-box-left .repeat-resume span {
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}
#player #related-block .related-box-left .repeat-resume:hover {
  text-decoration: none;
}
#player #related-block .related-box-left .related-url {
  display: inline-block;
  vertical-align: middle;
  width: 351px;
}
#player #related-block .related-box-right {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#player #related-block .related-box-right .sm-icon {
  display: inline-block;
  vertical-align: middle;
}
#player #related-block .related-box-right a {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  margin-left: 10px;
  color: #8f8e8e;
}
#player #related-block .related-box-right a span.icon-cross {
  color: #ff382b;
}
#player #related-block .related-box-right a:hover {
  color: #fff;
  text-decoration: none;
}
#player #related-block .related-videos {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#player #related-block .related-videos .related-holder {
  max-width: 760px;
  margin: 0 auto;
}
#player #related-block .related-videos:after {
  clear: both;
  display: block;
  content: "";
}
#player #related-block .related-videos .related-col {
  width: 33.33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 5px 0;
  display: inline-block;
}
#player #related-block .related-videos .related-col .img-holder {
  position: relative;
  display: block;
}
#player #related-block .related-videos .related-col .img-holder img {
  width: 100%;
  height: 100%;
}
#player #related-block .related-videos .related-col .img-holder span {
  position: absolute;
  right: 16px;
  bottom: 6px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  z-index: 2;
}
#player #related-block .related-videos .related-col .img-holder:hover .img-mask {
  left: 0;
}
#player #related-block .related-videos .related-col .img-holder .img-mask {
  position: absolute;
  top: 0px;
  left: -9999px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#player #related-block .related-videos .related-col .img-holder .img-mask p {
  font-size: 14px;
  margin: 0;
}
#player .shareBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1030;
  display: none;
}
#player .shareBox .shareInner {
  height: 246px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#player .shareBox .shareInner .share-box {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
#player .shareBox.active {
  display: table;
}
#player .shareBox a.icon-cross-share {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  color: #fff;
}
#player .shareBox a.icon-cross-share:hover {
  text-decoration: none;
}
#player .shareBox h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
#player .embed-box {
  padding-bottom: 20px;
}
#player .embed-box:after {
  clear: both;
  display: block;
  content: "";
}
#player .embed-box span {
  float: left;
  width: 70px;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  color: #fff;
}
#player .embed-box .link-box {
  overflow: hidden;
}
#player .input-control {
  background-color: #151515;
  border: 1px solid #232323;
  border-radius: 4px;
  color: #fff;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  padding: 6px 12px;
  width: 100%;
}
#player .social-box {
  text-align: center;
}
#player .social-box:after {
  clear: both;
  display: block;
  content: "";
}
#player .social-box a {
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 0 7px;
  padding: 13px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#player .social-box a span {
  font-size: 28px;
  line-height: 28px;
}
#player .social-box a:hover {
  text-decoration: none;
}
#player .social-box .facebook {
  background: #3a589b;
}
#player .social-box .facebook:hover {
  background: #1e2e51;
}
#player .social-box .twitter {
  background: #38a8e0;
}
#player .social-box .twitter:hover {
  background: #186f9a;
}
#player .social-box .googleplus {
  background: #d0422a;
}
#player .social-box .googleplus:hover {
  background: #7b2719;
}
#player .social-box .whatsapp {
  background: #1da110;
  display: none;
}
#player .social-box .whatsapp:hover {
  background: #0c4407;
}
#player #controls {
  position: absolute;
  bottom: 0px;
  background-color: transparent;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
  display: block;
  z-index: 899;
  -webkit-transition: all 0.3s ease-in;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.3s ease-in;
  /* Seekbar */
  /* end of seekbar*/
  /* left set of buttons */
  /* end of left set of buttons */
  /**/
  /* right set of buttons */
  /**/
  /*
		#player.enteredFullScreen #controls.hideControls {
		bottom: -35px !important;
		}
		#controls.hideControls #seekBarContainer {
		margin-bottom: -5px;
		}*/
  /**/
  /* end of right set of buttons */
}
#player #controls #seekBarContainer {
  background-color: #151515;
  position: relative;
  height: 6px;
  z-index: 900;
  cursor: pointer;
  margin-top: 0;
  -webkit-transition: bottom 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: top 0.4s;
  bottom: 0px;
  width: 100%;
  /**/
  /**/
}
#player #controls #seekBarContainer > span.cue-point {
  width: 5px;
  position: absolute;
  background: yellow;
  left: 20px;
  height: 100%;
  top: 0px;
  z-index: 921;
  -webkit-transition: width height 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: width height 0.4s;
}
#player #controls #seekBarContainer #seekBar {
  width: 0%;
  background-color: #0066cc;
  height: 100%;
  position: absolute;
  z-index: 920;
  -webkit-transition: width height 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: width height 0.4s;
}
#player #controls #seekBarContainer #seekBar > span.thumbSprite {
  position: absolute;
  /*width:100px;*/
  color: #FFFFFF;
  background: #000;
  /*   height: 50px;
					line-height: 30px; */
  text-align: center;
  visibility: hidden;
  /*font-size: 12px;*/
  font-size: 10px;
  display: block;
  opacity: 0.9;
  bottom: 18px;
  /* right: -25px;
					margin-left: -76px; */
  z-index: 899;
  /*line-height: 1000%;*/
  padding: 2px;
}
#player #controls #seekBarContainer #seekBar > span.thumbSprite:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
}
#player #controls #seekBarContainer #seekBar > span.thumbSprite i:before {
  position: absolute;
  content: "";
  left: 50%;
  margin: 0 0 0 -5px;
  bottom: -10px;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
}
#player #controls #seekBarContainer #seekBar > span.thumbSprite i {
  font-style: normal;
  z-index: 1021;
  background: black;
  bottom: 0;
}
#player #controls #seekBarContainer #seekBar .thumbSprite .videoSpriteContainer {
  margin: 0;
}
#player #controls #seekBarContainer #seekBar .thumbSprite .videoSpriteContainer ~ i {
  background-color: #000;
  opacity: 1;
}
#player #controls #seekBarContainer #seekBar .thumbSprite .videoSpriteContainer ~ i:before {
  /*background-color: #000;*/
  opacity: 1;
}
#player #controls #seekBarContainer #bufferBar {
  height: 100%;
  background-color: #272727;
  position: absolute;
  z-index: 910;
  -webkit-transition: width 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.4s;
}
#player #controls #seekBarContainer:hover #seekBar > span {
  visibility: visible;
}
#player #controls #seekBarContainer .videoSpriteContainer {
  margin: -2px -4px 0px;
}
#player #controls input[type='range'] {
  position: relative;
  padding: 0;
  margin: 0;
}
#player #controls button {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  border: none;
  background: url(../images/controlers-player-sprite.png) no-repeat;
  cursor: pointer;
  outline: none !important;
}
#player #controls button:active,
#player #controls button:hover {
  outline: none !important;
}
#player #controls .controlsContainer {
  margin: 0;
  position: relative;
  z-index: 1010;
  padding: 4px 6px 4px 5px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom, opacity 0.3s ease-in;
  /* For Safari 3.1 to 6.0 */
  transition: bottom, opacity 0.3s ease-in;
}
#player #controls .controlsContainer .mainControls {
  margin-left: 0;
  height: 32px;
  padding: 6px 0 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* play-pause btn */
  /* volume container */
  /* video time */
}
#player #controls .controlsContainer .mainControls #playPause {
  left: 5px;
  position: relative;
  font: 16px/18px 'icomoon';
  color: #fff;
  width: 15px;
}
#player #controls .controlsContainer .mainControls #playPause:after {
  content: "\e608";
}
#player #controls .controlsContainer .mainControls #playPause.pauseButton:after {
  content: "\e610";
}
#player #controls .controlsContainer .mainControls .volumeContainer {
  position: relative;
  margin: 0 0 0 5px;
  cursor: pointer;
  padding: 0 0 0 15px;
  display: inline-block;
  /* volume btn */
  /* volume bar */
}
#player #controls .controlsContainer .mainControls .volumeContainer #volume {
  width: 24px;
  text-align: left;
  margin: 0 10px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font: 16px/16px 'icomoon';
}
#player #controls .controlsContainer .mainControls .volumeContainer #volume:after {
  content: "\e60e";
}
#player #controls .controlsContainer .mainControls .volumeContainer #volume.muted:after {
  content: "\e616";
}
#player #controls .controlsContainer .mainControls .volumeContainer #volumeBar {
  position: relative;
  top: 0;
  width: 0;
  height: 16px;
  opacity: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: all 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.4s;
  /**/
}
#player #controls .controlsContainer .mainControls .volumeContainer #volumeBar.showVolumeBar {
  width: 50px;
  opacity: 0.8;
  margin: 0 12px 0 0;
}
#player #controls .controlsContainer .mainControls .volumeContainer #volumeBar .volumeBarContainer {
  background-color: #757575;
  height: 4px;
  opacity: 1;
  position: relative;
  top: 6px;
}
#player #controls .controlsContainer .mainControls .volumeContainer #volumeBar #currentVolume {
  background-color: #0066cc;
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: auto;
}
#player #controls .controlsContainer .mainControls .volumeContainer #volumeBar #currentVolume:after {
  content: "";
  background-color: #fff;
  width: 4px;
  height: 16px;
  position: absolute;
  top: -6px;
  right: -3px;
}
#player #controls .controlsContainer .mainControls .videoTime {
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 18px;
  vertical-align: middle;
}
#player #controls .secondaryControls {
  margin: 0 0 0 5px;
  position: relative;
  padding: 6px 0 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  z-index: 1010;
  /* Suggested Video */
  /**/
  /* Loop Video */
  /**/
  /* Video Settings */
  /**/
  /* Quality Selector not shown */
  /**/
  /* Toggle Player Size */
  /**/
  /* Full Screen */
  /**/
}
#player #controls .secondaryControls button {
  position: relative;
  margin: 0 0 0 11px;
  background: url(../images/controlers-player-sprite.png) no-repeat;
}
#player #controls .secondaryControls #suggestedVideos {
  font: 16px/16px 'icomoon';
  color: #fff;
}
#player #controls .secondaryControls #suggestedVideos:after {
  content: "\e606";
}
#player #controls .secondaryControls #loopVideo {
  font: 16px/16px 'icomoon';
  color: #fff;
}
#player #controls .secondaryControls #loopVideo:after {
  content: "\e60a";
}
#player #controls .secondaryControls #loopVideo.active {
  color: #06c;
}
#player #controls .secondaryControls .embed-logo {
  width: 12px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#player #controls .secondaryControls #videoSettings {
  font: 16px/16px 'icomoon';
  color: #fff;
}
#player #controls .secondaryControls #videoSettings:after {
  content: "\e60c";
}
#player #controls .secondaryControls #videoSettings .balloon {
  font: 11px/18px 'Roboto', Arial, Helvetica, sans-serif !important;
  position: absolute;
  width: 121px;
  height: 18px;
  bottom: 15px;
  left: -52px;
  left: -9999px;
  padding: 0 0 12px;
  z-index: 1020;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#player #controls .secondaryControls #videoSettings .balloon span {
  display: block;
  width: 121px;
  height: 18px;
  background: rgba(28, 28, 28, 0.9);
}
#player #controls .secondaryControls #videoSettings .balloon:after {
  width: 10px;
  height: 5px;
  position: absolute;
  content: "";
  z-index: 1016;
  bottom: 7px;
  left: 50%;
  margin: 0 0 0 -5px;
  background: url(../images/controlers-player-sprite.png) no-repeat 0 -368px;
}
#player #controls .secondaryControls #videoSettings:hover .balloon {
  left: -52px;
}
#player #controls .secondaryControls #videoSettings:focus:hover .balloon {
  left: -9999px;
}
#player #controls .secondaryControls #qualitySelector {
  position: absolute;
  background: rgba(12, 12, 12, 0.9);
  width: 182px;
  padding: 6px 20px;
  top: -40px;
  right: 0;
  display: none;
  text-transform: capitalize;
  color: #fff;
  z-index: 950;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#player #controls .secondaryControls #qualitySelector.active {
  display: block !important;
}
#player #controls .secondaryControls #qualitySelector .quality-options {
  font-weight: 500;
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#player #controls .secondaryControls #qualitySelector .quality-options:after {
  clear: both;
  display: block;
  content: "";
}
#player #controls .secondaryControls #qualitySelector .quality-options > li {
  display: block;
  margin: 0 0 2px;
  position: relative;
  /**/
}
#player #controls .secondaryControls #qualitySelector .quality-options > li:after {
  clear: both;
  display: block;
  content: "";
}
#player #controls .secondaryControls #qualitySelector .quality-options > li > a {
  float: right;
  margin: 0 0 0 5px;
  text-align: center;
  background: #fff;
  width: 75px;
  height: 18px;
  line-height: 18px;
  padding: 0 15px 0 8px;
  text-decoration: none;
  display: block;
  color: #1b1b1b;
  position: relative;
}
#player #controls .secondaryControls #qualitySelector .quality-options > li > a:after {
  position: absolute;
  content: "";
  background: url(../images/controlers-player-sprite.png) no-repeat -58px -368px;
  width: 8px;
  height: 4px;
  right: 5px;
  margin: -2px 0 0;
  top: 50%;
  z-index: 1020;
}
#player #controls .secondaryControls #qualitySelector .quality-options > li.dropActive ul {
  right: 0;
}
#player #controls .secondaryControls #qualitySelector .quality-options > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1021;
  bottom: 100%;
  width: 98px;
  background: #fff;
  right: -9999px;
  font-weight: 400;
  overflow: hidden;
  border-bottom: 2px solid #000;
}
#player #controls .secondaryControls #qualitySelector .quality-options > li ul li a {
  display: block;
  position: relative;
  padding: 4px 20px;
  color: #151515;
}
#player #controls .secondaryControls #qualitySelector .quality-options > li ul li a:hover {
  background: #151515;
  color: #fff;
  text-decoration: none;
}
#player #controls .secondaryControls #qualitySelector .quality-options > li ul li a:after {
  clear: both;
  display: block;
  content: "";
  position: absolute;
  left: -9999px;
  width: 15px;
  height: 8px;
  margin: -4px 0 0;
  top: 50%;
  background: url(../images/controlers-player-sprite.png) no-repeat 5px -381px;
}
#player #controls .secondaryControls #qualitySelector .quality-options > li ul li.selected a {
  color: white;
  background: #151515;
}
#player #controls .secondaryControls #qualitySelector .quality-options > li ul li.selected a:after {
  left: 0;
}
#player #controls .secondaryControls #togglePlayerSize {
  color: #fff;
  font: 16px/16px 'icomoon';
}
#player #controls .secondaryControls #togglePlayerSize:after {
  content: "\e611";
}
#player #controls .secondaryControls #fullScreen {
  color: #fff;
  font: 16px/16px 'icomoon';
}
#player #controls.hideControls {
  bottom: -47px !important;
}
#player #controls #subtitles {
  background-position: -30px -486px;
  width: 24px;
  height: 24px;
}
#player #controlsAds {
  position: absolute;
  bottom: 0px;
  background-color: transparent;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
  display: block;
  z-index: 1025;
  -webkit-transition: bottom 0.3s ease-in;
  /* For Safari 3.1 to 6.0 */
  transition: bottom 0.3s ease-in;
  /* end of seekbar*/
  /* left set of buttons */
  /* end of left set of buttons */
  /**/
  /* right set of buttons */
}
#player #controlsAds input[type='range'] {
  position: relative;
  padding: 0;
  margin: 0;
}
#player #controlsAds button {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  border: none;
  background: url(../images/controlers-player-sprite.png) no-repeat;
  cursor: pointer;
  outline: none !important;
}
#player #controlsAds button:active,
#player #controlsAds button:hover {
  outline: none !important;
}
#player #controlsAds .controlsContainer {
  margin: 0;
  position: relative;
  z-index: 1010;
  padding: 4px 6px 4px 5px;
}
#player #controlsAds .controlsContainer .mainControls {
  margin-left: 0;
  height: 32px;
  padding: 6px 0 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* play-pause btn */
  /* volume container */
  /* video time */
}
#player #controlsAds .controlsContainer .mainControls #playPauseAds {
  background-position: -19px -27px !important;
  width: 29px;
  height: 29px;
  top: 0;
  left: 0;
  position: relative;
}
#player #controlsAds .controlsContainer .mainControls #playPauseAds.pauseButton {
  background-position: -19px -59px !important;
  width: 29px;
  height: 29px;
  top: 0;
}
#player #controlsAds .controlsContainer .mainControls .volumeContainer {
  position: relative;
  margin: 0 0 0 5px;
  cursor: pointer;
  padding: 7px 0 7px 15px;
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  /* volume btn */
  /* volume bar */
}
#player #controlsAds .controlsContainer .mainControls .volumeContainer #volumeAds {
  background-position: -24px -93px;
  width: 19px;
  height: 14px;
  margin: 0 10px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#player #controlsAds .controlsContainer .mainControls .volumeContainer #volumeAds.muted {
  background-position: -24px -111px !important;
}
#player #controlsAds .controlsContainer .mainControls .volumeContainer #volumeBarAds {
  position: relative;
  top: 0;
  width: 0;
  height: 14px;
  opacity: 0;
  padding: 0;
  display: inline-block;
  -webkit-transition: all 0.4s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: all 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.4s;
  /**/
}
#player #controlsAds .controlsContainer .mainControls .volumeContainer #volumeBarAds.showVolumeBar {
  width: 50px;
  opacity: 0.8;
  margin: 0 12px 0 0;
}
#player #controlsAds .controlsContainer .mainControls .volumeContainer #volumeBarAds .volumeBarContainer {
  background-color: #757575;
  height: 4px;
  opacity: 1;
  position: relative;
  top: 4px;
}
#player #controlsAds .controlsContainer .mainControls .volumeContainer #volumeBarAds #currentVolumeAds {
  background-color: #0066cc;
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: auto;
}
#player #controlsAds .controlsContainer .mainControls .volumeContainer #volumeBarAds #currentVolumeAds:after {
  content: "";
  background-color: #fff;
  width: 4px;
  height: 14px;
  position: absolute;
  top: -5px;
  right: -3px;
}
#player #controlsAds .controlsContainer .mainControls .videoTime {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  top: 6px;
  vertical-align: top;
}
#player #controlsAds .secondaryControls {
  margin: 0 0 0 5px;
  position: relative;
  padding: 6px 0 7px;
  height: 16px;
  z-index: 1010;
}
#player #controlsAds .secondaryControls button {
  position: relative;
  margin: 0 0 0 11px;
  background: url(../images/controlers-player-sprite.png) no-repeat;
}
.isMobile #player .social-box .whatsapp {
  display: inline-block;
}
#embededBox {
  display: none !important;
}
/**/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.player-tooltip {
  position: absolute;
  z-index: 1022;
  left: 50%;
  left: -9999px;
  bottom: 129%;
  background: #000000;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin: 0 0 0 -27px;
  font-size: 10px !important;
  line-height: 14px !important;
  padding: 2px;
  text-align: center;
  text-decoration: none;
}
#volume .player-tooltip {
  bottom: 204%;
}
#fullScreen .player-tooltip,
#videoSettings .player-tooltip {
  bottom: 192%;
}
#loopVideo .player-tooltip {
  bottom: 223%;
}
#suggestedVideos .player-tooltip {
  bottom: 261%;
}
#togglePlayerSize .player-tooltip {
  bottom: 244%;
}
#embededBox .player-tooltip,
#shareBox .player-tooltip {
  width: 72px;
  margin: 0 0 0 -36px;
}
/**/
.player-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 4px;
  margin-left: -4px;
}
/**/
#playerHeader .player-tooltip {
  bottom: auto;
  top: 130%;
}
#playerHeader .player-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  border-width: 5px;
  margin-left: -5px;
  top: auto;
  border-top-color: none;
}
#player button:hover .player-tooltip {
  left: 50%;
}
#player button#fullScreen:hover .player-tooltip {
  left: auto;
  right: -3px;
  margin: 0;
}
#fullScreen .player-tooltip:after {
  left: auto;
}
/**/
/* old work */
/* RELATED VIDEOS */
#inlineRelatedVideos {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1030;
  display: none;
}
/* close btn added to close related videos */
/**/
#inlineRelatedVideos .close-related {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 1024;
  top: 0;
  right: 0;
  width: 39px;
  height: 37px;
  text-align: center;
  background: none;
  color: #fff;
  font: 22px/22px 'icomoon';
  display: none !important;
}
#inlineRelatedVideos .close-related:after {
  content: "\e601";
}
#inlineRelatedVideos .inlineRelatedVideosRow {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#inlineRelatedVideos .inlineRelatedVideosContainer {
  position: absolute;
  z-index: 1024;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -376px;
  width: 753px;
  height: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: none !important;
}
#inlineRelatedVideos.fullWidth .inlineRelatedVideosContainer {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell {
  float: left;
  background: black;
  width: 33.33%;
  height: 33.38%;
  border: 2px solid #000;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  /*margin-left: -4px;*/
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo {
  width: 66.66%;
  height: 66.66%;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo.total_related_1 {
  position: relative !important;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .inlineRelatedVideoDetail {
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #222 !important;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .inlineRelatedVideoDetail .inlineRelatedVideoBy,
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .inlineRelatedVideoDetail .inlineRelatedVideoTitle {
  display: block;
  margin: 0 0 10px;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .btnHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -48px 0 0 -50px;
  height: 96px;
  width: 100px;
  z-index: 1025;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .btnHolder .relatedButton {
  padding: 6px 6px 6px 24px;
  display: block;
  margin: 0 0 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 3px;
  border: none;
  min-width: 100px;
  cursor: pointer;
  position: relative;
  background: #0066cc;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .btnHolder .relatedButton:after {
  content: "";
  position: absolute;
  font: 16px/16px 'icomoon';
  left: 10px;
  top: 50%;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .btnHolder .relatedButton:hover {
  background: #007fff;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .btnHolder .share:after {
  content: "\e60d";
  width: 13px;
  height: 14px;
  margin: -7px 0 0;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .btnHolder .replay:after {
  content: "\e60a";
  width: 15px;
  height: 16px;
  margin: -8px 0 0;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .btnHolder .resume:after {
  content: "\e60b";
  width: 11px;
  height: 12px;
  margin: -7px 0 0;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo:after {
  width: 87px;
  height: 21px;
  position: absolute;
  z-index: 1025;
  bottom: 10px;
  right: 10px;
  content: "";
  background: url('../images/logo-tunepk.png') center center no-repeat;
  background-size: 87px 21px;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .inlineRelatedVideoDuration {
  right: auto;
  left: 10px;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell.currentVideo .inlineRelatedVideoDetail .inlineRelatedVideoBy {
  top: 50px;
  left: 4.3%;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell:hover .inlineRelatedVideoDetail {
  background: rgba(0, 0, 0, 0.8);
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell:hover .inlineRelatedVideoDetail .inlineRelatedVideoBy,
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell:hover .inlineRelatedVideoDetail .inlineRelatedVideoTitle {
  display: block;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell .inlineRelatedVideoDetail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  border: 2px solid #222 !important;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4.5%;
  cursor: pointer;
  color: white;
  -webkit-transition: opacity 0.4s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: opacity 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: opacity 0.4s;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell .inlineRelatedVideoDetail .related-info {
  overflow: hidden;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell .inlineRelatedVideoDetail .inlineRelatedVideoTitle {
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  word-wrap: break-word;
  display: none;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell .inlineRelatedVideoDetail .inlineRelatedVideoDuration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  color: #aaa;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell .inlineRelatedVideoDetail .inlineRelatedVideoDuration {
  width: 40px;
  height: 20px;
  background: rgba(0, 0, 0, 0.8);
  right: 10px;
  bottom: 10px;
}
#inlineRelatedVideos .inlineRelatedVideosContainer .inlineRelatedVideosRow .inlineRelatedVideosCell .inlineRelatedVideoDetail .inlineRelatedVideoBy {
  left: 4.5%;
  top: 30px;
  right: auto;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #c4c4c4;
  display: none;
}
/* INLINE SHARE */
#inlineShareContainer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 50px;
  line-height: 47px;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 1028;
  display: none;
}
#inlineShareContainer button.close {
  color: white;
  opacity: 0.5;
  margin-right: 5px;
  text-shadow: none;
}
#inlineShareContainer button.close:hover {
  color: white;
  opacity: 0.8;
}
/**/
#subtitles {
  display: none;
}
#videoTime {
  display: none;
}
#videoTimeAds {
  display: none;
}
/* LOADER */
.windows8 {
  position: absolute;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 1010;
}
.windows8 .wBall {
  position: absolute;
  width: 61px;
  height: 61px;
  opacity: 0;
  -moz-transform: rotate(225deg);
  -moz-animation: orbit 4.4s infinite;
  -webkit-transform: rotate(225deg);
  -webkit-animation: orbit 4.4s infinite;
  -o-transform: rotate(225deg);
  -o-animation: orbit 4.4s infinite;
  -ms-transform: rotate(225deg);
  -ms-animation: orbit 4.4s infinite;
  transform: rotate(225deg);
  animation: orbit 4.4s infinite;
}
.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #0066cc;
  left: 0px;
  top: 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.windows8 #wBall_1 {
  -moz-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
.windows8 #wBall_2 {
  -moz-animation-delay: 0.19s;
  -webkit-animation-delay: 0.19s;
  -o-animation-delay: 0.19s;
  -ms-animation-delay: 0.19s;
  animation-delay: 0.19s;
}
.windows8 #wBall_3 {
  -moz-animation-delay: 0.38s;
  -webkit-animation-delay: 0.38s;
  -o-animation-delay: 0.38s;
  -ms-animation-delay: 0.38s;
  animation-delay: 0.38s;
}
.windows8 #wBall_4 {
  -moz-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  animation-delay: 0.58s;
}
.windows8 #wBall_5 {
  -moz-animation-delay: 0.77s;
  -webkit-animation-delay: 0.77s;
  -o-animation-delay: 0.77s;
  -ms-animation-delay: 0.77s;
  animation-delay: 0.77s;
}
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
/* CONTEXT MENU */
#contextMenu {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  position: absolute;
  top: 0px;
  left: 0px;
  background: white;
  border: 1px solid #bababa;
  display: none;
  z-index: 1029;
  border-radius: 3px;
}
#contextMenu.active {
  display: block;
}
#contextMenu ul {
  list-style: none;
  margin: 0px;
  padding: 3px 0px;
}
#contextMenu ul li {
  display: block;
  padding: 4px 8px;
  margin: 0px -1px;
}
#contextMenu ul li:hover {
  background: #0066cc;
  color: white;
  cursor: pointer;
}
#contextMenu ul li.divider {
  padding: 0px;
  border-bottom: 1px solid #eee;
  margin: 6px 0px;
}
/* end contextMenu */
.playerPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 50px;
  margin-top: -25px;
  margin-left: -125px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1028;
}
.playerPopup > input[type=text] {
  border: 0px none;
  padding: 8px;
  font-size: 11px;
  width: 100%;
  background: transparent;
  color: white;
}
.playerPopup > .playerPopupClose {
  width: 100%;
  background: #111111;
  position: absolute;
  bottom: 0px;
  padding: 2px;
  text-align: right;
  cursor: pointer;
  color: #666666;
}
/* INLINE SHARE */
#inlineShareContainer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 50px;
  line-height: 47px;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 1028;
  display: none;
}
#inlineShareContainer button.close {
  color: white;
  opacity: 0.5;
  margin-right: 5px;
  text-shadow: none;
}
#inlineShareContainer button.close:hover {
  color: white;
  opacity: 0.8;
}
/**/
@media only screen and (max-width: 991px) {
  #inlineRelatedVideos .inlineRelatedVideosContainer,
  #inlineRelatedVideos .inlineRelatedVideosRow {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 650px) {
  #player #controls .controlsContainer .mainControls .volumeContainer #volumeBar {
    display: none !important;
  }
  #player #controls .controlsContainer .mainControls .volumeContainer #volumeBar.showVolumeBar {
    display: none !important;
  }
  #player #controls .secondaryControls #togglePlayerSize {
    display: none;
  }
  #player #controls .secondaryControls #videoSettings .balloon {
    display: none;
  }
  #player #controls .controlsContainer .mainControls {
    /*#videoTime{ display: none;}*/
    padding: 0;
  }
  #player #controls .controlsContainer .mainControls .volumeContainer {
    padding: 7px 0 7px 7px;
  }
  #player #controls .controlsContainer .mainControls .volumeContainer #volumeBar.showVolumeBar {
    width: 80px;
    margin: 0 10px 0 0;
  }
  #player #controlsAds .controlsContainer .mainControls .volumeContainer #volumeBar {
    display: none !important;
  }
  #player #controlsAds .controlsContainer .mainControls .volumeContainer #volumeBar.showVolumeBar {
    display: none !important;
  }
  #player #controlsAds .controlsContainer .mainControls {
    /*#videoTime{ display: none;}*/
  }
  #player #controlsAds .controlsContainer .mainControls .volumeContainer {
    padding: 7px 0 7px 7px;
  }
  #player #controlsAds .controlsContainer .mainControls .volumeContainer #volumeBarAds.showVolumeBar {
    width: 80px;
    margin: 0 10px 0 0;
  }
  #player .shareBox .box,
  #player .embededBox .box {
    width: 280px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -140px;
    font-size: 12px;
    line-height: 14px;
  }
  #player .shareBox .box .heading,
  #player .embededBox .box .heading {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
  }
  #player .shareBox .box p,
  #player .embededBox .box p {
    margin: 0 0 5px;
  }
  #player .shareBox .box .linkBox input[type="text"],
  #player .embededBox .box .linkBox input[type="text"] {
    height: 30px;
    line-height: 26px;
    width: 60%;
  }
  #player .shareBox .box .linkBox button,
  #player .embededBox .box .linkBox button {
    font-size: 13px;
    height: 30px;
    width: 50px;
  }
  #player .shareBox .box .linkBox .social-networks li a,
  #player .embededBox .box .linkBox .social-networks li a {
    width: 40px;
    height: 40px;
  }
  #player .shareBox .box .linkBox .social-networks li.facebook a:after,
  #player .embededBox .box .linkBox .social-networks li.facebook a:after {
    background-position: -26px -849px;
    margin: -12px 0 0 -7px;
    width: 15px;
    height: 25px;
  }
  #player .shareBox .box .linkBox .social-networks li.twitter a:after,
  #player .embededBox .box .linkBox .social-networks li.twitter a:after {
    background-position: -21px -882px;
    width: 24px;
    height: 21px;
    margin: -10px 0 0 -12px;
  }
  #player .shareBox .box .linkBox .social-networks li.gplus a:after,
  #player .embededBox .box .linkBox .social-networks li.gplus a:after {
    background-position: -25px -914px;
    width: 17px;
    height: 25px;
    margin: -12px 0 0 -8px;
  }
  #player .shareBox .box .linkBox .videoLinkBtn,
  #player .embededBox .box .linkBox .videoLinkBtn,
  #player .shareBox .box .linkBox .embed-btn,
  #player .embededBox .box .linkBox .embed-btn {
    width: 40px;
    height: 40px;
  }
  #player .shareBox .box .linkBox .embed-btn:after,
  #player .embededBox .box .linkBox .embed-btn:after {
    content: "\e61a";
    margin: -9px 0 0 -12px;
  }
  #player .shareBox .box .linkBox .videoLinkBtn:after,
  #player .embededBox .box .linkBox .videoLinkBtn:after {
    content: "\e61a";
    margin: -10px 0 0 -10px;
  }
  #player #controls .secondaryControls #qualitySelector {
    top: -45px;
    right: -11px;
    padding: 5px;
  }
  .tune-ad-playing #controls .controlsContainer .mainControls #playPause {
    padding: 6px 0 7px;
  }
}
@media only screen and (max-width: 600px) {
  #player .shareBox .shareInner .share-box {
    width: 100%;
    max-width: 100%;
  }
  #player .shareBox h3 {
    font-size: 18px;
    margin: 0 0 8px;
  }
  #player .embed-box span {
    font-size: 16px;
  }
  #player .social-box .facebook,
  #player .social-box .twitter,
  #player .social-box .googleplus,
  #player .social-box .whatsapp {
    width: 40px;
    height: 40px;
    padding: 10px 0;
  }
  #player .social-box .facebook span,
  #player .social-box .twitter span,
  #player .social-box .googleplus span,
  #player .social-box .whatsapp span {
    font-size: 20px;
    line-height: 20px;
  }
  #player #related-block .related-box-left {
    width: 65%;
  }
  #player #related-block .related-box-left .related-url {
    width: 190px;
  }
  #player #related-block .related-box-right {
    width: 35%;
  }
  #player #related-block .related-videos .related-col .img-holder .img-mask p {
    text-indent: -9999px;
  }
}
@media only screen and (max-width: 480px) {
  #player #inlineRelatedVideos,
  #player #controls .secondaryControls #suggestedVideos,
  #player #related-block {
    display: none !important;
  }
}
.preLoaderContainer {
  position: absolute;
  z-index: 1010;
  width: 100%;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 0px;
}
div.preLoader {
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: #0066cc;
  top: 45%;
  border-radius: 50%;
}
div.preLoader:nth-child(1) {
  background-color: #0066cc;
  -webkit-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -moz-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -ms-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -o-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
div.preLoader:nth-child(2) {
  background-color: #0075eb;
  -webkit-animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -moz-animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -ms-animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -o-animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
div.preLoader:nth-child(3) {
  background-color: #0a85ff;
  -webkit-animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -moz-animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -ms-animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -o-animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
div.preLoader:nth-child(4) {
  background-color: #2994ff;
  -webkit-animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -moz-animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -ms-animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -o-animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
@-webkit-keyframes move {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes move {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.throbberWrapper {
  width: 45px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -35px;
  position: absolute;
}
.throbbersPage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.throbbersPage .thobbers_container {
  display: block;
  position: relative;
  width: 550px;
  height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f0f4f5;
}
.throbbersPage .thobbers_container ul.throbber_containers {
  display: block;
  position: relative;
  width: 300px;
}
.throbbersPage .thobbers_container ul.throbber_containers > li {
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 20px 0 20px 0;
}
.throbbersPage .thobbers_container ul.throbber_containers > li.throbbers_dark_bg {
  background: #363b4a;
}
.throbbersPage .thobbers_container ul.throbber_containers > li.throbbers_green_bg {
  background: #50b87f;
}
.throbbersPage .thobbers_container ul.throbber_containers > li > ul.throbbers_list {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  width: 80%;
  height: 80%;
  margin: 0 auto;
}
.throbbersPage .thobbers_container ul.throbber_containers > li > ul.throbbers_list > li {
  width: 45px;
  height: 70px;
  display: block;
  position: relative;
}
.throbbersPage .throbber {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.throbbersPage .throbber:after {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  -o-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top: 3px solid #545a6a;
  border-bottom: 3px solid #d4d4db;
  border-left: 3px solid #545a6a;
  border-right: 3px solid #d4d4db;
  content: '';
  opacity: .5;
}
.throbbersPage .throbber.throbber_large:after {
  width: 40px;
  height: 40px;
}
.throbbersPage .throbber.throbber_medium:after {
  width: 30px;
  height: 30px;
}
.throbbersPage .throbber.throbber_small:after {
  width: 10px;
  height: 10px;
}
.throbbersPage .throbber.throbber_green:after {
  opacity: 1;
  border-top: 1px solid #42a26e;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #42a26e;
  border-right: 1px solid #fff;
}
@keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
/**/
.related-col {
  -webkit-animation: zoom 0.4s ease;
  -moz-animation: zoom 0.4s ease;
  -ms-animation: zoom 0.4s ease;
  -o-animation: zoom 0.4s ease;
  animation: zoom 0.4s ease;
}
.related-col:first-child {
  -webkit-animation: zoom 0.3s ease;
  -moz-animation: zoom 0.3s ease;
  -ms-animation: zoom 0.3s ease;
  -o-animation: zoom 0.3s ease;
  animation: zoom 0.3s ease;
}
.related-col:nth-child(3) {
  -webkit-animation: zoom 0.5s ease;
  -moz-animation: zoom 0.5s ease;
  -ms-animation: zoom 0.5s ease;
  -o-animation: zoom 0.5s ease;
  animation: zoom 0.5s ease;
}
.related-col:nth-child(4) {
  -webkit-animation: zoom 0.6s ease;
  -moz-animation: zoom 0.6s ease;
  -ms-animation: zoom 0.6s ease;
  -o-animation: zoom 0.6s ease;
  animation: zoom 0.6s ease;
}
.related-col:nth-child(5) {
  -webkit-animation: zoom 0.7s ease;
  -moz-animation: zoom 0.7s ease;
  -ms-animation: zoom 0.7s ease;
  -o-animation: zoom 0.7s ease;
  animation: zoom 0.7s ease;
}
.related-col:nth-child(6) {
  -webkit-animation: zoom 0.8s ease;
  -moz-animation: zoom 0.8s ease;
  -ms-animation: zoom 0.8s ease;
  -o-animation: zoom 0.8s ease;
  animation: zoom 0.8s ease;
}
@-webkit-keyframes zoom {
  from {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes zoom {
  from {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes zoom {
  from {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* putting changes in less - start */
.videoInfo .thumb,
#player .title,
span.uploader {
  cursor: pointer;
}
#player.isEmbedded span.uploader {
  position: absolute;
  top: 15px;
  left: 38px;
  color: rgba(255, 255, 255, 0.55);
}
#player.isEmbedded span.uploader:hover {
  color: #fff;
}
#player #controls #seekBarContainer #seekBar:after {
  content: '';
  position: absolute;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 2px;
  right: 0px;
  top: 0px;
}
#player #controls #seekBarContainer #seekBar:before {
  content: '';
  position: absolute;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  border: 3px solid #fff;
  width: 12px;
  right: -1px;
  top: -3px;
  display: none;
  border-radius: 50%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: width 0.2s, height 0.2s, border 0.2s, position 0.2s, -webkit-transform 0.2s, visibility 0.5s linear, opacity 0.5s linear;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.2s, height 0.2s,position 0.2s, border 0.2s, transform 0.2s,visibility 0.2s linear ,opacity 0.2s linear;
}
.seekbar-circle:before {
  visibility: hidden !important;
  opacity: 0  !important;
}
.seekbar-circle-show:before {
  display: block !important;
}
/* putting changes in less - end */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 100dpi) {
  abcd {
    background-image: url('../images/controlers-player-sprite@2x.png') !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 66px 1100px !important;
  }
  /**/
}
.play-button-on-load {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0066cc;
  border-radius: 50%;
  color: white;
  border: 6px solid #fff;
  text-align: center;
}
.on-load-play-btn-cont {
  position: absolute;
  z-index: 1029;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-left: -42px;
  margin-top: -42px;
}
#player:hover .play-button-on-load {
  background-color: #007fff;
}
#icon-play {
  z-index: 1026;
  display: inline-block;
  margin: 25px 0 0;
  font: 28px/28px 'icomoon';
}
#icon-play:after {
  content: "\e608";
}
.externalPlayerContainer {
  z-index: 1030 !important;
}
/* FINAL ATTEMPT TO MAKE PLAYER RESPONSIVE WITH ASPECT RATIO */
/* RATIO USING 16:9 */
.player_container {
  background: transparent;
  height: 350px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.player_container.playerLoaded {
  height: auto;
}
.player_container.wide_player {
  background: rgba(0, 0, 0, 0.8);
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.player_container.wide_player .inner-watch-video {
  background: transparent;
}
.player_container.wide_player:after {
  position: absolute;
  left: 100%;
  top: 0px;
  background: inherit;
  width: 100%;
  height: 100%;
  content: '';
}
.player_container.wide_player:before {
  position: absolute;
  right: 100%;
  top: 0px;
  background: inherit;
  width: 100%;
  height: 100%;
  content: '';
}
.player_container.wide_player #mediaplayer {
  max-width: 960px;
  margin: auto;
  -webkit-transition: width 0.3s,height 0.3s,margin 0.5s;
  -moz-transition: width 0.3s,height 0.3s,margin 0.5s;
  -ms-transition: width 0.3s,height 0.3s,margin 0.5s;
  -o-transition: width 0.3s,height 0.3s,margin 0.5s;
  transition: width 0.3s,height 0.3s,margin 0.5s;
  -webkit-transition: width 0.3s,height 0.3s,margin 0.5s !important;
  transition: width 0.3s,height 0.3s,margin 0.5s !important;
}
.popular-holder .inner-watch-video {
  background: black;
  height: 100%;
}
#mediaplayer {
  width: 100%;
  display: block;
  position: relative;
  min-width: 320px;
  min-height: 200px;
}
#mediaplayer.isMobile {
  min-height: 300px !important;
  max-height: 360px !important;
}
#mediaplayer.isMobile #controls {
  bottom: 0px !important;
}
#mediaplayer.isMobile #playerHeader {
  top: 0px !important;
}
#mediaplayer:after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
#mediaplayer #player {
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  min-height: inherit !important;
}
#mediaplayer #player.mobileControlsHide #controls .controlsContainer,
#mediaplayer #player.mobileControlsHide #playerHeader {
  opacity: 0.6;
}
#unsupportedFormat {
  background: -moz-linear-gradient(top, #000000 0%, #000000 20%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(20%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, #000000 20%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #000000 0%, #000000 20%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, #000000 0%, #000000 20%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, #000000 20%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  font-weight: lighter;
  z-index: 1010 !important;
  color: white;
  position: relative;
  font-size: 16px;
  padding: 2%;
  text-align: center;
}
#unsupportedFormatQualities {
  position: absolute;
  top: 50%;
  z-index: 1010!important;
  width: 100%;
  padding: 0px;
  text-align: center;
}
#unsupportedFormatQualities li {
  display: inline-block;
  padding: 3%;
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: lighter;
  font-size: 18px;
  background-color: #0066cc;
  border-radius: 3px;
  color: white;
}
#unsupportedFormatQualities li:hover {
  background-color: #007fff;
}
.tune-ad-playing #playerHeader,
.tune-ad-playing strong.logo-tunepk,
.tune-ad-playing #videoPosterContainer {
  display: none !important;
}
.tune-ad-playing.tune-vpaid #controls {
  z-index: 899 !important;
}
.tune-ad-playing.tune-vpaid.flash #controls {
  display: none !important;
}
.tune-ad-playing #controls {
  bottom: 0px !important;
  z-index: 1028 !important;
}
.tune-ad-playing #controls .controlsContainer .mainControls #playPause {
  margin-right: 16px !important;
}
.tune-ad-playing #controls .controlsContainer .mainControls .volumeContainer {
  display: none !important;
}
.tune-ad-playing #controls .controlsContainer .secondaryControls #qualitySelector,
.tune-ad-playing #controls .controlsContainer .secondaryControls #videoSettings,
.tune-ad-playing #controls .controlsContainer .secondaryControls #loopVideo,
.tune-ad-playing #controls .controlsContainer .secondaryControls #suggestedVideos,
.tune-ad-playing #controls .controlsContainer .secondaryControls #togglePlayerSize {
  display: none !important;
}
/* Testing buffering icon */
#floatingCirclesG {
  position: absolute;
  width: 52px;
  height: 52px;
  margin-left: -26px;
  margin-top: -26px;
  top: 50%;
  left: 50%;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.f_circleG {
  position: absolute;
  background-color: white;
  height: 10px;
  width: 10px;
  -moz-border-radius: 5px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -webkit-border-radius: 5px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -ms-border-radius: 5px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -o-border-radius: 5px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  border-radius: 5px;
  animation-name: f_fadeG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
#frotateG_01 {
  left: 0;
  top: 21px;
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
#frotateG_02 {
  left: 6px;
  top: 6px;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
#frotateG_03 {
  left: 21px;
  top: 0;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
#frotateG_04 {
  right: 6px;
  top: 6px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
#frotateG_05 {
  right: 0;
  top: 21px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
}
#frotateG_06 {
  right: 6px;
  bottom: 6px;
  -moz-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
#frotateG_07 {
  left: 21px;
  bottom: 0;
  -moz-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  animation-delay: 1.17s;
}
#frotateG_08 {
  left: 6px;
  bottom: 6px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
@-moz-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_fadeG {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: white;
  }
}
@-ms-keyframes f_fadeG {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_fadeG {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_fadeG {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: #ffffff;
  }
}
