@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: normal;
  font-weight: 100;
  src: url(../../fonts/extrathin.otf?a3120577b00e21c7cf6bc5400b17aaa9) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: italic;
  font-weight: 100;
  src: url(../../fonts/extrathinitalic.otf?7360d13c7300fbab5061c79e725b23af) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: normal;
  font-weight: 200;
  src: url(../../fonts/thin.otf?c808f42baa9cf83c34af2087c9f55382) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: italic;
  font-weight: 200;
  src: url(../../fonts/thinitalic.otf?5aa2a24282e85d1318d910210b6d584a) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url(../../fonts/light.otf?9d4a626864efdb12b74f8c4ab489ad8a) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: italic;
  font-weight: 300;
  src: url(../../fonts/lightitalic.otf?ba1b8ff36436525c70e2a50e8c2b4f27) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/regular.otf?322f16fa2ec589dc10dc328dad370f0c) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  src: url(../../fonts/regularitalic.otf?24c627b1575887567d5bb10b70acfa98) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url(../../fonts/semibold.otf?a5c6a1048893b51aa3e52e9ed56cf85d) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: italic;
  font-weight: 500;
  src: url(../../fonts/semibolditalic.otf?319c999d5d0892f1a2a0d47fbed799a4) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url(../../fonts/bold.otf?cf8acf8969737273dbaa2f07a1195349) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: italic;
  font-weight: 600;
  src: url(../../fonts/bolditalic.otf?f7211ac0d1e4d748582c8d134c5e15ae) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(../../fonts/extrabold.otf?75df82daaa0354777100167d4ceae56b) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  src: url(../../fonts/extrabolditalic.otf?a9fa8f1fae552ed90942c7de53cb50e6) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src: url(../../fonts/blck.otf?2d3cc984ab8ae16602a429b042be0a31) format("opentype");
}

@font-face {
  font-family: Averta;
  font-display: swap;
  font-style: italic;
  font-weight: 800;
  src: url(../../fonts/blckitalic.otf?903f38c7a378933e65d9d6ad9b20823e) format("opentype");
}

html {
  background: #F5F5E6;
  font-size: 10px;
}

@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}

body {
  background: #F5F5E6;
  font-size: 1.4rem;
  font-family: Averta, 'Open Sans', 'SansSerif';
}

#logo {
  background-image: url(../../images/logo.png?ab909e72a8f7914256506d038dec4906);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

header #mainNav {
  font-weight: 500;
  position: fixed;
  top: 0;
  width: 100%;
  background: #F5F5E6;
  z-index: 2;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  header #mainNav {
    position: static;
  }
}

header #mainNav .navHolder {
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  header #mainNav .navHolder {
    padding: 0.9rem;
  }
}

header #mainNav .hamburger {
  outline: none !important;
  opacity: 1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*&.collapsed {
        .navbar-toggler-icon {
          background-image: url('../assets/burger.svg');
        }
      }*/
}

@media (min-width: 992px) {
  header #mainNav .hamburger {
    display: none !important;
  }
}

header #mainNav .hamburger .hamburger-inner,
header #mainNav .hamburger .hamburger-inner:before,
header #mainNav .hamburger .hamburger-inner:after {
  background-color: #2A663E;
}

header #mainNav .group {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #mainNav nav {
  max-width: 768px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: none;
  padding: 0 1.5rem;
}

@media (min-width: 992px) {
  header #mainNav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header #mainNav nav a {
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0.02em;
  color: #1D4E2D;
  text-decoration: none;
  padding-bottom: 2px;
}

header #mainNav nav a:hover,
header #mainNav nav a.active {
  padding-bottom: 0;
  border-bottom: 2px solid #E0E1B2;
}

header #mainNav #logo {
  height: 8rem;
  width: 10rem;
}

@media (min-width: 992px) {
  header #mainNav #logo {
    height: 7.8rem;
    width: 14.2rem;
  }
}

header #mainNav .apps {
  opacity: 0.7;
  font-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media (min-width: 768px) {
  header #mainNav .apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header #mainNav .apps span {
  display: inline-block;
  color: #2A663E;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.02em;
}

header #mainNav .apps .apstore {
  background-image: url(../../images/apstore.svg?49a0149c90b87cea3540f6c73c903692);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 2.4rem;
  width: 2.4rem;
  display: inline-block;
  margin: 0 1rem;
}

header #mainNav .apps .playstore {
  background-image: url(../../images/playstore.svg?3c0ad4a17ee56a99bf04d9b96114d93b);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 2.2rem;
  width: 2.2rem;
  display: inline-block;
  margin: 0 1rem;
}

header #mainNav .phone {
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.02em;
  color: #2A663E;
  background: #E0E1B2;
  border-radius: 60px;
  padding: 5px 19px;
  text-decoration: none;
  margin: 0 2.5rem;
}

header #mainNav .phone span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}

header #mainNav .social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media (min-width: 768px) {
  header #mainNav .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header #mainNav .social .fb {
  background-color: #E0E1B2;
  background-image: url(../../images/fb.svg?602945c0e7b2b9ae72435be7bf4658f8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  height: 3.2rem;
  width: 3.2rem;
  display: inline-block;
  margin: 0 1rem;
  border-radius: 100%;
}

header #mainNav .social .yt {
  background-color: #E0E1B2;
  background-image: url(../../images/yt.svg?444bc733a010a4a7e99a6b156de0de0c);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  height: 3.2rem;
  width: 3.2rem;
  display: inline-block;
  margin: 0 1rem;
  border-radius: 100%;
}

header #navMobile {
  background: #F5F5E6;
  position: fixed;
  width: 100%;
  z-index: 4;
  top: 8rem;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  header #navMobile {
    display: none !important;
  }
}

header #navMobile .navHolder {
  padding: 0 2.5rem;
  height: calc(100vh - 8rem);
  overflow: auto;
  padding-bottom: 3.4rem;
}

header #navMobile nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4.5rem;
}

header #navMobile nav a {
  font-size: 3rem;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #1D4E2D;
  font-weight: 500;
}

header #navMobile nav a:hover,
header #navMobile nav a.active {
  text-decoration: underline;
}

header #navMobile .apps {
  opacity: 0.7;
  font-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.4rem;
}

header #navMobile .apps span {
  display: inline-block;
  color: #2A663E;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.02em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 1rem;
}

header #navMobile .apps .apstore {
  background-image: url(../../images/apstore.svg?49a0149c90b87cea3540f6c73c903692);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 2.9rem;
  width: 2.9rem;
  display: inline-block;
  margin: 0 1.5rem;
  margin-left: 0;
}

header #navMobile .apps .playstore {
  background-image: url(../../images/playstore.svg?3c0ad4a17ee56a99bf04d9b96114d93b);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 2.7rem;
  width: 2.7rem;
  display: inline-block;
  margin: 0 1.5rem;
  margin-right: 0;
}

