/* general */
.video-js {
  width: 100% !important;
  font-size: 9pt; }

.video-js #pip_menu {
  display: none; }

.video-js:not(.vjs-fullscreen):hover .vjs-control-bar {
  opacity: 1 !important; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  transition: visibility .2s, opacity .2s; }

.vjs-has-started.vjs-user-inactive.vjs-playing.vjs-fullscreen .vjs-control-bar {
  transition: visibility .2s, opacity .2s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.video-js[data-autoplay="true"] .vjs-big-play-button {
  display: none; }

.video-js .vjs-tech {
  position: static; }

.video-js.vjs-fullscreen .vjs-control-bar {
  z-index: 11111; }

.video-js #player_menu,
.video-js #pip_menu {
  opacity: 0;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started #player_menu,
.vjs-has-started #pip_menu {
  opacity: 1; }

.vjs-has-started.vjs-user-inactive.vjs-playing #player_menu,
.vjs-has-started.vjs-user-inactive.vjs-playing #pip_menu {
  opacity: 0; }

.video-js:not(.vjs-fullscreen):hover #player_menu,
.video-js:not(.vjs-fullscreen):hover #pip_menu {
  opacity: 1 !important; }

.video-js.vjs-fullscreen video.vjs-tech {
  height: 100% !important;
  max-height: 100% !important; }

.video-js .vjs-progress-control .vjs-mouse-display,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  display: none;
  background-color: transparent !important;
  opacity: 0 !important; }

.video-js .vjs-control-bar {
  height: 3.4em;
  bottom: 0;
  padding-bottom: 7px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(72, 72, 72, 0) 100%, rgba(255, 255, 255, 0) 100%); }

.video-js .vjs-time-tooltip, .video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
  font-size: .85em; }

.vjs-sublime-skin .vjs-play-progress:before {
  font-size: 0;
  border-radius: 30px;
  width: 0;
  height: 0;
  top: 2px;
  right: 2px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-left: 5px;
  transition: width .15s ease-in-out, height .15s ease-in-out, top .15s ease-in-out, right .15s ease-in-out, border .15s ease-in-out; }

.video-js .vjs-control-bar:hover .vjs-play-progress:before {
  width: 13px;
  height: 13px;
  top: -5px;
  right: -6px;
  transition: none; }

.video-js .vjs-control-bar .vjs-sliding .vjs-play-progress:before {
  width: 18px;
  height: 18px;
  top: -8px;
  right: -8px;
  background-color: #fb254f;
  border: 3px solid #fff; }

.vjs-sublime-skin .vjs-volume-control {
  width: 3em;
  margin-left: 10px; }

.vjs-sublime-skin .vjs-progress-holder {
  height: 20px;
  background-color: transparent; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  margin-top: 7px; }

.video-js .vjs-progress-holder .vjs-play-progress {
  background-color: #f72652; }

.video-js .vjs-progress-holder .vjs-load-progress {
  height: 4px !important;
  background-color: rgba(255, 255, 255, 0.5); }

.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: none; }

.video-js .vjs-progress-holder .vjs-load-progress div {
  display: none !important; }

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
  display: block;
  padding-left: 0;
  display: none; }

.pg-clip .video-js .vjs-control-bar .vjs-current-time {
  display: inline-block; }

.pg-clip .video-js .vjs-control-bar .vjs-current-time-display {
  display: inline-block; }

.video-js .vm-progress-bg {
  background-color: rgba(255, 255, 255, 0.3);
  height: 4px;
  margin-top: 7px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }

.vjs-icon-volume-mute {
  margin-top: 4px; }

.video-js .vjs-volume-menu-button .vjs-menu {
  z-index: 1000;
  left: -9px; }

.video-js .vjs-remaining-time {
  padding-right: 0; }

.video-js .vjs-volume-menu-button-vertical {
  width: 17px;
  margin-left: 1em; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: none; }

.video-js .vjs-slider-bar {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }

.video-js .vjs-volume-bar.vjs-slider-vertical {
  width: .335em; }

.video-js .vjs-volume-level {
  background-color: #fff;
  border-radius: 5px; }

.vjs-slider-vertical .vjs-volume-level:before {
  color: #fff !important;
  left: -0.35em; }

.vjs-sublime-skin .vjs-fullscreen-control {
  border-color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  margin-left: 12px;
  margin-right: 17px;
  margin-top: -8px; }

