@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url('https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&display=swap');

.miriam-libre-regular {
    font-family: "Miriam Libre", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .miriam-libre-bold {
    font-family: "Miriam Libre", sans-serif;
    font-weight: 700;
    font-style: normal;
  }  

/*---------- BODY, HTML, HORIZONTAL CONTAINER, HORIZONTAL SCROLL ----------------------------------------------------------------------------------------------------*/

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body 
{
  background-color: #0e0929;
    font-family: "Roboto", sans-serif;
}

html 
{
    font-size: 10px;
}

::-webkit-scrollbar 
{
    display: none;
}

.container
{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    -ms-overlow-style: none;
    scrollbar-width: none;
}

.container section
{
    min-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container section .content
{
    max-width: 800px;
    padding: 40px;
    text-align: center;
}

.container section .content h2
{
    font-size: 4em;
    color: #111;
}

.container section .content p
{
    font-size: 1.3em;
    line-height: 1.4em;
    color: #111;
}

/*---------- MEDIA QUERIES ------------------------------------------------------------------*/

/* IMPORTAAAAAAAAAAAAAAAAANT ORIGINEL *//*@media (min-width: 320px) and (max-width: 910px)
{
    .container
{
    -webkit-overflow-scrolling: touch;
    position: absolute;
    transform: none !important;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}
}*/

/*- ECRANS -*/
@media only screen 
  and (min-device-width: 1025px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .container
{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
}
}

/*- TABLETTES ET PETITS ECRANS -*/

@media only screen 

  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .container
{
    -webkit-overflow-scrolling: touch;
    position: absolute;
    transform: none !important;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}
}

@media only screen 

  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .container
{
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
}
}

/*- MOBILES -*/

/*@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 769px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .container
{
    -webkit-overflow-scrolling: touch;
    position: absolute;
    transform: none !important;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 769px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .container
{
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 769px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 3) {
    .container section:nth-child(1)
    {
        background: #d8a67d;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 769px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 3) {
    .container section:nth-child(1)
    {
        background: #c2ba78;
    }
}*/

/*---------- NAVIGATION MENU -----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-135deg, #94cbdd, #4972a1);
  /* clip-path: polygon(25% 0, 50% 25%, 25% 50%, 0 25%); */
  /* clip-path: polygon(
    96.5% 1.4%,
    99.3% 1.4%,
    99.3% 0%,
    99.3% 40%,
    91% 48.5%,
    88% 48.5%,
    88% 50%,
    88% 10%
  ); */
  clip-path: polygon(97% 1%, 99.5% 1%, 99.5% 60%, 97% 70%, 90% 70%, 90% 10%);
  border-top-right-radius: 40px;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  z-index: 1;
  mix-blend-mode: luminosity;
}
@media only screen 

  and (max-width: 1400px)
  and (orientation: landscape)  {
    .wrapper
{
  clip-path: polygon(95% 1%, 99.5% 1%, 99.5% 40%, 95% 50%, 84% 50%, 84% 10%);
}
}
@media only screen 

  and (orientation: portrait) {
    .wrapper
{
  clip-path: polygon(90% 1%, 99% 1%, 99% 40%, 90% 50%, 70% 50%, 70% 10%);
  border-top-right-radius: 35px;
}
}
#active:checked ~ .wrapper {
  /* clip-path: polygon(25% 0, 50% 25%, 25% 50%, 0 25%); */
  /* clip-path: polygon(
    90.5% 1.4%,
    99.3% 1.4%,
    99.3% 0%,
    99.3% 40%,
    91% 48.5%,
    82% 48.5%,
    82% 50%,
    82% 10%
  ); */
  clip-path: polygon(91% 1%, 99.5% 1%, 99.5% 75%, 91% 85%, 82% 85%, 82% 10%);
  height: 100%;
  width: 100%;
  border-top-right-radius: 40px;
  mix-blend-mode: luminosity;
  transition: 0.8s;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
@media only screen 

  and (max-width: 1400px)
  and (orientation: landscape)  {
    #active:checked ~ .wrapper
{
  clip-path: polygon(88% 1%, 99.5% 1%, 99.5% 40%, 88% 50%, 74% 50%, 74% 10%);
}
}
@media only screen 

  and (orientation: portrait) {
    #active:checked ~ .wrapper
{
  clip-path: polygon(80% 1%, 99% 1%, 99% 40%, 80% 50%, 57% 50%, 57% 10%);
  border-top-right-radius: 35px;
}
}
.menu-btn {
  position: fixed;
  z-index: 3;
  right: 17px;
  top: 17px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 20%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(-135deg, #94cbdd, #4972a1);
  transition: all 0.3s ease-in-out;
}
#active:checked ~ .menu-btn {
  background: #fff;
  color: black;
}
#active:checked ~ .menu-btn i:before {
  content: "\f00d";
}

.wrapper ul {
  position: absolute;
  top: 25%;
  left: 91%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  direction: rtl;
  width: 290px;
  height: 290px;
}
@media only screen 

  and (max-width: 1400px)
  and (orientation: landscape) {
    .wrapper ul {
  left: 87%;
}
}
@media only screen 

  and (orientation: portrait) {
    .wrapper ul {
      left: 79%;
    }
}
input[type="checkbox"] {
  display: none;
}
.Menu-list-item {
  color: transparent;
  cursor: pointer;
  font-size: 27px;
  line-height: 55px;
  transition: all 0.3s ease;
  position: relative;
  width: 250px;
}

.menu-projets {
opacity: 0.8;
}

.menu-projets2 {
opacity: 0.6;
}

.menu-projets3 {
opacity: 0.4;
}

