/*!
 * Flat Skin Retina for JW7 v1.3.0
 * Copyright 2015 Tan Vu, CodeCanyon
 * http://codecanyon.net/user/facetheme
 */

@font-face {
  font-family: 'jw-flat-icons';
  src:url('fonts/jw-flat-icons.eot?8vah6z');
  src:url('fonts/jw-flat-icons.eot?#iefix8vah6z') format('embedded-opentype'),
    url('fonts/jw-flat-icons.ttf?8vah6z') format('truetype'),
    url('fonts/jw-flat-icons.woff?8vah6z') format('woff'),
    url('fonts/jw-flat-icons.svg?8vah6z#jw-flat-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.jw-icon {
  font-family: 'jw-flat-icons' !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: transparent;
  font-variant: normal;
  /* Enable Ligatures ================ */

  -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;
}

/*.jwplayer.jw-flag-fullscreen {
  font-size: 22px;
}*/

/* Use this class to set a global background color for all elemnts. */
.jw-skin-flat .jw-background-color {
  background-color: rgba(20,19,18,.75);
}

.jw-skin-flat .jw-background-color.jw-slider-horizontal {
  background-color: transparent;
}

/* This is the class that houses all controls. Use this to adjust the appearance of the entire controlbar. */
.jw-skin-flat .jw-controlbar {
  height: 2.5em;
  padding: 0;
}


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

/* Sets the style for the visual playlist. */
.jw-skin-flat .jw-playlist {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Aligns the visual playlist above its icon. */
.jw-skin-flat .jw-playlist-container {
  left: -43%;
  background-color: rgba(0, 0, 0, 0.5);
  /* li list option */

  /* play icon is always active */

}

/* Sets the style for the visual playlist items. */
.jw-skin-flat .jw-playlist-container .jw-option {
  border-bottom: 1px solid #444;
  /* Playlist items are black when active, or hovered */

  /* Number color when li is hovered */

}

/* Allows you to adjust the color of the playlist item when hovering and has a different active style.*/
.jw-skin-flat .jw-playlist-container .jw-option:hover,
.jw-skin-flat .jw-playlist-container .jw-option.jw-active-option {
  background-color: black !important;
}

/* Changes the color of the label when hovering.*/
.jw-skin-flat .jw-playlist-container .jw-option .jw-label,
.jw-skin-flat .jw-playlist-container .jw-option .jw-name {
  color: white;
}

/* Changes the color of the label when hovering.*/
/*
.jw-skin-flat .jw-playlist-container .jw-option:hover .jw-label {
  color: #e8a352;
}
*/

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

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

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

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

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

/* Color for all buttons when they are inactive.*/
.jw-skin-flat .jw-button-color {
  /*color: #e8a352;*/
  color: #969696;
}

/* Color for all buttons for when they are hovered on. */
.jw-skin-flat .jw-button-color:hover {
  /*color: #e8a352;*/
  color: #e8a352;
}


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

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

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

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

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

/* Adds the spacer style to between the play icon and the previous icon. */
/*
.jw-skin-flat .jw-icon-prev:before {
  border-left: 1px solid #666;
}
*/

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

/* Color of the display icon */
.jw-skin-flat .jw-display-icon-container .jw-icon-display {
  color: #fff;
}

.jwplayer.jw-skin-flat .jw-display-icon-container:hover .jw-icon.jw-icon-display, 
.jwplayer.jw-skin-flat .jw-media:hover~.jw-controls .jw-display-icon-display .jw-icon-display {
  color: #e8a352 !important;
}

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

/* Turns the display icon container into a circle. */
.jw-skin-flat .jw-display-icon-container {
  padding: 0 0.3em;
  background-color: transparent !important;
}

/* Centers the display icon in the center. */
/*.jw-skin-flat.jw-state-idle .jw-display-icon-container {
  padding: 0 0 0 0.5em;
}*/

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

/* Sets the color for the buffer of the timeslider rail. */
.jw-skin-flat .jw-buffer {
  background-color: #d6dbdf;
}

/* Sets the style for the elaspesd progress. */
.jw-skin-flat .jw-progress {
  background: #e8a352;
}

/* Sets the width of the knob's container */
.jw-skin-flat .jw-knob {
  background-color: #e8a352;
  width: 1.125em;
  height: 1.125em;
  border-radius: 1em;
}

/* Sets the height for the horizontal slider container. */
.jw-skin-flat .jw-slider-horizontal,
.jw-skin-flat .jw-slider-horizontal .jw-slider-container {
  /*height: 1.125em;
  height: 0.9375em;*/
  height: 1.15em;
}

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


/* Centers the knob vertically. */
.jw-skin-flat .jw-slider-horizontal .jw-knob {
  top: -0.1875em;
  margin-left: -0.5625em;
}

/* Cetners the timeslider cuepoints vertically. */
.jw-skin-flat .jw-slider-horizontal .jw-cue {
  top: -0.04999999999999999em;
}

/* Sets the style for the cuepoints. */
.jw-skin-flat .jw-slider-horizontal .jw-cue:after {
  width: 0.3em;
  height: 0.3em;
  background-color: #e8a352;
  border-radius: 50%;
}

/* Sets the width for the vertical slider container. */
.jw-skin-flat .jw-slider-vertical {
  padding: 0.5em;
}

.jw-skin-flat .jw-slider-volume.jw-slider-vertical .jw-slider-container {
  width: 0.5em;
}

/* Sets the width for the vertical slider elements. */
.jw-skin-flat .jw-slider-vertical .jw-rail,
.jw-skin-flat .jw-slider-vertical .jw-buffer,
.jw-skin-flat .jw-slider-vertical .jw-progress {
  width: 0.5em;
  border-radius: 1em;
}

/* Sets the width of the knob's vertical slider */
.jw-skin-flat .jw-slider-vertical .jw-knob {
  width: 0.75em;
  height: 0.75em;
  margin-bottom: -0.375em;
  left: -0.125em;
}

/* Styles the volume slider progress */
.jw-skin-flat .jw-slider-vertical .jw-progress {
  background-color: #d6dbdf;
}

/* Styles the volume slider rail */
/*
.jw-skin-flat .jw-slider-vertical .jw-rail {
  background-color: #425669;
}
*/


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


/* Sets the color of the elapsed and duration text in the controlbar. */
.jw-skin-flat .jw-text-elapsed,
.jw-skin-flat .jw-text-duration {
  color: #d6dbdf;
  font-size: 0.813em;
  font-weight: bold;
}


/* Adds a left border as a spacer between all contorlbar icons. */
/*
.jw-skin-flat .jw-controlbar-right-group .jw-icon-tooltip:before,
.jw-skin-flat .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-flat .jw-controlbar-right-group .jw-icon-inline:first-child:before {
  border: none;
}

/* This styles the dock icons into a circle. */
.jw-skin-flat .jw-dock .jw-dock-button {
  border-radius: 50%;
}

/* This styles tooltip for dock text background. */
.jw-skin-flat .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-flat .jw-icon-tooltip .jw-active-option {
  /*background-color: #e8a352;
  color: #fff;*/
  color: #e8a352;
}

/* This styles the controlbar play/pause button. */
.jw-skin-flat .jw-icon-playback {
  min-width: 3em;
  padding: 0 0.55em 0 0.6em;
  color: #e8a352;
}

.jw-skin-flat .jw-icon-playback:hover {
  color: #e8a352;
}

.jw-skin-flat .jw-icon-rewind {
  color: #e8a352;
}

.jw-skin-flat .jw-icon-rewind:hover {
  color: #e8a352;
}

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

/* Sets the style for the time tooltip, menu, volume. */
.jw-skin-flat .jw-time-tip,
.jw-skin-flat .jw-menu,
.jw-skin-flat .jw-volume-tip,
.jw-skin-flat .jw-skip {
  border-radius: 0.25em;
  border: 0;
  padding: 0.5em;
}

.jw-skin-flat .jw-icon-volume .jw-volume-tip {
  padding: 0.8em;
}

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

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


/* Sets the width of the knob's horizontal volume slider */
.jw-skin-flat .jw-slider-volume.jw-slider-horizontal .jw-knob {
  width: 0.75em;
  height: 0.75em;
  top: -0.125em;
}

/* Sets the height for the horizontal volume slider container. */
/*
.jw-skin-flat .jw-slider-volume.jw-slider-horizontal,
.jw-skin-flat .jw-slider-volume.jw-slider-horizontal .jw-slider-container {
  height: 1.125em;
}
*/

/* Sets the width for the horizontal volume slider elements. */
.jw-skin-flat .jw-slider-volume.jw-slider-horizontal .jw-rail,
.jw-skin-flat .jw-slider-volume.jw-slider-horizontal .jw-buffer,
.jw-skin-flat .jw-slider-volume.jw-slider-horizontal .jw-progress {
  height: 0.5em;
}

/* Styles the volume horizontal slider progress */
.jw-skin-flat .jw-slider-volume.jw-slider-horizontal .jw-progress {
  background-color: #d6dbdf;
}

/*** ICONS ***/
.jw-skin-flat.jwplayer.jw-state-idle .jw-icon-display:before {
  content: "\e901";
  font-size: 4.6em;
}
.jw-skin-flat.jwplayer.jw-state-idle.jw-breakpoint-1 .jw-display .jw-icon-display:before {
  font-size: 3.6em;
}
.jw-skin-flat.jwplayer.jw-state-idle.jw-breakpoint-0 .jw-display .jw-icon-display:before {
  font-size: 3.0em;
}

.jw-skin-flat.jwplayer.jw-state-complete .jw-display-icon-container .jw-icon-display::before {
  font-size: 2em;
}


/* Sets the shape of the skip icon. */
/*
.jw-skin-flat .jw-skip {
  padding: 0.5em;
  border-radius: 0.25em;
}
*/

/* Sets the style for the skip text. */
.jw-skin-flat .jw-skip .jw-text,
.jw-skin-flat .jw-skip .jw-icon-inline {
  color: #fff;
  font-size: 0.7em;
}

.jw-skin-flat .jw-nextup-header {
  color: #fff !important;
}


/*** TimeSlider on Above ***/
.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads) .jw-controlbar,
.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-live) .jw-controlbar {
  height: 54px;
  padding: 14px 0 0;
}

