/*html {overflow-x:hidden;height: 100%;}
body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0px auto;
    text-align: left;
    line-height: 17px;
    padding: 0px;
    background-color: #fff;
    height: 100%;
}*/

body {
  margin: 0px;
  padding: 0px;
}

a,
input,
button,
div,
img,
span {
  outline: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.cp {
  cursor: pointer;
}

.tt-up {
  text-transform: uppercase;
}

div.clear {
  clear: both;
  line-height: 0px;
  padding: 0px;
  margin: 0px;
}

img {
  border: 0px;
  /* max-width: 100%; */
}

a img.FIXME {
  position: fixed;
  height: 32px;
  border: 0px;
}

a {
  color: #00869c;
  text-decoration: none;
}

a:hover {
  color: #00869c;
  text-decoration: none;
}

ul li,
li {
  list-style-type: none;
}

ul {
  padding: 0px;
  margin: 0px;
}

.no_b {
  border: 0px;
  background: none;
}

p {
  padding: 5px 0px;
  margin: 0px;
  text-align: justify;
}


/*input, textarea, select, option {font-family: 'Open Sans', sans-serif;font-size: 11px;font-weight: normal;color: #999;outline: none;resize: none;}*/


/*RODOLFO hide player*/
.customPlayer {
  display: none;
  max-height: 100vh;
  overflow: hidden;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

.watermark {
  position: absolute;
  z-index: 2147483647;
  bottom: 30px;
  right: 20px;
  width: 65px;
  opacity: .6;
}

.ytp_link {
  display: block;
}

.ytp-svg-fill-logo-tube-lozenge {
  transition: .3s all ease;
}

.ytp_link:hover .ytp-svg-fill-logo-tube-lozenge {
  fill: #f12b24;
}

#custom_thumb {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}


/**
* this unsets inline styles in iframes.
* !important is required because otherwise
* iframe styles will always take precedence.
*
* If you edit iframe files, remove `.video-container` css block
* because it does not seem to serve a purpose, then you can
* safely delete this block too.
*/
.video-container {
    min-width: unset !important;
    min-height: unset !important;
    height: 100% !important;
    width: 100% !important;
    user-select: none;
}

.video-container .yt-container-dimensions {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  /* translateY(-25%) of 200% height equals 50% of the container — hides the YT UI.
     top: -50% was used before but % in top is relative to the parent height, not the
     element's own height, so the offset broke on narrow mobile viewports. */
  transform: translateY(-25%);
  pointer-events: none;
}

button {
  padding: 1px;
  margin-left: 1px;
  border-radius: 0px;
  cursor: pointer;
}


.vjs-control-text {
  display: none;
}

.vjs-text-track-display {
  max-width: 400px;
  margin: auto;
}

.unmute-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: none;
  z-index: 2147483647;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.unmute-overlay p {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.uo-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.uo-top-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.uo-bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
}

.uo-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.unmute-overlay.uo-bottom-left p {
  order: -1;
}

.unmute-overlay.uo-bottom-right p {
  order: -1;
}

.uo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

img.custom-watermark {
  position: absolute;
  z-index: 2;
  max-width: 50%;
  max-height: 50%;
}

@media (max-width: 768px) {
    img.custom-watermark {
        max-width: 25%;
        max-height: 25%;
    }
}

img.custom-watermark.cw-default,
img.custom-watermark.cw-bottom-right {
  bottom: 1%;
  right: 1%;
}


img.custom-watermark.cw-bottom-left {
  bottom: 1%;
  left: 1%;
}

img.custom-watermark.cw-top-left {
  top: 1%;
  left: 1%;
}

img.custom-watermark.cw-top-right {
  top: 1%;
  right: 1%;
}

div#qualitySelector {
  width: 4em;
  height: 100%;
  background-color: initial;
}

#qualitySelector ul.vjs-menu-content {
  bottom: 0;
  max-height: 40em;
  background-color: rgba(0, 0, 0, 0.64);
}

#qualitySelector ul.vjs-menu-content span{
  font-size: 18px;
}

#qualitySelector ul.vjs-menu-content li{
  line-height: 2.4em;
}

#qualitySelector ul.vjs-menu-content.vjs-quality-selector-menu {
    position: relative;
    overflow: hidden;
}

.display-block {
  display: block!important;
}

.display-none {
  display: none!important;
}

.mr-17 {
  margin-left: 17px
}
div#qualitySelector #qualitySelector-menu {
  height: 100px;
  width: 108px;
  margin-bottom: 38px;
  display: none;
}

div#qualitySelector #qualitySelector-menu .speed-menu {
  display: none;
}

div#qualitySelector #qualitySelector-menu .quality-menu{
  display: none;
}

.vjs-menu li {
  text-transform: none;
}

.vjs-menu li:focus {
  background-color: rgba(39, 38, 38, 0.64)!important;
}

div#qualitySelector .vjs-control-text {
  display: inline-block!important;
  width: 10px!important;
  height: 23px!important;
  clip: unset!important;
}

.buttons div#qualitySelector {
  margin-top: 5px;
}

#fullscreen {
  cursor: pointer;
}

#select-style #wistia #controls .control-bar #time {
  padding: 0px;
}


/*** wistia ***/

#wistia {
  position: relative;
  margin: 0px auto;
  /* max-width: 960px; */
  padding: 0px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
}

#wistia .video-container {
  position: relative;
  padding-bottom: 0 !important
    /*56.25%;*/
  ;
    /*0*/
}

#wistia {
  width: 100%;
  height: 100%;
  /* background: black; */
}

/* #wistia:-webkit-full-screen { */
/*   width: 100%; */
/*   height: 100%; */
/* } */
/**/
/* #wistia:-webkit-full-screen .video-container { */
/*   position: relative; */
/*   transform: translate(-50%, -50%); */
/*   top: 50%; */
/*   left: 50%; */
/* } */
/**/
#wistia .video-container video {
  position: relative !important
    /*absolute*/
  ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

