.mosaicSection {
  overflow: hidden; }
  .mosaicSection .mosaicWrapper {
    position: relative;
    margin: 0 -15px;
    height: 0;
    transition: height 0.5s ease-in-out; }
  .mosaicSection .articleItem {
    float: left;
    margin: 15px;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 33.333333%; }
    .mosaicSection .articleItem.on {
      opacity: 1; }
    .mosaicSection .articleItem div {
      padding: 15px 20px 15px;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
      min-height: 78px; }
    .mosaicSection .articleItem .overlaylink {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 60; }
    .mosaicSection .articleItem figure {
      overflow: hidden;
      height: 297px;
      background-color: #999;
      position: relative; }
      .mosaicSection .articleItem figure img {
        width: auto;
        height: 100%;
        transition: transform 0.5s ease-in-out;
        transform-origin: 0 50%;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0); }
      @media only screen and (max-width: 768px) {
        .mosaicSection .articleItem figure img {
          width: auto;
          height: 100%; } }
    .mosaicSection .articleItem:hover figure img {
      left: 50%;
      transform: scale(1.2, 1.2) translate3d(-50%, 0, 0); }
    .mosaicSection .articleItem .img-responsive {
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .mosaicSection .articleItem .img-responsive {
          width: 100%; } }
    .mosaicSection .articleItem h3 {
      font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
      font-size: 25px;
      letter-spacing: 1.5px;
      margin: 0 80px 0 0;
      line-height: 1.2em;
      height: 59px;
      overflow: hidden;
      font-weight: bold;
      color: #fff; }
      @media only screen and (max-width: 1200px) {
        .mosaicSection .articleItem h3 {
          font-size: 24px;
          height: 50px; } }
      .mosaicSection .articleItem h3 a {
        color: #222;
        text-decoration: none; }
      @media all and (max-width: 480px) {
        .mosaicSection .articleItem h3 {
          height: auto; } }
    .mosaicSection .articleItem small {
      font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      color: #fff; }
    .mosaicSection .articleItem .mainTag {
      font-size: 11px;
      font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      position: absolute;
      right: 15px;
      bottom: 15px;
      opacity: 1;
      margin-right: 12px;
      color: #fff;
      z-index: 100; }
      .mosaicSection .articleItem .mainTag .brk-left,
      .mosaicSection .articleItem .mainTag .brk-right {
        height: 21px;
        width: 14px;
        display: block;
        position: absolute;
        top: -4px;
        fill: #fff; }
      .mosaicSection .articleItem .mainTag .brk-left {
        left: -15px; }
      .mosaicSection .articleItem .mainTag .brk-right {
        right: -15px; }
      .mosaicSection .articleItem .mainTag[data-cat="road"] .brk-left,
      .mosaicSection .articleItem .mainTag[data-cat="road"] .brk-right {
        fill: #C6C6C6; }
      .mosaicSection .articleItem .mainTag[data-cat="life"] .brk-left,
      .mosaicSection .articleItem .mainTag[data-cat="life"] .brk-right {
        fill: #FBDD4A; }
      .mosaicSection .articleItem .mainTag[data-cat="race"] .brk-left,
      .mosaicSection .articleItem .mainTag[data-cat="race"] .brk-right {
        fill: #D2373A; }
      .mosaicSection .articleItem .mainTag a {
        color: #fff;
        letter-spacing: 1px;
        font-weight: normal; }
        .mosaicSection .articleItem .mainTag a:hover {
          text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .mosaicSection .articleItem {
        position: relative;
        top: auto !important;
        left: auto !important;
        width: calc(100% - 30px) !important;
        max-width: 450px;
        margin: 0 auto 25px;
        float: none; } }

#spotlight-section {
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  height: 100%;
  width: 100%;
  padding: 2em 0 3.5em; }
  #spotlight-section h2 {
    margin: 0;
    text-align: center;
    font-size: 60px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-weight: normal; }
  #spotlight-section .spotlightSectionWrapper {
    position: relative;
    margin: 0 -15px;
    min-height: 300px;
    transition: height 0.5s ease-in-out; }
  #spotlight-section .articleItem {
    float: left;
    padding: 30px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 33.333333%;
    border-radius: 100%; }
    #spotlight-section .articleItem.on {
      opacity: 1; }
    #spotlight-section .articleItem .overlaylink {
      position: absolute;
      left: 30px;
      right: 30px;
      top: 30px;
      bottom: 30px;
      z-index: 60; }
    #spotlight-section .articleItem figure {
      background-color: #999;
      position: relative;
      height: 390px !important;
      border-radius: 100%;
      overflow: hidden; }
      #spotlight-section .articleItem figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%; }
      #spotlight-section .articleItem figure img {
        height: 100%;
        width: auto;
        transition: transform 0.5s ease-in-out;
        transform-origin: 0 50%;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0); }
    #spotlight-section .articleItem:hover figure img {
      left: 50%;
      transform: scale(1.2, 1.2) translate3d(-50%, 0, 0); }
    #spotlight-section .articleItem .img-responsive {
      margin: 0 auto; }
    #spotlight-section .articleItem h3 {
      font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
      font-size: 26px;
      margin: 0 0 0.4em;
      line-height: 1.1em;
      overflow: hidden;
      letter-spacing: 1.5px;
      font-weight: bold; }
      @media only screen and (max-width: 1200px) {
        #spotlight-section .articleItem h3 {
          font-size: 24px; } }
      #spotlight-section .articleItem h3 br {
        display: none; }
      #spotlight-section .articleItem h3 a {
        color: #222;
        text-decoration: none; }
      @media all and (max-width: 480px) {
        #spotlight-section .articleItem h3 {
          height: auto; } }
    #spotlight-section .articleItem small {
      font-family: "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
      font-size: 18px;
      text-transform: uppercase; }
    #spotlight-section .articleItem .mainTag {
      font-size: 15px;
      font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      position: relative;
      opacity: 1;
      display: inline-block;
      margin-right: 12px; }
      #spotlight-section .articleItem .mainTag .brk-left,
      #spotlight-section .articleItem .mainTag .brk-right {
        height: 25px;
        width: 14px;
        display: block;
        position: absolute;
        top: -2px; }
      #spotlight-section .articleItem .mainTag .brk-left {
        left: -15px; }
      #spotlight-section .articleItem .mainTag .brk-right {
        right: -15px; }
      #spotlight-section .articleItem .mainTag[data-cat="road"] .brk-left,
      #spotlight-section .articleItem .mainTag[data-cat="road"] .brk-right, #spotlight-section .articleItem .mainTag[data-cat="Road"] .brk-left,
      #spotlight-section .articleItem .mainTag[data-cat="Road"] .brk-right {
        fill: #C6C6C6; }
      #spotlight-section .articleItem .mainTag[data-cat="life"] .brk-left,
      #spotlight-section .articleItem .mainTag[data-cat="life"] .brk-right, #spotlight-section .articleItem .mainTag[data-cat="Life"] .brk-left,
      #spotlight-section .articleItem .mainTag[data-cat="Life"] .brk-right {
        fill: #FBDD4A; }
      #spotlight-section .articleItem .mainTag[data-cat="race"] .brk-left,
      #spotlight-section .articleItem .mainTag[data-cat="race"] .brk-right, #spotlight-section .articleItem .mainTag[data-cat="Race"] .brk-left,
      #spotlight-section .articleItem .mainTag[data-cat="Race"] .brk-right {
        fill: #D2373A; }
      #spotlight-section .articleItem .mainTag a {
        color: #fff; }
    #spotlight-section .articleItem div {
      position: absolute;
      width: 100%;
      top: 40%;
      left: 0;
      padding: 0 50px;
      color: #fff;
      text-align: center; }
    @media only screen and (max-width: 1400px) {
      #spotlight-section .articleItem figure {
        height: 330px !important; } }
    @media only screen and (max-width: 1200px) {
      #spotlight-section .articleItem {
        padding: 15px 15px 0; }
        #spotlight-section .articleItem figure {
          height: 293px !important; }
        #spotlight-section .articleItem div {
          top: 30%; } }
    @media only screen and (max-width: 992px) {
      #spotlight-section .articleItem {
        width: 50%; }
        #spotlight-section .articleItem figure {
          height: 345px !important; }
        #spotlight-section .articleItem div {
          top: 40%; }
        #spotlight-section .articleItem:nth-child(3) {
          margin: 0 auto;
          float: none;
          padding-top: 0;
          top: -15px; } }
    @media only screen and (max-width: 768px) {
      #spotlight-section .articleItem {
        position: relative;
        top: auto !important;
        left: auto !important;
        width: calc(100% - 30px) !important;
        max-width: 450px;
        margin: 0 auto;
        float: none;
        padding: 15px; }
        #spotlight-section .articleItem:nth-child(3) {
          margin: 0 auto;
          top: 0;
          padding-top: 15px; }
        #spotlight-section .articleItem figure {
          height: 415px !important; } }
    @media only screen and (max-width: 480px) {
      #spotlight-section .articleItem {
        max-width: 280px;
        padding: 15px 0; }
        #spotlight-section .articleItem figure {
          height: 280px !important; }
        #spotlight-section .articleItem h3 {
          font-size: 24px; }
        #spotlight-section .articleItem div {
          top: 35%; } }

