/* ICONS */
.i-fast-backward:before {
  content: "\f049";
  font-feature-settings: 'liga';
  font-style: normal !important;
  display: inline-block;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: FontAwesome;
  text-rendering: optimizeLegibility; }

.i-fast-forward:before {
  content: "\f050";
  font-feature-settings: 'liga';
  font-style: normal !important;
  display: inline-block;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: FontAwesome;
  text-rendering: optimizeLegibility; }

.i-random:before {
  content: "\f074";
  font-feature-settings: 'liga';
  font-style: normal !important;
  display: inline-block;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: FontAwesome;
  text-rendering: optimizeLegibility; }

.i-cog:before {
  content: "\f013";
  font-feature-settings: 'liga';
  font-style: normal !important;
  display: inline-block;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: FontAwesome;
  text-rendering: optimizeLegibility; }

.i-angle-up:before {
  content: "\f106";
  font-feature-settings: 'liga';
  font-style: normal !important;
  display: inline-block;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: FontAwesome;
  text-rendering: optimizeLegibility; }

.i-angle-down:before {
  content: "\f107";
  font-feature-settings: 'liga';
  font-style: normal !important;
  display: inline-block;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: FontAwesome;
  text-rendering: optimizeLegibility; }

.i-angle-left:before {
  content: "\f104";
  font-feature-settings: 'liga';
  font-style: normal !important;
  display: inline-block;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: FontAwesome;
  text-rendering: optimizeLegibility; }

.i-angle-right:before {
  content: "\f105";
  font-feature-settings: 'liga';
  font-style: normal !important;
  display: inline-block;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: FontAwesome;
  text-rendering: optimizeLegibility; }