header #navMobile .social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.3rem;
}

header #navMobile .social .fb {
  background-color: #E0E1B2;
  background-image: url(../../images/fb.svg?602945c0e7b2b9ae72435be7bf4658f8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 19px;
  height: 4rem;
  width: 4rem;
  display: inline-block;
  margin: 0 0.5rem;
  border-radius: 100%;
  margin-left: 0;
}

header #navMobile .social .yt {
  background-color: #E0E1B2;
  background-image: url(../../images/yt.svg?444bc733a010a4a7e99a6b156de0de0c);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 19px;
  height: 4rem;
  width: 4rem;
  display: inline-block;
  margin: 0 0.5rem;
  border-radius: 100%;
  margin-right: 0;
}

header #navMobile .controls {
  background: #F5F5E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  header #navMobile .controls {
    display: none;
  }
}

@media (min-width: 1540px) {
  header #navMobile .controls {
    margin-bottom: 11rem;
  }
}

header #navMobile .controls a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1D4E2D;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #navMobile .controls a .icon {
  margin-right: 1.5rem;
}

header #navMobile .controls a.audio .icon {
  height: 5.2rem;
  width: 5.2rem;
  background-image: url(../../images/play.svg?16eb33a866362b8a9d042311a6937436);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}

@media (min-width: 768px) {
  header #navMobile .controls a.audio .icon {
    height: 6.4rem;
    width: 6.4rem;
  }
}

@media (min-width: 992px) {
  header #navMobile .controls a.audio .icon:hover {
    background-image: url(../../images/play-hover.svg?bbe8099b257397c72ee09a35dfaa8417);
  }
}

header #navMobile .controls a.audio.playing .icon {
  background-image: url(../../images/pause.svg?3f3097afb0d5c0a6cf331b63c6c4baee);
}

@media (min-width: 992px) {
  header #navMobile .controls a.audio.playing .icon:hover {
    background-image: url(../../images/pause-hover.svg?31b567d53e54c9a1ae73c0b61a0fbe3e);
  }
}

header #navMobile .controls a.video .icon {
  height: 5.2rem;
  width: 5.2rem;
  background-image: url(../../images/play-video.svg?0384163301b5f2ae5807e7d9a6547198);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  /*&.active {
              background-image: url("../assets/pause.svg");
              &:hover {
                background-image: url("../assets/pause-hover.svg");
              }
            }*/
}

@media (min-width: 768px) {
  header #navMobile .controls a.video .icon {
    height: 6.4rem;
    width: 6.4rem;
  }
}

@media (min-width: 992px) {
  header #navMobile .controls a.video .icon:hover {
    background-image: url(../../images/play-video-hover.svg?63ba7374d03f12f646770121bb68bbae);
  }
}

header #navMobile .controls a.video.playing .icon {
  background-image: url(../../images/pause-video.svg?9609f05bd70d23640a31a3e4844a23e7);
}

@media (min-width: 992px) {
  header #navMobile .controls a.video.playing .icon:hover {
    background-image: url(../../images/pause-video-hover.svg?c4130f1bbaf8a201fcd0bc3f55ee018a);
  }
}

header #slider {
  width: 100%;
  margin-top: 8rem;
}

@media (min-width: 992px) {
  header #slider {
    margin-top: 0;
  }
}

header #slider .controls {
  background: #F5F5E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  header #slider .controls {
    display: none;
    padding: 3rem;
  }
}

@media (min-width: 1540px) {
  header #slider .controls {
    margin-bottom: 11rem;
  }
}

header #slider .controls a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1D4E2D;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #slider .controls a .icon {
  margin-right: 1.5rem;
}

header #slider .controls a.audio .icon {
  height: 5.2rem;
  width: 5.2rem;
  background-image: url(../../images/play.svg?16eb33a866362b8a9d042311a6937436);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}

@media (min-width: 768px) {
  header #slider .controls a.audio .icon {
    height: 6.4rem;
    width: 6.4rem;
  }
}

@media (min-width: 992px) {
  header #slider .controls a.audio .icon:hover {
    background-image: url(../../images/play-hover.svg?bbe8099b257397c72ee09a35dfaa8417);
  }
}

header #slider .controls a.audio.playing .icon {
  background-image: url(../../images/pause.svg?3f3097afb0d5c0a6cf331b63c6c4baee);
}

@media (min-width: 992px) {
  header #slider .controls a.audio.playing .icon:hover {
    background-image: url(../../images/pause-hover.svg?31b567d53e54c9a1ae73c0b61a0fbe3e);
  }
}

header #slider .controls a.video .icon {
  height: 5.2rem;
  width: 5.2rem;
  background-image: url(../../images/play-video.svg?0384163301b5f2ae5807e7d9a6547198);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  /*&.active {
              background-image: url("../assets/pause.svg");
              &:hover {
                background-image: url("../assets/pause-hover.svg");
              }
            }*/
}

@media (min-width: 768px) {
  header #slider .controls a.video .icon {
    height: 6.4rem;
    width: 6.4rem;
  }
}

@media (min-width: 992px) {
  header #slider .controls a.video .icon:hover {
    background-image: url(../../images/play-video-hover.svg?63ba7374d03f12f646770121bb68bbae);
  }
}

header #slider .controls a.video.playing .icon {
  background-image: url(../../images/pause-video.svg?9609f05bd70d23640a31a3e4844a23e7);
}

@media (min-width: 992px) {
  header #slider .controls a.video.playing .icon:hover {
    background-image: url(../../images/pause-video-hover.svg?c4130f1bbaf8a201fcd0bc3f55ee018a);
  }
}

header #slider .slide {
  width: 100%;
  position: relative;
  min-height: 0;
}

@media (min-width: 768px) {
  header #slider .slide {
    min-height: 25.8vw;
  }
}

header #slider .slide img {
  width: 100%;
  min-height: calc(50vh - 8rem);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  header #slider .slide img {
    min-height: 0;
  }
}

header #slider .slide[data-id] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 8rem);
}

@media (min-width: 768px) {
  header #slider .slide[data-id] {
    min-height: 30vw;
  }
}

header #slider .slide[data-id] img {
  min-height: 0;
}

header #slider .slide .text h1 {
  position: absolute;
  bottom: 5rem;
  margin: 0;
  font-size: 4.2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #104A2A;
  font-weight: 500;
}

@media (min-width: 768px) {
  header #slider .slide .text h1 {
    font-size: 7.2rem;
    line-height: 8.6rem;
  }
}

header #slider .slide .over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

header #slider .slide .over .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #slider .slide .over .container .text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #104A2A;
}

@media (min-width: 768px) {
  header #slider .slide .over .container .text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 50%;
  }
}

header #slider .slide .over .container .text .time {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 5rem;
}