#wistia .video-container .video-js {
  position: unset;
}

#wistia .play-center {
  width: 161px;
  height: 103px;
  margin: -35px auto 0px;
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  z-index: 9;
  cursor: pointer;
}

#wistia .play-center:after {
  background: url(../gfx/play.png) no-repeat top left / 82px 75px;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  margin: 13px 0px 0px 39px;
}

@media (max-width: 466px) {
  #wistia .play-center {
    scale: 0.5;
  }
}

#wistia #controls {
  position: absolute;
  height: 39px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2147483647;
  margin: 0 auto;
  display: flex;
  /* background-color: rgba(255, 99, 0, 0.9); */
}

#wistia #controls .pp-button {
  /* float: left; */
  position: relative;
  /* height: 35px; */
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  /* background: rgba(255, 201, 14, 0.8); */
}

#wistia #controls .pp-button:hover {
  /* background-color: rgb(145, 59, 6)!important; */
}

#wistia #controls .pp-button:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0px;
}

#wistia #controls>.fullscreen {
  /* height: 32px; */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  border: 0px;
  padding: 0px;
  margin: 0 10px 0 0;
  text-align: center;
  cursor: pointer;
  /* background: rgba(255, 201, 14, 0.8); */
}

#wistia #controls .fullscreen:hover {
  /* background-color: rgb(145, 59, 6)!important; */
}

#wistia #controls .fullscreen img {
  /* position: fixed; */
  width: 100%;
  /* margin-left: -26px; */
  transition: scale 0.1s;
}

#wistia #controls .fullscreen img:active {
  scale: 1.2;
}

/*#wistia #controls button.volume {margin: 0px 4px;}*/

#wistia #controls div.volume {
  margin: 0px 0px;
  width: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

#wistia #controls div.volume:hover {
  /* background-color: rgb(145, 59, 6)!important; */
  cursor: pointer;
}

#wistia #controls div.volume img {
  position: absolute;
  width: 100%;
  transition: scale 0.1s;
}

#wistia #controls div.volume img:active {
  scale: 1.2;
}

#wistia #controls .volume #volume-bar {
  width: 100%;
  height: 101px;
  bottom: 38px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0px;
}

#wistia #controls .volume #volume-bar .v-played {
  cursor: pointer;
}

#wistia #controls .volume #volume-bar .v-played .ui-slider-range {
  background: #2c849a;
}

#wistia #controls .volume #volume-bar .v-played .ui-slider-handle {
  display: block;
  cursor: pointer;
  background: fffff;
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  left: -5px !important;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
}

#wistia #controls .volume #volume-bar #volume-control {
  margin: 11px auto;
  background-color: #fff;
  width: 2px;
  height: 78px;
  border-radius: 7px;
}

#wistia #controls .control-bar {
  height: 24px;
  width: 100%;
  margin: 0px 10px 0px 0px;
  position: relative;
  /* border: 4px solid rgba(255, 201, 14, 0.8); */
  /* background: rgba(208, 183, 91, 0.80); */
}

#wistia #controls .loaded {
  height: 24px;
  position: absolute;
  top: 6px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  width: 0%;
  /* background: rgba(250, 255, 109, 0.67); */
}

#wistia #controls .played {
  height: 2px;
  position: r;
  top: 17px;
  right: 0px;
  bottom: -2px;
  left: 0px;
  cursor: pointer;
  color: #0cacf9;
  line-height: 22px;
  padding: 0px 5px 0px 0px;
  background-color: rgb(232, 197, 154);
  -moz-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
  text-shadow: 1px 1px 2px #000;
}

#wistia #controls .played .ui-slider-range {
  background: #fff;
  border-right: 4px solid #fff;
}

#wistia #controls .played .ui-slider-handle {
  /* display: none; */
  border-radius: 15px;
  top: -4px;
  /* right: -11px; */
  cursor: pointer;
  width: 10px;
  height: 10px;
}

#wistia #controls .played .ui-slider-handle:hover,
#wistia #controls .played .ui-slider-handle:active {
  border-radius: 15px;
  top: -6px;
  left: -5px;
  /* right: -11px; */
  cursor: pointer;
  width: 15px;
  height: 15px;
}

#wistia #controls #time {
  text-align: right;
  display: flex;
  align-items: center;
  float: left;
  /* width: 0%; */
  padding: 0px 10px 0px 3px;
  line-height: 35px;
  color: #fff;
}

#wistia::full-screen {
  width: 100%;
  height: 100%;
}

::-moz-full-screen #wistia {
  width: 100%;
  height: 100%;
}

#wistia::-moz-full-screen {
  width: 100%;
  height: 100%;
}

/* #wistia::-webkit-full-screen { */
/*   width: 100%; */
/*   height: 100%; */
/* } */
/**/
#select-style #wistia #controls .control-bar {
  height: 32px;
}

#wistia #controls .cc-control {
  /* margin: 1px 0px 0px 10px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  /* padding-right: 5px; */
  /* height: 12px; */
  position: relative;
}

#wistia #controls .cc-control:hover {
  /* background-color: rgb(145, 59, 6)!important; */
}

#wistia #controls .cc-control img {
  /* position: fixed; */
  height: 100%;
  width: 100%;
  /* right: 8px; */
  transition: scale 0.1s;
}

#wistia #controls .cc-control img:active {
  scale: 1.2;
}

#wistia #controls .cc-control.enabled img {
  /* padding-right: 5px; */
  transform: scale(1.2);
  /* height: 12px; */
  position: relative;
  color: #fff;
}

#select-style #wistia #controls .cc-control {
  margin: 1px 0px 0px 10px;
}

#wistia div#qualitySelector .vjs-http-source-selector .vjs-menu-button span::before {
  content: none !important;
}

