@charset "utf-8";
/* Reset Styles */
* {
    /* margin: 0;
      padding: 0;*/
    box-sizing: border-box
}

/* CSS Document */
html {
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-family: "Helvetica", Calibri, Helvetica, Arial, sans-serif
}
img {
  max-width: 100%;
  height: auto
}
.thumbnail {
  cursor: pointer;
}
/*header {
  height: 350px;
  position: relative;
  padding-bottom: 64px
}*/
header > .picture {
  text-align: center;
  /*  This is for the old header design with the banner broken into 3 pieces
  background: url(../images/Header_Background_Image.jpg) no-repeat center center;
  background-size: cover
  */

  /* background: none; */
  background-color: #000000;
  width: 100%;
}
header > .picture > img {
  object-fit: cover;
  object-position: center;
  height: 350px
}
header > .logo-img {
  border: solid #fff 5px;
  border-radius: 50%;
  position: absolute;
  width: 134px;
  height: 134px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10
}
/*
.navbar {
  background: #000;
  background: linear-gradient(180deg, #000 0, rgba(25, 25, 25, .877171) 72%, rgba(255, 255, 255, 0) 100%);
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px 21px 15px 28px
}
.navbar > .login {
  font-size: 18px;
  color: #fff;
  font-weight: 700
}
.navbar > .login > a:hover {
  color: #e6e6e6
}
.navbar .logout {
  color: #fc0;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}
.navbar .logout:hover {
  color: #cca300
}
.navbar .logoutwrap {
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
  vertical-align: middle
}
.btn {
  display: inline-block;
  font-weight: 700;
  background: 0 0;
  border: 0;
  outline: 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  padding: 10px 18px 14px;
  border-radius: 2px
}
.btn.joinbtn {
  color: #fff;
  background-color: #ee1329
}
.btn.joinbtn:hover {
  background-color: #f14354
}
  */



  .content, .text-content {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin: 0px 20px 0 20px;
}


h1 {
  font-size: 2.5rem;
  margin-top: 38px;
  text-align: center;
  margin-bottom: 30px
}
.episode-item {
  padding: 12px 20px 24px;
  max-width: 640px;
  height: 387px;
  width: 100%;
  border: solid 2px #ebebeb;
  border-radius: 4px;
  display: inline-block
}
.episode-item.-overlay .media > .thumbnail {
  -webkit-filter: blur(4px);
  filter: blur(4px)
}
.episode-item.-overlay .media > .overlay {
  display: block
}
.episode-item > .media {
  position: relative
}
.episode-item > .media > .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .4);
  color: #fff
}
.episode-item > .media > .thumbnail {
  cursor: pointer
}
.episode-item.-loader > .mobile, .episode-item > .media > .thumbnail .mobile {
  display: none
}
.episode-item > .info {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 11px;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between
}
.episode-item > .info > .name {
  color: #3c3c3c
}
.episode-item > .info > .date {
  color: #9d9d9d
}
.episode-item > .description {
  color: #fdf59a;
  font-size: 12px;
  background-color: #000;
  font-weight: 700;
  padding: 30px;
  height: 202px;
  box-sizing: border-box
}
.episode-item > .description > p {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 11.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em
}
.episode-item > .description > p:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0
}
.episode-item > .description > p:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: .2em;
  background: #000
}
.episodes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 48px
}
.episodes > .episode-item {
  margin: 10px
}
.join-txt-link {
  font-size: 2rem;
  font-weight: 700;
  color: #ee1329;
  text-decoration: underline;
  text-align: center;
  padding: 90px 5px 85px
}
.join-txt-link > a:hover {
  color: #f5727f
}
footer {
  color: #767676;
  font-size: 15px;
  text-align: center;
  padding-bottom: 100px
}
footer > .copyright {
  margin-top: 25px
}
.footer-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0
}
.footer-nav > li {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
  position: relative
}
.footer-nav > li:hover {
  color: #363636
}
.footer-nav.with-separator > li:after {
  content: '|';
  display: inline-block;
  position: absolute;
  right: -3px
}
.footer-nav.with-separator > li:last-child:after {
  content: none
}
@media screen and (max-width:900px) {
  .episode-item {
    max-width: 460px;
    height: 487px
  }
}
@media screen and (max-width:768px) {
  html {
    font-size: 14px
  }
  .episode-item {
    height: auto
  }
  .main-footer {
    padding-left: 5px;
    padding-right: 5px
  }
  .main-footer > .copyright {
    margin-bottom: 25px
  }
}
@media screen and (max-width:425px) {}
/* END ORIGINAL CSS */