header #slider .slide .over .container .text h2 {
  font-size: 4.2rem;
  line-height: 110%;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 768px) {
  header #slider .slide .over .container .text h2 {
    font-size: 8.2rem;
    line-height: 9.8rem;
  }
}

header #slider .slide .over .container .text .cast {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  header #slider .slide .over .container .text .cast {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1540px) {
  header #slider .slide .over .container .text .cast {
    margin-bottom: 10rem;
  }
}

header #slider .slide .over .container .text .controls {
  display: none;
  background: transparent;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  header #slider .slide .over .container .text .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  header #slider .slide .over .container .text .controls {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1540px) {
  header #slider .slide .over .container .text .controls {
    margin-bottom: 11rem;
  }
}

header #slider .slide .over .container .text .controls a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1D4E2D;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}

header #slider .slide .over .container .text .controls a .icon {
  margin-right: 1.5rem;
}

header #slider .slide .over .container .text .controls a.audio .icon {
  height: 5.2rem;
  width: 5.2rem;
  background-image: url(../../images/play.svg?16eb33a866362b8a9d042311a6937436);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  /*&.active {
                      background-image: url("../assets/pause.svg");
                      &:hover {
                        background-image: url("../assets/pause-hover.svg");
                      }
                    }*/
}

@media (min-width: 768px) {
  header #slider .slide .over .container .text .controls a.audio .icon {
    height: 6.4rem;
    width: 6.4rem;
  }
}

@media (min-width: 992px) {
  header #slider .slide .over .container .text .controls a.audio .icon:hover {
    background-image: url(../../images/play-hover.svg?bbe8099b257397c72ee09a35dfaa8417);
  }
}

header #slider .slide .over .container .text .controls a.audio.playing .icon {
  background-image: url(../../images/pause.svg?3f3097afb0d5c0a6cf331b63c6c4baee);
}

@media (min-width: 992px) {
  header #slider .slide .over .container .text .controls a.audio.playing .icon:hover {
    background-image: url(../../images/pause-hover.svg?31b567d53e54c9a1ae73c0b61a0fbe3e);
  }
}

header #slider .slide .over .container .text .controls a.video .icon {
  height: 5.2rem;
  width: 5.2rem;
  background-image: url(../../images/play-video.svg?0384163301b5f2ae5807e7d9a6547198);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  /*&.active {
                      background-image: url("../assets/pause.svg");
                      &:hover {
                        background-image: url("../assets/pause-hover.svg");
                      }
                    }*/
}

@media (min-width: 768px) {
  header #slider .slide .over .container .text .controls a.video .icon {
    height: 6.4rem;
    width: 6.4rem;
  }
}

@media (min-width: 992px) {
  header #slider .slide .over .container .text .controls a.video .icon:hover {
    background-image: url(../../images/play-video-hover.svg?63ba7374d03f12f646770121bb68bbae);
  }
}

header #slider .slide .over .container .text .controls a.video.playing .icon {
  background-image: url(../../images/pause-video.svg?9609f05bd70d23640a31a3e4844a23e7);
}

@media (min-width: 992px) {
  header #slider .slide .over .container .text .controls a.video.playing .icon:hover {
    background-image: url(../../images/pause-video-hover.svg?c4130f1bbaf8a201fcd0bc3f55ee018a);
  }
}

#content {
  padding-top: 2.4rem;
}

.broadcasts .filter {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .broadcasts .filter {
    text-align: left;
  }
}

.broadcasts .filter a {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 0 1.7rem;
  color: #1D4E2D;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .broadcasts .filter a {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0 3.2rem;
  }
}

.broadcasts .filter a:first-child {
  margin-left: 0;
}

.broadcasts .filter a:last-child {
  margin-right: 0;
}

.broadcasts .filter a.active {
  padding-bottom: 0;
}

.broadcasts .filter a.active:after {
  display: block;
  content: '';
  bottom: -1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #1D4E2D;
}

.broadcasts .list .item {
  margin-bottom: 4rem;
  min-width: 100%;
}

.broadcasts .list .item .img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5rem;
}

.broadcasts .list .item .img img {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0.6rem;
}

.broadcasts .list .item .info {
  color: #104A2A;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .broadcasts .list .item .info {
    padding-left: 5rem;
  }
}

.broadcasts .list .item .info .time {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}

