/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

table {
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: 400;
  font-style: normal; }

strong {
  font-weight: 700; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  padding: 0; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/*variables*/
/*mixins*/
/* fonts */
@font-face {
  font-family: 'DIN';
  src: url("fonts/DIN.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DIN_Bold';
  src: url("fonts/DIN_Bold.ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'DIN_Light';
  src: url("fonts/DIN_Light.ttf");
  font-weight: 200;
  font-style: normal; }
/* Chrome, Safari, Opera */
@-webkit-keyframes skew-hover {
  0% {
    -webkit-transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(5deg); }
  75% {
    -webkit-transform: skewX(-5deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
/* Standard syntax */
@keyframes skew-hover {
  0% {
    transform: skewX(0deg); }
  25% {
    transform: skewX(5deg); }
  75% {
    transform: skewX(-5deg); }
  100% {
    transform: skewX(0deg); } }
@-webkit-keyframes loading {
  from {
    -webkit-transform: scaleX(1); }
  10% {
    -webkit-transform: scaleX(1); }
  20% {
    -webkit-transform: scaleX(0.3); }
  30% {
    -webkit-transform: scaleX(0.6); }
  40% {
    -webkit-transform: scaleX(0.5); }
  60% {
    -webkit-transform: scaleX(0.8); }
  85% {
    -webkit-transform: scaleX(0.7); }
  90% {
    -webkit-transform: scaleX(1); }
  to {
    -webkit-transform: scaleX(1); } }
@keyframes loading {
  from {
    transform: scaleX(1); }
  10% {
    transform: scaleX(1); }
  20% {
    transform: scaleX(0.3); }
  30% {
    transform: scaleX(0.6); }
  40% {
    transform: scaleX(0.5); }
  60% {
    transform: scaleX(0.8); }
  85% {
    transform: scaleX(0.7); }
  90% {
    transform: scaleX(1); }
  to {
    transform: scaleX(1); } }
@-webkit-keyframes translatingLine1 {
  from {
    -webkit-transform: translate(0%, 0%); }
  35% {
    -webkit-transform: translate(0%, 0%); }
  40% {
    -webkit-transform: translate(150%, 150%); }
  41% {
    -webkit-transform: translate(-250%, -250%); }
  60% {
    opacity: 0;
    -webkit-transform: translate(-250%, -250%); }
  80% {
    -webkit-transform: translate(10%, 10%); }
  to {
    -webkit-transform: translate(0%, 0%); } }
@keyframes translatingLine1 {
  from {
    transform: translate(0%, 0%); }
  35% {
    transform: translate(0%, 0%); }
  40% {
    transform: translate(150%, 150%); }
  41% {
    transform: translate(-250%, -250%); }
  60% {
    opacity: 0;
    transform: translate(-250%, -250%); }
  80% {
    transform: translate(10%, 10%); }
  to {
    transform: translate(0%, 0%); } }
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(0deg); }
  40% {
    -webkit-transform: rotate(360deg); }
  80% {
    -webkit-transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg); } }
@keyframes rotating {
  from {
    transform: rotate(0deg); }
  20% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(360deg); }
  80% {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }
.c5 {
  color: #ff2d0a; }

.c3 {
  color: #010442; }

.c4 {
  color: #ff6805; }

.c2 {
  color: #28ff74; }

.light-white {
  color: rgba(255, 255, 255, 0.5); }

.c1 {
  color: yellow; }

.bac_c5 {
  background-color: #ff2d0a; }

.bac_c3 {
  background-color: #010442; }

.bac_c4 {
  background-color: #ff6805; }

.bac_c2 {
  background-color: #28ff74; }

.bac_light-white {
  background-color: rgba(255, 255, 255, 0.5); }

.bac_c1 {
  background-color: yellow; }

.skew {
  -webkit-animation: skew-hover .5s linear infinite;
  /* Chrome, Safari, Opera */
  animation: skew-hover .5s linear infinite; }

.geomicon {
  width: 3em;
  height: 3em; }

.text-around {
  display: block;
  position: absolute;
  transition: all 0.5s;
  z-index: 4; }
  .text-around a {
    padding: 2%; }

#text-photos {
  left: 5%;
  top: 20%; }

#text-videos {
  right: 5%;
  top: 20%; }

#text-final {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30%;
  min-width: 100%; }
  #text-final #meo-list li #meo-icon {
    width: 10%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 3%;
    background: black;
    padding: 0; }
    #text-final #meo-list li #meo-icon img {
      width: 100%; }

#text-footer {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3%;
  min-width: 100%;
  font-size: 60%; }

#link-songs {
  top: 20%;
  left: 5%; }

.vertical-aligned {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important; }

html {
  height: 100%;
  overflow: hidden; }

/*body*/
body {
  height: 100%;
  font-family: "DIN", sans-serif !important;
  font-size: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  position: relative; }
  body a {
    transition: all 0.3s ease-out;
    color: white; }
  body ::selection {
    background: #28ff74;
    /* WebKit/Blink Browsers */ }
  body ::-moz-selection {
    background: #28ff74;
    /* Gecko Browsers */ }
  body h1, body h2, body h3 {
    font-family: 'DIN_Bold', sans-serif; }
  body h2 {
    padding: 1.5%; }
  body h3 {
    padding: 1.5%; }
  body a, body p {
    padding: 1%; }
  body a {
    font-family: 'DIN_Light', sans-serif; }
    body a:hover {
      text-decoration: underline; }

#IE {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0; }
  #IE a {
    color: #ff2d0a;
    font-size: 160%;
    float: right;
    text-decoration: none; }
  #IE #IE_text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ff2d0a;
    font-size: 120%; }

/*menu*/
#menu {
  position: fixed;
  background: transparent;
  z-index: 6;
  width: 100%;
  height: 30px;
  transition: all 0.3s ease-in-out; }
  #menu ul {
    background: transparent; }
    #menu ul li {
      width: 25%;
      text-align: center;
      text-transform: uppercase;
      float: left; }
      #menu ul li a {
        height: 35px;
        font-size: 90%;
        display: block;
        position: relative;
        color: #ff6805;
        background-color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        box-sizing: border-box;
        padding-top: 10px; }
        #menu ul li a:hover {
          color: #ff2d0a; }
          #menu ul li a:hover:after {
            width: 100%; }
        #menu ul li a:after {
          display: block;
          position: absolute;
          left: 0;
          bottom: -5%;
          width: 0;
          height: 4px;
          background-color: #ff2d0a;
          content: "";
          transition: width 0.5s; }