.Mask {
  display: block;
  position: absolute;
  overflow: hidden;
  color: rgb(19, 7, 71);
  top: 0;
  height: 49%;
  transition: all 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.Mask span {
  display: block;
}
.Mask + .Mask {
  top: 48.9%;
}
.Mask + .Mask span {
  transform: translateY(-49%);
}

.Menu-list-item:hover .Mask,
.Menu-list-item:active .Mask {
  color: #fff;
  transform: skewX(12deg) translateX(5px);
}
.Menu-list-item:hover .Mask + .Mask,
.Menu-list-item:active .Mask + .Mask {
  color: black;
  transform: skewX(12deg) translateX(-5px);
}

.Menu-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  left: -10%;
  right: -10%;
  height: 4px;
  border-radius: 4px;
  margin-top: -2px;
  background: black;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  z-index: 1;
}

.Menu-list-item:hover::before,
.Menu-list-item:active::before {
  transform: scale(1);
}

#menu-link {
  text-decoration: none;
}

/*---------- PAGE TITLE -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.TitlePage {
    justify-content: center;
    align-items: center;
    position: fixed;
  right: 9%;
  margin-top: 2.1rem;
  width: 50rem;
  z-index: 3;
  text-align: center;
  display: inline-block;
}

.titrepage {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #aac1f4;
  letter-spacing: 1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  position: fixed;
  opacity: 0.7;
}

@media only screen 
  and (orientation: portrait)  {
    .titrepage {
        font-size: 2.5rem;
        letter-spacing: 0.7rem;
        right: 35%;
      justify-content: right;
    align-items: flex-end;
    text-align: right;
      }
}

@media only screen 
  and (min-device-width: 769px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .titrepage {
        font-size: 2rem;
        letter-spacing: 0.7rem;
      }
}

@media (max-device-width: 769px) 
{
    .TitlePage {
      display: none;
      opacity: 0;
    }
}
@media only screen 

  and (max-width: 700px)
  and (orientation: portrait) {
    .TitlePage {
      justify-content: right;
    align-items: flex-end;
    text-align: right;
    }
}
@media only screen 

  and (max-width: 700px)
  and (orientation: portrait) {
    .titrepage {
      right: 35%;
      justify-content: right;
    align-items: flex-end;
    text-align: right;
    }
}
@media only screen 

  and (max-width: 600px)
  and (orientation: portrait) {
    .titrepage {
  font-size: 2rem;
        letter-spacing: 0.7rem;
        font-weight: 400;
}
}

/*---------- LOGO ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.EliseVoet_Logo1 {
  background-image: url("media/EliseVoet_LogoTexteBlanc.png");
  background-size: cover;
  width: 172.8px;
  height: 98.1px;
  top: 0px;
  margin-top: -10px;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 3;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
@media only screen 

  and (orientation: portrait) {
    .EliseVoet_Logo1 {
      visibility: hidden;
    }
}
.EliseVoet_Logo2 {
  background-image: url("media/EliseVoet_LogoSignatureBlanc.png");
  background-size: cover;
  width: 180px;
  height: 110.25px;
  top: 0px;
  margin-top: -20px;
  margin-left: 31px;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 4;
  mix-blend-mode: lighten;
}
@media only screen 

  and (orientation: portrait)  {
    .EliseVoet_Logo2 {
      visibility: hidden;
    }
}

/*---------- FIRST GRID ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.first-grid
{
    margin-left: 3.5vw;
    margin-top: 7vh;
    width: 86vw;
    height: 76vh;
    /*background-color: violet;*/
    display: grid;
    grid-template-columns: 30% 2.5% 2.5% 62.5% 2.5%;
    grid-template-rows: 1fr;
    grid-template-areas: "a b c d e";
    grid-column-gap: 0.5vw;
}
@media only screen 

  and (orientation: portrait) {
    .first-grid
{
  margin-left: -2vw;
  width: 90vw;
  grid-template-columns: 40% 2.5% 2.5% 52.5% 2.5%;
    grid-template-rows: 1fr;
    grid-template-areas: "a b c d e";
}
}
@media only screen 

  and (max-width: 700px)
  and (orientation: portrait) {
    .first-grid
{
  margin-left: -2vw;
  width: 90vw;
  grid-template-columns: 48% 2.5% 2.5% 45.5% 2.5%;
    grid-template-rows: 1fr;
    grid-template-areas: "a b c d e";
}
}
.first-grid-bloc:nth-child(1) 
{
    /*background-color: tomato;*/
    height: 76vh;
    grid-area: a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.first-grid-bloc:nth-child(2) 
{
    /*background-color: rgb(162, 204, 201);*/
    grid-area: b;
    opacity: 0.3;
    /*background-image: url("./Media/Phonemes2_01_l1920.jpg");
    background-size: cover;
    background-position: center;*/

}
.first-grid-bloc:nth-child(3) 
{
    /*background-color: rgb(81, 46, 122);*/
    grid-area: c;
    /*background-image: url("./Media/Phonemes2_01_l1920.jpg");
    background-size: cover;
    background-position: center;*/
    display: flex;
    align-items: center;
    justify-content: center;

}
.first-grid-bloc:nth-child(4) 
{
    /*background-color: rgb(255, 227, 71);*/
    grid-area: d;
    /*background-image: url("./Media/Phonemes2_01_l1920.jpg");
    background-size: cover;
    background-position: center;*/
    display: flex;
    align-items: center;
    justify-content: center;

}

@media only screen 

  and (max-width: 1000px)
  and (orientation: landscape) {
    .first-grid-bloc:nth-child(4) 
    {
      display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: 
        "a"
        "b";
        grid-column-gap: 0.5vw;
    }
}
@media only screen 

  and (orientation: portrait) {
    .first-grid-bloc:nth-child(4) 
{
  display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 
    "a"
    "b";
    grid-column-gap: 0.5vw;
}
}
@media only screen 

  and (max-width: 700px)
  and (orientation: portrait) {
    .first-grid-bloc:nth-child(4) 
{
  display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: 
    "a"
    "b"
    "c"
    "d";
    row-gap: 1vh;
}
}
.first-grid-bloc:nth-child(5) 
{
    /*background-color: rgb(105, 58, 31);*/
    grid-area: e;
    /*background-image: url("./Media/Phonemes2_01_l1920.jpg");
    background-size: cover;
    background-position: center;*/
    display: flex;
    align-items: center;
    justify-content: center;

}

/*---------- SECOND GRID ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.second-grid {
  margin-left: 0vw;
  margin-right: 0vw;
  margin-top: 7vh;
  width: 92vw;
  height: 76vh;
  /* background-color: violet; */
  display: grid;
  grid-template-columns: 27% 2.5% 34.5% 34.5%;
  grid-template-rows: 1fr;
  grid-template-areas: "a b c d";
  grid-column-gap: 0.5vw;
}

