.jp-video-620p .jp-jplayer object, .jp-video-620p .jp-jplayer img {
  max-width: 620px;
  width: 100%;
  max-height: 620px;
  height: 100%; }

a.jp-play, a.jp-pause {
  width: 40px;
  height: 35px;
  float: left;
  text-indent: -9999px;
  outline: none; }

.jp-current-time, .jp-duration {
  font-size: 11px;
  font-family: Arial;
  color: #444444;
  margin-top: 12px;
  float: left; }

.jp-video a.jp-mute, .jp-video a.jp-unmute {
  text-indent: -9999px;
  float: left;
  height: 35px;
  outline: none; }

video {
  max-width: 100%; }

.wp-video-shortcode {
  max-width: 100%; }

.jp-video {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  background: #000; }
  .jp-video br {
    display: none; }
  .jp-video .jp-current-time {
    margin-left: 10px; }
  .jp-video .jp-duration {
    margin-right: 10px; }
  .jp-video:hover .jp-interface {
    display: block; }

.jp-video-620p {
  max-width: 620px;
  width: 100%; }

.jp-video-460p {
  max-width: 460px;
  width: 100%; }

.jp-video-320p {
  max-width: 320px;
  width: 100%; }

.jp-video-full {
  width: 620px;
  height: 620px;
  position: static !important;
  position: relative; }
  .jp-video-full .jp-jplayer {
    top: 0;
    left: 0;
    position: fixed !important;
    position: relative;
    overflow: hidden;
    z-index: 1000; }
  .jp-video-full .jp-gui {
    position: fixed !important;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }
  .jp-video-full .jp-interface {
    position: absolute !important;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1000; }

.jp-gui {
  width: 100%; }

.jp-interface {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  display: none;
  background-image: linear-gradient(top, #f2f2f2, #d1d1d1);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='$concrete', endcolorstr='$color_celeste_approx');
  box-shadow: inset 0 1px 0 #f7f7f7, inset 0 -1px 0 #e2e2e2; }

div.jp-controls-holder {
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

div.jp-video-320p .jp-progress {
  width: 80px; }

div.jp-video-320p .jp-volume-bar {
  display: none !important; }

div.jp-video-320p div.jp-video-play {
  height: 320px;
  margin-top: -320px; }

div.jp-video-620p div.jp-video-play {
  height: 620px;
  margin-top: -620px; }

div.jp-video-460p div.jp-video-play {
  height: 460px;
  margin-top: -460px; }

div.jp-video div.jp-video-play {
  cursor: pointer;
  overflow: hidden;
  width: 100%; }

a.jp-play {
  background: url(../img/sprite.png) 0 0 no-repeat; }

a.jp-pause {
  background: url(../img/sprite.png) -40px 0 no-repeat;
  display: none; }

a.jp-unmute {
  background: url(../img/sprite.png) -115px 0 no-repeat;
  margin-top: 1px;
  margin-left: -13px;
  display: none;
  width: 38px; }

a.jp-video-play-icon {
  background: url(../img/large_play.png) no-repeat scroll 0 0 transparent;
  display: block;
  height: 75px;
  left: 50%;
  margin-left: -40px;
  margin-top: -50px;
  position: relative;
  text-indent: -9999px;
  top: 50%;
  width: 75px; }

#separator {
  background-image: url(../img/separator.png);
  background-repeat: no-repeat;
  width: 2px;
  height: 35px;
  float: left;
  margin-top: 7px;
  margin-right: 10px; }

.jp-progress {
  background: #706d6d;
  border-radius: 5px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
  width: 180px;
  height: 10px;
  float: left;
  margin-top: 13px; }

.jp-seek-bar {
  width: 0;
  height: 100%;
  cursor: pointer; }

.jp-seeking-bg {
  background: #575555;
  border-radius: 5px; }

.jp-play-bar {
  background: url(../img/play-bar.png) left repeat-x;
  width: 0;
  height: 10px;
  position: relative;
  z-index: 9999;
  border-radius: 5px; }
  .jp-play-bar span {
    position: absolute;
    top: -3px;
    right: -12px;
    background: url(../img/handle.png) no-repeat center;
    width: 16px;
    height: 17px; }

.jp-current-time {
  float: left;
  display: inline; }

.jp-duration {
  float: left;
  display: inline;
  text-align: right; }

.time-sep {
  float: left;
  margin: 13px 3px 0;
  font-size: 11px;
  font-family: Arial;
  color: #444444; }

.jp-mute {
  float: left;
  background: url(../img/sprite.png) -80px 0 no-repeat;
  margin-top: 1px;
  margin-left: -10px;
  width: 35px; }

.jp-volume-bar {
  float: left;
  margin-top: 13px;
  margin-right: 10px;
  overflow: hidden;
  width: 70px;
  height: 10px;
  cursor: pointer;
  background: #706d6d;
  border-radius: 5px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4); }

.jp-volume-bar-value {
  background: rgba(112, 109, 109, 0.01);
  width: 0;
  height: 10px;
  position: relative; }
  .jp-volume-bar-value span {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/volume.png) no-repeat center;
    width: 11px;
    height: 10px; }

.jp-full-screen {
  background: url(../img/sprite.png) -150px 0 no-repeat;
  float: left;
  width: 40px;
  height: 35px;
  text-indent: -9999px;
  margin-left: -15px;
  outline: none;
  display: none !important; }

.jp-restore-screen {
  background: url(../img/sprite.png) -150px 0 no-repeat;
  float: left;
  width: 40px;
  height: 35px;
  text-indent: -9999px;
  margin-left: -15px;
  outline: none; }

.jp-repeat {
  background: url(../img/sprite.png) -190px 0 no-repeat;
  float: left;
  width: 40px;
  height: 35px;
  text-indent: -9999px;
  margin-left: -15px;
  outline: none; }

.jp-repeat-off {
  background: url(../img/sprite.png) -230px 0 no-repeat;
  float: left;
  width: 40px;
  height: 35px;
  text-indent: -9999px;
  margin-left: -15px;
  outline: none; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .jp-progress {
    width: 100px; }
  .jp-interface {
    bottom: -35px;
    display: block; } }

@media only screen and (max-width: 767px) {
  .jp-progress {
    width: 100px; }
  .jp-interface {
    bottom: -35px;
    display: block; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .jp-progress {
    width: 80px; }
  .jp-volume-bar {
    display: 30px; } }

@media only screen and (max-width: 479px) {
  .jp-progress {
    width: 40px; }
  .jp-volume-bar {
    display: none !important; }
  .jp-full-screen {
    display: none !important; }
  div.jp-video-620p div.jp-video-play {
    height: 300px;
    margin-top: -300px; }
  div.jp-video-460p div.jp-video-play {
    height: 300px;
    margin-top: -300px; }
  div.jp-video-320p div.jp-video-pla {
    height: 300px;
    margin-top: -300px; } }

#igp-edit-image #jp_container_1 {
  display: none; }

img.video {
  display: none; }

.jp-jplayer img {
  max-width: 100%; }