* {
    /* margin: 0;
      padding: 0;*/
    box-sizing: border-box
}
  html,
  body {
    height: 100%;
    display: block;
    font-family: "Roboto Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Ensures backgrounds stay in place when scrolling */
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
   /* color: #333;
    overflow-x: hidden;*/
}
  /* Page Wrapper - Holds everything */
.page-wrapper {
    position: relative;
    display: block;
    /* Remove flexbox shrinking behavior */
    width: calc(100% - 40px);
    min-height: 100vh;
    height: auto;
    margin: 0 20px;
}

.container {
  display: flex;
  flex-direction: column;
  width: calc(100% - 0px);
  max-width: 1600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 1);
  text-align: left;
  height: 100%;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}


  /* For specific troublesome images */
.problem-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important
}
.VideoBanner {
    width: 100%;
    max-width: 230px;
    /* Match your image's natural width */
    margin: 0 auto
}
.VideoBanner a {
    display: block;
    width: 100%
}
.VideoBanner .adjustable-image {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto;
    margin: 0 auto
}
  /* Override any conflicting styles */
.adjustable-image {
    width: 100% !important;
    max-width: 230px !important;
    height: auto !important;
    object-fit: contain !important
}
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                 SHADOW LEFT AND RIGHT
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
  /*
.bg-column {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 50px;
      min-width: 50px;
      max-width: 50px;
      background-repeat: repeat-y;
      z-index: 0
}


.bg-left {
      left: calc((100% - 1600px) / 2 - 50px);
      box-shadow: inset -20px 0 20px -10px rgba(0, 0, 0, 0.2);
      width: 50px
}

.bg-right {
      right: calc((100% - 1600px) / 2 - 50px);
      box-shadow: inset 20px 0 20px -10px rgba(0, 0, 0, 0.2);
      width: 50px
}
      */
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                   HEADER
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
.header {
  max-width: 1600px;
  max-height: 100px;
  margin-bottom: 0px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateX(0px); /* center, then shift left */
  width: calc(100% - 40px);
  z-index: 1000;
  top: 0;
  margin: 0 auto;
}
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                 NAV ELEMENTS WITH ICONS
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('/img/top-nav-bg.jpg');
    background-position: center top;
    background-size: 1600px 110px;
    background-repeat: no-repeat;
}
.nav-logo-wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
}
  /* Desktop Navigation */
.nav-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}
.nav-item {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 10px 15px
}
/*
.nav-item:first-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: left;
    margin: 0 0 0 40px
}
*/
.nav-item:last-of-type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 60px 0 0;
    width: 100%;
    /* ADDED FOR SMALL NAV REMOVE ONCE FULL NAV RETURNS */
}
.nav-text {
    font-size: 28px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

@media (min-width: 1155px) {
  .nav-text {
    font-size: 32px;
  }
}


.logodropdown {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  width: 400px;
  min-width: 400px;
  max-height: 200px;
  }




  /*  Icon Placement */
.nav-icon {
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px
}
.nav-item .nav-icon,
.mobile-nav-item .nav-icon {
    background-color: white
}
.nav-item:active .nav-icon,
.nav-item:hover .nav-icon,
.mobile-nav-item:active .nav-icon,
.mobile-nav-item:hover .nav-icon {
    background-color: yellow
}
.mobile-nav-item:hover .nav-text,
.mobile-nav-item:active .nav-text {
    color: yellow
}

.mobile-nav .nav-btn-wrapper { display: none; visibility: hidden; }
  /*  Individual Icons */
.guys .nav-icon {
    background-image: url('/img/icon-guys2.png');
    width: 39px;
    height: 38px;
    background-size: 39px 38px
}
.best .nav-icon {
    background-image: url('/img/icon-tag.png');
    width: 37px;
    height: 34px;
    background-size: 37px 34px
}
.login .nav-icon {
    background-image: url('/img/icon-login.png');
    width: 30px;
    height: 42px;
    background-size: 30px 42px
}



  /* EXTRA ELEMENT */
.extra .nav-icon {
    background-image: url('/img/icon-extra2.png');
    width: 39px;
    height: 38px;
    background-size: 39px 38px
}
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                    NAV BUTTON
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    margin: 0 40px 0 0
}
  /*  Left Cap */
