@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../webfont/Montserrat-Bold.woff2") format("woff2"), url("../webfont/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../webfont/Montserrat-Regular.woff2") format("woff2"), url("../webfont/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../webfont/Montserrat-SemiBold.woff2") format("woff2"), url("../webfont/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: fallback; }

body {
  font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed; }

/* Globální funkce */
/* Mixins metody */
/* Grid WT | Bootstrap MD */
/************************
*		  Reset  		*
************************/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

strong, b {
  font-weight: 700; }

[hidden], .hidden {
  display: none !important; }

.btn, button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif; }

.far span, .fas span, .fab span, .fa span {
  font-weight: 400;
  font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif; }

/************************
*	WebTutorials GRID	*
************************/
.wt-inline {
  display: flex;
  flex-wrap: wrap; }
  .wt-inline.wt-h-space-between {
    justify-content: space-between; }
  .wt-inline.wt-h-space-around {
    justify-content: space-around; }
  .wt-inline.wt-h-center {
    justify-content: center; }
  .wt-inline.wt-h-flex-start {
    justify-content: flex-start; }
  .wt-inline.wt-h-flex-end {
    justify-content: flex-end; }
  .wt-inline.wt-v-center {
    align-items: center; }
  .wt-inline.wt-v-flex-start {
    align-items: flex-start; }
  .wt-inline.wt-v-flex-end {
    align-items: flex-end; }

/************************
*	Bootstrap MD GRID	*
************************/
.bt-wrapp {
  width: 100%;
  display: inline-block; }

.col {
  float: left; }
  .col::after {
    content: "";
    display: table; }

.col-md-1 {
  width: calc((100% * 1) / 12); }

.col-md-2 {
  width: calc((100% * 2) / 12); }

.col-md-3 {
  width: calc((100% * 3) / 12); }

.col-md-4 {
  width: calc((100% * 4) / 12); }

.col-md-5 {
  width: calc((100% * 5) / 12); }

.col-md-6 {
  width: calc((100% * 6) / 12); }

.col-md-7 {
  width: calc((100% * 7) / 12); }

.col-md-8 {
  width: calc((100% * 8) / 12); }

.col-md-9 {
  width: calc((100% * 9) / 12); }

.col-md-10 {
  width: calc((100% * 10) / 12); }

.col-md-11 {
  width: calc((100% * 11) / 12); }

.col-md-12 {
  width: calc((100% * 12) / 12); }

.col-md-offset-1 {
  margin-left: calc((100% * 1) / 12); }

.col-md-offset-2 {
  margin-left: calc((100% * 2) / 12); }

.col-md-offset-3 {
  margin-left: calc((100% * 3) / 12); }

.col-md-offset-4 {
  margin-left: calc((100% * 4) / 12); }

.col-md-offset-5 {
  margin-left: calc((100% * 5) / 12); }

.col-md-offset-6 {
  margin-left: calc((100% * 6) / 12); }

.col-md-offset-7 {
  margin-left: calc((100% * 7) / 12); }

.col-md-offset-8 {
  margin-left: calc((100% * 8) / 12); }

.col-md-offset-9 {
  margin-left: calc((100% * 9) / 12); }

.col-md-offset-10 {
  margin-left: calc((100% * 10) / 12); }

.col-md-offset-11 {
  margin-left: calc((100% * 11) / 12); }

.col-md-offset-12 {
  margin-left: calc((100% * 12) / 12); }

[data-width='1420'] {
  margin: 0 auto;
  max-width: 1444px;
  padding: 0 12px; }

[data-width='1320'] {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 12px; }

[data-width='1200'] {
  margin: 0 auto;
  max-width: 1224px;
  padding: 0 12px; }
  @media (min-width: 981px) and (max-width: 1560px) {
    [data-width='1200'] {
      max-width: calc(100% - 2*(120px + var(--img-ofset)*2)); } }

/* header */
.top-header {
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #161616; }
  .top-header .top-header-user a {
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
    font-weight: 700;
    padding-right: 10px;
    border-right: 1px solid #212121;
    height: 50px;
    display: flex;
    align-items: center; }
    @media (min-width: 320px) {
      .top-header .top-header-user a {
        font-size: calc(0.44743vw + 10.56823px); } }
    @media (min-width: 767px) {
      .top-header .top-header-user a {
        font-size: 14px; } }
    @media (min-width: 500px) {
      .top-header .top-header-user a {
        padding-right: calc(5vw - 15px); } }
    @media (min-width: 700px) {
      .top-header .top-header-user a {
        padding-right: 20px; } }
    .top-header .top-header-user a i {
      display: none; }
    @media (max-width: 600px) {
      .top-header .top-header-user a i {
        display: inline; }
      .top-header .top-header-user a i + span {
        display: none; } }
    .top-header .top-header-user a:hover {
      text-decoration: underline; }
    .top-header .top-header-user a + a {
      padding-left: 10px; }
      @media (min-width: 500px) {
        .top-header .top-header-user a + a {
          padding-left: calc(5vw - 15px); } }
      @media (min-width: 700px) {
        .top-header .top-header-user a + a {
          padding-left: 20px; } }
    .top-header .top-header-user a.web_user {
      font-size: 13px; }
      @media (min-width: 320px) {
        .top-header .top-header-user a.web_user {
          font-size: calc(1.11857vw + 9.42058px); } }
      @media (min-width: 767px) {
        .top-header .top-header-user a.web_user {
          font-size: 18px; } }
  @media (max-width: 680px) {
    .top-header .donate-btn {
      display: none; } }
  .top-header .lang-header {
    height: 42px;
    width: 42px;
    position: relative;
    padding: 0 1px;
    border-radius: 42px; }
    .top-header .lang-header.active {
      border-radius: 42px 42px 0 0;
      background: #232323; }
    .top-header .lang-header:hover {
      background: #232323; }
    .top-header .lang-header > button {
      background: transparent;
      transition: .3s;
      transform: scale(1); }
    .top-header .lang-header button:hover, .top-header .lang-header .lang-options a:hover {
      transform: scale(0.8); }
    .top-header .lang-header .lang-options {
      position: absolute;
      top: 100%;
      width: 42px;
      padding: 1px;
      left: 0;
      background: #232323;
      border-radius: 0 0 42px 42px;
      display: none; }
      .top-header .lang-header .lang-options a {
        display: block;
        transition: .3s;
        transform: scale(1);
        padding: 2px; }
        .top-header .lang-header .lang-options a img {
          max-width: 100%; }
      .top-header .lang-header .lang-options a + a {
        margin-top: 1px; }
  .top-header .soc-href {
    margin-left: 12px;
    display: block;
    transition: .3s;
    transform: scale(1); }
    .top-header .soc-href:hover {
      transform: scale(0.8); }
    .top-header .soc-href:last-of-type {
      margin-right: 12px; }
  .top-header .search-wrapp {
    width: 220px;
    height: 40px;
    background: #232323;
    border-radius: 45px; }
    .top-header .search-wrapp.active {
      display: flex !important; }
    .top-header .search-wrapp button {
      background: transparent;
      height: 40px;
      width: 40px;
      position: relative;
      right: 3px;
      top: 1px; }
      .top-header .search-wrapp button img {
        transition: .3s;
        transform: scale(1); }
      .top-header .search-wrapp button:hover img {
        transform: scale(0.8); }
    .top-header .search-wrapp input {
      width: calc(100% - 40px);
      height: 40px;
      background: transparent;
      padding-left: 18px;
      color: #ccc;
      border: none;
      outline: none; }
    @media (max-width: 550px) {
      .top-header .search-wrapp {
        position: absolute;
        top: 70px;
        width: 100vw;
        left: 0;
        border-radius: 0;
        display: none; } }
  .top-header #hide_search_button {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: transparent;
    transition: .3s;
    transform: scale(1);
    display: none; }
    .top-header #hide_search_button i {
      display: none;
      color: #fff;
      font-size: 25px; }
    .top-header #hide_search_button.active i {
      display: block; }
    .top-header #hide_search_button.active img {
      display: none; }
    .top-header #hide_search_button:hover {
      transform: scale(0.8); }
    @media (max-width: 550px) {
      .top-header #hide_search_button {
        display: block; } }
  @media (max-width: 380px) {
    .top-header #hide_search_button, .top-header .soc-href, .top-header #langer, .top-header .lang-header {
      width: 34px;
      height: 34px; }
      .top-header #hide_search_button img, .top-header .soc-href img, .top-header #langer img, .top-header .lang-header img {
        max-width: 100%; }
    .top-header .lang-header .lang-options {
      width: 34px; }
      .top-header .lang-header .lang-options a:first-child {
        margin-top: 4px; }
      .top-header .lang-header .lang-options img {
        width: 100%; } }

