/*!
   ckin v0.0.1: Custom HTML5 Video Player Skins.
   (c) 2017 
   MIT License
   git+https://github.com/hunzaboy/ckin.git
*/
@font-face {
  font-family: 'ckin';
  src: url("../fonts/ckin3969.eot?g02cfx");
  src: url("../fonts/ckin3969.eot?g02cfx#iefix") format("embedded-opentype"), url("../fonts/ckin3969.ttf?g02cfx") format("truetype"), url("../fonts/ckin3969.woff?g02cfx") format("woff"), url("../fonts/ckin3969.svg?g02cfx#ckin") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="ckin-"], [class*=" ckin-"] {
  /* use !important to prevent issues with browser extensions that change fonts */ 
  font-family: 'ckin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

.ckin-compress:before {
  content: "\e901";
}

.ckin-expand:before {
  content: "\e900";
}

.ckin-play:before {
  content: "\ea1c";
}

.ckin-pause:before {
  content: "\ea1d";
}

.ckin-stop:before {
  content: "\ea1e";
}

.ckin-backward:before {
  content: "\ea1f";
}

.ckin-forward:before {
  content: "\ea20";
}

.ckin-volume-high:before {
  content: "\ea26";
}

.ckin-volume-medium:before {
  content: "\ea27";
}

.ckin-volume-low:before {
  content: "\ea28";
}

.ckin-volume-mute:before {
  content: "\ea2a";
}


video { width:645px; height: 365px; cursor: pointer; border-radius:0px 10px 10px 0px; }

.default { width:645px; position: relative; font-size: 0; overflow: hidden; cursor: pointer; }

.demo-section{ width:645px; height:365px; float:left; overflow:hidden; }
.default__button {
  background: none;
  border: 0;
  line-height: 1;
  color: #fff;
  outline: 0;
  padding: 0;
  cursor: pointer;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 50px;
}

.default__button i {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.default__button--big {
  background: none;
  border: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
  font-size: 64px;
  transition: all .2s;
  -ms-touch-action: manipulation;
      touch-action: manipulation; 
}

.default__slider {
  width: 10px;
  height: 30px;
}

.default__controls {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  transition: all .3s;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  font-size: 32px;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  -ms-transform: translateY(0);
      transform: translateY(0);
  -ms-flex-pack: justify;
      justify-content: space-between;border-radius:0px 10px 10px 0px; 
}

.default.is-playing:before {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(-50%, -50%) scale(1.3);
      transform: translate(-50%, -50%) scale(1.3);
}

.default.is-playing .default__button--big {
  opacity: 0;
  visibility: hidden;
}

.default.is-playing .default__controls {
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}

.default.is-playing:hover .default__controls {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.default__controls > * {
  -ms-flex: 1;
      flex: 1;
}

.default .progress {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  transition: height 0.3s;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.default .progress__filled {
  width: 0%;
  background: #b361bd;
  -ms-flex: 0;
      flex: 0;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
}