.second-grid-bloc:nth-child(1) 
{
    /* background-color: tomato; */
    height: 76vh;
    grid-area: a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.second-grid-bloc:nth-child(2) 
{
    /* background-color: rgb(162, 204, 201); */
    grid-area: b;
    opacity: 0.3;
    /*background-image: url("./Media/Phonemes2_01_l1920.jpg");
    background-size: cover;
    background-position: center;*/

}
.second-grid-bloc:nth-child(3) 
{
    /* background-color: rgb(81, 46, 122); */
    grid-area: c;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
    "e"
    "f";
    grid-row-gap: 0.5vw;
    /*background-image: url("./Media/Phonemes2_01_l1920.jpg");
    background-size: cover;
    background-position: center;*/
    /* display: flex;
    align-items: center;
    justify-content: center; */

}
.second-grid-galerie:nth-child(1)
{
    /* background-color: rgb(6, 49, 15); */
    grid-area: e;
    background-image: url("./media/enceintes0.jpg");
    background-size: cover;
    background-position: center;
}
.second-grid-galerie:nth-child(2)
{
    /* background-color: rgb(71, 121, 82); */
    grid-area: f;
    background-image: url("./media/_DSC7458_3.jpg");
    background-size: cover;
    background-position: bottom;
}
.second-grid-bloc:nth-child(4) 
{
  /* background-color: rgb(122, 114, 46); */
  grid-area: d;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
  "g"
  "h";
  grid-row-gap: 0.5vw;

}
.second-grid-second-galerie:nth-child(1)
{
    /* background-color: rgb(6, 49, 15); */
    grid-area: g;
    /* background-image: url("./media/Anhydran10.jpg");
    background-size: cover;
    background-position: center; */
}
.second-grid-second-galerie:nth-child(2)
{
    /* background-color: rgb(71, 121, 82); */
    grid-area: h;
    /* background-image: url("./media/Anhydran50.jpg");
    background-size: cover;
    background-position: center; */
}

@media only screen 

  and (max-width: 1000px)
  and (orientation: landscape) {
    .first-grid-bloc:nth-child(4) 
    {
      display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: 
        "a"
        "b";
        grid-column-gap: 0.5vw;
    }
}
@media only screen 

  and (orientation: portrait) {
    .first-grid-bloc:nth-child(4) 
{
  display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 
    "a"
    "b";
    grid-column-gap: 0.5vw;
}
}
@media only screen 

  and (max-width: 700px)
  and (orientation: portrait) {
    .first-grid-bloc:nth-child(4) 
{
  display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: 
    "a"
    "b"
    "c"
    "d";
    row-gap: 1vh;
}
}
.second-grid-bloc:nth-child(5) 
{
    /* background-color: rgb(105, 58, 31); */
    grid-area: e;
    /*background-image: url("./Media/Phonemes2_01_l1920.jpg");
    background-size: cover;
    background-position: center;*/
    display: flex;
    align-items: center;
    justify-content: center;

}

/*---------- THIRD GRID ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.third-grid {
  margin-top: 7vh;
  width: 70vw;
  height: 76vh;
  /*background-color: violet;*/
  display: grid;
  grid-template-columns: 60% 30% 10%;
  grid-template-rows: 1fr;
  grid-template-areas: "a b";
  grid-column-gap: 5vw;
}
@media only screen 

  and (max-width: 1400px)
  and (orientation: landscape) {
    .third-grid {
      grid-template-columns: 60% 40%;
      grid-template-rows: 1fr;
      grid-template-areas: "a b";
      grid-column-gap: 5vw;
    }
}
@media only screen 

  and (max-width: 1200px)
  and (orientation: landscape)  {
    .third-grid {
      width: 80vw;
      grid-template-columns: 60% 40%;
      grid-template-rows: 1fr;
      grid-template-areas: "a b";
      grid-column-gap: 5vw;
    }
}
@media only screen 

  and (orientation: portrait) {
    .third-grid {
      width: 80vw;
      height: 76vh;
      grid-template-columns: 60% 40%;
      grid-template-rows: 1fr;
      grid-template-areas: "a b";
      grid-column-gap: 3.5vw;
      margin-left: -2.5vw;
    }
}
@media only screen 

  and (max-width: 600px)
  and (orientation: portrait) {
    .third-grid {
      width: 80vw;
      height: 76vh;
      grid-template-columns: 100%;
      grid-template-rows: 1fr;
      grid-template-areas: "a";
      grid-column-gap: 0vw;
      margin-left: -2.5vw;
    }
}

