.vpl-filters .filter {
  position: relative; }
  @media (max-width: 420px) {
    .vpl-filters .filter {
      margin-bottom: 0 !important; } }

.vpl-filters .selection-dropdown {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 20;
  text-transform: none;
  background: none;
  font-size: 16px;
  opacity: 0;
  font-weight: normal;
  left: 0; }

.vpl-filters a {
  text-align: left; }

.vpl-filters .grid-4 {
  margin-bottom: 10px; }

.video-card {
  margin-bottom: 30px !important; }
  .video-card--thumb {
    position: relative;
    width: 100%; }
    .video-card--thumb img {
      width: 100%; }
  .video-card--detail-link {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 0px;
    padding-top: 56.25%;
    overflow: hidden;
    background-position: center;
    background-size: cover; }
  .video-card--img {
    visibility: hidden; }
  .video-card--instruction {
    position: relative;
    color: #666;
    padding: 10px 0; }
    .video-card--instruction:hover {
      text-decoration: none !important; }
  .video-card--bottom {
    position: relative;
    width: 100%;
    min-height: 14px;
    cursor: pointer; }
  .video-card--title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DIN", Arial, sans-serif;
    cursor: pointer;
    height: 15px;
    color: #09499f;
    overflow-y: hidden; }
  .video-card--trainer {
    position: relative;
    font-family: "DIN", Arial, sans-serif;
    width: 70%;
    word-wrap: break-word;
    vertical-align: top;
    height: 36px;
    line-height: 18px; }
  .video-card--levelnlength {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "DIN", Arial, sans-serif;
    text-align: right;
    line-height: 18px; }
  .video-card a {
    cursor: pointer; }

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 60px;
  background: transparent;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.8; }
  .play-button img {
    width: auto; }
  .play-button:hover {
    opacity: 1; }

.img-thumbnail-40 {
  width: 40px !important;
  height: 40px;
  top: 10px;
  left: 10px; }

.img-thumbnail-rounded {
  border-radius: 50%;
  border: none;
  position: absolute; }

.thumbnail-rounded {
  border-radius: 50%; }

