/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2011 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 6th May 2011
 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
 */
/* line 14, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-container {
  position: relative;
  width: 27px;
  /* 200 - (2 * 48) */
  height: 27px;
  background-image: url(/assets/circle.skin/bgr-5a19271ddc1f809bf5a631569faed122.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 25, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-container :focus {
  border: none;
  outline: 0;
}

/* line 33, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  clip: rect(0px, 14px, 27px, 0px);
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

/* line 47, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-buffer-1,
.cp-buffer-2 {
  background-image: url(/assets/circle.skin/buffer-68a4389745bf84683a840fc7f2bdd7ce.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */
/* line 59, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-container .cp-fallback {
  background-image: url(/assets/circle.skin/progress_sprite-ed7e942cca62ba2ba82fc99b8345f04e.png);
  background-repeat: no-repeat;
  background-position: 0 27px;
}

/* line 66, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-progress-1,
.cp-progress-2 {
  background-image: url(/assets/circle.skin/progress-f7ff1806e4a7d726cf1e27747375efc0.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 74, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
  position: absolute;
  width: 27px;
  height: 27px;
}

/* line 80, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-circle-control {
  cursor: pointer;
}

/* line 85, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-buffer-holder,
.cp-progress-holder {
  clip: rect(0px, 27px, 27px, 14px);
  display: none;
}

/* This is needed when progress is greater than 50% or for fallback */
/* line 95, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress.cp-fallback {
  clip: rect(auto, auto, auto, auto);
}

/* line 99, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-container ul.cp-controls {
  margin: 0;
  padding: 7px;
}

/* line 104, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-controls li {
  list-style-type: none;
  display: block;
  /*IE Fix*/
  position: absolute;
}

/* line 112, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-controls li a {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  z-index: 1;
}

/* line 121, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-controls .cp-play {
  background-image: url(/assets/circle.skin/controls-a29012f7c530a291ef7b69104ce7adbf.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 127, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-controls .cp-play:hover {
  background-image: url(/assets/circle.skin/controls-a29012f7c530a291ef7b69104ce7adbf.png);
  background-position: -13px 0;
  background-repeat: no-repeat;
}

/* line 133, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-controls .cp-pause {
  background-image: url(/assets/circle.skin/controls-a29012f7c530a291ef7b69104ce7adbf.png);
  background-position: 0 -13px;
  background-repeat: no-repeat;
}

/* line 139, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-controls .cp-pause:hover {
  background-image: url(/assets/circle.skin/controls-a29012f7c530a291ef7b69104ce7adbf.png);
  background-position: -13px -13px;
  background-repeat: no-repeat;
}

/* line 145, ../../app/assets/stylesheets/circle.skin/circle.player.css.scss */
.cp-jplayer {
  width: 0;
  height: 0;
}