.nav-btn-left {
    width: 16px;
    height: 100%;
    background: url('/img/instant_left.png') no-repeat center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
}
  /*  Middle (Expands to Fit Content) */
.nav-btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/img/instant_center.png') repeat-x center;
    background-size: auto 100%;
    height: 100%;
    white-space: nowrap;
    padding: 0 10px
}
.nav-btn-text .nav-text {
    font-family: "Roboto Condensed",sans-serif;
    letter-spacing: 1px;
    font-weight: 900;
    transform: scaleX(1);
    transform: scaleY(1.5);
    /* Stretches the height */
    display: inline-block;
    color: #000000;
    cursor: pointer;
}

.nav-actions .nav-text {
   -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffffbe, 0 0 25px #ffffbe, 0 0 30px #ffffbe, 0 0 35px #ffffbe, 0 0 40px #ffffbe;
  }
  to {
    text-shadow: 0 0 15px #fff, 0 0 20px #ffffbe, 0 0 25px #ffffbe, 0 0 30px #ffffbe, 0 0 35px #ffffbe, 0 0 40px #ffffbe, 0 0 45px #ffffbe;
  }
}


  /*  Right Cap */
.nav-btn-right {
    width: 17px;
    height: 100%;
    background: url('/img/instant_right.png') no-repeat center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
  /*  Hover Effects */
.nav-item:hover .nav-text,
.nav-btn:hover .nav-text {
    color: red;
}

.nav-item.login .nav-text, .nav-item.login .nav-text:link, .nav-item.login .nav-text:visited, .nav-item.login .nav-text:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.nav-item.login:hover .nav-text { color: yellow; }



.nav-item.logout .nav-icon {
  background-image: url(/img/icon-login.png);
  width: 30px;
  height: 42px;
  background-size: 30px 42px;
}
.navbar .logout {
  color: #fc0;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}
.navbar nav-item.logout:hover .nav-icon {
  background-color: red !important;
}


.nav-item.logout:active .nav-icon, .nav-item.logout:hover .nav-icon, .mobile-nav-item.logout:active .nav-icon, .mobile-nav-item.logout:hover .nav-icon { background-color: red !important; }



.navbar .logoutwrap {
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
  vertical-align: middle
}




  /*  Hamburger Menu */
.hamburger-menu {
    font-size: 24px;
    cursor: pointer;
    color: white;
    display: none/* Default: Hidden */

}
  /*  Mobile Dropdown Navigation (Hidden by Default) */
.mobile-nav {
    display: none;
    flex-direction: column;
    background-image: url('/img/top-nav-bg.jpg');
    background-position: left top;
    background-size: cover;
    padding: 10px;
    align-items: center
}
.mobile-nav-item {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 10px 15px
}



/* \\\\\\\\\\\\\\\\\\\\\\\\
dropdown
|||||||||||||||||||||||||||||||*/


.dropdown-trigger{
  cursor: pointer;
  display: block;
}

.dropdown {
  position: relative;
  display: none;
}


/* Shown when open */
  .dropdown.open {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 200px;
    position: absolute;
    z-index:600;
    margin-left: 0 0 0 50px;
    min-width: 175px;
    background: rgba(0, 0, 255, 0.85);
    color: #FFF;
    border-radius: 4px;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}

/* Each item */
.dropdown.open a, .dropdown.open a:link, .dropdown.open a:visited, .dropdown.open a:focus, .dropdown.open a:active {
  display: block;
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  transition: transform 0.2s ease, background-color 0.2s;
  border-radius: 4px;
  margin: 2px 4px 2px 4px;
  background-color: rgba(0,0,0,.25);
}

.dropdown.open a:hover {
  Background: #FFFFFF;
  color: rgba(0, 0, 255, 1);
}


/* desktop and mobile - columsn*/


/* drop down mobile */
@media (max-width: 940px) {

  .nav-text.dropdown-toggle { font-size: 1.25rem;}

  .nav-item.best.dropdown {margin: 0 0 0 -0px; }

  .dropdown.open:after {
    top: -30px;
    left: -100px;
    background-size:cover;}

}/* end max-width: 600px */


/* mobile-dropdown */


@media (min-width: 1440px) {
  .logodropdown {
    width: 550px;
    min-width: 550px;
}

  .logo-wrapper {
    overflow: hidden; /* to crop if image gets too big */
  }

  .logo-wrapper .logoimg {
    width: 348px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;
  }
  .ddtriggerimg {
    width: 100px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;

  }
}
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                    RESPONSIVE HEADER
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
  @media (max-width: 1440px) {
    .logodropdown {
      width: 540px;
      min-width: 540px;
  }
  .ddtriggerimg {
    width: 100px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;

  }
    .logo-wrapper {
      overflow: hidden; /* to crop if image gets too big */
      margin: 10px 0;
    }

    .logoimg {
      width: 348px;       /* visually enlarge it */
      height: auto;
      min-width: unset;  /* prevent it from forcing layout size */
      display: block;
    }



.nav-item:first-of-type {
      margin: 0 0 0 20px
}
.nav-item:last-of-type {
      margin: 0 30px 0 0
}
.mobile-nav-item .nav-text {
      font-size: 24px
}
    /*    Individual Icons */
.mobile-nav-item .guys .nav-icon {
      width: 39px;
      height: 38px;
      background-size: 39px 38px
}
.mobile-nav-item .best .nav-icon {
      width: 37px;
      height: 34px
}
.mobile-nav-item .login .nav-icon {
      width: 30px;
      height: 42px
}
    /* EXTRA ELEMENT */
.mobile-nav-item .extra .nav-icon {
      width: 39px;
      height: 38px
}


}
  /* end 1440 */
  @media (max-width: 1253px) {
    .logodropdown {
      width: 440px;
      min-width: 440px;
  }
  .ddtriggerimg {
    width: 75px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;

  }
    .logo-wrapper {
      overflow: hidden; /* to crop if image gets too big */
    }

    .logoimg {
      width: 405px;       /* visually enlarge it */
      height: auto;
      min-width: unset;  /* prevent it from forcing layout size */
      display: block;
    }


.nav-item:first-of-type {
      margin: 0 0 0 10px
}
.nav-item:last-of-type {
      margin: 0 20px 0 0
}


}
  /* end 1253px */
  @media (max-width: 1175px) {
    .logodropdown {
      width: 400px;
      min-width: 400px;
  }
  .ddtriggerimg {
    width: 75px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;

  }

    .logo-wrapper {
      overflow: hidden; /* to crop if image gets too big */
    }

    .logoimg {
      width: 350px;       /* visually enlarge it */
      height: auto;
      min-width: unset;  /* prevent it from forcing layout size */
      display: block;
    }

.nav-btn {
      height: 45px
}
    /*  Left Cap */
.nav-btn-left {
      width: 10px;
      background: url('/img/instant_left.png') no-repeat center
}
    /*  Middle (Expands to Fit Content) */
.nav-btn-text {
      background: url('/img/instant_center.png') repeat-x center
}
    /*  Right Cap */
.nav-btn-right {
      width: 10px;
      background: url('/img/instant_right.png') no-repeat center
}
}
  /* end 1175px */
  @media (max-width: 1075px) {
    .logodropdown {
      width: 350px;
      min-width: 350px;
  }
  .ddtriggerimg {
    width: 65px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;

  }

    .logo-wrapper {
      overflow: hidden; /* to crop if image gets too big */
    }

    .logoimg {
      width: 300px;       /* visually enlarge it */
      height: auto;
      min-width: unset;  /* prevent it from forcing layout size */
      display: block;
    }


.nav-text {
      font-size: 20px;
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      display: flex;
      align-items: center
}
}
  /* end 1075px */
  /*  RESPONSIVE STYLES: Mobile Mode 960px */



  @media (max-width: 960px) {
    .logodropdown {
      width: 250px;
      min-width: 250px;
  }
  .ddtriggerimg {
    width: 45px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;

  }

    .logo-wrapper {
      overflow: hidden; /* to crop if image gets too big */
    }

    .logoimg {
      width: 225px;       /* visually enlarge it */
      height: auto;
      min-width: unset;  /* prevent it from forcing layout size */
      display: block;
    }



.nav-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      width: 100%
}
.nav-menu {
      display: none/* Hide desktop nav */

}
    /* Move Hamburger Menu to the Right */
.hamburger-menu {
      margin-left: auto;
      font-size: 34px;
      cursor: pointer;
      color: white;
      display: block;
      margin: 0 20px 0 0
}
.mobile-nav.active {
      display: flex;
      align-items: flex-start;
      position: absolute;
      z-index: 10;
      width: calc(100% - 0px)/* Show when toggled */

}
    /* Center Instant Access Button */
.nav-btn-wrapper {
      position: absolute;
      left: 75%;
         transform: translateX(-50%);
    margin: 3px 0;
}
.nav-text {
      font-size: 18px
}
}
  /* end 960px */
  @media (max-width: 640px) {

    .logodropdown {
      width: 200px;
      min-width: 200px;
  }
  .ddtriggerimg {
    width: 35px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;

  }

    .logo-wrapper {
      overflow: hidden; /* to crop if image gets too big */
    }

    .logoimg {
      width: 175px;       /* visually enlarge it */
      height: auto;
      min-width: unset;  /* prevent it from forcing layout size */
      display: block;
    }


.nav-btn-wrapper {
      position: absolute;
      left: 70%;
      transform: translateX(-50%);
      margin:3px 0 3px 0;
}
.nav-btn {
      height: 45px;
      margin: 0 0px 0 -40px
}

.nav-text {
      font-size: 16px
}
.mobile-nav.active {
      display: flex;
      align-items: flex-start/* Show when toggled */
}


.nav-btn-text .nav-text
{
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .75px;
    font-weight: 900;
    transform: scaleX(1);
    transform: scaleY(1.25);
    display: inline-block;
    font-size: 16px;
}


}
  /* end 600px */
  @media (max-width: 575px) {

    .hamburger-menu {
      font-size: 24px;
      margin: 0 2px 0 0;
  }

  .logodropdown {
    width: 200px;
    min-width: 200px;
}
.ddtriggerimg {
  width: 35px;       /* visually enlarge it */
  height: auto;
  min-width: unset;  /* prevent it from forcing layout size */
  display: block;

}

  .logo-wrapper {
    overflow: hidden; /* to crop if image gets too big */
  }

  .logoimg {
    width: 175px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;
  }


    .nav-btn-text {
      background: url('/img/instant_center.png') repeat-x center;
      line-height: .85;
      font-size: 11px;
      margin: 10px 0 0 0;
      border-radius: 5px;
      letter-spacing:0;
  }

  .nav-btn {
    height: 25px;
    margin: 0px 0px 0 -60px;
    max-width: 50px;
}

    .nav-logo-wrapper {
      display: flex;
      align-items: flex-start;
      max-width: 465px;
  }


.mobile-nav-item.btn.nav-btn-wrapper {
      display: block;
      position: relative;
      left: auto;
      width: 100%;
      margin: 0 auto;
      transform: none;
}

.nav-btn-text .nav-text
 {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .5px;
    font-weight: 900;
    transform: scaleX(1);
    transform: scaleY(1.15);
    display: inline-block;
    font-size: 12px;
}

.mobile-nav-item .nav-text {
  font-size: 16px;
}

.login .nav-icon {
  width: 15px;
  height: 21px;
  background-size: 15px 21px;
}



}
  /* END 575px */



  @media (max-width: 500px) {

    .logodropdown {
      width: 150px;
      min-width: 150px;
  }
  .ddtriggerimg {
    width: 25px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;

  }

    .logo-wrapper {
      overflow: hidden; /* to crop if image gets too big */
    }

    .logoimg {
      width: 155px;       /* visually enlarge it */
      height: auto;
      min-width: unset;  /* prevent it from forcing layout size */
      display: block;
    }
    .page-wrapper {
      position: relative;
      display: block;
      /* Remove flexbox shrinking behavior */
      width: calc(100% - 0px);
      min-height: 100vh;
      height: auto;
      margin: 0 0px;
  }

  .header {
    width: calc(100% - 0px);
  }




  }/* end 500 */



  @media (max-width: 300px) {

    .logodropdown {
      width: 105px;
      min-width: 105px;
  }
  .ddtriggerimg {
    width: 20px;       /* visually enlarge it */
    height: auto;
    min-width: unset;  /* prevent it from forcing layout size */
    display: block;

  }

    .logo-wrapper {
      overflow: hidden; /* to crop if image gets too big */
    }

    .logoimg {
      width: 90px;       /* visually enlarge it */
      height: auto;
      min-width: unset;  /* prevent it from forcing layout size */
      display: block;
    }

    .nav-text {
      font-size: 10px;
      letter-spacing: -1px;
}
.dropdown.open {
  margin-left: calc(0 + 50px);
}

  }/* end 300 */



  @media (min-width: 401px) and (max-width: 960px) {
.mobile-nav-item.btn .nav-btn-wrapper {
      display: none;
      position: relative;
      left: 0;
      top: 0;
      transform: none;
}
}


.logo-wrapper {
  overflow: hidden; /* to crop if image gets too big */
  margin: 10px 0;
}



.video-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}
/* Thumbnail wrap (fixed aspect ratio) */
/*
.video-thumb-wrap {
  position: relative;
  width: 100%;
  padding-top: 66.75%;
   4:3 aspect ratio
  overflow: hidden;
  background: black
}
  */

  .video-thumb-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
    background: black
  }