.parallax {
  background: black;
  height: 100%;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow-y: auto;
  overflow-x: hidden;
  perspective-origin: 100% 100%;
  -webkit-perspective-origin: 100% 100%; }
  .parallax .parallax-group {
    position: relative;
    -webkit-transform-style: inherit;
    transform-style: inherit;
    z-index: 4;
    width: 100vw;
    background: 50% 50% / cover; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: portrait) {
      .parallax .parallax-group {
        min-height: 480px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: landscape) {
      .parallax .parallax-group {
        min-height: 320px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
      .parallax .parallax-group {
        min-height: 568px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
      .parallax .parallax-group {
        min-height: 320px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      .parallax .parallax-group {
        min-height: 1024px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
      .parallax .parallax-group {
        min-height: 768px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 533px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: portrait) {
      .parallax .parallax-group {
        min-height: 533px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 533px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: landscape) {
      .parallax .parallax-group {
        min-height: 320px; } }
    @media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: portrait) {
      .parallax .parallax-group {
        min-height: 640px; } }
    @media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: landscape) {
      .parallax .parallax-group {
        min-height: 360px; } }
    @media screen and (min-device-width: 601px) and (max-device-width: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: portrait) {
      .parallax .parallax-group {
        min-height: 906px; } }
    @media screen and (min-device-width: 601px) and (max-device-width: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: landscape) {
      .parallax .parallax-group {
        min-height: 601px; } }
    @media all {
      .parallax .parallax-group {
        min-height: 100vh; } }
    .parallax .parallax-group .back {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: 50% 50% / cover;
      -webkit-transform: translateZ(-1px) scale(2);
      transform: translateZ(-1px) scale(2);
      z-index: 1;
      transform-origin: 100% 100%;
      -webkit-transform-origin: 100% 100%; }
  .parallax .content {
    overflow: hidden; }
  .parallax .img {
    z-index: 1; }

#sec-test {
  background: blue; }

#sec-intro {
  min-height: 400px;
  height: 400px;
  background-color: #ff6805;
  position: relative;
  transition: height 0.5s; }
  #sec-intro .cover, #sec-intro .cover_mobile {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #sec-intro .cover img, #sec-intro .cover_mobile img {
      width: 100%;
      height: auto;
      margin: auto; }
  #sec-intro .cover_mobile {
    display: none; }
    #sec-intro .cover_mobile img {
      width: auto;
      height: 100%; }
  #sec-intro > img {
    position: absolute; }
  #sec-intro #obj1 {
    right: 15%;
    top: 55%;
    width: 1.5%;
    -webkit-animation: rotating 8s linear infinite;
    animation: rotating 8s linear infinite;
    transform-origin: 50.7% 50.5%;
    -webkit-transform-origin: 50.7% 50.5%; }
  #sec-intro #obj2 {
    right: 10%;
    top: 65%;
    width: 1.2%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-duration: 4s; }
  #sec-intro #objline1 {
    top: 40%;
    left: 21%;
    width: 10%;
    -webkit-animation: translatingLine1 5s linear infinite;
    animation: translatingLine1 5s linear infinite; }
  #sec-intro #container-svg {
    transition: top 0.3s;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    height: 0;
    width: 34.2%;
    padding-top: 1.2517%; }
    #sec-intro #container-svg .loading-svg {
      position: absolute;
      top: 0;
      left: 0; }
      #sec-intro #container-svg .loading-svg .big-rect {
        -webkit-animation: loading 10s ease-in-out infinite;
        animation: loading 10s ease-in-out infinite; }
  #sec-intro #caves {
    display: none;
    position: absolute;
    bottom: 0;
    width: 32%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    #sec-intro #caves img {
      height: auto;
      width: 100%; }