.broadcasts .list .item .info h3 {
  font-size: 3.6rem;
  line-height: 4.3rem;
  margin: 0;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.broadcasts .list .item .info .cast {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 2.5rem;
}

.broadcasts .list .item .info .text {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  color: #2A6F42;
}

.broadcasts .list .item .info .mail {
  font-size: 1.6rem;
  line-height: 1.9rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #104A2A;
  font-weight: 500;
}

.offCanvasVote {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100%;
  width: 46rem;
  max-width: 100%;
  z-index: 3;
  background: rgba(249, 250, 227, 0.8);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 0.6rem 0 0 0.6rem;
  padding: 4.8rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offCanvasVote h5 {
  font-size: 3.6rem;
  line-height: 4.3rem;
  margin-bottom: 4rem;
  color: #1D4E2D;
  font-weight: 500;
}

.offCanvasVote .back {
  display: none !important;
}

.offCanvasVote .list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.offCanvasVote .list .item {
  margin: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  border-radius: 0.6rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#F9FAE3), to(#F9FAE3));
  background: linear-gradient(0deg, #F9FAE3, #F9FAE3);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offCanvasVote .list .item .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offCanvasVote .list .item .group.wide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1rem;
}

.offCanvasVote .list .item .song {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 2.2rem;
}

.offCanvasVote .list .item .song .track {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: #1D4E2D;
}

.offCanvasVote .list .item .song .author {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #1D4E2D;
}

.offCanvasVote .list .item .up {
  height: 2.4rem;
  width: 2.4rem;
  background-image: url(../../images/up.svg?5ed2d1e4a653fb87e5246d195dda9ed2);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 0.3rem;
}

.offCanvasVote .list .item .down {
  height: 2.4rem;
  width: 2.4rem;
  background-image: url(../../images/down.svg?9cf882f829020878614c25d0b8529437);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 0.3rem;
}

.offCanvasVote .list .item .remove {
  height: 1.6rem;
  width: 1.6rem;
  background-image: url(../../images/delete.svg?0b65c48a91368406c1cef5418e44080d);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 1.5rem;
}

.offCanvasVote .list .item .position {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5rem;
  height: 2.8rem;
  width: 2.8rem;
  border-radius: 100%;
  background: #E0E1B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offCanvasVote .more {
  text-align: center;
}

.offCanvasVote .more .leftToVote {
  color: #1D4E2D;
  opacity: 0.5;
  font-size: 1.4rem;
  margin-top: 2.3rem;
}

.offCanvasVote .more .btn.btn-primary {
  color: #1D4E2D;
  border: 1px solid #1D4E2D;
  display: inline-block;
  font-weight: 500;
}

.offCanvasVote .more .btn.btn-primary.finish {
  display: none;
}

.voting.open .offCanvasVote {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.voting.open .offCanvasVote.finish .more .btn.btn-primary.finish {
  display: inline-block;
}

.voting.open .offCanvasVote.finish .more .btn.btn-primary.continue {
  display: none;
}

.topList {
  margin-bottom: 4.8rem;
}

.topList h3 {
  font-size: 3rem;
  line-height: 3.6rem;
  color: #1D4E2D;
  margin: 0;
}

.topList .list {
  margin-top: 2.6rem;
  margin-bottom: 1.6rem;
}

.topList .list .item {
  margin: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem;
  border-radius: 0.6rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#F9FAE3), to(#F9FAE3));
  background: linear-gradient(0deg, #F9FAE3, #F9FAE3);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 420px) {
  .topList .list .item {
    padding: 1.6rem;
  }
}

.topList .list .item .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 419px) {
  .topList .list .item .group.rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .topList .list .item .group.rating .change {
    margin: 1rem;
    margin-right: 1.6rem;
  }
}

.topList .list .item .group.wide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

@media (min-width: 420px) {
  .topList .list .item .group.wide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.topList .list .item .vote {
  height: 3.2rem;
  width: 3.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../images/vote.svg?002bcc7bd576790097ef2ec9fceb9296);
  margin: 0 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 420px) {
  .topList .list .item .vote {
    margin: 0 3.2rem;
  }
}

.topList .list .item .vote.active,
.topList .list .item .vote:hover {
  background-image: url(../../images/vote-hover.svg?31f4279154d45bf19ee8da436ce9474f);
}

.topList .list .item .song {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.topList .list .item .song .track {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: #1D4E2D;
}

@media (min-width: 420px) {
  .topList .list .item .song .track {
    font-size: 1.6rem;
  }
}

.topList .list .item .song .author {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #1D4E2D;
}

@media (min-width: 420px) {
  .topList .list .item .song .author {
    font-size: 1.4rem;
  }
}

.topList .list .item .position {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5rem;
  height: 2.8rem;
  width: 2.8rem;
  border-radius: 100%;
  background: #E0E1B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topList .list .item .change {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
  margin-right: 1.6rem;
  margin-left: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 360px) {
  .topList .list .item .change {
    margin-right: 2.6rem;
    margin-left: 2.2rem;
  }
}

.topList .list .item .change:before {
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 0.739rem;
  width: 0.739rem;
  margin-right: 0.45rem;
}

.topList .list .item .change.up {
  color: #2A663E;
}

.topList .list .item .change.up:before {
  background-image: url(../../images/change-up.svg?9a1fb01b24e0480bff0209152a7f592f);
}

.topList .list .item .change.down {
  color: #B6933A;
}

.topList .list .item .change.down:before {
  background-image: url(../../images/change-down.svg?1ffd7b217fcf9d521b6c26adf080b5b5);
}

.topList .list .item .audio,
.topList .list .item .play {
  height: 4.8rem;
  width: 4.8rem;
  background-image: url(../../images/play.svg?16eb33a866362b8a9d042311a6937436);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 992px) {
  .topList .list .item .audio:hover,
  .topList .list .item .play:hover {
    background-image: url(../../images/play-hover.svg?bbe8099b257397c72ee09a35dfaa8417);
  }
}

.topList .list .item .audio.playing,
.topList .list .item .play.playing {
  background-image: url(../../images/pause.svg?3f3097afb0d5c0a6cf331b63c6c4baee);
}

@media (min-width: 992px) {
  .topList .list .item .audio.playing:hover,
  .topList .list .item .play.playing:hover {
    background-image: url(../../images/pause-hover.svg?31b567d53e54c9a1ae73c0b61a0fbe3e);
  }
}

.topList .list .item .audio audio,
.topList .list .item .play audio {
  display: none !important;
}

.topList .more a {
  display: inline-block;
  text-decoration: none;
  padding: 1.45rem;
  width: 100%;
  background: #E0E1B2;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 6rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #2A663E;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .topList {
    margin-top: 8.2rem;
    margin-bottom: 8.2rem;
  }
}

.gallery {
  overflow: hidden;
  margin-bottom: 4.8rem;
}

.gallery h3 {
  font-size: 3rem;
  line-height: 3.6rem;
  color: #1D4E2D;
  margin: 0;
}

.gallery .filter {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  /*text-align: center;
    @media(min-width: 768px) {
      text-align: left;
    }*/
}

.gallery .filter a {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 0 3.2rem;
  color: #1D4E2D;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
}

@media (min-width: 768px) {
  .gallery .filter a {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0 3.2rem;
  }
}

.gallery .filter a:first-child {
  margin-left: 0;
}

.gallery .filter a:last-child {
  margin-right: 0;
}

.gallery .filter a.active {
  padding-bottom: 0;
}

.gallery .filter a.active:after {
  display: block;
  content: '';
  bottom: -1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #1D4E2D;
}

.gallery:not(.full) .list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
}

@media (min-width: 992px) {
  .gallery:not(.full) .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
  }
}

.gallery .list {
  margin-top: 2.6rem;
  margin-bottom: 1.6rem;
}

.gallery .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gallery .list .item a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.6rem;
  overflow: hidden;
}

.gallery .list .item.video a {
  position: relative;
}

.gallery .list .item.video a:before {
  display: block;
  content: '';
  background: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.gallery .list .item.video a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.4rem;
  height: 6.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../../images/play-white.svg?ad2afaa5abbb24e0ccc87bd14f5a4a62);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.gallery.full .list {
  margin-bottom: 8.2rem;
}

.gallery .more a {
  display: inline-block;
  text-decoration: none;
  padding: 1.45rem;
  width: 100%;
  background: #E0E1B2;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 6rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #2A663E;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .gallery {
    margin-bottom: 8.2rem;
  }
}

.nowPlaying {
  margin: 2.4rem 0;
  background-color: #2A663E;
  background-image: url(../../images/playingbg.svg?ff3570e9be028c97f2bd64143ec1ab10);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 6px;
  overflow: hidden;
  color: #C5E078;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2.8rem;
  padding-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .nowPlaying {
    margin-top: -8rem;
  }
}

.nowPlaying > h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #C5E078;
  margin: 0;
  font-weight: 500;
}

.nowPlaying hr {
  border: none;
  border-top: 1px solid #E0E1B2;
  margin: 0;
  opacity: .2;
}

.nowPlaying .songElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 3.9rem;
}

.nowPlaying .songElement .icon {
  height: 4.4rem;
  width: 4.4rem;
  display: block;
  background-color: #e0e1b2;
  background-image: url(../../images/playing.svg?566fa4fef0d9e0fa724c3219e0fc3f3f);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 1.3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 100%;
}