/* Keep original size, crop right side of 16:9 */
.video-thumb-wrap img,
.video-thumb-wrap video {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: 100%;
  transform: translateY(-50%)
}

/* KEY: The snipe overlay */
.video-snipe-in-page {
position: absolute;
top: 0;
right: 0;
width: 100px;
z-index:800;

height: 50px;
background: url('https://fratx.com/img/fx_ad_snipe.svg') no-repeat top right;
display: block;
z-index: 10;
box-shadow: 2px 2px 8px rgba(0,0,0,0);
}

/* KEY: Base snipe styling using ::before pseudo-element */


.video-snipe::before {
content: attr(data-snipe);
position: absolute;
top: 0;
right: 0;
width: 100%;
z-index: 800;
height: 50px;
background: url(https://fratx.com/img/fx_ad_snipe.svg) no-repeat top right;
background-size: 100px 50px;
display: block;
z-index: 10;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0);
}



/* Video Info: Keep aligned without stretching row */
.video-info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  height: 40px;
  white-space: nowrap;
  overflow: hidden
}
/* Long title wraps but stays within limits */
.video-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Cut off extra text */
  max-width: 100%
}
/* Date stays at the right side */
.video-date {
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto
}
/*|||||||||||||||||||||||||||||||||||||||||||||||||||
          LAST ROW - only for 4:3 layout
|||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Make last row auto-adjust */
.video-grid .last-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px
}
.video-grid .last-row .video-item {
  flex: 1;
  max-width: 25%/* Auto-adjust width */

}



  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                   OVERALL CONTENT
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */

  .content { font-size: 1.25rem; font-weight: 400; font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;}

  .content h1 {
      font-size: 36px;
      margin-bottom: 15px;
      font: normal 800 2rem "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;/* Black */

  }
  .content a,
  .content a:link,
  .text-content a,
  .text-content a:link {
      text-decoration: none;
      color: red;
      display: inline-block;
  }
  .content a:visited,
  .text-content a:visited {
      text-decoration: none;
      color: #8d0000
  }
  .content a:hover,
  .content a:active,
  .text-content a:hover,
  .text-content a:active {
      text-decoration: none;
      color: #333333
  }
  .content,
  .text-content {
      display: block;
      font-size: 16px;
      line-height: 1.6;
      margin: 0 auto;
      margin: 0px 20px 0 20px
  }
    /* Auto-space "paragraphs" by treating blocks of text as if they were <p> */
  .content>*,
  .text-content>* {
      margin-bottom: 15px
  }
    /* Ensure inline links still work */
  .content a,
  .text-content a {
      color: red;
      text-decoration: underline
  }
    /* Remove extra margin on the last paragraph */
  .content>*:last-child,
  .text-content>*:last-child {
      margin-bottom: 0
  }

  .name_larger { font-size: 1.25rem; font-weight: 600; margin: 10px 0 0px 0;}

    /*|||||||||||||||||||||||||||||||||||||||||||||||||||
              VIDEO PAGINATION
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 20px auto;
  padding: 10px 0;
  font-size: 16px;
  margin-top: 20px
}
/* Previous and Next Buttons */
.pagination-edge a, .pagination-edge a:link, .pagination-edge a:visited, .pagination-edge a:active, .pagination-edge a:focus {
  display: inline-block;
  padding: 8px 12px;
  background: #222;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin: 0
}
.pagination-edge a:hover {
  background: #444;
  color: red;
}
/* Pagination Numbers */
.pagination-center {
  display: flex;
  justify-content: center;
  flex: 1
}
.pagination-center ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0
}
.pagination-center li {
  margin: 0 5px
}
.pagination-center a {
  display: inline-block;
  padding: 8px 12px;
  background: #eee;
  color: #222;
  text-decoration: none;
  border-radius: 5px
}
.pagination-center a:hover {
  background: #ddd
}
/* Active Page Highlight */
.pagination-center .active a {
  background: #000;
  color: #fff;
  font-weight: bold
}
/* Hide extra numbers on mobile */
@media (max-width: 768px) {
.hide_mobile {
    display: none
}
}


