.jw-icon {
    font-family: 'jw-icons';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    background-color: transparent;
    font-variant: normal;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale
}

/* Use this class to set a global background color for all elemnts. */
.jw-skin-kns .jw-background-color {
  background: #0a0a0a;
}

/* This is the class that houses all controls. Use this to adjust the appearance of the entire controlbar. */
.jw-skin-kns .jw-controlbar {
  border-top: #333 1px solid;
  height: 2.5em;
}

/* Vertically aligns the timeslider and icons in the center of the controlbar. */
.jw-skin-kns .jw-group {
  vertical-align: middle;
}

/* Sets the style for the visual playlist. */

.jw-skin-kns .jw-playlist {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Aligns the visual playlist above its icon. */

.jw-skin-kns .jw-playlist-container {
  left: -43%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Sets the style for the visual playlist items. */
.jw-skin-kns .jw-playlist-container .jw-option {
  border-bottom: 1px solid #444;
}

/* Allows you to adjust the color of the playlist item when hovering and has a different active style.*/

.jw-skin-kns .jw-playlist-container .jw-option:hover,
.jw-skin-kns .jw-playlist-container .jw-option.jw-active-option {
  background-color: black;
}

/* Changes the color of the label when hovering.*/

.jw-skin-kns .jw-playlist-container .jw-option:hover .jw-label {
  color: #84bfc4;
}

/* Aligns the playlist header icon with the items in the playlist. */
.jw-skin-kns .jw-playlist-container .jw-icon-playlist {
  margin-left: 0;
}

/* Sets the color of the play icon of the currently playing playlist item.*/
.jw-skin-kns .jw-playlist-container .jw-label .jw-icon-play {
  color: #84bfc4;
}

/* Aligns the playlist play icon with the items in the playlist. */
.jw-skin-kns .jw-playlist-container .jw-label .jw-icon-play:before {
    padding-left: 0
}

/* Sets the color of the playlist title */
.jw-skin-kns .jw-tooltip-title {
    background-color: #000;
    color: #fff
}

/* Style for playlist item, current time, qualities, and caption text.*/
.jw-skin-kns .jw-text {
  color: #ffffff;
}

/* Color for all buttons when they are inactive. This is over-ridden with the
inactive configuration in the skin block.*/
.jw-skin-kns .jw-button-color {
  color: #ffffff;
}

/* Color for all buttons for when they are hovered on. This is over-ridden with the
active configuration in the skin block.*/

.jw-skin-kns .jw-button-color:hover {
  color: #84bfc4;
}

/* Color for when HD/CD icons are toggled on. */
.jw-skin-kns .jw-toggle {
  color: #84bfc4;
}

/* Color for when HD/CD icons are toggled off. */
.jw-skin-kns .jw-toggle.jw-off {
  color: #ffffff;
}

/* Sets spacing between controlbar icons and text */
.jw-skin-kns .jw-controlbar .jw-icon:before,
.jw-skin-kns .jw-text-elapsed,
.jw-skin-kns .jw-text-duration {
    padding: 0 .7em;
}

/* Removes icon padding to align the playlist header icon with the items in the playlist. */
.jw-skin-kns .jw-controlbar .jw-icon-prev:before {
    padding-right: .25em;
}

/* Removes icon padding to align the playlist header icon with the items in the playlist. */
.jw-skin-kns .jw-controlbar .jw-icon-playlist:before {
    padding: 0 .45em;
}

.jw-skin-kns .jw-controlbar .jw-icon-next:before {
    padding-left: .25em
}

/* Sets the style for the prev and next icons. */
.jw-skin-kns .jw-icon-prev,
.jw-skin-kns .jw-icon-next {
    font-size: .7em
}

/* Adds the spacer style to between the play icon and the previous icon. */
.jw-skin-kns .jw-icon-prev:before {
  border-left: 0;
}

/* Adds the spacer style to between the next item and current time.  */
.jw-skin-kns .jw-icon-next:before {
  border-right: 1px solid #666;
}

/* Color of the display icon */
.jw-skin-kns .jw-display-icon-container {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	transform: translateY(-50%);
	
	box-shadow: 6px 0 22px rgba(0,0,0,.2);
}

.jw-skin-kns .jw-display-icon-container .jw-icon-display {
	font-size: 1em !important;
}

.jw-player-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background: rgba(0,0,0,0.5);
}

.jw-player-overlay .up-next {
	color: #fff;
	text-align: center;
	margin-top: 25px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Source Sans Pro";
	font-weight: 300;
}

.jw-player-overlay .up-next span {
	font-weight: 500;
}

.jw-player-overlay .video-play {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	
	width: 50px;
	height: 50px;
	
	transform: translate(-50%, -50%);
	background-color: #0a0a0a;
	background-image: url("img/video-play-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px;
	
	border-radius: 50%;
	box-shadow: 6px 0 22px rgba(0,0,0,.2);
}

.jw-loader {
	display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
	height: 70px;
}

.jw-loader .circle.leftc {
  position: absolute;
  clip: rect(0, 70px, 70px, 35px);
}

.jw-loader .circle.rightc {
  position: absolute;
  clip: rect(0px, 35px, 70px, 0px);
}

.jw-loader .circle span {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: absolute;
  opacity: 1;
  border: 5px solid #fff;
}

.jw-loader .circle.leftc span {
  clip: rect(0px, 35px, 70px, 0px);
  -webkit-animation: rotate-left 8s linear;
}

.jw-loader .circle.rightc span {
  clip: rect(0, 70px, 70px, 35px);
  -webkit-animation: rotate-right 8s linear;
}

@-webkit-keyframes rotate-left {
  0% { -webkit-transform: rotate(0deg); }
  50% { -webkit-transform: rotate(180deg); }
  100% { -webkit-transform: rotate(180deg); }
}

@-webkit-keyframes rotate-right {
  0% { -webkit-transform: rotate(0deg); }
  50% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(180deg); }
}

.jw-overlay-text {
	position: absolute;
	top: 26px;
	left: 23px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	max-width: 30%;
}

.jw-overlay-text .title {
	font-family: 'ChunkFive';
}

.jw-overlay-text .sub-title {
	font-family: 'Source Sans Pro';
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.jw-player-overlay .up-next {
		margin-top: 51px;
		font-size: 18px;
	}
	
	
	.jw-player-overlay .video-play {
		width: 92px;
		height: 92px;
		background-size: 30px;
	}
	
	.jw-overlay-text {
		top: 52px;
		left: 51px;
	}
	
	.jw-overlay-text .title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	
	.jw-overlay-text .sub-title {
		font-size: 20px;
	}
	
	.jw-loader {
		left: -15px;
  	top: -15px;
		width: 92px;
		height: 92px;
	}
	
	.jw-loader .circle.leftc {
	  clip: rect(0, 122px, 122px, 61px);
	}
	
	.jw-loader .circle.rightc {
	  clip: rect(0px, 61px, 122px, 0px);
	}
	
	.jw-loader .circle span {
		width: 122px;
		height: 122px;
		border-width: 10px;
	}
	
	.jw-loader .circle.leftc span {
	  clip: rect(0px, 61px, 122px, 0px);
	}

	.jw-loader .circle.rightc span {
	  clip: rect(0, 122px, 122px, 61px);
	}
	
	.jw-skin-kns .jw-display-icon-container {
		width: 92px;
		height: 92px;
	}
	
	.jw-skin-kns .jw-display-icon-container .jw-icon-display {
		font-size: 1.5em !important;
	}
}

.jw-skin-kns .jw-icon-display {
  color: #84bfc4;
}

/* Centers the display icon in it's container */
.jw-skin-kns .jw-icon-display:before {
  padding-left: 0;
}

/* Turns the display icon container into a circle. */
.jw-skin-kns .jw-display-icon-container {
    border-radius: 50%;
    border: 1px solid #333
}

/* Styles the timeslider rail */
.jw-skin-kns .jw-rail {
  background-color: #384154;
  box-shadow: none;
}

/* Sets the color for the buffer of the timeslider rail. */
.jw-skin-kns .jw-buffer {
    background-color: #666f82
}

/* Sets the style for the elaspesd progress. */
.jw-skin-kns .jw-progress {
    background: #84bfc4
}

/* Sets the width of the knob's container */
.jw-skin-kns .jw-knob {
    width: .6em;
    height: .6em;
    background-color: #fff;
    box-shadow: 0 0 0 1px #000;
    border-radius: 1em
}

/* Sets the height for the horizontal slider container. */
.jw-skin-kns .jw-slider-horizontal .jw-slider-container {
    height: .95em
}

/* Sets the height for the horizontal slider elements. */
.jw-skin-kns .jw-slider-horizontal .jw-rail,
.jw-skin-kns .jw-slider-horizontal .jw-buffer,
.jw-skin-kns .jw-slider-horizontal .jw-progress {
    height: .2em;
    border-radius: 0
}

/* Centers the knob vertically. */
.jw-skin-kns .jw-slider-horizontal .jw-knob {
    top: -0.19999999999999998em
}

/* Cetners the timeslider cuepoints vertically. */
.jw-skin-kns .jw-slider-horizontal .jw-cue {
    top: -0.04999999999999999em;
    width: .3em;
    height: .3em;
    background-color: #fff;
    border-radius: 50%
}

/* Sets the width for the vertical slider elements. */
.jw-skin-kns .jw-slider-vertical .jw-rail,
.jw-skin-kns .jw-slider-vertical .jw-buffer,
.jw-skin-kns .jw-slider-vertical .jw-progress {
    width: .2em
}

/* Sets the position of the volume slider container. */
.jw-skin-kns .jw-volume-tip {
    width: 100%;
    left: -45%;
    padding-bottom: .7em
}

/* Sets the color of the duration text in the controlbar. */
.jw-skin-kns .jw-text-duration {
    color: #666f82
}

/* Adds a left border as a spacer between all controlbar icons. */
.jw-skin-kns .jw-controlbar-right-group .jw-icon-tooltip:before,
.jw-skin-kns .jw-controlbar-right-group .jw-icon-inline:before {
    border-left: 1px solid #666
}

/* Removes the border from the first icon after the time duration text. */
.jw-skin-kns .jw-controlbar-right-group .jw-icon-inline:first-child:before {
    border: 0
}

/* This styles the dock icons into a circle. */
.jw-skin-kns .jw-dock .jw-dock-button {
    border-radius: 50%;
    border: 1px solid #333
}

/* This styles tooltip for dock text background. */
.jw-skin-kns .jw-dock .jw-overlay {
    border-radius: 2.5em
}

/*This sets the font color and background color for the active item in HD and CC menus. */
.jw-skin-kns .jw-icon-tooltip .jw-active-option {
    background-color: #84bfc4;
    color: #fff
}

/* Sets a min width for the volume container so that when it changes between mute and volume, the controlbar does not shift. */
.jw-skin-kns .jw-icon-volume {
    min-width: 2.6em
}

/* Sets the style for the time tooltip, menu, volume. */
.jw-skin-kns .jw-time-tip,
.jw-skin-kns .jw-menu,
.jw-skin-kns .jw-volume-tip,
.jw-skin-kns .jw-skip {
    border: 1px solid #333
}

/* Sets the position for the time tooltip. */
.jw-skin-kns .jw-time-tip {
    padding: .2em;
    bottom: 1.3em
}

/* Sets the position for the vertical volume slider. */
.jw-skin-kns .jw-menu,
.jw-skin-kns .jw-volume-tip {
    bottom: .24em
}

/* Sets the shape of the skip icon. */
.jw-skin-kns .jw-skip {
    padding: .4em;
    border-radius: 1.75em
}

/* Sets the style for the skip text. */
.jw-skin-kns .jw-skip .jw-text,
.jw-skin-kns .jw-skip .jw-icon-inline {
    color: #fff;
    line-height: 1.75em
}
.jw-skin-kns .jw-skip.jw-skippable:hover .jw-text,
.jw-skin-kns .jw-skip.jw-skippable:hover .jw-icon-inline {
    color: #84bfc4
}

.jw-error .jw-preview, .jw-stretch-uniform .jw-preview, .jwplayer .jw-preview {
	background-size: cover !important;
}

.jwplayer .close-player {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	display: block;
  width: 33px;
  height: 33px;
  background-image: url(img/icon-close-small_x2.png);
  background-size: cover;
}