.third-grid-bloc:nth-child(1) {
  /*background-color: tomato;*/
  /* height: 86vh; */
  grid-area: a;
}

.third-grid-bloc:nth-child(2) {
  /* height: 86vh; */
  background-image: url("media/TransfigurationVertical30Vertical.jpg");
  border-radius: 100px;
  background-size: cover;
  background-position: center;
  grid-area: b;
}

/*---------- TEXTE ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.text-bloc:nth-child(1) {
    background-color: #282452;
    width: 83%;
    height: 46%;
    padding: 5%;
    margin-bottom: 2vh;
    margin-left: -4vw;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
  }
  @media only screen 

  and (max-width: 1400px)
  and (orientation: landscape)  {
    .text-bloc:nth-child(1)
{
    width: 100%;
    height: 26%;
    padding: 5%;
    margin-bottom: 0vh;
    margin-left: 0vw;
    margin-top: 3vw;
    border-radius: 4%;
    align-items: center;
    justify-content: center;
}
}
@media only screen 

  and (max-width: 1200px)
  and (orientation: landscape) {
    .text-bloc:nth-child(1) {
      margin-top: 13vw;
    }
}
@media only screen 

  and (orientation: portrait)  {
    .text-bloc:nth-child(1)
{
  margin-top: 10vh;
  height: 30%;
  margin-left: 4vw;
}
}


.text-bloc:nth-child(2) {
    margin-top: 6.5%;
    width: 83%;
    margin-left: 3.4vw;
  }
  @media only screen 

  and (max-width: 1400px)
  and (orientation: landscape) {
    .text-bloc:nth-child(2) {
      margin-top: 6.5%;
      width: 100%;
      margin-left: 0vw;
    }
}
  .text-bloc:nth-child(3) {
    margin-top: 7.5%;
    margin-left: 10vw;
    width: 83%;
  }
@media only screen 

  and (max-width: 1400px)
  and (orientation: landscape) {
    .text-bloc:nth-child(3) {
      margin-top: 7.5%;
      width: 100%;
      margin-left: 0vw;
    }
}
@media only screen 

  and (max-width: 1200px)
  and (orientation: landscape) {
    .text-bloc:nth-child(3) {
      visibility: hidden;
    }
}
@media only screen 

  and (orientation: portrait) {
    .text-bloc:nth-child(3) {
      visibility: hidden;
    }
}
@media only screen 

  and (max-width: 1200px)
  and (orientation: landscape) {
    .text-bloc:nth-child(4) {
      visibility: hidden;
    }
}
@media only screen 

  and (orientation: portrait)  {
    .text-bloc:nth-child(4) {
      visibility: hidden;
    }
}

.second-grid-text-bloc {
  margin-top: 6.5%;
  width: 83%;
  margin-left: 0vw;
}
@media only screen 

and (max-width: 1400px)
and (orientation: landscape) {
  .text-bloc:nth-child(2) {
    margin-top: 6.5%;
    width: 100%;
    margin-left: 0vw;
  }
}
.text-bloc:nth-child(3) {
  margin-top: 7.5%;
  margin-left: 10vw;
  width: 83%;
}
@media only screen 

and (max-width: 1400px)
and (orientation: landscape) {
  .text-bloc:nth-child(3) {
    margin-top: 7.5%;
    width: 100%;
    margin-left: 0vw;
  }
}
@media only screen 

and (max-width: 1200px)
and (orientation: landscape) {
  .text-bloc:nth-child(3) {
    visibility: hidden;
  }
}
@media only screen 

and (orientation: portrait) {
  .text-bloc:nth-child(3) {
    visibility: hidden;
  }
}
@media only screen 

and (max-width: 1200px)
and (orientation: landscape) {
  .text-bloc:nth-child(4) {
    visibility: hidden;
  }
}
@media only screen 

and (orientation: portrait)  {
  .text-bloc:nth-child(4) {
    visibility: hidden;
  }
}

.third-grid-text-bloc:nth-child(1) {
    justify-content: right;
    width: 88%;
    margin-top: 8.2%;
    margin-left: 12%;
}
@media only screen 

  and (max-width: 1000px)
  and (orientation: landscape)  {
    .third-grid-text-bloc:nth-child(1) {
    justify-content: right;
    width: 88%;
    margin-top: 0%;
    margin-left: 12%;
  }
}
@media only screen 

  and (orientation: portrait) {
    .third-grid-text-bloc:nth-child(1) {
      justify-content: right;
      width: 100%;
      margin-top: 0%;
      margin-left: 0%;
    }
}
@media only screen 

  and (max-width: 600px)
  and (orientation: portrait) {
    .third-grid-text-bloc:nth-child(1) {
      justify-content: right;
      width: 88%;
      margin-top: 0%;
      margin-left: 12%;
    }
}

.third-grid-text-bloc:nth-child(2) {
    background-color: #282452;
    padding: 5%;
    width: 88%;
    margin-top: 10%;
}
@media only screen 

  and (orientation: portrait) {
    .third-grid-text-bloc:nth-child(2) {
      width: 100%;
      margin-top: 5%;
  }
}
@media only screen 

  and (max-width: 600px)
  and (orientation: portrait)  {
    .third-grid-text-bloc:nth-child(2) {
      background-color: #282452;
      padding: 5%;
      width: 88%;
      margin-top: 10%;
  }
}

.third-grid-text-bloc:nth-child(3) {
    width: 88%;
    margin-top: 10%;
    margin-left: 12%;
}
@media only screen 

  and (orientation: portrait)  {
    .third-grid-text-bloc:nth-child(3) {
      width: 100%;
      margin-top: 5%;
      margin-left: 0%;
  }
}
@media only screen 

  and (max-width: 600px)
  and (orientation: portrait) {
    .third-grid-text-bloc:nth-child(3) {
      width: 88%;
      margin-top: 10%;
      margin-left: 12%;
  }
}
  
  .title {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    margin-bottom: 4%;
    font-weight: lighter;
    color: white;
    letter-spacing: 0.1rem;
    opacity: 0.85;
  }
  
  .def {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    margin-bottom: 4%;
    font-weight: 200;
    color: white;
    letter-spacing: 0.1rem;
    opacity: 0.85;
  }
  @media only screen 

  and (max-width: 600px)
  and (orientation: portrait) {
    .def {
      font-size: 1.4rem;
      line-height: 1.8rem;
}
}
  .def2 {
    text-align: right;
    color: #aac1f4;
    opacity: 1;
  }
  .def3 {
    width: 58%;
    margin-left: 8.8vw;
    line-height: 2rem;
  }
  .def4 {
    margin-left: 14.35vw;
  }
  
  .text {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    /* margin-bottom: 10%; */
    font-weight: 200;
    color: white;
    letter-spacing: 0.1rem;
    opacity: 0.85;
  }
  @media only screen 

  and (max-width: 600px)
  and (orientation: portrait)  {
    .text {
      font-size: 1.4rem;
      line-height: 1.8rem;
}
}