/* ||||||||||||||||||||||||
          Login Box
||||||||||||||||||||||||||||||||||||||*/


.login-box {
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0);
  width: 300px;
  margin: 0 auto;
}
.login-box label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.login-box input[type="text"],
.login-box input[type="password"],
.login-box input[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  box-sizing: border-box;
}

.login-box input[type="submit"] {
  background-color: #000000;
  color: white;
  border: none;
  cursor: pointer;

}
.login-box input[type="submit"]:hover {
  background-color: #333333;
  }

.login-boxbutton {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #000000;
  color: white;
  border: none;
  cursor: pointer;
}
.login-box button:hover {
  background-color: #333333;
}


  /*|||||||||||||||||||||||||||||||||||||||||||||||||||
                    FOOTER
  |||||||||||||||||||||||||||||||||||||||||||||||||||| */
  footer {
    max-width: 1600px;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    background: #000
}
.footer-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto
}
  /* Footer Banner */
.footer-banner img {
    max-width: 100%;
    width: 100%;
    height: auto
}
.footer-info-wrap {
    background-image: url(../img/footer_bg_logo.jpg);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    text-shadow: 1px 1px 2px #000000dc;
}
  /* Footer Navigation */
.footer-nav-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, .96);
    padding: 10px 0;
    max-width: 100%;
    width: 100%;
    flex-shrink: 0
}
.footer-nav {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center
}
.footer-nav-item {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    position: relative;
    padding: 5px 10px
}
.footer-nav-item:hover,
.footer-nav-item:active {
    color: yellow
}
.footer-nav-item::after {
    content: " ";
    display: inline-block;
    background: url(../img/footer-nav-shape.png);
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    color: white;
    font-size: 12px;
    margin-left: 40px
}
.footer-nav-item:last-child::after {
    content: "";
    background: none/* Remove separator from the last item */

}
  /* Footer Text */