#sec-more-photos .back {
  background-image: url("../img/2.jpg"); }

#sec-video {
  background: #ff2d0a;
  position: relative; }
  #sec-video .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    width: 100vw;
    z-index: 1; }
    #sec-video .videoWrapper iframe {
      position: absolute;
      top: 5%;
      left: 5%;
      width: 90%;
      height: 90%; }

#sec-more-videos .back {
  background-image: url("../img/8.jpg"); }

#sec-player {
  background-color: #ff6805; }
  #sec-player #playerapp {
    width: 100%; }
    #sec-player #playerapp #playlist {
      background-color: transparent;
      width: 100%;
      margin: 0 auto;
      position: relative; }
      #sec-player #playerapp #playlist header {
        width: 100%;
        background-color: #010442;
        position: absolute;
        top: 0; }
        #sec-player #playerapp #playlist header p {
          padding: 0; }
        #sec-player #playerapp #playlist header ul {
          margin: 1% 0; }
          #sec-player #playerapp #playlist header ul li {
            width: 10%;
            display: inline-block; }
            #sec-player #playerapp #playlist header ul li button {
              box-sizing: border-box;
              padding: 20%;
              display: inline-block;
              color: white;
              background-color: transparent;
              border: 0;
              -webkit-transition-property: color, background-color, box-shadow, -webkit-transform;
              transition-property: color, background-color, box-shadow, transform;
              -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
              cursor: pointer; }
              #sec-player #playerapp #playlist header ul li button:hover {
                background-color: #ff6805; }
              #sec-player #playerapp #playlist header ul li button:focus {
                outline: 0; }
        #sec-player #playerapp #playlist header progress {
          display: block;
          background-color: #010442;
          border: 0;
          -webkit-appearance: none;
          cursor: pointer;
          width: 100%; }
          #sec-player #playerapp #playlist header progress::-webkit-progress-bar {
            -webkit-appearance: none;
            background-color: #010442; }
          #sec-player #playerapp #playlist header progress::-webkit-progress-value {
            -webkit-appearance: none;
            background-color: white; }
          #sec-player #playerapp #playlist header progress::-moz-progress-bar {
            background-color: #010442; }
      #sec-player #playerapp #playlist #tracks-wrapper {
        width: 100%; }
        #sec-player #playerapp #playlist #tracks-wrapper ul {
          width: 100%; }
          #sec-player #playerapp #playlist #tracks-wrapper ul .list-tracks {
            display: block; }
            #sec-player #playerapp #playlist #tracks-wrapper ul .list-tracks button {
              font-family: "DIN", sans-serif !important;
              font-size: 100%;
              letter-spacing: 2px;
              text-transform: uppercase;
              text-align: center;
              background-color: transparent;
              border: 0;
              display: block;
              width: 100%;
              box-sizing: border-box;
              line-height: 1.5rem;
              padding: .5rem 1rem;
              color: white; }
              #sec-player #playerapp #playlist #tracks-wrapper ul .list-tracks button:hover {
                background-color: #010442;
                text-decoration: none;
                cursor: pointer; }
                #sec-player #playerapp #playlist #tracks-wrapper ul .list-tracks button:hover span {
                  color: #ff6805; }
              #sec-player #playerapp #playlist #tracks-wrapper ul .list-tracks button:focus {
                outline: 0;
                box-shadow: inset 0 0 0 2px yellow; }
              #sec-player #playerapp #playlist #tracks-wrapper ul .list-tracks button.active {
                background-color: #010442; }