.vjs-sublime-skin.in-twitter-card .vjs-fullscreen-control {
  display: none; }

.vjs-sublime-skin.in-twitter-card .vjs-volume-menu-button-vertical {
  margin-right: 17px; }

.vjs-sublime-skin .vjs-fullscreen-control:hover {
  border-color: #fff; }

.vjs-sublime-skin.vjs-fullscreen .vjs-fullscreen-control:after {
  display: none; }

.video-js .vjs-play-control {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  margin-top: -2px; }

.video-js .vjs-menu-button,
.vjs-remaining-time-display,
.vjs-current-time-display {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  margin-top: -3px; }

.video-js .vjs-menu-button:hover {
  color: #fff; }

.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 6.7em; }

.vjs-volume-menu-button-vertical:focus .vjs-menu-content {
  height: 0; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content {
  height: 6.7em !important; }

.video-js .vjs-control.vjs-resolution-button {
  width: 17px;
  margin-left: 10px;
  font-family: VideoJS; }

.vjs-resolution-button .vjs-resolution-button-staticlabel:before {
  content: '\f110';
  font-size: 1.8em;
  line-height: 1.67; }

.vjs-resolution-button .vjs-menu li {
  text-transform: none;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-resolution-button .vjs-menu {
  left: 0; }

.vjs-resolution-button .vjs-menu .vjs-menu-content {
  margin-left: -17px;
  width: 4em !important; }

.vjs-resolution-button .vjs-menu li {
  color: #ddd;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-resolution-button .vjs-menu li:first-child {
  padding-top: 5px; }

.vjs-resolution-button .vjs-menu li:last-child {
  padding-bottom: 5px; }

.vjs-resolution-button .vjs-menu li:hover {
  color: #fff; }

.vjs-resolution-button .vjs-menu li:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); }

.vjs-resolution-button .vjs-menu li.vjs-menu-item.vjs-selected {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9); }

.vjs-resolution-button .vjs-menu li.vjs-menu-item.vjs-resolutions-rendering {
  color: #e5e5e5; }

.vjs-resolution-button .vjs-menu li.vjs-menu-item.vjs-selected:not(.vjs-resolutions-rendering) {
  animation: pulse 1.5s infinite; }

@keyframes pulse {
  0% {
    color: #ddd;
    background-color: rgba(99, 99, 99, 0.5); }
  50% {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8); }
  100% {
    color: #ddd;
    background-color: rgba(99, 99, 99, 0.5); } }
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.vjs-youtube .vjs-control-bar {
  display: none; }

.vjs-youtube > div:first-child {
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */ }

.vjs-menu-button-popup .vjs-menu {
  margin-bottom: 1.2em;
  margin-left: 2px; }

.vjs-captions-button {
  display: none; }

.video-js[data-autoplay="true"] .vjs-big-play-button {
  display: none; }

/* video player */
#video_player {
  z-index: 101;
  -webkit-transform-style: preserve-3d;
  text-align: center;
  width: 100%;
  min-height: 270px; }

video#video_player {
  object-fit: cover; }

@media (max-width: 767px) {
  #video_player {
    min-height: 0; }

  .video-js:not(.vjs-fullscreen):hover .vjs-control-bar {
    opacity: 1 !important; }

  video#video_player,
  #video_player video {
    min-height: 0; }

  #video_view #video_player,
  #video_view #video_player video,
  #video_view video#video_player {
    min-height: 200px;
    height: auto; } }
/* embed player */
#embed_video_player {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999; }

/* feed player */
.videos_list .thumb_img .no-big-button .vjs-big-play-button {
  display: none; }

.videos_list .thumb_img .vjs-user-inactive.vjs-paused .vjs-loading-spinner {
  display: none; }

.videos_list .thumb_img > .video-js.vjs-fullscreen {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%; }

/* components */
.video-js .vm-player-stats-display {
  width: auto;
  padding-left: 12px; }

.video-js .vm-player-stats-display a {
  padding: 4px 4px;
  font-size: 1em;
  line-height: 2.5em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap; }