.footer-text-wrap {
    flex: 1;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
}
  /* Footer Links */
.footer-link {
    color: #E9C736;
    text-decoration: underline
}
.footer-link:hover {
    text-decoration: none
}


.join-txt-link, .join-txt-link a:link,
.join-txt-link, .join-txt-link a:visited {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ee1329;
  text-decoration: underline;
  text-align: center;
  padding: 30px 0;;
}

@media (max-width: 960px) {
  .join-txt-link, .join-txt-link a:link,
  .join-txt-link, .join-txt-link a:visited {
    font-size: 2.75rem;
  }
}
@media (max-width: 640px) {
  .join-txt-link, .join-txt-link a:link,
  .join-txt-link, .join-txt-link a:visited {
    font-size: 2rem;
  }
}


.VideoDescription { display:none; visibility:hidden; }

.video-gallery { display:none; visibility:hidden; }
/*
.video-header-grid-pagination { display:none; visibility:hidden; }

.video-header-grid-pagination .pagination { display:none; visibility:hidden; }

.video-header-grid-pagination .pagination .page-item { display:none; visibility:hidden; }

.video-header-grid-pagination .pagination .page-item .page-link { display:none; visibility:hidden; }

.video-header-grid-pagination .pagination .page-item .page-link .sr-only { display:none; visibility:hidden; }
*/