.nowPlaying .songElement .icon:hover {
  position: relative;
  -webkit-box-shadow: 0 0 0 3px rgba(224, 225, 178, 0.5);
          box-shadow: 0 0 0 3px rgba(224, 225, 178, 0.5);
}

.nowPlaying .songElement .icon:hover:after {
  position: absolute;
  top: -9px;
  right: -9px;
  bottom: -9px;
  left: -9px;
  background: transparent;
  display: block;
  content: "";
  border-radius: 100%;
  z-index: 0;
  border: 9px solid rgba(224, 225, 178, 0.2);
}

.nowPlaying .songElement .icon:hover:before {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  background: transparent;
  display: block;
  content: "";
  border-radius: 100%;
  z-index: 0;
  border: 6px solid rgba(224, 225, 178, 0.5);
}

.nowPlaying .songElement .song {
  color: #E0E1B2;
}

.nowPlaying .songElement .song .track {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
}

.nowPlaying .songElement .song .author {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 400;
}

.nowPlaying .link {
  text-align: center;
  margin-top: 2.3rem;
}

.nowPlaying .link a {
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #C5E078;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nowPlaying .link a:before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/playlist.svg?eb56fc56bd54d312c57abc4fb8b6dc98);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 1rem;
}

.form {
  background: #2A663E;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  margin: 2.4rem 0;
  border-radius: 0.6rem;
  position: relative;
  padding: 4.8rem 2.5rem;
  color: #E0E1B2;
  /*&.done {
    .not-sent {
      display: none;
    }
    .sent {
      display: block;
    }
    .close {
      display: block;
    }
  }*/
}

@media (min-width: 768px) {
  .form {
    padding: 4.8rem;
    margin-top: -8rem;
  }
}

.form h3 {
  margin: 0;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-top: 1rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}

.form label {
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
}

.form .form-control {
  background-color: #F5F5E6;
  color: #231F20;
}

.form .form-control-lg {
  font-size: 1.6rem;
  height: 4.8rem;
  margin-bottom: 2.4rem;
}

.form textarea.form-control {
  height: auto;
  min-height: 4.8rem;
}

.form [type="submit"] {
  margin-top: 4.8rem;
}

.form .not-sent {
  display: block;
}

.form .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 4.4rem;
  width: 4.2rem;
  background-image: url(../../images/close.svg?5ada9b824c6567738b570d39c8ab5007);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}

.form .sent {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #DEF1A8;
}

.modal.playListModal .modal-dialog {
  width: 100%;
  border-radius: 0;
  background: #F5F5E6;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media (max-width: 767px) {
  .modal.playListModal .modal-dialog {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .modal.playListModal .modal-dialog {
    width: calc(100% - 40px);
    max-width: 1108px;
    border-radius: 0.6rem;
  }
}

.modal.playListModal .modal-dialog .container {
  max-width: 920px;
}

.modal.playListModal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

.modal.playListModal .modal-dialog .modal-content .modal-header {
  border-radius: 0;
  border: none;
  background-image: url(../../images/modal.jpg?d4ad7762d589ce94e823cb2863272c59);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20%;
  padding-top: 12%;
  /*.close {
            position: absolute;
            top: 0;
            right: 0;
          }*/
}

.modal.playListModal .modal-dialog .modal-content .modal-header h3 {
  color: #104A2A;
  font-size: 4.2rem;
  line-height: 110%;
}

@media (min-width: 768px) {
  .modal.playListModal .modal-dialog .modal-content .modal-header h3 {
    font-size: 7.2rem;
    line-height: 8.6rem;
  }
}

.modal.playListModal .modal-dialog .modal-content .modal-header .date {
  color: #104A2A;
  font-size: 2rem;
  line-height: 2.4rem;
}

.modal.playListModal .modal-dialog .modal-content .modal-header .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal.playListModal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  height: 4.4rem;
  width: 4.2rem;
  background-image: url(../../images/close-dark.svg?e4a3e12fad791f3e6adb0b8c43e82bbd);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}

.modal.contactsModal .modal-dialog .modal-content {
  background: transparent;
  border-radius: 0;
  border: none;
}

.modal.contactsModal .modal-dialog .modal-content .modal-body {
  border-radius: 0;
  border: none;
  padding: 0;
}

.modal.contactsModal .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 4.4rem;
  width: 4.2rem;
  background-image: url(../../images/close.svg?5ada9b824c6567738b570d39c8ab5007);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  z-index: 1;
}

.modal.contactsModal .modal-dialog .modal-content .modal-body .form {
  margin: 0;
}

.playList {
  margin-top: -20%;
}

.playList .list {
  padding: 0 3.2rem;
  background: #F9FAE3;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 4.6rem;
  border-radius: 0.6rem;
}

.playList .list .songElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.2rem 0;
}

.playList .list .songElement:last-child {
  border-bottom: none;
}

.playList .list .songElement .song {
  color: #1D4E2D;
}

.playList .list .songElement .song .track {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
}

.playList .list .songElement .song .author {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.playList .list .songElement .time {
  color: #2A663E;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: right;
}

.playList .more {
  text-align: center;
  margin-bottom: 10rem;
}

.playList .more .btn.btn-primary {
  display: inline-block;
  border: 1px solid #2A663E;
  color: #2A663E;
}

.weekNew {
  border-radius: 0.6rem;
  overflow: hidden;
  background: #F9FAE3;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  margin: 2.4rem 0;
}

.weekNew .header {
  background-color: #E0E1B2;
  background-image: url(../../images/weeknewbg.svg?2e6054ca0dc36aeb9c7aff5a05dd03c4);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #1D4E2D;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: 2.8rem 3.2rem;
}

.weekNew .list {
  padding: 0 3.2rem;
}

.weekNew .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.weekNew .list .item .vote {
  height: 3.2rem;
  width: 3.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../images/vote.svg?002bcc7bd576790097ef2ec9fceb9296);
  margin: 0 3.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.weekNew .list .item .vote.active,
.weekNew .list .item .vote:hover {
  background-image: url(../../images/vote-hover.svg?31f4279154d45bf19ee8da436ce9474f);
}

.weekNew .list .item:last-child {
  border-bottom: none;
}

.weekNew .list .item .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weekNew .list .item .group.wide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1rem;
}

