.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.modal-wrapper {
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg-open.png") repeat-y;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .modal-wrapper.open {
    opacity: 1;
    visibility: visible; }
    .modal-wrapper.open .modal {
      margin-top: -200px;
      opacity: 1; }
      .modal-wrapper.open .modal.bely {
        margin-top: -400px; }
  .modal-wrapper .modal {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
    position: relative;
    top: 50%;
    left: 0;
    background: #202e39;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: visible; }
    @media screen and (min-width: 1025px) {
      .modal-wrapper .modal {
        width: 800px;
        height: 500px;
        margin: 50% 0 0 -300px;
        left: 45%; } }
    .modal-wrapper .modal .btn-close {
      width: 30px;
      height: 30px;
      display: block;
      float: right;
      border: 3px solid white;
      margin: 20px;
      -ms-transform: rotate(10deg);
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg); }
      @media screen and (max-width: 768px) {
        .modal-wrapper .modal .btn-close {
          margin: 0; } }
      .modal-wrapper .modal .btn-close:before, .modal-wrapper .modal .btn-close:after {
        content: '';
        width: 25px;
        height: 3px;
        display: block;
        background: white;
        margin-left: 0px; }
      .modal-wrapper .modal .btn-close:before {
        margin-top: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .modal-wrapper .modal .btn-close:after {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url("fonts/AvenirLTStd-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirLTStd-Medium.otf") format("opentype"), url("fonts/AvenirLTStd-Medium.woff") format("woff"), url("fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url("fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirLTStd-Light.otf") format("opentype"), url("fonts/AvenirLTStd-Light.woff") format("woff"), url("fonts/AvenirLTStd-Light.ttf") format("truetype"), url("fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  overflow-x: hidden; }

body {
  background: #000;
  font-family: 'AvenirLTStd-Medium', "Helvetica Neue", Arial, sans-serif;
  color: #fff; }

h1 {
  font-family: 'AvenirLTStd-Light', "Helvetica Neue", Arial, sans-serif; }

section {
  padding: 0 30px; }

.listing {
  display: inline;
  list-style: none;
  padding: 0;
  font-size: 20px;
  color: #fff; }
  .listing li {
    display: inline;
    margin-right: 10px; }
    .listing li i {
      color: #fff;
      font-size: 25px;
      line-height: 40px; }
      .listing li i:hover {
        color: #ee3124; }
  @media screen and (min-width: 768px) {
    .listing li {
      margin-right: 25px; } }

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0; } }

.concert-button {
  border: 3px solid white;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-family: 'AvenirLTStd-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 20px;
  padding: 10px;
  text-transform: uppercase; }
  .concert-button:hover {
    color: #fff; }

.col-centered {
  float: none;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  br {
    display: none; }

  .header.container-fluid {
    padding-left: 50px;
    padding-right: 50px; } }
.no-padding {
  padding: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

@media screen and (max-width: 1024px) {
  .hidden-xs {
    display: none; } }

@media screen and (min-width: 1025px) {
  .hidden-custom {
    display: none; } }

.ended img {
  width: 110px; }
  @media screen and (min-width: 768px) {
    .ended img {
      width: 130px; } }

.zindex {
  z-index: 1000 !important; }

.texts {
  position: absolute; }

@media screen and (min-width: 769px) {
  .middle br {
    display: none; } }

.gallery {
  margin-bottom: 20px; }

.banner-top {
  margin: 10px 0;
  padding: 0; }

.header {
  background: #000;
  height: 80px;
  top: 0;
  z-index: 1030; }
  .header .helper {
    margin-top: 15px; }
  .header .center {
    text-align: center; }
    .header .center img {
      margin: 0 auto;
      position: relative;
      top: 0px; }
  .header .right {
    text-align: right; }
  @media screen and (min-width: 768px) {
    .header .helper {
      margin: 0; }
    .header .left img {
      max-width: 200px; }
    .header .right {
      margin-top: 15px; } }

.lang {
  position: absolute;
  text-align: center;
  top: 55px;
  right: 2px;
  z-index: 9999;
  padding: 0; }
  @media screen and (min-width: 321px) {
    .lang {
      top: 25px;
      right: 70px; } }
  @media screen and (min-width: 768px) {
    .lang {
      right: 250px; } }
  @media screen and (min-width: 1281px) {
    .lang {
      right: 300px; } }
  @media screen and (min-width: 1500px) {
    .lang {
      right: 500px; } }
  .lang p {
    background: #000;
    display: inline-block;
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    min-width: 40px;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .lang p {
        font-size: 20px;
        padding: 5px 25px;
        min-width: 50px; } }
    .lang p.active {
      background: #ee3124; }
    .lang p a {
      color: white; }

#introVideo {
  display: none; }
  @media screen and (min-width: 601px) {
    #introVideo {
      display: block;
      position: fixed;
      top: 80px;
      min-width: 100%;
      min-height: 100%; } }

.main {
  background: #202e39;
  padding: 0; }
  @media screen and (max-width: 1199px) {
    .main .text-description {
      height: 550px; } }
  .main .text-description img {
    position: relative;
    top: -20px; }
    @media screen and (max-width: 991px) {
      .main .text-description img {
        top: 25px;
        width: 80%; } }
    @media screen and (max-width: 1199px) {
      .main .text-description img {
        top: 115px; } }
    @media screen and (min-width: 1200px) {
      .main .text-description img {
        top: 67px; } }
  .main .map {
    padding: 0 40px; }
  .main .spacer {
    height: 150px; }
  .main span {
    color: white;
    position: relative;
    padding: 30px;
    font-size: 14px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .main span {
        position: absolute;
        transform: rotate(-6deg);
        font-size: 17px; } }
  .main .calltoaction {
    background: rgba(0, 0, 0, 0.5);
    margin: 50px auto;
    text-align: center;
    width: 50%; }
    .main .calltoaction .concert-button {
      font-size: 20px; }
    .main .calltoaction a {
      color: white; }
  .main .map .text {
    background: rgba(0, 0, 0, 0.56);
    color: #fff;
    font-size: 15px;
    padding: 30px; }
  .main .map img {
    max-width: 90%; }
    @media screen and (max-width: 768px) {
      .main .map img {
        padding: 10px; } }

.header-slant {
  background: #202e39;
  height: 100px; }
  .header-slant .text-description img {
    position: absolute;
    top: 0px;
    right: 0; }
    @media screen and (min-width: 768px) {
      .header-slant .text-description img {
        top: -200px; } }
    @media screen and (min-width: 1281px) {
      .header-slant .text-description img {
        top: -250px; } }
  .header-slant .text-description span {
    color: white;
    position: absolute;
    transform: rotate(-6deg); }
    .header-slant .text-description span strong, .header-slant .text-description span a {
      font-weight: bold;
      color: white; }

.mobile-text-description {
  background: #ee3124;
  color: #000;
  margin: 30px 0;
  padding: 20px; }
  .mobile-text-description strong, .mobile-text-description a {
    font-weight: bold;
    color: #000; }

.spacer-slant-red {
  background: #ee3124;
  height: 40px;
  position: relative; }

.spacer-slant {
  background: #202e39;
  height: 100px; }
  .spacer-slant .top-right {
    width: 17%;
    float: right; }

.spacer-slant-bottom-black {
  background: #000;
  height: 100px; }
  @media screen and (min-width: 768px) {
    .spacer-slant-bottom-black {
      height: 270px; } }
  .spacer-slant-bottom-black img {
    margin: 0 auto; }

.edge--bottom {
  position: relative;
  z-index: 1; }
  .edge--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--bottom:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%; }

.edge--bottom--05 {
  position: relative;
  z-index: 1; }
  .edge--bottom--05:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--bottom--05:after {
    bottom: 0;
    transform: skewY(-0.5deg);
    transform-origin: 100%; }

.edge--bottom--25 {
  position: relative;
  z-index: 1; }
  .edge--bottom--25:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--bottom--25:after {
    bottom: 0;
    transform: skewY(-2.5deg);
    transform-origin: 100%; }

.edge--bottom--reverse {
  position: relative;
  z-index: 1; }
  .edge--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--bottom--reverse:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 100%; }

.edge--bottom--reverse--25 {
  position: relative;
  z-index: 1; }
  .edge--bottom--reverse--25:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--bottom--reverse--25:after {
    bottom: 0;
    transform: skewY(2.5deg);
    transform-origin: 0 100%; }

.edge--bottom--reverse--105 {
  position: relative;
  z-index: 1; }
  .edge--bottom--reverse--105:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--bottom--reverse--105:after {
    bottom: 0;
    transform: skewY(10.5deg);
    transform-origin: 0 100%; }

.edge--top {
  position: relative;
  z-index: 1; }
  .edge--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--top:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0; }

.edge--top--reverse {
  position: relative;
  z-index: 1; }
  .edge--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--top--reverse:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0; }

.edge--top--reverse--05 {
  position: relative;
  z-index: 1; }
  .edge--top--reverse--05:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--top--reverse--05:before {
    top: 0;
    transform: skewY(-0.5deg);
    transform-origin: 0 0; }

.edge--top--reverse--25 {
  position: relative;
  z-index: 1; }
  .edge--top--reverse--25:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--top--reverse--25:before {
    top: 0;
    transform: skewY(-2.5deg);
    transform-origin: 0 0; }

.edge--both {
  position: relative;
  z-index: 1; }
  .edge--both:before, .edge--both:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--both:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0; }
  .edge--both:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%; }

