.flowplayer {
  position: relative;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.flowplayer * {
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  font-size: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  list-style-type: none;
}
.flowplayer a:focus {
  outline: 0;
}
.flowplayer video {
  width: 100%;
}
.flowplayer.is-ipad video {
  -webkit-transform: translateX(-2048px);
}
.is-ready.flowplayer.is-ipad video {
  -webkit-transform: translateX(0);
}
.flowplayer .fp-engine,
.flowplayer .fp-ui,
.flowplayer .fp-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.flowplayer .fp-message {
  display: none;
  text-align: center;
  padding-top: 5%;
  cursor: default;
}
.flowplayer .fp-message h2 {
  font-size: 120%;
  margin-bottom: 1em;
}
.flowplayer .fp-message p {
  color: #666;
  font-size: 95%;
}
.flowplayer .fp-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.no-background.flowplayer .fp-controls {
  background-color: transparent !important;
  background-image: -moz-linear-gradient(transparent, transparent) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(transparent)) !important;
}
.is-fullscreen.flowplayer .fp-controls {
  bottom: 3px;
}
.is-mouseover.flowplayer .fp-controls {
  bottom: 0;
}
.flowplayer .fp-waiting {
  display: none;
  margin: 19% auto;
  text-align: center;
}
.flowplayer .fp-waiting * {
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333333;
}
.flowplayer .fp-waiting em {
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  -webkit-animation: pulse .6s infinite;
  -moz-animation: pulse .6s infinite;
  animation: pulse .6s infinite;
  margin: .3em;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.flowplayer .fp-waiting em:nth-child(1) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: 0.3s;
}
.flowplayer .fp-waiting em:nth-child(2) {
  -webkit-animation-delay: .45s;
  -moz-animation-delay: .45s;
  animation-delay: 0.45s;
}
.flowplayer .fp-waiting em:nth-child(3) {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: 0.6s;
}
.flowplayer .fp-waiting p {
  color: #ccc;
  font-weight: bold;
}
.flowplayer .fp-speed {
  font-size: 30px;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  color: #eee;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  padding: .1em 0 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.flowplayer .fp-speed.fp-hilite {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-help {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 100;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
  text-align: center;
}
.is-help.flowplayer .fp-help {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-help .fp-help-section {
  margin: 3%;
  direction: ltr;
}
.flowplayer .fp-help .fp-help-basics {
  margin-top: 6%;
}
.flowplayer .fp-help p {
  color: #eee;
  margin: .5em 0;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin: 1% 2%;
}
.flowplayer .fp-help em {
  background: #eee;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
  margin-right: .4em;
  padding: .3em .6em;
  color: #333333;
}
.flowplayer .fp-help small {
  font-size: 90%;
  color: #aaaaaa;
}
.flowplayer .fp-help .fp-close {
  display: block;
}
@media (max-width: 600px) {
  .flowplayer .fp-help p {
    font-size: 9px;
  }
}
.flowplayer .fp-subtitle {
  position: absolute;
  bottom: 40px;
  left: -99999em;
  z-index: 10;
  text-align: center;
  width: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}
.flowplayer .fp-subtitle p {
  display: inline;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  color: #eee;
  padding: .1em .4em;
  font-size: 16px;
  line-height: 1.6;
}
.flowplayer .fp-subtitle p:after {
  content: '';
  clear: both;
}
.flowplayer .fp-subtitle.fp-active {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-mute,
.flowplayer .fp-embed,
.flowplayer .fp-close,
.flowplayer .fp-play {
  background-image: url(../img/flowplayer/white.png);
  background-size: 37px 300px;
}
.is-rtl.flowplayer .fp-fullscreen,
.is-rtl.flowplayer .fp-unload,
.is-rtl.flowplayer .fp-mute,
.is-rtl.flowplayer .fp-embed,
.is-rtl.flowplayer .fp-close,
.is-rtl.flowplayer .fp-play {
  background-image: url(../img/flowplayer/white_rtl.png);
}
.color-light.flowplayer .fp-fullscreen,
.color-light.flowplayer .fp-unload,
.color-light.flowplayer .fp-mute,
.color-light.flowplayer .fp-embed,
.color-light.flowplayer .fp-close,
.color-light.flowplayer .fp-play {
  background-image: url(../img/flowplayer/black.png);
}
.is-rtl.color-light.flowplayer .fp-fullscreen,
.is-rtl.color-light.flowplayer .fp-unload,
.is-rtl.color-light.flowplayer .fp-mute,
.is-rtl.color-light.flowplayer .fp-embed,
.is-rtl.color-light.flowplayer .fp-close,
.is-rtl.color-light.flowplayer .fp-play {
  background-image: url(../img/flowplayer/black_rtl.png);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .color-light.flowplayer .fp-fullscreen,
  .color-light.flowplayer .fp-unload,
  .color-light.flowplayer .fp-mute,
  .color-light.flowplayer .fp-embed,
  .color-light.flowplayer .fp-close,
  .color-light.flowplayer .fp-play {
    background-image: url(../img/flowplayer/black@x2.png);
  }
  .is-rtl.color-light.flowplayer .fp-fullscreen,
  .is-rtl.color-light.flowplayer .fp-unload,
  .is-rtl.color-light.flowplayer .fp-mute,
  .is-rtl.color-light.flowplayer .fp-embed,
  .is-rtl.color-light.flowplayer .fp-close,
  .is-rtl.color-light.flowplayer .fp-play {
    background-image: url(../img/flowplayer/black_rtl@x2.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .flowplayer .fp-fullscreen,
  .flowplayer .fp-unload,
  .flowplayer .fp-mute,
  .flowplayer .fp-embed,
  .flowplayer .fp-close,
  .flowplayer .fp-play {
    background-image: url(../img/flowplayer/white@x2.png);
  }
  .is-rtl.flowplayer .fp-fullscreen,
  .is-rtl.flowplayer .fp-unload,
  .is-rtl.flowplayer .fp-mute,
  .is-rtl.flowplayer .fp-embed,
  .is-rtl.flowplayer .fp-close,
  .is-rtl.flowplayer .fp-play {
    background-image: url(../img/flowplayer/white_rtl@x2.png);
  }
}
.is-splash.flowplayer .fp-ui,
.is-paused.flowplayer .fp-ui {
  background: url(../img/flowplayer/play_white.png) center no-repeat;
  background: url(../img/flowplayer/play_white.png) center no-repeat, rgba(0, 0, 0, 0.5);
  background-size: 12%;
}
.is-rtl.is-splash.flowplayer .fp-ui,
.is-rtl.is-paused.flowplayer .fp-ui {
  background: url(../img/flowplayer/play_white_rtl.png) center no-repeat;
  background: url(../img/flowplayer/play_white_rtl.png) center no-repeat, rgba(0, 0, 0, 0.5);
  background-size: 12%;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .is-splash.flowplayer .fp-ui,
  .is-paused.flowplayer .fp-ui {
    background: url(../img/flowplayer/play_white@x2.png) center no-repeat;
    background: url(../img/flowplayer/play_white@x2.png) center no-repeat, rgba(0, 0, 0, 0.5);
    background-size: 12%;
  }
  .is-rtl.is-splash.flowplayer .fp-ui,
  .is-rtl.is-paused.flowplayer .fp-ui {
    background: url(../img/flowplayer/play_white_rtl@x2.png) center no-repeat;
    background: url(../img/flowplayer/play_white_rtl@x2.png) center no-repeat, rgba(0, 0, 0, 0.5);
    background-size: 12%;
  }
}
.color-light.is-splash.flowplayer .fp-ui,
.color-light.is-paused.flowplayer .fp-ui {
  background-image: url(../img/flowplayer/play_black.png);
}
.is-rtl.color-light.is-splash.flowplayer .fp-ui,
.is-rtl.color-light.is-paused.flowplayer .fp-ui {
  background-image: url(../img/flowplayer/play_black_rtl.png);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .color-light.is-splash.flowplayer .fp-ui,
  .color-light.is-paused.flowplayer .fp-ui {
    background-image: url(../img/flowplayer/play_black@x2.png);
  }
  .is-rtl.color-light.is-splash.flowplayer .fp-ui,
  .is-rtl.color-light.is-paused.flowplayer .fp-ui {
    background-image: url(../img/flowplayer/play_black_rtl@x2.png);
  }
}
.is-fullscreen.flowplayer .fp-ui {
  background-size: auto;
}
.is-seeking.flowplayer .fp-ui,
.is-loading.flowplayer .fp-ui {
  background-image: none;
}
.flowplayer .fp-logo {
  position: absolute;
  top: auto;
  left: 15px;
  bottom: 30px;
  cursor: pointer;
  display: none;
  z-index: 100;
}
.flowplayer .fp-logo img {
  width: 100%;
}
.is-embedded.flowplayer .fp-logo {
  display: block;
}
.fixed-controls.flowplayer .fp-logo {
  bottom: 15px;
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-close {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  display: block;
  width: 30px;
  height: 23px;
  background-position: 12px -197px;
  cursor: pointer;
}
.is-rtl.flowplayer .fp-fullscreen,
.is-rtl.flowplayer .fp-unload,
.is-rtl.flowplayer .fp-close {
  right: auto;
  left: 5px;
  background-position: 18px -197px;
}
.flowplayer .fp-unload,
.flowplayer .fp-close {
  background-position: 14px -175px;
  display: none;
}
.is-rtl.flowplayer .fp-unload,
.is-rtl.flowplayer .fp-close {
  background-position: 14px -175px;
}
.flowplayer .fp-play {
  display: none;
  width: 27px;
  height: 20px;
  background-position: 9px -24px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.is-rtl.flowplayer .fp-play {
  background-position: 18px -24px;
  left: auto;
  right: 0;
}
.play-button.flowplayer .fp-play {
  display: block;
}
.is-paused.flowplayer .fp-play {
  background-position: 9px 7px;
}
.is-rtl.is-paused.flowplayer .fp-play {
  background-position: 18px 7px;
}
.flowplayer.is-ready.is-closeable .fp-unload {
  display: block;
}
.flowplayer.is-ready.is-closeable .fp-fullscreen {
  display: none;
}
.flowplayer.is-fullscreen .fp-fullscreen {
  background-position: 10px -217px;
  display: block !important;
}
.is-rtl.flowplayer.is-fullscreen .fp-fullscreen {
  background-position: 21px -217px;
}
.flowplayer.is-fullscreen .fp-unload,
.flowplayer.is-fullscreen .fp-close {
  display: none !important;
}
.flowplayer .fp-timeline {
  height: 3px;
  position: relative;
  overflow: hidden;
  top: 5px;
  height: 10px;
  margin: 0 150px 0 45px;
}
.no-volume.flowplayer .fp-timeline {
  margin-right: 60px;
}
.no-mute.flowplayer .fp-timeline {
  margin-right: 140px;
}
.no-mute.no-volume.flowplayer .fp-timeline {
  margin-right: 45px;
}
.play-button.flowplayer .fp-timeline {
  margin-left: 67px;
}
.is-rtl.flowplayer .fp-timeline {
  margin: 0 45px 0 150px;
}
.no-volume.is-rtl.flowplayer .fp-timeline {
  margin-left: 60px;
}
.no-mute.is-rtl.flowplayer .fp-timeline {
  margin-left: 140px;
}
.no-mute.no-volume.is-rtl.flowplayer .fp-timeline {
  margin-left: 45px;
}
.play-button.is-rtl.flowplayer .fp-timeline {
  margin-right: 67px;
}
.is-long.flowplayer .fp-timeline {
  margin: 0 180px 0 75px;
}
.no-volume.is-long.flowplayer .fp-timeline {
  margin-right: 90px;
}
.no-mute.is-long.flowplayer .fp-timeline {
  margin-right: 75px;
}
.play-button.is-long.flowplayer .fp-timeline {
  margin-left: 97px;
}
.is-rtl.is-long.flowplayer .fp-timeline {
  margin: 75px 0 180px 0;
}
.no-volume.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 90px;
}
.no-mute.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 75px;
}
.play-button.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 97px;
}
.aside-time.flowplayer .fp-timeline,
.no-time.flowplayer .fp-timeline {
  margin: 0 110px 0 5px;
}
.aside-time.no-volume.flowplayer .fp-timeline,
.no-time.no-volume.flowplayer .fp-timeline {
  margin-right: 20px;
}
.aside-time.no-mute.flowplayer .fp-timeline,
.no-time.no-mute.flowplayer .fp-timeline {
  margin-right: 5px;
}
.play-button.no-time.flowplayer .fp-timeline,
.play-button.aside-time.flowplayer .fp-timeline {
  margin-left: 27px;
}
.is-rtl.aside-time.flowplayer .fp-timeline,
.is-rtl.no-time.flowplayer .fp-timeline {
  margin: 0 5px 0 110px;
}
.is-rtl.aside-time.no-volume.flowplayer .fp-timeline,
.is-rtl.no-time.no-volume.flowplayer .fp-timeline {
  margin-left: 20px;
}
.is-rtl.aside-time.no-mute.flowplayer .fp-timeline,
.is-rtl.no-time.no-mute.flowplayer .fp-timeline {
  margin-left: 5px;
}
.is-rtl.play-button.no-time.flowplayer .fp-timeline,
.is-rtl.play-button.aside-time.flowplayer .fp-timeline {
  margin-right: 27px;
}
.flowplayer .fp-buffer,
.flowplayer .fp-progress {
  position: absolute;
  top: 0;
  left: auto;
  height: 100%;
  cursor: col-resize;
}
.flowplayer .fp-buffer {
  -webkit-transition: width .25s linear;
  -moz-transition: width .25s linear;
  transition: width 0.25s linear;
}
.flowplayer.is-touch .fp-timeline {
  overflow: visible;
}
.flowplayer.is-touch .fp-progress {
  -webkit-transition: width .2s linear;
  -moz-transition: width .2s linear;
  transition: width 0.2s linear;
}
.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress {
  -webkit-transition: right .1s linear,border .1s linear,top .1s linear,left .1s linear;
  -moz-transition: right .1s linear,border .1s linear,top .1s linear,left .1s linear;
  transition: right 0.1s linear, border 0.1s linear, top 0.1s linear, left 0.1s linear;
}
.flowplayer.is-touch.is-mouseover .fp-progress:after,
.flowplayer.is-touch.is-mouseover .fp-progress:before {
  content: '';
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  right: -5px;
}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after,
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before {
  right: auto;
  left: -5px;
}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after {
  left: -10px;
  -webkit-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
}
.flowplayer.is-touch.is-mouseover .fp-progress:before {
  width: 10px;
  height: 10px;
}
.flowplayer.is-touch.is-mouseover .fp-progress:after {
  height: 10px;
  width: 10px;
  top: -5px;
  right: -10px;
  border: 5px solid rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
}
.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
  border: 10px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  top: -10px;
  right: -15px;
}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
  left: -15px;
  right: auto;
  border: 10px solid #ffffff;
}
.flowplayer .fp-volume {
  position: absolute;
  top: 7.5px;
  right: 5px;
}
.is-rtl.flowplayer .fp-volume {
  right: auto;
  left: 5px;
}
.flowplayer .fp-mute {
  position: relative;
  width: 10px;
  height: 15px;
  float: left;
  top: -5px;
  cursor: pointer;
  background-position: -2px -99px;
}
.is-rtl.flowplayer .fp-mute {
  float: right;
  background-position: -25px -99px;
}
.no-mute.flowplayer .fp-mute {
  display: none;
}
.flowplayer .fp-volumeslider {
  width: 90px;
  height: 5px;
  cursor: col-resize;
  float: left;
}
.is-rtl.flowplayer .fp-volumeslider {
  float: right;
}
.no-volume.flowplayer .fp-volumeslider {
  display: none;
}
.flowplayer .fp-volumelevel {
  height: 100%;
}
.flowplayer .fp-time {
  text-shadow: 0 0 1px #000;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  width: 100%;
}
.flowplayer .fp-time.is-inverted .fp-duration {
  display: none;
}
.flowplayer .fp-time.is-inverted .fp-remaining {
  display: inline;
}
.flowplayer .fp-time em {
  width: 35px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  bottom: 5px;
}
.no-time.flowplayer .fp-time {
  display: none;
}
.is-long.flowplayer .fp-time em {
  width: 65px;
}
.flowplayer .fp-elapsed {
  left: 5px;
}
.play-button.flowplayer .fp-elapsed {
  left: 27px;
}
.is-rtl.flowplayer .fp-elapsed {
  left: auto;
  right: 5px;
}
.play-button.is-rtl.flowplayer .fp-elapsed {
  right: 27px;
}
.flowplayer .fp-remaining,
.flowplayer .fp-duration {
  right: 110px;
  color: #eee;
}
.no-volume.flowplayer .fp-remaining,
.no-volume.flowplayer .fp-duration {
  right: 20px;
}
.no-mute.flowplayer .fp-remaining,
.no-mute.flowplayer .fp-duration {
  right: 100px;
}
.no-mute.no-volume.flowplayer .fp-remaining,
.no-mute.no-volume.flowplayer .fp-duration {
  right: 5px;
}
.is-rtl.flowplayer .fp-remaining,
.is-rtl.flowplayer .fp-duration {
  right: auto;
  left: 110px;
}
.no-volume.is-rtl.flowplayer .fp-remaining,
.no-volume.is-rtl.flowplayer .fp-duration {
  left: 20px;
}
.no-mute.is-rtl.flowplayer .fp-remaining,
.no-mute.is-rtl.flowplayer .fp-duration {
  left: 100px;
}
.no-mute.no-volume.is-rtl.flowplayer .fp-remaining,
.no-mute.no-volume.is-rtl.flowplayer .fp-duration {
  left: 5px;
}
.flowplayer .fp-remaining {
  display: none;
}
.flowplayer.color-light .fp-time {
  color: #222;
  text-shadow: 0 0 1px #ffffff;
}
.flowplayer.color-light .fp-remaining,
.flowplayer.color-light .fp-duration {
  color: #666666;
}
.flowplayer.aside-time .fp-time {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: auto !important;
  width: 85px;
}
.flowplayer.aside-time .fp-time strong,
.flowplayer.aside-time .fp-time em {
  position: static;
}
.flowplayer.aside-time .fp-time .fp-elapsed {
  margin-right: 5px;
}
.is-rtl.flowplayer.aside-time .fp-time .fp-elapsed {
  margin-right: auto;
  margin-left: 5px;
}
.flowplayer.is-long.aside-time .fp-time {
  width: 130px;
}
.flowplayer.is-splash,
.flowplayer.is-poster {
  cursor: pointer;
}
.flowplayer.is-splash .fp-controls,
.flowplayer.is-poster .fp-controls,
.flowplayer.is-splash .fp-fullscreen,
.flowplayer.is-poster .fp-fullscreen,
.flowplayer.is-splash .fp-unload,
.flowplayer.is-poster .fp-unload,
.flowplayer.is-splash .fp-time,
.flowplayer.is-poster .fp-time,
.flowplayer.is-splash .fp-embed,
.flowplayer.is-poster .fp-embed {
  display: none !important;
}
.flowplayer.is-poster .fp-engine {
  top: -9999em;
}
.flowplayer.is-loading .fp-waiting {
  display: block;
}
.flowplayer.is-loading .fp-controls,
.flowplayer.is-loading .fp-time {
  display: none;
}
.flowplayer.is-loading .fp-ui {
  background-position: -9999em;
}
.flowplayer.is-seeking .fp-waiting {
  display: block;
}
.flowplayer.is-fullscreen {
  position: fixed !important;
  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: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
  background-color: #333;
}
.is-rtl.flowplayer.is-fullscreen {
  left: auto !important;
  right: 0 !important;
}
.flowplayer.is-error {
  border: 1px solid #909090;
  background: #fdfdfd !important;
}
.flowplayer.is-error h2 {
  font-weight: bold;
  font-size: large;
  margin-top: 10%;
}
.flowplayer.is-error .fp-message {
  display: block;
}
.flowplayer.is-error object,
.flowplayer.is-error video,
.flowplayer.is-error .fp-controls,
.flowplayer.is-error .fp-time,
.flowplayer.is-error .fp-subtitle {
  display: none;
}
.flowplayer.is-ready.is-muted .fp-mute {
  opacity: .5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.flowplayer.is-mouseout .fp-controls {
  height: 0;
  -webkit-transition: height .15s .3s;
  -moz-transition: height .15s .3s;
  transition: height 0.15s 0.3s;
}
.flowplayer.is-mouseout .fp-timeline {
  margin: 0 !important;
}
.flowplayer.is-mouseout .fp-timeline {
  -webkit-transition: height .15s .3s,top .15s .3s,margin .15s .3s;
  -moz-transition: height .15s .3s,top .15s .3s,margin .15s .3s;
  transition: height .15s .3s,top .15s .3s,margin .15s .3s;
  height: 4px;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flowplayer.is-mouseout .fp-fullscreen,
.flowplayer.is-mouseout .fp-unload,
.flowplayer.is-mouseout .fp-elapsed,
.flowplayer.is-mouseout .fp-remaining,
.flowplayer.is-mouseout .fp-duration,
.flowplayer.is-mouseout .fp-embed,
.flowplayer.is-mouseout .fp-volume,
.flowplayer.is-mouseout .fp-play {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity .15s .3s;
  -moz-transition: opacity .15s .3s;
  transition: opacity 0.15s 0.3s;
}
.flowplayer.is-mouseover .fp-controls,
.flowplayer.fixed-controls .fp-controls {
  height: 20px;
}
.flowplayer.is-mouseover .fp-fullscreen,
.flowplayer.fixed-controls .fp-fullscreen,
.flowplayer.is-mouseover .fp-unload,
.flowplayer.fixed-controls .fp-unload,
.flowplayer.is-mouseover .fp-elapsed,
.flowplayer.fixed-controls .fp-elapsed,
.flowplayer.is-mouseover .fp-remaining,
.flowplayer.fixed-controls .fp-remaining,
.flowplayer.is-mouseover .fp-duration,
.flowplayer.fixed-controls .fp-duration,
.flowplayer.is-mouseover .fp-embed,
.flowplayer.fixed-controls .fp-embed,
.flowplayer.is-mouseover .fp-logo,
.flowplayer.fixed-controls .fp-logo,
.flowplayer.is-mouseover .fp-volume,
.flowplayer.fixed-controls .fp-volume,
.flowplayer.is-mouseover .fp-play,
.flowplayer.fixed-controls .fp-play {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.fixed-controls .fp-volume {
  display: block;
}
.flowplayer.fixed-controls .fp-controls {
  bottom: -20px;
}
.is-fullscreen.flowplayer.fixed-controls .fp-controls {
  bottom: 0;
}
.flowplayer.fixed-controls .fp-time em {
  bottom: -15px;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.is-fullscreen.flowplayer.fixed-controls .fp-time em {
  bottom: 5px;
}
.flowplayer.is-disabled .fp-progress {
  background-color: #999999;
}
.flowplayer .fp-embed {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 25px;
  height: 20px;
  background-position: 3px -237px;
}
.is-rtl.flowplayer .fp-embed {
  background-position: 22px -237px;
  left: auto;
  right: 5px;
}
.flowplayer .fp-embed-code {
  position: absolute;
  display: none;
  top: 10px;
  left: 40px;
  background-color: #333;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  font-size: 12px;
}
.flowplayer .fp-embed-code:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 2px;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #333333;
}
.is-rtl.flowplayer .fp-embed-code {
  left: auto;
  right: 40px;
}
.is-rtl.flowplayer .fp-embed-code:before {
  left: auto;
  right: -10px;
  border-right-color: transparent;
  border-left-color: #333333;
}
.flowplayer .fp-embed-code textarea {
  width: 400px;
  height: 16px;
  font-family: monaco, "courier new", verdana;
  color: #777;
  white-space: nowrap;
  resize: none;
  overflow: hidden;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #cccccc;
}
.flowplayer .fp-embed-code label {
  display: block;
  color: #999999;
}
.flowplayer.is-embedding .fp-embed,
.flowplayer.is-embedding .fp-embed-code {
  display: block;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.aside-time .fp-embed {
  left: 85px;
}
.is-rtl.flowplayer.aside-time .fp-embed {
  left: auto;
  right: 85px;
}
.flowplayer.aside-time .fp-embed-code {
  left: 115px;
}
.is-rtl.flowplayer.aside-time .fp-embed-code {
  left: auto;
  right: 115px;
}
.flowplayer.aside-time.is-embedding .fp-time {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.is-long.aside-time .fp-embed {
  left: 130px;
}
.is-rtl.flowplayer.is-long.aside-time .fp-embed {
  left: auto;
  right: 130px;
}
.flowplayer.no-time .fp-embed {
  left: 5px !important;
}
.is-rtl.flowplayer.no-time .fp-embed {
  left: auto;
  right: 5px !important;
}
.flowplayer.is-live .fp-timeline,
.flowplayer.is-live .fp-duration,
.flowplayer.is-live .fp-remaining {
  display: none;
}
.flowplayer .fp-context-menu {
  position: absolute;
  display: none;
  z-index: 1001;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 4px #888;
  -moz-box-shadow: 0 0 4px #888;
  box-shadow: 0 0 4px #888;
  width: 170px;
}
.flowplayer .fp-context-menu li {
  text-align: center;
  padding: 10px;
  color: #444;
  margin: 0 -10px 0 -10px;
}
.flowplayer .fp-context-menu li a {
  color: #00a7c8;
  font-size: 110%;
}
.flowplayer .fp-context-menu li:hover:not(.copyright) {
  background-color: #eeeeee;
}
.flowplayer .fp-context-menu li.copyright {
  margin: 0;
  padding-left: 110px;
  background-image: url("../img/flowplayer/flowplayer.png");
  background-repeat: no-repeat;
  background-size: 100px 20px;
  background-position: 5px 5px;
  border-bottom: 1px solid #bbb;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .flowplayer .fp-context-menu li.copyright {
    background-image: url("../img/flowplayer/flowplayer@2x.png");
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flowplayer .fp-controls {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.6);
}
.flowplayer.fixed-controls .fp-controls {
  background-color: #333333;
}
.flowplayer .fp-timeline {
  background-color: #666666;
}
.flowplayer .fp-buffer {
  background-color: #eeeeee;
}
.flowplayer .fp-progress {
  background-color: #00a7c8;
}
.flowplayer .fp-volumeslider {
  background-color: #000000;
}
.flowplayer .fp-volumelevel {
  background-color: #ffffff;
}
.flowplayer .fp-play {
  height: 24px;
}
.flowplayer.is-touch.is-mouseover .fp-progress:before {
  background-color: #00a7c8;
}
.flowplayer.color-light .fp-controls {
  background-color: rgba(255, 255, 255, 0.6);
}
.flowplayer.color-light.fixed-controls .fp-controls {
  background-color: #ffffff;
}
.flowplayer.color-light .fp-volumeslider {
  background-color: #dddddd;
}
.flowplayer.color-light .fp-volumelevel {
  background-color: #222222;
}
.flowplayer.color-alt .fp-progress {
  background-color: #ffffff;
}
.flowplayer.color-alt.is-touch.is-mouseover .fp-progress:before {
  background-color: #ffffff;
}
.flowplayer.color-alt .fp-buffer {
  background-color: #999999;
}
.flowplayer.color-alt2 .fp-progress {
  background-color: #990000;
}
.flowplayer.color-alt2.is-touch.is-mouseover .fp-progress:before {
  background-color: #990000;
}
.flowplayer {
  overflow: hidden;
}
.flowplayer a[href="http://flowplayer.org"] {
  left: -10000000% !important;
}
.chart-container {
  position: relative;
}
.contour-chart {
  position: relative;
}
.contour-chart .plot-area-background {
  fill: none;
  stroke: none;
}
.contour-chart .axis {
  stroke: #666666;
  stroke-width: 1px;
  fill: none;
  shape-rendering: crispEdges;
  font-family: "Consolas", "Monaco", monospace;
  font-size: 13px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
.contour-chart .axis text {
  stroke: none;
  fill: #666666;
}
.contour-chart .axis.x .tick,
.contour-chart .axis.y .tick {
  stroke: #666666;
}
.contour-chart .axis-title {
  font-family: "Consolas", "Monaco", monospace;
  font-size: 13px;
  font-size: 14px;
  line-height: 100%;
  stroke: none;
  fill: #666666;
}
.contour-chart .grid-line {
  stroke: #cfcfcf;
}
.contour-chart .trend-line {
  stroke-width: 1px;
  stroke: #05f;
}
.contour-chart .legend-wrapper {
  position: relative;
  pointer-events: none;
}
.contour-chart .legend-wrapper body {
  position: relative;
}
.contour-legend {
  position: absolute;
  border: solid 1px #bbb;
  margin: 5px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  font-family: "Consolas", "Monaco", monospace;
  font-size: 13px;
}
.contour-legend .contour-legend-key {
  display: inline-block;
  width: .9em;
  height: .9em;
  border-radius: 1px;
  margin-right: 5px;
  margin-bottom: -0.1em;
}
.contour-legend .contour-legend-entry {
  display: inline-block;
  line-height: 1.5em;
  margin: 0 .4em;
}
.contour-legend.vertical .contour-legend-entry {
  display: block;
  margin: .2em .2em;
}
.cool {
  stroke: #000;
  stroke-width: 0;
  fill: #4c94ff;
}
.nw-tooltip {
  position: absolute;
  text-align: left;
  min-width: 1.5em;
  min-height: 1em;
  padding: 4px 8px;
  font: 10px sans-serif;
  line-height: 16px;
  background: #555555;
  border: solid 1px transparent;
  border-radius: 8px;
  pointer-events: none;
  transition: all 0.05s ease-out;
}
.nw-tooltip .text {
  opacity: 1;
  color: #ffffff;
}
.stack-tooltip {
  font-family: "Consolas", "Monaco", monospace;
  font-size: 13px;
}
.stack-tooltip span {
  white-space: nowrap;
}
.s-1 {
  color: #2477b3;
  stroke: #2477b3;
  fill: #2477b3;
}
.s-1.line,
.s-1 .line {
  stroke-width: 2px;
  fill: none;
}
.s-1.contour-legend-key {
  background-color: #2477b3;
}
.s-1.dot,
.s-1 .dot {
  stroke-dasharray: none;
}
.s-2 {
  color: #008c48;
  stroke: #008c48;
  fill: #008c48;
}
.s-2.line,
.s-2 .line {
  stroke-width: 2px;
  fill: none;
}
.s-2.contour-legend-key {
  background-color: #008c48;
}
.s-2.dot,
.s-2 .dot {
  stroke-dasharray: none;
}
.s-3 {
  color: #ee2e2f;
  stroke: #ee2e2f;
  fill: #ee2e2f;
}
.s-3.line,
.s-3 .line {
  stroke-width: 2px;
  fill: none;
}
.s-3.contour-legend-key {
  background-color: #ee2e2f;
}
.s-3.dot,
.s-3 .dot {
  stroke-dasharray: none;
}
.s-4 {
  color: #f47d23;
  stroke: #f47d23;
  fill: #f47d23;
}
.s-4.line,
.s-4 .line {
  stroke-width: 2px;
  fill: none;
}
.s-4.contour-legend-key {
  background-color: #f47d23;
}
.s-4.dot,
.s-4 .dot {
  stroke-dasharray: none;
}
.s-5 {
  color: #662c91;
  stroke: #662c91;
  fill: #662c91;
}
.s-5.line,
.s-5 .line {
  stroke-width: 2px;
  fill: none;
}
.s-5.contour-legend-key {
  background-color: #662c91;
}
.s-5.dot,
.s-5 .dot {
  stroke-dasharray: none;
}
.s-6 {
  color: #a21d21;
  stroke: #a21d21;
  fill: #a21d21;
}
.s-6.line,
.s-6 .line {
  stroke-width: 2px;
  fill: none;
}
.s-6.contour-legend-key {
  background-color: #a21d21;
}
.s-6.dot,
.s-6 .dot {
  stroke-dasharray: none;
}
.s-7 {
  color: #b43894;
  stroke: #b43894;
  fill: #b43894;
}
.s-7.line,
.s-7 .line {
  stroke-width: 2px;
  fill: none;
}
.s-7.contour-legend-key {
  background-color: #b43894;
}
.s-7.dot,
.s-7 .dot {
  stroke-dasharray: none;
}
.s-8 {
  color: #010202;
  stroke: #010202;
  fill: #010202;
}
.s-8.line,
.s-8 .line {
  stroke-width: 2px;
  fill: none;
}
.s-8.contour-legend-key {
  background-color: #010202;
}
.s-8.dot,
.s-8 .dot {
  stroke-dasharray: none;
}
.palette-1.s-1 {
  color: #2477b3;
  stroke: #2477b3;
  fill: #2477b3;
}
.palette-1.s-1.line,
.palette-1.s-1 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-1.s-1.contour-legend-key {
  background-color: #2477b3;
}
.palette-1.s-1.dot,
.palette-1.s-1 .dot {
  stroke-dasharray: none;
}
.palette-1.s-2 {
  color: #008c48;
  stroke: #008c48;
  fill: #008c48;
}
.palette-1.s-2.line,
.palette-1.s-2 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-1.s-2.contour-legend-key {
  background-color: #008c48;
}
.palette-1.s-2.dot,
.palette-1.s-2 .dot {
  stroke-dasharray: none;
}
.palette-1.s-3 {
  color: #ee2e2f;
  stroke: #ee2e2f;
  fill: #ee2e2f;
}
.palette-1.s-3.line,
.palette-1.s-3 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-1.s-3.contour-legend-key {
  background-color: #ee2e2f;
}
.palette-1.s-3.dot,
.palette-1.s-3 .dot {
  stroke-dasharray: none;
}
.palette-1.s-4 {
  color: #f47d23;
  stroke: #f47d23;
  fill: #f47d23;
}
.palette-1.s-4.line,
.palette-1.s-4 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-1.s-4.contour-legend-key {
  background-color: #f47d23;
}
.palette-1.s-4.dot,
.palette-1.s-4 .dot {
  stroke-dasharray: none;
}
.palette-1.s-5 {
  color: #662c91;
  stroke: #662c91;
  fill: #662c91;
}
.palette-1.s-5.line,
.palette-1.s-5 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-1.s-5.contour-legend-key {
  background-color: #662c91;
}
.palette-1.s-5.dot,
.palette-1.s-5 .dot {
  stroke-dasharray: none;
}
.palette-1.s-6 {
  color: #a21d21;
  stroke: #a21d21;
  fill: #a21d21;
}
.palette-1.s-6.line,
.palette-1.s-6 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-1.s-6.contour-legend-key {
  background-color: #a21d21;
}
.palette-1.s-6.dot,
.palette-1.s-6 .dot {
  stroke-dasharray: none;
}
.palette-1.s-7 {
  color: #b43894;
  stroke: #b43894;
  fill: #b43894;
}
.palette-1.s-7.line,
.palette-1.s-7 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-1.s-7.contour-legend-key {
  background-color: #b43894;
}
.palette-1.s-7.dot,
.palette-1.s-7 .dot {
  stroke-dasharray: none;
}
.palette-1.s-8 {
  color: #010202;
  stroke: #010202;
  fill: #010202;
}
.palette-1.s-8.line,
.palette-1.s-8 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-1.s-8.contour-legend-key {
  background-color: #010202;
}
.palette-1.s-8.dot,
.palette-1.s-8 .dot {
  stroke-dasharray: none;
}
.palette-2.s-1 {
  color: #5a9bd4;
  stroke: #5a9bd4;
  fill: #5a9bd4;
}
.palette-2.s-1.line,
.palette-2.s-1 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-2.s-1.contour-legend-key {
  background-color: #5a9bd4;
}
.palette-2.s-1.dot,
.palette-2.s-1 .dot {
  stroke-dasharray: none;
}
.palette-2.s-2 {
  color: #7ac36a;
  stroke: #7ac36a;
  fill: #7ac36a;
}
.palette-2.s-2.line,
.palette-2.s-2 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-2.s-2.contour-legend-key {
  background-color: #7ac36a;
}
.palette-2.s-2.dot,
.palette-2.s-2 .dot {
  stroke-dasharray: none;
}
.palette-2.s-3 {
  color: #f15a60;
  stroke: #f15a60;
  fill: #f15a60;
}
.palette-2.s-3.line,
.palette-2.s-3 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-2.s-3.contour-legend-key {
  background-color: #f15a60;
}
.palette-2.s-3.dot,
.palette-2.s-3 .dot {
  stroke-dasharray: none;
}
.palette-2.s-4 {
  color: #faa75b;
  stroke: #faa75b;
  fill: #faa75b;
}
.palette-2.s-4.line,
.palette-2.s-4 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-2.s-4.contour-legend-key {
  background-color: #faa75b;
}
.palette-2.s-4.dot,
.palette-2.s-4 .dot {
  stroke-dasharray: none;
}
.palette-2.s-5 {
  color: #9e67ab;
  stroke: #9e67ab;
  fill: #9e67ab;
}
.palette-2.s-5.line,
.palette-2.s-5 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-2.s-5.contour-legend-key {
  background-color: #9e67ab;
}
.palette-2.s-5.dot,
.palette-2.s-5 .dot {
  stroke-dasharray: none;
}
.palette-2.s-6 {
  color: #ce7058;
  stroke: #ce7058;
  fill: #ce7058;
}
.palette-2.s-6.line,
.palette-2.s-6 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-2.s-6.contour-legend-key {
  background-color: #ce7058;
}
.palette-2.s-6.dot,
.palette-2.s-6 .dot {
  stroke-dasharray: none;
}
.palette-2.s-7 {
  color: #d77fb4;
  stroke: #d77fb4;
  fill: #d77fb4;
}
.palette-2.s-7.line,
.palette-2.s-7 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-2.s-7.contour-legend-key {
  background-color: #d77fb4;
}
.palette-2.s-7.dot,
.palette-2.s-7 .dot {
  stroke-dasharray: none;
}
.palette-2.s-8 {
  color: #737373;
  stroke: #737373;
  fill: #737373;
}
.palette-2.s-8.line,
.palette-2.s-8 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-2.s-8.contour-legend-key {
  background-color: #737373;
}
.palette-2.s-8.dot,
.palette-2.s-8 .dot {
  stroke-dasharray: none;
}
.palette-3.s-1 {
  color: #b8d2ec;
  stroke: #b8d2ec;
  fill: #b8d2ec;
}
.palette-3.s-1.line,
.palette-3.s-1 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-3.s-1.contour-legend-key {
  background-color: #b8d2ec;
}
.palette-3.s-1.dot,
.palette-3.s-1 .dot {
  stroke-dasharray: none;
}
.palette-3.s-2 {
  color: #d9e4aa;
  stroke: #d9e4aa;
  fill: #d9e4aa;
}
.palette-3.s-2.line,
.palette-3.s-2 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-3.s-2.contour-legend-key {
  background-color: #d9e4aa;
}
.palette-3.s-2.dot,
.palette-3.s-2 .dot {
  stroke-dasharray: none;
}
.palette-3.s-3 {
  color: #f2afad;
  stroke: #f2afad;
  fill: #f2afad;
}
.palette-3.s-3.line,
.palette-3.s-3 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-3.s-3.contour-legend-key {
  background-color: #f2afad;
}
.palette-3.s-3.dot,
.palette-3.s-3 .dot {
  stroke-dasharray: none;
}
.palette-3.s-4 {
  color: #f3d1b0;
  stroke: #f3d1b0;
  fill: #f3d1b0;
}
.palette-3.s-4.line,
.palette-3.s-4 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-3.s-4.contour-legend-key {
  background-color: #f3d1b0;
}
.palette-3.s-4.dot,
.palette-3.s-4 .dot {
  stroke-dasharray: none;
}
.palette-3.s-5 {
  color: #d5b2d4;
  stroke: #d5b2d4;
  fill: #d5b2d4;
}
.palette-3.s-5.line,
.palette-3.s-5 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-3.s-5.contour-legend-key {
  background-color: #d5b2d4;
}
.palette-3.s-5.dot,
.palette-3.s-5 .dot {
  stroke-dasharray: none;
}
.palette-3.s-6 {
  color: #ddb9a9;
  stroke: #ddb9a9;
  fill: #ddb9a9;
}
.palette-3.s-6.line,
.palette-3.s-6 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-3.s-6.contour-legend-key {
  background-color: #ddb9a9;
}
.palette-3.s-6.dot,
.palette-3.s-6 .dot {
  stroke-dasharray: none;
}
.palette-3.s-7 {
  color: #ebc0da;
  stroke: #ebc0da;
  fill: #ebc0da;
}
.palette-3.s-7.line,
.palette-3.s-7 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-3.s-7.contour-legend-key {
  background-color: #ebc0da;
}
.palette-3.s-7.dot,
.palette-3.s-7 .dot {
  stroke-dasharray: none;
}
.palette-3.s-8 {
  color: #cccccc;
  stroke: #cccccc;
  fill: #cccccc;
}
.palette-3.s-8.line,
.palette-3.s-8 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-3.s-8.contour-legend-key {
  background-color: #cccccc;
}
.palette-3.s-8.dot,
.palette-3.s-8 .dot {
  stroke-dasharray: none;
}
.palette-4.s-1 {
  color: #c76c16;
  stroke: #c76c16;
  fill: #c76c16;
}
.palette-4.s-1.line,
.palette-4.s-1 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-4.s-1.contour-legend-key {
  background-color: #c76c16;
}
.palette-4.s-1.dot,
.palette-4.s-1 .dot {
  stroke-dasharray: none;
}
.palette-4.s-2 {
  color: #006550;
  stroke: #006550;
  fill: #006550;
}
.palette-4.s-2.line,
.palette-4.s-2 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-4.s-2.contour-legend-key {
  background-color: #006550;
}
.palette-4.s-2.dot,
.palette-4.s-2 .dot {
  stroke-dasharray: none;
}
.palette-4.s-3 {
  color: #942300;
  stroke: #942300;
  fill: #942300;
}
.palette-4.s-3.line,
.palette-4.s-3 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-4.s-3.contour-legend-key {
  background-color: #942300;
}
.palette-4.s-3.dot,
.palette-4.s-3 .dot {
  stroke-dasharray: none;
}
.palette-4.s-4 {
  color: #5b4c00;
  stroke: #5b4c00;
  fill: #5b4c00;
}
.palette-4.s-4.line,
.palette-4.s-4 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-4.s-4.contour-legend-key {
  background-color: #5b4c00;
}
.palette-4.s-4.dot,
.palette-4.s-4 .dot {
  stroke-dasharray: none;
}
.palette-4.s-5 {
  color: #e1b79a;
  stroke: #e1b79a;
  fill: #e1b79a;
}
.palette-4.s-5.line,
.palette-4.s-5 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-4.s-5.contour-legend-key {
  background-color: #e1b79a;
}
.palette-4.s-5.dot,
.palette-4.s-5 .dot {
  stroke-dasharray: none;
}
.palette-4.s-6 {
  color: #6f8e3b;
  stroke: #6f8e3b;
  fill: #6f8e3b;
}
.palette-4.s-6.line,
.palette-4.s-6 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-4.s-6.contour-legend-key {
  background-color: #6f8e3b;
}
.palette-4.s-6.dot,
.palette-4.s-6 .dot {
  stroke-dasharray: none;
}
.palette-4.s-7 {
  color: #8accc0;
  stroke: #8accc0;
  fill: #8accc0;
}
.palette-4.s-7.line,
.palette-4.s-7 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-4.s-7.contour-legend-key {
  background-color: #8accc0;
}
.palette-4.s-7.dot,
.palette-4.s-7 .dot {
  stroke-dasharray: none;
}
.palette-4.s-8 {
  color: #010202;
  stroke: #010202;
  fill: #010202;
}
.palette-4.s-8.line,
.palette-4.s-8 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-4.s-8.contour-legend-key {
  background-color: #010202;
}
.palette-4.s-8.dot,
.palette-4.s-8 .dot {
  stroke-dasharray: none;
}
.palette-5.s-1 {
  color: #363694;
  stroke: #363694;
  fill: #363694;
}
.palette-5.s-1.line,
.palette-5.s-1 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-5.s-1.contour-legend-key {
  background-color: #363694;
}
.palette-5.s-1.dot,
.palette-5.s-1 .dot {
  stroke-dasharray: none;
}
.palette-5.s-2 {
  color: #7272b4;
  stroke: #7272b4;
  fill: #7272b4;
}
.palette-5.s-2.line,
.palette-5.s-2 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-5.s-2.contour-legend-key {
  background-color: #7272b4;
}
.palette-5.s-2.dot,
.palette-5.s-2 .dot {
  stroke-dasharray: none;
}
.palette-5.s-3 {
  color: #8686bf;
  stroke: #8686bf;
  fill: #8686bf;
}
.palette-5.s-3.line,
.palette-5.s-3 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-5.s-3.contour-legend-key {
  background-color: #8686bf;
}
.palette-5.s-3.dot,
.palette-5.s-3 .dot {
  stroke-dasharray: none;
}
.palette-5.s-4 {
  color: #9a9ac9;
  stroke: #9a9ac9;
  fill: #9a9ac9;
}
.palette-5.s-4.line,
.palette-5.s-4 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-5.s-4.contour-legend-key {
  background-color: #9a9ac9;
}
.palette-5.s-4.dot,
.palette-5.s-4 .dot {
  stroke-dasharray: none;
}
.palette-5.s-5 {
  color: #afafd4;
  stroke: #afafd4;
  fill: #afafd4;
}
.palette-5.s-5.line,
.palette-5.s-5 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-5.s-5.contour-legend-key {
  background-color: #afafd4;
}
.palette-5.s-5.dot,
.palette-5.s-5 .dot {
  stroke-dasharray: none;
}
.palette-5.s-6 {
  color: #c2c2df;
  stroke: #c2c2df;
  fill: #c2c2df;
}
.palette-5.s-6.line,
.palette-5.s-6 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-5.s-6.contour-legend-key {
  background-color: #c2c2df;
}
.palette-5.s-6.dot,
.palette-5.s-6 .dot {
  stroke-dasharray: none;
}
.palette-5.s-7 {
  color: #d7d7ea;
  stroke: #d7d7ea;
  fill: #d7d7ea;
}
.palette-5.s-7.line,
.palette-5.s-7 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-5.s-7.contour-legend-key {
  background-color: #d7d7ea;
}
.palette-5.s-7.dot,
.palette-5.s-7 .dot {
  stroke-dasharray: none;
}
.palette-5.s-8 {
  color: #ebebf4;
  stroke: #ebebf4;
  fill: #ebebf4;
}
.palette-5.s-8.line,
.palette-5.s-8 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-5.s-8.contour-legend-key {
  background-color: #ebebf4;
}
.palette-5.s-8.dot,
.palette-5.s-8 .dot {
  stroke-dasharray: none;
}
.palette-6.s-1 {
  color: #eeece1;
  stroke: #eeece1;
  fill: #eeece1;
}
.palette-6.s-1.line,
.palette-6.s-1 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-6.s-1.contour-legend-key {
  background-color: #eeece1;
}
.palette-6.s-1.dot,
.palette-6.s-1 .dot {
  stroke-dasharray: none;
}
.palette-6.s-2 {
  color: #4f81bd;
  stroke: #4f81bd;
  fill: #4f81bd;
}
.palette-6.s-2.line,
.palette-6.s-2 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-6.s-2.contour-legend-key {
  background-color: #4f81bd;
}
.palette-6.s-2.dot,
.palette-6.s-2 .dot {
  stroke-dasharray: none;
}
.palette-6.s-3 {
  color: #c0504d;
  stroke: #c0504d;
  fill: #c0504d;
}
.palette-6.s-3.line,
.palette-6.s-3 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-6.s-3.contour-legend-key {
  background-color: #c0504d;
}
.palette-6.s-3.dot,
.palette-6.s-3 .dot {
  stroke-dasharray: none;
}
.palette-6.s-4 {
  color: #9bbb59;
  stroke: #9bbb59;
  fill: #9bbb59;
}
.palette-6.s-4.line,
.palette-6.s-4 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-6.s-4.contour-legend-key {
  background-color: #9bbb59;
}
.palette-6.s-4.dot,
.palette-6.s-4 .dot {
  stroke-dasharray: none;
}
.palette-6.s-5 {
  color: #8064a2;
  stroke: #8064a2;
  fill: #8064a2;
}
.palette-6.s-5.line,
.palette-6.s-5 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-6.s-5.contour-legend-key {
  background-color: #8064a2;
}
.palette-6.s-5.dot,
.palette-6.s-5 .dot {
  stroke-dasharray: none;
}
.palette-6.s-6 {
  color: #4bacc6;
  stroke: #4bacc6;
  fill: #4bacc6;
}
.palette-6.s-6.line,
.palette-6.s-6 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-6.s-6.contour-legend-key {
  background-color: #4bacc6;
}
.palette-6.s-6.dot,
.palette-6.s-6 .dot {
  stroke-dasharray: none;
}
.palette-6.s-7 {
  color: #f79646;
  stroke: #f79646;
  fill: #f79646;
}
.palette-6.s-7.line,
.palette-6.s-7 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-6.s-7.contour-legend-key {
  background-color: #f79646;
}
.palette-6.s-7.dot,
.palette-6.s-7 .dot {
  stroke-dasharray: none;
}
.palette-6.s-8 {
  color: #1f497d;
  stroke: #1f497d;
  fill: #1f497d;
}
.palette-6.s-8.line,
.palette-6.s-8 .line {
  stroke-width: 2px;
  fill: none;
}
.palette-6.s-8.contour-legend-key {
  background-color: #1f497d;
}
.palette-6.s-8.dot,
.palette-6.s-8 .dot {
  stroke-dasharray: none;
}
@font-face {
  font-family: 'SSSocial';
  src: url('../fonts/ss-social/ss-social-regular.eot');
  src: url('../fonts/ss-social/ss-social-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-social/ss-social-regular.woff') format('woff'), url('../fonts/ss-social/ss-social-regular.ttf') format('truetype'), url('../fonts/ss-social/ss-social-regular.svg#SSSocialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ss-social {
  display: inline-block;
  height: 1.25em;
  text-align: center;
  width: 1.2em;
}
.ss-social:before,
.ss-social:after {
  font-family: 'SSSocial';
}
.ss-facebook:before,
.ss-facebook.right:after {
  content: '';
}
.ss-twitter:before,
.ss-twitter.right:after {
  content: '';
}
.ss-linkedin {
  border-radius: 2px;
}
.ss-linkedin:before,
.ss-linkedin.right:after {
  content: '';
}
.ss-googleplus:before,
.ss-googleplus.right:after {
  content: '';
}
.ss-tumblr:before,
.ss-tumblr.right:after {
  content: '';
}
.ss-wordpress:before,
.ss-wordpress.right:after {
  content: '';
}
.ss-blogger:before,
.ss-blogger.right:after {
  content: '';
}
.ss-posterous:before,
.ss-posterous.right:after {
  content: '';
}
.ss-youtube:before,
.ss-youtube.right:after {
  content: '';
}
.ss-vimeo:before,
.ss-vimeo.right:after {
  content: '';
}
.ss-flickr:before,
.ss-flickr.right:after {
  content: '';
}
.ss-instagram:before,
.ss-instagram.right:after {
  content: '';
}
.ss-pinterest:before,
.ss-pinterest.right:after {
  content: '';
}
.ss-svpply:before,
.ss-svpply.right:after {
  content: '';
}
.ss-readmill:before,
.ss-readmill.right:after {
  content: '';
}
.ss-dropbox:before,
.ss-dropbox.right:after {
  content: '';
}
.ss-dribbble:before,
.ss-dribbble.right:after {
  content: '';
}
.ss-behance:before,
.ss-behance.right:after {
  content: '';
}
.ss-github:before,
.ss-github.right:after {
  content: '';
}
.ss-octocat:before,
.ss-octocat.right:after {
  content: '';
}
.ss-stackoverflow:before,
.ss-stackoverflow.right:after {
  content: '';
}
.ss-paypal:before,
.ss-paypal.right:after {
  content: '';
}
.ss-kickstarter:before,
.ss-kickstarter.right:after {
  content: '';
}
.ss-foursquare:before,
.ss-foursquare.right:after {
  content: '';
}
.ss-skype:before,
.ss-skype.right:after {
  content: '';
}
.ss-rdio:before,
.ss-rdio.right:after {
  content: '';
}
.ss-spotify:before,
.ss-spotify.right:after {
  content: '';
}
.ss-lastfm:before,
.ss-lastfm.right:after {
  content: '';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans/opensans-bold-webfont.eot');
  src: url('../fonts/opensans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/opensans/opensans-light-webfont.eot');
  src: url('../fonts/opensans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans/opensans-regular-webfont.eot');
  src: url('../fonts/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/roboto/robotoslab-light-webfont.eot');
  src: url('../fonts/roboto/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/robotoslab-light-webfont.woff') format('woff'), url('../fonts/roboto/robotoslab-light-webfont.ttf') format('truetype'), url('../fonts/roboto/robotoslab-light-webfont.svg#roboto_slablight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Inconsolata';
  src: url('../fonts/inconsolata/inconsolata.eot');
  src: url('../fonts/inconsolata/inconsolata.eot?#iefix') format('embedded-opentype'), url('../fonts/inconsolata/inconsolata.woff') format('woff'), url('../fonts/inconsolata/inconsolata.ttf') format('truetype'), url('../fonts/inconsolata/inconsolata.svg#Inconsolata') format('svg');
  font-weight: normal;
  font-style: normal;
}