.weekNew .list .item .song {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.weekNew .list .item .song .track {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: #1D4E2D;
}

.weekNew .list .item .song .author {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #1D4E2D;
}

.weekNew .list .item .audio,
.weekNew .list .item .play {
  height: 4.8rem;
  width: 4.8rem;
  background-image: url(../../images/play.svg?16eb33a866362b8a9d042311a6937436);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 992px) {
  .weekNew .list .item .audio:hover,
  .weekNew .list .item .play:hover {
    background-image: url(../../images/play-hover.svg?bbe8099b257397c72ee09a35dfaa8417);
  }
}

.weekNew .list .item .audio.playing,
.weekNew .list .item .play.playing {
  background-image: url(../../images/pause.svg?3f3097afb0d5c0a6cf331b63c6c4baee);
}

@media (min-width: 992px) {
  .weekNew .list .item .audio.playing:hover,
  .weekNew .list .item .play.playing:hover {
    background-image: url(../../images/pause-hover.svg?31b567d53e54c9a1ae73c0b61a0fbe3e);
  }
}

.weekNew .list .item .audio audio,
.weekNew .list .item .play audio {
  display: none !important;
}

.freq {
  border-radius: 0.6rem;
  overflow: hidden;
  background: #F9FAE3;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  margin: 2.4rem 0;
}

.freq .header {
  background-color: #E0E1B2;
  background-image: url(../../images/freqbg.svg?decf483664a2ab475714dfc82d03b37e);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #1D4E2D;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: 2.8rem 3.2rem;
}

.freq .list {
  position: relative;
  padding: 3rem 0;
}

.freq .list .line {
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: 1px solid #DDDEA4;
  z-index: 0;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  display: none;
}

@media (min-width: 768px) {
  .freq .list .line {
    display: block;
  }
}

.freq .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.2rem;
  padding-right: 0.6rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 170%;
  color: #1D4E2D;
  cursor: pointer;
  /*&.active {
        &:before {
          display: block;
          width: 100%;
          position: absolute;
          content: '';
          top: 50%;
          left: 0;
          border: 1px solid #DDDEA4;
          z-index: 0;
        }
      }*/
}

.freq .list .item .group {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.freq .list .item .group.wide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1rem;
}

.freq .list .item .frequenc,
.freq .list .item .city {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.freq .list .item .icon {
  width: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-image: url(../../images/freqbg2.svg?11b1f21021ff0f06ebfdb1c2898c38e9);
  background-position: right top;
  background-repeat: repeat-y;
}

.baneriuskas {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
  min-height: 4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2.4rem 0;
  display: block;
  text-decoration: none;
}

.baneriuskas.square115 {
  padding-bottom: 115%;
}

.baneriuskas.square110 {
  padding-bottom: 110%;
}

.baneriuskas.square {
  padding-bottom: 100%;
}

.baneriuskas.square90 {
  padding-bottom: 90%;
}

.baneriuskas.square80 {
  padding-bottom: 80%;
}

.baneriuskas.square70 {
  padding-bottom: 70%;
}

.baneriuskas.square60 {
  padding-bottom: 60%;
}

.baneriuskas.square50 {
  padding-bottom: 50%;
}

.baneriuskas.square55 {
  padding-bottom: 55%;
}

.baneriuskas.square40 {
  padding-bottom: 40%;
}

.baneriuskas.square30 {
  padding-bottom: 30%;
}

.baneriuskas .label {
  background: #104A2A;
  opacity: 0.8;
  border-radius: 6rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: #C5E078;
  display: inline-block;
  padding: 0.3rem 1.5rem;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .banner {
  height: 38rem;
  background-image: url(../../images/footer-bg.jpg?8df0973927e2539c4bf6a8cb2448ecd2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .banner .logo {
  background-image: url(../../images/logo-white.png?60d84eebdb6a1e485a8c29496d250e7e);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 18rem;
  width: 32.8rem;
  opacity: 0.5;
  max-width: 100%;
}

footer .footer {
  padding: 0 2.5rem;
  padding-top: 7.4rem;
  background: #0C2317;
  color: #F5F5E6;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  footer .footer {
    padding: 0;
    padding-top: 7.4rem;
  }
}

footer .footer > .container > .row:not(.footer) > .col {
  margin-bottom: 3.5rem;
}

footer .footer h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  margin: 0;
  margin-bottom: 3.4rem;
  font-weight: 500;
}

footer .footer h4 {
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin: 0;
  font-weight: 500;
  margin-bottom: 2.3rem;
}

footer .footer .phone {
  text-decoration: none;
  color: #C5E078;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 1.3rem;
  display: inline-block;
  font-weight: 500;
}

footer .footer .mail {
  text-decoration: none;
  color: #C5E078;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 500;
  margin-bottom: 3.9rem;
  display: inline-block;
}

@media (min-width: 768px) {
  footer .footer .mail {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}

footer .footer small {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #fff;
  opacity: 0.5;
}

footer .footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  footer .footer .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 3.5rem;
    padding: 2.5rem 0;
  }
}

footer .footer .footer > .col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  footer .footer .footer > .col {
    margin-bottom: 0;
  }
}

footer .footer .footer nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  footer .footer .footer nav {
    display: block;
  }
}

footer .footer .footer nav a {
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-decoration: none;
  color: #C5E078;
  margin: 0.5rem 0;
}

footer .footer .footer nav a:first-child {
  margin-top: 0;
}

footer .footer .footer nav a:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  footer .footer .footer nav a {
    margin: 0 1.5rem;
  }

  footer .footer .footer nav a:first-child {
    margin-left: 0;
  }

  footer .footer .footer nav a:last-child {
    margin-right: 0;
  }
}

footer .footer .footer .social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer .footer .social .fb {
  background-color: #E0E1B2;
  background-image: url(../../images/fb.svg?602945c0e7b2b9ae72435be7bf4658f8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  height: 3.2rem;
  width: 3.2rem;
  display: inline-block;
  margin: 0 1rem;
  border-radius: 100%;
  margin-left: 0;
}

footer .footer .footer .social .yt {
  background-color: #E0E1B2;
  background-image: url(../../images/yt.svg?444bc733a010a4a7e99a6b156de0de0c);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  height: 3.2rem;
  width: 3.2rem;
  display: inline-block;
  margin: 0 1rem;
  border-radius: 100%;
  margin-right: 0;
}

.textBlock {
  padding: 8rem 0;
  color: #1D4E2D;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.textBlock h2 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin: 0;
  margin-bottom: 3.8rem;
}

.textBlock strong {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
}

.textBlock img {
  max-width: 100%;
  height: auto;
}

.textBlock a {
  color: #1D4E2D;
  font-weight: 500;
  text-decoration: none;
}

.textBlock a[href^="mailto:"] {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .contactTextBlock {
    margin: 3.9rem;
    margin-left: 0;
  }
}

.contactTable {
  color: #1D4E2D;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .contactTable {
    display: table;
  }
}

.contactTable tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .contactTable tbody {
    display: table-row-group;
  }
}

.contactTable tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
  margin: 0 -0.5rem;
}

@media (min-width: 992px) {
  .contactTable tbody tr {
    display: table-row;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
}

.contactTable tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 0.5rem;
}

@media (min-width: 992px) {
  .contactTable tbody tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3.3rem;
    padding-left: 0;
    display: table-cell;
  }
}