#wistia div#qualitySelector .vjs-http-source-selector .vjs-menu-button span {
  background: url(../gfx/quality.svg) no-repeat top left / 39px 33px;
  width: 35px;
  height: 35px;
}

#wistia div#qualitySelector {
  flex-shrink: 0;
}

#wistia div#qualitySelector > div.vjs-menu-button {
    width: 100%; /* override 4em */
}

#wistia div#qualitySelector img {
  cursor: pointer;
  height: 32px;
  position: fixed;
}

#select-style #vzaar #controls .control-bar #time {
  padding: 0px;
}


/*** vzaar ***/

#vzaar {
  position: relative;
  margin: 0px auto;
  /* max-width: 960px; */
  padding: 0px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
}

#vzaar .video-container {
  position: relative;
  padding-bottom: 0 !important
    /*56.25%;*/
  ;
  height: auto !important
    /*0*/
  ;
}

#vzaar {
  width: 100%;
  height: 100%;
  /* background: black; */
}

/* #vzaar:-webkit-full-screen { */
/*   width: 100%; */
/*   height: 100%; */
/* } */
/**/
/* #vzaar:-webkit-full-screen .video-container { */
/*   position: relative; */
/*   transform: translate(-50%, -50%); */
/*   top: 50%; */
/*   left: 50%; */
/* } */

#vzaar .video-container video {
  position: relative !important
    /*absolute*/
  ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

#vzaar .video-container .video-js {
  position: unset;
}

#vzaar .play-center {
  width: 90px;
  height: 90px;
  margin: -45px auto 0px;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 9;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.64);
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
}

#vzaar .play-center:after {
  background: url(../gfx/play.png) no-repeat top left / 62px 58px;
  position: absolute;
  content: '';
  width: 62px;
  height: 58px;
  top: 17px;
  left: 17px;
}

#vzaar .play-center:hover:before {
  border: 10px solid rgba(0, 0, 0, 0.64);
  ;
  position: absolute;
  content: '';
  width: 110px;
  height: 110px;
  left: -20px;
  top: -20px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
#select-style #vzaar .play-center:hover:before {
    box-sizing: initial;
}

#vzaar #controls {
  position: absolute;
  /* padding: 0px 40px 21px 40px; */
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2147483647;
  margin: 0 auto;
  /* display: flex; */
}

#vzaar #controls-center {
  position: absolute;
  width: 100%;
  right: 0px;
  height: 18%;
  top: 45%;
  left: 0px;
  z-index: 2147483647;
  display: flex;
}

@media (max-width: 474px) {
  #vzaar #controls-center {
    display: none;
  }
}

#vzaar #controls-center #previous {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 51px;
  left: 14px;
}
#vzaar #controls-center #center {
  margin: 0px auto;
  width: 35%;
  display: flex;
}
#vzaar #controls-center #center #backward {
  cursor: pointer;
  width: 25px;
  height: 51px;
  margin: 0px auto;
  float: left;
}
#vzaar #controls-center #center #forward {
  cursor: pointer;
  width: 25px;
  height: 51px;
  margin: 0px auto;
  float: left;
}
#vzaar #controls-center #next {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 51px;
  right: 14px;
}

#vzaar #controls-center #center .pp-button {
  background: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
  margin: 0px auto;
}

#vzaar #controls-center #center .pp-button:after {
  background: url(../gfx/play.svg) no-repeat center / 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  content: '';
  top: 0px;
}

#vzaar #controls-center #center .playing:after {
  background: url(../gfx/pause.svg) no-repeat top left / 30px 30px;
  /* background-position: bottom left !important; */
}

#vzaar #controls .fullscreen {
  position: absolute;
  margin-top: 8px;
  height: 28px;
  right: 6px;
}

#vzaar #controls .fullscreen img {
  width: 19px;
}

#select-style #vzaar #controls .fullscreen {
  /* bottom: 9px; */
}

/*#vzaar #controls button.volume {margin: 0px 4px;}*/


#vzaar #controls .control-bar {
  height: 37px;
  width: 100%;
  display: flex;
  /* margin: 0px 96px 0px 0px; */
  position: relative;
}

#vzaar #controls #time {
  text-align: right;
  float: left;
  margin-top: 3px;
  line-height: 31px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

#vzaar #controls .control-bar #slash {
  text-align: right;
  float: left;
  margin: 3px 2px 2px 0px;
  line-height: 31px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

#vzaar #controls #vduration {
  text-align: right;
  float: left;
  margin-top: 3px;
  line-height: 31px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

#vzaar::full-screen {
  width: 100%;
  height: 100%;
}

::-moz-full-screen #vzaar {
  width: 100%;
  height: 100%;
}

#vzaar::-moz-full-screen {
  width: 100%;
  height: 100%;
}

/* #vzaar::-webkit-full-screen { */
/*   width: 100%; */
/*   height: 100%; */
/* } */

#select-style #vzaar #controls .control-bar {
  height: 32px;
}

#vzaar #controls .cc-control {
  font-weight: bold;
  font-size: 19px;
  font-family: 'verdana', sans-serif;
  cursor: pointer;
  width: 48px;
  padding-right: 5px;
  width: 48px;
  position: absolute;
  color: #fff;
  right: 53px;
}

#vzaar #controls .cc-control img {
  /* position: fixed; */
  height: 35px;
  transition: scale 0.1s;
}

/* #vzaar #controls .cc-control img:active {
    scale: 1.2;
  }
   */
#vzaar #controls .cc-control.enabled {
  padding-right: 5px;
  width: 48px;
  /* height: 12px; */
  position: absolute;
  color: #fff;
  right: 53px;
}

#select-style #vzaar #controls .cc-control {
  margin: 1px 0px 0px 10px;
}