.color-666 {
  color: #666 !important; }

.cover-thumbnail-150 {
  height: 150px;
  position: relative; }

.over-layer-left-40 {
  -webkit-transform: translateX(85%);
  -ms-transform: translateX(85%);
  transform: translateX(85%); }
  @media (max-width: 767px) {
    .over-layer-left-40 {
      -webkit-transform: translateX(85%);
      -ms-transform: translateX(85%);
      transform: translateX(85%); } }

.thumbnail-150 {
  width: 150px;
  height: 150px;
  position: absolute; }

.thumbnail-no-border {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

h3.title {
  font-weight: bold;
  font-family: "DIN", Arial, sans-serif;
  text-align: left; }

.color-link {
  color: #0099FF; }

.color-red {
  color: #E8171C; }

.text-left {
  text-align: left; }

.text-bold {
  font-weight: bold; }

.text-normal {
  font-weight: normal; }

.mt-5 {
  margin-bottom: 5px; }

.no-underline-link:hover,
.no-underline-link a:hover {
  text-decoration: none !important; }

.f-open-sans {
  font-family: "Open Sans", Arial, sans-serif; }

.selection-disabled {
  background: #dcdcdc !important; }
  .selection-disabled .icon.icon-arrow {
    background-color: #dcdcdc; }

.videos-force-style ul {
  list-style-type: disc !important; }

.videos-force-style ol {
  list-style-type: decimal !important; }

.videos-force-style ul, .videos-force-style ol {
  display: block !important;
  -webkit-margin-before: 1em !important;
  margin-block-start: 1em !important;
  -webkit-margin-after: 1em !important;
  margin-block-end: 1em !important;
  -webkit-margin-start: 0px !important;
  margin-inline-start: 0px !important;
  -webkit-margin-end: 0px !important;
  margin-inline-end: 0px !important;
  -webkit-padding-start: 17px !important;
  padding-inline-start: 17px !important; }

.videos-force-style li {
  display: list-item !important;
  line-height: 1.42857143 !important; }

.videos-force-style i {
  font-style: italic !important; }

ul.vlp_pagination li {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 3px;
  border: 1px solid #999;
  border-radius: 5px;
  cursor: pointer; }
  ul.vlp_pagination li.active {
    font-weight: bold; }
  ul.vlp_pagination li.disabled {
    color: #ccc;
    border-color: #ccc;
    cursor: default; }

section.video-countdown-banner .left-side, section.video-countdown-banner .right-side {
  float: left;
  height: 110px;
  color: #FFFFFF; }

section.video-countdown-banner .left-side {
  padding: 10px 5px;
  width: 15%;
  background-color: #E8171C;
  text-align: center;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  position: relative; }
  section.video-countdown-banner .left-side::after {
    content: " ";
    position: absolute;
    top: 0;
    right: -40px;
    height: 0;
    width: 0;
    border-top: 55px solid #E8171C;
    border-left: 20px solid #E8171C;
    border-bottom: 55px solid transparent;
    border-right: 20px solid transparent; }

section.video-countdown-banner .right-side {
  width: 85%;
  padding: 16px 10px 12px 95px;
  background-color: #0A499F; }
  section.video-countdown-banner .right-side--desc {
    font-size: 18px;
    font-weight: bold; }
  section.video-countdown-banner .right-side--buttons {
    padding-top: 18px;
    font-weight: bold; }
  section.video-countdown-banner .right-side--labels {
    display: inline-block; }
  section.video-countdown-banner .right-side a.btn-wide-220 {
    margin-right: 15px;
    padding: 8px;
    font-size: 14px; }

section.video-countdown-banner.banner-large .left-side {
  width: 65%;
  height: 230px;
  text-align: left;
  padding: 0 25px 20px; }
  section.video-countdown-banner.banner-large .left-side::after {
    border-top: 115px solid #E8171C;
    border-bottom: 115px solid transparent; }
  section.video-countdown-banner.banner-large .left-side .info {
    float: left;
    border-bottom: 2px solid #fff;
    line-height: 2; }
  section.video-countdown-banner.banner-large .left-side .info-no-free-videos {
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0;
    color: #FED70A; }
  section.video-countdown-banner.banner-large .left-side .number-videos {
    padding: 0 10px;
    vertical-align: middle; }
  section.video-countdown-banner.banner-large .left-side .details-info h3 {
    text-transform: none;
    padding-top: 18px;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px; }
  section.video-countdown-banner.banner-large .left-side .details-info p {
    font-weight: normal;
    font-size: 16px; }

section.video-countdown-banner.banner-large .right-side {
  width: 35%;
  height: 230px;
  padding: 25px 25px 25px 65px;
  text-align: center; }
  section.video-countdown-banner.banner-large .right-side a.btn-wide-220 {
    margin-right: 0; }
  section.video-countdown-banner.banner-large .right-side--labels {
    padding-top: 5px; }

section.video-countdown-banner.banner-large p {
  line-height: 1.4; }

section.video-countdown-banner p {
  margin-bottom: 0;
  line-height: 1.2; }

section.video-countdown-banner .number-videos {
  font-size: 36px;
  color: #FED70A; }

@media (min-width: 768px) and (max-width: 1023px) {
  section.video-countdown-banner .left-side, section.video-countdown-banner .right-side {
    height: 116px; }
  section.video-countdown-banner .left-side::after {
    border-top: 58px solid #E8171C;
    border-bottom: 58px solid transparent; }
  section.video-countdown-banner .btn-wide-220 {
    width: 150px;
    margin-right: 0; }
  section.video-countdown-banner.banner-large .left-side, section.video-countdown-banner.banner-large .right-side {
    height: 254px; }
  section.video-countdown-banner.banner-large .left-side::after {
    border-top: 127px solid #E8171C;
    border-bottom: 127px solid transparent; }
  section.video-countdown-banner.banner-large .right-side {
    padding: 25px 20px 25px 60px; }
  section.video-countdown-banner.banner-large .btn-wide-220 {
    width: 220px; } }

@media (max-width: 767px) {
  section.video-countdown-banner .left-side, section.video-countdown-banner .right-side {
    width: 100% !important;
    height: auto;
    text-align: center; }
  section.video-countdown-banner .left-side {
    padding: 20px 25px 15px; }
    section.video-countdown-banner .left-side::after {
      display: none; }
    section.video-countdown-banner .left-side p {
      display: inline-block; }
  section.video-countdown-banner .right-side {
    padding: 20px 25px 35px; }
    section.video-countdown-banner .right-side--buttons .btn {
      width: 45%;
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 10px; }
    section.video-countdown-banner .right-side--buttons a.btn-wide-220 {
      margin-right: 0; }
  section.video-countdown-banner .number-videos {
    font-size: 36px;
    vertical-align: middle;
    color: #FED70A; }
  section.video-countdown-banner.banner-large .left-side, section.video-countdown-banner.banner-large .right-side {
    height: auto; }
  section.video-countdown-banner.banner-large .left-side {
    padding: 15px 25px 35px; }
    section.video-countdown-banner.banner-large .left-side .info {
      width: 100%;
      text-align: center; }
    section.video-countdown-banner.banner-large .left-side .details-info h3 {
      padding-top: 25px; }
  section.video-countdown-banner.banner-large .right-side {
    padding: 35px 25px; } }

.overflow-hidden {
  overflow: hidden !important; }

.btn-wide-220 {
  width: 220px;
  max-width: 100%; }

.btn-outline-w {
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  /*box-shadow: inset 0 2px 4px rgba(0,0,0,0.3) !important;*/ }

.btn-no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.faker_vimeo_image {
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .faker_vimeo_image:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    background: url("../images/vimeo_player.png") center center no-repeat;
    background-size: cover;
    padding-top: 7.3%; }
  .faker_vimeo_image img {
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important; }

.embed-responsive-1by1 {
  padding-bottom: 100% !important; }

.cover_out_of_free_videos {
  position: fixed;
  display: block;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E8171C), color-stop(50%, #E8171C), color-stop(50%, #E8171C), color-stop(50%, #0A499F), to(#0A499F));
  background: -webkit-linear-gradient(left, #E8171C 0%, #E8171C 50%, #E8171C 50%, #0A499F 50%, #0A499F 100%);
  background: -o-linear-gradient(left, #E8171C 0%, #E8171C 50%, #E8171C 50%, #0A499F 50%, #0A499F 100%);
  background: linear-gradient(to right, #E8171C 0%, #E8171C 50%, #E8171C 50%, #0A499F 50%, #0A499F 100%);
  z-index: 100;
  width: 100%; }
  .cover_out_of_free_videos::after, .cover_out_of_free_videos::before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 1000px;
    width: 100%;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  .cover_out_of_free_videos::after {
    bottom: auto;
    top: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  .cover_out_of_free_videos .out-of-free-videos {
    position: relative;
    top: 0;
    left: 0; }
  @media (max-width: 767px) {
    .cover_out_of_free_videos {
      background: #0A499F; }
      .cover_out_of_free_videos .out-of-free-videos {
        margin: 0 -15px; } }

.body-members .heading {
  border-top: none; }

.vlp_pagination {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .sm-embed-responsive-16by9 {
    padding-bottom: 56.25% !important; }
  .sm-embed-responsive-24by9 {
    padding-bottom: 37.5% !important; }
  .sm-embed-responsive-4by3 {
    padding-bottom: 75% !important; }
  .sm-embed-responsive-1by1 {
    padding-bottom: 100% !important; } }