.headline {
  text-align: center;
  color: #fff;
  background-color: #fff;
  position: relative;
  min-height: 330px; }
  @media only screen and (max-width: 768px) {
    .headline {
      min-height: 260px; } }
  .headline h1 {
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 104px;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9em;
    color: #000; }
    @media only screen and (max-width: 992px) {
      .headline h1 {
        font-size: 80px; } }
    @media only screen and (max-width: 768px) {
      .headline h1 {
        font-size: 40px; } }
    .headline h1 span {
      font-size: 11px;
      position: absolute;
      display: none;
      top: -22px;
      left: 50%;
      line-height: 14px;
      transform: translateX(-50%);
      letter-spacing: 3px;
      font-family: "Gotham-XLight", Arial, Helvetica, sans-serif; }
  .headline .secTag {
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 10px; }
    .headline .secTag[data-cat="Life"] {
      background-color: #FBDD4A; }
    .headline .secTag[data-cat="Road"] {
      background-color: #C6C6C6; }
    .headline .secTag[data-cat="Race"] {
      background-color: #D2373A;
      color: #fff; }
  .headline .brk-left,
  .headline .brk-right {
    height: 125px;
    width: 54px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    fill: #999; }
    @media only screen and (max-width: 768px) {
      .headline .brk-left,
      .headline .brk-right {
        height: 75px; } }
  .headline .brk-left {
    left: -65px; }
  .headline .brk-right {
    right: -65px; }
  .headline[data-cat="road"] .brk-left,
  .headline[data-cat="road"] .brk-right, .headline[data-cat="Road"] .brk-left,
  .headline[data-cat="Road"] .brk-right {
    fill: #C6C6C6; }
  .headline[data-cat="life"] .brk-left,
  .headline[data-cat="life"] .brk-right, .headline[data-cat="Life"] .brk-left,
  .headline[data-cat="Life"] .brk-right {
    fill: #FBDD4A; }
  .headline[data-cat="race"] .brk-left,
  .headline[data-cat="race"] .brk-right, .headline[data-cat="Race"] .brk-left,
  .headline[data-cat="Race"] .brk-right {
    fill: #D2373A; }
  .headline .mainTag {
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9em;
    color: #000;
    letter-spacing: 0.5px; }
    .headline .mainTag a {
      color: #fff;
      position: relative;
      z-index: 10; }
    .headline .mainTag .brk-left {
      left: -39px;
      height: 27px; }
    .headline .mainTag .brk-right {
      right: -39px;
      height: 27px; }
  .headline .pageTag {
    color: #000;
    font-family: "Gotham-Medium", Arial, Helvetica, sans-serif;
    text-align: left;
    display: block;
    font-size: 12px;
    margin: 70px 0 0 0; }
    @media only screen and (max-width: 992px) {
      .headline .pageTag {
        margin-top: 18px; } }
    .headline .pageTag i {
      margin: 0  6px; }
    .headline .pageTag a {
      color: #999;
      font-weight: normal;
      font-family: "Gotham-Light", Arial, Helvetica, sans-serif; }
  .headline .backHome {
    color: #fff;
    font-family: "Gotham-Medium", Arial, Helvetica, sans-serif;
    text-align: left;
    display: block;
    font-size: 12px;
    margin: 70px 0 0 0; }
    .headline .backHome i {
      margin-right: 6px;
      position: relative;
      left: 0;
      transition: all 0.5s ease-in-out; }
    .headline .backHome:hover, .headline .backHome:active, .headline .backHome:focus {
      text-decoration: none; }
      .headline .backHome:hover i, .headline .backHome:active i, .headline .backHome:focus i {
        left: -10px; }
    @media only screen and (max-width: 768px) {
      .headline .backHome {
        margin-top: 20px; } }
  .headline[data-cat="road"], .headline[data-cat="Road"] {
    background: transparent url("/resources/img/visore_road_001.jpg") no-repeat center center/cover; }
    .headline[data-cat="road"] h1, .headline[data-cat="Road"] h1 {
      color: #fff; }
    .headline[data-cat="road"] .pageTag a,
    .headline[data-cat="road"] .pageTag i,
    .headline[data-cat="road"] .pageTag strong, .headline[data-cat="Road"] .pageTag a,
    .headline[data-cat="Road"] .pageTag i,
    .headline[data-cat="Road"] .pageTag strong {
      color: #fff; }
  .headline[data-cat="race"], .headline[data-cat="Race"] {
    background: transparent url("/resources/img/visore_race_001.jpg") no-repeat center center/cover; }
    .headline[data-cat="race"] h1, .headline[data-cat="Race"] h1 {
      color: #fff; }
    .headline[data-cat="race"] .pageTag a, .headline[data-cat="Race"] .pageTag a {
      color: #fff; }
    .headline[data-cat="race"] .pageTag i, .headline[data-cat="Race"] .pageTag i {
      color: #fff; }
    .headline[data-cat="race"] .pageTag strong, .headline[data-cat="Race"] .pageTag strong {
      color: #fff; }
  .headline[data-cat="life"], .headline[data-cat="Life"] {
    background: transparent url("/resources/img/visore_life_001.jpg") no-repeat center center/cover; }
    .headline[data-cat="life"] h1, .headline[data-cat="Life"] h1 {
      color: #fff; }
    .headline[data-cat="life"] .pageTag a, .headline[data-cat="Life"] .pageTag a {
      color: #fff; }
    .headline[data-cat="life"] .pageTag i, .headline[data-cat="Life"] .pageTag i {
      color: #fff; }
    .headline[data-cat="life"] .pageTag strong, .headline[data-cat="Life"] .pageTag strong {
      color: #fff; }

#filter-section {
  background-color: #fff;
  padding: 2em 0 3em; }
  #filter-section .sectionDescription {
    font-family: "Gotham-Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    position: relative;
    color: #555;
    max-width: 1000px;
    display: none;
    margin: 0 auto 2.2em;
    line-height: 1.8em; }
    #filter-section .sectionDescription:after {
      content: "";
      width: 150px;
      height: 1px;
      margin: 40px auto 0;
      background-color: #b1b1b1;
      display: block; }
  #filter-section #filtersTag-group .filtersTagGroup {
    padding-bottom: 10px;
    margin: 0 0 15px !important;
    border-bottom: 1px solid #DDDDDD; }
    #filter-section #filtersTag-group .filtersTagGroup h3 {
      display: inline-block;
      margin: 13px 0 0 4px;
      font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
      font-size: 15px;
      letter-spacing: 0.5px;
      float: left; }
    #filter-section #filtersTag-group .filtersTagGroup ul {
      display: block;
      margin: 10px 0 0 0;
      padding: 0;
      list-style: none;
      text-align: right; }
      @media only screen and (max-width: 1400px) {
        #filter-section #filtersTag-group .filtersTagGroup ul {
          float: none;
          margin-top: 10px; } }
      #filter-section #filtersTag-group .filtersTagGroup ul li {
        display: inline-block;
        margin: 0 4px 4px 0; }
        #filter-section #filtersTag-group .filtersTagGroup ul li a {
          background-color: transparent;
          border: 1px solid #DDDDDD;
          padding: 2px 13px;
          border-radius: 3px;
          font-family: "GothamHTF-LightCondensed", Arial, Helvetica, sans-serif;
          font-size: 16px;
          color: #333333;
          letter-spacing: 1px;
          text-decoration: none;
          transition: all 0.5s ease-in-out;
          display: block;
          text-transform: capitalize; }
          #filter-section #filtersTag-group .filtersTagGroup ul li a:hover, #filter-section #filtersTag-group .filtersTagGroup ul li a:active, #filter-section #filtersTag-group .filtersTagGroup ul li a:focus {
            background: #000;
            color: #fff; }
        #filter-section #filtersTag-group .filtersTagGroup ul li.active a {
          background: #DDDDDD;
          font-weight: bold;
          border-color: rgba(51, 51, 51, 0.3); }
    @media only screen and (max-width: 992px) {
      #filter-section #filtersTag-group .filtersTagGroup {
        text-align: center; }
        #filter-section #filtersTag-group .filtersTagGroup h3 {
          display: block;
          float: none;
          margin-bottom: 10px; }
        #filter-section #filtersTag-group .filtersTagGroup ul {
          display: block;
          float: none;
          text-align: center; }
          #filter-section #filtersTag-group .filtersTagGroup ul li {
            display: inline-block;
            float: none;
            margin: 8px 4px 0 0; } }
  #filter-section .btn-white {
    border-color: #999;
    font-size: 26px;
    padding: 8px 52px; }
    #filter-section .btn-white:hover, #filter-section .btn-white:focus, #filter-section .btn-white:active {
      background-color: #999;
      color: #fff; }
  #filter-section .visibilityHidden {
    visibility: hidden; }

#filter-section[data-cat="race"] #filtersTag-group .filtersTagGroup ul li a {
  background: #D2373A;
  color: #fff;
  border-color: #D2373A;
  text-transform: uppercase;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif; }
  #filter-section[data-cat="race"] #filtersTag-group .filtersTagGroup ul li a:hover, #filter-section[data-cat="race"] #filtersTag-group .filtersTagGroup ul li a:active, #filter-section[data-cat="race"] #filtersTag-group .filtersTagGroup ul li a:focus {
    background-color: #d74c4f; }

#filter-section[data-cat="life"] #filtersTag-group .filtersTagGroup ul li a {
  background: #FBDD4A;
  color: #333;
  border-color: #FBDD4A;
  text-transform: uppercase;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif; }
  #filter-section[data-cat="life"] #filtersTag-group .filtersTagGroup ul li a:hover, #filter-section[data-cat="life"] #filtersTag-group .filtersTagGroup ul li a:active, #filter-section[data-cat="life"] #filtersTag-group .filtersTagGroup ul li a:focus {
    background-color: #fce67c; }

#filter-section[data-cat="road"] #filtersTag-group .filtersTagGroup ul li a {
  background: #C6C6C6;
  color: #333;
  border-color: #C6C6C6;
  text-transform: uppercase;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif; }
  #filter-section[data-cat="road"] #filtersTag-group .filtersTagGroup ul li a:hover, #filter-section[data-cat="road"] #filtersTag-group .filtersTagGroup ul li a:active, #filter-section[data-cat="road"] #filtersTag-group .filtersTagGroup ul li a:focus {
    background-color: #e0e0e0; }