#vzaar div#qualitySelector {
  position: absolute;
  width: 40px !important;
  right: 31px;
}
#vzaar div#qualitySelector .vjs-http-source-selector .vjs-menu-button span::before {
  content: none !important;
}

#vzaar div#qualitySelector .vjs-http-source-selector .vjs-menu-button span {
  background: url(../gfx/quality.svg) no-repeat top left / 39px 33px;
  width: 35px;
  height: 35px;
}
#vzaar div#qualitySelector img {
  cursor: pointer;
  width: 24px;
}

#vzaar #controls .progress {
  cursor: pointer;
  margin: 0.9em 0 0 0;
  height: 3px;
  width: 100%;
  top: 13px;
  left: 10px;
  right: 90px;
  background: rgb(135 133 133);
  -moz-box-shadow: 0px 0px 0px #000;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

#vzaar #controls .loaded {
  background-color: #999;
  height: 3px;
  cursor: pointer;
  width: 0%;
  max-width: 99.5%;
}

#vzaar #controls .played {
  right: 0px;
  bottom: 3px;
  height: 3px;
  width: 100%;
  max-width: 100%;
}

#vzaar #controls .played .ui-slider-range {
  background-color: #00adef;
  height: 3px;
}

#vzaar #controls .played .ui-slider-handle {
  cursor: pointer;
  width: 8px;
  border-radius: 7px;
  height: 8px;
}

#vzaar #controls .volume {
  display: flex;
  position: relative;
  width: 32px;
  margin: 4px 9px 0px 14px;
}

#vzaar #controls .volume img {
  float: left;
  width: 23px;
}

#vzaar #controls .volume path {
  fill: #fff;
}

#vzaar #controls .volume path:hover {
  fill: #00adef;
}

#vzaar #controls .volume span.mute {
  float: left;
  color: #909598;
  font-size: 14px;
  font-weight: bold;
  display: none;
}

#vzaar #controls .volume.mute span.mute {
  opacity: 1;
  display: block;
}

#vzaar #controls .volume.mute span.mute.hide {
  opacity: 0;
}

#vzaar #controls .volume svg {
  cursor: pointer;
  width: 25px;
}

#vzaar #controls .volume #volume-bar {
  width: 122px;
  height: 28px;
  bottom: 56px;
  left: -2px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 4px;
}

#vzaar #controls .volume #volume-bar .played {
  cursor: pointer;
}

#vzaar #controls .volume #volume-bar .played .ui-slider-range {
  background: #2c849a;
}

#vzaar #controls .volume #volume-bar .played .ui-slider-handle {
  display: block;
  cursor: pointer;
  background: fffff;
  border: 1px solid #c0bfbf;
  width: 6px;
  height: 6px;
  top: -3px;
  border-radius: 6px;
}

#vzaar #controls .volume #volume-bar #volume-control {
  margin: 15px;
  background-color: #fff;
  width: 92px;
  height: 2px;
  border-radius: 6px;
}

#select-style #vzaar #controls .progress {
  /* height: 12px; */
}

/*** vimeo ***/

#vimeo {
  position: relative;
  margin: 0px auto;
  /* max-width: 960px; */
  padding: 0px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
}

#vimeo .video-container {
  position: relative;
  padding-bottom: 0 !important
    /*56.25%;*/
  ;
  height: auto !important
    /*0*/
  ;
}

#vimeo {
  width: 100%;
  height: 100%;
  background: black;
}

/* #vimeo:-webkit-full-screen { */
/*   width: 100%; */
/*   height: 100%; */
/* } */

/* #vimeo:-webkit-full-screen .video-container { */
/*   position: relative; */
/*   transform: translate(-50%, -50%); */
/*   top: 50%; */
/*   left: 50%; */
/* } */

#vimeo .video-container video {
  position: relative !important
    /*absolute*/
  ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

#vimeo .video-container .video-js {
  position: unset;
}

#vimeo #controls {
  position: absolute;
  width: 97%;
  bottom: 10px;
  padding: 0px 10px;
  left: 0px;
  right: 0px;
  z-index: 2147483647;
  margin: 0 auto;
  user-select: none;
}

#vimeo #controls .cc-control {
  width: 35px;
  font-weight: bold;
  font-family: 'verdana', sans-serif;
  color: #acacac;
  cursor: pointer;
  height: 28px;
}

#vimeo #controls .cc-control img {
  width: 35px;
}

#select-style #vimeo #controls .cc-control {
  width: 48px;
}

#vimeo #controls .pp-button, #vimeo .play-center {
  height: 32px;
  width: 62px;
  border: 0px;
  padding: 0px;
  margin: 8px 0px 0px 0px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#vimeo .play-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  scale: 2;
  z-index: 2;
}

#vimeo #controls .pp-button:hover, #vimeo .play-center:hover {
  background: rgba(0, 173, 239, 1);
}

#vimeo #controls .pp-button:after, #vimeo .play-center:after {
  background: url(../gfx/play-pause.png) no-repeat top left;
  width: 19px;
  height: 20px;
  position: absolute;
  content: '';
  top: 6px;
  left: 24px;
}

#vimeo #controls .pp-button:after, #vimeo .play-center:after {
  background-position: top left !important;
}

#vimeo #controls .playing:after {
  background-position: bottom left !important;
}

#vimeo #controls .control-bar {
  align-items: center;
  display: flex;
  height: 32px;
  margin: 8px 0px 0px 75px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#vimeo #controls .control-bar #time {
  color: white;
  margin-left: 10px;
}

#vimeo #controls .progress {
  flex-shrink: 2;
  cursor: pointer;
  margin: 0 1em;
  border: 1px solid rgb(63, 64, 64);
  height: 4px;
  width: 100%;
  background: rgb(63, 64, 64);
  -moz-box-shadow: 0px 0px 0px #000;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 6px;
}

