/*@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Alex+Brush&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

:root {
  font-size: 18px;
  font-family: 'Muli',sans-serif;
  /*--main-yellow: rgb(248,120,84);*/
  --main-yellow: #cc5500;
}

html, body {
  min-height: 100%;
  font-family: 'Muli',sans-serif;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  color: inherit;
}

/* drawer ************************************************************************/

.drawer {
  width: 560px;
}

  .drawer:before {
    border: none !important;
  }

.drawer-header,
.drawer-body,
.drawer-footer {
  background: rgb(242,242,242);
  border: none;
}

  .drawer-header {
    border: none !important;
    /*display: none !important;*/
  }

  .drawer-header button {
    width: auto;
    font-weight: 200;
    font-size: 32px;
    line-height: 32px;
    text-align: right;
    background: none;
    border: none;
  }
  
  .drawer-body {
    padding-left: 160px;
    padding-top: 0;
    display: flex;
    /*align-content: center;*/
    /*align-items: center;*/
    justify-content: center;
  }
  
    .drawer-body a {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 200;
      color: rgb(32,32,32);
      text-transform: uppercase;
      display: block;
      float: none;
    }
    
    .drawer-body .toggler > a {
      font-size: 21px;
      font-weight: 900;
      cursor: pointer;
    }
    
    .xmm {
      margin-bottom: 20px;
    }
    
      .xmm h6 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
      }

  .drawer-footer {
    padding-left: 160px;
    display: flex;
    flex-direction: row !important;
    justify-content: space-around;
  }

    .drawer-footer > a {
      font-size: 24px;
      color: rgb(79,80,71);
      display: block;
    }
    
/* BAR *******************************************************************/