.text-third-bloc {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  /* margin-bottom: 10%; */
  font-weight: 200;
  color: white;
  letter-spacing: 0.1rem;
  opacity: 0.85;
}
@media only screen 

and (max-width: 700px)
and (orientation: portrait) {
  .text-third-bloc {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
}
  
  .italic {
    font-style: italic;
  }
  
  #link {
    color: #3f41f5;
    text-decoration: none;
    font-style: italic;
    font-weight: 400;
    transition: 0.4s;
  }
  
  #link:hover {
    color: #701be3;
    font-style: italic;
    font-weight: 500;
    transition: 0.4s;
  }
  
/*---------- SLIDE SHOW -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.first-slideshow {
  display: flex;
  height: 70.9vh;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media only screen 

  and (max-width: 1000px)
  and (orientation: landscape)  {
    .first-slideshow
{
  display: none;
}
}
@media only screen 

  and (orientation: portrait)  {
    .first-slideshow
{
  display: none;
}
}

img {
  display: flex;
  position: fixed;
  width: 50%;
  opacity: 0;
  transition: 3.0s ease-in-out;
}
.show {
  opacity: 1;
}

.second-slideshow {
  height: 100%;
  width: 100%;
  grid-area: a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media only screen 

  and (orientation: landscape)  {
    .second-slideshow 
{
  display: none;
}
}
@media only screen 

  and (max-width: 1000px)
  and (orientation: landscape) {
    .second-slideshow
{
  display: flex;
}
}
@media only screen 

  and (orientation: portrait)  {
    .second-slideshow
{
  display: flex;
}
}
@media only screen 

  and (max-width: 700px)
  and (orientation: portrait)  {
    .second-slideshow 
{
  display: none;
}
}

pic {
  display: flex;
  position: fixed;
  width: 50%;
  opacity: 0;
  transition: 3.0s ease-in-out;
}
.slide {
  opacity: 1;
}

.third-slideshow {
  height: 100%;
  width: 100%;
  grid-area: b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media only screen 

  and (orientation: landscape)  {
    .third-slideshow 
{
  display: none;
}
}
@media only screen 

  and (max-width: 1000px)
  and (orientation: landscape)  {
    .third-slideshow
{
  display: flex;
}
}
@media only screen 

  and (orientation: portrait)  {
    .third-slideshow
{
  display: flex;
}
}
@media only screen 

  and (max-width: 700px)
  and (orientation: portrait)  {
    .third-slideshow 
{
  display: none;
}
}


vis {
  display: flex;
  position: fixed;
  width: 50%;
  opacity: 0;
  transition: 3.0s ease-in-out;
}
.carousel {
  opacity: 1;
}

.fourth-slideshow {
  height: 100%;
  width: 100%;
  grid-area: a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  background-image: url("media/Phonemes1DNSEP9jpg.jpg");
  background-size: contain;
background-repeat: no-repeat;
}
@media only screen 

  and (orientation: landscape)  {
    .fourth-slideshow {
  display: none;
}
}
@media only screen 

  and (min-width: 701px)
  and (orientation: portrait)  {
    .fourth-slideshow {
      display: none;
    }
}

.fifth-slideshow {
  height: 100%;
  width: 100%;
  grid-area: b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url("media/Phonemes1DNSEP8jpg.jpg");
    background-size: contain;
background-repeat: no-repeat;
}
@media only screen 

  and (orientation: landscape)  {
    .fifth-slideshow {
  display: none;
}
}
@media only screen 

  and (min-width: 701px)
  and (orientation: portrait) {
    .fifth-slideshow {
      display: none;
    }
}

.sixth-slideshow {
  height: 100%;
  width: 100%;
  grid-area: c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url("media/Phonemes1DNSEP1jpg.jpg");
    background-size: contain;
background-repeat: no-repeat;
}
@media only screen 

  and (orientation: landscape) {
    .sixth-slideshow {
  display: none;
}
}
@media only screen 

  and (min-width: 701px)
  and (orientation: portrait)  {
    .sixth-slideshow {
      display: none;
    }
}

.seventh-slideshow {
  height: 100%;
  width: 100%;
  grid-area: d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url("media/Phonemes1DNSEP10jpg.jpg");
    background-size: contain;
background-repeat: no-repeat;
}
@media only screen 

  and (orientation: landscape)  {
    .seventh-slideshow {
  display: none;
}
}
@media only screen 

  and (min-width: 701px)
  and (orientation: portrait)  {
    .seventh-slideshow {
      display: none;
    }
}

/*---------- VIDEO PLAYER ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 540px;
  font-family: "Ionicons", "Questrial" !important;
  cursor: pointer;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "\f488";
}

.vjs-icon-play-circle:before {
  content: "\f488";
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "\f478";
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f3b8";
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f258";
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f259";
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f257";
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "\f3d8";
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f3d0";
}

.vjs-icon-square:before {
  content: "\f371";
}

.vjs-icon-spinner:before {
  content: "\f29c";
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "\f3fa";
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "\f3fa";
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "\f453";
}

.vjs-icon-share:before {
  content: "\f3ac";
}

.vjs-icon-cog:before {
  content: "\f43d";
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "";
}

.vjs-icon-circle-outline:before {
  content: "";
}

.vjs-icon-circle-inner-circle:before {
  content: "";
}

.vjs-icon-hd:before {
  content: "\f4cd";
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "\f406";
}

.vjs-icon-replay:before {
  content: "\f49c";
}

.vjs-icon-facebook:before {
  content: "\f231";
}

.vjs-icon-gplus:before {
  content: "\f235";
}

.vjs-icon-linkedin:before {
  content: "";
}

.vjs-icon-twitter:before {
  content: "\f243";
}

.vjs-icon-tumblr:before {
  content: "\f241";
}

.vjs-icon-pinterest:before {
  content: "\f2b1";
}

.vjs-icon-audio-description:before {
  content: "";
}

.video-js {
  width: 54.7vw;
  /*width: 92vw;*/
  height: 64.5vh;
  /* height: 86vh; */
  margin-left: 0rem;
  margin-top: 0rem;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  color: #fff;
  background: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: "Ionicons", "Questrial" !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive,