#vimeo #controls .loaded {
  background-color: #999;
  height: 3px;
  cursor: pointer;
  width: 0%;
  max-width: 99.5%;
  border: 1px solid rgb(63, 64, 64);
  border-radius: 6px;
}

#vimeo #controls .played {
  right: 0px;
  bottom: 5px;
  height: 4px;
  width: 100%;
  max-width: 100%;
}

#vimeo #controls .played .ui-slider-range {
  background-color: #00adef;
  /* border: 1px solid rgb(63, 64, 64); */
  border-radius: 6px;
  height: 5px;
}

#vimeo #controls .played .ui-slider-handle {
  display: none;
  border: 1px solid rgb(63, 64, 64);
  border-radius: 6px;
}

#vimeo #controls .volume {
  /* float: left;  */
  /* padding: 12px 0px 12px 0px; */
  position: relative;
  width: 30px;
  height: 25px;
  /* padding: 23px 0px 0px 8px; */
}

#vimeo #controls .volume img {
  float: left;
  width: 72%;
}

#vimeo #controls .volume path {
  fill: #fff;
}

#vimeo #controls .volume span.mute {
  float: left;
  color: #909598;
  font-size: 14px;
  font-weight: bold;
  display: none;
}

#vimeo #controls .volume.mute span.mute {
  opacity: 1;
  display: block;
}

#vimeo #controls .volume.mute span.mute.hide {
  opacity: 0;
}

#vimeo #controls .volume svg {
  cursor: pointer;
  width: 25px;
}

#vimeo #controls .volume #volume-bar {
  width: 28px;
  height: 83px;
  bottom: 35px;
  /* border: 1px solid #c0bfbf; */
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  /* bottom: 42px; */
  left: 0px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 4px;
}

#vimeo #controls .volume #volume-bar .played {
  cursor: pointer;
}

#vimeo #controls .volume #volume-bar .played .ui-slider-range {
  background: #2c849a;
}

#vimeo #controls .volume #volume-bar .played .ui-slider-handle {
  display: block;
  cursor: pointer;
  background: fffff;
  border: 1px solid #c0bfbf;
  width: 6px;
  height: 6px;
  left: -1px !important;
  border-radius: 6px;
}

#vimeo #controls .volume #volume-bar #volume-control {
  margin: 11px auto;
  background-color: #555454;
  width: 4px;
  height: 63px;
  border-radius: 6px;
}

#vimeo #controls .hd-control {
  position: absolute;
  right: 30px;
  bottom: 7px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 17px;
  font-family: 'verdana', sans-serif
}

#vimeo #controls .hd-control:hover {
  color: #00adef;
}

#vimeo #controls .fullscreen {
  height: 23px;
  margin-right: 13px;
}

#vimeo::full-screen {
  width: 100%;
  height: 100%;
}

#vimeo #controls .fullscreen path {
  fill: #fff;
}

::-moz-full-screen #vimeo {
  width: 100%;
  height: 100%;
}

#vimeo::-moz-full-screen {
  width: 100%;
  height: 100%;
}

/* #vimeo::-webkit-full-screen { */
/*   width: 100%; */
/*   height: 100%; */
/* } */

#select-style #vimeo #controls .progress {
  /* height: 12px; */
}

#select-style #vimeo #controls .hd-control {
  bottom: 5px;
}

#select-style #vimeo #controls .fullscreen {
  bottom: 9px;
}

#vimeo div#qualitySelector {
  width: 30px;
  height: 25px;
  background-color: initial;
  /* margin: -1px 1px 1px -14px; */
}

#vimeo div#qualitySelector img {
  cursor: pointer;
  width: 26px;
}
#vimeo div#qualitySelector #qualitySelector-menu {
  bottom: 0px!important;
}

#vimeo #qualitySelector ul.vjs-menu-content {
  /* bottom: 20px; */
}
#vimeo div#qualitySelector .vjs-http-source-selector .vjs-menu-button span::before {
  content: none !important;
}

#vimeo div#qualitySelector .vjs-http-source-selector .vjs-menu-button span {
  background: url(../gfx/quality.svg) no-repeat center;
  width: 25px;
  height: 25px;
  background-size: 50px;
}
#vimeo div .pip-mode {
  margin: 0px 4px;
  width: 32px;
  height: 30px;
}

#vimeo div .pip-mode img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

#select-style #viddler #controls .control-bar #time {
  padding: 0px;
}


/*** viddler ***/

#viddler #qualitySelector>div {
    width: 20px;
    margin: 0;
    font-size: 12px;
}

#viddler #fullscreen svg {
    width: 100%;
    height: 100%;
}

#viddler {
  position: relative;
  margin: 0px auto;
  /* max-width: 960px; */
  padding: 0px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
}

#viddler {
  width: 100%;
  height: 100%;
  background: black;
}

/* #viddler:-webkit-full-screen { */
/*   width: 100%; */
/*   height: 100%; */
/* } */

/* #viddler:-webkit-full-screen .video-container { */
/*   position: relative; */
/*   transform: translate(-50%, -50%); */
/*   top: 50%; */
/*   left: 50%; */
/* } */

#viddler .video-container video {
  position: relative !important
    /*absolute*/
  ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

#viddler .video-container .video-js {
  position: unset;
}

#viddler .play-center {
  width: 125px;
  height: 120px;
  margin: -35px auto 0px;
  position: absolute;
  top: 47%;
  left: -25px;
  right: 0px;
  z-index: 9;
  cursor: pointer;
}

