* {margin: 0; padding: 0;}
body{
  background-color: gainsboro;
}
.holder{
  /* padding: 1vw;
  margin: 1vw; */
  background-color: gainsboro;
  
  z-index: 0;
  position: absolute;
  top: 7vw;
  left: 0px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: scroll; */
}
#hideandshow{

}
.holderUp{
  *width: 100vw;
  *height: 100vh;
  overflow: scroll;
}
ul {
  list-style-type: none;
}

h3 {
  font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}
a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: gray;
}


li {
  padding: 1vw;
  *min-width: -moz-fit-content;
  list-style: none;
  border-bottom: 1px solid #fff;
  padding: 5px;
  margin: 2px;
}

li:hover {
  background: #eee;
  cursor: pointer;
  border-bottom: 1px solid black;
  *min-width: -moz-fit-content;
}
.sidbarLI{
  min-width: -moz-fit-content;
  border-radius: 6%;
  background-color: #ff0c0061;
}
.insideLI{
  *border-radius: 25% 10%;
}
.textLI{
  padding: 5px;
  color: black;
  text-align: center;
}
/*li p {
margin: 1vw;
font: 200 12px/1.5 Georgia, Times New Roman, serif;
}*/
.views{
  /*margin: 1vw;
  padding: 1vw;*/
  color: blue;
  font-size: 2vw;
  *width: 16vw;
  float: left;
  text-align: left;
}
.love{
  /*margin: 1vw;
  padding: 1vw;*/
  color: red;
  font-size: 2vw;
  *width: 8vw;
  float: right;
  text-align: right;
}
.showNo{
  display:none;
}
.floatright{
  float: right;
  text-align: right;
  font-size: 1em;
}
.floatleft{
  text-align: left;
  font-size: 1em;
}
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

  /*.card {
  display: inline-block;
  }*/
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  flex-basis: fill;
  overflow-x: auto;
  flex-direction: row;
  width: 98vw;
  /* max-height: 41vh;
  min-height: 38vh; */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /*row | row-reverse | column | column-reverse;*/
  /*justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;*/

}
.scrolling-wrapper-flexbox > li {
  flex: 1;
  *min-width: -moz-fit-content;
}
.scrolling-wrapper-flexbox p{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em;
  font-size: 1em;
}
.card {
  display: flex;
  flex-direction: column;
  /*min-width: 48vw;
  max-width: 48vw;
  width: 48vw;
  min-height: 37vh;
  margin-bottom: 7vw;*/
}

.card1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 45vw;
  width: 45vw;
}

p.pad{
  font-weight: 800;
  padding: 1vw;
  margin: 1vw;
}
.divholder {
  *background-color: gainsboro;
  width: 100%;
}
.divholderDW{
  display: inline-flex;
  justify-content: space-between;
  *flex: 3;
  flex-wrap: nowrap;
  width: 100%;
}
.card img{
  width: 100%;
}
.mystyleimage {
  display: block;
  flex-direction: column;
  width: 30vh;
  height: 45vh;
}
.mystyleimageNews {
  display: block;
  flex-direction: column;
  width: 100%;
  height: 45vh;

}
.scrolling-wrapper, .scrolling-wrapper-flexbox {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  &::-webkit-scrollbar {
    display: none;
  }
}
&::-webkit-scrollbar {
  display: none;
}

