/*====== Container : START ======*/
.mejs-skin-inv-custom-player .mejs__container{}
/*====== Container : START ======*/

/*====== Player (Audio/Video) : START ======*/
.mejs-skin-inv-custom-player .mejs__player{}
/*====== Player (Audio/Video) : END ======*/

/*====== Control Bar : START ======*/
.mejs-skin-inv-custom-player .mejs__controls:not([style*="display: none"]){
  background:#1f3357;
  color:#fff;
  font-family: 'Avenir Next',sans-serif;
}

/*-Control Buttons : START-*/
/*Play/Pause*/
.mejs-skin-inv-custom-player .mejs__playpause-button{}
/*Share*/
.mejs-skin-inv-custom-player .mejs__share-button{
  background-color:inherit;
}
/*Captions*/
.mejs-skin-inv-custom-player .mejs__captions-button{
  background-color:inherit;
}
/*Volume*/
.mejs-skin-inv-custom-player .mejs__volume-button{
  background-color:inherit;
}
/*Fullscreen*/
.mejs-skin-inv-custom-player .mejs__fullscreen-button{}
/*-Control Buttons : END-*/

/*====== Control Bar : END ======*/

/*====== Overlay Play Button : START ======*/
.mejs-skin-inv-custom-player .mejs__overlay-play{
  background:rgba(32, 32, 32, 0.178);
}
.mejs-skin-inv-custom-player .mejs__overlay-play .mejs__overlay-button{
  background-position: 16px 15px!important;
  background-size: 1145px;
}
/*====== Overlay Play Button : END ======*/

/*====== Timer Text: START ======*/
.mejs-skin-inv-custom-player .mejs__time{
  color:inherit;
}
/*====== Timer Text: END ======*/

/*====== Time Slider : START ======*/
.mejs-skin-inv-custom-player .mejs__time-slider{
  background-color:hsla(0,0%,100%,.3);
}
.mejs-skin-inv-custom-player .mejs__time-buffering{
  background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);
  background-size: 15px 15px;
}
.mejs-skin-inv-custom-player .mejs__time-loaded{
  background: hsla(0,0%,100%,.3);
}
.mejs-skin-inv-custom-player .mejs__time-current{
  background-color:#ff7d08;
}
.mejs-skin-inv-custom-player .mejs__time-hovered{
  background: hsla(0,0%,100%,.5);
  z-index: 10;
}
.mejs-skin-inv-custom-player .mejs__time-handle-content{
  border: 4px solid hsla(0,0%,100%,.9);
}
.mejs-skin-inv-custom-player .mejs__time-float{
  background-color:#fff;
}
.mejs-skin-inv-custom-player .mejs__time-float-corner{
  border-color: #fff transparent transparent;
}
.mejs-skin-inv-custom-player .mejs__time-rail{
  background: transparent;
}
.mejs-skin-inv-custom-player .mejs__controls .mejs__time-rail span {}
/*====== Time Slider : END ======*/

/*====== Volume Handle : START ======*/
.mejs-skin-inv-custom-player .mejs__volume-button>.mejs__volume-slider{
  background: inherit;
}
.mejs-skin-inv-custom-player .mejs__volume-total{
  background:  hsla(0,0%,100%,.3);
}
.mejs-skin-inv-custom-player .mejs__volume-current{
  background:#ff7d08;
}
.mejs-skin-inv-custom-player .mejs__volume-handle{
  background:#fff;
}
/*====== Volume Handle : END ======*/

/*====== Captions : START ======*/
.mejs-skin-inv-custom-player .mejs__captions-button>.mejs__captions-selector,
.mejs-skin-inv-custom-player .mejs__chapters-button>.mejs__chapters-selector{
  background: inherit;
}
.mejs-skin-inv-custom-player .mejs__captions-selector-list-item,
.mejs-skin-inv-custom-player .mejs__chapters-selector-list-item{
  color:inherit;
}
.mejs-skin-inv-custom-player .mejs__captions-selected,
.mejs-skin-inv-custom-player .mejs__chapters-selected{
  color:inherit;
  background-color:#ff7d08;
}
.mejs-skin-inv-custom-player .mejs__captions-text,
.mejs-skin-inv-custom-player .mejs__captions-text *{
  background: hsla(0,0%,8%,.5);
  box-shadow: 5px 0 0 hsla(0,0%,8%,.5), -5px 0 0 hsla(0,0%,8%,.5);
  color:#fff;
}
.mejs-skin-inv-custom-player .mejs__captions-position-hover{
  bottom:45px;
}
.mejs-skin-inv-custom-player .mejs__captions-selector-list-item:hover,
.mejs-skin-inv-custom-player .mejs__chapters-selector-list-item:hover{
  background-color:hsla(0,0%,100%,.3)!important;
}
/*====== Captions : END ======*/

/*====== Social Share : START ======*/
.mejs-skin-inv-custom-player .mejs__share-selector{
  background: inherit;
}
.mejs__share-selector-list-item{
  color:inherit!important;
}
.mejs-skin-inv-custom-player .mejs__share-selector-list-item:hover{
  background-color:hsla(0,0%,100%,.3)!important;
}
.mejs-skin-inv-custom-player .mejs__share-selector-list-item > a,
.mejs-skin-inv-custom-player .mejs__share-selector-list-item > a:visited,
.mejs-skin-inv-custom-player .mejs__share-selector-list-item > a:active,
.mejs-skin-inv-custom-player .mejs__share-selector-list-item > a:hover{
  color:inherit;
}
/*====== Social Share : END ======*/

/*service css*/
#block-ellospositionblock .open-layout a.button {
    bottom: 30px !important;
}