.playlist-item {
  color: #fff; }
  .playlist-item .thumb {
    position: relative; }
    .playlist-item .thumb .inner {
      position: relative;
      width: 100%;
      padding-top: 74%; }
      .playlist-item .thumb .inner .img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 100%; }
    .playlist-item .thumb .icons {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 10px;
      line-height: 30px;
      vertical-align: middle;
      background: rgba(0, 0, 0, 0.5); }
    .playlist-item .thumb .edit {
      font-size: 18px;
      line-height: 0;
      color: #fff;
      display: inline-block; }
      .playlist-item .thumb .edit:hover {
        color: #c01291; }
    .playlist-item .thumb .delete {
      font-size: 18px;
      line-height: 0;
      color: #fff;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
      .playlist-item .thumb .delete:hover {
        color: #c01291; }
    .playlist-item .thumb .favorite {
      font-size: 15px;
      line-height: 0;
      color: #fff;
      display: inline-block; }
      .playlist-item .thumb .favorite:hover {
        color: #c01291; }
      .playlist-item .thumb .favorite.active {
        color: #c01291; }
  .playlist-item .overlay {
    width: 33.33%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 6px;
    background: rgba(0, 0, 0, 0.5);
    bottom: -1px; }
    .playlist-item .overlay .pos {
      position: relative;
      width: 100%;
      padding: 3px 0;
      height: 33%;
      text-align: center;
      overflow: hidden; }
      .playlist-item .overlay .pos img {
        height: 100%;
        max-width: none;
        position: relative; }
      .playlist-item .overlay .pos .amount {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 13px;
        line-height: 15px;
        color: #fff; }
        .playlist-item .overlay .pos .amount b {
          width: 100%;
          font-weight: 0; }
  .playlist-item .title {
    font-size: 16px;
    color: #c01291;
    line-height: 18px;
    padding: 5px;
    margin: 0; }
  .playlist-item .details {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    padding: 0 5px 0 5px; }
    .playlist-item .details span {
      display: inline-block; }
    .playlist-item .details .i-thumbs-up:before {
      color: #656565;
      font-size: 15px; }

.playlist-widget {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px; }
  .playlist-widget .pl-nav {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #222;
    line-height: 22px; }
    .playlist-widget .pl-nav .title {
      vertical-align: middle;
      display: inline-block;
      font-size: 16px;
      color: #c01291;
      font-weight: 500; }
    .playlist-widget .pl-nav .views {
      font-size: 14px;
      margin-left: 15px;
      vertical-align: middle;
      display: inline-block;
      color: #fff; }
    .playlist-widget .pl-nav .rating {
      margin-left: 5px;
      vertical-align: middle;
      display: inline-block; }
    .playlist-widget .pl-nav .favorites {
      vertical-align: middle;
      display: inline-block; }
    .playlist-widget .pl-nav .icon {
      vertical-align: middle;
      display: inline-block;
      margin-left: 10px;
      cursor: pointer; }
      .playlist-widget .pl-nav .icon:before {
        color: #838383;
        font-size: 17px;
        transition: all .2s ease; }
      .playlist-widget .pl-nav .icon.active:before {
        color: #c01291; }
      .playlist-widget .pl-nav .icon:hover:before {
        color: #fff; }
    @media (max-width: 450px) {
      .playlist-widget .pl-nav .pull-left {
        display: inline-block;
        width: 100%;
        text-align: center; }
      .playlist-widget .pl-nav .pull-right {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 5px; } }
  .playlist-widget .pl-items {
    position: relative;
    padding: 10px 0;
    display: inline-block;
    width: 100%; }
    .playlist-widget .pl-items .item {
      width: 100%;
      float: left;
      transition: all .3s ease; }
      .playlist-widget .pl-items .item .thumb {
        position: relative;
        overflow: hidden;
        padding-top: 61%;
        border: 2px solid transparent; }
        .playlist-widget .pl-items .item .thumb img {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          width: 100%;
          min-height: 100%;
          transition: all .4s ease; }
        .playlist-widget .pl-items .item .thumb .time {
          position: absolute;
          color: #fff;
          background: rgba(0, 0, 0, 0.6);
          font-size: 12px;
          right: 0;
          bottom: 0;
          padding: 3px 5px; }
      .playlist-widget .pl-items .item .title {
        transition: all .4s ease;
        display: inline-block;
        color: #c01291;
        font-size: 14px;
        padding: 5px 0; }
      .playlist-widget .pl-items .item.active .thumb {
        border: 2px solid #c01291; }
      .playlist-widget .pl-items .item:hover {
        color: #fff;
        text-decoration: none; }
        .playlist-widget .pl-items .item:hover .thumb img {
          transform: scale(1.15); }
        .playlist-widget .pl-items .item:hover .title {
          color: #fff; }
  .playlist-widget .pl-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    transition: all .3s ease;
    text-align: center; }
    .playlist-widget .pl-prev i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .playlist-widget .pl-prev i:before {
        color: #fff;
        font-size: 25px; }
    .playlist-widget .pl-prev:hover {
      background: rgba(0, 0, 0, 0.9); }
  .playlist-widget .pl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: #000;
    transition: all .3s ease;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    text-align: center; }
    .playlist-widget .pl-next i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .playlist-widget .pl-next i:before {
        color: #fff;
        font-size: 25px; }
    .playlist-widget .pl-next:hover {
      background: rgba(0, 0, 0, 0.9); }

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 200px; }
  .upload-btn-wrapper.auto-width {
    width: auto; }

.btn-upload {
  display: inline-block;
  font-size: 12px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  border: 1px solid #c01291;
  transition: all .3s ease;
  background: #c01291;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn-upload:hover {
    background-color: transparent; }
  .btn-upload.btn-upload-bordered {
    background: transparent;
    border: 1px solid #c01291;
    width: auto; }

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer; }

.sidebar-list-items .item {
  font-size: 14px;
  position: relative;
  height: 115px;
  margin-bottom: 28px; }
  .sidebar-list-items .item .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
    height: 115px;
    background: #fff;
    overflow: hidden; }
    .sidebar-list-items .item .thumb img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: none;
      height: 101%;
      width: auto;
      opacity: 1;
      transition: all .3s ease; }
      .sidebar-list-items .item .thumb img:hover {
        opacity: 0.8; }
  .sidebar-list-items .item .description {
    width: 100%;
    padding-left: 123px;
    line-height: 22px; }
    .sidebar-list-items .item .description .title a {
      color: #c01291;
      transition: all .3s ease; }
      .sidebar-list-items .item .description .title a:hover {
        text-decoration: underline; }
  .sidebar-list-items .item:first-child {
    margin-top: 0; }
.sidebar-list-items .pink-btn {
  float: right;
  margin-top: 30px; }

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

.sticky-top.affix {
  z-index: 9999; }

.move-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  text-align: center;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.5);
  color: #c01291; }
  .move-left i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (min-width: 600px) {
    .move-left {
      display: none !important; } }

.move-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  text-align: center;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.5);
  color: #c01291; }
  .move-right i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (min-width: 600px) {
    .move-right {
      display: none !important; } }

.item-col:first-child .move-left {
  display: none; }
.item-col:last-child .move-right {
  display: none; }

.item-col:hover .add-to-fav {
  display: block; }

@media (max-width: 600px) {
  .item-col .add-to-fav {
    display: block; } }