.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads):not(.jw-flag-live) .jw-controlbar-center-group {
  padding: 0 .75em;
}

.jwplayer.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon {
  font-size: 1em;
}

.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon,
.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-text {
  height: 40px;
  line-height: 40px;
}

.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon:before {
  padding: 0 0.4em;
}

.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon,
.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon-playback,
.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon-rewind {
  color: #fff;
}

.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon:hover,
.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon-playback:hover,
.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon-rewind:hover {
  color: #e8a352;
}

.jwplayer.jw-skin-flat .jw-icon-rewind:before {
  font-size: 1.2em;
}

.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-slider-time .jw-rail,
.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-slider-time .jw-buffer,
.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-slider-time .jw-progress {
  height: 0.313em;
  border-radius: 0;
}

.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads):not(.jw-flag-live) .jw-controlbar-center-group .jw-slider-horizontal .jw-knob {
  background-color: #e8a352;
  height: 0.813em;
  margin-left: -0.4065em;
  margin-top: -0.4065em;
  width: 0.813em;
}

.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-controlbar .jw-overlay {
  bottom: 24px;
}

.jwplayer.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-slider-volume.jw-slider-vertical {
  padding: .8em;
}

.jw-skin-flat.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon.jw-logo-bar {
  max-width: none;
}