@import url("https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap");
body {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

a {
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out; }

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

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

@media screen and (min-width: 1600px) {
  .container {
    width: 1250px; } }
a, select, button, .btn, .button {
  cursor: url("../images/hand.png"), pointer; }

.header-top {
  background-color: #e4004d;
  padding: 10px 15px; }
  @media screen and (min-width: 768px) {
    .header-top {
      padding: 3px 50px; } }
  .header-top .social-links {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center; }
    .header-top .social-links label {
      font-weight: 400;
      color: #ffffff;
      font-size: 20px;
      margin-bottom: 0px;
      letter-spacing: 0.8px; }
      @media screen and (min-width: 768px) {
        .header-top .social-links label {
          font-size: 21px; } }
    .header-top .social-links ul {
      margin: 0px;
      padding-left: 20px; }
      .header-top .social-links ul li {
        list-style: none;
        display: inline-block;
        padding-right: 10px; }
        @media screen and (min-width: 768px) {
          .header-top .social-links ul li {
            padding-right: 18px; } }
        .header-top .social-links ul li a {
          color: #ffffff;
          font-size: 20px;
          text-decoration: none; }
          .header-top .social-links ul li a:hover, .header-top .social-links ul li a:focus {
            color: #24458a; }

.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 15px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1; }
  .banner:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1; }
  @media screen and (min-width: 768px) {
    .banner {
      padding: 70px 0px; } }
  @media screen and (min-width: 1200px) {
    .banner {
      padding: 80px 0px; } }
  @media screen and (min-width: 1600px) {
    .banner {
      padding: 100px 0px; } }
  .banner .logo {
    display: inline-block; }
    .banner .logo img {
      margin: auto; }
  .banner .banner-text {
    padding: 40px 0px; }
    @media screen and (min-width: 768px) {
      .banner .banner-text {
        padding: 60px 0px; } }
    @media screen and (min-width: 1200px) {
      .banner .banner-text {
        padding: 70px 0px 80px; } }
    @media screen and (min-width: 1600px) {
      .banner .banner-text {
        padding: 100px 0px; } }
    .banner .banner-text p {
      font-size: 18px;
      margin: 0;
      letter-spacing: 2px;
      display: inline-block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .banner .banner-text p {
          font-size: 24px;
          letter-spacing: 5px; } }
    .banner .banner-text h1 {
      font-size: 35px;
      font-weight: 700;
      display: inline-block;
      line-height: 1;
      margin-top: 10px;
      letter-spacing: 1px;
      width: 100%;
      line-height: 1.1; }
      @media screen and (min-width: 768px) {
        .banner .banner-text h1 {
          font-size: 60px; } }
      @media screen and (min-width: 992px) {
        .banner .banner-text h1 {
          font-size: 80px; } }
    .banner .banner-text h4 {
      font-size: 24px;
      letter-spacing: 4px;
      display: inline-block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .banner .banner-text h4 {
          font-size: 36px;
          letter-spacing: 6px; } }
    .banner .banner-text .link {
      margin-top: 30px;
      display: inline-block; }
      @media screen and (min-width: 992px) {
        .banner .banner-text .link {
          margin-top: 45px; } }
      .banner .banner-text .link a {
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        background-color: #e4004d;
        border: 2px solid #e4004d;
        color: #ffffff;
        font-size: 30px;
        padding: 12px 20px;
        font-weight: bold;
        line-height: 1.2;
        transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        text-transform: uppercase;
        box-shadow: none;
        letter-spacing: 1px;
        font-size: 34px;
        padding: 12px 25px; }
        @media screen and (max-width: 767px) {
          .banner .banner-text .link a {
            font-size: 18px; } }
        .banner .banner-text .link a:hover, .banner .banner-text .link a:focus {
          background-color: #24458a;
          border: 2px solid #24458a; }
  .banner .counter-section {
    display: inline-block;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .banner .counter-section {
        padding: 0 15px; } }
    .banner .counter-section .countdown {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      @media screen and (min-width: 768px) {
        .banner .counter-section .countdown {
          -o-justify-content: center;
          -ms-justify-content: center;
          -webkit-justify-content: center;
          justify-content: center; } }
      .banner .counter-section .countdown .countdown-container {
        border-right: 2px solid #e4004d;
        text-align: center;
        padding: 0 10px; }
        @media screen and (max-width: 767px) {
          .banner .counter-section .countdown .countdown-container {
            width: 50%;
            margin-bottom: 20px; } }
        @media screen and (min-width: 768px) {
          .banner .counter-section .countdown .countdown-container {
            padding: 0 30px; } }
        @media screen and (min-width: 992px) {
          .banner .counter-section .countdown .countdown-container {
            padding: 0 40px; } }
        @media screen and (min-width: 1200px) {
          .banner .counter-section .countdown .countdown-container {
            padding: 0 50px; } }
        @media screen and (max-width: 767px) {
          .banner .counter-section .countdown .countdown-container:nth-child(even) {
            border-right: none; } }
        @media screen and (min-width: 768px) {
          .banner .counter-section .countdown .countdown-container:last-child {
            border-right: none; } }
        .banner .counter-section .countdown .countdown-container .countdown-value {
          font-weight: 700;
          font-size: 28px;
          display: block;
          letter-spacing: 1px; }
        .banner .counter-section .countdown .countdown-container .countdown-heading {
          letter-spacing: 2px;
          font-size: 20px; }

.artist-section {
  width: 100%;
  display: inline-block;
  padding: 60px 0px; }
  @media screen and (min-width: 768px) {
    .artist-section {
      padding: 80px 0px; } }
  @media screen and (min-width: 992px) {
    .artist-section {
      padding: 100px 0px; } }
  @media screen and (min-width: 1200px) {
    .artist-section {
      padding: 130px 0px; } }
  @media screen and (min-width: 1600px) {
    .artist-section {
      padding: 160px 0px; } }
  .artist-section .artist-items {
    color: #ffffff; }
    @media screen and (min-width: 550px) {
      .artist-section .artist-items {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 -7px; } }
    .artist-section .artist-items .artist-item {
      width: 100%;
      margin-bottom: 25px;
      transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      cursor: url("../images/hand.png"), pointer; }
      @media screen and (min-width: 550px) {
        .artist-section .artist-items .artist-item {
          width: 50%;
          padding: 0 7px; } }
      @media screen and (min-width: 768px) {
        .artist-section .artist-items .artist-item {
          width: 33.3333%;
          margin-bottom: 15px; } }
      @media screen and (min-width: 992px) {
        .artist-section .artist-items .artist-item {
          width: 25%; } }
      @media screen and (min-width: 1200px) {
        .artist-section .artist-items .artist-item {
          width: 20%; } }
      .artist-section .artist-items .artist-item .artist-item-inner {
        position: relative; }
        .artist-section .artist-items .artist-item .artist-item-inner:before {
          width: 100%;
          height: 100%;
          background-color: rgba(36, 69, 138, 0.8);
          content: "";
          display: block;
          position: absolute;
          top: 0px;
          left: 0px;
          opacity: 0;
          visibility: hidden;
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out; }
        .artist-section .artist-items .artist-item .artist-item-inner:after {
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 0px;
          left: 0px;
          content: "";
          opacity: 1;
          visibility: visible;
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 68%, rgba(0, 0, 0, 0.3) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 68%, rgba(0, 0, 0, 0.3) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 68%, rgba(0, 0, 0, 0.3) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
          /* IE6-9 */
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          z-index: -1; }
        .artist-section .artist-items .artist-item .artist-item-inner:hover:after, .artist-section .artist-items .artist-item .artist-item-inner:focus:after {
          opacity: 0;
          visibility: hidden; }
        .artist-section .artist-items .artist-item .artist-item-inner:hover:before, .artist-section .artist-items .artist-item .artist-item-inner:focus:before {
          opacity: 1;
          visibility: visible; }
        .artist-section .artist-items .artist-item .artist-item-inner:hover .artist-name, .artist-section .artist-items .artist-item .artist-item-inner:focus .artist-name {
          opacity: 0;
          visibility: hidden; }
        .artist-section .artist-items .artist-item .artist-item-inner:hover .artist-hover, .artist-section .artist-items .artist-item .artist-item-inner:focus .artist-hover {
          opacity: 1;
          visibility: visible; }
        .artist-section .artist-items .artist-item .artist-item-inner img {
          width: 100%; }
        .artist-section .artist-items .artist-item .artist-item-inner .artist-name {
          position: absolute;
          bottom: 25px;
          letter-spacing: 2px;
          font-size: 30px;
          font-weight: bold;
          max-width: 150px;
          padding: 0 25px;
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          z-index: 2; }
        .artist-section .artist-items .artist-item .artist-item-inner .artist-hover {
          position: absolute;
          bottom: 30px;
          color: #ffffff;
          padding: 0 25px;
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          opacity: 0;
          visibility: hidden; }
          .artist-section .artist-items .artist-item .artist-item-inner .artist-hover .artist-name-hover {
            letter-spacing: 1px;
            font-size: 22px;
            max-width: 120px;
            padding: 0px;
            display: block;
            width: 100%;
            line-height: 1.2; }
            .artist-section .artist-items .artist-item .artist-item-inner .artist-hover .artist-name-hover:after {
              width: 80px;
              height: 10px;
              background-color: #ffffff;
              content: "";
              display: block;
              margin-top: 15px; }
          .artist-section .artist-items .artist-item .artist-item-inner .artist-hover p {
            font-size: 15px;
            margin-top: 20px;
            margin-bottom: 0px;
            display: block;
            width: 100%; }
          .artist-section .artist-items .artist-item .artist-item-inner .artist-hover .link {
            width: 100%;
            display: inline-block;
            margin-top: 25px; }
            .artist-section .artist-items .artist-item .artist-item-inner .artist-hover .link a {
              text-decoration: none;
              display: inline-block;
              vertical-align: middle;
              background-color: transparent;
              border: 2px solid #ffffff;
              color: #ffffff;
              font-size: 18px;
              padding: 12px 20px;
              font-weight: bold;
              line-height: 1.2;
              transition: all 0.35s ease-in-out;
              -ms-transition: all 0.35s ease-in-out;
              -o-transition: all 0.35s ease-in-out;
              -moz-transition: all 0.35s ease-in-out;
              -webkit-transition: all 0.35s ease-in-out;
              text-transform: uppercase;
              box-shadow: none;
              letter-spacing: 1px; }
              .artist-section .artist-items .artist-item .artist-item-inner .artist-hover .link a:hover, .artist-section .artist-items .artist-item .artist-item-inner .artist-hover .link a:focus {
                background-color: #e4004d;
                border: 2px solid #e4004d; }
    .artist-section .artist-items .first-item {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .artist-section .artist-items .first-item {
          width: 66.6667%;
          margin-top: auto;
          margin-bottom: 30px; } }
      @media screen and (min-width: 992px) {
        .artist-section .artist-items .first-item {
          width: 50%; } }
      @media screen and (min-width: 1200px) {
        .artist-section .artist-items .first-item {
          width: 40%; } }

.newsletter-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0px;
  text-align: center;
  color: #ffffff; }
  @media screen and (min-width: 768px) {
    .newsletter-section {
      padding: 100px 0px; } }
  .newsletter-section .newsletter p {
    margin-bottom: 0px;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .newsletter-section .newsletter p {
        letter-spacing: 8px; } }
  .newsletter-section .newsletter h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .newsletter-section .newsletter h2 {
        font-size: 45px; } }
  .newsletter-section .newsletter .newsletter-link {
    margin-top: 30px;
    display: inline-block; }
    .newsletter-section .newsletter .newsletter-link a {
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      background-color: #24458a;
      border: 2px solid #24458a;
      color: #ffffff;
      font-size: 16px;
      padding: 12px 40px;
      font-weight: 400;
      line-height: 1.2;
      transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      text-transform: uppercase;
      box-shadow: none;
      letter-spacing: 2px; }
      .newsletter-section .newsletter .newsletter-link a:hover, .newsletter-section .newsletter .newsletter-link a:focus {
        border: 2px solid #ffffff;
        background-color: transparent;
        color: #ffffff; }

.footer-section {
  background-color: #191136;
  padding: 40px 0px; }
  @media screen and (max-width: 767px) {
    .footer-section {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .footer-section {
      padding: 60px 0px; } }
  .footer-section .footer-outer {
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .footer-section .footer-outer {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -o-align-items: center; } }
    .footer-section .footer-outer .footer-menu ul {
      padding: 0px;
      margin: 0px; }
      .footer-section .footer-outer .footer-menu ul li {
        list-style: none;
        display: inline-block;
        padding: 0 15px; }
        @media screen and (min-width: 768px) {
          .footer-section .footer-outer .footer-menu ul li {
            border-right: 1px solid #ffffff;
            padding: 0 8px; } }
        @media screen and (min-width: 992px) {
          .footer-section .footer-outer .footer-menu ul li {
            padding: 0 15px; } }
        @media screen and (max-width: 767px) {
          .footer-section .footer-outer .footer-menu ul li {
            width: 100%;
            padding-bottom: 20px; } }
        .footer-section .footer-outer .footer-menu ul li:last-child {
          border: none; }
        .footer-section .footer-outer .footer-menu ul li a {
          color: #ffffff;
          font-size: 15px;
          letter-spacing: 2px; }
          @media screen and (min-width: 768px) {
            .footer-section .footer-outer .footer-menu ul li a {
              font-size: 14px;
              letter-spacing: 0.5px; } }
          @media screen and (min-width: 992px) {
            .footer-section .footer-outer .footer-menu ul li a {
              font-size: 15px;
              letter-spacing: 2px; } }
          .footer-section .footer-outer .footer-menu ul li a:hover, .footer-section .footer-outer .footer-menu ul li a:focus {
            color: #e4004d; }
    @media screen and (min-width: 768px) {
      .footer-section .footer-outer .social-links {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -o-align-items: center; } }
    .footer-section .footer-outer .social-links label {
      font-weight: 400;
      color: #ffffff;
      font-size: 18px;
      margin-bottom: 0px;
      letter-spacing: 0.8px; }
      @media screen and (max-width: 767px) {
        .footer-section .footer-outer .social-links label {
          display: inline-block; } }
      @media screen and (min-width: 768px) {
        .footer-section .footer-outer .social-links label {
          font-size: 14px; } }
      @media screen and (min-width: 992px) {
        .footer-section .footer-outer .social-links label {
          font-size: 18px; } }
    .footer-section .footer-outer .social-links ul {
      margin: 0px;
      padding-left: 10px; }
      @media screen and (max-width: 767px) {
        .footer-section .footer-outer .social-links ul {
          display: inline-block; } }
      .footer-section .footer-outer .social-links ul li {
        list-style: none;
        display: inline-block;
        padding-left: 10px; }
        @media screen and (min-width: 768px) {
          .footer-section .footer-outer .social-links ul li {
            padding-left: 12 px; } }
        @media screen and (min-width: 992px) {
          .footer-section .footer-outer .social-links ul li {
            padding-left: 18px; } }
        .footer-section .footer-outer .social-links ul li a {
          color: #ffffff;
          font-size: 20px;
          text-decoration: none; }
          @media screen and (min-width: 768px) {
            .footer-section .footer-outer .social-links ul li a {
              font-size: 16px; } }
          @media screen and (min-width: 992px) {
            .footer-section .footer-outer .social-links ul li a {
              font-size: 20px; } }
          .footer-section .footer-outer .social-links ul li a:hover, .footer-section .footer-outer .social-links ul li a:focus {
            color: #24458a; }

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