
body{
  	overflow-y:scroll;
}

.modal-open[style] {
	padding-right: 0px !important;
	overflow-y:scroll;
}

.listing-videos-container .thumbnail-container { 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

.listing-videos-container .play-container {
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: pointer;
}

.listing-videos-container .play-container .play {
	cursor: pointer;
	position: absolute;
	top: calc(50% - 37.5px);
	left: calc(50% - 37.5px);
	width: 75px;
	height: 75px;
	display: block;
	border: 4px solid #fff;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	padding: 0;
	margin: 0 auto;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.6);
	transition: background-color 0.5s ease;
}

.listing-videos-container .play-container .play:after {
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 9px);
	display: block;
	content: '';
	box-sizing: border-box;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 17px 0 17px 26px;
}

.listing-videos-container .play-container .play:hover {
	background-color: #c83d82;
}

.listing-videos-container .vimeo-iframe {
	background-color: #000;
}

#media-carousel .carousel-caption {
	padding: 0 !important;
	margin-bottom: -8px;
}

@media (max-width: 767px) {
	#media-carousel .carousel-control {
		margin: 50px 0px;
		width: 10%;
	}
}

@media (min-width: 768px) {
	#media-carousel .carousel-control {
		margin: 9% 0 9% 0;
		width: 6%;
	}
}	

#media-carousel .carousel-control {
	background-image: none;
	color: #000;
	font-size: 30px;
	opacity: 1;
/*	text-shadow: 0 1px 3px rgba(0,0,0,1);*/
	text-shadow: none;
}

#media-carousel .carousel-control.left {
	display: flex;
  	align-content: center;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	/*padding-left:6px;*/
}

#media-carousel .carousel-control.right {
	display: flex;
  	align-content: center;
  	flex-direction: column;
  	align-items: flex-end;
  	justify-content: center;
  	/*padding-right:6px;*/
}


#media-carousel .carousel-control:hover {	
	opacity: 0.8;
}

@media (max-width: 767px) {
	#media-carousel .carousel-control .glyphicon-chevron-left {
		/*background-color: #fff;
		border-top-right-radius: 40px;
		border-bottom-right-radius: 40px;*/
		padding: 12px 6px 12px 6px;
		left: 0;
		top: auto;
		position: relative;
	}

	#media-carousel .carousel-control .glyphicon-chevron-right {
		/*background-color: #fff;
		border-top-left-radius: 40px;
		border-bottom-left-radius: 40px;*/
		padding: 12px 6px 12px 6px;
		right: 0;
		top: auto;
		position: relative;
	}
}

@media (min-width: 768px) {
	#media-carousel .carousel-control .glyphicon-chevron-left, #media-carousel .carousel-control .glyphicon-chevron-right {
		background-color: #fff;
		border-radius: 50%;
		top: auto;
		position: relative;
		width: 50px;
		height: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


#media-carousel .well {
	margin: 0 9%;
}

@media (max-width: 767px) {
	#media-carousel .well, #media-carousel .carousel-inner .listing-videos-container {
		margin: 0 10%;
	}
}

.soundCloudIframe {
	margin: 0 6%;
}

@media (max-width: 767px) {
	.soundCloudIframe {
		margin: 0 13%;
	}
}


#media-carousel .carousel-inner {
	border-radius: 5px;
}

#owl-demo .item img, img.mfp-img {
	border-radius: 4px;
}

div.jp-audio, {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

/*	font-family:'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	line-height:1.6;

	border:1px solid #191919;
	background-color:#fff;
}

.logo-audio-player {
    filter: saturate(100%) brightness(0);
    float: right;
    width: 122px !important;
    border-radius: 0 !important;
}

.audio-player-border {
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	overflow: clip;
}

div.jp-interface {
	background-color:#fff;
	width:100%;
	padding: 15px 30px 5px 30px;
}

.mutePosition {
	position:relative;
	top:4px;
	color:#0e68b0;
}


/* @group CONTROLS */

.jp-controls {
	height:40px;
	width:98px;
	margin:0 auto 0 auto;
	padding:0;
	-webkit-padding-start: 0!important;
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float:left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
	margin-bottom:16px;
	margin-top:13px;
	margin-left:2px;
}

a.jp-play {
	background: url("/skin/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("/skin/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("/skin/jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("/skin/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}

a.jp-stop, a.jp-previous {
	width:28px;
	height:28px;
	margin-top:20px;
	margin-left:0px;
}

a.jp-next {
	width:28px;
	height:28px;
	margin-top:20px;
	margin-left:0px;
}




a.jp-previous {
	background: url("/skin/jplayer.blue.monday.jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("/skin/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}

a.jp-next {
	background: url("/skin/jplayer.blue.monday.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("/skin/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	margin-top:15px;
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	height:3px;
	width:100%;
}


div.jp-seek-bar {
	background: url("/skin/jplayer.blue.monday.jpg") 0 -212px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/skin/jplayer.blue.monday.jpg") 0 -228px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("/skin/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
width:18px;
height:15px;	
}

a.jp-mute {
	background: url("/skin/jplayer.blue.monday.jpg") 0 -170px no-repeat;
	margin-left:5px;
	margin-top:8px;
}
a.jp-volume-max {
	background: url("/skin/jplayer.blue.monday.jpg") 0 -186px no-repeat;
	margin-top:8px;
}

div.jp-volume-bar {
	background: url("/skin/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:80px;
	height:5px;
	cursor: pointer;
}

div.jp-volume-bar-value {
	background: url("/skin/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	overflow: auto;
}
div.jp-audio div.jp-type-single div.jp-time-holder {

	width:100%;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:0;
	width:100%;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	color:#000;
	padding: 8px 0 0 0;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
	padding: 8px 0 0 0;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */
div.jp-details {
	font-weight:bold;
	text-align:center;
}
div.jp-details,
div.jp-playlist {
	max-height:287px; 
	overflow-y: auto;
	overflow-x: hidden;
	width:100%;
	border-top: 1px solid #ccc;
	margin-top: 8px;
}
div.jp-details ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0px;
	font-size:14px;
/*	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

div.jp-details li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 15px 5px 15px;
	border: 1px solid #ddd;
	border-width:1px;
	margin: 8px;
	border-radius:3px;
	box-shadow: 0 3px 8px rgba(120,120,120,.2);
	background-color: #fff;
}
div.jp-playlist li div {
	display:inline;
}
.ui-sortable {
	cursor: move;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
	word-break: break-all;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#c83d82;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0e68b0;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current:hover {
	color:#c83d82;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current:active {
	color:#0e68b0;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	font-weight:bold;
	font-size: 12px;
	color:#666;
	padding-top:5px;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#c83d82;
}
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:#0e68b0;
}

/* @group NO SOLUTION error feedback */
.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #0e68b0;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}





