﻿/*#region mixins*/
/*#endregion mixins*/
/*#region color*/
/*#endregion color*/
.ad-outline {
  position: absolute;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  text-align: center;
  overflow: visible;
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background: rgba(0, 0, 0, 0);
}
.ad-outline .ad-play-pause,
.ad-outline .ad-volume,
.ad-outline .ad-fullscreen {
  position: absolute;
  bottom: 2px;
  top: auto;
  width: 40px;
  height: 40px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.ad-outline .ad-volume svg {
  padding: 10px 0;
  height: 20px;
  width: 20px;
  fill: #22c3d4;
}
.ad-outline .ad-play-pause {
  left: 8px;
  right: auto;
}
.ad-outline .ad-volume-left,
.ad-outline .ad-volume-right {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 20px;
  background-color: transparent;
}
.ad-outline .ad-volume-left {
  left: 56px;
}
.ad-outline .ad-volume-right {
  left: 176px;
}
.ad-outline .ad-fullscreen {
  right: 10px;
}
.ad-outline .ad-fullscreen svg {
  padding: 7px;
  height: 26px;
  width: 26px;
  fill: #fff;
}
.ad-outline .ad-fullscreen:hover svg {
  fill: #22c3d4;
}
.ad-outline .ad-play-pause .buttom {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 20px;
  margin: 10px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 10px 0 10px 20px;
}
.ad-outline .ad-play-pause .buttom.paused {
  border-style: double;
  border-width: 0px 0 0px 20px;
}
.ad-outline .ad-play-pause:hover .buttom {
  border-color: transparent transparent transparent #22c3d4;
}
.ad-outline .ad-play-big {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}
.ad-outline .ad-play-big .buttom {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  height: 100px;
  width: 100px;
  border-width: 50px 0 50px 80px;
}
.ad-outline .ad-play-big:hover .buttom {
  border-color: transparent transparent transparent #22c3d4;
}
.ad-outline .volume-container {
  position: absolute;
  left: 76px;
  bottom: 3px;
  height: 40px;
  width: 96px;
  line-height: 40px;
  max-width: 100px;
  display: flex;
  align-items: center;
}
.ad-outline .volume-container input {
  border-radius: 5px;
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.ad-outline .volume-container input:hover {
  opacity: 1;
}
.ad-outline .volume-container input::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #22c3d4;
  cursor: pointer;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.8);
  -webkit-appearance: none;
  border: none;
  margin-top: -4px;
}
.ad-outline .volume-container input::-webkit-slider-runnable-track {
  background: rgba(122, 122, 122, 0.6) linear-gradient(#22c3d4, #22c3d4) no-repeat 0 100%;
  background-size: 50% 100%;
  height: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.ad-outline .volume-container input::-moz-range-thumb,
.ad-outline .volume-container input::-ms-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #22c3d4;
  cursor: pointer;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.8);
  border: none;
  margin-top: -4px;
}
.ad-outline .volume-container input::-moz-range-track,
.ad-outline .volume-container input::-ms-fill-lower {
  background: rgba(122, 122, 122, 0.6) linear-gradient(#22c3d4, #22c3d4) no-repeat 0 50%;
  background-size: 50% 100%;
  height: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
}
.adContainer:-webkit-full-screen,
.adContainer:-moz-full-screen,
.adContainer:fullscreen,
.adContainer:-ms-fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*@media(max-width: 640px) {
    .ad-outline {
        & .ad-play-pause,
        & .ad-volume,
        & .ad-fullscreen {
            position: absolute;
            bottom: 7px;
            top: auto;
            width: 28px;
            height: 28px;
            line-height: 14px;
            .border-radius(4px);
            cursor: pointer;
        }

        & .ad-volume svg {
            padding: 10px 0;
            height: 14px;
            width: 14px;
            fill: @hover;
        }
    }
}*/