@charset "UTF-8";
/* <- MEDIA QUERIES ->

https: //weekendprojects.dev/posts/which-responsive-media-query-breakpoints-should-you-use/
*/
/* Window Width */
/* Window height */
@import url("https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@200;300;400;500;600;700&family=Bebas+Neue&family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
.wrap {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
}

.grid, .projects-list .grid--projects, .grid--gears {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0px 16px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .grid, .projects-list .grid--projects, .grid--gears {
    padding: 0 15px;
  }
}

.grid-unit {
  color: white;
  font-size: 4vw;
  padding: 10px;
  background: gold;
  text-align: center;
}

.span-12 {
  grid-column: span 12;
}

.span-6 {
  grid-column: span 6;
}

.span-4 {
  grid-column: span 4;
}

.span-3 {
  grid-column: span 3;
}

.span-2 {
  grid-column: span 2;
}

.span-1 {
  grid-column: span 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

html {
  font-size: 62.5%;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*
▄████▄   ▒█████   ██▓     ▒█████   ██▀███
▒██▀ ▀█  ▒██▒  ██▒▓██▒    ▒██▒  ██▒▓██ ▒ ██▒
▒▓█    ▄ ▒██░  ██▒▒██░    ▒██░  ██▒▓██ ░▄█ ▒
▒▓▓▄ ▄██▒▒██   ██░▒██░    ▒██   ██░▒██▀▀█▄
▒ ▓███▀ ░░ ████▓▒░░██████▒░ ████▓▒░░██▓ ▒██▒
░ ░▒ ▒  ░░ ▒░▒░▒░ ░ ▒░▓  ░░ ▒░▒░▒░ ░ ▒▓ ░▒▓░
 ░  ▒     ░ ▒ ▒░ ░ ░ ▒  ░  ░ ▒ ▒░   ░▒ ░ ▒░
░        ░ ░ ░ ▒    ░ ░   ░ ░ ░ ▒    ░░   ░
░ ░          ░ ░      ░  ░    ░ ░     ░
░
*/
/*
  Web site link for combination of color:
- http://veli.ee/colorpedia/
- http://paletton.com/#uid=1000u0kllllaFw0g0qFqFg0w0aF
- https://color.adobe.com/it/create/color-wheel/
- https://icolorpalette.com/color-palette-from-images

*/
/*
 ______                 _
|  ____|               | |
| |__    ___    _ __   | |_   ___
|  __|  / _ \  | '_ \  | __| / __|
| |    | (_) | | | | | | |_  \__ \
|_|     \___/  |_| |_|  \__| |___/

 */
/* GENERAL */
html {
  overflow-x: hidden;
}

body {
  background-color: #01161C;
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 2500px) {
  body {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
}

/* General */
.hide {
  display: none !important;
}

.container {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 30px 2rem !important;
  }
}
.container--header {
  padding: 0 2rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}




.flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

@media screen and (max-with: 1024px) {
  .float--left,
.float--right {
    float: none;
  }
}

.clearfix:after {
  clear: both;
  display: block;
  content: "";
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex img {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

a,
a:hover {
  text-decoration: none;
}

.link {
  color: #60a3c0;
  font-weight: 400;
}
.link i {
  font-size: 1.5rem;
}

ul {
  list-style: none;
}

.button {
  border-radius: 5px;
  border: 2px solid #60a3c0;
  padding: 1rem 5rem;
  text-align: center;
  font-size: 2rem;
  color: #60a3c0;
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.button:hover {
  background-color: #60a3c0;
  color: #01161C;
}

.background--blue-light {
  background-color: #001A21;
}

.title--section, .tour .title--section-left, .title--section-left {
  font-family: "Asap Condensed", sans-serif;
  color: #60a3c0;
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: 200;
  letter-spacing: 5px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.title--section b, .tour .title--section-left b, .title--section-left b {
  font-weight: 600;
}

.title--inside-parapgraph, .music-group__formation h2, .music-group__about h2, .music-group__contacts h2, .music-group__backline h2, .music-group__note h2, .music-group__link h2 {
  font-family: "Asap Condensed", sans-serif;
  color: #60a3c0;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .tour.section--padding {
    padding: 0;
  }
}

.tour .title--section-left {
  text-align: left !important;
}

.title--paragraph, .music-group__title {
  font-family: "Asap Condensed", sans-serif;
  color: #60a3c0;
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: 200;
  letter-spacing: 5px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .title--paragraph, .music-group__title {
    font-size: 3rem;
  }
}
.title--paragraph b, .music-group__title b {
  font-weight: 600;
}
.title--paragraph:after, .music-group__title:after {
  content: " ";
  display: block;
  width: 50px;
  color: #f5cd42;
  border: 2px solid #f5cd42;
  margin-top: 2rem;
  margin-bottom: 1.4rem;
}

.container-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.paragraph,
.list,
.music-group__formation ul,
.music-group__about ul,
.music-group__contacts ul,
.music-group__backline ul,
.music-group__note ul,
.music-group__link ul,
p,
blockquote {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
  color: #95B2B8;
}

ul.list, .music-group__formation ul, .music-group__about ul, .music-group__contacts ul, .music-group__backline ul, .music-group__note ul, .music-group__link ul {
  list-style-type: square;
  list-style-position: inside;
}
ul.list li::marker, .music-group__formation ul li::marker, .music-group__about ul li::marker, .music-group__contacts ul li::marker, .music-group__backline ul li::marker, .music-group__note ul li::marker, .music-group__link ul li::marker {
  padding-right: 19px;
  color: #f5cd42;
  position: absolute;
}

.paragraph--image-intro {
  padding-right: 30px;
  padding-bottom: 30px;
  max-width: 539px;
}
@media screen and (max-width: 1024px) {
  .paragraph--image-intro {
    width: 100%;
    padding-right: 0px;
  }
}

.blockquote {
  width: 50%;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .blockquote {
    width: 100%;
  }
}
.blockquote__author {
  padding-top: 30px;
  text-align: right;
}

.singlepage {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .singlepage {
    padding: 30px 0;
  }
}

.section--padding {
  padding: 6rem 0;
}
@media screen and (max-width: 1024px) {
  .section--padding {
    padding: 3rem 0;
  }
}

.sticky, .site-header {
  position: fixed;
  top: 0;
}

.main {
  min-height: 600px;
  margin-top: 120px;
}

/* Animation */
.animation--menu {
  padding: 1rem 2rem !important;
  -webkit-box-shadow: 0 4px 6px -6px #343434;
  box-shadow: 0 4px 6px -6px #343434;
}

.animation--line {
  display: inline-block;
  cursor: pointer;
  color: #60a3c0;
  border: none;
  position: relative;
}
.animation--line:hover {
  border: none;
}
.animation--line:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  left: 50%;
  bottom: -4px;
  background-color: #60a3c0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.animation--line:hover:after {
  width: 100%;
  left: 0;
}

/* Header */
.home .site-header {
  border-bottom: none !important;
}

.site-header {
  background-color: #01161C;
  padding: 3rem 2rem;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 5;
  border-bottom: 1px solid rgba(149, 178, 184, 0.7607843137);
}
.site-header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .menu > .site-header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header__logo img {
  width: 360px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 480px) {
  .site-header__logo img {
    width: 250px;
  }
}
.site-header__top-menu {
  margin-bottom: 1.5rem;
}

.site-header__top-menu ul {
    position: relative;
  bottom: 5px;
}
  
.site-header__top-menu ul li {
  display: inline-block;
  margin-right: 2rem;
}
.site-header__top-menu ul li:last-child {
  margin-right: 0;
}
.site-header__top-menu ul li a {
  font-family: "Heebo", sans-serif;
  color: #fffbeb;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.site-header__main-menu ul {
  padding-top: 10px;
}
.site-header__main-menu ul li {
  display: inline-block;
  margin-right: 4rem;
}
.site-header__main-menu ul li:first-child {
  display: none;
}
.site-header__main-menu ul li:last-child {
  margin-right: 0;
}
.site-header__main-menu ul li a {
  font-family: "Bebas Neue", cursive;
  font-size: 3rem;
  line-height: 3rem;
  color: #fffbeb;
  letter-spacing: 1px;
}
.site-header__main-menu ul li a.active {
  display: inline-block;
  cursor: pointer;
  color: #60a3c0;
  border: none;
  position: relative;
}
.site-header__main-menu ul li a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -4px;
  background-color: #60a3c0;
}
.site-header__menu {
  text-align: right;
}
.site-header__menu ul {
  margin: 0;
}
.site-header__menu a:hover {
  color: #60a3c0;
}
.site-header__menu > * {
  margin: 0;
}
@media screen and (max-width: 1184px) {
  .site-header__menu {
    display: none;
  }
}
.site-header__menu--mobile {
  display: none;
}
@media screen and (max-width: 1184px) {
  .site-header__menu--mobile {
    display: block;
    position: relative;
    top: 8px;
  }
}

.second-menu--mobile {
  display: block;
}
.second-menu--mobile li {
  margin-right: 20px;
}
.second-menu--mobile li:last-of-type {
  margin-right: 0;
}

/* Intro */
.intro img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-right: 3rem;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .intro img {
    width: 100%;
    max-width: 100%;
    padding-right: 0rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .intro .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .intro img {
    margin-top: 6rem;
  }
}

/* lessons */
.lessons {
  margin-top: 30px;
}
.lessons .title--paragraph, .lessons .music-group__title {
  margin-top: 22px;
}

/* Tour dates */
.tour {
  margin: 0 auto;
}
.tour .title--section, .tour .title--section-left {
  margin-bottom: 6rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tour .title--section, .tour .title--section-left {
    margin-bottom: 3rem;
  }
}
.tour__item {
  border-bottom: 2px solid #4C1D03;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.tour__date {
  background-color: #4C1D03;
  display: inline-block;
  color: white;
  font-family: "Heebo", sans-serif;
  text-align: center;
  vertical-align: middle;
  padding: 2rem 3.5rem;
}
.tour__date h2 {
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.tour__date h1 {
  font-size: 4.8rem;
  font-family: "Bebas Neue", cursive;
  margin: 0;
  padding: 0;
  line-height: 4rem;
}
.tour__place {
  display: inline-block;
  padding-left: 30px;
  font-family: "Heebo", sans-serif;
  color: #95B2B8;
  position: absolute;
  bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .tour__place {
    bottom: 0;
    top: 4px;
  }
}
.tour__place img {
  padding-bottom: 5px;
}
.tour__place h2 {
  font-size: 2rem;
  font-weight: 200;
  line-height: 2rem;
  padding-bottom: 0.8rem;
}
.tour__place h1 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 4rem;
}
.tour__place h1 small {
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .tour__place h1 small {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tour__place h1 small {
    position: relative;
    bottom: 3px;
  }
}
@media screen and (max-width: 1200px) {
  .tour__place h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .tour__place h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.tour__links {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  bottom: 28px;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .tour__links {
    position: absolute;
    bottom: 10px;
    left: 144px;
  }
}
@media screen and (max-width: 480px) {
  .tour__links {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.tour__links a {
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #95B2B8;
  margin-right: 2rem;
}
.tour__links a:hover {
  text-decoration: underline;
}
.tour__links a:last-of-type {
  margin-right: 0;
}
.tour .showmore {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tour .showmore {
    margin-bottom: 60px;
  }
}

.home-hero {
  margin-top: 127px;
}

/* Menu Overlay */
.lower {
  color: rgb(245, 245, 245);
}

.lower:hover {
  color: white;
}

input {
  display: none;
}

.lower label {
  text-align: center;
}
.lower label i {
  color: #fffbeb;
  font-size: 3rem;
}

.lower label:hover {
  cursor: pointer;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #01161C;
}

.overlay label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: 100;
  font-family: "Heebo", sans-serif;
  z-index: 100;
  cursor: pointer;
}

.overlay label i {
  font-size: 3rem;
  color: white;
}

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul.main-menu--mobile {
  list-style: none;
  padding: 5% 3%;
  margin: 0 auto;
  height: auto;
  position: relative;
  width: 60%;
  border: 1px solid #fffbeb;
  margin-bottom: 30px;
}

.overlay ul.main-menu--mobile li {
  display: inline-block;
  padding-left: 2%;
  padding-right: 8%;
  position: relative;
}
.overlay ul.main-menu--mobile li:last-of-type {
  padding-right: 0;
}
.overlay ul.main-menu--mobile li:after {
  content: "/";
  display: inline-block;
  color: white;
  width: 100%;
  height: auto;
  font-family: "Heebo", sans-serif;
  font-size: 2rem;
  position: absolute;
  bottom: 9px;
  z-index:-1;
}
.overlay ul.main-menu--mobile li:last-of-type::after {
  display: none;
}

.overlay ul.main-menu--mobile li a {
  font-size: 3.5rem;
  display: block;
  color: #fffbeb;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
}

.overlay ul.main-menu--mobile li a:hover,
.overlay ul.main-menu--mobile li a:focus {
  color: #f5cd42;
}

.overlay ul.second-menu--mobile li {
  display: inline-block;
}

.overlay ul.second-menu--mobile li a {
  font-size: 2rem;
  display: block;
  color: #fffbeb;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  margin-top: 2%;
}

.lower ~ .overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

#op:checked ~ .overlay-hugeinc {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  -webkit-perspective: 300px;
          perspective: 300px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

#op:checked ~ .overlay-hugeinc nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

#op:not(:checked) ~ .overlay-hugeinc nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

/* Responsive image gallery rules begin*/
.discographic {
  color: #60a3c0;
  font-family: "Heebo", sans-serif;
}
.discographic:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .discographic {
    font-size: 1.3rem;
  }
}

.music .title--section, .music .title--section-left {
  margin-bottom: 6rem;
  width: 100%;
  text-align: center;
}
.music .grid, .music .projects-list .grid--projects, .projects-list .music .grid--projects, .music .grid--gears {
  grid-gap: 3rem;
}
@media screen and (max-width: 1290px) {
  .music .grid, .music .projects-list .grid--projects, .projects-list .music .grid--projects, .music .grid--gears {
    grid-gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .music .grid, .music .projects-list .grid--projects, .projects-list .music .grid--projects, .music .grid--gears {
    grid-gap: 2rem;
  }
}
.music li {
  grid-column: span 3;
}
@media screen and (max-width: 992px) {
  .music li {
    grid-column: span 4;
  }
}
@media screen and (max-width: 768px) {
  .music li {
    grid-column: span 6;
  }
}
@media screen and (max-width: 480px) {
  .music li {
    grid-column: span 12;
  }
}
.music li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .music .button {
    margin-top: 30px;
  }
}

.parallax {
  /* The image used */
  background-image: url("../images/parallax--home.webp");
  /* Set a specific height */
  min-height: 600px;
  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .parallax {
    min-height: 400px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .parallax {
    background-attachment: fixed;
    /* CSS for other than iOS devices */
  }
}

/* Gear */
.grid--gears {
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-row: 2;
  row-gap: 50px;
}
.grid--gears small,
.grid--gears span {
  padding-bottom: 10px !important;
  display: block;
}
.grid--gears small {
  padding-left: 19px;
}
@media screen and (max-width: 1024px) {
  .grid--gears {
    padding: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .grid--gears {
    grid-template-columns: repeat(2, 1fr);
    grid-row: 2;
    row-gap: 50px;
  }
}
@media screen and (max-width: 480px) {
  .grid--gears {
    grid-template-columns: repeat(1, 1fr);
    grid-row: 2;
    row-gap: 50px;
  }
}

.gear__slider .slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}
.gear__slider .slider .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 295px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .gear__slider .slider .item div {
    height: 100%;
    width: 100%;
    min-height: 150px;
    margin: 0 1%;
  }
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lity-content .showhide {
  display: block !important;
  height: 500px;
  width: 400px;
}

.showhide {
  display: none;
}

/* Footer */
.footer {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer a {
  display: block;
  margin-top: 1.5rem;
  color: #60a3c0;
  font-weight: 400;
  text-decoration: underline;
}
.footer .booking img {
  max-width: 169px;
  padding-bottom: 10px;
}
.footer .social i {
  min-width: 37px;
  padding-right: 10px;
}
.footer .social a {
  display: inline;
  text-decoration: none;
}
.footer .social a:hover {
  text-decoration: underline;
}
.footer .item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .item .paragraph {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .footer .item {
    margin-bottom: 3rem;
  }
}
.footer .item .line {
  position: absolute;
  width: 1px;
  height: 100%;
  color: #95B2B8;
  border-left: 1px solid #95B2B8;
}
@media screen and (max-width: 1360px) {
  .footer .item .line {
    display: none;
  }
}
.footer .item:first-of-type .line {
  right: 52px;
}
.footer .item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer .item:nth-child(2) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .item:nth-child(2) .line {
  right: 35px;
}
.footer .item:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 0;
}
@media screen and (max-width: 1024px) {
  .footer .item:last-of-type {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* Projects */
.projects .button {
  margin: 3rem 0;
}

.projects-list .grid--projects {
  grid-template-columns: repeat(4, 1fr);
  grid-row: 3;
}
@media screen and (max-width: 1290px) {
  .projects-list .grid--projects {
    grid-template-columns: repeat(3, 1fr);
    grid-row: 2;
    row-gap: 50px;
  }
}
@media screen and (max-width: 992px) {
  .projects-list .grid--projects {
    grid-template-columns: repeat(2, 1fr);
    grid-row: 2;
    row-gap: 50px;
  }
}
@media screen and (max-width: 480px) {
  .projects-list .grid--projects {
    grid-template-columns: repeat(1, 1fr);
    grid-row: 2;
    row-gap: 50px;
  }
}
.projects-list ul {
  margin: 0;
  padding: 0;
}
.projects-list ul li {
  position: relative;
  margin-bottom: 30px;
  line-height: 150px;
  font-family: "Bebas Neue", cursive;
  color: #fff;
}
.projects-list ul li img {
  max-width: 150px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.projects-list ul li a {
  padding-left: 50px;
  font-size: 3rem;
  color: #fff !important;
  opacity: 80%;
}
.projects-list ul li a:active, .projects-list ul li a:hover,
.projects-list ul li a a:visited {
  color: #fff !important;
}

.projects-inactive ul {
  margin: 0;
  padding: 0;
}
.projects-inactive ul li {
  margin-bottom: 10px;
  font-family: "Bebas Neue", cursive;
  color: #fff;
}
.projects-inactive ul li a {
  font-size: 3rem;
  color: #fff !important;
  opacity: 80%;
}
.projects-inactive ul li a:active, .projects-inactive ul li a:hover,
.projects-inactive ul li a a:visited {
  color: #fff !important;
}

/* Credits */
.credits {
  font-size: 1rem;
  text-align: center;
  width: 100%;
  font-family: "Heebo", sans-serif;
  font-weight: 200;
  margin: 0 auto;
  padding: 6rem 0;
  color: #95B2B8;
}
.credits p {
  font-size: 1rem;
}

/* Internal Page*/
.introImgInternalPage {
  width: 100%;
  height: 250px;
  -webkit-filter: sepia() hue-rotate(160deg);
          filter: sepia() hue-rotate(160deg);
}
@media screen and (max-width: 1024px) {
  .introImgInternalPage {
    height: 55px;
  }
}

.page--title {
  font-size: 10rem;
  font-family: "Bebas Neue", cursive;
  color: #fff;
  opacity: 15%;
  letter-spacing: 1rem;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .page--title {
    font-size: 2rem;
    letter-spacing: 0.5rem;
    text-align: left;
  }
}

.tabs {
  width: 100%;
  float: none;
  list-style: none;
  position: relative;
  margin: 80px 0 0 10px;
  text-align: left;
  font-family: "Bebas Neue", cursive;
  color: #95B2B8;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type=radio] {
  position: absolute;
  top: 0;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 3px 12px;
  border-radius: 2px 2px 0 0;
  font-size: 3rem;
  font-weight: normal;
  text-transform: uppercase;
  background: #075b6e;
  cursor: pointer;
  position: relative;
  top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: #04333e;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  padding: 25px;
  position: absolute;
  top: 53px;
  left: 0;
  background: #022026;
}
.tabs [id^=tab]:checked + label {
  top: 0;
  padding-top: 7px;
  font-size: 3.2rem;
  background: #022026;
}
.tabs [id^=tab]:checked ~ [id^=tab-content] {
  display: block;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 3px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .gallery {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .gallery-item {
    margin-bottom: 30px;
  }
}
.gallery-item:first-child {
  grid-column: 1/span 2;
  grid-row: 1/span 4;
}
.gallery-item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item:nth-child(5) {
  grid-column: 4;
  grid-row: 3/span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.video-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .video-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.video-item p {
  text-align: center;
}

.music-group__name {
  margin-bottom: 120px;
}
.music-group__cover {
  width: 60% !important;
}
@media screen and (max-width: 1024px) {
  .music-group__cover {
    width: 100% !important;
  }
}
.music-group__formation, .music-group__about, .music-group__contacts, .music-group__backline, .music-group__note, .music-group__link {
  margin-top: 30px;
}
.music-group__formation a, .music-group__about a, .music-group__contacts a, .music-group__backline a, .music-group__note a, .music-group__link a {
  color: #95B2B8;
}

.itemid-133 .introImgInternalPage {
  height: 130px;
}

.itemid-133 .page--title {
  margin-top: 200px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 5rem;
}

.video_and_images {
  min-height: 1800px;
}
@media screen and (max-width: 992px) {
  .video_and_images {
    min-height: 5500px;
  }
}

#event h4.date,
#event h1.displayname {
  display: none;
}

.gallery--score {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  gap: 50px;
}
.gallery--score img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .gallery--score {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .gallery--score {
    grid-template-columns: 1fr;
  }
  .gallery--score img {
    max-width: 300px;
  }
}