/* Add here all your CSS customizations */
/** @section jPlayer */
.jp-custom-playlist {
	text-align: left;
}

.jp-custom-playlist li {
	margin: 2px 0;
	padding: 3px 12px;
	background-color: #e4e4e4;
}

.jp-custom-playlist li a:before {
	display: inline-block;
	margin-right: 6px;
	font-family: "Material Design Icons";
	content: "\f4f9";
}

.jp-custom-playlist li.playing a:before {
	content: "\f4d3";
}

.jp-custom-playlist li.playing a {
	color: #af2727;
}

.jp-player-init + .jp-player-init {
	margin-top: 20px;
}

.jp-player-init {
	position: relative;
	/**
	 * Player
	 * -----------------------------------------------------------------------------
	 */
	/* jPlayer: Cotrols
	----------------------------------------------- */
	/* jPlayer: Progress Bar
	----------------------------------------------- */
	/* jPlayer: Volume Bar
	----------------------------------------------- */
	/* Diagonal Background Bars */
	/* jPlayer: Playlist
	----------------------------------------------- */
}

.jp-player-init.jp-player-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.jp-player-init.jp-player-fixed .jp-audio {
	max-width: none;
	padding: 0;
	transition: .3s;
	transform: translateY(100%);
}

.jp-player-init.jp-player-fixed .jp-audio.jp-state-playing {
	transform: translateY(0);
}

.jp-player-init.jp-player-fixed .jp-interface {
	border-radius: 0;
}

.jp-player-init.jp-player-fixed .jp-no-solution,
.jp-player-init.jp-player-fixed .jp-playlist {
	display: none;
}

.jp-player-init .jp-jplayer {
	height: 0 !important;
	width: 0 !important;
}

.jp-player-init .jp-audio {
	font-size: 25px;
	margin: 0 auto;
	max-width: 100%;
}

.jp-player-init .jp-audio a {
	color: #d2d6db;
	text-decoration: none;
}

.jp-player-init .jp-audio a:hover {
	color: #ffffff;
}

.jp-player-init .jp-interface {
	display: block;
	position: relative;
	width: 100%;
	font-size: 15px;
}

.jp-player-init .jp-btn {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #777777;
	cursor: pointer;
	display: block;
	margin: 0;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 110%;
	-webkit-transition: none;
	transition: none;
	white-space: nowrap;
	width: 2.125em;
}

.jp-player-init .jp-btn:before {
	font-family: "Material Design Icons";
	font-size: 22px;
	line-height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	text-indent: 0;
}

.jp-player-init .jp-btn:hover {
	color: #af2727;
}

.jp-player-init .jp-play:before {
	content: "\f4f9";
}

.jp-player-init .jp-mute:before {
	content: "\f66b";
}

.jp-player-init .jp-state-playing .jp-play:before {
	content: "\f4d3";
	text-indent: 0;
}

.jp-player-init .jp-state-muted .jp-mute:before {
	content: "\f66e";
}

.jp-player-init .jp-previous:before {
	content: "\f59d";
}

.jp-player-init .jp-next:before {
	content: "\f59c";
}

.jp-player-init .jp-controls {
	display: flex;
	position: absolute;
}

.jp-player-init .jp-controls .jp-play {
	top: 2px;
}

.jp-player-init .jp-controls .jp-btn {
	width: 20px;
}

.jp-player-init .jp-time-rail {
	flex: 1;
	height: 1px;
	position: relative;
	width: 100%;
}

.jp-player-init .jp-time-rail:after {
	border-color: rgba(255, 255, 255, 0.05);
	left: 100%;
	margin-left: 1px;
}

.jp-player-init .jp-progress {
	background: #dddddd;
	height: 1px;
	width: 100%;
}

.jp-player-init .jp-seek-bar {
	height: 1px;
	width: 0;
}

.jp-player-init .jp-play-bar {
	height: 4px;
	transform: translateY(-3px);
}

.jp-player-init .jp-seek-bar {
	background: #dddddd;
	cursor: pointer;
	position: relative;
}

.jp-player-init .jp-play-bar {
	animation: progress-bar 0.75s linear infinite;
}