.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 600%;
  line-height: 100px;
  height: 100px;
  width: 100px;
  display: block;
  position: absolute;
  text-indent: 5px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  -webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
  backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}
/*.video-js .vjs-big-play-button:after {
	content: 'Interstellar';
	font-family: 'Questrial';
	font-size: 35%;
	line-height: 38px;
	height: auto;
	width: auto;
	position: absolute;
	top: 5px;
	left: 100px;
	padding: 0 15px;
	text-align: center;
	background: #111;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 2px 0px;
  padding: 8px 15px;
  font-size: 14px;
  text-align: center;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  transition: all 0.15s ease;
  outline: none;
}

.vjs-menu li:hover {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
.vjs-menu li:active {
  transform: scale(0.9);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  /*background: -webkit-linear-gradient(to top, #FF7539 0%, #FFAB00 100%);
    background: linear-gradient(to top, #FF7539 0%, #FFAB00 100%);*/
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 50px;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  display: block;
  padding: 5px;
  /*background: -webkit-linear-gradient(top, rgba(30,30,30,.9), rgba(10,10,10,.9));
    background: linear-gradient(to bottom , rgba(30,30,30,.9), rgba(10,10,10,.9));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 0 10px rgba(0,0,0,.3);*/
  border-radius: 3px;
  color: #fff;
  font-size: 100%;
  margin-bottom: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  position: absolute;
  bottom: 15px;
  float: left;
}

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 700px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 350px);
  height: 50px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
  backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}