#main-header {
  background: #fff; }
  #main-header .wt-inline {
    height: 80px; }
    @media (min-width: 991px) {
      #main-header .wt-inline {
        height: calc(13.86667vw - 57.41867px); } }
    @media (min-width: 1366px) {
      #main-header .wt-inline {
        height: 132px; } }

.logo img {
  display: block;
  width: 160px; }
  @media (min-width: 320px) {
    .logo img {
      width: calc(10vw + 128px); } }
  @media (min-width: 950px) {
    .logo img {
      width: calc(53.63636vw - 286.54545px); } }
  @media (min-width: 1280px) {
    .logo img {
      width: 400px; } }

#main-nav ul {
  list-style-type: none; }
  #main-nav ul a {
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    transition: .3s; }
    @media (min-width: 991px) {
      #main-nav ul a {
        font-size: calc(0.8vw + 5.072px); } }
    @media (min-width: 1366px) {
      #main-nav ul a {
        font-size: 16px; } }
    @media (min-width: 991px) {
      #main-nav ul a {
        padding-left: calc(4.8vw - 35.568px); } }
    @media (min-width: 1366px) {
      #main-nav ul a {
        padding-left: 30px; } }
    @media (min-width: 991px) {
      #main-nav ul a {
        padding-right: calc(4.8vw - 35.568px); } }
    @media (min-width: 1366px) {
      #main-nav ul a {
        padding-right: 30px; } }
  #main-nav ul li.active > a, #main-nav ul li:hover > a {
    color: #cf1316; }
  @media (min-width: 851px) {
    #main-nav ul .arrow {
      display: none; }
    #main-nav ul ul {
      display: none;
      position: absolute;
      z-index: 2;
      border: 1px solid #cf1316;
      border-top: none;
      margin-left: -1px;
      background: white;
      width: 150px; } }
  @media (min-width: 851px) and (min-width: 991px) {
    #main-nav ul ul {
      width: calc(16vw - 8.56px); } }
  @media (min-width: 851px) and (min-width: 1366px) {
    #main-nav ul ul {
      width: 210px; } }
  @media (min-width: 851px) {
      #main-nav ul ul a {
        font-size: 13px; } }
    @media (min-width: 851px) and (min-width: 991px) {
      #main-nav ul ul a {
        font-size: calc(0.8vw + 5.072px); } }
    @media (min-width: 851px) and (min-width: 1366px) {
      #main-nav ul ul a {
        font-size: 16px; } }
  @media (min-width: 851px) {
    #main-nav ul li:hover > ul {
      display: block; } }
  @media (max-width: 850px) {
    #main-nav ul .arrow {
      position: absolute;
      right: 0;
      margin-top: -36px;
      color: white;
      padding: 9px; }
      #main-nav ul .arrow:after {
        content: '➤'; }
      #main-nav ul .arrow:hover:after {
        content: '⮟'; }
    #main-nav ul ul {
      display: none;
      margin-left: 10px;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
      #main-nav ul ul li:last-child {
        border-bottom: none; }
    #main-nav ul li:hover > ul {
      display: block; } }

@media (max-width: 850px) {
  #main-nav {
    z-index: 99;
    right: -250px;
    left: auto;
    transition: .5s;
    position: fixed;
    top: 0;
    background: #232323;
    width: 230px;
    min-height: 100vh;
    padding-top: 55px; }
    #main-nav li {
      width: 100%;
      border-left: none !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      #main-nav li a {
        color: #fff; }
    #main-nav.active {
      right: 0; } }

#main-nav > ul > li + li {
  border-left: 1px solid #cf1316; }

.close-nav {
  height: 40px;
  width: 40px;
  font-size: 22px;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: none; }
  @media (max-width: 850px) {
    .close-nav {
      display: block; } }

#menu_button {
  height: 40px;
  width: 40px;
  font-size: 22px;
  background: #fff;
  display: none; }
  @media (max-width: 850px) {
    #menu_button {
      display: block; } }

.hp-main-swiper.swiper-container {
  background: black; }

