/*! nouislider - 10.1.0 - 2017-07-28 13:09:54 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
  transition: top .3s,right .3s,bottom .3s,left .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
          box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.mksr-player {
  position: relative;
  font-size: 14px;
  background-color: #303030;
  padding: 1em;
  max-width: 600px;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mksr-player--loading::after {
    content: 'Loading...';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 6;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px; }
  .mksr-player__play, .mksr-player__pause {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    font-size: 12px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #009688;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    cursor: pointer;
    margin-right: 14px;
    z-index: 5; }
  .mksr-player__play {
    padding-left: 2px; }
  .mksr-player__pause {
    background-color: #ff9800;
    display: none; }
  .mksr-player--playing .mksr-player__play {
    display: none; }
  .mksr-player--playing .mksr-player__pause {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mksr-player--playing .noUi-connect {
    background: #ff9800;
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-animation: animate-stripes 3s linear infinite;
            animation: animate-stripes 3s linear infinite; }
  .mksr-player__timeline {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    background: #9e9e9e;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 8px; }
    .mksr-player__timeline .noUi-handle {
      width: 16px;
      height: 16px;
      left: -8px;
      top: -4px;
      position: relative;
      cursor: -webkit-grab;
      cursor: grab;
      outline: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform 0.1s;
      transition: -webkit-transform 0.1s;
      transition: transform 0.1s;
      transition: transform 0.1s, -webkit-transform 0.1s; }
      .mksr-player__timeline .noUi-handle::after {
        display: none; }
      .mksr-player__timeline .noUi-handle::before {
        width: 40px;
        height: 40px;
        position: absolute;
        left: -12px;
        top: -12px;
        background-color: transparent; }
    .mksr-player__timeline .noUi-base {
      margin-top: -16px;
      margin-bottom: -16px;
      padding: 16px 0; }
    .mksr-player__timeline .noUi-connect {
      height: 8px;
      margin-top: 16px;
      border-right: 1px solid #303030;
      border-radius: 0; }
  .mksr-player__volume {
    color: #9e9e9e;
    position: relative; }
  .mksr-player__volume-icon.fa {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    z-index: 1;
    padding: 14px;
    margin: -14px;
    width: 19px; }
  .mksr-player__volume-icon.fa-volume-off {
    display: none; }
  .mksr-player--mute .mksr-player__volume-icon.fa-volume-up {
    display: none; }
  .mksr-player--mute .mksr-player__volume-icon.fa-volume-off {
    display: block;
    color: rgba(255, 255, 255, 0.5); }
  .mksr-player__volume-adjust {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 40px;
    height: 130px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 0;
    border: 0;
    position: absolute;
    bottom: -10px;
    left: -10px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center; }
    .mksr-player__volume-adjust .noUi-base {
      width: 40px;
      padding-left: 18px;
      padding-right: 18px;
      background-color: rgba(255, 255, 255, 0.2);
      background-clip: content-box; }
    .mksr-player__volume-adjust .noUi-connect {
      background-color: rgba(255, 255, 255, 0.9);
      padding-left: 18px;
      padding-right: 18px;
      background-clip: content-box; }
    .mksr-player__volume-adjust .noUi-handle {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      top: -6px;
      left: -3px;
      outline: 0;
      cursor: -webkit-grab;
      cursor: grab; }
      .mksr-player__volume-adjust .noUi-handle::before, .mksr-player__volume-adjust .noUi-handle::after {
        display: none; }
  .mksr-player__volume:hover .mksr-player__volume-adjust {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .mksr-player:hover .noUi-handle {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .mksr-player__duration {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 14px;
    font-size: 10px;
    line-height: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }

@-webkit-keyframes animate-stripes {
  0% {
    background-position: 60px 0; }
  100% {
    background-position: 0 0; } }

@keyframes animate-stripes {
  0% {
    background-position: 60px 0; }
  100% {
    background-position: 0 0; } }

.forum-rules {}

.forum-rules ol {
  list-style: decimal;
}

.forum-rules li {
  max-width: 600px;
  margin: 0.5em 0;
}