/*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */.jp-audio :focus, .jp-audio-stream :focus, .jp-video :focus {
	outline: 0
}
.jp-audio button::-moz-focus-inner, .jp-audio-stream button::-moz-focus-inner, .jp-video button::-moz-focus-inner {
border:0
}
.jp-audio, .jp-audio-stream, .jp-video {
	font-size: 16px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6;
	color: #666;
	border: 0px solid #009be3
}
.jp-audio {
	width: 100%
}
.jp-audio-stream {
	width: 182px
}
.jp-video-270p {
	width: 480px
}
.jp-video-360p {
	width: 640px
}
.jp-video-full {
	width: 480px;
	height: 270px;
	position: static!important;
	position: relative
}
.jp-video-full div div {
	z-index: 1000
}
.jp-video-full .jp-jplayer {
	top: 0;
	left: 0;
	position: fixed!important;
	position: relative;
	overflow: hidden
}
.jp-video-full .jp-gui {
	position: fixed!important;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001
}
.jp-video-full .jp-interface {
	position: absolute!important;
	position: relative;
	bottom: 0;
	left: 0
}
.jp-interface {
	position: relative;
	background-color: rgba(0,0,0,0.8)
}
.jp-audio .jp-interface, .jp-audio-stream .jp-interface {
	height: 50px;
	margin-bottom: 4px;
	padding: 0 100px 0 130px;
}
.jp-video .jp-interface {
	border-top: 1px solid #009be3
}
.jp-controls-holder {
	clear: both;
	width: 440px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	top: -8px
}
.jp-interface .jp-controls {
	margin: 0;
	padding: 0;
	overflow: hidden
}
.jp-audio .jp-controls {
	padding: 5px 20px 0;
	position: absolute;
	left: 0;
}
.jp-audio-stream .jp-controls {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 142px
}
.jp-video .jp-type-single .jp-controls {
	width: 78px;
	margin-left: 200px
}
.jp-video .jp-type-playlist .jp-controls {
	width: 134px;
	margin-left: 172px
}
.jp-video .jp-controls {
	float: left
}
.jp-controls button {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer
}
.jp-play {
	width: 40px;
	height: 40px;
	background: var(--wpr-bg-129e0de0-a586-48f0-954f-1189ab824a1e) no-repeat
}
.jp-play:focus {
	background: var(--wpr-bg-1a27b665-65f3-4782-9b7f-eba68faee9b4) -41px 0 no-repeat
}
.jp-state-playing .jp-play {
	background: var(--wpr-bg-16739c9a-fea0-4a84-baf7-619c52a55428) 0 -42px no-repeat
}
.jp-state-playing .jp-play:focus {
	background: var(--wpr-bg-d6e82a46-7746-4656-85c8-ab2b71765d17) -41px -42px no-repeat
}
.jp-next, .jp-previous, .jp-stop {
	width: 28px;
	height: 28px;
	margin-top: 6px
}
.jp-stop {
	background: var(--wpr-bg-ea8a2430-85d5-4b90-b712-89ff2425054d) 0 -83px no-repeat;
	margin-left: 10px
}
.jp-stop:focus {
	background: var(--wpr-bg-ab6c29d3-fb5e-4521-a7ae-8aaeb8f642c8) -29px -83px no-repeat
}
.jp-previous {
	background: var(--wpr-bg-0a4d2114-0ab1-4fea-9795-97397eab2abf) 0 -112px no-repeat
}
.jp-previous:focus {
	background: var(--wpr-bg-5d1c37fd-cb78-42fe-97a1-a4763e15cb03) -29px -112px no-repeat
}
.jp-next {
	background: var(--wpr-bg-0e1a9511-ac39-4525-894b-6f3d14075e2b) 0 -141px no-repeat
}
.jp-next:focus {
	background: var(--wpr-bg-514bce39-a5da-49d1-b657-7f1ddf8b48f7) -29px -141px no-repeat
}
.jp-progress {
	overflow: hidden;
	background-color: #ddd
}
.jp-audio .jp-progress {
	height: 7px;
	border-radius: 10px;
	float: left;
	margin-top: 23px;
}
.jp-audio .jp-type-single .jp-progress {
	left: 110px;
	width: 186px
}
.jp-audio .jp-type-playlist .jp-progress {
	width: 100%
}
.jp-video .jp-progress {
	top: 0;
	left: 0;
	width: 100%;
	height: 10px
}
.jp-seek-bar {
	background: var(--wpr-bg-6a4a7ca3-e4df-4d1a-9346-749c9a95222d) 0 -202px repeat-x;
	width: 0;
	height: 100%;
	cursor: pointer
}
.jp-play-bar {
	background: var(--wpr-bg-05068a52-f39d-4cab-bde7-7ff0cd4504ed) 0 -218px repeat-x;
	width: 0;
	height: 100%
}
.jp-seeking-bg {
	background: var(--wpr-bg-85ca8d49-5431-4222-a2d4-e6aa6be9a722)
}
.jp-state-no-volume .jp-volume-controls {
	display: none
}
.jp-volume-controls {
	position: absolute;
	top: 18px;
	left: auto;
	right: 80px;
}
.jp-audio-stream .jp-volume-controls {
	left: 70px
}
.jp-video .jp-volume-controls {
	top: 12px;
	left: 50px
}
.jp-volume-controls button {
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer
}
.jp-mute, .jp-volume-max {
	width: 18px;
	height: 15px
}
.jp-volume-max {
	left: 74px
}
.jp-mute {
	background: var(--wpr-bg-a408982a-4d5a-4cc2-b1b0-f98e232e9b5a) 0 -170px no-repeat
}
.jp-mute:focus {
	background: var(--wpr-bg-af265e96-2c21-4002-9f86-a6ec3c59ef91) -19px -170px no-repeat
}
.jp-state-muted .jp-mute {
	background: var(--wpr-bg-669e3567-2b4f-4005-b034-fafd201dfe02) -60px -170px no-repeat
}
.jp-state-muted .jp-mute:focus {
	background: var(--wpr-bg-033958f8-4dda-4fa8-8c0c-3597baf447dc) -79px -170px no-repeat
}
.jp-volume-max {
	background: url(../../../../../../../../../themes/rockit2-0/assets/images/jplayer.blue.monday.png) 0 -186px no-repeat
}
.jp-volume-max:focus {
	background: var(--wpr-bg-cf9d1426-737b-4028-956a-31e4e199fc25) -19px -186px no-repeat
}
.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	background: var(--wpr-bg-3bd69f7d-cee6-4f87-aeeb-758bec3a1004) 0 -250px repeat-x;
	top: 5px;
	left: 22px;
	width: 46px;
	height: 5px;
	cursor: pointer
}
.jp-volume-bar-value {
	background: var(--wpr-bg-6cb823b4-c336-4552-8b17-0d87dc89c256) 0 -256px repeat-x;
	width: 0;
	height: 5px
}
.jp-audio .jp-time-holder {
	position: absolute;
	top: 50px
}
.jp-audio .jp-type-single .jp-time-holder {
	left: 110px;
	width: 186px
}
.jp-audio .jp-type-playlist .jp-time-holder {
	left: 166px;
	width: 130px
}
.jp-current-time, .jp-duration {
	width: 60px;
	font-size: .64em;
	font-style: oblique
}
.jp-current-time {
	float: left;
	display: inline;
	cursor: default
}
.jp-duration {
	float: right;
	display: inline;
	text-align: right;
	cursor: pointer
}
.jp-video .jp-current-time {
	margin-left: 20px
}
.jp-video .jp-duration {
	margin-right: 20px
}
.jp-details {
	font-weight: 700;
	text-align: center;
	cursor: default
}
.jp-details, .jp-playlist {
	width: 100%;
	background-color: transparent;
	border-top: 0px solid #009be3
}
.jp-type-playlist .jp-details, .jp-type-single .jp-details {
	border-top: none
}
.jp-details .jp-title {
	margin: 0;
	padding: 5px 20px;
	font-size: .72em;
	font-weight: 700
}
.jp-playlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	font-size: 14px
}
.jp-playlist li {
	padding: 5px 0 4px 20px;
	border-bottom: 0px solid #eee;
	background: rgba(0,0,0,0.4);
	padding: 10px 0 10px 13px;
	margin-bottom: 3px;
	list-style: none;
}
.jp-playlist li div {
	display: inline
}
div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom: none
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
}
div.jp-type-playlist div.jp-playlist a {
	color: #c5c5c5;
	text-decoration: none;
	position:relative;
	padding-left:38px;
}
div.jp-type-playlist div.jp-playlist a:after {
	content:'\f04b';
	font-family:'icomoon';
	font-size:7px;
	height:24px;
	width:24px;
	background:none;
	border:solid 1px #4e6570;
	border-radius:50%;
	position:absolute;
	left:0;
	text-align:center;
	color:#fff;
	top:-3px;
	line-height:22px;
	padding-left:2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current:after, div.jp-type-playlist div.jp-playlist a:hover:after {
	content:'\f04b';
	font-family:'icomoon';
	font-size:7px;
	height:24px;
	width:24px;
	background:#ffc600;
	border:solid 1px #ffc600;
	border-radius:50%;
	position:absolute;
	left:0;
	text-align:center;
	color:#fff;
	top:-3px;
	line-height:22px;
	padding-left:2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current, div.jp-type-playlist div.jp-playlist a:hover {
	color: #ffc600
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float: right;
	display: inline;
	text-align: right;
	margin-right: 10px;
	font-weight: 700;
	color: #666
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color: #0d88c1
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float: right;
	display: inline;
	text-align: right;
	margin-right: 10px
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
	color: #666
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
	color: #0d88c1
}
span.jp-artist {
	font-size: .8em;
	color: #666
}
.jp-video-play {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent
}
.jp-video-270p .jp-video-play {
	margin-top: -270px;
	height: 270px
}
.jp-video-360p .jp-video-play {
	margin-top: -360px;
	height: 360px
}
.jp-video-full .jp-video-play {
	height: 100%
}
.jp-video-play-icon {
	position: relative;
	display: block;
	width: 112px;
	height: 100px;
	margin-left: -56px;
	margin-top: -50px;
	left: 50%;
	top: 50%;
	background: var(--wpr-bg-eec68cf9-9495-4f9c-a023-dec3ee135f7c) no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer
}
.jp-video-play-icon:focus {
	background: var(--wpr-bg-ed987474-999d-4c7c-8505-d27de7d77adf) 0 -100px no-repeat
}
.jp-jplayer, .jp-jplayer audio {
	width: 0;
	height: 0
}
.jp-jplayer {
	background-color: #000
}
.jp-toggles {
	padding: 0;
	margin: 0 auto;
	overflow: hidden
}
.jp-audio .jp-type-single .jp-toggles {
	width: 25px
}
.jp-audio .jp-type-playlist .jp-toggles {
	width: 55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px
}
.jp-video .jp-toggles {
	position: absolute;
	right: 16px;
	margin: 10px 0 0;
	width: 100px
}
.jp-toggles button {
	display: block;
	float: left;
	width: 25px;
	height: 18px;
	text-indent: -9999px;
	line-height: 100%;
	border: none;
	cursor: pointer
}
.jp-full-screen {
	background: var(--wpr-bg-c03b3cc7-c1c1-4332-aac5-cfd9d6f4a24d) 0 -310px no-repeat;
	margin-left: 20px
}
.jp-full-screen:focus {
	background: var(--wpr-bg-3b7275a2-3746-495e-9b57-2d51a43c406c) -30px -310px no-repeat
}
.jp-state-full-screen .jp-full-screen {
	background: var(--wpr-bg-2581e7f8-88a8-4636-b9b1-5dc96f238f95) -60px -310px no-repeat
}
.jp-state-full-screen .jp-full-screen:focus {
	background: var(--wpr-bg-c7bd5a36-c7db-4fff-8582-aa9b0745ed76) -90px -310px no-repeat
}
.jp-repeat {
	background: var(--wpr-bg-45527f83-0e79-4617-b1f7-510a2d09a3e4) 0 -290px no-repeat
}
.jp-repeat:focus {
	background: var(--wpr-bg-c42c332c-4fb5-4a78-a3be-5cdad90e0f9a) -30px -290px no-repeat
}
.jp-state-looped .jp-repeat {
	background: var(--wpr-bg-d5db36bc-165b-45fa-ab08-4fc60e439b81) -60px -290px no-repeat
}
.jp-state-looped .jp-repeat:focus {
	background: var(--wpr-bg-8bd88390-7608-4078-bf5e-150fbff07f17) -90px -290px no-repeat
}
.jp-shuffle {
	background: var(--wpr-bg-9c255b3d-1ff5-450a-80c5-dcfb7d023238) 0 -270px no-repeat;
	margin-left: 5px
}
.jp-shuffle:focus {
	background: var(--wpr-bg-1dc63608-dfd6-430a-8322-accb13ea6a9c) -30px -270px no-repeat
}
.jp-state-shuffled .jp-shuffle {
	background: var(--wpr-bg-e34ac4c4-97f5-4544-87ad-164cf7feea66) -60px -270px no-repeat
}
.jp-state-shuffled .jp-shuffle:focus {
	background: var(--wpr-bg-670a5ae0-cc85-49ce-a956-24b4427c4e77) -90px -270px no-repeat
}
.jp-no-solution {
	padding: 5px;
	font-size: .8em;
	background-color: #eee;
	border: 2px solid #009be3;
	color: #000;
	display: none
}
.jp-no-solution a {
	color: #000
}
.jp-no-solution span {
	font-size: 1em;
	display: block;
	text-align: center;
	font-weight: 700
}