.hp-main-swiper .swiper-slide {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .hp-main-swiper .swiper-slide img {
    max-width: 100%;
    display: block;
    min-width: 833px;
    min-height: 275px; }

.hp-main-swiper .absolute_content {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  bottom: 15px; }
  @media (min-width: 320px) {
    .hp-main-swiper .absolute_content {
      bottom: calc(4.71698vw - 0.09434px); } }
  @media (min-width: 850px) {
    .hp-main-swiper .absolute_content {
      bottom: 40px; } }
  .hp-main-swiper .absolute_content .swiper-content .content-bg {
    width: auto;
    display: inline-block;
    background: rgba(0, 0, 0, 0.77);
    padding: 15px;
    padding-left: 12px !important; }
    @media (min-width: 320px) {
      .hp-main-swiper .absolute_content .swiper-content .content-bg {
        padding: calc(0.86042vw + 12.24665px); } }
    @media (min-width: 1366px) {
      .hp-main-swiper .absolute_content .swiper-content .content-bg {
        padding: 24px; } }
  .hp-main-swiper .absolute_content .swiper-title {
    font-size: 18px;
    color: #d51216;
    font-weight: 700; }
    @media (min-width: 320px) {
      .hp-main-swiper .absolute_content .swiper-title {
        font-size: calc(3.05927vw + 8.21033px); } }
    @media (min-width: 1366px) {
      .hp-main-swiper .absolute_content .swiper-title {
        font-size: 50px; } }
  .hp-main-swiper .absolute_content .swiper-description {
    color: #fff;
    font-weight: 700;
    font-size: 12px; }
    @media (min-width: 320px) {
      .hp-main-swiper .absolute_content .swiper-description {
        font-size: calc(2.00765vw + 5.57553px); } }
    @media (min-width: 1366px) {
      .hp-main-swiper .absolute_content .swiper-description {
        font-size: 33px; } }

.hp-dark-panel {
  background: #0b0b0b;
  padding-top: 35px;
  padding-bottom: 25px; }
  @media (min-width: 320px) {
    .hp-dark-panel {
      padding-top: calc(6.06061vw + 15.60606px); } }
  @media (min-width: 980px) {
    .hp-dark-panel {
      padding-top: 75px; } }

.hp-info-left {
  width: 350px; }
  .hp-info-left.padding-top {
    padding-top: 50px; }
  .hp-info-left h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    display: inline-block;
    min-width: 190px;
    margin-bottom: 22px;
    padding-bottom: 10px; }
    @media (min-width: 320px) {
      .hp-info-left h2 {
        font-size: calc(1.9697vw + 15.69697px); } }
    @media (min-width: 980px) {
      .hp-info-left h2 {
        font-size: 35px; } }
    @media (min-width: 320px) {
      .hp-info-left h2 {
        margin-bottom: calc(1.9697vw + 15.69697px); } }
    @media (min-width: 980px) {
      .hp-info-left h2 {
        margin-bottom: 35px; } }
    @media (min-width: 320px) {
      .hp-info-left h2 {
        padding-bottom: calc(1.21212vw + 6.12121px); } }
    @media (min-width: 980px) {
      .hp-info-left h2 {
        padding-bottom: 18px; } }
    .hp-info-left h2 span {
      color: #d51216; }
  .hp-info-left button {
    font-weight: 400;
    font-size: 20px;
    transition: .3s;
    color: #fff;
    background: transparent;
    width: 100%;
    text-align: left;
    margin-bottom: 10px; }
    .hp-info-left button.active, .hp-info-left button:hover {
      color: #d51216; }

.hp-info-right {
  width: calc(100% - 350px);
  margin-bottom: 90px; }
  .hp-info-right .obal-cd {
    position: relative;
    max-width: 325px;
    max-height: 295px;
    overflow: hidden; }
    .hp-info-right .obal-cd img {
      max-width: 100%; }
    .hp-info-right .obal-cd img:first-child {
      position: relative;
      z-index: 9; }
    .hp-info-right .obal-cd img:nth-child(2) {
      position: absolute;
      top: 8px;
      left: 31px;
      max-width: calc(100% - 40px); }
    .hp-info-right .obal-cd:hover .hover-cd {
      transform: scale(1); }
    .hp-info-right .obal-cd .hover-cd {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      z-index: 80;
      left: 0;
      top: 0;
      padding-left: 35px;
      background: rgba(0, 0, 0, 0.77);
      transform: scale(0);
      transition: .3s; }
      .hp-info-right .obal-cd .hover-cd a {
        text-align: left;
        font-size: 15px;
        padding-left: 15px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        width: 100%;
        transition: .3s;
        display: block; }
        @media (min-width: 320px) {
          .hp-info-right .obal-cd .hover-cd a {
            font-size: calc(1.51515vw + 10.15152px); } }
        @media (min-width: 980px) {
          .hp-info-right .obal-cd .hover-cd a {
            font-size: 25px; } }
        .hp-info-right .obal-cd .hover-cd a + a {
          margin-top: 5px; }
        .hp-info-right .obal-cd .hover-cd a:hover {
          color: #d51216; }
  .hp-info-right .cd-desc {
    margin-top: 20px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #fff; }
    .hp-info-right .cd-desc .cd-title-desc {
      font-size: 22px;
      color: #d51216;
      font-weight: 700; }

@media (max-width: 1023px) {
  .hp-content .hp-info-left {
    margin-bottom: 25px;
    padding-top: 0 !important; }
  .hp-content .hp-info-right {
    margin-bottom: 30px; }
  .hp-content .hp-info-left, .hp-content .hp-info-right {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 600px) {
  .hp-cd-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .hp-cd-swiper .swiper-slide * {
      width: 100%; } }

.top-item {
  margin-bottom: 26px; }
  .top-item .top-position {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    width: 32px; }
    .top-item .top-position.active {
      color: #d51216; }
  .top-item .top-obal-cd {
    width: 60px;
    height: 56px;
    position: relative; }
    .top-item .top-obal-cd img {
      max-width: 100%;
      display: block; }
      .top-item .top-obal-cd img:nth-child(1) {
        position: relative;
        z-index: 9; }
      .top-item .top-obal-cd img:nth-child(2) {
        position: absolute;
        z-index: 0;
        max-width: 50px;
        left: 7px;
        top: 2px; }
  .top-item .top-title {
    font-weight: 700;
    font-size: 20px;
    color: #d51216;
    margin-left: 20px;
    text-decoration: none; }
    .top-item .top-title:hover {
      text-decoration: underline; }
  .top-item .top-desc {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-left: 20px; }

.top-star {
  margin-left: 205px; }
  .top-star .star {
    position: relative;
    color: #fff; }
    .top-star .star::before {
      content: "\f005";
      font-family: Font Awesome\ 5 Free;
      font-weight: 700;
      position: relative;
      z-index: 5; }
    .top-star .star::after {
      content: "\f005";
      font-family: Font Awesome\ 5 Free;
      font-weight: 700;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .top-star .star.fulls {
      color: #d51216; }
      .top-star .star.fulls::after {
        display: none; }
    .top-star .star.semi {
      color: #d51216; }
      .top-star .star.semi::before {
        content: "\f089"; }

.top-year {
  color: #fff;
  margin-left: 260px;
  font-size: 18px; }

@media (max-width: 1410px) {
  .top-title, .top-desc {
    max-width: 200px;
    width: 100%; }
  .top-star {
    margin-left: 0;
    width: 100px; }
  .top-year {
    margin-left: auto; } }

@media (max-width: 1070px) {
  .top-title, .top-desc {
    max-width: 160px;
    width: 100%; }
  .top-star {
    margin-left: 20px;
    width: 100px; }
  .top-year {
    margin-left: auto; } }

@media (max-width: 680px) {
  .top-item {
    display: grid;
    grid-template-columns: 80px 1fr 100px 80px;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1px 1px;
    grid-template-areas: "a1 a3 a5 a6" "a2 a4 a5 a6";
    grid-auto-columns: auto; }
  .top-position {
    grid-area: a1;
    align-self: center;
    width: auto !important;
    text-align: center; }
  .top-obal-cd {
    grid-area: a2;
    align-self: center;
    margin: 0 auto;
    text-align: center; }
  .top-title {
    grid-area: a3; }
  .top-desc {
    grid-area: a4; }
  .top-star {
    grid-area: a5; }
  .top-year {
    grid-area: a6; } }

@media (max-width: 480px) {
  .top-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 1px 1px;
    grid-template-areas: "a1 a3" "a2 a4" "a5 a6";
    grid-auto-columns: auto; }
  .top-position {
    grid-area: a1;
    align-self: center;
    width: auto !important;
    text-align: left; }
  .top-obal-cd {
    grid-area: a2;
    align-self: center;
    margin: 0; }
  .top-star {
    grid-area: a5;
    margin-left: 0 !important; } }

.tabs-holder img {
  max-width: 100%; }

.tabs-holder .swiper-pagination {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 35px; }
  .tabs-holder .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: 1;
    transition: .3s;
    margin: 0 4px; }
    .tabs-holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      transform: scale(1.25);
      background: #d51216; }

.tabs-holder .line {
  height: 1px;
  width: calc(50% - 20px);
  background: #222222;
  margin-bottom: 35px; }
  @media (max-width: 600px) {
    .tabs-holder .line {
      width: 100%; }
      .tabs-holder .line:last-child {
        display: none; } }

.tabs-holder [type=button] {
  text-align: center; }

@media (max-width: 850px) {
  .tabs-holder .tab-group {
    width: 100%; }
  .tabs-holder .grow {
    flex-grow: 1; } }

.tabs-holder .tabs-opt-wrap {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .tabs-holder .tabs-opt-wrap {
      flex-wrap: nowrap;
      align-items: flex-start; } }
  .tabs-holder .tabs-opt-wrap [type=button], .tabs-holder .tabs-opt-wrap .button {
    text-decoration: none;
    color: #d51216;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 4px 18px;
    border-radius: 40px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: .3s; }
    @media (max-width: 1560px) {
      .tabs-holder .tabs-opt-wrap [type=button], .tabs-holder .tabs-opt-wrap .button {
        font-size: 16px;
        margin: .25rem 0; } }
    .tabs-holder .tabs-opt-wrap [type=button] + [type=button], .tabs-holder .tabs-opt-wrap .button + [type=button] {
      margin-left: 10px; }
    @media (max-width: 991px) {
      .tabs-holder .tabs-opt-wrap [type=button], .tabs-holder .tabs-opt-wrap .button {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 4px; }
        .tabs-holder .tabs-opt-wrap [type=button] + [type=button], .tabs-holder .tabs-opt-wrap .button + [type=button] {
          margin-left: 0; } }
    .tabs-holder .tabs-opt-wrap [type=button].active, .tabs-holder .tabs-opt-wrap [type=button]:hover, .tabs-holder .tabs-opt-wrap .button.active, .tabs-holder .tabs-opt-wrap .button:hover {
      color: #fff;
      background: #d51216; }

.tabs-holder .short-desc {
  font-weight: 700;
  color: #fff;
  font-size: 16px; }
  @media (min-width: 320px) {
    .tabs-holder .short-desc {
      font-size: calc(0.29851vw + 15.04478px); } }
  @media (min-width: 1660px) {
    .tabs-holder .short-desc {
      font-size: 20px; } }

.tabs-holder .date-type {
  font-size: 14px;
  font-weight: 400;
  color: #d51216;
  margin-top: 12px; }
  @media (min-width: 320px) {
    .tabs-holder .date-type {
      font-size: calc(0.29851vw + 13.04478px); } }
  @media (min-width: 1660px) {
    .tabs-holder .date-type {
      font-size: 18px; } }

.tabs-holder h2 {
  font-weight: 700;
  font-size: 22px;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 320px) {
    .tabs-holder h2 {
      font-size: calc(0.44776vw + 20.56716px); } }
  @media (min-width: 1660px) {
    .tabs-holder h2 {
      font-size: 28px; } }
  @media (min-width: 320px) {
    .tabs-holder h2 {
      margin-top: calc(0.59701vw + 14.08955px); } }
  @media (min-width: 1660px) {
    .tabs-holder h2 {
      margin-top: 24px; } }
  .tabs-holder h2 a {
    color: #d51216;
    text-decoration: none; }
    .tabs-holder h2 a:hover {
      text-decoration: underline; }

.page-dark-panel {
  background: #0b0b0b;
  color: #ffffff;
  padding-top: 35px;
  padding-bottom: 25px;
  min-height: calc(100vh - 370px); }
  @media (min-width: 320px) {
    .page-dark-panel {
      padding-top: calc(6.06061vw + 15.60606px); } }
  @media (min-width: 980px) {
    .page-dark-panel {
      padding-top: 75px; } }

.page-title {
  margin-bottom: 30px; }

.pagex footer {
  padding-top: 20px; }
  @media (min-width: 320px) {
    .pagex footer {
      padding-top: calc(4.54545vw + 5.45455px); } }
  @media (min-width: 980px) {
    .pagex footer {
      padding-top: 50px; } }

footer {
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }
  footer .footer-frame {
    padding-top: 25px;
    padding-bottom: 35px; }
    @media (min-width: 320px) {
      footer .footer-frame {
        padding-top: calc(3.78788vw + 12.87879px); } }
    @media (min-width: 980px) {
      footer .footer-frame {
        padding-top: 50px; } }
    @media (min-width: 320px) {
      footer .footer-frame {
        padding-bottom: calc(8.33333vw + 8.33333px); } }
    @media (min-width: 980px) {
      footer .footer-frame {
        padding-bottom: 90px; } }
    footer .footer-frame .hp-info-left {
      padding-top: 0px; }
      @media (min-width: 980px) {
        footer .footer-frame .hp-info-left {
          padding-top: calc(20.72539vw - 203.10881px); } }
      @media (min-width: 1366px) {
        footer .footer-frame .hp-info-left {
          padding-top: 80px; } }
      @media (max-width: 991px) {
        footer .footer-frame .hp-info-left {
          width: 100%;
          max-width: 100%;
          margin-bottom: 25px; } }
    @media (max-width: 991px) {
      footer .footer-frame .hp-info-right {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px; } }
  footer .vystoupeni-item {
    background: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    padding: 10px 0;
    margin-bottom: 3px;
    position: relative; }
    footer .vystoupeni-item:hover::after {
      background: #d51216; }
    footer .vystoupeni-item.link:hover h2 {
      text-decoration: underline; }
    footer .vystoupeni-item::after {
      width: 42px;
      height: 100%;
      background: #fff;
      content: "";
      display: block;
      top: 0;
      right: 0;
      position: absolute;
      transition: .5s; }
    footer .vystoupeni-item .info {
      padding-left: 30px;
      align-content: center;
      max-width: calc(100% - 215px);
      padding-right: 50px; }
      footer .vystoupeni-item .info h2 {
        color: #d51216;
        font-weight: 700;
        margin-bottom: 8px;
        width: 100%; }
      footer .vystoupeni-item .info p {
        font-size: 20px;
        color: #fff; }
    footer .vystoupeni-item .date {
      width: 115px;
      text-align: center; }
      footer .vystoupeni-item .date .day {
        font-size: 45px;
        font-weight: 700;
        color: #d51216; }
      footer .vystoupeni-item .date .month {
        font-size: 22px;
        color: #fff; }
    @media (max-width: 600px) {
      footer .vystoupeni-item::after {
        display: none; }
      footer .vystoupeni-item .date, footer .vystoupeni-item .image {
        width: 50%; }
      footer .vystoupeni-item .info {
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 16px 16px 16px 16px; } }

#sponsors {
  padding-bottom: 40px;
  text-align: center; }
  #sponsors img {
    vertical-align: middle; }

#copy {
  color: #fff;
  padding-bottom: 20px; }
  @media (min-width: 320px) {
    #copy {
      padding-bottom: calc(4.54545vw + 5.45455px); } }
  @media (min-width: 980px) {
    #copy {
      padding-bottom: 50px; } }
  #copy a {
    color: #d51216;
    text-decoration: none; }
    #copy a:hover {
      text-decoration: underline; }
  @media (max-width: 991px) {
    #copy p {
      width: 100%;
      text-align: center;
      line-height: 20px; } }

.modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  left: 0;
  top: 0; }
  .modal-container .modal {
    background: white;
    padding: 30px;
    width: 100%;
    max-width: 440px;
    position: relative; }
    .modal-container .modal .close_modal {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 30px;
      font-weight: 700;
      width: 40px;
      height: 40px;
      background: white; }
    .modal-container .modal label {
      margin-bottom: 25px;
      display: block; }
    .modal-container .modal input {
      border: 1px solid #e1e1e1;
      height: 40px;
      width: 100%;
      margin-top: 5px;
      padding: 0 14px; }
    .modal-container .modal form button, .modal-container .modal form .button {
      padding: 6px 17px;
      color: white;
      background: #d51216; }
      .modal-container .modal form button:hover, .modal-container .modal form .button:hover {
        background: #770a0c; }
  .modal-container.system-message .modal {
    max-width: 590px; }
  .modal-container.system-message .message.error {
    background-color: #880000; }
  .modal-container.popup-generic .modal {
    max-width: 600px;
    max-height: 95vh;
    overflow-y: auto; }
  .modal-container .content {
    font-size: 13px; }
    .modal-container .content p {
      margin-bottom: 7px; }
    .modal-container .content table {
      border-spacing: 0;
      border-collapse: collapse; }
      .modal-container .content table tr > td {
        border-bottom: 1px solid transparent;
        padding: 2px 0 3px; }
      .modal-container .content table tr:hover > td {
        border-bottom-color: #b5b5b5; }
      .modal-container .content table p {
        margin: 0; }
    .modal-container .content ul {
      margin: 5px 0 5px 30px; }
    .modal-container .content a {
      color: #d51216;
      text-decoration: none; }
      .modal-container .content a:hover {
        text-decoration: underline; }

.hp-content {
  position: relative; }

.page-content {
  position: relative;
  min-height: 300px; }
  .page-content p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 18px; }
  .page-content h1 {
    font-size: 36px;
    margin-bottom: 18px; }
  .page-content h2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .page-content h2 {
        margin-top: 30px;
        margin-bottom: 12px; } }
  .page-content h3 {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 18px; }
  .page-content table {
    width: 100% !important;
    margin-bottom: 20px;
    border-collapse: collapse; }
    .page-content table th, .page-content table td {
      padding: 10px;
      border-bottom: 1px solid #e1e1e1; }
  .page-content .table-wrapper {
    overflow: auto; }
  .page-content .image-wrapper {
    margin: 0 0 20px 0; }
  .page-content input, .page-content select {
    padding: 0 14px;
    height: 40px; }
  .page-content textarea {
    padding: 14px;
    height: 150px; }
  .page-content input, .page-content select, .page-content textarea {
    background: #222222;
    border: 1px solid #5e5e5e;
    color: white;
    width: 100%; }
  .page-content [type="submit"] {
    border: none;
    padding: 6px 17px;
    color: white;
    background: #d51216;
    font-size: 16px;
    cursor: pointer;
    width: auto; }
    .page-content [type="submit"]:hover {
      background: #770a0c; }
  .page-content a {
    color: #d51216;
    text-decoration: none; }
    .page-content a:hover {
      text-decoration: underline; }
  .page-content ul {
    margin-left: 30px;
    line-height: 25px; }
  .page-content .meta {
    margin-top: 30px;
    font-size: 12px;
    line-height: 130%; }
    .page-content .meta .autor {
      margin-bottom: 20px; }

.archiv-container {
  display: flex;
  flex-wrap: wrap; }
  .archiv-container .archiv-panel {
    width: calc((100% / 2 - 40px) + (40px / 2));
    margin-right: 40px;
    margin-bottom: 40px; }
    .archiv-container .archiv-panel:nth-child(2n+2) {
      margin-right: 0; }
    @media (min-width: 320px) {
      .archiv-container .archiv-panel {
        width: calc((100% / 1 - 40px) + (40px / 1));
        margin-right: 40px;
        margin-bottom: 40px; }
        .archiv-container .archiv-panel:nth-child(0n+0) {
          margin-right: 40px;
          margin-bottom: 40px; }
        .archiv-container .archiv-panel:nth-child(1n+1) {
          margin-right: 0; } }
    @media (min-width: 681px) {
      .archiv-container .archiv-panel {
        width: calc((100% / 2 - 40px) + (40px / 2));
        margin-right: 40px;
        margin-bottom: 40px; }
        .archiv-container .archiv-panel:nth-child(1n+1) {
          margin-right: 40px;
          margin-bottom: 40px; }
        .archiv-container .archiv-panel:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 1041px) {
      .archiv-container .archiv-panel {
        width: calc((100% / 2 - 40px) + (40px / 2));
        margin-right: 40px;
        margin-bottom: 40px; }
        .archiv-container .archiv-panel:nth-child(1n+1) {
          margin-right: 40px;
          margin-bottom: 40px; }
        .archiv-container .archiv-panel:nth-child(2n+2) {
          margin-right: 0; } }
    @media (max-width: 320px) {
      .archiv-container .archiv-panel {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important; } }

.panel-tab > a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 300px;
  overflow: hidden; }

.rozcestnik {
  display: flex;
  flex-wrap: wrap; }
  .rozcestnik a {
    border: none;
    padding: 6px 17px;
    color: white;
    background: #d51216;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px; }
    .rozcestnik a:hover, .rozcestnik a.active {
      background: #770a0c; }

.pager {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px; }
  .pager ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none; }
    .pager ul li {
      margin: 6px; }
      .pager ul li a, .pager ul li span {
        padding: 5px;
        text-decoration: none;
        color: white;
        font-size: 16px; }
        .pager ul li a:hover, .pager ul li span:hover {
          background: #d51216; }
      .pager ul li.active span, .pager ul li.active a {
        background: #d51216; }

.kapela__getList {
  display: flex;
  flex-wrap: wrap; }
  .kapela__getList--filter {
    margin-bottom: 24px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05); }
    .kapela__getList--filter .select-menu {
      display: flex;
      align-items: center;
      margin-right: 24px; }
      @media (max-width: 959px) {
        .kapela__getList--filter .select-menu {
          width: 100%;
          margin-right: 0;
          margin-bottom: 8px; } }
      .kapela__getList--filter .select-menu label {
        display: inline-block;
        margin-right: 12px;
        font-weight: 600;
        font-size: 14px; }
        @media (max-width: 959px) {
          .kapela__getList--filter .select-menu label {
            width: 120px; } }
      .kapela__getList--filter .select-menu select {
        font-family: inherit; }
        .kapela__getList--filter .select-menu select:focus {
          outline-color: #d51216; }
    .kapela__getList--filter .result-count {
      opacity: .35;
      font-weight: 600;
      font-size: 14px;
      margin-left: auto; }
      @media (max-width: 959px) {
        .kapela__getList--filter .result-count {
          width: 100%;
          text-align: center;
          margin-top: 16px; } }

.kapela__listItem {
  width: calc((100% / 4 - 48px) + (48px / 4));
  margin-right: 48px;
  margin-bottom: 48px; }
  .kapela__listItem:nth-child(4n+4) {
    margin-right: 0; }
  @media (min-width: 240px) {
    .kapela__listItem {
      width: calc((100% / 1 - 48px) + (48px / 1));
      margin-right: 48px;
      margin-bottom: 48px; }
      .kapela__listItem:nth-child(0n+0) {
        margin-right: 48px;
        margin-bottom: 48px; }
      .kapela__listItem:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 528px) {
    .kapela__listItem {
      width: calc((100% / 2 - 48px) + (48px / 2));
      margin-right: 48px;
      margin-bottom: 48px; }
      .kapela__listItem:nth-child(1n+1) {
        margin-right: 48px;
        margin-bottom: 48px; }
      .kapela__listItem:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 816px) {
    .kapela__listItem {
      width: calc((100% / 3 - 48px) + (48px / 3));
      margin-right: 48px;
      margin-bottom: 48px; }
      .kapela__listItem:nth-child(2n+2) {
        margin-right: 48px;
        margin-bottom: 48px; }
      .kapela__listItem:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 1105px) {
    .kapela__listItem {
      width: calc((100% / 4 - 48px) + (48px / 4));
      margin-right: 48px;
      margin-bottom: 48px; }
      .kapela__listItem:nth-child(3n+3) {
        margin-right: 48px;
        margin-bottom: 48px; }
      .kapela__listItem:nth-child(4n+4) {
        margin-right: 0; } }
  @media (max-width: 240px) {
    .kapela__listItem {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  .kapela__listItem > a:first-of-type {
    display: inline-flex;
    overflow: hidden;
    background: #d51216; }
    .kapela__listItem > a:first-of-type:hover img {
      opacity: .85;
      transform: scale(1.2); }
  .kapela__listItem h2 {
    font-size: 20px;
    margin-top: 24px; }
    @media (min-width: 320px) {
      .kapela__listItem h2 {
        font-size: calc(0.60606vw + 18.06061px); } }
    @media (min-width: 980px) {
      .kapela__listItem h2 {
        font-size: 24px; } }
  .kapela__listItem img {
    max-width: 100%;
    height: auto;
    transition: opacity .35s, transform .5s; }
  .kapela__listItem .zanr {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px; }
    @media (min-width: 320px) {
      .kapela__listItem .zanr {
        font-size: calc(0.60606vw + 14.06061px); } }
    @media (min-width: 980px) {
      .kapela__listItem .zanr {
        font-size: 20px; } }
  .kapela__listItem:hover img {
    transform: scale(1.1); }

.rating {
  margin-top: 12px; }
  .rating__noEntries {
    font-weight: 700;
    color: #444; }
  .rating__voted {
    display: flex;
    align-items: baseline; }
    .rating__voted i {
      margin-right: 4px;
      color: #444; }
      .rating__voted i:last-of-type {
        margin-right: 12px; }
      .rating__voted i.filled {
        color: #d51216;
        z-index: 2; }
      .rating__voted i.under {
        margin-left: -22px;
        z-index: 1; }
    .rating__voted span {
      font-weight: 700;
      line-height: 1;
      color: #444; }
    .rating__voted .value {
      margin-right: 8px; }
      .rating__voted .value > span {
        color: #fff; }
  .rating .divider {
    margin: 0 12px;
    font-weight: 700;
    color: #444; }
  .rating .note {
    margin-right: 10px; }

.kapela__getDetail {
  display: flex;
  flex-flow: wrap;
  margin-top: 16px;
  margin-bottom: 40px; }
  @media (min-width: 320px) {
    .kapela__getDetail {
      margin-top: calc(4.84848vw + 0.48485px); } }
  @media (min-width: 980px) {
    .kapela__getDetail {
      margin-top: 48px; } }
  @media (min-width: 320px) {
    .kapela__getDetail {
      margin-bottom: calc(3.63636vw + 28.36364px); } }
  @media (min-width: 980px) {
    .kapela__getDetail {
      margin-bottom: 64px; } }

.kapela .band-bio {
  width: 400px;
  max-width: 100%; }
  .kapela .band-bio__wrapper {
    margin-top: 24px;
    text-align: center;
    font-weight: 600; }
    .kapela .band-bio__wrapper > div:not(:last-child) {
      margin-bottom: 8px; }
    .kapela .band-bio__wrapper > a {
      display: block;
      margin-top: 12px; }
  .kapela .band-bio img {
    max-width: 100%;
    height: auto; }
  .kapela .band-bio .rating {
    margin-top: 40px;
    text-align: center; }
    .kapela .band-bio .rating__voted {
      justify-content: center; }

.kapela .band-albums {
  width: calc(100% - 400px);
  padding-left: 24px; }
  @media (min-width: 320px) {
    .kapela .band-albums {
      padding-left: calc(7.5vw + 0px); } }
  @media (min-width: 1600px) {
    .kapela .band-albums {
      padding-left: 120px; } }
  @media (max-width: 1280px) {
    .kapela .band-albums {
      padding: 0;
      width: 100%;
      margin-top: 48px; } }
  .kapela .band-albums .text {
    margin-bottom: 40px; }
  .kapela .band-albums .album__getList {
    margin-bottom: 64px; }
    .kapela .band-albums .album__getList h2 {
      margin-top: 0; }
    .kapela .band-albums .album__getList .listItem {
      width: calc((100% / 3 - 40px) + (40px / 3));
      margin-right: 40px;
      margin-bottom: 40px; }
      .kapela .band-albums .album__getList .listItem:nth-child(3n+3) {
        margin-right: 0; }
      @media (min-width: 320px) {
        .kapela .band-albums .album__getList .listItem {
          width: calc((100% / 1 - 40px) + (40px / 1));
          margin-right: 40px;
          margin-bottom: 40px; }
          .kapela .band-albums .album__getList .listItem:nth-child(0n+0) {
            margin-right: 40px;
            margin-bottom: 40px; }
          .kapela .band-albums .album__getList .listItem:nth-child(1n+1) {
            margin-right: 0; } }
      @media (min-width: 680px) {
        .kapela .band-albums .album__getList .listItem {
          width: calc((100% / 2 - 40px) + (40px / 2));
          margin-right: 40px;
          margin-bottom: 40px; }
          .kapela .band-albums .album__getList .listItem:nth-child(1n+1) {
            margin-right: 40px;
            margin-bottom: 40px; }
          .kapela .band-albums .album__getList .listItem:nth-child(2n+2) {
            margin-right: 0; } }
      @media (min-width: 1041px) {
        .kapela .band-albums .album__getList .listItem {
          width: calc((100% / 3 - 40px) + (40px / 3));
          margin-right: 40px;
          margin-bottom: 40px; }
          .kapela .band-albums .album__getList .listItem:nth-child(2n+2) {
            margin-right: 40px;
            margin-bottom: 40px; }
          .kapela .band-albums .album__getList .listItem:nth-child(3n+3) {
            margin-right: 0; } }
      @media (max-width: 320px) {
        .kapela .band-albums .album__getList .listItem {
          width: 100%;
          max-width: 100%;
          margin-right: 0 !important; } }
      .kapela .band-albums .album__getList .listItem > a:first-of-type {
        display: inline-flex;
        overflow: hidden;
        background: #d51216; }
        .kapela .band-albums .album__getList .listItem > a:first-of-type:hover img {
          opacity: .85;
          transform: scale(1.2); }
      .kapela .band-albums .album__getList .listItem .title {
        font-size: 20px;
        margin-top: 24px;
        font-weight: 700; }
        @media (min-width: 320px) {
          .kapela .band-albums .album__getList .listItem .title {
            font-size: calc(0.60606vw + 18.06061px); } }
        @media (min-width: 980px) {
          .kapela .band-albums .album__getList .listItem .title {
            font-size: 24px; } }
      .kapela .band-albums .album__getList .listItem .rok {
        font-size: 14px;
        font-weight: 700;
        color: #ccc;
        margin-top: 4px; }
      .kapela .band-albums .album__getList .listItem img {
        max-width: 100%;
        height: auto;
        transition: opacity .35s, transform .5s; }
  .kapela .band-albums .rozcestnik {
    float: left;
    margin-right: 20px; }
  .kapela .band-albums .js-report-problem {
    margin-top: 8px; }
  .kapela .band-albums .report-problem {
    margin-top: 136px;
    clear: both; }

.album__getDetail {
  display: flex;
  flex-flow: wrap;
  margin-top: 16px;
  margin-bottom: 40px; }
  @media (min-width: 320px) {
    .album__getDetail {
      margin-top: calc(4.84848vw + 0.48485px); } }
  @media (min-width: 980px) {
    .album__getDetail {
      margin-top: 48px; } }
  @media (min-width: 320px) {
    .album__getDetail {
      margin-bottom: calc(3.63636vw + 28.36364px); } }
  @media (min-width: 980px) {
    .album__getDetail {
      margin-bottom: 64px; } }

.album__preview {
  width: 400px;
  max-width: 100%; }
  .album__preview img {
    max-width: 100%;
    height: auto; }
  .album__preview .rating {
    margin-top: 40px;
    text-align: center; }
    .album__preview .rating__voted {
      justify-content: center; }

.album__additional-info {
  text-align: center;
  margin-top: 24px; }
  .album__additional-info .band-name {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px; }
  .album__additional-info > div {
    font-weight: 600;
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase; }
    .album__additional-info > div .album-length:not(:empty):before {
      content: ' • ';
      margin: 0 12px;
      font-weight: 700; }

.album .song-list {
  width: calc(100% - 400px);
  padding-left: 24px;
  padding-right: 12px; }
  @media (min-width: 320px) {
    .album .song-list {
      padding-left: calc(7.5vw + 0px); } }
  @media (min-width: 1600px) {
    .album .song-list {
      padding-left: 120px; } }
  @media (min-width: 320px) {
    .album .song-list {
      padding-right: calc(0.60606vw + 10.06061px); } }
  @media (min-width: 980px) {
    .album .song-list {
      padding-right: 16px; } }
  @media (max-width: 979px) {
    .album .song-list {
      padding: 0;
      width: 100%;
      margin-top: 48px; } }
  .album .song-list h3 {
    margin-top: 0;
    font-size: 20px; }
    @media (max-width: 979px) {
      .album .song-list h3 {
        font-size: 16px; } }
  .album .song-list .request {
    margin-bottom: 16px;
    margin-left: 24px; }
  .album .song-list .track-length {
    margin-top: 4px;
    font-weight: 600; }
  .album .song-list .listItem {
    position: relative;
    z-index: 1; }
    .album .song-list .listItem:nth-child(even):not(.text):before {
      content: '';
      position: absolute;
      top: -8px;
      bottom: -8px;
      left: -12px;
      right: -12px;
      pointer-events: none;
      background: rgba(255, 255, 255, 0.025);
      z-index: -1; }
      @media (min-width: 320px) {
        .album .song-list .listItem:nth-child(even):not(.text):before {
          top: calc(-0.90909vw - 5.09091px); } }
      @media (min-width: 980px) {
        .album .song-list .listItem:nth-child(even):not(.text):before {
          top: -14px; } }
      @media (min-width: 320px) {
        .album .song-list .listItem:nth-child(even):not(.text):before {
          bottom: calc(-0.90909vw - 5.09091px); } }
      @media (min-width: 980px) {
        .album .song-list .listItem:nth-child(even):not(.text):before {
          bottom: -14px; } }
    .album .song-list .listItem:not(:last-child) {
      margin-bottom: 16px; }
      @media (min-width: 320px) {
        .album .song-list .listItem:not(:last-child) {
          margin-bottom: calc(1.81818vw + 10.18182px); } }
      @media (min-width: 980px) {
        .album .song-list .listItem:not(:last-child) {
          margin-bottom: 28px; } }
    .album .song-list .listItem > .rating {
      margin-top: -4px; }

.news {
  display: flex;
  flex-wrap: wrap; }
  .news .panel-tab {
    width: calc((100% / 3 - 40px) + (40px / 3));
    margin-right: 40px;
    margin-bottom: 40px; }
    .news .panel-tab:nth-child(3n+3) {
      margin-right: 0; }
    @media (min-width: 400px) {
      .news .panel-tab {
        width: calc((100% / 1 - 40px) + (40px / 1));
        margin-right: 40px;
        margin-bottom: 40px; }
        .news .panel-tab:nth-child(0n+0) {
          margin-right: 40px;
          margin-bottom: 40px; }
        .news .panel-tab:nth-child(1n+1) {
          margin-right: 0; } }
    @media (min-width: 840px) {
      .news .panel-tab {
        width: calc((100% / 2 - 40px) + (40px / 2));
        margin-right: 40px;
        margin-bottom: 40px; }
        .news .panel-tab:nth-child(1n+1) {
          margin-right: 40px;
          margin-bottom: 40px; }
        .news .panel-tab:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 1281px) {
      .news .panel-tab {
        width: calc((100% / 3 - 40px) + (40px / 3));
        margin-right: 40px;
        margin-bottom: 40px; }
        .news .panel-tab:nth-child(2n+2) {
          margin-right: 40px;
          margin-bottom: 40px; }
        .news .panel-tab:nth-child(3n+3) {
          margin-right: 0; } }
    @media (max-width: 400px) {
      .news .panel-tab {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    .news .panel-tab img {
      max-width: 100%;
      margin-bottom: 20px; }
    .news .panel-tab .line {
      height: 1px;
      width: calc(50% - 20px);
      background: #222222;
      margin-bottom: 35px; }
      @media (max-width: 600px) {
        .news .panel-tab .line {
          width: 100%; }
          .news .panel-tab .line:last-child {
            display: none; } }
    @media (max-width: 850px) {
      .news .panel-tab .tab-group {
        width: 100%; } }
    .news .panel-tab .tabs-opt-wrap {
      margin-bottom: 40px; }
      .news .panel-tab .tabs-opt-wrap [type=button] {
        color: #d51216;
        background: #fff;
        font-size: 20px;
        font-weight: 700;
        padding: 4px 18px;
        border-radius: 40px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: .3s; }
        .news .panel-tab .tabs-opt-wrap [type=button] + [type=button] {
          margin-left: 10px; }
        @media (max-width: 991px) {
          .news .panel-tab .tabs-opt-wrap [type=button] {
            width: 100%;
            margin-bottom: 10px;
            border-radius: 4px; }
            .news .panel-tab .tabs-opt-wrap [type=button] + [type=button] {
              margin-left: 0; } }
        .news .panel-tab .tabs-opt-wrap [type=button].active, .news .panel-tab .tabs-opt-wrap [type=button]:hover {
          color: #fff;
          background: #d51216; }
    .news .panel-tab .short-desc {
      font-weight: 700;
      color: #fff;
      font-size: 16px; }
      @media (min-width: 320px) {
        .news .panel-tab .short-desc {
          font-size: calc(0.29851vw + 15.04478px); } }
      @media (min-width: 1660px) {
        .news .panel-tab .short-desc {
          font-size: 20px; } }
    .news .panel-tab .date-type {
      font-size: 14px;
      font-weight: 400;
      color: #d51216;
      margin-top: 12px; }
      @media (min-width: 320px) {
        .news .panel-tab .date-type {
          font-size: calc(0.29851vw + 13.04478px); } }
      @media (min-width: 1660px) {
        .news .panel-tab .date-type {
          font-size: 18px; } }
    .news .panel-tab h2 {
      font-weight: 700;
      font-size: 22px;
      margin-top: 16px; }
      @media (min-width: 320px) {
        .news .panel-tab h2 {
          font-size: calc(0.44776vw + 20.56716px); } }
      @media (min-width: 1660px) {
        .news .panel-tab h2 {
          font-size: 28px; } }
      @media (min-width: 320px) {
        .news .panel-tab h2 {
          margin-top: calc(0.59701vw + 14.08955px); } }
      @media (min-width: 1660px) {
        .news .panel-tab h2 {
          margin-top: 24px; } }
      .news .panel-tab h2 a {
        color: #d51216;
        text-decoration: none; }
        .news .panel-tab h2 a:hover {
          text-decoration: underline; }
  .news .news-wrapper {
    width: 100%; }
    .news .news-wrapper .youtube-player {
      width: 100%;
      height: 180px; }
      @media (min-width: 320px) {
        .news .news-wrapper .youtube-player {
          height: calc(56.27273vw - 0.07273px); } }
      @media (min-width: 1420px) {
        .news .news-wrapper .youtube-player {
          height: 799px; } }

.userinfo {
  height: 50px;
  display: flex;
  align-items: center; }
  .userinfo .avatar {
    width: 39px;
    height: 39px;
    border-radius: 50%; }
  .userinfo .jmeno {
    margin-left: 10px; }

.message {
  color: white;
  padding: 24px;
  margin-top: 30px; }
  .message.ok {
    background: #87f18b9e; }
  .message.warning {
    background-color: #400000; }
  .message > h2 {
    margin-top: 0;
    margin-bottom: 10px; }

.fa.icon, .fab.icon, .fas.icon {
  margin-right: 10px; }

.rating-popup {
  position: relative;
  height: 16px; }
  .rating-popup .stars {
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex; }
    .rating-popup .stars.current {
      z-index: 0; }
    .rating-popup .stars.new {
      opacity: 0.01; }
      .rating-popup .stars.new:hover {
        color: #cf1316;
        opacity: 1; }
        .rating-popup .stars.new:hover + .current {
          opacity: 0.01; }

.search.getList > h2 {
  display: block;
  width: 100%; }

.search.listItem {
  width: calc((100% / 4 - 48px) + (48px / 4));
  margin-right: 48px;
  margin-bottom: 48px; }
  .search.listItem__wrapper {
    display: flex;
    flex-wrap: wrap; }
  .search.listItem:nth-child(4n+4) {
    margin-right: 0; }
  @media (min-width: 240px) {
    .search.listItem {
      width: calc((100% / 1 - 48px) + (48px / 1));
      margin-right: 48px;
      margin-bottom: 48px; }
      .search.listItem:nth-child(0n+0) {
        margin-right: 48px;
        margin-bottom: 48px; }
      .search.listItem:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 528px) {
    .search.listItem {
      width: calc((100% / 2 - 48px) + (48px / 2));
      margin-right: 48px;
      margin-bottom: 48px; }
      .search.listItem:nth-child(1n+1) {
        margin-right: 48px;
        margin-bottom: 48px; }
      .search.listItem:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 816px) {
    .search.listItem {
      width: calc((100% / 3 - 48px) + (48px / 3));
      margin-right: 48px;
      margin-bottom: 48px; }
      .search.listItem:nth-child(2n+2) {
        margin-right: 48px;
        margin-bottom: 48px; }
      .search.listItem:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 1105px) {
    .search.listItem {
      width: calc((100% / 4 - 48px) + (48px / 4));
      margin-right: 48px;
      margin-bottom: 48px; }
      .search.listItem:nth-child(3n+3) {
        margin-right: 48px;
        margin-bottom: 48px; }
      .search.listItem:nth-child(4n+4) {
        margin-right: 0; } }
  @media (max-width: 240px) {
    .search.listItem {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  .search.listItem > a:first-of-type {
    display: inline-flex;
    overflow: hidden;
    background: #d51216; }
    .search.listItem > a:first-of-type:hover img {
      opacity: .85;
      transform: scale(1.2); }
  .search.listItem .title {
    font-size: 20px;
    margin-top: 24px;
    font-weight: 700; }
    @media (min-width: 320px) {
      .search.listItem .title {
        font-size: calc(0.60606vw + 18.06061px); } }
    @media (min-width: 980px) {
      .search.listItem .title {
        font-size: 24px; } }
  .search.listItem img {
    max-width: 100%;
    height: auto;
    transition: opacity .35s, transform .5s; }

.checkbox-wrapper {
  position: relative; }
  .checkbox-wrapper input[type="checkbox"] {
    /*display:  none;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    margin: 0 !important;
    padding: 0 !important; }
    .checkbox-wrapper input[type="checkbox"]:checked + .checkbox-label:after {
      opacity: 1;
      transform: rotate(-45deg) scale(0.8); }
  .checkbox-wrapper .checkbox-label {
    display: flex !important;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px; }
    .checkbox-wrapper .checkbox-label:before, .checkbox-wrapper .checkbox-label:after {
      pointer-events: none; }
    .checkbox-wrapper .checkbox-label:before {
      display: flex;
      content: ' ';
      height: 20px;
      width: 20px;
      border: solid 3px #000;
      background: #fff;
      margin-right: 10px; }
    .checkbox-wrapper .checkbox-label:after {
      position: absolute;
      top: 7px;
      left: 5px;
      display: flex;
      content: ' ';
      width: 12px;
      height: 5px;
      background: #000;
      border-bottom: solid 4px #000;
      border-left: solid 4px #000;
      background: none;
      transform: rotate(-45deg) scale(0);
      transition: transform .1s ease, opacity .1s ease;
      transform-origin: center center; }

.report-problem {
  margin-top: 80px; }

.js-report-problem {
  display: inline-block;
  margin-top: 40px;
  color: #666 !important;
  font-weight: 600;
  font-size: 14px; }

.footer-img-wrapper {
  width: 100%;
  justify-content: space-between; }
  .footer-img-wrapper .imgFooter {
    display: block;
    max-width: calc(50% - 1.5rem);
    background: #000; }
    .footer-img-wrapper .imgFooter[href]:hover img {
      opacity: .65; }
    .footer-img-wrapper .imgFooter img {
      max-width: 100%;
      height: auto;
      transition: all .3s; }
    @media (max-width: 679px) {
      .footer-img-wrapper .imgFooter {
        max-width: 100%; }
        .footer-img-wrapper .imgFooter:not(:last-child) {
          margin-bottom: 1.5rem; } }

:root {
  --img-ofset: 2.125vw; }
  @media (min-width: 2400px) {
    :root {
      --img-ofset: 5.25vw; } }
  @media (max-width: 1840px) {
    :root {
      --img-ofset: 1.25vw; } }
  @media (max-width: 1780px) {
    :root {
      --img-ofset: .875vw; } }
  @media (max-width: 1560px) {
    :root {
      --img-ofset: .625vw; } }

.imgSide__holder {
  position: absolute;
  top: 0;
  padding-top: 8.5vh; }
  @media (max-width: 980px) {
    .imgSide__holder {
      display: none; } }
  .imgSide__holder.img-sticky {
    position: fixed; }
    .imgSide__holder.img-sticky_after {
      top: auto;
      bottom: 0;
      padding-bottom: 9.25vh; }
  .imgSide__holder--left {
    right: calc(100% + var(--img-ofset)); }
    .imgSide__holder--left.img-sticky {
      right: calc((100vw - 1224px) / 2 + 1200px + 15px + var(--img-ofset)); }
      @media (max-width: 1560px) {
        .imgSide__holder--left.img-sticky {
          right: calc(100% - (120px + var(--img-ofset))); } }
  .imgSide__holder--right {
    left: calc(100% + var(--img-ofset)); }
    .imgSide__holder--right.img-sticky {
      left: calc((100vw - 1224px) / 2 + 1200px + 15px + var(--img-ofset)); }
  .imgSide__holder--three > .imgSide__subholder + .imgSide__subholder {
    margin-top: 1em; }

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