/* =================== HEADER STYLES =================== */

@media screen and (min-width: 1153px) {

  .nav-trigger {
    display: none;
  }

  .header {
    padding: 20px 0 0;
  }

  .header-inner {
    margin-bottom: 20px;
  }

  .header nav {
    border: 1px solid #1b1b1b;
    ;
    border-left: 0;
    border-right: 0;
  }
}

@media screen and (max-width: 1152px) {
  .header {
    position: relative;
    z-index: 999;
  }

  .navigation .primary {
    left: -10px;
    top: 0;
  }

  .header-inner {
    flex-wrap: wrap;
    margin: auto;
    max-width: initial;
    width: 100%;
    padding: 0;
  }

  .header .logo {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 10px;
  }

  .header .logo a {
    display: inline-block;
  }

  .search {
    order: 2;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .search {
    top: calc(100% + 45px);
  }
}

.navigation .button {
  display: none;
}

.nav-trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  padding: 5px;
}

.nav-trigger .icon {
  display: inline-block;
  height: 20px;
  width: 29px;
  position: relative;
}


.nav-trigger .icon .ico-bar {
  background: #fff;
  height: 4px;
  width: 100%;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  left: 0;
}

.nav-trigger .icon .ico-bar:first-child {
  top: 0;
}

.nav-trigger .icon .ico-bar:nth-child(2) {
  top: 8px;
}

.nav-trigger .icon .ico-bar:nth-child(3) {
  top: 16px;
}

.nav-trigger.active .icon .ico-bar {
  background: #276fdb;
  left: 4px;
}

.nav-trigger.active .icon .ico-bar:first-child {
  top: -2px;
  -webkit-transform: rotate(45deg) translate(5px, 9px);
  transform: rotate(45deg) translate(5px, 9px);
}

.nav-trigger.active .icon .ico-bar:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.nav-trigger.active .icon .ico-bar:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-45deg) translate(2px, -6px);
  transform: rotate(-45deg) translate(2px, -6px);
}



/* =================== HEADER LINKS START =================== */
.header-links {
  display: none;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
  background: #000;
  height: 38px;
  cursor: pointer;
}

@media screen and (max-width: 1152px) {
  .header-links {
    display: flex;
    order: 1;
  }
}

.header-links a {
  flex: 1;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgb(15 15 15);
  font-size: 16px;
  line-height: 36px;
  border-radius: 2% / 35%;
  border: 2px solid;
}

.header-links a:hover {
  color: #fff;
}


.header-links a:last-child {
  background-color: rgba(219, 39, 202, .5);
}

@media screen and (min-width: 1025px) {
  .header-links a:hover {
    color: #db27ca;
  }
}

.top-links {
  display: none;
}

/* =================== HEADER LINKS END =================== */


/* ================= FIXED HEADER START ================= */

/* @media screen and (max-width: 480px) {
  .header {
    position: fixed;
    z-index: 999;
  }

  .container>.content {
    padding-top: 165px;
  }

  .header nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
  }

  .navigation .primary {
    left: 0;
    top: -1px;
  }
} */

/* ================= FIXED HEADER END ================= */


/* ================= THUMB WIDTH AND TOGGLE START ================= */
.mobile-tile {
  display: none;
}

@media screen and (max-width: 640px) {
  .main-container.col-1 .list-videos .item {
    width: calc(100% - 5px);
  }

  .headline {
    position: relative;
  }

  .headline h1,
  .headline h2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .mobile-tile {
    display: block;
    width: 20px;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 5px;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .mobile-tile>div {
    border-radius: 1px;
    width: 9px;
    height: 8px;
    background-color: rgba(219, 39, 202, .5);
  }

  .main-container.col-1 .mobile-tile>div {
    background-color: #fff;
  }

}

/* ================= THUMB WIDTH AND TOGGLE END ================= */

/* ================= VIDEO PAGE STYLES START ================= */
.headline.headline-video.mobile {
  display: none;
  padding: 0 10px 0;
}

@media (max-width: 1024px) {
  .block-video {
    /* margin-top: 15px; */
  }

  .headline.headline-video {
    display: none;
  }

  .headline.headline-video.mobile {
    /* display: block; */
  }
}

.block-details.head .item a:first-child {
  margin-left: 0;
}

.player-tags {
  height: 32px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.player-tags.active {
  height: auto;
}

.player-tags .btn-tags {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 32px;
  padding: 0 10px 0 20px;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: color .3s;
  transition: color .3s;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, #0f0f0f 40%, #0f0f0f 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, #0f0f0f 40%, #0f0f0f 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #0f0f0f 40%, #0f0f0f 100%);
  display: none;
}

.player-tags .btn-tags:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA4IDUiIHdpZHRoPSI4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im00NTAgMTEwNS44NmEuOC44IDAgMCAxIC0uMjYuNThsLTMuNzQgMy41Ni0zLjc0LTMuNTZhLjguOCAwIDAgMSAwLTEuMTYuOS45IDAgMCAxIDEuMjEgMGwyLjUzIDIuMzkgMi41My0yLjRhLjkuOSAwIDAgMSAxLjIyIDAgLjguOCAwIDAgMSAuMjUuNTl6IiBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQyIC0xMTA1KSIvPjwvc3ZnPg==) 50% 50%/14px 12px no-repeat;
}