.edge--both--reverse {
  position: relative;
  z-index: 1; }
  .edge--both--reverse:before, .edge--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--both--reverse:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0; }
  .edge--both--reverse:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0; }

.vivasuecia-slant {
  background: #202e39;
  height: 360px;
  padding: 0;
  overflow: hidden; }
  @media screen and (min-width: 500px) {
    .vivasuecia-slant {
      height: 440px; } }
  @media screen and (min-width: 768px) {
    .vivasuecia-slant {
      height: 576px; } }
  .vivasuecia-slant .suecia-mobile {
    display: block;
    margin-top: 55px; }
    @media screen and (min-width: 768px) {
      .vivasuecia-slant .suecia-mobile {
        display: none; } }
  .vivasuecia-slant img.artist {
    position: absolute;
    right: 0;
    top: 40px;
    max-width: 187.5px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .vivasuecia-slant img.artist {
        max-width: 200px;
        top: 10px; } }
    @media screen and (min-width: 1025px) and (max-width: 1824px) {
      .vivasuecia-slant img.artist {
        max-width: 250px;
        right: 30px;
        top: -55px; } }
    @media screen and (min-width: 1825px) {
      .vivasuecia-slant img.artist {
        max-width: 100%;
        right: 100px;
        top: -105px; } }
  .vivasuecia-slant .sorteo img {
    position: absolute;
    left: 76%;
    top: 23px;
    z-index: 999999;
    width: 80px;
    height: 80px; }
  @media screen and (min-width: 768px) {
    .vivasuecia-slant .sorteo img {
      width: 130px;
      height: 130px;
      left: 25%; } }
  .vivasuecia-slant .texts {
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    text-align: right;
    width: 100%;
    padding: 10px 20px;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .vivasuecia-slant .texts {
        text-align: left;
        top: -30px; } }
  .vivasuecia-slant h2 {
    color: #ee3124;
    display: inline-block;
    margin-right: 20px; }
  .vivasuecia-slant p {
    display: inline-block; }
  .vivasuecia-slant .date {
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    margin-right: 5px;
    color: #ee3124; }
    @media screen and (min-width: 768px) {
      .vivasuecia-slant .date {
        font-size: 23px; } }
  .vivasuecia-slant .location {
    color: white;
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0; }
    .vivasuecia-slant .location span {
      color: #ee3124; }
    @media screen and (min-width: 480px) {
      .vivasuecia-slant .location {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .vivasuecia-slant .location {
        font-size: 25px; } }
  .vivasuecia-slant .info {
    background: url("../img/artists/vivasuecia.png") no-repeat;
    background-size: cover;
    color: #ee3124;
    height: 525px;
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .vivasuecia-slant .info {
        background: none;
        margin-top: 0; } }
    .vivasuecia-slant .info .middle {
      text-align: right;
      margin-top: 40px;
      margin-right: 30px; }
      .vivasuecia-slant .info .middle br {
        display: none; }
      @media screen and (max-width: 768px) {
        .vivasuecia-slant .info .middle {
          text-align: center;
          margin: 0; } }
      .vivasuecia-slant .info .middle img {
        display: inline-block;
        width: 20px; }
      .vivasuecia-slant .info .middle a {
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        border: 2px solid white;
        color: white;
        margin: 5px;
        padding: 7px 25px; }
        @media screen and (min-width: 768px) {
          .vivasuecia-slant .info .middle a {
            -ms-transform: rotate(-4deg);
            -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); } }
        .vivasuecia-slant .info .middle a.gallery {
          margin: 0; }
          .vivasuecia-slant .info .middle a.gallery:hover {
            text-decoration: none; }
      .vivasuecia-slant .info .middle h2 {
        display: inline-block;
        font-size: 40px;
        margin: 5px; }
    .vivasuecia-slant .info .tickets {
      background: #ee3124;
      border-color: #ee3124;
      font-size: 12px;
      margin: 20px 0; }
      @media screen and (min-width: 768px) {
        .vivasuecia-slant .info .tickets {
          font-size: 14px; } }

@media screen and (max-width: 768px) {
  .content img.artist-open {
    padding-top: 60px; } }

.modal-slant-open-top {
  background: #ee3124;
  height: 100px;
  top: 0;
  width: 60%;
  position: absolute;
  right: 0; }
  @media screen and (min-width: 769px) {
    .modal-slant-open-top {
      width: 50%; } }
  .modal-slant-open-top .info {
    color: white;
    position: relative;
    text-align: left;
    width: 100%;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
    .modal-slant-open-top .info .middle h2 {
      display: inline-block;
      font-size: 30px;
      text-transform: uppercase;
      margin: 5px; }
      @media screen and (max-width: 768px) {
        .modal-slant-open-top .info .middle h2 {
          font-size: 14px; } }
    .modal-slant-open-top .info .date {
      font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 15px;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .modal-slant-open-top .info .date {
          font-size: 23px; } }
    .modal-slant-open-top .info .location {
      color: #000;
      font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      margin: 0; }
      .modal-slant-open-top .info .location span {
        color: white; }
      @media screen and (min-width: 480px) {
        .modal-slant-open-top .info .location {
          font-size: 16px; } }
      @media screen and (min-width: 768px) {
        .modal-slant-open-top .info .location {
          font-size: 25px; } }

.modal-slant-open-middle {
  top: 120px;
  text-align: right; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-middle {
      top: 150px; } }
  .modal-slant-open-middle .middle {
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
    .modal-slant-open-middle .middle .concert-button {
      font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 15px; }
      @media screen and (min-width: 768px) {
        .modal-slant-open-middle .middle .concert-button {
          font-size: 25px; } }
    .modal-slant-open-middle .middle img {
      display: inline-block; }

.modal-slant-open-bottom {
  background: #ee3124;
  height: 165px;
  width: 100%;
  top: 0px;
  left: 0px; }
  .modal-slant-open-bottom .gallery-link img {
    width: 40px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-bottom {
      height: 130px;
      top: -40px;
      left: 0px; } }
  .modal-slant-open-bottom p {
    display: inline-block;
    font-size: 13px;
    margin-left: 0px;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .modal-slant-open-bottom p {
        font-size: 14px;
        margin-left: 70px;
        margin-top: 0; } }
    .modal-slant-open-bottom p span {
      font-size: 30px; }

.delaporte-slant {
  background: #202e39;
  height: 290px;
  padding: 0; }
  @media screen and (min-width: 500px) {
    .delaporte-slant {
      height: 440px; } }
  @media screen and (min-width: 768px) {
    .delaporte-slant {
      height: 565px; } }
  .delaporte-slant .delaporte-mobile {
    display: block; }
    @media screen and (min-width: 768px) {
      .delaporte-slant .delaporte-mobile {
        display: none; } }
  .delaporte-slant img.artist {
    position: absolute;
    left: 10px;
    top: 95px;
    max-width: 187.5px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .delaporte-slant img.artist {
        max-width: 250px;
        top: 30px; } }
    @media screen and (min-width: 1025px) and (max-width: 1824px) {
      .delaporte-slant img.artist {
        max-width: 350px;
        top: -50px; } }
    @media screen and (min-width: 1824px) {
      .delaporte-slant img.artist {
        max-width: 100%;
        top: -135px; } }
  .delaporte-slant .date {
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    margin-right: 5px; }
    @media screen and (min-width: 768px) {
      .delaporte-slant .date {
        font-size: 23px; } }
  .delaporte-slant .location {
    color: #ee3124;
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0; }
    .delaporte-slant .location span {
      color: white; }
    @media screen and (min-width: 480px) {
      .delaporte-slant .location {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .delaporte-slant .location {
        font-size: 25px; } }
  .delaporte-slant .sorteo img {
    position: absolute;
    left: 75%;
    top: 0px;
    z-index: 999999;
    width: 80px;
    height: 80px; }
  @media screen and (min-width: 768px) {
    .delaporte-slant .sorteo img {
      width: 130px;
      height: 130px;
      right: 20%; } }
  .delaporte-slant .texts {
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    text-align: left;
    width: 100%;
    padding: 0 20px;
    margin-right: 30px;
    position: absolute;
    top: -10px; }
    @media screen and (max-width: 768px) {
      .delaporte-slant .texts {
        text-align: left;
        top: -70px; } }
  .delaporte-slant h2 {
    color: white;
    display: inline-block;
    margin-right: 20px; }
  .delaporte-slant p {
    color: white;
    display: inline-block; }
  .delaporte-slant .info {
    background: url("../img/artists/delaporte.png") no-repeat;
    background-size: cover;
    color: #ee3124;
    height: 525px; }
    @media screen and (max-width: 768px) {
      .delaporte-slant .info {
        background: none; } }
    .delaporte-slant .info .middle {
      margin-top: 0px; }
      .delaporte-slant .info .middle br {
        display: none; }
      @media screen and (min-width: 768px) {
        .delaporte-slant .info .middle {
          margin-top: 40px; } }
      .delaporte-slant .info .middle img {
        width: 20px; }
        .delaporte-slant .info .middle img.desktop {
          display: none; }
          @media screen and (min-width: 768px) {
            .delaporte-slant .info .middle img.desktop {
              display: inline-block; } }
        .delaporte-slant .info .middle img.mobile {
          display: inline-block; }
          @media screen and (min-width: 768px) {
            .delaporte-slant .info .middle img.mobile {
              display: none; } }
      .delaporte-slant .info .middle a {
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        border: 1px solid #000;
        color: #000;
        margin: 5px 5px 5px 70px;
        padding: 7px 25px; }
        @media screen and (max-width: 768px) {
          .delaporte-slant .info .middle a {
            border: 1px solid white;
            color: white;
            -ms-transform: rotate(-4deg);
            -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); } }
        .delaporte-slant .info .middle a.gallery {
          margin: 0;
          margin-top: 20px; }
          @media screen and (max-width: 768px) {
            .delaporte-slant .info .middle a.gallery {
              margin: 0; } }
      .delaporte-slant .info .middle h2 {
        display: inline-block;
        font-size: 40px;
        margin: 5px; }

.modal-slant-open-top.rayden img.artist-open {
  max-width: 180px;
  top: 85px;
  left: 0px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-top.rayden img.artist-open {
      max-width: 100%;
      top: -85px;
      left: -30px; } }
@media screen and (min-width: 768px) {
  .modal-slant-open-top.rayden .info {
    text-align: right; } }

.modal-slant-open-middle.rayden {
  top: 120px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-middle.rayden {
      top: 150px; } }

.delaporte .modal-slant-open-bottom {
  height: 265px; }
  @media screen and (min-width: 768px) {
    .delaporte .modal-slant-open-bottom {
      height: 165px; } }

.marcia-slant {
  background: #202e39;
  height: 340px;
  padding: 0; }
  @media screen and (min-width: 500px) {
    .marcia-slant {
      height: 440px; } }
  @media screen and (min-width: 768px) {
    .marcia-slant {
      height: 565px; } }
  .marcia-slant .marcia-mobile {
    display: block; }
    @media screen and (min-width: 768px) {
      .marcia-slant .marcia-mobile {
        display: none; } }
  .marcia-slant img.artist {
    position: absolute;
    max-width: 187.5px;
    right: 10px;
    top: 85px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .marcia-slant img.artist {
        max-width: 250px;
        top: 20px; } }
    @media screen and (min-width: 1025px) and (max-width: 1824px) {
      .marcia-slant img.artist {
        max-width: 300px;
        top: -25px;
        right: 25px; } }
    @media screen and (min-width: 1824px) {
      .marcia-slant img.artist {
        max-width: 100%;
        top: -100px;
        right: 100px; } }
  .marcia-slant .sorteo img {
    position: absolute;
    left: 75%;
    top: -10px;
    width: 80px;
    height: 80px; }
  @media screen and (min-width: 768px) {
    .marcia-slant .sorteo img {
      width: 130px;
      height: 130px;
      left: 25%; } }
  .marcia-slant .texts {
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    text-align: right;
    width: 55%;
    padding: 10px 20px;
    margin-right: 30px;
    position: absolute;
    top: -40px;
    right: 0; }
    @media screen and (max-width: 768px) {
      .marcia-slant .texts {
        text-align: left;
        top: -80px;
        right: 50px;
        width: 100%;
        left: 0; } }
  .marcia-slant h2 {
    color: #ee3124;
    display: inline-block;
    margin-right: 20px; }
  .marcia-slant p {
    display: inline-block; }
  .marcia-slant .date {
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    margin-right: 5px; }
    @media screen and (min-width: 768px) {
      .marcia-slant .date {
        font-size: 23px; } }
  .marcia-slant .location {
    color: #ee3124;
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0; }
    .marcia-slant .location span {
      color: #ee3124; }
    @media screen and (min-width: 768px) {
      .marcia-slant .location {
        font-size: 25px; } }
  .marcia-slant .info {
    background: url("../img/artists/marcia.png") no-repeat;
    background-size: cover;
    color: #ee3124;
    height: 525px;
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .marcia-slant .info {
        background: none;
        margin-top: 0; } }
    .marcia-slant .info .middle {
      text-align: right;
      margin-top: 40px;
      margin-right: 30px; }
      .marcia-slant .info .middle br {
        display: none; }
      @media screen and (max-width: 768px) {
        .marcia-slant .info .middle {
          text-align: center;
          margin-top: 0px; } }
      .marcia-slant .info .middle img {
        display: inline-block;
        width: 20px; }
      .marcia-slant .info .middle a {
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        border: 2px solid white;
        color: white;
        margin: 5px;
        padding: 7px 25px; }
        @media screen and (min-width: 768px) {
          .marcia-slant .info .middle a {
            -ms-transform: rotate(-4deg);
            -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); } }
        .marcia-slant .info .middle a.gallery:hover {
          text-decoration: none; }
      .marcia-slant .info .middle h2 {
        display: inline-block;
        font-size: 40px;
        margin: 5px; }

.modal-slant-open-top.xoel img.artist-open {
  max-width: 200px;
  top: 45px;
  left: 0px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-top.xoel img.artist-open {
      max-width: 100%;
      top: -135px;
      left: -30px; } }
@media screen and (min-width: 768px) {
  .modal-slant-open-top.xoel .info {
    text-align: right; } }

.modal-slant-open-middle.xoel {
  top: 120px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-middle.xoel {
      top: 150px; } }

.marcia .modal-slant-open-bottom {
  height: 267px; }
  .marcia .modal-slant-open-bottom p {
    font-size: 12px; }
  @media screen and (min-width: 768px) {
    .marcia .modal-slant-open-bottom {
      height: 165px; }
      .marcia .modal-slant-open-bottom p {
        font-size: 13px; } }

.misscafeina-slant {
  background: #202e39;
  height: 290px;
  padding: 0; }
  @media screen and (min-width: 500px) {
    .misscafeina-slant {
      height: 440px; } }
  @media screen and (min-width: 768px) {
    .misscafeina-slant {
      height: 565px; } }
  .misscafeina-slant .missca-mobile {
    display: block; }
    @media screen and (min-width: 768px) {
      .misscafeina-slant .missca-mobile {
        display: none; } }
  .misscafeina-slant img.artist {
    position: absolute;
    max-width: 250px;
    left: 10px;
    top: 45px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .misscafeina-slant img.artist {
        max-width: 250px; } }
    @media screen and (min-width: 1025px) and (max-width: 1824px) {
      .misscafeina-slant img.artist {
        max-width: 300px;
        top: 0px; } }
    @media screen and (min-width: 1824px) {
      .misscafeina-slant img.artist {
        max-width: 100%;
        top: -55px; } }
  .misscafeina-slant .sorteo img {
    position: absolute;
    left: 75%;
    top: -35px;
    width: 80px;
    height: 80px; }
  @media screen and (min-width: 768px) {
    .misscafeina-slant .sorteo img {
      width: 130px;
      height: 130px;
      right: 20%; } }
  .misscafeina-slant .texts {
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    text-align: left;
    width: 72%;
    padding: 0 20px;
    margin-right: 30px;
    position: absolute;
    top: -20px; }
    @media screen and (max-width: 768px) {
      .misscafeina-slant .texts {
        text-align: left;
        top: -100px; } }
  .misscafeina-slant h2 {
    color: white;
    display: inline-block;
    margin-right: 20px; }
  .misscafeina-slant p {
    color: white;
    display: inline-block; }
  .misscafeina-slant .date {
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .misscafeina-slant .date {
        font-size: 23px; } }
  .misscafeina-slant .location {
    color: #ee3124;
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0; }
    .misscafeina-slant .location span {
      color: white; }
    @media screen and (min-width: 480px) {
      .misscafeina-slant .location {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .misscafeina-slant .location {
        font-size: 25px; } }
  .misscafeina-slant .info {
    background: url("../img/artists/misscafeina.png") no-repeat;
    background-size: cover;
    color: #ee3124;
    height: 525px; }
    @media screen and (max-width: 768px) {
      .misscafeina-slant .info {
        background: none; } }
    .misscafeina-slant .info .middle {
      margin-top: 0px; }
      @media screen and (min-width: 768px) {
        .misscafeina-slant .info .middle {
          margin-top: 40px; } }
      .misscafeina-slant .info .middle br {
        display: none; }
      .misscafeina-slant .info .middle img {
        display: inline-block;
        width: 20px; }
      .misscafeina-slant .info .middle a {
        -ms-transform: rotate(-4deg);
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
        border: 1px solid white;
        color: white;
        margin: 5px 5px 5px 70px;
        padding: 7px 25px; }
        @media screen and (min-width: 768px) {
          .misscafeina-slant .info .middle a {
            -ms-transform: rotate(4deg);
            -webkit-transform: rotate(4deg);
            transform: rotate(4deg); } }
        .misscafeina-slant .info .middle a.gallery {
          margin: 0;
          margin-top: 20px; }
          @media screen and (max-width: 768px) {
            .misscafeina-slant .info .middle a.gallery {
              margin: 0; } }
      .misscafeina-slant .info .middle h2 {
        display: inline-block;
        font-size: 40px;
        margin: 5px; }

.modal-slant-open-top.ariel img.artist-open {
  max-width: 250px;
  top: 45px;
  left: 0px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-top.ariel img.artist-open {
      max-width: 100%;
      top: -95px;
      left: -30px; } }
@media screen and (min-width: 768px) {
  .modal-slant-open-top.ariel .info {
    text-align: right; } }
.modal-slant-open-top .info .location {
  font-size: 14px; }
  @media screen and (min-width: 769px) {
    .modal-slant-open-top .info .location {
      font-size: 20px; } }

.modal-slant-open-middle.ariel {
  top: 120px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-middle.ariel {
      top: 150px; } }

@media screen and (max-width: 768px) {
  .missca .modal-slant-open-bottom {
    height: 255px; } }
.missca .modal-slant-open-bottom.ariel {
  height: 130px; }
  @media screen and (min-width: 768px) {
    .missca .modal-slant-open-bottom.ariel {
      top: 165px;
      height: 110px; } }

.tarque-slant {
  background: #202e39;
  height: 305px;
  padding: 0;
  z-index: 99999; }
  @media screen and (min-width: 768px) {
    .tarque-slant {
      height: 440px; } }
  .tarque-slant .tarque-mobile {
    display: block; }
    @media screen and (min-width: 768px) {
      .tarque-slant .tarque-mobile {
        display: none; } }
  .tarque-slant img.artist {
    position: absolute;
    right: 0;
    top: 75px;
    max-width: 250px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .tarque-slant img.artist {
        max-width: 300px;
        top: -25; } }
    @media screen and (min-width: 1025px) and (max-width: 1824px) {
      .tarque-slant img.artist {
        max-width: 350px;
        top: -10px; } }
    @media screen and (min-width: 1824px) {
      .tarque-slant img.artist {
        max-width: 100%;
        top: -30px; } }
  .tarque-slant .sorteo img {
    position: absolute;
    left: 75%;
    top: -5px;
    width: 80px;
    height: 80px;
    z-index: 999999; }
  @media screen and (min-width: 768px) {
    .tarque-slant .sorteo img {
      width: 130px;
      height: 130px;
      left: 15%; } }
  .tarque-slant .texts {
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    text-align: right;
    width: 100%;
    padding: 10px 20px;
    margin-right: 30px;
    position: absolute;
    top: -82px; }
    @media screen and (min-width: 375px) {
      .tarque-slant .texts {
        top: -60px; } }
    @media screen and (min-width: 768px) {
      .tarque-slant .texts {
        top: -20px; } }
    @media screen and (max-width: 768px) {
      .tarque-slant .texts {
        text-align: left; } }
  .tarque-slant h2 {
    color: #ee3124;
    display: inline-block;
    margin-right: 20px; }
  .tarque-slant p {
    display: inline-block; }
  .tarque-slant .date {
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    margin-right: 5px;
    color: #ee3124; }
    @media screen and (min-width: 768px) {
      .tarque-slant .date {
        font-size: 23px; } }
  .tarque-slant .location {
    color: white;
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0; }
    .tarque-slant .location span {
      color: #ee3124; }
    @media screen and (min-width: 480px) {
      .tarque-slant .location {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .tarque-slant .location {
        font-size: 25px; } }
  .tarque-slant .info {
    background: url("../img/artists/tarque.png") no-repeat;
    background-size: cover;
    color: #ee3124;
    height: 525px; }
    @media screen and (max-width: 768px) {
      .tarque-slant .info {
        background: none; } }
    .tarque-slant .info .middle {
      text-align: right;
      margin-top: 40px;
      margin-right: 30px; }
      @media screen and (max-width: 768px) {
        .tarque-slant .info .middle {
          margin-top: 0px;
          text-align: center; }
          .tarque-slant .info .middle br {
            display: none; } }
      .tarque-slant .info .middle img {
        display: inline-block;
        width: 20px; }
      .tarque-slant .info .middle a {
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        border: 2px solid white;
        color: white;
        margin: 5px;
        padding: 7px 25px; }
        @media screen and (min-width: 768px) {
          .tarque-slant .info .middle a {
            -ms-transform: rotate(-4deg);
            -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); } }
        .tarque-slant .info .middle a.gallery {
          margin: 0; }
          .tarque-slant .info .middle a.gallery:hover {
            text-decoration: none; }
      .tarque-slant .info .middle h2 {
        display: inline-block;
        font-size: 40px;
        margin: 5px; }
    .tarque-slant .info .tickets {
      background: #ee3124;
      border-color: #ee3124;
      font-size: 12px;
      margin: 20px 0; }
      @media screen and (min-width: 768px) {
        .tarque-slant .info .tickets {
          font-size: 14px; } }

.modal-slant-open-top.casazul img.artist-open {
  max-width: 200px;
  top: 70px;
  left: 0px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-top.casazul img.artist-open {
      max-width: 100%;
      top: -55px;
      left: -30px; } }
@media screen and (min-width: 768px) {
  .modal-slant-open-top.casazul .info {
    text-align: right; } }
.modal-slant-open-top.casazul .info .middle h2 {
  font-size: 35px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-top.casazul .info .middle h2 {
      font-size: 40px; } }

.modal-slant-open-middle.casazul {
  top: 120px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-middle.casazul {
      top: 150px; } }

.modal-slant-open-bottom.tarque {
  height: 267px; }
  .modal-slant-open-bottom.tarque p {
    font-size: 12px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-bottom.tarque {
      height: 150px; }
      .modal-slant-open-bottom.tarque p {
        font-size: 13px; } }

.bely-slant {
  background: #202e39;
  height: 400px;
  padding: 0;
  z-index: 99999999; }
  @media screen and (min-width: 500px) {
    .bely-slant {
      height: 750px;
      z-index: 1; } }
  @media screen and (min-width: 768px) {
    .bely-slant {
      height: 845px; } }
  .bely-slant .bely-mobile {
    display: block; }
    @media screen and (min-width: 768px) {
      .bely-slant .bely-mobile {
        display: none; } }
  .bely-slant img.artist {
    position: absolute;
    left: 5px;
    max-width: 187.5px;
    top: 25px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .bely-slant img.artist {
        max-width: 250px;
        top: -85px; } }
    @media screen and (min-width: 1025px) and (max-width: 1824px) {
      .bely-slant img.artist {
        max-width: 270px;
        top: -100px; } }
    @media screen and (min-width: 1281px) {
      .bely-slant img.artist {
        max-width: 100%;
        top: -170px; } }
  .bely-slant .sorteo {
    position: absolute;
    width: 130px;
    right: 20%; }
    @media screen and (max-width: 768px) {
      .bely-slant .sorteo {
        left: 60%;
        top: 60px; } }
  .bely-slant .texts {
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    text-align: left;
    width: 100%;
    padding: 0 20px;
    margin-right: 30px;
    position: absolute;
    top: -70px;
    left: 0px; }
    @media screen and (min-width: 375px) {
      .bely-slant .texts {
        top: -95px; } }
    @media screen and (min-width: 768px) {
      .bely-slant .texts {
        top: 77px;
        left: 0px; } }
    .bely-slant .texts h2 {
      font-size: 30px !important; }
  .bely-slant h2 {
    color: white;
    display: inline-block;
    margin-right: 20px;
    font-size: 17px; }
    @media screen and (min-width: 769px) {
      .bely-slant h2 {
        font-size: 30px; } }
  .bely-slant p {
    color: white;
    display: inline-block; }
    .bely-slant p.siga {
      color: transparent; }
  .bely-slant .date {
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    margin-right: 5px; }
    @media screen and (min-width: 768px) {
      .bely-slant .date {
        font-size: 20px; } }
  .bely-slant .location {
    color: #ee3124;
    font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0; }
    .bely-slant .location span {
      color: white; }
    @media screen and (min-width: 768px) {
      .bely-slant .location {
        font-size: 20px; } }
  .bely-slant .info {
    background: url("../img/artists/bely-soldout.png") no-repeat;
    background-size: cover;
    color: #ee3124;
    height: 875px; }
    @media screen and (max-width: 768px) {
      .bely-slant .info {
        background-position: center;
        background: none; } }
    .bely-slant .info .top {
      margin-top: 0px; }
      @media screen and (min-width: 768px) {
        .bely-slant .info .top {
          margin-top: 200px; } }
      .bely-slant .info .top br {
        display: block; }
      .bely-slant .info .top p {
        font-family: 'AvenirLTStd-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        padding: 10px;
        display: none; }
        @media screen and (min-width: 768px) {
          .bely-slant .info .top p {
            padding: 0;
            display: block; } }
    .bely-slant .info .middle img {
      display: inline-block;
      width: 20px; }
    .bely-slant .info .middle a {
      border: 1px solid white;
      color: white;
      margin: 5px 5px 5px 40px;
      padding: 7px 25px;
      -ms-transform: rotate(-4deg);
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg); }
      .bely-slant .info .middle a.tickets-bely {
        border: none; }
      @media screen and (min-width: 768px) {
        .bely-slant .info .middle a {
          -ms-transform: rotate(4deg);
          -webkit-transform: rotate(4deg);
          transform: rotate(4deg); } }
      .bely-slant .info .middle a.gallery {
        margin: 0;
        margin-top: 10px; }
      @media screen and (min-width: 480px) {
        .bely-slant .info .middle a {
          margin: 5px 5px 5px 70px; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .bely-slant .info .middle a {
          margin: 5px 5px 5px 20px; } }
    .bely-slant .info .middle h2 {
      display: inline-block;
      font-size: 26px;
      text-align: left;
      margin: 5px; }
      @media screen and (min-width: 480px) {
        .bely-slant .info .middle h2 {
          font-size: 28px; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .bely-slant .info .middle h2 {
          font-size: 29px; } }
      @media screen and (min-width: 1025px) and (max-width: 1480px) {
        .bely-slant .info .middle h2 {
          font-size: 30px; } }
      @media screen and (min-width: 1481px) {
        .bely-slant .info .middle h2 {
          font-size: 40px;
          text-align: right; } }
    .bely-slant .info .bottom {
      display: none; }
      @media screen and (min-width: 768px) {
        .bely-slant .info .bottom {
          margin-top: 220px;
          display: block; } }
      .bely-slant .info .bottom br {
        display: block; }
      .bely-slant .info .bottom .right {
        float: right; }
      .bely-slant .info .bottom h2 {
        -ms-transform: rotate(-4deg);
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg); }

.bely .content {
  background: #202e39; }
.bely .modal-slant-open-top,
.bely .modal-slant-open-bottom {
  background: transparent; }
.bely .modal-slant-open-bottom {
  height: 240px; }
@media screen and (min-width: 769px) {
  .bely .modal-slant-open-top {
    width: 100%; } }
.bely .modal-slant-open-top .info {
  position: absolute;
  top: 50;
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg); }
  .bely .modal-slant-open-top .info .btn-close {
    margin: 40px; }

.modal-slant-open-top.tigerman img.artist-open {
  max-width: 200px;
  top: 95px;
  left: 0px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-top.tigerman img.artist-open {
      max-width: 100%;
      top: -10px;
      left: -30px; } }
@media screen and (min-width: 768px) {
  .modal-slant-open-top.tigerman .info {
    text-align: right; } }
.modal-slant-open-top.tigerman .info .middle h2 {
  font-size: 19px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-top.tigerman .info .middle h2 {
      font-size: 35px; } }

.modal-slant-open-middle.tigerman {
  top: 120px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-middle.tigerman {
      top: 150px; } }

.modal-slant-open-bottom.tigerman {
  height: 125px; }
  @media screen and (min-width: 768px) {
    .modal-slant-open-bottom.tigerman {
      top: 165px;
      height: 110px; } }
  .modal-slant-open-bottom.tigerman p span {
    font-size: 25px; }
    @media screen and (min-width: 768px) {
      .modal-slant-open-bottom.tigerman p span {
        font-size: 30px; } }

.events {
  background: #000;
  margin: 30px 15px 0 15px; }
  .events .concert {
    padding: 5px; }
  .events .content {
    background: url("../img/bg-texture.jpg") repeat; }
    .events .content h1 {
      font-size: 60px;
      line-height: 20px;
      margin-bottom: 0; }
    .events .content h2 {
      font-size: 23px;
      margin-bottom: 0; }
    .events .content p > span {
      font-size: 19px;
      margin-bottom: 0; }
    .events .content p {
      font-size: 14px; }
    .events .content .left {
      margin-top: 60px;
      text-align: right; }
      .events .content .left .place {
        background: url("../img/info-city.png") no-repeat;
        background-position: right;
        padding: 15px 10px; }
      .events .content .left .complete {
        background: url("../img/info-complete.png") no-repeat;
        background-position: right;
        padding: 15px 10px; }
    .events .content .right {
      padding: 0;
      text-align: right; }
      .events .content .right img {
        display: inline-block; }
    .events .content .band-info {
      padding: 30px 30px 0px 30px;
      text-align: justify; }
    .events .content .link {
      text-align: center; }
      .events .content .link a {
        color: white; }
      .events .content .link .concert-button {
        font-size: 20px; }

.footer {
  background: #ee3124;
  margin-top: 0; }
  .footer .past-firestone {
    margin-top: 100px; }
    .footer .past-firestone a {
      color: white; }
    .footer .past-firestone h2 {
      font-size: 25px;
      text-transform: uppercase;
      -ms-transform: rotate(-6deg);
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg); }
  .footer .rf2017 {
    margin: 20px 0;
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    text-align: center; }
    @media screen and (min-width: 480px) {
      .footer .rf2017 {
        margin: 40px 0; } }
    .footer .rf2017 a {
      background: #000;
      border: 3px solid white;
      color: white;
      font-size: 20px;
      padding: 30px 50px;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (min-width: 480px) {
        .footer .rf2017 a {
          padding: 30px 60px; } }
      @media screen and (min-width: 768px) and (max-width: 889px) {
        .footer .rf2017 a {
          font-size: 19px;
          padding: 20px 40px; } }
      @media screen and (min-width: 1281px) {
        .footer .rf2017 a {
          font-size: 30px;
          padding: 35px 70px; } }

.secondary-footer {
  background: #ee3124; }
  .secondary-footer.edge--top--reverse:before {
    height: 100%; }
  .secondary-footer .musictour {
    position: relative;
    margin-top: 30px;
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
    .secondary-footer .musictour img {
      margin: 0 auto; }
  .secondary-footer .col-centered {
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    margin: 50px 0; }
    .secondary-footer .col-centered .inline {
      text-align: center;
      margin-bottom: 20px; }
      .secondary-footer .col-centered .inline img {
        margin: 0 auto; }
      .secondary-footer .col-centered .inline .concert-button {
        min-width: 120px; }
      @media screen and (min-width: 768px) {
        .secondary-footer .col-centered .inline {
          margin-bottom: 0px; } }
  .secondary-footer .logo-footer {
    text-align: center; }
    .secondary-footer .logo-footer img {
      width: 40%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .secondary-footer .logo-footer img {
          width: 15%; } }
  .secondary-footer .terms {
    text-align: center; }
    .secondary-footer .terms img {
      margin: 0 auto;
      max-width: 300px; }
    .secondary-footer .terms a {
      color: white;
      font-size: 12px; }
    .secondary-footer .terms ul {
      list-style: none;
      margin-top: 50px;
      padding: 0; }
  .secondary-footer.main-footer {
    background: url("../video/intro.gif") no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 601px) {
      .secondary-footer.main-footer {
        background: transparent; } }

.bottom-pieces {
  background: #202e39;
  padding: 0; }
  .bottom-pieces img {
    width: 100%; }

#cookies-disclaimer {
  z-index: 99999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #0555fa;
  padding: 40px 0; }
  #cookies-disclaimer.hidden {
    display: none; }
  #cookies-disclaimer .btn {
    font-size: 1em; }
  #cookies-disclaimer p {
    margin-bottom: 24px; }
  #cookies-disclaimer p:last-child {
    margin-bottom: 0; }
  #cookies-disclaimer a {
    text-decoration: underline; }

.rfinstagram {
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg); }
  .rfinstagram .well {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 2px; }
  .rfinstagram.bottom {
    position: absolute;
    right: 190px; }
    @media screen and (max-width: 768px) {
      .rfinstagram.bottom {
        position: relative;
        right: 0; } }

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