#filter-section.mosaicSection .mosaicWrapper {
  height: 2200px; }
  @media only screen and (max-width: 1400px) {
    #filter-section.mosaicSection .mosaicWrapper {
      height: 1910px; } }
  @media only screen and (max-width: 1200px) {
    #filter-section.mosaicSection .mosaicWrapper {
      height: 1575px; } }
  @media only screen and (max-width: 992px) {
    #filter-section.mosaicSection .mosaicWrapper {
      height: 2655px; } }
  @media only screen and (max-width: 768px) {
    #filter-section.mosaicSection .mosaicWrapper {
      height: auto; } }
  #filter-section.mosaicSection .mosaicWrapper.mosaic-size-0 {
    height: 680px; }
    @media only screen and (max-width: 1400px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-0 {
        height: 555px; } }
    @media only screen and (max-width: 1200px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-0 {
        height: 455px; } }
    @media only screen and (max-width: 992px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-0 {
        height: 500px; } }
    @media only screen and (max-width: 768px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-0 {
        height: auto; } }
  #filter-section.mosaicSection .mosaicWrapper.mosaic-size-1 {
    height: 680px; }
    @media only screen and (max-width: 1400px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-1 {
        height: 555px; } }
    @media only screen and (max-width: 1200px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-1 {
        height: 455px; } }
    @media only screen and (max-width: 992px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-1 {
        height: 870px; } }
    @media only screen and (max-width: 768px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-1 {
        height: auto; } }
  #filter-section.mosaicSection .mosaicWrapper.mosaic-size-2 {
    height: 1100px; }
    @media only screen and (max-width: 1400px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-2 {
        height: 945px; } }
    @media only screen and (max-width: 1200px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-2 {
        height: 780px; } }
    @media only screen and (max-width: 992px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-2 {
        height: 1385px; } }
    @media only screen and (max-width: 768px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-2 {
        height: auto; } }
  #filter-section.mosaicSection .mosaicWrapper.mosaic-size-3 {
    height: 1740px; }
    @media only screen and (max-width: 1400px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-3 {
        height: 1520px; } }
    @media only screen and (max-width: 1200px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-3 {
        height: 1250px; } }
    @media only screen and (max-width: 992px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-3 {
        height: 2255px; } }
    @media only screen and (max-width: 768px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-3 {
        height: auto; } }
  #filter-section.mosaicSection .mosaicWrapper.mosaic-size-4 {
    height: 2200px; }
    @media only screen and (max-width: 1400px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-4 {
        height: 1900px; } }
    @media only screen and (max-width: 1200px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-4 {
        height: 1560px; } }
    @media only screen and (max-width: 992px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-4 {
        height: 2650px; } }
    @media only screen and (max-width: 768px) {
      #filter-section.mosaicSection .mosaicWrapper.mosaic-size-4 {
        height: auto; } }

