/* 

*/
.text-primary,
.text-primary-hover a:hover,
.text-primary-hover .active > a {
  color: #cccccc !important; }

.nav-active-primary .nav-link.active,
.nav-active-primary .nav > li.active > a,
.btn.primary,
.btn.b-primary:hover,
.btn.b-primary:focus,
.mejs-controls .mejs-playpause-button button,
.pace .pace-progress {
  background-color: #32e0ff !important;
  color:#ffffff!important; }

.b-primary,
.mejs-controls .mejs-time-rail .mejs-time-current {
  border-color: #32e0ff; }
.nav-item:after {
    background-color:#32e0ff;
  }
.mejs-error {
  background-color: #02b875;
  border-color: #02b875; }