.player-tags.active .btn-tags {
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
}

.player-tags.active .btn-tags:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA4IDUiIHdpZHRoPSI4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48cGF0aCBpZD0iYSIgZD0ibTE4NDQgMTkzMi4xN2EuODEuODEgMCAwIDAgLS4yNi0uNmwtMy43NC0zLjU3LTMuNzQgMy41OGEuODEuODEgMCAwIDAgMCAxLjE3Yy4zMy4zMy44OC4zMyAxLjIxIDBsMi41My0yLjQgMi41MyAyLjRjLjMzLjMzLjg4LjMzIDEuMjIgMGEuODEuODEgMCAwIDAgLjI1LS41OHoiLz48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4MzYgLTE5MjgpIj48dXNlIGZpbGw9IiNhM2EzYTMiIHhsaW5rOmhyZWY9IiNhIi8+PHVzZSBmaWxsPSIjNmUxNTY1IiB4bGluazpocmVmPSIjYSIvPjwvZz48L3N2Zz4=);
  background-position: 50% 40%;
}

.headline.headline-video.mobile {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.btn-info {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  width: 50px;
  height: 32px;
  padding: 0 10px 0 20px;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: color .3s;
  transition: color .3s;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, #000 40%, #000 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, #000 40%, #000 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 40%, #000 100%);
}

.video-info.mobile .btn-info {
  display: block;
}

.btn-info:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA4IDUiIHdpZHRoPSI4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im00NTAgMTEwNS44NmEuOC44IDAgMCAxIC0uMjYuNThsLTMuNzQgMy41Ni0zLjc0LTMuNTZhLjguOCAwIDAgMSAwLTEuMTYuOS45IDAgMCAxIDEuMjEgMGwyLjUzIDIuMzkgMi41My0yLjRhLjkuOSAwIDAgMSAxLjIyIDAgLjguOCAwIDAgMSAuMjUuNTl6IiBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQyIC0xMTA1KSIvPjwvc3ZnPg==) 50% 50%/14px 12px no-repeat;
}

.info-active .btn-info:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA4IDUiIHdpZHRoPSI4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48cGF0aCBpZD0iYSIgZD0ibTE4NDQgMTkzMi4xN2EuODEuODEgMCAwIDAgLS4yNi0uNmwtMy43NC0zLjU3LTMuNzQgMy41OGEuODEuODEgMCAwIDAgMCAxLjE3Yy4zMy4zMy44OC4zMyAxLjIxIDBsMi41My0yLjQgMi41MyAyLjRjLjMzLjMzLjg4LjMzIDEuMjIgMGEuODEuODEgMCAwIDAgLjI1LS41OHoiLz48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4MzYgLTE5MjgpIj48dXNlIGZpbGw9IiNhM2EzYTMiIHhsaW5rOmhyZWY9IiNhIi8+PHVzZSBmaWxsPSIjNmUxNTY1IiB4bGluazpocmVmPSIjYSIvPjwvZz48L3N2Zz4=);
}

.video-info.mobile .info-holder {
  display: none;
}

.video-info.mobile.info-active .info-holder {
  display: block;
}

/* ================= VIDEO PAGE STYLES END ================= */


.shareIcons {
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 10px;
}

.shareIcons  a {
  display: block;
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  text-indent: -9999px;
}

.shareIcons a.sharesTwitter {
  background: #78cdf0;
}

.shareIcons a span {
  display: block;
  background: transparent url(../images/sprite_socials_cache-2022060202.png) top left;
  background-size: 240px;
  width: 40px;
  height: 40px;
}

.shareIcons  a.sharesTwitter span {
  background-position: -40px 0;
}

.shareIcons  a.sharesReddit {
  background: #2085c7;
}

.shareIcons  a.sharesReddit span {
  background-position: -80px 0;
}

.shareIcons a:hover {
  box-shadow: inset 0 0 50px rgb(255 255 255 / 40%);
}

.fp-ui .shareIcons {
  float: right;
  grid-column-gap: 5px;
  margin: 5px 0 0;
}

.fp-ui .shareIcons a {
  width: 35px;
  height: 35px;
}

.fp-ui .shareIcons a span {
  background-size: 231px;
  width: 35px;
  height: 35px;
}

.related-models {
  width: 100%;
}

.block-screenshots span.item.item-screen,
.block-screenshots a.item.item-screen {
  width: calc(50% - 5px);
  padding-bottom: 27.9%;
}

.block-screenshots span.item.item-screen img, 
.block-screenshots a.item.item-screen img {
  height: auto;
}

.related-models .list-models .item,
.related-cs .list-sponsors .item {
  width: calc(16.66% - 10px);
}

@media screen and (max-width: 1000px) {
  .related-models .list-models .item,
  .related-cs .list-sponsors .item {
    width: calc(33.33% - 10px);
  }
}

@media screen and (max-width: 640px) {

  .related-models .list-models .item,
  .related-cs .list-sponsors .item {
    width: calc(50% - 5px);
  }

  .block-screenshots span.item.item-screen,
  .block-screenshots a.item.item-screen {
    width: 100%;
    padding-bottom: 55.8%;
  }
}