#sec-more-songs .back {
  background-image: url("../img/9.jpg"); }

#sec-contacts {
  background-color: #ff2d0a;
  position: relative; }
  #sec-contacts .content-wrapper {
    width: 100%; }
    #sec-contacts .content-wrapper #booking {
      margin-bottom: 4%; }
      #sec-contacts .content-wrapper #booking #contacts-list li {
        line-height: 2.5rem; }
        #sec-contacts .content-wrapper #booking #contacts-list li a {
          display: block;
          font-size: 80%;
          color: white; }
          #sec-contacts .content-wrapper #booking #contacts-list li a:hover {
            background-color: #010442;
            color: #ff6805;
            text-decoration: none; }
    #sec-contacts .content-wrapper #social-icons {
      margin-bottom: 4%; }
      #sec-contacts .content-wrapper #social-icons #just-icons a {
        display: inline-block; }
        #sec-contacts .content-wrapper #social-icons #just-icons a.rn {
          width: 2.5rem;
          height: 2.5rem; }
          #sec-contacts .content-wrapper #social-icons #just-icons a.rn img {
            transition: all 0.5s;
            width: 100%; }
        #sec-contacts .content-wrapper #social-icons #just-icons a:hover i {
          -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
        #sec-contacts .content-wrapper #social-icons #just-icons a:hover.fb {
          outline: solid 2px #3b5998; }
        #sec-contacts .content-wrapper #social-icons #just-icons a:hover.yt {
          outline: solid 2px #cd201f; }
        #sec-contacts .content-wrapper #social-icons #just-icons a:hover.sc {
          outline: solid 2px #ff7700; }
        #sec-contacts .content-wrapper #social-icons #just-icons a:hover.rn {
          outline: solid 2px #e43727; }
          #sec-contacts .content-wrapper #social-icons #just-icons a:hover.rn img {
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
        #sec-contacts .content-wrapper #social-icons #just-icons a:hover.tw {
          outline: solid 2px #C3D9FF; }
        #sec-contacts .content-wrapper #social-icons #just-icons a:hover.ins {
          outline: solid 2px #517fa4; }
        #sec-contacts .content-wrapper #social-icons #just-icons a i {
          transition: all 0.5s; }
  #sec-contacts #forum {
    margin-bottom: 4%; }
    #sec-contacts #forum a {
      font-size: 80%;
      display: block;
      width: 100%;
      color: #010442; }

#sec-more-concerts .back {
  background-image: url("../img/3.jpg"); }

#footer {
  background-color: #ff2d0a;
  position: relative; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: portrait) {
    #footer {
      min-height: 24px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: landscape) {
    #footer {
      min-height: 16px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #footer {
      min-height: 28px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #footer {
      min-height: 16px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #footer {
      min-height: 51px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #footer {
      min-height: 38px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 533px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: portrait) {
    #footer {
      min-height: 26px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 533px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: landscape) {
    #footer {
      min-height: 16px; } }
  @media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: portrait) {
    #footer {
      min-height: 32px; } }
  @media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 2) and (orientation: landscape) {
    #footer {
      min-height: 18px; } }
  @media screen and (min-device-width: 601px) and (max-device-width: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: portrait) {
    #footer {
      min-height: 45px; } }
  @media screen and (min-device-width: 601px) and (max-device-width: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: landscape) {
    #footer {
      min-height: 30px; } }
  @media all {
    #footer {
      min-height: 5vh; } }
  #footer #augmented-wrapper {
    position: relative; }
    #footer #augmented-wrapper #augmented {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #footer #augmented-wrapper #augmented .img-wrapper {
        margin: 0 auto;
        width: 10%; }
        #footer #augmented-wrapper #augmented .img-wrapper img {
          width: 100%;
          transition: transform ease-in 0.1s; }
          #footer #augmented-wrapper #augmented .img-wrapper img:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1); }
      #footer #augmented-wrapper #augmented ul {
        width: 100%;
        margin: 0 auto; }
        #footer #augmented-wrapper #augmented ul li {
          font-size: 80%;
          width: 50%;
          float: left;
          text-align: center; }
          #footer #augmented-wrapper #augmented ul li a {
            display: block; }
  #footer p {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1%;
    display: block;
    font-family: 'DIN_Light', sans-serif;
    font-size: 60%; }