#filter-section .mosaicWrapper .articleItem:nth-child(odd) figure {
  height: 620px; }
  @media only screen and (max-width: 1400px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(odd) figure {
      height: 535px; } }
  @media only screen and (max-width: 1200px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(odd) figure {
      height: 435px; } }
#filter-section .mosaicWrapper .articleItem:nth-child(even) figure {
  height: 420px; }
  @media only screen and (max-width: 1400px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(even) figure {
      height: 360px; } }
  @media only screen and (max-width: 1200px) {
    #filter-section .mosaicWrapper .articleItem:nth-child(even) figure {
      height: 293px; } }
@media only screen and (max-width: 992px) {
  #filter-section .mosaicWrapper .articleItem:nth-child(1) figure,
  #filter-section .mosaicWrapper .articleItem:nth-child(4) figure,
  #filter-section .mosaicWrapper .articleItem:nth-child(5) figure,
  #filter-section .mosaicWrapper .articleItem:nth-child(8) figure,
  #filter-section .mosaicWrapper .articleItem:nth-child(9) figure,
  #filter-section .mosaicWrapper .articleItem:nth-child(12) figure {
    height: 480px; } }
@media only screen and (max-width: 992px) {
  #filter-section .mosaicWrapper .articleItem:nth-child(2) figure,
  #filter-section .mosaicWrapper .articleItem:nth-child(3) figure,
  #filter-section .mosaicWrapper .articleItem:nth-child(6) figure,
  #filter-section .mosaicWrapper .articleItem:nth-child(7) figure,
  #filter-section .mosaicWrapper .articleItem:nth-child(10) figure,
  #filter-section .mosaicWrapper .articleItem:nth-child(11) figure {
    height: 345px; } }