#viddler .play-center:after {
  background: url(../gfx/play.png) no-repeat top left / 130px 120px;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
    /* Viddler mobile */
    #viddler #controls {
        padding: 0px 10px 10px 10px;
    }

    #viddler #controls .pp-button {
        display: flex;
        align-items: center;
    }

  #viddler .play-center {
    width: 125px;
    height: 120px;
    margin: -35px auto 0px;
    position: absolute;
    top: 47%;
    left: -25px;
    right: 0px;
    z-index: 9;
    cursor: pointer;
  }

    #viddler #controls .pp-button:after {
        background: url(../gfx/play.svg) no-repeat top left / 15px 15px;
        width: 20px;
        height: 20px;
    }

    #viddler #controls .playing:after {
        background: url(../gfx/pause.svg) no-repeat top left / 15px 15px;
    }


    #viddler #controls #time {
        margin: -2px 10px 0px 10px;
    }

    #viddler #controls .vduration {
        margin: 0px 4px 0px 10px;
    }

    #viddler #controls > div {
        margin-left: 0;
    }

    #viddler #controls .cc-control img {
        transform: scale(1);
    }

    #viddler #controls #qualitySelector .vjs-icon-placeholder::before {
        font-size: 1.4em;
        line-height: 2;
    }

    #viddler #controls .volume  {
        width: 22px;
    }

    #viddler div#fullscreen {
        width: 23px;
        margin-left: 10px;
    }

    /* Wistia mobile */
    #wistia #controls .pp-button {
        width: 28px;
    }

    #wistia #controls .pp-button:after {
        background: url(../gfx/play.png) no-repeat center / 22px 22px;
    }

    #wistia #controls .playing:after {
        background: url(../gfx/pause.png) no-repeat center / 22px 22px;
    }

    #wistia #controls .cc-control {
        width: 25px;
    }

    #wistia #controls div.volume {
        width: 30px;
    }

    #wistia div#qualitySelector {
        width: 30px !important;
    }

    #wistia div#qualitySelector .vjs-http-source-selector .vjs-menu-button span {
        background: url(../gfx/quality.svg) no-repeat center / 30px 30px;
        width: 30px;
        height: 30px;
    }

    #wistia #controls > .fullscreen {
        width: 30px;
    }

    #wistia #controls #time {
        font-size: 11px;
    }

    /* Now mobile */
    #now #controls .pp-button:after {
        background: url(../gfx/play2.svg) no-repeat center / 15px 15px;
    }

    #now #controls .playing:after {
        background: url(../gfx/pause.svg) no-repeat center / 15px 15px;
    }

    #now #controls .volume {
        width: 25px;
    }

    #now #controls .cc-control {
        width: 30px;
    }

    #now #controls .cc-control svg {
        width: 18px;
    }

    #now #controls .fullscreen {
        width: 15px;
    }
}

@media (min-width: 601px) {
    /* Viddler desktop */
    #viddler #controls {
        padding: 0px 40px 21px 40px;
    }

    #viddler #controls .pp-button:after {
        background: url(../gfx/play.svg) no-repeat top left / 30px 30px;
        width: 30px;
        height: 30px;
    }

    #viddler #controls .playing:after {
        background: url(../gfx/pause.svg) no-repeat top left / 30px 30px;
    }

    #viddler #controls #time {
        margin: -2px 18px 0px 22px;
    }

    #viddler #controls > div {
        margin-left: 10px;
    }

    #viddler #controls .vduration {
        margin: 0px 8px 0px 20px;
    }

    #viddler #controls .cc-control img {
        transform: scale(1.2);
    }

    #viddler #controls .volume  {
        width: 28px;
    }

    #viddler div#fullscreen {
        width: 35px;
    }

    /* Wistia desktop */
    #wistia #controls .pp-button {
        width: 40px;
    }

    #wistia #controls .pp-button:after {
        background: url(../gfx/play.png) no-repeat center / 30px 30px;
    }

    #wistia #controls .playing:after {
        background: url(../gfx/pause.png) no-repeat center / 30px 30px;
    }

    #wistia #controls .cc-control {
        width: 35px;
    }
    
    #wistia #controls div.volume {
        width: 40px;
    }

    #wistia #qualitySelector {
        width: 40px;
    }

    #wistia #controls > .fullscreen {
        width: 35px;
    }

    #wistia #controls #time {
        font-size: 14px;
    }

    /* Now desktop */
    #now #controls .pp-button:after {
        background: url(../gfx/play2.svg) no-repeat center / 20px 20px;
    }

    #now #controls .playing:after {
        background: url(../gfx/pause.svg) no-repeat center / 20px 20px;
    }

    #now #controls .volume {
        width: 30px;
    }

    #now #controls .cc-control {
        width: 35px;
    }

    #now #controls .cc-control svg {
        height: 15px;
    }

    #now #controls .fullscreen {
        width: 18px;
    }
}

#viddler #controls {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2147483647;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#viddler #controls .pp-button {
  /* float: left; */
  /* position: relative; */
  /* height: 35px; */
  width: fit-content;
  cursor: pointer;
  /* background: rgba(255, 201, 14, 0.8); */
}

#viddler #controls .pp-button:hover {
  /* background-color: rgb(145, 59, 6)!important; */
}

#viddler #controls .pp-button:after {
  display: block;
  /* position: absolute; */
  content: '';
  top: 0px;
  left: 4px;
}


#viddler #controls>div {
  height: 35px;
}

#viddler #controls .fullscreen path {
  fill: #fff;
}

#select-style #viddler #controls .fullscreen {
  bottom: 9px;
}

/*#viddler #controls button.volume {margin: 0px 4px;}*/


#viddler #controls .control-bar {
  height: 24px;
  width: 100%;
  /* margin: 0px 96px 0px 0px; */
  position: relative;
  border: 4px solid rgba(255, 201, 14, 0.8);
  background: rgba(208, 183, 91, 0.80);
}

#viddler #controls #time {
  text-align: right;
  float: left;
  line-height: 35px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

/*#viddler .play-center:after {*/
/*    display: none;*/
/*}*/

#viddler #controls .vduration {
  text-align: right;
  float: left;
  line-height: 26px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

