@-webkit-keyframes mobile-menu-in {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@keyframes mobile-menu-in {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes mobile-menu-out {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@keyframes mobile-menu-out {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@-webkit-keyframes mobile-menu-in-small {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@keyframes mobile-menu-in-small {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes mobile-menu-out-small {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@keyframes mobile-menu-out-small {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
#videos-wrapper {
  padding: 0 10%;
  margin: 30px 0;
}
@media (max-width: 1024px) {
  #videos-wrapper {
    padding: 0;
  }
}
@-webkit-keyframes rotate-icn {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes rotate-icn {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes rotate-icn-back {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-icn-back {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.profile-last-call {
  padding: 0 10%;
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .profile-last-call {
    padding: 0px 15px;
  }
}
@media (max-width: 425px) {
  .profile-last-call {
    padding: 0px 5px;
  }
}
.submenu {
  position: relative;
}
.submenu ul {
  z-index: 100;
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  padding-left: 0;
}
.submenu ul li {
  display: block;
  list-style-type: none;
  font-size: 26px;
  margin: 2px 0;
  color: #FFF;
  width: calc(100% - 5px);
  margin-left: 2.5px;
  padding-left: 5px;
}
@media (max-width: 1024px), (width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .submenu {
    width: 100%;
  }
  .submenu .mobile-videos-menu {
    position: relative;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .submenu .mobile-videos-menu .active-item {
    width: 80%;
    font-size: 19px;
  }
  .submenu ul {
    top: 34px;
    left: 0;
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: static;
    margin-bottom: 0;
  }
  .submenu ul li {
    width: auto;
    font-size: 22px;
    background-color: transparent;
    border-right: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
  }
  .submenu ul li.active {
    color: #6ad9cd;
  }
  .submenu ul li:last-child {
    border-right: none;
  }
  .submenu .open {
    background-color: #d44e95;
    display: inline-block;
    width: 20%;
    font-size: 16px;
    text-align: center;
    color: #FFF;
  }
}
.video-preview-button,
.video-preview-infos {
  font-size: 19px;
  position: absolute;
  z-index: 4;
  bottom: 10px;
  left: 10px;
  padding: 5px 0;
  color: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-preview-button .preview-time,
.video-preview-infos .preview-time {
  background-color: #a84ebf;
  padding: 2px 5px;
  line-height: 30px;
  position: relative;
}
.video-preview-button .preview-time .preview-time-display,
.video-preview-infos .preview-time .preview-time-display {
  display: inline-block;
}
.video-preview-button .play-icon,
.video-preview-infos .play-icon {
  background-color: #fff;
  color: #a84ebf;
  padding-left: 11px;
  padding-right: 11px;
  vertical-align: middle;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .video-preview-button .play-icon,
  .video-preview-infos .play-icon {
    margin-bottom: 10px;
  }
}
.video-preview-button:hover,
.video-preview-infos:hover {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .video-preview-button,
  .video-preview-infos {
    font-size: 19px;
    bottom: 0;
    left: 10px;
    padding: 0;
  }
  .video-preview-button .preview-time,
  .video-preview-infos .preview-time {
    width: auto;
    margin-bottom: 10px;
  }
}
.videos-menu-wrapper {
  color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .videos-menu-wrapper {
    background-color: #ede9f7;
  }
}
.videos-menu-wrapper .videos-menu {
  font-size: 24px;
  color: #af44d0;
  font-weight: 300;
  padding: 10px 0;
}
.videos-menu-wrapper .videos-menu span {
  padding-left: 15px;
  padding-right: 15px;
}
.videos-menu-wrapper .videos-menu span:last-child {
  border-right: none;
}
.videos-menu-wrapper .videos-menu span.active {
  font-weight: bold;
}
@media (max-width: 425px) {
  .videos-menu-wrapper .videos-menu {
    padding: 10px 15px;
  }
  .videos-menu-wrapper .videos-menu span {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
  }
}
.videos-menu-wrapper div.headline {
  padding: 10px 15px;
  background-color: #a84ebf;
  font-size: 27px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .videos-menu-wrapper {
    padding: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .videos-menu-wrapper div.headline {
    font-size: 26px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .videos-menu-wrapper div.headline {
    padding: 5px 15px;
    font-size: 20px;
  }
}
#videos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
  min-height: 100vh;
}
#videos .video {
  margin-top: 18px;
  width: 32.3333%;
  background-color: #c492d1;
  color: #000;
  position: relative;
}
#videos .video .row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  color: #FFF;
}
@media (max-width: 1500px) {
  #videos .video {
    width: 49.33%;
  }
}
@media (max-width: 1024px) {
  #videos .video {
    width: 100%;
    margin-top: 20px;
  }
}
#content-wrapper #content > .row {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  #content > .row > .page-track > .row > .col-xs-12 {
    padding: 0px;
  }
}
#content-wrapper #content .page-track {
  background: none;
}
.buttonbar {
  padding: 0 18px;
}
@media (max-width: 1024px) {
  .buttonbar {
    padding: 0px;
  }
}
.video-buttons {
  padding: 5px;
  background: #2A2A2A;
}
.video-buttons > button {
  margin-left: 5px;
}
.video-buttons::after {
  display: block;
  content: '';
  clear: both;
}
#videos {
  margin: 0;
  background-color: #efebf8;
  padding: 22px 40px 40px;
}
#videos > div:not(.other-videos) {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#videos > div:not(.other-videos) > .video {
  margin: 0 3px;
}
@media (max-width: 1024px) {
  #videos {
    box-shadow: none;
    padding: 15px;
    margin-top: 0;
  }
}
.video {
  color: #FFFFFF;
  overflow: hidden;
}
.video .video-header {
  padding: 10px 10px;
  background-color: #a84ebf;
}
.video .video-header .title {
  color: #FFF;
  padding: 0px 10px;
}
.video .video-header .title .text {
  font-size: 20px;
  font-weight: 400;
  text-overflow: ellipsis;
}
.video .video-preview,
.video .video_hls_player {
  position: relative;
}
.video .video-preview.video-done::before,
.video .video_hls_player.video-done::before {
  z-index: 299;
  content: '';
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('/img/pluder/parkplatzluder-kostenlos_anmelden_hq.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .video .video-preview.video-done::before,
  .video .video_hls_player.video-done::before {
    background-size: 100%;
  }
}
.video .video-preview .preview {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  background: linear-gradient(to bottom, rgba(41, 154, 11, 0.8) 0%, rgba(41, 154, 11, 0.8) 100%);
}
.video .video-preview .controls,
.video .video_hls_player .controls {
  position: absolute;
  bottom: 35px;
  left: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  display: none;
}
.video .video-preview .controls > div,
.video .video_hls_player .controls > div {
  font-size: 18px;
  display: inline-block;
  margin: 5px 2px;
  padding: 2px 7px;
  cursor: pointer;
  background: #FFF;
  color: #cd8ade;
}
.video .video-preview .controls > div:last-of-type,
.video .video_hls_player .controls > div:last-of-type {
  background-color: #cd8ade;
  color: #fff;
  height: 30px;
  width: 30px;
}
.video .video-preview .controls > div:last-of-type .bg-fullscreen,
.video .video_hls_player .controls > div:last-of-type .bg-fullscreen {
  background-image: url('/img/pluder/fullscreen_icon_w.png');
  background-color: #cd8ade;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  width: 20px;
  margin: 3px -2px;
  height: 20px;
}
.video .video-preview video {
  width: 100%;
}
.video .video-preview video.metadata ~ img,
.video .video-preview video.metadata ~ .preview {
  visibility: hidden;
  pointer-events: none;
}
.video .video-preview video.metadata + .controls {
  display: block;
}
.video .video-preview video.metadata ~ .video-preview-button {
  display: none;
}
.video .video-preview[data-webm] img,
.video .video-preview[data-webm] .preview {
  cursor: pointer;
}
.video .video-preview > img {
  width: 100%;
}
.video .video-footer {
  padding: 10px;
  font-size: 16px;
  padding-bottom: 60px;
  background-color: #cd8ade;
  color: #FFF;
}
.video .video-footer .upload-time {
  font-size: 14px;
  margin-bottom: 8px;
}
.video .video-footer .upload-time.top {
  bottom: 44px;
}
.video .more {
  padding-right: 15px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .video .more {
    background-color: transparent;
    font-size: 19px;
  }
}
@media (max-width: 450px) {
  .video .more {
    font-size: 14px;
  }
}
.video .dauer {
  font-size: 17px;
  font-weight: 300;
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .video .dauer {
    background-color: transparent;
    font-size: 19px;
  }
}
@media (max-width: 450px) {
  .video .dauer {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .video:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 1024px) {
  .video .video-header .title {
    height: auto;
    padding-left: 5px;
  }
  .video .video-header .title .text {
    font-size: 18px;
  }
  .video .video-preview {
    border-bottom-width: 3px;
  }
  .video .video-footer {
    padding-top: 0px;
    font-size: 21px;
  }
}
@media (max-width: 450px) {
  .video .video-header .title .text {
    font-size: 16px;
  }
  .video .video-footer {
    font-size: 16px;
  }
}
.videos-menu span {
  cursor: pointer;
}
.other-videos {
  width: 100%;
  margin: 18px 0 0;
  background-image: url('/img/pluder/desktop_banner_videos.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 20px 30px 30px;
  font-size: 20px;
  color: #FFF;
  height: calc(16.66666667vw);
  min-height: 115px;
}
@media (max-width: 1365px) {
  .other-videos {
    padding: 10px 15px 15px;
  }
}
@media (max-width: 1024px) {
  .other-videos {
    width: 100%;
    height: calc(100vw / 5.11);
    padding: 0 0 0 5px;
    background-image: url('/img/pluder/desktop_banner_videos.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
.other-videos h4 {
  font-size: 2.0vw;
  font-weight: 400;
  margin: 0;
}
.other-videos p {
  margin-top: 10px;
  margin-bottom: 3vw;
  font-size: 1.5vw;
}
@media (max-width: 1365px) {
  .other-videos p {
    margin-top: 5px;
  }
}
.other-videos .bold {
  font-weight: bold;
}
@media (max-width: 425px) {
  .other-videos .bold {
    font-weight: 400;
  }
}
.other-videos .btn-green {
  padding: 10px 30px;
  font-size: 25px;
  margin-top: 20px;
  font-weight: bold;
  background-color: #099711;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 1365px) {
  .other-videos .btn-green {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .other-videos {
    height: calc(100vw / 5.11);
    padding: 0 0 0 5px;
  }
  .other-videos h4 {
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 2.9vw;
  }
  .other-videos p {
    font-size: 2.3vw;
  }
  .other-videos .btn-green {
    padding: 5px 15px;
    margin-top: 6px;
  }
}
@media (max-width: 712px) {
  .other-videos p {
    font-size: 15px;
  }
  .other-videos h4 {
    font-size: 17px;
  }
  .other-videos .btn-green {
    font-size: 17px;
  }
}
@media (max-width: 425px) {
  .other-videos {
    padding: 0 0 0 5px;
  }
  .other-videos div {
    max-width: 100%;
  }
  .other-videos h4 {
    margin-top: 10px;
    font-size: 4.8vw;
    margin-bottom: 5px;
    font-weight: 300;
  }
  .other-videos p {
    margin-bottom: 10px;
    font-size: 3.6vw;
    font-weight: 300;
  }
  .other-videos .btn-green {
    font-size: 4.6vw;
    padding: 6px 10px;
  }
}
.other-videos.last-video-item {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .desktop-hidden {
    display: none;
  }
}
@media (width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .desktop-hidden {
    display: block;
  }
}
@media (max-width: 1024px) {
  .mobile-hidden {
    display: none;
  }
}
@media (width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-hidden {
    display: none;
  }
}
.video .video-preview video.metadata + .controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.big7-videoplayer {
  width: 100%;
  position: static;
  position: initial;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:-moz-full-screen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:fullscreen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 65px !important;
  top: -88px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  transform: rotate(-90deg);
  bottom: 65px !important;
  top: -88px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  transform: rotate(-90deg);
  bottom: 65px !important;
  top: -88px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.big7-videoplayer:fullscreen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 65px !important;
  top: -88px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1024px) {
  .big7-videoplayer:-webkit-full-screen .video-controls .vol .volume {
    bottom: 65px;
  }
  .big7-videoplayer:-moz-full-screen .video-controls .vol .volume {
    bottom: 65px;
  }
  .big7-videoplayer:-ms-fullscreen .video-controls .vol .volume {
    bottom: 65px;
  }
  .big7-videoplayer:fullscreen .video-controls .vol .volume {
    bottom: 65px;
  }
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
.big7-videoplayer:fullscreen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .big7-videoplayer:-webkit-full-screen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
  .big7-videoplayer:-moz-full-screen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
  .big7-videoplayer:-ms-fullscreen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
  .big7-videoplayer:fullscreen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1024px) {
  .big7-videoplayer:-webkit-full-screen .video-controls .vol .volume {
    display: none ;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
  .big7-videoplayer:-moz-full-screen .video-controls .vol .volume {
    display: none ;
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
  .big7-videoplayer:-ms-fullscreen .video-controls .vol .volume {
    display: none ;
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
  .big7-videoplayer:fullscreen .video-controls .vol .volume {
    display: none ;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  -webkit-appearance: none;
  background: #FFF;
  border-radius: 50em;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  -webkit-appearance: none;
  background: #FFF;
  border-radius: 50em;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50em;
  background: #FFF;
  margin-top: -4px;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50em;
  background: #FFF;
  margin-top: -4px;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-focus-outer,
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-focus-inner {
  border-radius: 50em;
  border: 0;
  border-color: transparent;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-focus-outer,
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-focus-inner {
  border-radius: 50em;
  border: 0;
  border-color: transparent;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 50em;
  background: #FFF;
  border: none;
  width: 10px;
  height: 10px;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 50em;
  background: #FFF;
  border: none;
  width: 10px;
  height: 10px;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-range-track {
  background-color: #FFF;
  height: 1px;
  margin: 10px 0;
  border-radius: 50em;
  border: 0;
  outline: 0;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-range-track {
  background-color: #FFF;
  height: 1px;
  margin: 10px 0;
  border-radius: 50em;
  border: 0;
  outline: 0;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-track {
  background-color: transparent;
  border-radius: 50em;
  height: 1px;
  width: 225px;
  border: none;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-track {
  background-color: transparent;
  border-radius: 50em;
  height: 1px;
  width: 225px;
  border: none;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-thumb {
  background: #FFF;
  border: none;
  border-radius: 50em;
  width: 10px;
  height: 10px;
  margin-top: 0px;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-thumb {
  background: #FFF;
  border: none;
  border-radius: 50em;
  width: 10px;
  height: 10px;
  margin-top: 0px;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-fill-lower,
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-fill-upper {
  background-color: #FFF;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-fill-lower,
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-fill-upper {
  background-color: #FFF;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-tooltip {
  display: none;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-tooltip {
  display: none;
}
button:hover {
  cursor: pointer;
}