.v-wrapper {
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  /*background: yellow;*/
  background-image: url(img/main-2.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

  .v-wrapper video {
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
  }
  
  .yellow-bar {
    width: 140px;
    height: 100vh;
    padding-top: 70px;
    padding-bottom: 60px;
    background: var(--main-yellow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
  }
  
    .yellow-bar img {
      max-width: 110px;
    }
  
    .yellow-bar button, .yellow-bar .socials:not(a) {
      font-family: 'Muli';
    }
  
    .yellow-bar button {
      font-size: 12px;
      background: none;
      border: none;
      text-transform: uppercase;
    }
    
      .yellow-bar button span {
        width: 100%;
        height: 1px;
        margin-bottom: 5px;
        background: rgb(79,80,71);
        display: block;
        float: none;
      }
      
        .yellow-bar button:hover span:first-of-type,
        .yellow-bar button.active span:first-of-type {
          transform-origin: top left;
          transform: rotate(10deg);
        }
        
        .yellow-bar button:hover span:last-of-type,
        .yellow-bar button.active span:last-of-type {
          transform-origin: top left;
          transform: rotate(-10deg);
        }
    
    .yellow-bar .socials {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
      .yellow-bar .socials > a {
        margin-top: 5px;
        font-size: 11px;
        color: rgb(32,32,32);
        display: block;
      }
      
      .yellow-bar .socials div {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
      }
      
        .yellow-bar .socials div a {
          margin: 0 3px;
          
        }
        
      .socials > a.active {
        border-bottom: 1px solid rgb(32,32,32);
      }
  
  .v-wrapper .chevron,
  .parallax-text .chevron {
    width: 100vw;
    height: 3vh;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1041;
  }
  
    .parallax-text .chevron {
      width: auto;
      left: 0;
      right: 0;
    }
  
  
    .v-wrapper .chevron a i,
    .parallax-text .chevron a i {
      font-size: 32px;
      color: rgb(221,221,221);
    }

  
  .vslogan {
    width: 90vw;
    position: absolute;
    text-align: center;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  
    .vslogan h1 {
      font-family: 'Anton',sans-serif;
      font-size: 64px;
      /*font-weight: 900;*/
      color: #fff;
      letter-spacing: 4px;
      text-align: center;
      text-transform: uppercase;
      text-shadow: 2px 2px 2px rgba(128, 128, 128, .4);
    }
    
    .vslogan > span {
      margin-top: 30px;
      margin-bottom: 10px;
      display: block;
      font-size: 21px;
      font-weight: 200;
      color: #fff;
      letter-spacing: 1px;
      text-align: center;
      text-transform: uppercase;
      text-shadow: 1px 1px 2px rgba(96, 96, 96, .7);
    }
    
    .vslogan > span:last-of-type {
      font-size: 28px;
      font-weight: 900;
      color: var(--main-yellow);
      text-transform: uppercase;
      display: block;
      float: none;
    }
    
    .vslogan a {
      margin-top: 120px !important;
      /*padding: 11px 50px 10px 50px;
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      letter-spacing: 1px;
      text-transform: uppercase;
      display: inline-block;
      background: var(--main-yellow);*/
    }
    
    .vslogan img {
      display: none;
    }
    
    
/* MAIN *******************************************************************/

.splash {
    background-image: url(img/splash.jpg);
    background-size: auto 130%;
    background-position: center center;
    background-attachment: fixed;
    animation: animateBg forwards 5s ease-in;
    position: relative;
    filter: saturate(100%) blur(2px);
  }

  @keyframes animateBg{
    0% { background-size: auto 130%;
           filter: saturate(100%) blur(2px);}
    40% {
      background-size: auto 150%;
           filter: saturate(100%) blur(1px);
    }
    100% { background-size: auto 200%;
        filter: saturate(100%) blur(0);}
  }
  
  .cfa {
    width: 90vw;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 6vw;
    line-height: 6.5vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  
    .cfa-button {
      /*margin: 10vh auto 0 auto;*/
      padding: 1vw 5vw;
      font-family: 'Muli',sans-serif;
      font-size: 1vw;
      font-weight: 700;
      color: #fff;
      line-height: 1vw;
      background: var(--main-yellow);
      border: 1px solid var(--main-yellow);
      display: inline-block;
      float: none;
    }
    
      .cfa-button:hover {
        color: var(--main-yellow);
        background: transparent;
      }
    
    .cfa-remove {
      color: rgba(255,255,255,0);
      transition: color 1000ms linear;
    }
    
    .cfa-chevron {
      font-size: 48px;
      color: rgba(255,255,255,.5);
      position: absolute;
      left: 50%;
      bottom: -20vh;
      transform: translateX(-50%);
      display: block;
    }
  
.navbar {
  background: transparent;
  align-items: flex-start;
}

  .higher {
    height: 380px;
    transition: height 1000ms linear;
  }

  .navbar-brand img {
    max-height: 75px;
  }
  
  .navbar-nav {
    padding-top: 38px;
  }
  
  .navbar-fixed-top {
    /*background-color: #fff;*/
    background-color: rgba(32,32,32,.9);
    transition: background-color 1000ms linear;
  }

  .navbar-nav > .nav-item > .nav-link {
    padding-left: 8px;
    padding-right: 8px;
    font-family: 'Muli',sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .5px;
    color: rgb(248,248,248) !important;
    border-top: 1px solid rgb(171,171,171);
  }
  
    .navbar-fixed-top > .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
      color: rgb(248,248,248) !important;
      transition: color 1000ms linear;
    }
  
    .navbar-nav > .nav-item > .nav-link:hover {
      color: var(--main-yellow) !important;
    }
    
    .navbar-fixed-top > .navbar-collapse > .navbar-nav > .nav-item.show > .nav-link {
      /*font-weight: bold;*/
      color: var(--main-yellow) !important;
      border-top: 1px solid var(--main-yellow);
    }
    
    .show:before {
      content: " ";
      position: absolute;
      z-index: 1;
      top: 1px;
      left: 0;
      right: 0;
      border-top: 1px solid rgb(34,34,34);
    }
  
  .navbar-nav > .dropdown {
    width: auto;
    /*min-height: 120px;*/
  }
  
  .xmenu {
    width: 25%;
    float: left;
  }
  
    .xmenu > h4 {
      width: 100%;
      padding: 4px 0;
      display: inline-block;
      /*font-family: 'rokkittregular';*/
      font-family: 'Muli';
      font-size: .7rem;
      font-weight: 900;
      color: rgb(248,248,248);
      text-transform: uppercase;
      letter-spacing: 1px;
      clear: none;
      float: left;
      overflow: hidden;
    }
  
    .xmenu > a.dropdown-item {
      width: 100%;
      padding-left: 0;
      padding-right: 25px;
      display: block;
      /*font-family: 'rokkittregular';*/
      font-family: 'Muli';
      font-size: .7rem;
      color: rgb(248,248,248);
      text-transform: uppercase;
      letter-spacing: 0;
      clear: none;
      float: left;
      box-sizing: border-box;
      white-space: normal;
      /*text-decoration: underline;*/
      /*text-decoration-style: wavy;*/
    }
    
      .xmenu > a.dropdown-item:hover {
        background: transparent;
        color: var(--main-yellow);
      }

  
.dropdown-toggle::after {
    display: none;
}

.container-main {
  padding: 0;
}

.container-bar {
  padding: 50px 100px;
  background: rgb(221,221,221);
  display: none;
}

  .container-bar a {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgb(34,34,34);
    text-align: center;
  }
  
    .container-bar a i {
      font-size: 21px;
    }

.container-news {
  padding: 40px 100px 0 100px;
  background: rgb(242,240,236);
}

  h2.content-header {
    min-width: 45%;
    margin-top: 3rem;
    /*padding-right: 15vw;*/
    /*font-family: 'Times New Roman',Times,serif;*/
    font-size: 1.5rem;
    color: rgb(87,87,87);
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(87,87,87);
    display: inline-block;
  }
  
  .news-item {
    padding: 15px;
    /*font-size: .9rem;*/
    /*line-height: 1.8rem;*/
  }
  
    .news-item:hover {
      color: rgb(34,34,34);
    }
  
    .news-item h3 {
      margin-top: 0;
      font-family: 'Times New Roman',Times,serif;
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 1.8rem;
      color: var(--main-yellow);
    }
  
    .news-item > span:first-of-type:not(.fbtn) {
      /*height: 220px;*/
      padding-bottom: 66.7%;
      background-position: 50% 0;
      background-size: cover;
      background-repeat: no-repeat;
      display: block;
      float: none;
      /*overflow: hidden;*/
    }
    
      .news-item img {
        width: auto;
        height: 220px;
        margin: 0 auto;
        display: block;
      }
      
      .news-item em {
        margin-bottom: 3rem;
        font-family: 'Muli',sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        font-style: normal;
        text-transform: uppercase;
        display: block;
        float: none;
      }
      
      .news-item .fakebutton {
        /*width: 100%;*/
        margin-top: 3rem;
        padding: .6rem 3rem;
        font-family: 'Muli',sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        border: 1px solid rgb(87,87,87);
        display: inline-block;
        float: none;
      }
      
      .news-older-row {
        /*border-top: 1px solid rgb(192,192,192);*/
      }
      
      .news-older {
        padding-top: 0;
        padding-bottom: 40px;
        /*padding-right: 60px;*/
        text-align: center;
      }
      
        .news-older .fakebutton {
          /*margin-left: 45px;*/
          padding: .6rem 3rem;
          font-family: 'Muli',sans-serif;
          font-size: 11px;
          font-weight: 700;
          color: var(--main-yellow);
          letter-spacing: 1px;
          text-align: center;
          border: 1px solid var(--main-yellow);
          display: block;
          float: none;
        }
        
        .news-older .fbtn {
          margin-top: 0!important;
          /*margin-bottom: 30px!important;*/
        }
    
    .cnt-news {
      
    }
    
      .cnt-news h2,
      .titlerow h2 {
        margin-top: 1rem;
        margin-bottom: 2rem;
        /*font-family: 'Times New Roman',Times,serif;*/
        font-family: 'Muli',sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        /*color: var(--main-yellow);*/
      }
      
      .cnt-news h4 {
        margin-bottom: 3rem;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 1px;
      }
    
    .mimg {
      margin-bottom: 60px;
    }
      
.container-spec {
  min-height: 30vh;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(img/armata.jpg) no-repeat bottom center;
  background-size: cover;
}

  .spec {
    padding: 35px;
    /*font-size: .9rem;*/
    background: #fff;
  }
  
    .spec h3 {
      margin-bottom: 3rem;
      font-family: 'Times New Roman',Times,serif;
      font-size: 1.5rem;
      color: rgb(184,114,50);
      letter-spacing: 1px;
    }
    
    .spec .fakebutton {
      /*width: 100%;*/
      margin-top: 3rem;
      padding: .6rem 2rem;
      font-family: 'Muli',sans-serif;
      font-size: 11px;
      font-weight: 700;
      color: rgb(184,114,50);
      letter-spacing: 1px;
      text-align: center;
      border: 1px solid rgb(184,114,50);
      display: inline-block;
      float: none;
    }
    
.container-guide {
  padding: 45px 100px 0 100px;
  margin-bottom: 120px;
}

  .guide {
    margin-top: 3rem;
  }
  
    .row.guide .col-sm-4 {
      /*padding-left: 30px;*/
    }
  
    .guide > div:first-of-type {
      /*padding-left: 90px;*/
    }
  
    .guide h3 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      font-family: 'Times New Roman',Times,serif;
      font-size: 1.8rem;
      letter-spacing: 1px;
      color: var(--main-yellow);
      /*position: relative;*/
    }
    
      .hline {
        width: 200px;
        height: 1px;
        background: rgb(87,87,87);
        position: absolute;
        top: 40px;
        left: -200px;
        display: block;
      }
      
      .hline-s {
        width: 150px;
        height: 1px;
        background: rgb(87,87,87);
        position: absolute;
        top: 18px;
        left: -150px;
        display: block;
      }
      
      .hline-bw {
        width: 150px;
        height: 1px;
        background: rgb(87,87,87);
        position: absolute;
        top: 18px;
        right: -150px;
        display: block;
      }
    
    .guide-text {
      font-size: .9rem;
      letter-spacing: .5px;
      position: relative;
    }
    
      .guide-text .fakebutton {
        margin-top: 3rem;
        padding: .6rem 2rem;
        font-family: 'Muli',sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        border: 1px solid rgb(87,87,87);
        display: inline-block;
        float: none;
        position: absolute;
        bottom: 0;
        left: 15px;
      }
      
  .guide-img {
    max-height: 400px;
    overflow: hidden;
  }
      
.galleries h3 {
      /*margin-top: 2rem;*/
      font-family: 'Times New Roman',Times,serif;
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 1px;
      color: var(--main-yellow);
    }
    
  .galleries .order-sm-1 {
    text-align: right;
  }
  
  .galleries .col-12 {
    margin-bottom: 60px;
    font-size: 14px;
    position: relative;
  }
  
  .galleries .fakebutton {
        /*margin-top: 3rem;*/
        padding: .6rem 2rem;
        font-family: 'Muli',sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        border: 1px solid rgb(87,87,87);
        display: inline-block;
        float: none;
        position: absolute;
        bottom: 0;
        left: 15px;
      }
      
    .galleries .order-sm-1 .fakebutton {
      left: auto;
      right: 15px;
    }
    
    .galleries .fh {
      min-height: 45px;
    }

.top-flatpage {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

  .top-flatpage .tfp span:first-of-type {
    margin-bottom: 0;
    font-size: 2vh;
    font-weight: 200;
    color: rgb(243,243,243);
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(128, 128, 128, .4);
    text-align: center;
    display: block;
    float: none;
  }
  
  .top-flatpage .tfp span:last-of-type {
    font-family: 'Anton',sans-serif;
    font-size: 54px;
    /*font-weight: 900;*/
    color: rgb(243,243,243);
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(128, 128, 128, .4);
    text-align: center;
    display: block;
    float: none;
  }
  
  .top-flatpage .chevron {
    width: 100vw;
    height: 3vh;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1041;
  }
  
    .top-flatpage .chevron {
      width: auto;
      left: 0;
      right: 0;
    }
  
  
    .top-flatpage .chevron a i {
      font-size: 32px;
      color: rgb(221,221,221);
    }
     
.container-flatpage {
  padding: 45px 100px;
  background: rgb(242,242,242);
}

  .container-flatpage h1 {
    /*min-width: 55%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-right: 15vw;
    font-family: 'Times New Roman',Times,serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: rgb(87,87,87);
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(87,87,87);
    display: inline-block;*/
  }
  
    .fpinfo {
      margin-bottom: 2rem;
    }
  
    .fpinfo h4 {
      margin-bottom: 1rem;
      font-size: .8rem;
      font-weight: 700;
      color: rgb(87,87,87);
      letter-spacing: .5px;
    }
    
      .fpinfo h4 em {
        font: inherit;
        color: var(--main-yellow);
        letter-spacing: .5px;
        text-transform: uppercase;
      }
      
    .fp-content {
      line-height: 2rem;
    }
      
.container-media {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 60px;
  padding-bottom: 120px;
  background: rgb(238,238,238);
}

  .container-media h2 {
    margin-bottom: 60px;
  }
  
  .container-media img {
    max-height: 300px;
  }

.container-about {
  min-height: 30vh;
  padding-top: 5rem;
  padding-bottom: 120px;
  background: url(img/about.jpg) no-repeat bottom center;
  background-size: cover;
  /*filter: brightness(50%);*/
}

  .container-about h3 {
    /*margin-top: 1.5rem;*/
    margin-bottom: 2rem;
    font-family: 'Times New Roman',Times,serif;
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    filter: brightness(100%);
  }
  
  .container-about .col-sm-4 {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Muli',sans-serif;
    font-size: .8rem;
    line-height: 1.8rem;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
  }
  
    .container-about h4 {
      width: auto;
      margin: 2rem auto 0 auto;
      font-family: 'Times New Roman',Times,serif;
      font-size: 1.4rem;
      letter-spacing: 1px;
      text-align: center;
      border-bottom: 1px solid #fff;
      display: table;
      float: none;
    }
    
    .container-about span {
      margin-bottom: 4rem;
      font-family: 'Times New Roman',Times,serif;
      font-size: 1.2rem;
      letter-spacing: 1px;
      text-align: center;
      display: block;
      float: none;
    }
    
    .container-about .fakebutton {
        margin: 2rem auto 0 auto;
        padding: 0 3rem;
        font-family: 'Muli',sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        border: 1px solid #fff;
        display: table;
        float: none;
      }
      
.container-planner {
  padding-top: 1.5rem;
  background: rgb(242,242,242);
}

  .container-planner .fakebutton {
    width: 90%;
    margin: 1.5rem auto;
    padding: .6rem 3rem;
    font-family: 'Muli',sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--main-yellow);
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--main-yellow);
    display: block;
    float: none;
  }
  
    .container-planner .fakebutton:hover {
      color: rgb(87,87,87);
      border-color: rgb(87,87,87);
    }
  
  .planner-content-orange {
    background: var(--main-yellow);
  }
  
  .planner-content h2 {
    margin-top: 3rem;
    margin-bottom: 4rem;
    font-family: 'Times New Roman',times,serif;
    color: rgb(87,87,87);
    text-transform: uppercase;
    border-bottom: 2px solid rgb(87,87,87);
  }
      
.container-footer {
  padding-top: 90px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  background: rgb(238,238,238);
}

  .container-footer a,
  .container-footer span,
  .container-footer strong {
    font-size: .8rem;
    letter-spacing: .5px;
    line-height: 1.8rem;
    display: block;
    float: none;
  }
  
    .container-footer strong,
    .container-footer .strong {
      margin-bottom: .6rem;
      font-weight: 900;
    }
    
      .logos img {
        max-height: 32px;
        margin-top: 1.5rem;
        margin-right: 1rem;
        display: inline-block;
        float: left;
      }
      
.logos-banner {
  padding-top: 60px;
  padding-bottom: 30px;
  /*padding-left: 100px;*/
  /*padding-right: 100px;*/
  /*background: rgb(238,238,238);*/
  display: flex;
  align-content: center;
  justify-content: space-around;
}

  .logos-banner img {
    max-height: 75px;
  }

  .logos-banner .container {
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid rgb(192,192,192);
    border-bottom: 1px solid rgb(192,192,192);
  }
      
.ue-banner {
  margin-top: 0;
  /*border-top: 1px solid rgb(192,192,192);*/
  /*border-bottom: 1px solid rgb(192,192,192);*/
}

.cpr-container {
  background: rgb(32,32,32);
}

.copyrights {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

  .copyrights a,
  .copyrights span {
    font-size: .6rem;
    color: rgb(248,248,248);
  }
  
h1 {
  font-size: 21px;
  /*text-transform: uppercase;*/
}

  h1.line {
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 14px;
    border-bottom: 1px solid rgb(96,96,96);
  }
  
    h1.line > span, h1.line > a {
      padding-right: 15px;
      font-size: 5vw;
      color: rgb(32,32,32);
      line-height: 14px;
      /*text-transform: uppercase;*/
      /*font-family: 'Merriweather','Times New Roman', times, serif;*/
      background: rgb(242,242,242);
    }
    
    h1.line.line-white > span, h1.line.line-white > a {
      background: #fff;
    }
  
.item-wrapper {
  margin-bottom: 60px;
}

  .item-wrapper .item-image {
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    position: relative;
  }
  
    .item-wrapper .item-image:after {
      content: '';
      display: block;
      padding-bottom: 140%;
    }
    
  .item-wrapper .item-title {
    min-height: 75px;
    padding-top: 15px;
    font-size: 1rem;
    display: block;
  }
  
.container-cal {
  padding: 0 100px 50px 100px;
  background: rgb(242,240,236);
}
  
  .cal-item {
    
  }
  
    .cal-date {
      
    }
    
      .cal-day {
        font-size: 75px;
        text-align: right;
        line-height: 70px;
        /*font-weight: 700;*/
      }
      
      .cal-year {
        font-size: 14px;
        text-align: right;
        text-transform: uppercase;
      }
      
      .cal-title {
        padding-top: 25px;
        padding-left: 30px;
        font-size: 32px;
        /*font-weight: 700;*/
      }
      
      .container-cal .col-12.line {
        height: 1px;
        background: rgb(96,96,96);
      }
      
      .cal-more-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      .cal-more {
        width: 50px;
        height: 50px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
        .cal-more span {
          width: 1px;
          height: 50px;
          background: rgb(32,32,32);
          display: block;
          position: relative;
          z-index: 1;
        }
        
          .cal-more span:nth-child(1) {
            transform: rotate(90deg);
            z-index: 2;
          }

.circles {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
}

  .circle-wrapper {
    width: 11%;
    min-height: 100px;
    display: block;
  }
  
    .circle-wrapper .circle {
      width: 100%;
      border-radius: 50%;
      position: relative;
      /*background: var(--main-yellow);*/
    }
    
      .circle-wrapper .circle:after {
        content: '';
        display: block;
        padding-bottom: 100%;
      }
      
      .circle-wrapper .circle span {
        font-size: 24px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
      }
      
    .circle-descr {
      padding-top: 15px;
      font-size: 14px;
      font-weight: 300;
      line-height: 16px;
      text-align: center;
      text-transform: uppercase;
    }
      
    .circle-1 {
      background: rgb(39,34,39);
    }
    
    .circle-2 {
      background: rgb(39,50,26);
    }
    
    .circle-3 {
      background: rgb(111,122,62);
    }
    
    .circle-4 {
      background: rgb(155,97,81);
    }
    
    .circle-5 {
      background: rgb(192,167,188);
    }
  
ul.breadcrumb {
  padding-left: 0;
  background: none;
  /*display: none;*/
}

  .breadcrumb-item {
    font-size: 12px;
    text-transform: uppercase;
  }
  
  
  
@media (min-width: 992px) { 
  .dropdown-menu {
    /*width: 400px;*/
    padding: 10px 10px;
    top: 50px;
    right: 15px;
    /*transform: translateX(-50%);*/
    border: none !important;
    border-radius: 0;
    /*background: rgba(255,255,255,.3);*/
    /*background: Olive;*/
    background: transparent;
  }
  
    .dropdown-menu::before {
      border: none !important;
    }
  
    /*li.show::after {
      content: ' ';
      width: 0; 
      height: 0;
      position: absolute;
      top: 44px;
      left: calc(50% - 5px);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid black;
    }*/
  
  
    .dropdown-menu > a {
      width: 33.33%;
      padding-left: 0;
      display: inline-block;
      /*font-family: 'rokkittregular';*/
      font-family: 'Muli';
      font-size: .6rem;
      text-transform: uppercase;
      letter-spacing: 0;
      clear: none;
      float: left;
      overflow: hidden;
    }
    
    .langs .dropdown-menu > a {
      width: 100%;
      padding-right: 0;
      text-align: right;
    }
    
    .dropdown-menu > a:hover {
      color: var(--main-yellow);
      background: none;
    }
    
      .w50 {
        width: 66.66% !important;
      }
      
      .w50b {
        margin-left: 33.33%;
      }
}

@media (max-width: 991px) {
  .yellow-bar {
    width: 45px;
  }
  .yellow-bar > a > img {
    display: none;
  }
  .yellow-bar .socials img {
    width: 40px;
  }
  .drawer {
    width: 320px;
  }
  
    .drawer-body {
      padding-left: 60px;
    }
    
  .vslogan {
    width: 75vw;
  }
  .vslogan a img {
    /*max-width: 80%;*/
  }
  
  .vslogan img {
    max-width: 50%;
    margin: 0 auto 30px auto;
    display: block;
    float: none;
  }
  
  .vslogan h1 {
    font-size: 24px;
  }
  
  #mapka {
    min-height: 320px;
  }
  
  .drawer-body a {
    font-size: 15px;
  }
  
  .drawer-body .toggler > a {
    font-size: 16px;
  }
  
  .xmm {
    
  }
  
    .xmm h6 {
      font-size: 15px;
    }
    
  .container-bar .col-12.col-md-4 {
    margin-bottom: 35px;
  }
  
  .container-news,
  .container-cal,
  .container-flatpage,
  .container-guide,
  .container-footer {
    padding-left: 0;
    padding-right: 30px;
  }
  
  .cal-day {
    font-size: 32px;
  }
  
  .cal-title {
    font-size: 24px;
  }
  
  .cal-more span {
    height: 30px;
  }
  
  .circle-wrapper {
    width: 50px;
  }
  
    .circle-descr {
      font-size: 11px;
    }
  
  .logos-banner > a > img {
    max-height: 30px;
    margin-left: 5px!important;
    margin-right: 5px!important;
  }
  
  .top-flatpage .tfp span:last-of-type {
    font-size: 28px;
  }
  
  .vslogan > span {
    font-size: 21px !important;
  }
  
}

.anythingSlider-default {
  margin: 0;
  padding: 0;
}

.anythingSlider-default.activeSlider .anythingWindow {
  border: none;
}

.ug-thumb-wrapper.ug-tile.ug-thumb-ratio-set,
.ug-thumb-wrapper.ug-tile.cloned {
  background: rgba(255,255,255,1) !important;
}

.fakebutton:hover {
  color: var(--main-yellow);
  border: 1px solid var(--main-yellow);
}

.arrow.back,
.arrow.forward {
  top: 180px !important;
}

.toggler > .col-12 {
  display: none;
}

a.fbtn,
span.fbtn {
  width: auto;
  height: 45px !important;
  margin-top: 30px !important;
  padding-left: 22.5px !important;
  padding-right: 10px !important;
  font-size: 14px !important;
  /*background: var(--main-yellow);*/
  border: 1px solid var(--main-yellow);
  border-radius: 22.5px !important;
  display: table !important;
}

  a.fbtn > span:first-of-type,
  span.fbtn > span:first-of-type {
    display: block;
    float: left;
    /*color: rgb(243,243,243);*/
    color: var(--main-yellow);
    text-transform: uppercase;
    margin-top: 12px !important;
    margin-right: 15px !important;
  }
  
  a.fbtn > span:last-of-type,
  span.fbtn > span:last-of-type {
    display: block;
    float: right;
    width: 28px !important;
    height: 28px !important;
    margin-top: 8.5px !important;
    padding-top: 3px !important;
    text-align: left !important;
    border-radius: 50%;
    background: #fff;
  }
  
  a.fbtn.fbtnx,
  span.fbtn.fbtnx {
    height: 28px !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    border: none;
    display: inline-block !important;
  }
  
  a.fbtn.fbtnx > span:first-of-type,
  span.fbtn.fbtnx > span:first-of-type {
    display: none;
  }
  
  a.fbtn.fbtnfull,
  span.fbtn.fbtnfull {
    background: var(--main-yellow);
  }
  
    a.fbtn.fbtnfull > span:first-of-type,
    span.fbtn.fbtnfull > span:first-of-type {
      color: #fff;
    }
  
@media (max-width: 991px) {
  a.fbtn,
  span.fbtn {
    font-size: 12px !important;
  }
}
  
.container-bar span.fbtn {
  border: 1px solid var(--main-yellow);
  background-color: transparent;
}

  .container-bar span.fbtn > span:first-of-type {
    margin-top: 10px !important;
    color: var(--main-yellow);
  }

  .container-bar span.fbtn > span:last-of-type {
    margin-top: 6.5px !important;
    padding-top: 1.5px !important;
  }
  
    .container-bar span.fbtn > span:last-of-type svg {
      /*width: 14px !important;*/
      /*margin-left: 3px !important;*/
    }
    
.vslogan > a.fbtn {
      margin-top: 120px !important;
    }
    
.swiper-button-prev {
  color: var(--main-yellow);
  left: -20px;
}

.swiper-button-next {
  color: var(--main-yellow);
  right: -20px;
}

.fanswer {
  display: none;
}

.faqrow {
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

  .faqrow h6 {
    font-size: 21px;
    font-weight: 800;
  }
  
  .faqline {
    height: 1px;
    background: rgb(221,221,221);
  }
  
  .faqbtn {
    
  }