#viddler::full-screen {
  width: 100%;
  height: 100%;
}

::-moz-full-screen #viddler {
  width: 100%;
  height: 100%;
}

#viddler::-moz-full-screen {
  width: 100%;
  height: 100%;
}

/* #viddler::-webkit-full-screen { */
/*   width: 100%; */
/*   height: 100%; */
/* } */

#select-style #viddler #controls .control-bar {
  height: 32px;
}

#viddler #controls .cc-control {
  font-weight: bold;
  font-size: 19px;
  font-family: 'verdana', sans-serif;
  color: #acacac;
  float: right;
  /* margin: 1px 0px 0px 10px; */
  cursor: pointer;
  width: 40px;
  padding-right: 5px;
  /* height: 12px; */
  position: relative;
  filter: brightness(50%);
}

#viddler #controls .cc-control:hover {
  /* background-color: rgb(145, 59, 6)!important; */
}

#viddler #controls .cc-control img {
  height: 100%;
  transition: scale 0.1s;
  width: 100%;
}

#viddler #controls .cc-control img:active {
  scale: 1.2;
}

#viddler #controls .cc-control.enabled {
  /* padding-right: 5px; */
  /* width: 40px; */
  /* height: 12px; */
  /* position: relative; */
  color: #fff;
  filter: n;
}

#select-style #viddler #controls .cc-control {
  /* margin: 1px 0px 0px 10px; */
}

#viddler div#qualitySelector {
  /* width: 40px !important; */
  /* margin-right: 6px; */
}

#viddler div#qualitySelector img {
  cursor: pointer;
  height: 32px;
  position: fixed;
}

#viddler #controls .progress {
  flex-shrink: 2;
  cursor: pointer;
  margin: 0;
  border: 1px solid rgb(0 0 0);
  height: 7px;
  width: 100%;
  top: 13px;
  left: 10px;
  right: 90px;
  background: rgb(63, 64, 64);
  -moz-box-shadow: 0px 0px 0px #000;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 6px;
}

#viddler #controls .loaded {
  background-color: #999;
  height: 5px;
  cursor: pointer;
  width: 0%;
  max-width: 99.5%;
  border: 1px solid rgb(63, 64, 64);
  border-radius: 6px;
  margin-top: 0px;
}

#viddler #controls .played {
  right: 0px;
  bottom: 5.9px;
  height: 4px;
  width: 100%;
  max-width: 100%;
  height: 4px;
}

#viddler #controls .played .ui-slider-range {
  background-color: #00adef;
  border-radius: 6px;
  height: 5px;
}

#viddler #controls .played .ui-slider-handle {
  display: none;
  border: 1px solid rgb(63, 64, 64);
  border-radius: 6px;
}

#viddler #controls .volume {
  position: relative;
  /* padding: 4px 9px 0px 0px; */
}

#viddler #controls .volume img {
  float: left;
  width: 72%;
}

#viddler #controls .volume path {
  fill: #fff;
}

#viddler #controls .volume path:hover {
  fill: #00adef;
}

#viddler #controls .volume span.mute {
  float: left;
  color: #909598;
  font-size: 14px;
  font-weight: bold;
  display: none;
}

#viddler #controls .volume.mute span.mute {
  opacity: 1;
  display: block;
}

#viddler #controls .volume.mute span.mute.hide {
  opacity: 0;
}

#viddler #controls .volume svg {
  cursor: pointer;
  width: 25px;
  width: 100%;
  height: 100%;
}

#viddler #controls .volume #volume-bar {
  width: 28px;
  height: 83px;
  bottom: 50px;
  /* border: 1px solid #c0bfbf; */
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  /* bottom: 42px; */
  left: -2px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 4px;
}

#viddler #controls .volume #volume-bar .played {
  cursor: pointer;
}

#viddler #controls .volume #volume-bar .played .ui-slider-range {
  background: #2c849a;
}

#viddler #controls .volume #volume-bar .played .ui-slider-handle {
  display: block;
  cursor: pointer;
  background: fffff;
  border: 1px solid #c0bfbf;
  width: 6px;
  height: 6px;
  left: -2px !important;
  border-radius: 6px;
}

#viddler #controls .volume #volume-bar #volume-control {
  margin: 11px auto;
  background-color: #555454;
  width: 4px;
  height: 63px;
  border-radius: 6px;
}

#select-style #viddler #controls .progress {
  /* height: 12px; */
}

#select-style #now #controls .control-bar #time {
  padding: 0px;
}



/*** now ***/

#now {
  position: relative;
  margin: 0px auto;
  /* max-width: 960px; */
  padding: 0px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
}

#now {
  width: 100%;
  height: 100%;
  /* background: black; */
}

/* #now:-webkit-full-screen { */
/*   width: 100%; */
/*   height: 100%; */
/* } */

/* #now:-webkit-full-screen .video-container { */
/*   position: relative; */
/*   transform: translate(-50%, -50%); */
/*   top: 50%; */
/*   left: 50%; */
/* } */

#now .video-container video {
  position: relative !important
    /*absolute*/
  ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

#now .video-container .video-js {
  position: unset;
}

#now .play-center {
  width: 101px;
  height: 101px;
  margin: -35px auto 0px;
  position: absolute;
  top: 44%;
  left: 20px;
  right: 0px;
  z-index: 9;
  cursor: pointer;
  opacity: 1;
}

@media (max-width: 600px) {
    #now .play-center {
        transform: scale(0.5);
        left: -4px;
    }
}

#now .play-center:after {
  background: url(../gfx/play.png) no-repeat top left / 90px 80px;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 9px;
  left: 7px;
}

#now #controls {
  position: absolute;
  padding: 0px 10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 36px;
  z-index: 2147483647;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#now #controls .pp-button {
  /* float: left; */
  /* position: relative; */
  height: 100%;
  width: 35px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
  margin-right: 8px;
  /* background: rgba(255, 201, 14, 0.8); */
}