@media screen and (max-width: 740px) {
  .video-js .vjs-control-bar {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
  }
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  transform-origin: center bottom;
  transition: all 0.15s cubic-bezier(0.44, 0.14, 0.34, 0.97), width 0s, left 0s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  bottom: 5px;
  transition: 0.15s cubic-bezier(0.44, 0.14, 0.34, 0.97);
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

@media screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar:before {
    content: "";
  }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 50px;
  font-size: 120%;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-control:before {
  font-size: 200%;
  line-height: 50px;
  color: #fff;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 5px;
  border-radius: 5px;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  font-size: 120%;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 5px;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.video-js .vjs-mouse-display:before {
  display: none;
}

.video-js .vjs-play-progress {
  background: #fff;
  border-radius: 10px;
  transition: all 0.25s linear;
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -28px;
  right: 0;
  font-size: 12px !important;
  color: transparent;
  content: attr(data-current-time);
  padding: 8px;
  pointer-events: none;
  transition: 0.2s ease;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 10;
}

.video-js .vjs-load-progress {
  background: rgba(255, 255, 255, 0.3);
  transition: width 0.25s linear;
}

.video-js .vjs-load-progress div {
  background: rgba(0, 0, 0, 0.2);
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  position: absolute;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex
  .vjs-progress-control
  .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex
  .vjs-progress-control
  .vjs-mouse-display:after {
  display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #999;
  background: #222;
  border-radius: 5px 5px 0px 5px;
  visibility: visible;
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background: rgba(255, 255, 255, 0.15);
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
  top: 9px;
  border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 50px;
  height: 5px;
  border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 5px;
  height: 50px;
  margin: 1.35em auto;
  border-radius: 5px;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 5px;
  transition: all 0s;
}

/*.video-js .vjs-volume-level:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	bottom: -2px;
	right: -6px;
	background: #fff;
	border-radius: 50px;
}*/

.vjs-slider-vertical .vjs-volume-level {
  width: 5px;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 5px;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -2px;
  right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 50px;
  width: 85px;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 50px;
  width: 60px;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}

.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  visibility: hidden;
  opacity: 0;
}

.vjs-audio.vjs-has-started .vjs-poster {
  visibility: visible;
}

.vjs-controls-disabled .vjs-poster {
  visibility: hidden;
  display: none;
}

.vjs-using-native-controls .vjs-poster {
  visibility: hidden;
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 100%;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: block;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: block;
}
.vjs-duration.vjs-control,
.vjs-current-time.vjs-control {
  width: auto !important;
  padding: 0 10px;
}

.vjs-time-divider {
  line-height: 50px;
  width: 2px;
  transform: translateX(-2px);
}
.vjs-time-divider div span {
  font-size: 150%;
  color: rgba(255, 255, 255, 0.8);
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-play-control:after {
  content: "Play/Pause";
  position: absolute;
  top: -40px;
  left: 0px;
  width: auto;
  height: auto;
  background: #111;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #ddd;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px 15px;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
  transition-delay: 0s;
}
.video-js .vjs-play-control:hover:after {
  opacity: 1;
  transition-delay: 1.3s;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing
  video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-fullscreen-control:after {
  content: "Fullscreen";
  position: absolute;
  top: -40px;
  right: 0px;
  width: auto;
  height: auto;
  background: #111;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #ddd;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px 15px;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
  transition-delay: 0s;
}
.video-js .vjs-fullscreen-control:hover:after {
  opacity: 1;
  transition-delay: 1.3s;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 120%;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  transform: translateX(0%);
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  position: absolute;
  top: 5px;
  left: calc(50% - 65px);
  width: 130px;
  height: 40px;
  border-radius: 5px;
  background: #111;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
}
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid transparent 2px;
  border-top-color: #fff;
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
}
.vjs-loading-spinner:after {
  content: "Loading";
  position: absolute;
  top: 0px;
  right: 5px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  font-size: 150%;
  text-align: center;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  visibility: visible;
  opacity: 1;
  top: 20px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.vjs-chapters-button .vjs-menu {
  left: -10em;
  width: 0;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex
  .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.vjs-remaining-time {
  display: none;
}
.vjs-caption-settings {
  position: relative;
  top: 1em;
  /*background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.75);*/
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}

/* .video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
} */

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}


/*---------- VIDEO PLAYER 2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.video-js-two .vjs-big-play-button:before,
.video-js-two .vjs-control:before,
.video-js-two .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 540px;
  font-family: "Ionicons", "Questrial" !important;
  cursor: pointer;
}

.video-js-two .vjs-big-play-button:before,
.video-js-two .vjs-control:before {
  text-align: center;
}

.vjs-icon-play:before,
.video-js-two .vjs-big-play-button:before,
.video-js-two .vjs-play-control:before {
  content: "\f488";
}

.vjs-icon-play-circle:before {
  content: "\f488";
}

.vjs-icon-pause:before,
.video-js-two .vjs-play-control.vjs-playing:before {
  content: "\f478";
}

.vjs-icon-volume-mute:before,
.video-js-two .vjs-mute-control.vjs-vol-0:before,
.video-js-two .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f3b8";
}

.vjs-icon-volume-low:before,
.video-js-two .vjs-mute-control.vjs-vol-1:before,
.video-js-two .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f258";
}

.vjs-icon-volume-mid:before,
.video-js-two .vjs-mute-control.vjs-vol-2:before,
.video-js-two .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f259";
}

.vjs-icon-volume-high:before,
.video-js-two .vjs-mute-control:before,
.video-js-two .vjs-volume-menu-button:before {
  content: "\f257";
}

.vjs-icon-fullscreen-enter:before,
.video-js-two .vjs-fullscreen-control:before {
  content: "\f3d8";
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f3d0";
}

.vjs-icon-square:before {
  content: "\f371";
}

.vjs-icon-spinner:before {
  content: "\f29c";
}

.vjs-icon-subtitles:before,
.video-js-two .vjs-subtitles-button:before {
  content: "\f3fa";
}

.vjs-icon-captions:before,
.video-js-two .vjs-captions-button:before {
  content: "\f3fa";
}

.vjs-icon-chapters:before,
.video-js-two .vjs-chapters-button:before {
  content: "\f453";
}

.vjs-icon-share:before {
  content: "\f3ac";
}

.vjs-icon-cog:before {
  content: "\f43d";
}

.vjs-icon-circle:before,
.video-js-two .vjs-mouse-display:before,
.video-js-two .vjs-play-progress:before,
.video-js-two .vjs-volume-level:before {
  content: "";
}

.vjs-icon-circle-outline:before {
  content: "";
}

.vjs-icon-circle-inner-circle:before {
  content: "";
}

.vjs-icon-hd:before {
  content: "\f4cd";
}

.vjs-icon-cancel:before,
.video-js-two .vjs-control.vjs-close-button:before {
  content: "\f406";
}

.vjs-icon-replay:before {
  content: "\f49c";
}

.vjs-icon-facebook:before {
  content: "\f231";
}

.vjs-icon-gplus:before {
  content: "\f235";
}

.vjs-icon-linkedin:before {
  content: "";
}

.vjs-icon-twitter:before {
  content: "\f243";
}

.vjs-icon-tumblr:before {
  content: "\f241";
}

.vjs-icon-pinterest:before {
  content: "\f2b1";
}

.vjs-icon-audio-description:before {
  content: "";
}

.video-js-two {
  width: 31vw;
  /*width: 92vw;*/
  height: 38vh;
  /* height: 86vh; */
  margin-left: 0rem;
  margin-top: 0rem;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  color: #fff;
  background: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: "Ionicons", "Questrial" !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.video-js-two:-moz-full-screen {
  position: absolute;
}

.video-js-two:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js-two *,
.video-js-two *:before,
.video-js-two *:after {
  box-sizing: inherit;
}

.video-js-two ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js-two .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive,
.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.video-js-two .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js-two .vjs-big-play-button {
  font-size: 600%;
  line-height: 100px;
  height: 100px;
  width: 100px;
  display: block;
  position: absolute;
  text-indent: 5px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  -webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
  backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}
/*.video-js .vjs-big-play-button:after {
	content: 'Interstellar';
	font-family: 'Questrial';
	font-size: 35%;
	line-height: 38px;
	height: auto;
	width: auto;
	position: absolute;
	top: 5px;
	left: 100px;
	padding: 0 15px;
	text-align: center;
	background: #111;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.video-js-two button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js-two .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 2px 0px;
  padding: 8px 15px;
  font-size: 14px;
  text-align: center;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  transition: all 0.15s ease;
  outline: none;
}

.vjs-menu li:hover {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
.vjs-menu li:active {
  transform: scale(0.9);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  /*background: -webkit-linear-gradient(to top, #FF7539 0%, #FFAB00 100%);
    background: linear-gradient(to top, #FF7539 0%, #FFAB00 100%);*/
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 50px;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  display: block;
  padding: 5px;
  /*background: -webkit-linear-gradient(top, rgba(30,30,30,.9), rgba(10,10,10,.9));
    background: linear-gradient(to bottom , rgba(30,30,30,.9), rgba(10,10,10,.9));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 0 10px rgba(0,0,0,.3);*/
  border-radius: 3px;
  color: #fff;
  font-size: 100%;
  margin-bottom: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  position: absolute;
  bottom: 15px;
  float: left;
}

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js-two .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js-two .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js-two .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 700px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 350px);
  height: 50px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
  backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}

@media screen and (max-width: 740px) {
  .video-js .vjs-control-bar {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
  }
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  transform-origin: center bottom;
  transition: all 0.15s cubic-bezier(0.44, 0.14, 0.34, 0.97), width 0s, left 0s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  bottom: 5px;
  transition: 0.15s cubic-bezier(0.44, 0.14, 0.34, 0.97);
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

@media screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar:before {
    content: "";
  }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 50px;
  font-size: 120%;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-control:before {
  font-size: 200%;
  line-height: 50px;
  color: #fff;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 5px;
  border-radius: 5px;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  font-size: 120%;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 5px;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.video-js .vjs-mouse-display:before {
  display: none;
}

.video-js .vjs-play-progress {
  background: #fff;
  border-radius: 10px;
  transition: all 0.25s linear;
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -28px;
  right: 0;
  font-size: 12px !important;
  color: transparent;
  content: attr(data-current-time);
  padding: 8px;
  pointer-events: none;
  transition: 0.2s ease;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 10;
}

.video-js .vjs-load-progress {
  background: rgba(255, 255, 255, 0.3);
  transition: width 0.25s linear;
}

.video-js .vjs-load-progress div {
  background: rgba(0, 0, 0, 0.2);
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  position: absolute;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex
  .vjs-progress-control
  .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex
  .vjs-progress-control
  .vjs-mouse-display:after {
  display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #999;
  background: #222;
  border-radius: 5px 5px 0px 5px;
  visibility: visible;
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background: rgba(255, 255, 255, 0.15);
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
  top: 9px;
  border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 50px;
  height: 5px;
  border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 5px;
  height: 50px;
  margin: 1.35em auto;
  border-radius: 5px;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 5px;
  transition: all 0s;
}

/*.video-js .vjs-volume-level:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	bottom: -2px;
	right: -6px;
	background: #fff;
	border-radius: 50px;
}*/

.vjs-slider-vertical .vjs-volume-level {
  width: 5px;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 5px;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -2px;
  right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 50px;
  width: 85px;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 50px;
  width: 60px;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}

.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  visibility: hidden;
  opacity: 0;
}

.vjs-audio.vjs-has-started .vjs-poster {
  visibility: visible;
}

.vjs-controls-disabled .vjs-poster {
  visibility: hidden;
  display: none;
}

.vjs-using-native-controls .vjs-poster {
  visibility: hidden;
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 100%;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: block;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: block;
}
.vjs-duration.vjs-control,
.vjs-current-time.vjs-control {
  width: auto !important;
  padding: 0 10px;
}

.vjs-time-divider {
  line-height: 50px;
  width: 2px;
  transform: translateX(-2px);
}
.vjs-time-divider div span {
  font-size: 150%;
  color: rgba(255, 255, 255, 0.8);
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-play-control:after {
  content: "Play/Pause";
  position: absolute;
  top: -40px;
  left: 0px;
  width: auto;
  height: auto;
  background: #111;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #ddd;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px 15px;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
  transition-delay: 0s;
}
.video-js .vjs-play-control:hover:after {
  opacity: 1;
  transition-delay: 1.3s;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing
  video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-fullscreen-control:after {
  content: "Fullscreen";
  position: absolute;
  top: -40px;
  right: 0px;
  width: auto;
  height: auto;
  background: #111;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #ddd;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px 15px;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
  transition-delay: 0s;
}
.video-js .vjs-fullscreen-control:hover:after {
  opacity: 1;
  transition-delay: 1.3s;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 120%;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  transform: translateX(0%);
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  position: absolute;
  top: 5px;
  left: calc(50% - 65px);
  width: 130px;
  height: 40px;
  border-radius: 5px;
  background: #111;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
}
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid transparent 2px;
  border-top-color: #fff;
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
}
.vjs-loading-spinner:after {
  content: "Loading";
  position: absolute;
  top: 0px;
  right: 5px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  font-size: 150%;
  text-align: center;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  visibility: visible;
  opacity: 1;
  top: 20px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.vjs-chapters-button .vjs-menu {
  left: -10em;
  width: 0;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex
  .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.vjs-remaining-time {
  display: none;
}
.vjs-caption-settings {
  position: relative;
  top: 1em;
  /*background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.75);*/
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}

/* .video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
} */

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
