  /*header {
    position: absolute !important;
  }*/

    #clx-mobile-navigation a:hover, #clx-mobile-navigation li.level-1 > a.starter_active, #clx-mobile-navigation li > a.active {
    color: #d8b41b !important;
    }

    h4 {
        font-weight: bold;
        text-transform: uppercase;
    }

    #home2020 a {
        border: 0;
        border-bottom: 2px solid rgb(51,51,51) !important;
        background-color: rgba(51,51,51,0);
        color: rgba(51,51,51,1) !important;
    }

    #home2020 a:hover {
        background-color: rgba(51,51,51,0) !important;
        border-color: rgba(51,51,51,0.8) !important;
        color: rgba(51,51,51,0.8) !important;
    }

    .c7n-fact, .c7n-open-fact {
        display: none;
    }

    .c7n-content-tpl {
        padding-left: 4px;
    }

    #c7n-scroll-down {
        position: absolute;
        width: 45px;
        height: auto;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 0);
        cursor: pointer;
        z-index: 703;
        -moz-animation: bounce 1.5s infinite;
        -webkit-animation: bounce 1.5s infinite;
        animation: bounce 1.5s infinite;
    }

    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translate(-50%, 0);
        //transform: translateY(0);
      }
      40% {
        transform: translateY(-2vh) translate(-50%, 0);
        //transform: scale(1.2);
      }
      60% {
        transform: translateY(-1vh) translate(-50%, 0);
        //transform: scale(1.1);
      }
    }

    #c7n-scroll-down img {
        width: 100%;
        height: auto;
    }
    
    #home2020 .col-sm-6 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit:cover';
    }

    #home2020 .col-sm-6 {
        padding: 15px;
    }

    #home2020 {
        padding-top: 80px !important;
        /* padding-bottom: 80px !important; */
    }

    #home2020 h1 {
        padding-bottom: 30px;
        margin-top: 8px;
    }

    #ref2020 {
    background-color: #F5F5F5;
        position: relative;
    }

    /* width */
    ::-webkit-scrollbar {
      width: 2px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #000; 
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }

    article.c7n-news-article.col-xs-12 .col-xs-12.col-sm-8 {
      max-height: 30em;
      overflow-y: scroll
    }

    .container-fluid#home2020, .container-fluid.c7n-bg-gray {
        padding: 0px 25px;
    }

    .c7n-bg-gray {
        padding: 40px 0px !important;
    }

    .c7n-bg-gray h1 {
        padding: 40px 0px;
    }

    .c7n-pd-40{
      padding:0px 40px;
    }

    /* SWIPER */
    .swiper-container {
      width: 100%;
      height: 100%;
      padding: 30px;
    }

    .swiper-container a {
       color: #000;
       font-weight: bolder;
    }

    .swiper-slide {
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .c7n-slider-box-top {
        position: absolute;
        background: #fff;
        width: 60%;
        height: 60%;
        overflow-y: scroll;
        text-align: left;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        font-family: 'object-fit:cover'
    }

    footer .container-fluid {
        padding-bottom: 15px !important;
    }
    
    footer {
        pointer-events:none;
    }
    
    footer a{
        pointer-events:all;
    }

    .c7n-slider-box-top p {
       display: none;
    }

    .swiper-button-prev, .swiper-button-next {
        color: black;
        background-color: #ffffff;
        padding: 1.5em;
        top: auto;
        bottom:  calc(100vw / 2);
  }
    .swiper-button-prev:after ,.swiper-button-next:after{
        font-size: 1.5em;
  }

  .c7n-ref-links hr {
    width: 60%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 8px;
/*    border-bottom: 1px solid; */
  }

  .c7n-infobox {
    background: whitesmoke;
    padding: 50px 25px;
    height: 100%;
  }

  #home2020 .col-md-6 .col-sm-6 {
    height: 300px;
    overflow: hidden !important;
  }

  h2.c7n-center-vertically {
    text-align: center;
    text-transform: uppercase;
    margin: 15px;
    font-size: 2.2em !important;
} 

@media (min-width: 768px) {

    .swiper-button-prev, 
    .swiper-button-next {
        bottom:  calc(100vw / 4);
    }
}

@media (min-width: 992px) {
  .hidden-lg {
    display: none;
  }

}

@media (min-width: 1200px) {

    .c7n-slider-box-top{
            padding: 50px; 
    }

    #c7n-logo {
        margin-left: 90px;
    }

    #clx-open-mobile-navigation, #clx-close-mobile-navigation {
        right: 105px;
    }

    .container-fluid#home2020, .container-fluid.c7n-bg-gray{
         margin: 0px 50px;
    }

    .swiper-slide img {
    /*  height: 800px */
    }

  }

  @media (min-width: 1400px) {
    .c7n-slider-box-top p {
        display: inline-block;
    }
  }

@media (min-width: 1600px) {
  #home2020 .col-md-6 .col-sm-6 {
    height: 400px;
  }


  .show-xl {
    display: block !important;
  }

  .col-xl-6 {
    width: 50%;
  }

.c7n-ref-links {
    width: 50%;
    bottom: 4em;
    position: absolute;
}

.c7n-ref-links hr {
    margin: 10px 0px
}


}
