.ole-audio *:focus,
.ole-audio-stream *:focus,
.ole-video *:focus {
    /* Disable the browser focus highlighting. */
    outline: none;
}
.ole-audio button::-moz-focus-inner,
.ole-audio-stream button::-moz-focus-inner,
.ole-video button::-moz-focus-inner {
    /* Disable the browser CSS3 focus highlighting. */
    border: 0;
}
.ole-audio,
.ole-audio-stream,
.ole-video {
    font-size: 16px;
    color: #fff;
}
div.ole-audio {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 20%;
    z-index: 2;
    //display: none;
}
#genres-slider li {
    position: relative;
}
.posts-grid.portfolio-home li:hover div.ole-audio,
.posts-grid.portfolio-home li.active-track div.ole-audio,
#genres-slider li:hover div.ole-audio,
#genres-slider li.active-track div.ole-audio { display: block }
.ole-audio-stream { width: 182px }
.ole-video-270p { width: 480px }
.ole-interface {
    position: relative;
    width: 100%;
}
/* @group CONTROLS */
.ole-controls-holder {
    clear: both;
    width: 440px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -8px;
    /* This negative value depends on the size of the text in ole-currentTime and ole-duration */
}
.ole-interface .ole-controls {
    padding: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.ole-audio-stream .ole-controls {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 142px;
}
.ole-controls button {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-size: 52px;
    padding: 0;
    vertical-align: middle;
}

.jp-next, .jp-previous {
    padding-top: 20px !important;
}

.jp-play {
    font-size: 90px !important;
    margin: 0 15%;
}
.ole-state-playing .icon-play:before { content: "\e601" }

/* @end */


/* @group progress bar */
.ole-progress {
    height: 20px;
    margin: 0 auto 10px;
    position: relative;
    width: 80%;
    z-index: 50;
}
.ole-volume-bar,
.ole-seek-bar {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    cursor: pointer;
    height: 10px;
    left: 17%;
    position: absolute;
    top: 3px;
    width: 65%;
}
/*
.span4 .ole-progress,
.span4 .ole-volume-bar,
.span4 .ole-seek-bar {
    width: 71%
}
.span4 .ole-volume-bar {
	left:14.5%;
}
*/


.ole-seek-bar {
    width: 100%;
    left: 0;
}
.ole-volume-bar-value,
.ole-play-bar {
    background-color: #fff;
    width: 0px;
    border-radius: 5px;
    height: 10px;
    position: relative;
    overflow: visible !important; 
    min-width: 14px;
}
.ole-volume-bar-value:before,
.ole-play-bar:before {
    content: ""; 
    background-color: #fff;
    border-radius: 10px;
    height: 14px;
    position: absolute;
    right: 0;
    top: -2px;
    width: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}
/* The seeking class is added/removed inside jPlayer */
.ole-seeking { background-image: url("../image/jplayer.blue.monday.seeking.gif") }

/* @end */


/* @group volume controls */
.ole-state-no-volume .ole-volume-controls { display: none }
.ole-volume-controls {
    position: relative;
    width: 100%;
}
.ole-volume-controls button {
    display: block;
    position: absolute;
    background-color: transparent;
    padding: 0;
    font-size: 20px;
    border: none;
    cursor: pointer;
}
.ole-controls button span,
.ole-volume-controls button span {
    color: rgba(255,255,255, 1);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.ole-controls button:hover span,
.ole-volume-controls button:hover span,
.ole-state-playing button.ole-play span { color: rgba(0,0,0, 0.7) }
.ole-volume-max { right: 8px;top:-5px; }
.ole-state-muted .icon-volume-down:before { content: "\e607" }
.ole-mute { padding-left: 11px !important; top:-4px; }

/* @end */


/* @group current time and duration */
.ole-audio .ole-time-holder {
    position: absolute;
    top: -1px;
}
.ole-audio .ole-type-single .ole-time-holder {
    left: 110px;
    width: 186px;
}
.ole-audio .ole-type-playlist .ole-time-holder {
    left: 1%;
    width: 98%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.ole-audio .ole-type-playlist .ole-time-holder {
	
}
}
.ole-current-time,
.ole-duration {
    width: 36px;
    font-size: 12px;
}
.ole-current-time {
    float: left;
    display: inline;
    cursor: default;
}
.ole-duration {
    float: right;
    display: inline;
    text-align: right;
    cursor: pointer;
}
.ole-video .ole-current-time { margin-left: 20px }
.ole-video .ole-duration { margin-right: 20px }

/* @end */


/* @group playlist */
.ole-details {
    font-weight: bold;
    text-align: center;
    cursor: default;
}
.ole-details,
.ole-playlist {
    margin-bottom: 12px;
    width: 100%;
}
.ole-type-single .ole-details,
.ole-type-playlist .ole-details { border-top: none }
.ole-title {
    margin: 0;
    font-size: .72em;
    font-weight: bold;
}
.ole-playlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 56px;
}
.ole-playlist li {
    display: none !important;
    font-size: 20px !important;
    text-align: center;
    width: 100% !important;
    float: none !important;
}

.ole-playlist li div { display: inline }
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.ole-type-playlist div.ole-playlist li:last-child { }
.active-track div.ole-type-playlist div.ole-playlist li.ole-playlist-current { display: block !important; }
div.ole-type-playlist div.ole-playlist a { text-decoration: none }
div.ole-type-playlist div.ole-playlist a:hover { color: #fff }
div.ole-type-playlist div.ole-playlist a.ole-playlist-current { color: #fff }
div.ole-type-playlist div.ole-playlist a.ole-playlist-item-remove {
    float: right;
    display: inline;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
}
div.ole-type-playlist div.ole-playlist a.ole-playlist-item-remove:hover { color: #0d88c1 }
div.ole-type-playlist div.ole-playlist span.ole-free-media {
    display: block;
    float: none;
    margin-right: 0;
    text-align: center;
    width: 100%;
    font-size: 12px;
}
div.ole-type-playlist div.ole-playlist span.ole-free-media a {
    color: #fff;
    display: inline-block;
}
div.ole-type-playlist div.ole-playlist span.ole-free-media a:hover { color: #0d88c1 }
span.ole-artist {
    display: block;
    font-size: 0.8em;
    padding: 6px 0;
}

/* @end */

/* @group NO SOLUTION error feedback */
.ole-no-solution {
    padding: 5px;
    font-size: .8em;
    background-color: #eee;
    border: 2px solid #009be3;
    color: #000;
    display: none;
}
.ole-no-solution a { color: #000 }
.ole-no-solution span {
    font-size: 1em;
    display: block;
    text-align: center;
    font-weight: bold;
}
/* @end */
@media only screen and (min-width: 1131px) {
.ole-progress {
  width: 70%;
}
.ole-volume-bar {
  left: 15%;
  width: 70%;
}
div.ole-audio {
  top: 14%;
}

/* Column 5 */
.custom-column div.ole-audio {
  top: 10%;
}
.custom-column .ole-controls button {
  font-size: 34px;
}
.custom-column .ole-play {
  font-size: 62px !important;
}
.custom-column .ole-interface .ole-controls {
  margin-bottom: 18px;
}
.custom-column .ole-progress {
  width: 66%;
}
.custom-column .ole-volume-bar {
  left: 18%;
  width: 66%;
}
}

@media only screen and (max-width: 1130px) {
div.ole-audio {
  top: 27%;
}
.ole-controls button{
    font-size: 72px;
}
.ole-play{
    font-size:152px !important;
} 
.ole-progress,
.ole-volume-bar,
.ole-seek-bar {
    width: 71%
}
.ole-volume-bar {
	left:14.5%;
}
}
@media only screen and (max-width: 1130px) and (orientation:landscape){
div.ole-audio {
  top: 22%;
}
}
@media only screen and (max-width: 960px) {
div.ole-audio {
  top: 8%;
}
}
@media only screen and (max-width: 500px) {
div.ole-audio {
  top: 5%;
}
.ole-progress,
.ole-volume-bar,
.ole-seek-bar {
    width: 66%
}
.ole-volume-bar {
	left:17%;
}
.ole-play {
  font-size: 70px !important;
  margin: 0 10%;
}
.ole-controls button {
  font-size: 40px;
}
}
@media only screen and (min-width: 551px) and (max-width: 767px) {
div.ole-audio {
  top: 1%;
}


}
@media only screen and (max-width: 550px) {
.zoom-icon {
	z-index:1;
}

.posts-grid > li:hover .zoom-icon,
.posts-grid > li.active-track .zoom-icon,
#genres-slider > li:hover .zoom-icon,
#genres-slider > li.active-track .zoom-icon {
	opacity:1;
}
.posts-grid > li:hover .zoom-icon:before,
#genres-slider > li:hover .zoom-icon:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.posts-grid > li:hover .zoom-icon:after,
#genres-slider > li:hover .zoom-icon:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.posts-grid > li:hover .zoom-icon:after,
.posts-grid > li.active-track .zoom-icon:after,
#genres-slider > li:hover .zoom-icon:after,
#genres-slider > li.active-track .zoom-icon:after {
	content:'';
	background-color:rgba(255,255,102,0.5) !important;
}
#genres-slider > li.even:hover .zoom-icon:after,
#genres-slider > li.even.active-track .zoom-icon:after {
	content:'';
	background-color:rgba(221, 51, 51,0.7) !important;
}

.posts-grid > li.active-track .zoom-icon:before,
.posts-grid > li.has-player:hover .zoom-icon:before,
#genres-slider > li.active-track .zoom-icon:before,
#genres-slider > li.has-player:hover .zoom-icon:before { background:none;}
}

/* Mobile Player slider */

.home-genres .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.home-genres .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
.flexslider.home-genres .flex-control-nav {
    margin: 30px 0 0;
}
.flexslider.home-genres {
    margin-bottom: 20px;
}
#genres-slider .ole-controls button {
    font-size: 65px !important;
}
#genres-slider .ole-controls button.ole-play {
    font-size: 80px !important;
    padding: 5px 0;
}
#genres-slider .ole-interface .ole-controls {
    margin: 10px 0 40px;
    padding: 5px 0;
}
#genres-slider .ole-interface .ole-volume-controls {
    display: none;
}
#genres-slider  li:hover .desc {
    display:none;
}
#genres-slider .featured-thumbnail {
    margin: 0;
}
#genres-slider li .thumbnail {
    margin: 0;
}
#genres-slider li .thumbnail img {
    transition: all 0.3s ease 0s;
}
#genres-slider li .desc {
    background: rgba(72, 71, 82, 0) none repeat scroll 0 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: table;
    height: 368px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#genres-slider li .desc .desc-in {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}
#genres-slider li .desc .desc-in h5 {
    font: bold 58px/1em "Ubuntu",sans-serif;
    margin: 0 0 5px;
    text-transform: uppercase;
}
#genres-slider li .desc .desc-in h5 a {
    color: #fff;
}
#genres-slider li .desc .desc-in h5 a:hover, #genres-slider li .desc .desc-in h5 a:active, #genres-slider li .desc .desc-in h5 a:focus {
    color: #eed461;
    text-decoration: none;
}
