/* Preloader */
.preloader-holder {
    background-color: #fff;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    padding: 12px;  
    margin: 0 auto;
    max-width: 100%;    
    overflow: hidden;
  }
  
  @keyframes placeHolderShimmer {
    0%{ background-position: -468px 0; }
    100%{ background-position: 468px 0; }
  }
  
  .animated-preloader-background {
    animation-duration: 3.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    height: 50px;
    position: relative;
  }
  .animated-preloader-background.lg-container {
    animation-duration: 1.5s;
  }
  
  .background-preloader-masker {
    background: #fff;
    position: absolute;
  }
  
  /* Every thing below this is just positioning */
  /* PDF Downloads */
  .preloader-holder.pdf-downloader {
    min-height: 50px;
    width: 255px;
    margin-bottom: 30px;
  }
  
  .background-preloader-masker.pdf-title-top-pad {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
  }  
  .background-preloader-masker.pdf-download-icon {
      top: 10px;
      right: 30px;
      height: 30px;
      width: 10px;
  }
  .background-preloader-masker.pdf-title {
      top: 20px;
      left: 40px;
      height: 5px;
      right: 30px;
  }
  .background-preloader-masker.pdf-title-left-pad {
    top: 10px;
    left: 40px;
    height: 10px;
    width: 10px;
}
.background-preloader-masker.pdf-sub-title-top-pad {
    top: 30px;
    left: 40px;
    right: 0;
    height: 5px;
}
.background-preloader-masker.pdf-sub-title-left-pad {
    top: 25px;
    left: 40px;
    width: 10px;
    height: 5px;
}
.background-preloader-masker.pdf-bottom-top-pad {
    top: 35px;
    left: 40px;
    height: 10px;
    right: 0;

}
.background-preloader-masker.pdf-bottom {
    top: 45px;
    left: 0;
    right: 0;
    height: 30px;
}
/* Topics */
.animated-preloader-background.topics {
  min-height: 80px;
}
.preloader-holder.topics-list {
  min-height: 80px;
  width: 100%;
}
.background-preloader-masker.topic-title-bottom {
  top: 12px;
  left: 0;
  right: 0;
  height: 15px;
}
.background-preloader-masker.topic-title-right-pad {
  top: 0;
  right: 0;
  height: 15px;
  width: 50%;
}
.background-preloader-masker.topic-strip-0 {
  top: 30px;
  right: 0;
  height: 3px;
  left: 0;
}
.background-preloader-masker.topic-strip-1 {
  top: 37px;
  right: 0;
  height: 3px;
  left: 0;
}
.background-preloader-masker.topic-strip-2 {
  top: 44px;
  right: 0;
  height: 3px;
  left: 0;
}
.background-preloader-masker.topic-view-more {
  top: 44px;
  right: 0;
  height: 10px;
  left: 15%;
}
.background-preloader-masker.bottom {
    top: 54px;
    left: 0;
    right: 0;
    height: 50px;
}
/* Videos */
.animated-preloader-background.videos {
  min-height: 190px;
}
.preloader-holder.videos-list {
  min-height: 190px;
  width: 100%;
}
.background-preloader-masker.video-title-top {
  top: 115px;
  left: 0;
  right: 0;
  height: 25px;
}
.background-preloader-masker.video-title-bottom {
  top: 150px;
  left: 0;
  right: 0;
  height: 10px;
}
.background-preloader-masker.video-strip-0,
.background-preloader-masker.video-strip-1,
.background-preloader-masker.video-strip-2 {
  top: 164px;
  left: 0;
  right: 0;
  height: 5px;
}
.background-preloader-masker.video-strip-1 {
  top: 173px;
}
.background-preloader-masker.video-strip-2 {
  top: 181px;
}
.background-preloader-masker.video-left-pad {
  top: 155px;
  left: 0%;
  height: 61px;
  width: 15%;
}
.background-preloader-masker.video-right-pad {
  top: 155px;
  right: 0%;
  height: 61px;
  width: 15%;
}
.background-preloader-masker.video-title-right-pad {
  top: 140px;
  right: 0%;
  height: 10px;
  width: 10%
}
.background-preloader-masker.video-title-left-pad {
  top: 140px;
  left: 0%;
  height: 10px;
  width: 10%
}
/* Sidebar */
.animated-preloader-background.sidebar {
  height: 47px;
}
.preloader-holder.sidebar-list {
  min-height: 50px;
  width: 100%;
}
.background-preloader-masker.sidebar-parent-item-top{
  top: 0px;
  right: 20px;
  height: 12px;
  width: 25%;
}
.background-preloader-masker.sidebar-parent-item-bottom {
  top: 12px;
  left: 0;
  right: 0;
  height: 15px;
}
.background-preloader-masker.sidebar-parent-item-submenu-1 {
  top: 31px;
  left: 0;
  right: 0;
  height: 4px;
}
.background-preloader-masker.sidebar-parent-item-submenu-2 {
  top: 39px;
  left: 0;
  right: 0;
  height: 4px;
}
.background-preloader-masker.sidebar-parent-item-submenu-2-right-pad {
  top: 35px;
  right: 0;
  height: 4px;
  width: 10%;
}

