/* breakpoints */
.grid-position {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

html:lang(ar) .grid-position {
  float: right; }

.jet-filters {
  position: relative; }
  .jet-filters .button-group {
    position: absolute;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    top: -42px; }
    @media all and (min-width: 1024px) and (max-width: 1439px) {
      .jet-filters .button-group {
        top: -32px; } }
    @media (max-width: 1199.98px) {
      .jet-filters .button-group {
        top: -33px; } }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .jet-filters .button-group {
        top: -28px; } }
    @media all and (max-width: 599px) {
      .jet-filters .button-group {
        top: -53px;
        overflow: auto;
        background: #ff6a00; } }
    .jet-filters .button-group .filter-buttons {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end; }
    .jet-filters .button-group .button {
      font-family: "Orbitron";
      background: transparent;
      border: none;
      color: #ffffff;
      font-weight: normal;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      text-align: left;
      padding: 0 40px;
      cursor: pointer;
      line-height: normal; }
      @media all and (min-width: 1024px) and (max-width: 1439px) {
        .jet-filters .button-group .button {
          padding: 0 30px; } }
      @media (max-width: 1199.98px) {
        .jet-filters .button-group .button {
          padding: 0 25px; } }
      @media all and (max-width: 599px) {
        .jet-filters .button-group .button {
          padding: 15px 25px;
          position: relative; } }
      .jet-filters .button-group .button.is-checked {
        line-height: 0;
        font-weight: bold; }
        @media only screen and (min-width: 1920px) {
          .jet-filters .button-group .button.is-checked {
            font-size: 2rem;
            line-height: 2.5rem; } }
        @media (min-width: 320px) and (max-width: 1920px) {
          .jet-filters .button-group .button.is-checked {
            font-size: calc( 18px + (32 - 18) * ( (100vw - 320px) / (1920 - 320) )); } }
        @media (min-width: 320px) and (max-width: 1920px) {
          .jet-filters .button-group .button.is-checked {
            line-height: calc( 24px + (40 - 24) * ( (100vw - 320px) / (1920 - 320) )); } }
        .jet-filters .button-group .button.is-checked:after {
          background-color: #ff6a00; }
          @media all and (max-width: 599px) {
            .jet-filters .button-group .button.is-checked:after {
              opacity: 1;
              background-color: #ffffff;
              position: absolute;
              bottom: 0; } }
      .jet-filters .button-group .button:after {
        content: "";
        width: 100%;
        background-color: #ffffff;
        height: 2px;
        display: block; }
        @media all and (max-width: 599px) {
          .jet-filters .button-group .button:after {
            opacity: 0;
            width: 55%; } }

.stories-filter {
  max-width: 100% !important;
  position: relative; }
  @media all and (max-width: 599px) {
    .stories-filter {
      padding-top: 0 !important; } }
  .stories-filter .element-item {
    padding: 0 16.66%;
    background: #000000;
    width: 100%; }
    @media all and (min-width: 1024px) and (max-width: 1439px) {
      .stories-filter .element-item {
        padding: 0 16.66%; } }
    @media (max-width: 1199.98px) {
      .stories-filter .element-item {
        padding: 0 5%; } }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .stories-filter .element-item {
        padding: 0 30px; } }
    @media all and (max-width: 599px) {
      .stories-filter .element-item {
        padding: 0;
        margin-top: 60px !important; } }
    .stories-filter .element-item .story-list {
      position: relative;
      z-index: 2;
      color: #ffffff; }
      .stories-filter .element-item .story-list li:last-child {
        padding-bottom: 0 !important; }
        @media all and (max-width: 599px) {
          .stories-filter .element-item .story-list li:last-child {
            padding: 0 !important; } }
    .stories-filter .element-item .description {
      text-transform: uppercase;
      padding: 40px 0; }
      @media all and (max-width: 599px) {
        .stories-filter .element-item .description {
          padding: 30px; }
          .stories-filter .element-item .description > div {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
      .stories-filter .element-item .description .sub-title {
        width: 75%;
        font-weight: 700; }
        @media all and (max-width: 599px) {
          .stories-filter .element-item .description .sub-title {
            width: 100%; } }
      .stories-filter .element-item .description .link-wrapper {
        width: 25%;
        margin-top: 6px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; }
        @media all and (max-width: 599px) {
          .stories-filter .element-item .description .link-wrapper {
            width: 100%;
            margin-top: 10px;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            justify-content: flex-start;
            -ms-flex-pack: flex-start; } }
        .stories-filter .element-item .description .link-wrapper .text-link {
          float: right; }
          @media all and (max-width: 599px) {
            .stories-filter .element-item .description .link-wrapper .text-link {
              float: left; } }
  .stories-filter .bg-img-cover {
    height: 780px;
    max-height: 780px; }
    @media all and (min-width: 1024px) and (max-width: 1439px) {
      .stories-filter .bg-img-cover {
        height: 680px;
        max-height: 680px; } }
    @media (max-width: 1199.98px) {
      .stories-filter .bg-img-cover {
        height: 500px;
        max-height: 500px; } }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .stories-filter .bg-img-cover {
        height: 400px;
        max-height: 400px; } }
    @media all and (max-width: 599px) {
      .stories-filter .bg-img-cover {
        height: 258px;
        max-height: 100%; } }
  @media all and (max-width: 599px) {
    .stories-filter .button-group {
      top: auto;
      position: relative; } }
  .stories-filter .button-group .filter-buttons {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    @media all and (max-width: 599px) {
      .stories-filter .button-group .filter-buttons {
        width: 100%;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; } }
  .stories-filter .grid {
    max-width: 100% !important; }

html:lang(ar) .jet-filters .button-group .button {
  text-align: right;
  font-family: "Orbitron"; }

html:lang(ar) .stories-filter .element-item .description .link-wrapper .text-link {
  float: left; }
  @media all and (max-width: 599px) {
    html:lang(ar) .stories-filter .element-item .description .link-wrapper .text-link {
      float: right; } }

@media all and (max-width: 599px) {
  html:lang(ar) .stories-filter .element-item .description .sub-title {
    letter-spacing: -2px; } }