.contactTable tbody tr:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .contactTable tbody tr:last-child td {
    border-bottom: none;
  }
}

.contactTable h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  margin: 0;
  margin-bottom: 3.4rem;
  font-weight: 500;
}

.contactTable h4 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 0;
  font-weight: 500;
  margin-bottom: 2.3rem;
}

.contactTable a {
  font-size: 1.2rem;
  line-height: 1.4rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #2A663E;
}

.contactTable [href^="tel:"] {
  text-decoration: none;
  color: #1D4E2D;
  font-size: 3.6rem;
  line-height: 4.3rem;
  margin-bottom: 1.3rem;
  display: inline-block;
  font-weight: 500;
}

.contactTable [href^="mailto:"] {
  color: #1D4E2D;
  font-size: 2.4rem;
  line-height: 2.9rem;
  text-decoration: underline;
  /*@media (min-width: 768px) {
      font-size: 1.4rem;
      line-height: 1.7rem;
    }*/
  margin-bottom: 3.9rem;
  display: inline-block;
}

.contactTable small {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

body .btn {
  outline: none !important;
}

@media (min-width: 768px) {
  body .btn {
    display: block;
  }
}

body .btn.btn-primary {
  background: transparent;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  padding: 1.5rem 5rem;
  color: #C5E078;
  border: 1px solid #C5E078;
  border-radius: 6rem;
}

body .selectHolder {
  position: relative;
  display: inline-block;
  /*> label {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block !important;
      opacity: 0 !important;
      background: transparent !important;
    }
    > select {
      display: block !important;
    }*/
}

body .selectHolder > select {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block !important;
  opacity: 0 !important;
}

@media (min-width: 992px) {
  body .selectHolder > select {
    display: none !important;
  }
}

body .selectHolder .select2-container {
  pointer-events: none !important;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  body .selectHolder .select2-container {
    pointer-events: auto !important;
  }
}

body .selectHolder .select2-container .select2-choice {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}

body .selectHolder .select2-container .select2-choice .select2-chosen {
  font-weight: 500;
  background: transparent;
  color: #104A2A;
  font-size: 3rem;
  line-height: 3.6rem;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

body .selectHolder .select2-container .select2-choice .select2-arrow {
  background: transparent;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.2rem;
}

body .selectHolder .select2-container .select2-choice .select2-arrow b {
  background-position: center center;
  background-image: url(../../images/dropdown.svg?3fa01501c1192832980cbd25826d61a0) !important;
  background-size: contain !important;
  height: 1.2rem;
  width: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

body .select2-drop.select2-drop-above.select2-drop-active,
body .select2-drop.select2-drop-active {
  border: none;
  margin-top: 1.0rem;
  border-radius: 1.0rem;
}

body .select2-drop.select2-drop-above.select2-drop-active .select2-results,
body .select2-drop.select2-drop-active .select2-results {
  padding: 0;
  margin: 1.0rem 0;
}

body .select2-drop.select2-drop-above.select2-drop-active .select2-results .select2-result.select2-highlighted,
body .select2-drop.select2-drop-active .select2-results .select2-result.select2-highlighted {
  background: -webkit-gradient(linear, left bottom, left top, from(#F9FAE3), to(#F9FAE3));
  background: linear-gradient(0deg, #F9FAE3, #F9FAE3);
}

body .select2-drop.select2-drop-above.select2-drop-active .select2-results .select2-result .select2-result-label,
body .select2-drop.select2-drop-active .select2-results .select2-result .select2-result-label {
  padding: 1.0rem 3.0rem;
  color: #104A2A;
  white-space: nowrap;
}

body .select2-drop.select2-drop-above.select2-drop-active {
  margin-top: -1.0rem;
}

.playerLine {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  display: none;
  /*@media (min-width: 768px) {
    //top: auto;
    //bottom: 0;
    top: calc(100% - 8.0rem)
  }*/
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 8.0rem;
  background: #2A663E;
  color: #E0E1B2;
  z-index: 3;
}

.playerLine .player {
  /*font-size: 0;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*&:after {
      display: inline-block;
      width: 100%;
      height: 0;
      content: '';
    }*/
}

.playerLine .player .playListLink {
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #C5E078;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.playerLine .player .playListLink:before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/playlist.svg?eb56fc56bd54d312c57abc4fb8b6dc98);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 1rem;
}

.playerLine .player .peace {
  white-space: nowrap;
  text-align: left;
  -moz-text-align-last: auto;
       text-align-last: auto;
  padding: 1.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*@media (min-width: 768px) {
        max-width: none;
        width: auto;
        display: block;
      }
      @media (min-width: 1100px) {
        display: inline-block;
        width: 50%;
      }*/
}

.playerLine .player .peace:last-child:not(:first-child) {
  text-align: right;
  -moz-text-align-last: auto;
       text-align-last: auto;
}

.playerLine .player audio {
  display: none;
}

.playerLine .player .audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  text-decoration: none;
}

.playerLine .player .audio .name {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1rem;
  color: #E0E1B2;
}

.playerLine .player .audio .icon {
  height: 6.4rem;
  width: 6.4rem;
  background-image: url(../../images/playerline-audio-play.svg?ad2afaa5abbb24e0ccc87bd14f5a4a62);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  /*&:hover {
          background-image: url("../assets/play-hover.svg");
        }*/
}

.playerLine .player .audio.active {
  opacity: 1;
  cursor: pointer;
}

.playerLine .player .audio.playing .name {
  opacity: 0;
}

.playerLine .player .audio.playing .icon {
  background-image: url(../../images/playerline-audio-pause.svg?acfada7019bfe1fb00782cf56be7c976);
}

.playerLine .player .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  text-decoration: none;
}

.playerLine .player .video .name {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1rem;
  color: #E0E1B2;
}

.playerLine .player .video .icon {
  height: 6.4rem;
  width: 6.4rem;
  background-image: url(../../images/playerline-video-play.svg?26d3dd1294d229efedfdec2edc9fb21c);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  /*&:hover {
          background-image: url("../assets/play-hover.svg");
        }*/
}

.playerLine .player .video.playing .name {
  opacity: 0;
}

.playerLine .player .video.playing .icon {
  background-image: url(../../images/playerline-video-pause.svg?bfc226a4d064442ec51b8be42e83d75d);
}

.playerLine .player .nowOnAir {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.2rem;
  max-width: calc(100% - 10.3rem);
  white-space: pre;
  font-size: 0;
  width: calc(100% - 10.3rem);
  /*@media (min-width: 1100px) {
        //max-width: none;
        width: 100%;
        max-width: 300px;
      }*/
  /*h4,
      h5 {
        display: none;
        @media (min-width: 768px) {
          display: inline-block;
        }
      }
      .h4,
      .h5 {
        display: block;
        @media (min-width: 768px) {
          display: none;
        }
      }*/
}

@media (min-width: 768px) {
  .playerLine .player .nowOnAir {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .playerLine .player .nowOnAir {
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
}

.playerLine .player .nowOnAir .h5,
.playerLine .player .nowOnAir h5 {
  color: #E0E1B2;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  background: #2A663E;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  /*@media (min-width: 768px) {
          width: auto;
        }*/
  padding-right: 0.5rem;
}

.playerLine .player .nowOnAir .h5:hover,
.playerLine .player .nowOnAir h5:hover {
  max-width: none;
}

.playerLine .player .nowOnAir .h4,
.playerLine .player .nowOnAir h4 {
  color: #E0E1B2;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  background: #2A663E;
  position: relative;
  z-index: 1;
  width: 100%;
  /*@media (min-width: 768px) {
          width: 100%;
        }*/
  max-width: 100%;
  padding-right: 0.5rem;
}

.playerLine .player .nowOnAir .h4:hover,
.playerLine .player .nowOnAir h4:hover {
  max-width: none;
}

.playerLine .player .eq {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  height: 4.8rem;
  line-height: 4.1rem;
  margin: 0 5.2rem;
}

.playerLine .player .eq div {
  margin: 0 1.5rem;
  display: inline-block;
  width: 0.3rem;
  height: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6px" height="12px" viewBox="0 -3 6 6"><circle cx="3" cy="3" r="3" fill="white"/></svg>');
  background-size: contain;
  background-repeat: repeat-y;
  background-position: bottom center;
  vertical-align: bottom;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}

.playerLine .player .eq div.e1 {
  height: 0.6rem;
}

.playerLine .player .eq div.e2 {
  height: 1.2rem;
}

.playerLine .player .eq div.e3 {
  height: 1.8rem;
}

.playerLine .player .eq div.e4 {
  height: 2.4rem;
}

.playerLine .player .vedejai {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.playerLine .player .vedejai .vedejas {
  display: inline-block;
  margin: 0 1.0rem;
}

@media (min-width: 1100px) {
  .playerLine .player .vedejai .vedejas {
    margin: 0 2.4rem;
  }
}

.playerLine .player .vedejai .vedejas:first-child {
  margin-left: 0;
}

.playerLine .player .vedejai .vedejas:last-child {
  margin-right: 0;
}

.playerLine .player .vedejai .vedejas .photo {
  vertical-align: middle;
  display: inline-block;
  height: 4.2rem;
  width: 4.2rem;
  border: 0.2rem solid #E0E1B2;
  border-radius: 100%;
  overflow: hidden;
}

.playerLine .player .vedejai .vedejas .photo img {
  width: 100%;
  height: 100%;
}

.playerLine .player .vedejai .vedejas .name {
  margin-left: 1.2rem;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.4rem;
  color: #E0E1B2;
}

.playerLine .player .phone {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  color: #E0E1B2;
  margin: 0 2.4rem;
}

.playerLine .player .phone .title {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.playerLine .player .phone .tel {
  font-size: 2.0rem;
  text-decoration: none;
  line-height: 2.4rem;
  font-family: 'Druk Wide Medium', sans-serif;
  font-weight: 400;
}

.playerLine .player .chat {
  margin-top: 0;
  margin: 0 2.4rem;
  /*display: inline-block;
      font-size: 0;
      vertical-align: middle;
      $height: 5.6rem;
      width: 5.6rem;
      line-height: $height;
      background: #fff;
      border-radius: 100%;
      margin: 0 2.4rem;
      box-shadow: 0 8px 8px 0 rgba(1, 1, 1, 0.15);
      text-align: center;
      svg {
        vertical-align: middle;
        display: inline-block;
        height: 2.9rem;
        width: 2.9rem;
      }*/
}

.playerLine .player .chat .close {
  background: #E0E1B2;
}

.playerLine .player .chat .messageForm {
  right: 0;
  margin-left: 0;
  margin-right: -1.0rem;
}

.playerLine .player .chat .messageForm:after {
  left: auto;
  right: 3.0rem;
}

.playerLine.mobile {
  min-height: 7.6rem;
}

.playerLine.mobile .player {
  padding: 0 1.5rem;
}

.playerLine.mobile .player .audio .icon {
  height: 4.8rem;
  width: 4.8rem;
}

.playerLine.mobile .player .peace {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.4rem 0;
}

@media (min-width: 768px) {
  .playerLine.desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .playerLine.mobile {
    display: block;
  }
}

#playerVideoHolder {
  display: none !important;
  position: fixed !important;
  bottom: 8.0rem;
  left: 0;
  float: left;
  z-index: 3 !important;
  padding: 1.0rem;
  height: auto;
  width: 100%;
}

#playerVideoHolder .close {
  position: absolute;
  color: #E0E1B2;
  text-decoration: none;
  z-index: 1;
  height: 28px;
  width: 28px;
  top: 20px;
  right: 20px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  font-weight: 800;
  font-size: 16px;
  font-family: 'Arial';
  opacity: 0;
}

@media (min-width: 768px) {
  #playerVideoHolder {
    max-width: calc(100% - 20px);
    height: 370px;
    width: 640px;
  }
}

#playerVideoHolder:hover .close,
#playerVideoHolder:hover .full {
  opacity: 1;
}

#playerVideoHolder .full {
  position: absolute;
  height: 15px;
  width: 16px;
  bottom: 20px;
  right: 20px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20298.667%20298.667%22%20style%3D%22enable-background%3Anew%200%200%20298.667%20298.667%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20fill%3D%22%23E0E1B2%22%3E%3Cpolygon%20points%3D%2242.667%2C192%200%2C192%200%2C298.667%20106.667%2C298.667%20106.667%2C256%2042.667%2C256%22%2F%3E%3Cpolygon%20points%3D%220%2C106.667%2042.667%2C106.667%2042.667%2C42.667%20106.667%2C42.667%20106.667%2C0%200%2C0%22%2F%3E%3Cpolygon%20points%3D%22192%2C0%20192%2C42.667%20256%2C42.667%20256%2C106.667%20298.667%2C106.667%20298.667%2C0%22%2F%3E%3Cpolygon%20points%3D%22256%2C256%20192%2C256%20192%2C298.667%20298.667%2C298.667%20298.667%2C192%20256%2C192%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  /*&:hover {
      opacity: 1;
    }*/
}

#playerVideoHolder #playerVideo {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  background-color: #fff;
  background-image: url(../../images/straight-loader.gif?9193145315295cc05698d1660e427b68);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 86px 64px;
}

#playerVideoHolder #playerVideo::media-controls {
  display: none !important;
}

#playerVideoHolder #playerVideo::-webkit-media-controls-enclosure {
  display: none !important;
}

#playerVideoHolder #playerVideo::-webkit-media-controls {
  display: none !important;
}

.playingVideo #playerVideoHolder {
  display: block !important;
}