.jp-player-init .jp-volume-bar {
	float: left;
	z-index: 99;
	position: relative;
	margin: 0.75em 1em 0 -0.3125em;
	width: 2.5em;
	height: 0.4375em;
	cursor: pointer;
	background: #262929;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.05);
	border-radius: 1px;
}

.jp-player-init .jp-volume-bar-value {
	width: 0;
	height: 4px;
	margin: 1px;
	border-radius: 1px;
}

.jp-player-init .jp-play-bar,
.jp-player-init .jp-volume-bar-value {
	background: #151515;
}

.jp-player-init .jp-playlist {
	text-align: left;
	color: #777777;
	padding-left: 30px;
	padding-bottom: 15px;
	font-size: 15px;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.jp-player-init .jp-playlist {
		padding-right: 60px;
	}
}

.jp-player-init .jp-playlist.jp-playlist--hidden {
	display: none;
}

.jp-player-init .jp-playlist .jp-playlist-current a {
	color: #777777;
}

.jp-player-init .jp-playlist a {
	display: block;
}

.jp-player-init .jp-playlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
}

.jp-player-init .jp-playlist li {
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	width: 100%;
}

.jp-player-init .jp-playlist li:first-child {
	border-top: none;
}

.jp-player-init .jp-playlist li:last-child {
	border-bottom: none;
}

.jp-player-init .jp-free-media {
	display: block;
	float: right;
	font-size: 0.83333333em;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-right: 1em;
	padding: 0.58333333em 0;
	text-transform: uppercase;
}

.jp-player-init .jp-free-media a {
	display: inline;
	padding: 0;
}

.jp-player-init .jp-free-media a:first-child:before,
.jp-player-init .jp-free-media a:last-child:after {
	content: " ";
}

.jp-player-init .jp-state-playing .jp-playlist-current {
	border-top-color: rgba(0, 0, 0, 0.35);
}

.jp-player-init .jp-state-playing .jp-playlist-current .jp-free-media a {
	background-color: transparent;
}

.jp-player-init .jp-playlist-item-remove {
	display: none;
	padding: 0;
}

.jp-player-init .jp-time-wrapper {
	display: none;
}

@media (min-width: 576px) {
	.jp-player-init .jp-time-wrapper {
		display: block;
		position: absolute;
		right: 0;
		top: -37px;
	}
}

/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2012 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 2nd October 2012
 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
 */
.cp-container {
	position: relative;
	width: 104px;
	/* 200 - (2 * 48) */
	height: 104px;
	background: url("../images/bgr.jpg") 0 0 no-repeat;
	padding: 48px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: content-box;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.prototype-wrapper {
		display: flex;
		justify-content: space-around;
	}
}

.cp-container :focus {
	border: none;
	outline: 0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 104px;
	height: 104px;
	clip: rect(0px, 52px, 104px, 0);
	-moz-border-radius: 52px;
	border-radius: 52px;
}

/* 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)
 */
.cp-container .cp-fallback {
	background: url("../images/progress_sprite.jpg") no-repeat;
	background-position: 0 104px;
}

.cp-progress-1,
.cp-progress-2 {
	background: url("../images/progress.png") 0 0 no-repeat;
}

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position: absolute;
	width: 104px;
	height: 104px;
}

.cp-circle-control {
	cursor: pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip: rect(0px, 104px, 104px, 52px);
	display: none;
}

/* This is needed when progress is greater than 50% or for fallback */
.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress-1.cp-fallback {
	clip: rect(auto, auto, auto, auto);
}

.cp-controls {
	margin: 0;
	padding: 26px;
}

.cp-controls li {
	list-style-type: none;
	display: block;
	/*IE Fix*/
	position: absolute;
}

.cp-controls li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 1;
	cursor: pointer;
	transition: 0s;
}

.cp-controls .cp-play {
	background: url("../images/controls.jpg") 0 0 no-repeat;
}

.cp-controls .cp-play:hover {
	background: url("../images/controls.jpg") -50px 0 no-repeat;
}

.cp-controls .cp-pause {
	background: url("../images/controls.jpg") 0 -50px no-repeat;
}