.created{
  font-size: 0.8em!important;;
}
#featured{
  z-index: 0;
  padding-left: 1vw;
  width: 98vw;
  -webkit-overflow-scrolling: touch;
}
#featured >li{
  border-bottom: 1px solid #fff;
  padding: 5px;
  margin: 2px;
}
#featured >li:hover{
  border-bottom: 1px solid black;
}
#views{
  z-index: 0;
  padding-left: 1vw;
}
#views>li{
  border-bottom: 1px solid #fff;
  padding: 5px;
  margin: 2px;
}
#views >li:hover{
  border-bottom: 1px solid black;
}
#likes{
  z-index: 0;
  padding-left: 1vw;
}
#likes>li{
  border-bottom: 1px solid #fff;
  padding: 5px;
  margin: 2px;
}
#likes >li:hover{
  border-bottom: 1px solid black;
}
#os{
  /* margin-top: 1vw;
  padding-top: 5vh;
  height: 5vw; */
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#closeNews{
  width: 65vw;
  /* background: #fbf7f7f5; */
  height: 5vw;
  position: fixed;
  z-index: 10000;
  /* display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  top:14vw;
  */
  text-align: left;
  min-height: 6vw;
  font-size: 4vw;
  padding: 2vw;
  color: red;

}
.androindAmazon{
  height: 3vw;
  background-color: blue;
  background: url(http://b-2-studio.com/static/img/stores/amazon.svg) no-repeat;
  background-size: contain;
  width: 30%;
  background-position: center;
  z-index: 9;
}
.androind{
  height: 3vw;
  background-color: blue;
  background: url(http://b-2-studio.com/static/img/stores/google.svg) no-repeat;
  background-size: contain;
  width: 30%;
  background-position: center;
  z-index: 9;
}
.ios{
  height: 3vw;
  background-color: red;
  background:url(http://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg) no-repeat;
  background-size: contain;
  width:30%;
  background-position: center;
  z-index: 9;
}
.sideBar{
  height: 6vw;
  background-color: red;
  background:url(http://b-2-studio.com/static/img/stores/icons8-menu-filled.svg) no-repeat;
  background-size: contain;
  width: 8vh;
  background-position: center;
  margin-right: 1vh;
  z-index: 9;
}
.heightToMax {
    /*max-height: 15vh;
    min-height: 10vh;
    overflow: scroll;*/
}

#sidebar{
  /*visibility: hidden;
  z-index: 10000;
  position: fixed;
  top: 12vw;
  right: 0vw;
  background: #d8dada;
  overflow: scroll;
  height: 80vh;
  width: 25vw;*/
  visibility: visible;

}
#sidebar>li{
  border-bottom: 1px solid #fff;
  padding: 5px;
  margin: 2px;
}
#sideBarNews{

}
#myProgress {
  width: 100%;
  background-color: #ddd;
  position: sticky;
  top:6vh;
  z-index: 20000;
  visibility: hidden;
}

#myBar {
  width: 1%;
  height: 2vh;
  background-color: #4CAF50;
  z-index: 9999;
}
.sidebarHol{
  visibility: hidden;
  z-index: 10000;
  position: fixed;
  top: 15vh;
  right: 0vw;
  visibility: visible;
  background: azure;
  height: 80vh;
  overflow: scroll;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-evenly; */

}


.next{
  position: fixed;
  right: 1vw;
  z-index: 10;
  width: 6vw;
  height: 160px;
  color: #021b1b;
  background-color: #13b9b952;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}

#sidbarLI>li{
  padding: 5px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-bottom: 1px solid #fff;
  padding: 5px;
  margin: 2px;
}
.sidbarLI>li{
  border-bottom: 1px solid #fff;
  padding: 5px;
  margin: 2px;
}
.con{
  display: block !important;
}
.container{
  width: 100vw;
  height: 4vw;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.containerIos{
  width: 100vw;
  height: 4vw;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background-color: black;
  position: fixed;
  top: 4vw;
  left: 0;
  z-index: 20000;
}
.overlay-close{
  font-size: 3vw;
  text-align: center;
  color: #333 !important;
}
.flex-grid-thirds {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-grid-thirds .col{
  width: 100%;
}
.videotitle{
  font-size: 3vw;
  text-align: center;
  color: white;
}





.player {
  max-width: 80vw;
  border: 6px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  *overflow: hidden;
  top:20vh;
  left:10vw;
  background: black;
  &:hover {
    .progress {
      height: 10px;
    }

    .player-controls {
      transform: translateY(0);
    }
  }
}

.player:-webkit-full-screen,
.player:fullscreen {
  max-width: none;
  width: 100%;
}

.play-btn {
  flex: 1;
}

.player-video {
  width: 100%;
  display: block;
}

.player-btn {

  background: none;
  border: 0;
  color: white;
  text-align: center;
  max-width: 60px;
  padding: 5px 8px;

  svg {
    fill: #FFFFFF;
  }

  &:hover,
  &:focus {
    border-color: $accent-color;
    background: rgba(255, 255, 255, .2);
  }
}

.player-slider {
  width: 10px;
  height: 30px;
}

.player-controls {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  transition: all 0.3s;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.3);
}

.player-controls > * {
  flex: 1;
}

.progress {
  position: relative;
  display: flex;
  flex: 10;
  flex-basis: 100%;
  height: 4px;
  transition: height 0.3s;
  background: rgba(0, 0, 0, 0.5);
}

.filled-progress {
  width: 50%;
  background: $accent-color;
  flex: 0;
  flex-basis: 50%;
}

.sliders {
  max-width: 200px;
  display: flex;
}

input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  margin: 0 5px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.8);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 10px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: white;
  cursor: pointer;
}