#now #controls .pp-button:hover {
  /* background-color: rgb(145, 59, 6)!important; */
}

#now #controls .pp-button:after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
}

#now #controls .fullscreen {
  height: 100%;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}

#now #controls .fullscreen img {
  height: 100%;
  width: 100%;
}

#now #controls .fullscreen path {
  fill: #fff;
}

#select-style #now #controls .fullscreen {
  /* bottom: 9px; */
}

/*#now #controls button.volume {margin: 0px 4px;}*/


#now #controls .control-bar {
  height: 24px;
  width: 100%;
  /* margin: 0px 96px 0px 0px; */
  position: relative;
  border: 4px solid rgba(255, 201, 14, 0.8);
  background: rgba(208, 183, 91, 0.80);
}

#now #controls #time {
  text-align: right;
  float: left;
  margin-right: 10px;
  line-height: 31px;
  font-size: 11px;
  color: #c7c4c4;
  font-weight: bold;
}
@media (max-width: 466px) {
  #now #controls #time {
    display: none;
  }
}
#now #controls .vduration {
  text-align: right;
  float: left;
  margin: 0 8px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 31px;
  font-size: 11px;
  color: #c7c4c4;
  font-weight: bold;
}

#now::full-screen {
  width: 100%;
  height: 100%;
}

::-moz-full-screen #now {
  width: 100%;
  height: 100%;
}

#now::-moz-full-screen {
  width: 100%;
  height: 100%;
}

/* #now::-webkit-full-screen { */
/*   width: 100%; */
/*   height: 100%; */
/* } */

#select-style #now #controls .control-bar {
  height: 32px;
}

#now #controls .cc-control {
  font-weight: bold;
  font-size: 19px;
  font-family: 'verdana', sans-serif;
  color: #acacac;
  float: right;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

#now #controls .cc-control.enabled svg {
    transform: scale(1.2);
}

#now #controls .cc-control:hover {
  /* background-color: rgb(145, 59, 6)!important; */
}

#now #controls .cc-control img:active {
  scale: 1.2;
}

#now #controls .cc-control.enabled {
  /* padding-right: 5px; */
  margin: 0;
  /* position: relative; */
  color: #fff;
}

#select-style #now #controls .cc-control {
  /* margin: 1px 0px 0px 10px; */
}

#now div#qualitySelector {
  width: 44px !important;
  margin: 1px 0px 0px -10px;
}

#now div#qualitySelector button {
  display: flex;
  justify-content: center;
  align-items: center;
}

#now div#qualitySelector .vjs-http-source-selector .vjs-menu-button span::before {
  content: none !important;
}

#now div#qualitySelector .vjs-http-source-selector .vjs-menu-button span {
  background: url(../gfx/quality.svg) no-repeat top left / 35px 35px;
  width: 35px;
  height: 35px;
}


#now div#qualitySelector img {
  cursor: pointer;
  height: 32px;
  position: fixed;
}

#now #controls .progress {
  flex-shrink: 2;
  cursor: pointer;
  margin: 0;
  height: 2px;
  width: 100%;
  top: 13px;
  left: 10px;
  right: 90px;
  background: rgb(154 150 150);
  -moz-box-shadow: 0px 0px 0px #000;
  -webkit-box-shadow: 0px 0px 0px #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

#now #controls .loaded {
  display: none;
  background-color: #999;
  height: 2px;
  cursor: pointer;
  width: 0%;
  max-width: 99.5%;
  border: 1px solid rgb(63, 64, 64);
  border-radius: 6px;
}

#now #controls .p-played {
  right: 0px;
  bottom: 0.2px;
  height: 2px;
  width: 100%;
  max-width: 100%;
}

#now #controls .p-played .ui-slider-range {
  height: 2px;
}

#now #controls .p-played .ui-slider-handle {
  width: 9px;
  height: 9px;
  border-radius: 6px;
  top: -3px;
  cursor: pointer;
}

#now #controls .volume {
  position: relative;
  flex-shrink: 0;
  height: 100%;
  /* padding: 6px 9px 0px 0px; */
  margin-right: 8px;
  display: flex;
  align-items: center;
}

#now #controls .volume img {
  float: left;
  width: 72%;
}

#now #controls .volume path {
  fill: #fff;
}

/* #now #controls .volume path:hover {
    fill: #00adef;
} */

#now #controls .volume span.mute {
  float: left;
  color: #909598;
  font-size: 14px;
  font-weight: bold;
  display: none;
}

#now #controls .volume.mute span.mute {
  opacity: 1;
  display: block;
}

#now #controls .volume.mute span.mute.hide {
  opacity: 0;
}

#now #controls .volume svg {
  cursor: pointer;
  width: 24px;
}

#now #controls .volume #volume-bar {
  width: 24px;
  height: 83px;
  bottom: 36.4px;
  /* border: 1px solid #c0bfbf; */
  background-color: rgba(78, 82, 85, 0.8);
  position: absolute;
  /* bottom: 42px; */
  left: -1px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 2px;
}

#now #controls .volume #volume-bar .played {
  cursor: pointer;
}

#now #controls .volume #volume-bar .played .ui-slider-range {
  background: #2c849a;
}

#now #controls .volume #volume-bar .played .ui-slider-handle {
  display: block;
  cursor: pointer;
  background: fffff;
  border: 1px solid #c0bfbf;
  width: 6px;
  height: 6px;
  left: -3px !important;
  border-radius: 6px;
}

#now #controls .volume #volume-bar #volume-control {
  margin: 11px auto;
  background-color: #e3e0e0;
  width: 2px;
  height: 63px;
  border-radius: 6px;
}

#select-style #now #controls .progress {
  /* height: 12px; */
}