/* Home Categories */
.animated-preloader-background.home-categories {
  height: 114px;
}
.preloader-holder.home-categories {
  min-height: 50px;
  width: 100%;
}
.background-preloader-masker.home-categories-icon-left {
  top: 0px;
  left: 0;
  height: 35px;
  width: 40%;
}
.background-preloader-masker.home-categories-icon-right {
  top: 0px;
  right: 0;
  height: 35px;
  width: 40%;
}
.background-preloader-masker.home-categories-icon-bottom {
  top: 35px;
  left: 0;
  right: 0;
  height: 10px;
}

.background-preloader-masker.home-categories-title-left {
  top: 45px;
  left: 0;
  height: 12px;
  width: 18%;
}
.background-preloader-masker.home-categories-title-right {
  top: 45px;
  right: 0;
  height: 12px;
  width: 18%;
}
.background-preloader-masker.home-categories-title-bottom {
  top: 55px;
  left: 0;
  right: 0;
  height: 15px;
}
.background-preloader-masker.home-categories-text-left-pad {
  top: 50px;
  left: 0;
  height: 65px;
  width: 5%;
}
.background-preloader-masker.home-categories-text-right-pad {
  top: 50px;
  right: 0;
  height: 65px;
  width: 5%;
}
.background-preloader-masker.home-categories-text-strip-0,
.background-preloader-masker.home-categories-text-strip-1,
.background-preloader-masker.home-categories-text-strip-2,
.background-preloader-masker.home-categories-text-strip-3,
.background-preloader-masker.home-categories-text-strip-4 {
  top: 73px;
  right: 0;
  left: 0;
  height: 5px;
}
.background-preloader-masker.home-categories-text-strip-1 {
  top: 81px;
}
.background-preloader-masker.home-categories-text-strip-2 {
  top: 89px;
}
.background-preloader-masker.home-categories-text-strip-3 {
  top: 98px;
}
.background-preloader-masker.home-categories-text-strip-4 {
  top: 106px;
}


 /* PDF Thumbnails */
 .pdf-thumbnails-list {
  width: 160px;
  margin:0;
  border-radius: 3px;
}
 .animated-preloader-background.pdf-thumbnails {
  height: 195px;
  width: 100% !important;
}
.preloader-holder.pdf-thumbnails {
  min-height: 50px;
  width: 100%;
}
.background-preloader-masker.pdf-thumbnails-title-top {
  top: 145px;
  left: 0;
  right: 0;
  height: 18px;
}
.background-preloader-masker.pdf-thumbnails-title-bottom {
  top: 170px;
  left: 0;
  right: 0;
  height: 7px;
}
.background-preloader-masker.pdf-thumbnails-title-space {
  top: 185px;
  left: 0;
  right: 0;
  height: 15px;
}
