@charset "UTF-8";
@font-face {
  font-family: 'msp_video_player';
  src:  url('../fonts/msp_video_player.eot');
  src:  url('../fonts/msp_video_player.eot#iefix') format('embedded-opentype'),
		url('../fonts/msp_video_player.woff2') format('woff2'),
		url('../fonts/msp_video_player.woff') format('woff'),
		url('../fonts/msp_video_player.ttf') format('truetype'),
		url('../fonts/msp_video_player.svg#msp_video_player') format('svg');
  font-weight: normal;
  font-style: normal;
}

.msp-icon {
	  display: inline-block; 
	  font-family: 'msp_video_player' !important;
	  speak: none;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
  }
  .msp-icon:before {
    font-family: msp_video_player;
    font-size: 1.7em; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
[class^="msp-icon"], [class*=" msp-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'msp_video_player' !important;
  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;
}


.msp-airplay:before {
  content: "\e001"; }

.msp-fullscreen:before {
  content: "\e002"; }

.msp-checked:before {
  content: "\e003"; }

.msp-embed:before {
  content: "\e004";
  color: #fff; }

.msp-chromecast:before {
  content: "\e005"; }

.msp-email:before {
  content: "\e006"; }

.msp-playbtn:before {
  content: "\e007"; }

.msp-share:before {
  content: "\e009"; }

.msp-share2:before {
  content: "\e00a"; }

.msp-twitter:before {
  content: "\e00c";
  color: #1da1f2; }

.msp-facebook:before {
  content: "\e00a";
  color: #3b5998; }

.msp-volumebtn:before {
  content: "\e00b"; }

.msp-volume-off:before {
  content: "\e00d"; }

.msp-unload:before {
  content: "\e00f"; }

.msp-prevbtn:before {
  content: "\e011"; }

.msp-nextbtn:before {
  content: "\e012"; }

.msp_video_player.is-mouseover .msp-captions, .msp_video_player.is-paused .msp-captions {
  bottom: 3em; }

.msp_video_player.is-poster .msp-engine {
  filter: alpha(opacity=0);
  opacity: 0; }

.msp_video_player.is-loading .msp-engine {
  top: -9999em; }

.msp_video_player.is-loading .msp-ui .msp-header, .msp_video_player.is-loading .msp-ui .msp-controls {
  filter: alpha(opacity=0);
  opacity: 0; }

.msp_video_player.is-splash .msp-ui > *, .msp_video_player.is-poster .msp-ui > * {
  display: none; }

.msp_video_player.is-splash .msp-ui > .msp-play, .msp_video_player.is-poster .msp-ui > .msp-play {
  display: block; }

.msp_video_player.is-splash.is-loading .msp-ui > .msp-play, .msp_video_player.is-poster.is-loading .msp-ui > .msp-play {
  display: none; }

.msp_video_player.is-splash.is-loading .msp-ui > .msp-waiting, .msp_video_player.is-poster.is-loading .msp-ui > .msp-waiting {
  display: block; }

.msp_video_player.is-poster .msp-engine {
  left: -9999em;
  top: -9999em; }

.msp_video_player.is-poster .msp-captions {
  display: none !important; }

.msp_video_player.is-disabled .msp-color {
  background-color: #999; }

.msp_video_player.has-title .msp-header {
  top: 0;
  text-align: right; }

.msp_video_player.is-fullscreen {
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 !important;
          box-shadow: 0 !important;
  background-image: none !important;
  background-color: #333; }
  .msp_video_player.is-fullscreen .msp-player {
    background-color: #333; }
  .msp_video_player.is-fullscreen .msp-fullscreen:before {
    content: "\e016"; }

.msp_video_player.is-fullscreen.msp-outlined .msp-fullscreen:before, .msp_video_player.is-fullscreen.msp-minimal .msp-fullscreen:before {
  content: "\e216"; }

.msp_video_player.is-fullscreen.msp-edgy .msp-fullscreen:before {
  content: "\e116"; }

.msp_video_player.is-fullscreen.msp-edgy.msp-outlined .msp-fullscreen:before, .msp_video_player.is-fullscreen.msp-edgy.msp-minimal .msp-fullscreen:before {
  content: "\e316"; }

.msp_video_player.is-fullscreen.is-mouseout.is-playing .msp-ui {
  cursor: none; }

.msp_video_player.is-loading .msp-waiting, .msp_video_player.is-seeking .msp-waiting {
  display: block !important; }
  .msp_video_player.is-loading .msp-waiting svg, .msp_video_player.is-loading .msp-waiting p, .msp_video_player.is-seeking .msp-waiting svg, .msp_video_player.is-seeking .msp-waiting p {
    filter: alpha(opacity=100);
    opacity: 1; }

.msp_video_player.is-loading .msp-play, .msp_video_player.is-seeking .msp-play {
  display: none !important; }

.msp_video_player.is-playing {
  background-image: none !important; }
  .msp_video_player.is-playing .msp-playbtn:before {
    content: "\e008"; }

.msp_video_player.is-playing.msp-outlined .msp-playbtn:before, .msp_video_player.is-playing.msp-minimal .msp-playbtn:before {
  content: "\e208"; }

.msp_video_player.is-playing.msp-edgy .msp-playbtn:before {
  content: "\e108"; }

.msp_video_player.is-playing.msp-edgy.msp-outlined .msp-playbtn:before, .msp_video_player.is-playing.msp-edgy.msp-minimal .msp-playbtn:before {
  content: "\e308"; }

.msp_video_player.is-muted .msp-volumebtn:before {
  content: "\e00d"; }

.msp_video_player.is-muted.msp-outlined .msp-volumebtn:before, .msp_video_player.is-muted.msp-minimal .msp-volumebtn:before {
  content: "\e20d"; }

.msp_video_player.is-muted.msp-edgy .msp-volumebtn:before {
  content: "\e10d"; }

.msp_video_player.is-muted.msp-edgy.msp-outlined .msp-volumebtn:before, .msp_video_player.is-muted.msp-edgy.msp-minimal .msp-volumebtn:before {
  content: "\e30d"; }

.msp_video_player.is-inverted .msp-duration {
  display: none; }

.msp_video_player.is-inverted .msp-remaining {
  display: block; }

.msp_video_player.is-closeable .msp-header .msp-unload {
  display: block; }

.msp_video_player.is-error {
  background-color: #aaa; }
  .msp_video_player.is-error .msp-ui {
    filter: alpha(opacity=100);
    opacity: 1; }

.msp_video_player.is-live .msp-timeline {
  visibility: hidden; }

.msp_video_player.is-live .msp-bar > *.msp-buffer, .msp_video_player.is-live .msp-bar-slider > *.msp-buffer {
  max-width: 100%; }

.msp_video_player.is-live.is-dvr .msp-timeline {
  visibility: visible; }

.msp_video_player.is-live.is-dvr.is-live-position .msp-duration {
  color: #00abcd; }

.msp_video_player.is-flash-disabled .msp-waiting {
  display: none !important; }

.msp_video_player.is-flash-disabled .msp-ui {
  height: auto;
  background: none;
  filter: alpha(opacity=100);
  opacity: 1; }
  .msp_video_player.is-flash-disabled .msp-ui .msp-header, .msp_video_player.is-flash-disabled .msp-ui .msp-controls {
    display: none; }

.msp_video_player.is-flash-disabled .msp-engine {
  top: 0; }

.msp_video_player.is-tiny {
  font-size: .7em; }

.msp_video_player.is-small {
  font-size: .8em; }

.msp_video_player.no-buffer .msp-ui .msp-controls .msp-timeline .msp-buffer {
  display: none; }

.msp_video_player.no-volume .msp-volumebar {
  display: none; }

.msp_video_player.msp-mute .msp-volumebtn {
  display: inline-block; }

@-webkit-keyframes pulse {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }

@keyframes pulse {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }

.msp_video_player .msp-chromecast-engine {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff; }
  .msp_video_player .msp-chromecast-engine .msp-chromecast-engine-status {
    font-size: 150%;
    text-align: center; }
  .msp_video_player .msp-chromecast-engine .msp-chromecast-engine-icon {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
    -webkit-mask-size: 100% 100%;
    background-color: #fff;
    margin: 10% auto 2em;
    height: 5em;
    width: 5em; }

.msp_video_player.is-chromecast {
  background-color: #333; }
  .msp_video_player.is-chromecast .msp-chromecast-engine {
    display: block; }
  .msp_video_player.is-chromecast .msp-flash-disabled {
    display: none !important; }
  .msp_video_player.is-chromecast .msp-engine {
    left: -9999em;
    top: -9999em;
    bottom: auto;
    right: auto; }

.msp_video_player.msp-default-playlist .msp-prev, .msp_video_player.msp-default-playlist .msp-next {
  position: absolute;
  top: 45%;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .msp_video_player.msp-default-playlist .msp-prev:before, .msp_video_player.msp-default-playlist .msp-next:before {
    font-family: msp_video_player;
    font-size: 2.8em; }

.msp_video_player.msp-default-playlist .msp-prev {
  left: 0.4em; }
  .msp_video_player.msp-default-playlist .msp-prev:before {
    content: "\e011"; }

.msp_video_player.msp-default-playlist .msp-next {
  right: 0.4em; }
  .msp_video_player.msp-default-playlist .msp-next:before {
    content: "\e012"; }

.msp_video_player.msp-default-playlist .msp-playlist {
  position: absolute;
  right: 0.4em;
  bottom: 3em;
  width: 100%;
  text-align: center; }
  .msp_video_player.msp-default-playlist .msp-playlist a {
    background-color: #fff;
    height: 0.8em;
    border-radius: 50%;
    width: 0.8em;
    filter: alpha(opacity=70);
    opacity: 0.7;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
    .msp_video_player.msp-default-playlist .msp-playlist a:hover {
      -webkit-transform: scale(1.2, 1.2);
          -ms-transform: scale(1.2, 1.2);
              transform: scale(1.2, 1.2); }
    .msp_video_player.msp-default-playlist .msp-playlist a.is-active {
      filter: alpha(opacity=100);
      opacity: 1; }

.msp_video_player.msp-default-playlist.msp-edgy .msp-prev:before {
  content: "\e111"; }

.msp_video_player.msp-default-playlist.msp-edgy .msp-next:before {
  content: "\e112"; }

.msp_video_player.msp-default-playlist.msp-outlined .msp-prev:before, .msp_video_player.msp-default-playlist.msp-minimal .msp-prev:before {
  content: "\e211"; }

.msp_video_player.msp-default-playlist.msp-outlined .msp-next:before, .msp_video_player.msp-default-playlist.msp-minimal .msp-next:before {
  content: "\e212"; }

.msp_video_player.msp-default-playlist.msp-edgy.msp-outlined .msp-prev:before, .msp_video_player.msp-default-playlist.msp-edgy.msp-minimal .msp-prev:before {
  content: "\e311"; }

.msp_video_player.msp-default-playlist.msp-edgy.msp-outlined .msp-next:before, .msp_video_player.msp-default-playlist.msp-edgy.msp-minimal .msp-next:before {
  content: "\e312"; }

.msp_video_player.msp-custom-playlist {
  overflow: visible; }
  .msp_video_player.msp-custom-playlist .msp-playlist, .msp_video_player.msp-custom-playlist.is-splash .msp-playlist, .msp_video_player.msp-custom-playlist.is-poster .msp-playlist, .msp_video_player.msp-custom-playlist.is-loading .msp-playlist {
    display: block;
    filter: alpha(opacity=100);
    opacity: 1; }

.msp_video_player.msp-edgy .msp-play svg.msp-play-rounded-fill, .msp_video_player.msp-edgy .msp-play svg.msp-pause-rounded-fill, .msp_video_player.msp-edgy .msp-play svg.msp-play-rounded-outline, .msp_video_player.msp-edgy .msp-play svg.msp-pause-rounded-outline, .msp_video_player.msp-edgy .msp-play svg.msp-loading-rounded-outline, .msp_video_player.msp-edgy .msp-play svg.msp-loading-rounded-fill, .msp_video_player.msp-edgy .msp-pause svg.msp-play-rounded-fill, .msp_video_player.msp-edgy .msp-pause svg.msp-pause-rounded-fill, .msp_video_player.msp-edgy .msp-pause svg.msp-play-rounded-outline, .msp_video_player.msp-edgy .msp-pause svg.msp-pause-rounded-outline, .msp_video_player.msp-edgy .msp-pause svg.msp-loading-rounded-outline, .msp_video_player.msp-edgy .msp-pause svg.msp-loading-rounded-fill, .msp_video_player.msp-edgy .msp-waiting svg.msp-play-rounded-fill, .msp_video_player.msp-edgy .msp-waiting svg.msp-pause-rounded-fill, .msp_video_player.msp-edgy .msp-waiting svg.msp-play-rounded-outline, .msp_video_player.msp-edgy .msp-waiting svg.msp-pause-rounded-outline, .msp_video_player.msp-edgy .msp-waiting svg.msp-loading-rounded-outline, .msp_video_player.msp-edgy .msp-waiting svg.msp-loading-rounded-fill {
  display: none !important; }

.msp_video_player.msp-edgy .msp-play svg.msp-play-sharp-fill, .msp_video_player.msp-edgy .msp-play svg.msp-pause-sharp-fill, .msp_video_player.msp-edgy .msp-play svg.msp-loading-sharp-fill, .msp_video_player.msp-edgy .msp-pause svg.msp-play-sharp-fill, .msp_video_player.msp-edgy .msp-pause svg.msp-pause-sharp-fill, .msp_video_player.msp-edgy .msp-pause svg.msp-loading-sharp-fill, .msp_video_player.msp-edgy .msp-waiting svg.msp-play-sharp-fill, .msp_video_player.msp-edgy .msp-waiting svg.msp-pause-sharp-fill, .msp_video_player.msp-edgy .msp-waiting svg.msp-loading-sharp-fill {
  display: block; }

.msp_video_player.msp-edgy.msp-outlined .msp-play svg.msp-play-sharp-fill, .msp_video_player.msp-edgy.msp-minimal .msp-play svg.msp-play-sharp-fill, .msp_video_player.msp-edgy.msp-outlined .msp-play svg.msp-pause-sharp-fill, .msp_video_player.msp-edgy.msp-minimal .msp-play svg.msp-pause-sharp-fill, .msp_video_player.msp-edgy.msp-outlined .msp-play svg.msp-loading-sharp-fill, .msp_video_player.msp-edgy.msp-minimal .msp-play svg.msp-loading-sharp-fill, .msp_video_player.msp-edgy.msp-outlined .msp-pause svg.msp-play-sharp-fill, .msp_video_player.msp-edgy.msp-minimal .msp-pause svg.msp-play-sharp-fill, .msp_video_player.msp-edgy.msp-outlined .msp-pause svg.msp-pause-sharp-fill, .msp_video_player.msp-edgy.msp-minimal .msp-pause svg.msp-pause-sharp-fill, .msp_video_player.msp-edgy.msp-outlined .msp-pause svg.msp-loading-sharp-fill, .msp_video_player.msp-edgy.msp-minimal .msp-pause svg.msp-loading-sharp-fill, .msp_video_player.msp-edgy.msp-outlined .msp-waiting svg.msp-play-sharp-fill, .msp_video_player.msp-edgy.msp-minimal .msp-waiting svg.msp-play-sharp-fill, .msp_video_player.msp-edgy.msp-outlined .msp-waiting svg.msp-pause-sharp-fill, .msp_video_player.msp-edgy.msp-minimal .msp-waiting svg.msp-pause-sharp-fill, .msp_video_player.msp-edgy.msp-outlined .msp-waiting svg.msp-loading-sharp-fill, .msp_video_player.msp-edgy.msp-minimal .msp-waiting svg.msp-loading-sharp-fill {
  display: none; }

.msp_video_player.msp-edgy.msp-outlined .msp-play svg.msp-play-sharp-outline, .msp_video_player.msp-edgy.msp-minimal .msp-play svg.msp-play-sharp-outline, .msp_video_player.msp-edgy.msp-outlined .msp-play svg.msp-pause-sharp-outline, .msp_video_player.msp-edgy.msp-minimal .msp-play svg.msp-pause-sharp-outline, .msp_video_player.msp-edgy.msp-outlined .msp-play svg.msp-loading-sharp-outline, .msp_video_player.msp-edgy.msp-minimal .msp-play svg.msp-loading-sharp-outline, .msp_video_player.msp-edgy.msp-outlined .msp-pause svg.msp-play-sharp-outline, .msp_video_player.msp-edgy.msp-minimal .msp-pause svg.msp-play-sharp-outline, .msp_video_player.msp-edgy.msp-outlined .msp-pause svg.msp-pause-sharp-outline, .msp_video_player.msp-edgy.msp-minimal .msp-pause svg.msp-pause-sharp-outline, .msp_video_player.msp-edgy.msp-outlined .msp-pause svg.msp-loading-sharp-outline, .msp_video_player.msp-edgy.msp-minimal .msp-pause svg.msp-loading-sharp-outline, .msp_video_player.msp-edgy.msp-outlined .msp-waiting svg.msp-play-sharp-outline, .msp_video_player.msp-edgy.msp-minimal .msp-waiting svg.msp-play-sharp-outline, .msp_video_player.msp-edgy.msp-outlined .msp-waiting svg.msp-pause-sharp-outline, .msp_video_player.msp-edgy.msp-minimal .msp-waiting svg.msp-pause-sharp-outline, .msp_video_player.msp-edgy.msp-outlined .msp-waiting svg.msp-loading-sharp-outline, .msp_video_player.msp-edgy.msp-minimal .msp-waiting svg.msp-loading-sharp-outline {
  display: block; }

.msp_video_player.msp-edgy, .msp_video_player.msp-edgy .msp-menu, .msp_video_player.msp-edgy .msp-captions p, .msp_video_player.msp-edgy .msp-textarea, .msp_video_player.msp-edgy .msp-bar, .msp_video_player.msp-edgy .msp-bar-slider, .msp_video_player.msp-edgy .msp-bar > *, .msp_video_player.msp-edgy .msp-bar-slider > *, .msp_video_player.msp-edgy .msp-timestamp {
  border-radius: 0; }

.msp_video_player.msp-edgy .msp-airplay:before {
  content: "\e101"; }

.msp_video_player.msp-edgy .msp-fullscreen:before {
  content: "\e102"; }

.msp_video_player.msp-edgy .msp-checked:before {
  content: "\e103"; }

.msp_video_player.msp-edgy .msp-embed:before {
  content: "\e104"; }

.msp_video_player.msp-edgy .msp-chromecast:before {
  content: "\e105"; }

.msp_video_player.msp-edgy .msp-email:before {
  content: "\e106"; }

.msp_video_player.msp-edgy .msp-playbtn:before {
  content: "\e107"; }

.msp_video_player.msp-edgy .msp-share:before {
  content: "\e109"; }

.msp_video_player.msp-edgy .msp-share2:before {
  content: "\e10a"; }

.msp_video_player.msp-edgy .msp-twitter:before {
  content: "\e10c"; }

.msp_video_player.msp-edgy .msp-facebook:before {
  content: "\e10a"; }

.msp_video_player.msp-edgy .msp-volumebtn:before {
  content: "\e10b"; }

.msp_video_player.msp-edgy .msp-volume-off:before {
  content: "\e10d"; }

.msp_video_player.msp-edgy .msp-unload:before {
  content: "\e10f"; }

.msp_video_player.msp-edgy .msp-prevbtn:before {
  content: "\e111"; }

.msp_video_player.msp-edgy .msp-nextbtn:before {
  content: "\e112"; }

.msp_video_player.msp-edgy.msp-outlined .msp-airplay:before, .msp_video_player.msp-edgy.msp-minimal .msp-airplay:before {
  content: "\e301"; }

.msp_video_player.msp-edgy.msp-outlined .msp-fullscreen:before, .msp_video_player.msp-edgy.msp-minimal .msp-fullscreen:before {
  content: "\e302"; }

.msp_video_player.msp-edgy.msp-outlined .msp-checked:before, .msp_video_player.msp-edgy.msp-minimal .msp-checked:before {
  content: "\e303"; }

.msp_video_player.msp-edgy.msp-outlined .msp-embed:before, .msp_video_player.msp-edgy.msp-minimal .msp-embed:before {
  content: "\e304"; }

.msp_video_player.msp-edgy.msp-outlined .msp-chromecast:before, .msp_video_player.msp-edgy.msp-minimal .msp-chromecast:before {
  content: "\e305"; }

.msp_video_player.msp-edgy.msp-outlined .msp-email:before, .msp_video_player.msp-edgy.msp-minimal .msp-email:before {
  content: "\e306"; }

.msp_video_player.msp-edgy.msp-outlined .msp-playbtn:before, .msp_video_player.msp-edgy.msp-minimal .msp-playbtn:before {
  content: "\e307"; }

.msp_video_player.msp-edgy.msp-outlined .msp-share:before, .msp_video_player.msp-edgy.msp-minimal .msp-share:before {
  content: "\e309"; }

.msp_video_player.msp-edgy.msp-outlined .msp-share2:before, .msp_video_player.msp-edgy.msp-minimal .msp-share2:before {
  content: "\e30a"; }

.msp_video_player.msp-edgy.msp-outlined .msp-twitter:before, .msp_video_player.msp-edgy.msp-minimal .msp-twitter:before {
  content: "\e30c"; }

.msp_video_player.msp-edgy.msp-outlined .msp-facebook:before, .msp_video_player.msp-edgy.msp-minimal .msp-facebook:before {
  content: "\e30a"; }

.msp_video_player.msp-edgy.msp-outlined .msp-volumebtn:before, .msp_video_player.msp-edgy.msp-minimal .msp-volumebtn:before {
  content: "\e30b"; }

.msp_video_player.msp-edgy.msp-outlined .msp-volume-off:before, .msp_video_player.msp-edgy.msp-minimal .msp-volume-off:before {
  content: "\e30d"; }

.msp_video_player.msp-edgy.msp-outlined .msp-unload:before, .msp_video_player.msp-edgy.msp-minimal .msp-unload:before {
  content: "\e30f"; }

.msp_video_player.msp-edgy.msp-outlined .msp-prevbtn:before, .msp_video_player.msp-edgy.msp-minimal .msp-prevbtn:before {
  content: "\e311"; }

.msp_video_player.msp-edgy.msp-outlined .msp-nextbtn:before, .msp_video_player.msp-edgy.msp-minimal .msp-nextbtn:before {
  content: "\e312"; }

.msp_video_player.no-svg .msp-ui .msp-header, .msp_video_player.no-svg .msp-ui .msp-controls {
  background-color: #333; }

.msp_video_player.no-svg .msp-ui .msp-play.msp-visible {
  background-color: #ccc;
  position: absolute;
  padding-top: 17%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .msp_video_player.no-svg .msp-ui .msp-play.msp-visible svg {
    display: none; }
  .msp_video_player.no-svg .msp-ui .msp-play.msp-visible .msp-playbtn {
    display: inline; }

.msp_video_player .msp-player, .msp_video_player .msp-ui, .msp_video_player .msp-header, .msp_video_player .msp-captions, .msp_video_player .msp-controls {
  position: absolute;
  width: 100%; }

.msp_video_player {
  font-family: avenir, sans-serif;
  font-size: 16px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  border-radius: .24em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  zoom: 1 !important;
  width: 100%;
  display: inline-block; }
  .msp_video_player .msp-hidden {
    display: none; }
  .msp_video_player .msp-shown {
    display: block !important; }
  .msp_video_player * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .msp_video_player.is-ready:not(.is-poster) {
    background: none !important; }
  .msp_video_player .msp-engine {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
  .msp_video_player video.msp-engine:not(.native-subtitles)::-webkit-media-controls {
    display: none !important; }
  .msp_video_player .msp-player {
    position: absolute;
    bottom: 0;
    top: 0; }
  .msp_video_player .msp-waiting {
    display: none; }
    .msp_video_player .msp-waiting p {
      filter: alpha(opacity=0);
      opacity: 0;
      color: #ccc;
      font-weight: bold; }
  .msp_video_player .msp-ui {
    height: 100%;
    top: 0;
    background-image: none;
    -webkit-transition: background-image .1s;
    transition: background-image .1s;
    text-align: center;
    cursor: pointer;
    color: #fff; }
    .msp_video_player .msp-ui a, .msp_video_player .msp-ui strong {
      color: inherit !important;
      font-style: normal !important;
      text-decoration: none !important; }
    .msp_video_player .msp-ui strong {
      font-weight: bold !important; }
    .msp_video_player .msp-ui > * {
      -webkit-transition: opacity .1s;
      transition: opacity .1s;
      filter: alpha(opacity=0);
      opacity: 0; }
  .msp_video_player.msp-ui-shown .msp-ui, .msp_video_player.is-paused .msp-ui, .msp_video_player.is-mouseover .msp-ui, .msp_video_player.is-loading .msp-ui {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(15%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), transparent 15%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 15%); }
    .msp_video_player.msp-ui-shown .msp-ui > *, .msp_video_player.is-paused .msp-ui > *, .msp_video_player.is-mouseover .msp-ui > *, .msp_video_player.is-loading .msp-ui > * {
      filter: alpha(opacity=100);
      opacity: 1; }
  .msp_video_player .msp-header {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
    text-align: left;
    height: 3.6em;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding-left: .9em; }
    .msp_video_player .msp-header .msp-icon {
      margin: .9em .9em 0 0; }
      .msp_video_player .msp-header .msp-icon.msp-active {
        color: #ec6c4c; }
    .msp_video_player .msp-header .msp-fullscreen, .msp_video_player .msp-header .msp-unload {
      float: right; }
    .msp_video_player .msp-header .msp-unload {
      display: none; }
  .msp_video_player .msp-help {
    display: none; }
  .msp_video_player .msp-message {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 1.2em;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: .6em .9em;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .msp_video_player .msp-message.msp-shown {
      filter: alpha(opacity=100);
      opacity: 1; }
  .msp_video_player .msp-message.msp-shown + .msp-header {
    filter: alpha(opacity=0);
    opacity: 0; }
  .msp_video_player .msp-textarea {
    background-color: rgba(0, 0, 0, 0.5);
    width: 80%;
    position: absolute;
    left: 10%;
    top: 15%;
    color: #fff;
    outline: 0;
    border-radius: .2em;
    border: 0;
    min-height: 60%; }
  .msp_video_player .msp-logo {
    position: absolute;
    bottom: 3em;
    left: 0.9em; }
    .msp_video_player .msp-logo img {
      width: 100%; }
  .msp_video_player .msp-captions {
    bottom: 1.2em;
    display: none;
    text-align: center;
    color: #fff; }
    .msp_video_player .msp-captions p {
      background-color: rgba(0, 0, 0, 0.65);
      border-radius: .2em;
      font-size: 110%;
      display: inline-block;
      padding: .1em .3em;
      margin: .1em; }
  .msp_video_player .msp-speed-flash {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 4em;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 4em;
    height: 2em;
    display: none; }
    .msp_video_player .msp-speed-flash.msp-hilite {
      filter: alpha(opacity=100) !important;
      opacity: 1 !important;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .msp_video_player .msp-play .msp-playbtn, .msp_video_player .msp-pause .msp-playbtn, .msp_video_player .msp-waiting .msp-playbtn {
    display: none; }
  .msp_video_player .msp-play svg, .msp_video_player .msp-pause svg, .msp_video_player .msp-waiting svg {
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 6em;
    height: 6em;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: auto;
    max-height: 30%;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all .2s;
    transition: all .2s;
    display: none; }
    .msp_video_player .msp-play svg.msp-play-rounded-fill, .msp_video_player .msp-play svg.msp-pause-rounded-fill, .msp_video_player .msp-play svg.msp-loading-rounded-fill, .msp_video_player .msp-pause svg.msp-play-rounded-fill, .msp_video_player .msp-pause svg.msp-pause-rounded-fill, .msp_video_player .msp-pause svg.msp-loading-rounded-fill, .msp_video_player .msp-waiting svg.msp-play-rounded-fill, .msp_video_player .msp-waiting svg.msp-pause-rounded-fill, .msp_video_player .msp-waiting svg.msp-loading-rounded-fill {
      display: block; }
  .msp_video_player .msp-play.msp-visible svg, .msp_video_player .msp-pause.msp-visible svg, .msp_video_player .msp-waiting.msp-visible svg {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    filter: alpha(opacity=100);
    opacity: 1; 
	display:block;
	}
  .msp_video_player .msp-remaining {
    display: none; }
  .msp_video_player .msp-controls {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    height: 2.4em;
    bottom: 0;
    z-index: 2;
    padding-left: 0.3em;
    padding-right: 0.3em; }
    .msp_video_player .msp-controls > * {
      margin: 0 .6em; }
    .msp_video_player .msp-controls > strong {
      letter-spacing: 1px; }
    .msp_video_player .msp-controls img {
      width: 1.2em; }
  .msp_video_player .msp-bar, .msp_video_player .msp-bar-slider {
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    cursor: col-resize;
    height: .9em;
    border-radius: 0.24em;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1; }
    .msp_video_player .msp-bar > *, .msp_video_player .msp-bar-slider > * {
      background-color: rgba(255, 255, 255, 0.6);
      position: absolute;
      height: 100%;
      border-radius: 0.24em; }
      .msp_video_player .msp-bar > *.msp-progress.animated, .msp_video_player .msp-bar-slider > *.msp-progress.animated {
        -webkit-transition-timing-function: linear;
                transition-timing-function: linear;
        -webkit-transition-property: width, height;
        transition-property: width, height; }
      .msp_video_player .msp-bar > *.msp-buffer, .msp_video_player .msp-bar-slider > *.msp-buffer {
        -webkit-transition: width .25s linear;
        transition: width .25s linear; }
    .msp_video_player .msp-bar.no-animation > *, .msp_video_player .no-animation.msp-bar-slider > * {
      -webkit-transition: none;
      transition: none; }
  .msp_video_player .msp-timeline {
    -webkit-transition: height .2s;
    transition: height .2s; }
  .msp_video_player .msp-cuepoint {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 2px; }
  .msp_video_player .msp-timestamp {
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    border-radius: .2em;
    padding: .1em .3em;
    font-size: 90%;
    bottom: 1.4em;
    height: auto; }
  .msp_video_player .msp-timeline:hover .msp-timestamp {
    display: inline; }
  .msp_video_player .msp-volume {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  .msp_video_player .msp-volumebtn {
    display: none; }
  .msp_video_player .msp-bar-slider {
    background-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: height .2s;
    transition: height .2s;
    white-space: nowrap;
    -ms-flex: 1 0 auto; }
    .msp_video_player .msp-bar-slider em {
      border-radius: 2px;
      display: inline-block;
      width: 5px;
      height: 100%;
      position: relative;
      vertical-align: top;
      margin-left: 3px;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      -webkit-transform-origin: bottom;
          -ms-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
      .msp_video_player .msp-bar-slider em:hover {
        -webkit-transform: scaleY(1.35);
            -ms-transform: scaleY(1.35);
                transform: scaleY(1.35);
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s; }
      .msp_video_player .msp-bar-slider em.msp-grey {
        background-color: rgba(255, 255, 255, 0.75); }
  .msp_video_player.no-flex .msp-controls {
    white-space: nowrap; }
    .msp_video_player.no-flex .msp-controls > * {
      display: inline-block;
      vertical-align: center;
      margin: 0 .3em; }
  .msp_video_player.no-flex .msp-timeline {
    width: 40%; }
  .msp_video_player.no-flex.msp-full .msp-timeline {
    margin-bottom: .6em;
    height: .9em; }
  .msp_video_player.no-flex.msp-fat .msp-bar, .msp_video_player.no-flex.msp-playful .msp-bar, .msp_video_player.no-flex.msp-fat .msp-bar-slider, .msp_video_player.no-flex.msp-playful .msp-bar-slider {
    height: .9em !important; }
  .msp_video_player.msp-fat .msp-bar, .msp_video_player.msp-playful .msp-bar, .msp_video_player.msp-fat .msp-bar-slider, .msp_video_player.msp-playful .msp-bar-slider {
    height: 100%;
    border-radius: 0; }
  .msp_video_player.msp-fat .msp-bar > *, .msp_video_player.msp-playful .msp-bar > *, .msp_video_player.msp-fat .msp-bar-slider > *, .msp_video_player.msp-playful .msp-bar-slider > * {
    border-radius: 0; }
  .msp_video_player.msp-fat .msp-timestamp, .msp_video_player.msp-playful .msp-timestamp {
    bottom: 3.2em; }
  .msp_video_player.msp-fat .msp-bar-slider em, .msp_video_player.msp-playful .msp-bar-slider em {
    -webkit-transform: scaleY(0.6);
        -ms-transform: scaleY(0.6);
            transform: scaleY(0.6);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
    .msp_video_player.msp-fat .msp-bar-slider em:hover, .msp_video_player.msp-playful .msp-bar-slider em:hover {
      -webkit-transform: scaleY(0.75);
          -ms-transform: scaleY(0.75);
              transform: scaleY(0.75); }
  .msp_video_player.msp-slim .msp-timeline {
    height: .2em; }
  .msp_video_player.msp-slim .msp-controls:hover .msp-timeline {
    height: .9em; }
  .msp_video_player.msp-slim .msp-cue {
    width: 4px; }
  .msp_video_player.msp-slim .msp-bar-slider {
    height: .2em; }
  .msp_video_player.msp-slim .msp-controls:hover .msp-bar-slider {
    height: 0.9em; }
  .msp_video_player.msp-full .msp-timeline {
    position: absolute;
    height: .3em;
    bottom: 2.8em;
    margin: 0;
    width: 100%;
    border-radius: 0;
    overflow: inherit;
    left: 0; }
    .msp_video_player.msp-full .msp-timeline:before {
      content: "";
      width: 100%;
      height: 1.2em;
      position: absolute;
      top: -1.2em;
      left: 0; }
  .msp_video_player.msp-full .msp-controls {
    height: 2.8em; }
    .msp_video_player.msp-full .msp-controls:hover .msp-timeline {
      height: 1em; }
  .msp_video_player.msp-full .msp-volume {
    margin-right: auto; }
  .msp_video_player.msp-full .msp-duration, .msp_video_player.msp-full .msp-remaining {
    margin-left: 0; }
    .msp_video_player.msp-full .msp-duration:before, .msp_video_player.msp-full .msp-remaining:before {
      position: relative;
      content: "/";
      left: -.3em; }
  .msp_video_player.msp-minimal .msp-controls {
    background-color: transparent !important; }
    .msp_video_player.msp-minimal .msp-controls > * {
      display: none; }
  .msp_video_player.msp-minimal .msp-header > * {
    display: none; }
  .msp_video_player.msp-minimal .msp-header .msp-fullscreen {
    display: inherit; }
  .msp_video_player.msp-minimal .msp-timeline {
    height: .3em;
    max-width: 12em;
    width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .msp_video_player.msp-playful .msp-color, .msp_video_player.msp-playful .msp-color-play {
    background-color: #ec6c4c;
    fill: #ec6c4c; }
  .msp_video_player.msp-playful .msp-controls {
    background-color: #006680; }
  .msp_video_player .msp-selected:before {
    content: "✓ "; }
  .msp_video_player .msp-menu {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: .24em;
    position: absolute;
    width: 8em;
    right: .5em;
    z-index: 2;
    font-size: 90%;
    -webkit-transition: opacity .2s, height .2s, -webkit-transform .2s;
    transition: opacity .2s, height .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s, height .2s;
    transition: opacity .2s, transform .2s, height .2s, -webkit-transform .2s;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    bottom: -100%;
    height: 0;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important; }
    .msp_video_player .msp-menu.msp-active {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      height: auto;
      bottom: 3.2em;
      filter: alpha(opacity=100) !important;
      opacity: 1 !important; }
    .msp_video_player .msp-menu > * {
      display: block;
      padding: .4em 1.2em;
      text-align: right; }
    .msp_video_player .msp-menu strong {
      display: block;
      padding: .7em 1.2em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      background-color: rgba(0, 0, 0, 0.3);
      letter-spacing: 1px;
      cursor: default;
      font-size: 90%; }
    .msp_video_player .msp-menu a {
      color: rgba(255, 255, 255, 0.8); }
    .msp_video_player .msp-menu a:hover:not(.msp-selected) {
      background-color: #000;
      color: #fff; }
    .msp_video_player .msp-menu .msp-icon {
      cursor: pointer; }
      .msp_video_player .msp-menu .msp-icon:before {
        margin-right: .1em;
        font-size: 1.5em;
        vertical-align: -0.1em; }
  .msp_video_player .msp-qsel-menu {
    width: auto; }
  .msp_video_player .msp-context-menu {
    width: auto;
    right: auto;
    bottom: auto !important;
    display: none; }
    .msp_video_player .msp-context-menu.msp-active {
      display: block; }
    .msp_video_player .msp-context-menu a, .msp_video_player .msp-context-menu strong {
      text-align: left;
      color: #fff;
      white-space: nowrap; }
  .msp_video_player .msp-subtitle-menu {
    width: 9em; }
  .msp_video_player .msp-share-menu {
    width: 9em;
    padding-bottom: 0.2em; }
    .msp_video_player .msp-share-menu.msp-active {
      bottom: auto; }
    .msp_video_player .msp-share-menu a, .msp_video_player .msp-share-menu strong {
      text-align: left; }
  .msp_video_player.msp-outlined .msp-play svg.msp-play-rounded-fill, .msp_video_player.msp-minimal .msp-play svg.msp-play-rounded-fill, .msp_video_player.msp-outlined .msp-play svg.msp-pause-rounded-fill, .msp_video_player.msp-minimal .msp-play svg.msp-pause-rounded-fill, .msp_video_player.msp-outlined .msp-play svg.msp-loading-rounded-fill, .msp_video_player.msp-minimal .msp-play svg.msp-loading-rounded-fill, .msp_video_player.msp-outlined .msp-pause svg.msp-play-rounded-fill, .msp_video_player.msp-minimal .msp-pause svg.msp-play-rounded-fill, .msp_video_player.msp-outlined .msp-pause svg.msp-pause-rounded-fill, .msp_video_player.msp-minimal .msp-pause svg.msp-pause-rounded-fill, .msp_video_player.msp-outlined .msp-pause svg.msp-loading-rounded-fill, .msp_video_player.msp-minimal .msp-pause svg.msp-loading-rounded-fill, .msp_video_player.msp-outlined .msp-waiting svg.msp-play-rounded-fill, .msp_video_player.msp-minimal .msp-waiting svg.msp-play-rounded-fill, .msp_video_player.msp-outlined .msp-waiting svg.msp-pause-rounded-fill, .msp_video_player.msp-minimal .msp-waiting svg.msp-pause-rounded-fill, .msp_video_player.msp-outlined .msp-waiting svg.msp-loading-rounded-fill, .msp_video_player.msp-minimal .msp-waiting svg.msp-loading-rounded-fill {
    display: none; }
  .msp_video_player.msp-outlined .msp-play svg.msp-play-rounded-outline, .msp_video_player.msp-minimal .msp-play svg.msp-play-rounded-outline, .msp_video_player.msp-outlined .msp-play svg.msp-pause-rounded-outline, .msp_video_player.msp-minimal .msp-play svg.msp-pause-rounded-outline, .msp_video_player.msp-outlined .msp-play svg.msp-loading-rounded-outline, .msp_video_player.msp-minimal .msp-play svg.msp-loading-rounded-outline, .msp_video_player.msp-outlined .msp-pause svg.msp-play-rounded-outline, .msp_video_player.msp-minimal .msp-pause svg.msp-play-rounded-outline, .msp_video_player.msp-outlined .msp-pause svg.msp-pause-rounded-outline, .msp_video_player.msp-minimal .msp-pause svg.msp-pause-rounded-outline, .msp_video_player.msp-outlined .msp-pause svg.msp-loading-rounded-outline, .msp_video_player.msp-minimal .msp-pause svg.msp-loading-rounded-outline, .msp_video_player.msp-outlined .msp-waiting svg.msp-play-rounded-outline, .msp_video_player.msp-minimal .msp-waiting svg.msp-play-rounded-outline, .msp_video_player.msp-outlined .msp-waiting svg.msp-pause-rounded-outline, .msp_video_player.msp-minimal .msp-waiting svg.msp-pause-rounded-outline, .msp_video_player.msp-outlined .msp-waiting svg.msp-loading-rounded-outline, .msp_video_player.msp-minimal .msp-waiting svg.msp-loading-rounded-outline {
    display: block; }
  .msp_video_player.msp-outlined .msp-airplay:before, .msp_video_player.msp-minimal .msp-airplay:before {
    content: "\e201"; }
  .msp_video_player.msp-outlined .msp-fullscreen:before, .msp_video_player.msp-minimal .msp-fullscreen:before {
    content: "\e202"; }
  .msp_video_player.msp-outlined .msp-checked:before, .msp_video_player.msp-minimal .msp-checked:before {
    content: "\e203"; }
  .msp_video_player.msp-outlined .msp-embed:before, .msp_video_player.msp-minimal .msp-embed:before {
    content: "\e204"; }
  .msp_video_player.msp-outlined .msp-chromecast:before, .msp_video_player.msp-minimal .msp-chromecast:before {
    content: "\e205"; }
  .msp_video_player.msp-outlined .msp-email:before, .msp_video_player.msp-minimal .msp-email:before {
    content: "\e206"; }
  .msp_video_player.msp-outlined .msp-playbtn:before, .msp_video_player.msp-minimal .msp-playbtn:before {
    content: "\e207"; }
  .msp_video_player.msp-outlined .msp-share:before, .msp_video_player.msp-minimal .msp-share:before {
    content: "\e209"; }
  .msp_video_player.msp-outlined .msp-share2:before, .msp_video_player.msp-minimal .msp-share2:before {
    content: "\e20a"; }
  .msp_video_player.msp-outlined .msp-twitter:before, .msp_video_player.msp-minimal .msp-twitter:before {
    content: "\e20c"; }
  .msp_video_player.msp-outlined .msp-facebook:before, .msp_video_player.msp-minimal .msp-facebook:before {
    content: "\e20a"; }
  .msp_video_player.msp-outlined .msp-volumebtn:before, .msp_video_player.msp-minimal .msp-volumebtn:before {
    content: "\e20b"; }
  .msp_video_player.msp-outlined .msp-volume-off:before, .msp_video_player.msp-minimal .msp-volume-off:before {
    content: "\e20d"; }
  .msp_video_player.msp-outlined .msp-unload:before, .msp_video_player.msp-minimal .msp-unload:before {
    content: "\e20f"; }
  .msp_video_player.msp-outlined .msp-prevbtn:before, .msp_video_player.msp-minimal .msp-prevbtn:before {
    content: "\e211"; }
  .msp_video_player.msp-outlined .msp-nextbtn:before, .msp_video_player.msp-minimal .msp-nextbtn:before {
    content: "\e212"; }
  .msp_video_player .msp-color {
    background-color: #00abcd;
    fill: rgba(0, 0, 0, 0.2); }
  .msp_video_player .msp-color-play {
    fill: transparent; }
  .msp_video_player.is-rtl {
    direction: rtl; }
    .msp_video_player.is-rtl .msp-icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .msp_video_player.is-rtl .msp-menu .msp-icon {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .msp_video_player.-grayscale video.msp-engine {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .msp_video_player.-sepia video.msp-engine {
    -webkit-filter: sepia(100%);
    filter: sepia(100%); }
  .msp_video_player.-blur video.msp-engine {
    -webkit-filter: blur(5px);
    filter: blur(5px); }

.msp-filters {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute; }