@media only screen and (max-width: 768px) {
  #filter-section .mosaicWrapper .articleItem:nth-child(1n) figure {
    height: 300px; } }

@media only screen and (min-width: 769px) {
  .mosaicSection .articleItem:nth-child(2) {
    overflow: hidden; }
    .mosaicSection .articleItem:nth-child(2) figure {
      height: 420px !important;
      border-radius: 100%;
      overflow: hidden; }
      .mosaicSection .articleItem:nth-child(2) figure:after {
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .mosaicSection .articleItem:nth-child(2) figure img {
      height: 100%;
      width: auto; }
    .mosaicSection .articleItem:nth-child(2) div {
      background: transparent;
      position: absolute;
      width: 100%;
      top: 45%;
      left: 0;
      padding: 0 30px;
      color: #fff;
      text-align: center; }
    .mosaicSection .articleItem:nth-child(2) h3 {
      height: auto;
      margin: 0 !important; }
    .mosaicSection .articleItem:nth-child(2) small {
      display: none; }
    .mosaicSection .articleItem:nth-child(2) .mainTag {
      float: none;
      position: relative;
      bottom: -13px;
      right: 0;
      display: inline-block;
      color: #fff; }
      .mosaicSection .articleItem:nth-child(2) .mainTag a {
        color: #fff;
        letter-spacing: 1px;
        font-weight: normal; } }
  @media only screen and (min-width: 769px) and (max-width: 1400px) {
    .mosaicSection .articleItem:nth-child(2) figure {
      height: 360px !important; } }
  @media only screen and (min-width: 769px) and (max-width: 1200px) {
    .mosaicSection .articleItem:nth-child(2) figure {
      height: 293px !important; } }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .mosaicSection .articleItem:nth-child(2) figure {
      height: 345px !important; } }

/*# sourceMappingURL=filter.css.map */