/*media queries*/
@media only screen and (max-width: 150em) {
  #sec-intro #container-svg {
    top: 45%; }
  #sec-intro #caves {
    width: 10%; }

  #booking #contacts-list li {
    line-height: 3rem !important; } }
@media only screen and (max-width: 110em) {
  #sec-intro #container-svg {
    top: 40%; }
  #sec-intro #caves {
    width: 10%; } }
@media only screen and (max-width: 96.875em) {
  #sec-intro #container-svg {
    top: 35%; }
  #sec-intro #caves {
    width: 15%; } }
@media only screen and (max-width: 80em) {
  #sec-intro #container-svg {
    top: 29%; }
  #sec-intro #caves {
    width: 25%; }

  #booking #contacts-list li {
    line-height: 2.5rem !important; } }
@media only screen and (max-width: 68em) {
  #sec-intro #container-svg {
    top: 24%; }
  #sec-intro #caves {
    width: 35%; } }
@media only screen and (max-width: 55em) {
  #sec-intro {
    min-height: 300px;
    height: 300px; }
    #sec-intro #container-svg {
      top: 26%; }
    #sec-intro #caves {
      width: 25%; }

  iframe {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important; } }
@media only screen and (max-width: 50em) {
  #sec-intro .cover {
    display: none; }
  #sec-intro .cover_mobile {
    display: block; }
  #sec-intro #container-svg {
    top: 45%; }
  #sec-intro #obj1, #sec-intro #obj2, #sec-intro #objline1 {
    display: none; }
  #sec-intro #caves {
    width: 20%; }
  #sec-contacts #booking {
    margin-bottom: 1%; }
    #sec-contacts #booking #contacts-list li {
      line-height: 1.6rem; }
  #sec-contacts #social-icons {
    margin-bottom: 1%; }
  #sec-contacts #forum {
    margin-bottom: 1%; }

  #list-menu ul li {
    line-height: 1.25rem; }

  #meo-icon {
    width: 20% !important; }

  #footer #augmented-wrapper #augmented .img-wrapper {
    width: 18%; } }

@media only screen and (max-width: 40em) {
  body .parallax{
    -webkit-perspective: none;
    perspective: none;
    -webkit-transform-style: flat;
    transform-style: flat;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    perspective-origin: initial;
    -webkit-perspective-origin: initial;
  }
}

@media only screen and (max-width: 34.375em) {
  section .text-around {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80vw; }

  .rn {
    width: 2rem !important;
    height: 2rem !important; } }
@media only screen and (max-width: 32em) {
  #sec-intro .cover_mobile img {
    width: 100%;
    height: auto; }
  #sec-intro #caves {
    width: 25%; } }
@media only screen and (max-width: 29em) {
  body {
    font-size: 100%; }

  #sec-intro #container-svg {
    top: 38%; }
  #sec-intro #caves {
    width: 30%; }

  #sec-player .list-tracks {
    line-height: 28px; }

  #footer #augmented-wrapper #augmented .img-wrapper {
    width: 28%; } }
@media only screen and (max-width: 25em) {
  #sec-intro {
    min-height: 200px;
    height: 200px; }
    #sec-intro #container-svg {
      top: 48%; }
    #sec-intro #caves {
      width: 20%; }

  #meo-icon {
    width: 30% !important; } }
@media only screen and (max-width: 21em) {
  body {
    font-size: 80%; }

  #sec-intro #container-svg {
    top: 41%; }
  #sec-intro #caves {
    width: 38%; } }
@media only screen and (max-width: 17em) {
  #sec-intro #container-svg {
    top: 33%; }
  #sec-intro #caves {
    width: 60%; }

  #meo-icon {
    width: 40% !important; } }

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