/*******************************/
/* Spidoche Tube reset*/
/*******************************/

.spidochetube,
.spidochetube div,
.spidochetube li,
.spidochetube ul,
.spidochetube p,
.spidochetube a {
  padding: 0;
  margin: 0;
}


/*******************************/
/* Spidoche navigation*/
/*******************************/

#spidochetube_nav {
  margin: auto;
  padding-top: 10px;
  clear: both;
}
#spidochetube_nav a {
  display: inline-block;
  text-decoration: none;
  color: #666;
}
#spidochetube_nav a:hover {
  color: #2FB48B;
  border-color: #93CAB9
}
#spidochetube_nav a.spidochetube_next {
  float: left;
  padding: 3px 8px 3px 5px;
}
#spidochetube_nav a.spidochetube_prev {
  float: right;
  padding: 3px 5px 3px 8px;
}
#spidochetube_nav a span {
  display: inline-block;
  vertical-align: middle;
}
#spidochetube_nav a {
  background: #EFF1F5;
  border-radius: 4px;
  border: 1px solid #CFD5DD;
  box-shadow: 0 1px 1px white;
  text-shadow: 0 1px 1px white;
}


/*******************************/
/* Spidoche Tube Mininal Style */
/*******************************/

/* CONTAINER */
body {
  background-color: #F8F9FA;
}
.spidochetube {
  margin: auto;
}
.spidochetube .spidochetube_inner {
  width: 100%;
  background-color: #FFF;
  float: left;
}

/* PLAYER */
.spidochetube #spidochetube_player {
  border-bottom: #fff solid 1px;
  background: #f2f2f2;
  padding: 20px 0;
}
#spidochetube_player #player {
  margin: 20px auto;
  width: 90%;
  display: block;
}

/* PLAYLIST */
#spidochetube_list {
  margin: auto;
  padding: 20px 2% 0 2%;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.spidochetube #spidochetube_list li {
  float: left;
  width: 23%;
  padding: 22px 0 10px 0;
  list-style: none;
  background-color: #f2f2f2;
  margin: 6px 1%;
  border: 1px solid #CFD5DD;
  box-sizing: border-box;
  border-radius: 1px;
  margin-bottom: 15px;
}
.spidochetube #spidochetube_list li:hover {
  border-color: #dddddd;
}
.spidochetube #spidochetube_list li a {
  padding: 0 10px;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  display: block;
}
.spidochetube #spidochetube_list li a:hover {
  color: #000000;
}
.spidochetube #spidochetube_list li img {
  width: 100%
}
.spidochetube #spidochetube_list li a span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 5px;
}
.spidochetube #spidochetube_list li.spidochetube_current {
  background: #ddd;
  background: #ddd;
}
.spidochetube #spidochetube_list li.spidochetube_current a {
  color: #333;
  font-weight: 500
}
#spidochetube_loadmore {
  display: block;
  clear: both;
  width: 90px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 5px;
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #6A6A6A;
  border: 1px solid #CFD5DD;
}
#spidochetube_loadmore:hover {
  border-color: #5B6674;
  background: #ddd
}


/*******************************/
/* MEDIAQUERIES */
/*******************************/

@media (max-width:640px) {
  .spidochetube #spidochetube_list li {
    width: 31.33%;
  }
  }/* max-width:640px */

  @media (max-width:480px) {
    .spidochetube #spidochetube_list li {
      width: 100%;
      padding: 0;
      margin: 0;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ccc;
    }
    .spidochetube #spidochetube_list li img {
      width: 90px;
      display: table-cell;
      padding: 5px 10px;
    }
    .spidochetube #spidochetube_list li a span {
      display: table-cell;
      vertical-align: middle;
      overflow: inherit;
      white-space: inherit;
      padding: 4px 1%;
    }
    .spidochetube #spidochetube_list li a {
      display: table;
      margin: 0;
      padding: 0;
      text-shadow: none;
    }
    #spidochetube_list {
      margin-left: auto;
      margin-right: auto;
      padding: 10px 0;
      width: 100%;
    }
    }/* max-width:480px */