.cp-controls .cp-pause:hover {
	background: url("../images/controls.jpg") -50px -50px no-repeat;
}

.cp-jplayer {
	width: 0;
	height: 0;
}

.jp-video-full {
	width: 480px;
	height: 270px;
	position: static !important;
}

.jp-video.jp-state-full-screen .jp-jplayer,
.jp-video.jp-state-full-screen .jp-jplayer {
	width: 100% !important;
	height: 100% !important;
}

.jp-video.jp-state-full-screen:not(.jp-state-playing) .jp-playlist {
	pointer-events: all;
	opacity: 1;
}

.jp-video.jp-state-full-screen .jp-playlist {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s ease-in-out .4s;
	display: inline-block;
	min-width: 400px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 8px;
	padding: 12px 5px;
}

.jp-video.jp-state-full-screen .jp-playlist li.jp-playlist-current a {
	color: #af2727;
}

.jp-video.jp-state-full-screen .jp-playlist li a {
	color: #ffffff;
}

.jp-video.jp-state-full-screen .jp-playlist li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.jp-video-full .jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important;
	overflow: hidden;
	z-index: 1000;
}

.jp-video-full .jp-gui {
	position: fixed !important;
	position: static;
	/* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.jp-video-full .jp-interface {
	position: absolute !important;
	position: relative;
	/* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.jp-video {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	background: #000000;
}

.jp-video .jp-interface {
	position: relative;
	width: 100%;
	height: 35px;
	background-color: #f2f2f2;
	box-shadow: inset 0 1px 0 #f7f7f7,
 inset 0 -1px 0 #e2e2e2;
}

.jp-video div.jp-controls-holder {
	clear: both;
	margin: 0 auto;
	display: flex;
	position: relative;
	overflow: hidden;
}

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

.jp-video a.jp-previous:before {
	content: "\f59d";
	font-family: "Material Design Icons";
}

.jp-video a.jp-next:before {
	content: "\f59c";
	font-family: "Material Design Icons";
}

.jp-video a.jp-previous,
.jp-video a.jp-next {
	position: relative;
	align-items: center;
	justify-content: center;
	width: 30px;
	color: #706d6d;
	display: none;
}

@media (min-width: 576px) {
	.jp-video a.jp-previous,
	.jp-video a.jp-next {
		display: flex;
	}
}

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

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

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

.jp-video .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);
	flex: 1;
	height: 10px;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
	margin-left: 10px;
}

.jp-video .jp-time-wrapper {
	display: none;
}

@media (min-width: 576px) {
	.jp-video .jp-time-wrapper {
		display: block;
		position: absolute;
		right: 0;
		top: -37px;
	}
}

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

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

.jp-video .jp-play-bar {
	width: 0;
	height: 10px;
	position: relative;
	z-index: 9;
	background-size: 12px 12px;
	background-color: #851e1e;
	background-repeat: repeat-x;
	border-radius: 5px;
	background-image: linear-gradient(#af2727, #851e1e);
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.jp-video .jp-play-bar span {
	position: absolute;
	top: -3px;
	right: -12px;
	background: url(../images/handle.png) no-repeat center;
	width: 16px;
	height: 17px;
}

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

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

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

.jp-video .jp-current-time {
	margin-left: 10px;
}

.jp-video .jp-duration {
	margin-right: 10px;
}

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

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

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

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

.jp-video .jp-volume-bar {
	float: left;
	margin-top: 13px;
	margin-right: 10px;
	overflow: hidden;
	width: 70px;
	height: 10px;
	cursor: pointer;
	background: #777777;
	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-video .jp-volume-bar-value {
	background: rgba(112, 109, 109, 0.01);
	width: 0;
	height: 10px;
	position: relative;
}

.jp-video .jp-volume-bar-value span {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/volume.png) no-repeat center;
	width: 11px;
	height: 10px;
}

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

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

.jp-video .jp-playlist li {
	padding: 3px 0;
}

.jp-video .jp-playlist li.jp-playlist-current a {
	color: #ffffff;
}

.jp-video .jp-jplayer {
	cursor: pointer;
	font-size: 0;
	overflow: hidden;
}