/* loading spinner */
@-webkit-keyframes spinme {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spinme {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes spinme {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes spinme {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loading-indicator,
.vjs-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  /* background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik02MS4zLDMwLjdDNjAtNi42LDQtNi42LDIuNywzMC43YzAsMC43LTAuNiwxLjMtMS40LDEuM2wwLDBDMC42LDMyLDAsMzEuNCwwLDMwLjZjMS40LTQwLjgsNjIuNi00MC44LDY0LDANCgljMCwwLjgtMC42LDEuNC0xLjQsMS40bDAsMEM2MS45LDMyLDYxLjMsMzEuNCw2MS4zLDMwLjd6Ii8+DQo8L3N2Zz4NCg=="); */
  -webkit-animation: fadein steps(1, end) 1s, spinme 1s linear infinite !important;
  -moz-animation: fadein steps(1, end) 1s, spinme 1s linear infinite !important;
  animation: fadein steps(1, end) 1s, spinme 1s linear infinite !important;
  border: none;
  opacity: 1;
  border-radius: 100px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-bottom: 3px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: none; }

/* ads */
.video-js .vjs-control-bar {
  z-index: 2222; }

.video_info2 {
  position: relative;
  z-index: 222; }

#ima-ad-container {
  top: -35px; }

#ima-ad-container video {
  left: 0;
  top: 0; }

/* pre-roll */
.ima-play-pause-div,
.ima-mute-div,
.ima-fullscreen-div {
  top: 8px !important; }

.ima-fullscreen-div {
  display: none !important; }

.ima-slider-div {
  right: 15px !important; }

.ima-mute-div {
  right: 62px !important; }

.ima-countdown-div {
  color: #eee !important;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.8) !important; }

#video_player_ima-ad-container video {
  left: 0; }

@media (max-width: 767px) {
  /* places the big play button on top of the ima-ad-container */
  .vjs-big-play-button {
    display: none; }

  /* mobile play button */
  .device-ios .loading-indicator,
  .device-ios .vjs-loading-spinner {
    display: none;
    width: 0px;
    height: 0px; }

  .device-ios .mobile-play-button {
    display: none; }

  .device-ios .mobile-play-button .loading-indicator {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik02MS4zLDMwLjdDNjAtNi42LDQtNi42LDIuNywzMC43YzAsMC43LTAuNiwxLjMtMS40LDEuM2wwLDBDMC42LDMyLDAsMzEuNCwwLDMwLjZjMS40LTQwLjgsNjIuNi00MC44LDY0LDANCgljMCwwLjgtMC42LDEuNC0xLjQsMS40bDAsMEM2MS45LDMyLDYxLjMsMzEuNCw2MS4zLDMwLjd6Ii8+DQo8L3N2Zz4NCg==");
    display: none; }

  .device-ios .vjs-paused .vjs-big-play-button {
    display: none; } }
/* player overlay msg */
.overlay-msg {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 50px;
  margin-right: 20px;
  font-size: .9em;
  z-index: 999;
  font-size: 1.2em;
  display: none; }

.device-ios .overlay-msg {
  display: none !important; }

.postroll-overlay-msg a,
.postroll-overlay-msg a:active,
.overlay-msg:hover {
  background-color: #fff;
  border-radius: 5px; }

.postroll-overlay-msg > a,
.postroll-overlay-msg > a:active,
.overlay-msg:hover > a {
  color: #000; }

.overlay-msg:hover > .overlay-dismiss {
  color: #aaa; }

.overlay-msg > .overlay-dismiss:hover {
  color: #000; }

.postroll-overlay-msg > a,
.overlay-msg > a {
  display: inline-block;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  padding: 5px 30px 5px 10px;
  border-radius: 5px;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.postroll-overlay-msg > a {
  font-size: 1.7em;
  padding: .4em .8em;
  text-align: center;
  font-weight: normal;
  opacity: 1;
  text-decoration: none;
  margin-top: 5px; }

.overlay-msg > a:hover {
  opacity: 1;
  text-decoration: none;
  background-color: #fff;
  color: #000; }

.overlay-msg .overlay-dismiss {
  position: absolute;
  font-size: 16px;
  padding: 4px;
  color: rgba(255, 255, 255, 0.8);
  top: 1px;
  right: 4px;
  cursor: pointer;
  z-index: 9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.overlay-msg .overlay-dismiss i {
  display: block; }

@media (max-width: 480px) {
  .embed-share-modal .timewidget-settings {
    display: none; }

  #player_menu {
    display: none; }

  #player_menu > li > a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px; }

  #player_menu li.nonzero .num {
    display: none; } }
/* embed player postroll */
.postroll {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
  padding: 3%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out; }

.postroll .inner {
  display: table;
  width: 100%;
  height: 100%;
  /*
  position: absolute;
  left: 50%;
  top: 50%;
  height: 110px;
  margin-left: -220px;
  width: 440px;
  height: 70px;
  margin-top: -35px;
  */ }

.postroll .inner > .inner2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.postroll .inner.has-upnext {
  /*
  position: absolute;
  left: 50%;
  top: 50%;
  height: 110px;
  margin-left: -220px;
  width: 440px;
  height: 375px;
  margin-top: -188px;
  */ }

.postroll .postroll-actions > li {
  display: block;
  margin-right: 15px;
  margin-left: 15px; }

.postroll .btn {
  margin: 5px;
  padding: .5em 1.5em;
  border-radius: 100px;
  background-color: transparent;
  color: #aaa;
  font-size: 1.4em;
  outline: none !important; }

.postroll .btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  margin-left: 0;
  margin-right: .2em;
  color: rgba(255, 255, 255, 0.4); }

.postroll .btn span {
  display: inline-block;
  vertical-align: middle; }

.postroll .btn:hover {
  color: #fff;
  opacity: 1; }

.postroll .btn:hover i {
  color: #fff; }

.postroll .postroll-actions > li.postroll-get-app {
  display: none; }

.postroll button.nohover {
  background-color: transparent !important;
  color: #fff !important; }

.postroll .postroll_logo {
  cursor: pointer;
  margin: 20px auto 0 auto;
  display: none; }

.postroll .postroll_logo span:first-child {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.68em;
  cursor: pointer;
  background-image: url("/images/logo_white.png?2014-07-03");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  height: 40px;
  margin-bottom: 5px; }

.postroll .postroll_upnext {
  display: none; }

.postroll .postroll_upnext_label {
  margin: 1em 0 .25em 0;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #888;
  text-transform: uppercase; }

.postroll .postroll_upnext_container {
  position: relative;
  display: inline-block;
  text-decoration: none; }

.postroll .postroll_upnext_title {
  display: block;
  color: #fff;
  font-size: 1.8em;
  padding: .3em .5em;
  text-align: left;
  line-height: 1.2em;
  text-align: center;
  unicode-bidi: embed; }

.postroll .postroll_upnext_title:hover {
  text-decoration: underline; }

.postroll .postroll_upnext_play {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 20px auto 0 auto;
  border-radius: 100px;
  background-color: #222;
  color: #fff;
  font-size: 4em;
  font-weight: bold;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.postroll .postroll_upnext_play:after {
  position: absolute;
  display: block;
  margin: 16px 0 0 19px;
  font-size: 50px;
  content: "\25BA"; }

.postroll .postroll_upnext_cancel {
  display: block;
  max-width: 100px;
  font-size: 1.2em;
  text-align: center;
  margin: 1em auto 0 auto;
  color: #777;
  cursor: pointer; }

.postroll .postroll_upnext_cancel:hover {
  text-decoration: underline;
  color: #fff; }

.postroll .postroll_upnext_countdown {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0; }

.postroll .countdown {
  width: 80px;
  height: 80px;
  position: relative; }

.postroll .wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  clip: rect(0px, 100px, 100px, 40px); }

.postroll .circle {
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  clip: rect(0px, 40px, 80px, 0px); }

.postroll .shared {
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: linear; }

.postroll .wrapper {
  -webkit-animation-duration: 0.01s;
  -webkit-animation-delay: 5.01s;
  -webkit-animation-name: close-wrapper;
  -moz-animation-duration: 0.01s;
  -moz-animation-delay: 5.01s;
  -moz-animation-name: close-wrapper;
  -ms-animation-duration: 0.01s;
  -ms-animation-delay: 5.01s;
  -ms-animation-name: close-wrapper; }

.postroll .wrapper .left {
  -webkit-animation-duration: 10s;
  -webkit-animation-name: left-spin;
  -moz-animation-duration: 10s;
  -moz-animation-name: left-spin;
  -ms-animation-duration: 10s;
  -ms-animation-name: left-spin; }

.postroll .wrapper .right {
  -webkit-animation-duration: 5s;
  /* Half animation time */
  -webkit-animation-name: right-spin;
  -moz-animation-duration: 5s;
  -moz-animation-name: right-spin;
  -ms-animation-duration: 5s;
  -ms-animation-name: right-spin; }

@keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }
@keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes close-wrapper {
  to {
    clip: rect(0, 80px, 80px, 0); } }
.modal .postroll-share-buttons {
  margin-top: 15px;
  overflow: hidden;
  font-size: 0; }

.modal .postroll-share-buttons > ul {
  display: table;
  width: 100%; }

.modal .postroll-share-buttons li {
  display: table-cell;
  padding: 0 2px; }

.modal .postroll-share-buttons li:first-child {
  padding-left: 0; }

.modal .postroll-share-buttons li:last-child {
  padding-right: 0; }

.modal .postroll-share-buttons a {
  display: block;
  padding: 18px;
  border-radius: 4px;
  border: none; }

.modal .postroll-share-buttons {
  margin-top: 0; }

.device-ios .postroll .postroll-actions > li.postroll-get-app.ios {
  display: inline-block; }

.device-android .postroll .postroll-actions > li.postroll-get-app.android {
  display: inline-block; }

.postroll .postroll-actions a.more-videos {
  border: none;
  color: #fff;
  background-color: #f82a53;
  background: linear-gradient(to left, #9f2af8, #f82a53); }

.postroll .postroll-actions a.more-videos:hover {
  color: #fff; }

@media (max-width: 480px) {
  .postroll .postroll_upnext,
  .postroll .postroll_upnext {
    display: none; } }
@media (max-width: 767px) {
  .modal .postroll-share-buttons > ul {
    display: inline-block;
    margin-left: -2px; }

  .modal .postroll-share-buttons li {
    display: inline-block;
    padding: 0;
    width: 18%;
    margin: 2px; }

  .device-ios .postroll .postroll_upnext,
  .device-android .postroll .postroll_upnext {
    display: none; }

  .postroll .postroll-actions > li {
    display: block;
    margin-right: 15px;
    margin-left: 15px; }

  .postroll .btn {
    font-size: 1.4em;
    margin: 1px 5px; }

  .postroll .postroll_upnext_label {
    font-size: 1em; }

  .postroll .postroll_upnext_title {
    font-size: 1.5em; }

  .postroll .postroll_upnext_play {
    width: 60px;
    height: 60px;
    font-size: 3em;
    margin-top: 5px; }

  .postroll .postroll_upnext_play:after {
    margin: 13px 0 0 15px;
    font-size: 34px; }

  .postroll .postroll_upnext_cancel {
    margin-top: .25em; }

  .postroll .postroll_upnext_countdown {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0; }

  .postroll .countdown {
    width: 60px;
    height: 60px;
    position: relative; }

  .postroll .wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    clip: rect(0px, 100px, 100px, 30px); }

  .postroll .circle {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    clip: rect(0px, 30px, 100px, 0px); } }
/* player menu UI and branding */
#player_branding {
  display: none; }

#player_menu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100px; }

#player_menu ul > li {
  display: block;
  text-align: right; }

#player_menu ul > li + li {
  margin: 5px 0 0 0; }

#player_menu ul > li > a {
  display: inline-block;
  padding: 0;
  background-color: rgba(100, 100, 100, 0.4);
  color: #fff;
  text-align: left;
  font-size: 18px;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
  width: 60px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  font-weight: bold; }

#player_menu ul > li > a:hover {
  text-decoration: none;
  background: linear-gradient(to left, #9f2af8, #f82a53);
  color: #fff; }

#player_menu ul > li > a:active {
  opacity: .8; }

#player_menu #embed_upvote > a.active {
  color: #FB254F; }

#player_menu #embed_upvote > a.active:hover {
  color: #000; }

#player_menu #embed_watch {
  display: none; }

/* PIP */
@media (min-width: 980px) {
  .video-js.pip {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    width: 300px !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }

  .vjs-fullscreen.video-js.pip {
    width: 100% !important;
    bottom: 0;
    right: 0; }

  .video-js.pip #pip_menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(72, 72, 72, 0) 100%, rgba(255, 255, 255, 0) 100%); }

  .video-js.pip .title {
    margin: 10px;
    color: #fff;
    font-size: 1.2em;
    display: inline-block;
    max-width: 80%;
    line-height: 1.2em;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

  .video-js.pip .close {
    position: absolute;
    right: 10px;
    top: 8px;
    font-weight: normal;
    font-size: 2em;
    color: #FFF;
    opacity: 1; }

  .video-js.pip .vjs-remaining-time {
    display: none; } }

/*# sourceMappingURL=player.css.map */
