/*

Table of Contents: Base

Variables
Mixins
Extend

*/
.clearfix:after, .text-block-4 .event-details:after, .image-block-1 .center-content .center-content-inner:after, .image-block-2 .center-content .center-content-inner:after, .contact .center-content .form:after {
  content: "";
  display: table;
  clear: both; }

/*

Table of Contents: Global

Resets
Header
Main
Text Blocks
Image Blocks

*/
*, html, body, p, h1, h2, h3, h4, a {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased !important;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent; }

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

html, body {
  font-family: "Lato", sans-serif;
  background: #E8B7C7;
  font-size: 12px;
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px; }

a, img {
  border: 0px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none; }

iframe {
  border: none; }

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #111;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 0 50px 0;
  margin: 0;
  text-transform: uppercase; }
  h1:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100px;
    bottom: 30px;
    left: 50%;
    margin-left: -50px;
    background: #111; }
  h1.white {
    color: #fff; }
    h1.white:after {
      background: #fff; }

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #9b9b9b;
  display: block;
  position: relative;
  text-align: center;
  margin: 0;
  text-transform: uppercase; }

p {
  line-height: 30px;
  letter-spacing: 2px;
  font-size: 15px;
  font-family: "Lato", sans-serif; }

::-webkit-input-placeholder {
  color: #dcdcdc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #dcdcdc;
  opacity: 1; }

::-ms-input-placeholder {
  color: #dcdcdc;
  opacity: 1; }

::placeholder {
  color: #dcdcdc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #dcdcdc; }

::-ms-input-placeholder {
  color: #dcdcdc; }

main {
  overflow: hidden;
  min-height: calc(100vh - 383px);
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 600px) {
    main {
      min-height: calc(100vh - 401px); } }
  main section {
    margin: 0;
    padding: 0;
    display: block; }
  main .more {
    width: 100%;
    height: 180px;
    display: table;
    margin: 0; }
    main .more .more-inner {
      width: 100%;
      vertical-align: middle;
      height: 100%;
      text-align: center;
      display: table-cell;
      text-transform: uppercase;
      letter-spacing: 1.73px; }
      main .more .more-inner.red {
        background: url(../svgs/up-red.svg) 50% 50% no-repeat;
        background-size: auto 150px; }
        main .more .more-inner.red a {
          color: #fff; }
      main .more .more-inner.pink {
        background: url(../svgs/up-pink.svg) 50% 50% no-repeat;
        background-size: auto 150px; }
      main .more .more-inner.green {
        background: url(../svgs/up-green.svg) 50% 50% no-repeat;
        background-size: auto 150px; }
      main .more .more-inner.blue {
        background: url(../svgs/up-blue.svg) 50% 50% no-repeat;
        background-size: auto 150px; }
        main .more .more-inner.blue a {
          color: #fff; }
      main .more .more-inner a {
        font-family: "Oswald", sans-serif;
        font-size: 12px;
        color: #111;
        font-weight: 600;
        padding-top: 50px;
        line-height: 20px;
        display: inline-block; }

.text-block-1, .text-block-2, .text-block-3, .text-block-4 {
  background: #fff;
  padding: 40px; }
  @media only screen and (max-width: 768px) {
    .text-block-1, .text-block-2, .text-block-3, .text-block-4 {
      padding: 20px; } }
  .text-block-1 .center-content, .text-block-2 .center-content, .text-block-3 .center-content, .text-block-4 .center-content {
    width: 100%;
    text-align: center; }
    .text-block-1 .center-content p, .text-block-2 .center-content p, .text-block-3 .center-content p, .text-block-4 .center-content p {
      width: 100%;
      max-width: 920px;
      text-align: justify;
      margin: 0 auto;
      padding: 0 0 20px 0; }
    .text-block-1 .center-content img, .text-block-2 .center-content img, .text-block-3 .center-content img, .text-block-4 .center-content img {
      max-width: 620px;
      width: 100%;
      display: inline-block;
      margin: 40px auto 20px auto; }
      @media only screen and (max-width: 768px) {
        .text-block-1 .center-content img, .text-block-2 .center-content img, .text-block-3 .center-content img, .text-block-4 .center-content img {
          margin: 20px auto; } }
      .text-block-1 .center-content img.full, .text-block-2 .center-content img.full, .text-block-3 .center-content img.full, .text-block-4 .center-content img.full {
        max-width: 920px; }

.text-block-2 .share {
  width: 100%;
  max-width: 920px;
  min-height: 65px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  margin: 40px auto;
  text-align: center; }
  .text-block-2 .share .share-inner {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 15px 0; }
    .text-block-2 .share .share-inner ul.links {
      display: inline-block;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 768px) {
        .text-block-2 .share .share-inner ul.links {
          width: 100%; } }
      .text-block-2 .share .share-inner ul.links li {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 768px) {
          .text-block-2 .share .share-inner ul.links li {
            width: 100%; } }
        .text-block-2 .share .share-inner ul.links li a {
          width: auto;
          margin: 15px;
          height: 35px;
          line-height: 35px;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: "Oswald", sans-serif;
          font-weight: 600;
          font-size: 18px;
          padding-left: 50px;
          display: inline-block;
          text-align: left; }
          @media only screen and (max-width: 768px) {
            .text-block-2 .share .share-inner ul.links li a {
              margin: 10px; } }
          .text-block-2 .share .share-inner ul.links li a.contact {
            background: url(../svgs/mail.svg) 0 50% no-repeat;
            background-size: auto 100%;
            color: #333; }
            .text-block-2 .share .share-inner ul.links li a.contact:hover {
              background: url(../svgs/mail-green.svg) 0 50% no-repeat;
              background-size: auto 100%;
              color: #C0FD08; }
          .text-block-2 .share .share-inner ul.links li a.link {
            background: url(../svgs/link.svg) 0 50% no-repeat;
            background-size: auto 100%;
            color: #333; }
            .text-block-2 .share .share-inner ul.links li a.link:hover {
              background: url(../svgs/link-green.svg) 0 50% no-repeat;
              background-size: auto 100%;
              color: #C0FD08; }
    .text-block-2 .share .share-inner ul.social {
      padding: 0 0 0 15px;
      display: inline-block;
      margin: 0; }
      @media only screen and (max-width: 768px) {
        .text-block-2 .share .share-inner ul.social {
          width: 100%; } }
      .text-block-2 .share .share-inner ul.social li {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 15px 5px; }
        .text-block-2 .share .share-inner ul.social li a {
          height: 35px;
          width: 35px;
          display: block; }
          .text-block-2 .share .share-inner ul.social li a.facebook {
            background: url(../svgs/facebook.svg) 0 50% no-repeat;
            background-size: auto 75%; }
            .text-block-2 .share .share-inner ul.social li a.facebook:hover {
              background: url(../svgs/facebook-green.svg) 0 50% no-repeat;
              background-size: auto 75%; }
          .text-block-2 .share .share-inner ul.social li a.instagram {
            background: url(../svgs/instagram.svg) 0 50% no-repeat;
            background-size: auto 75%; }
            .text-block-2 .share .share-inner ul.social li a.instagram:hover {
              background: url(../svgs/instagram-green.svg) 0 50% no-repeat;
              background-size: auto 75%; }
          .text-block-2 .share .share-inner ul.social li a.pinterest {
            background: url(../svgs/pinterest.svg) 0 50% no-repeat;
            background-size: auto 75%; }
            .text-block-2 .share .share-inner ul.social li a.pinterest:hover {
              background: url(../svgs/pinterest-green.svg) 0 50% no-repeat;
              background-size: auto 75%; }
          .text-block-2 .share .share-inner ul.social li a.twitter {
            background: url(../svgs/twitter.svg) 0 50% no-repeat;
            background-size: auto 75%; }
            .text-block-2 .share .share-inner ul.social li a.twitter:hover {
              background: url(../svgs/twitter-green.svg) 0 50% no-repeat;
              background-size: auto 75%; }

.text-block-3 {
  background-image: url(../images/circle-pink.png), url(../images/triangle-left.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 20%, 0 70%; }
  @media only screen and (max-width: 600px) {
    .text-block-3 {
      background-image: none; } }

.text-block-4 .event-details {
  width: 100%;
  max-width: 920px;
  margin: 20px auto 10px auto; }
  .text-block-4 .event-details p, .text-block-4 .event-details h3 {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #111;
    letter-spacing: 2px;
    padding: 0;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    text-align: left; }
  .text-block-4 .event-details h3 {
    color: #fff; }
  .text-block-4 .event-details .event-details-left {
    float: left;
    padding: 40px 20px 40px 40px;
    width: 40%; }
    @media only screen and (max-width: 768px) {
      .text-block-4 .event-details .event-details-left {
        width: 100%;
        padding: 40px 40px 20px 40px; } }
  .text-block-4 .event-details .event-details-right {
    float: left;
    padding: 40px 40px 40px 20px;
    width: 60%; }
    @media only screen and (max-width: 768px) {
      .text-block-4 .event-details .event-details-right {
        width: 100%;
        padding: 0 40px 40px 40px; } }

.text-block-4 p {
  padding: 0 0 20px 0; }

.image-block-1 {
  background-image: url(../images/circle-white.png), url(../images/triangle-right.png), url(../images/corner.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 100% 20%, 95% 70%, 0 100%;
  background-color: #333;
  padding: 40px 0; }
  @media only screen and (max-width: 600px) {
    .image-block-1 {
      background-image: none; } }
  .image-block-1 .center-content {
    width: 100%;
    padding: 0 20px 0 20px;
    text-align: center; }
    .image-block-1 .center-content .center-content-inner {
      max-width: 970px;
      margin: 0 auto;
      text-align: center; }
      .image-block-1 .center-content .center-content-inner .card {
        background: #fff;
        padding: 15px;
        display: inline-block;
        margin: 20px;
        width: 280px; }
        @media only screen and (max-width: 600px) {
          .image-block-1 .center-content .center-content-inner .card {
            width: 240px; } }
        .image-block-1 .center-content .center-content-inner .card:hover {
          -webkit-box-shadow: 0 0 0 5px #C0FD08;
                  box-shadow: 0 0 0 5px #C0FD08; }
          .image-block-1 .center-content .center-content-inner .card:hover .card-badge {
            background: #C0FD08;
            border-color: #fff; }
        .image-block-1 .center-content .center-content-inner .card span {
          display: block;
          margin: 0;
          padding: 0;
          float: left;
          width: 100%; }
        .image-block-1 .center-content .center-content-inner .card .image {
          display: block;
          margin: 0;
          padding: 0;
          float: left;
          width: 100%;
          height: 240px; }
          @media only screen and (max-width: 600px) {
            .image-block-1 .center-content .center-content-inner .card .image {
              height: 200px; } }
        .image-block-1 .center-content .center-content-inner .card .card-info .card-badge {
          width: 65px;
          height: 65px;
          border: 1px solid #111;
          border-radius: 50%;
          text-align: center;
          font-family: "Oswald", sans-serif;
          font-size: 12px;
          font-weight: 600;
          color: #111;
          padding: 5px 0 0 2px;
          margin: 17px 0 0 0;
          letter-spacing: 1.6px;
          text-transform: uppercase; }
        .image-block-1 .center-content .center-content-inner .card .card-info .card-data {
          text-align: left;
          width: 185px; }
          @media only screen and (max-width: 600px) {
            .image-block-1 .center-content .center-content-inner .card .card-info .card-data {
              width: 145px; } }
          .image-block-1 .center-content .center-content-inner .card .card-info .card-data .card-name {
            font-size: 18px;
            font-family: "Oswald", sans-serif;
            color: #111;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 15px 0 0 15px;
            margin: 0; }
          .image-block-1 .center-content .center-content-inner .card .card-info .card-data .card-title {
            padding: 0 0 0 15px;
            color: #9b9b9b;
            margin: 0; }

.image-block-2 {
  background: #4a4a4a;
  padding: 40px 0 60px 0; }
  .image-block-2 .center-content {
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .image-block-2 .center-content {
        padding: 0; } }
    .image-block-2 .center-content .center-content-inner {
      max-width: 970px;
      margin: 0 auto;
      text-align: center; }
      .image-block-2 .center-content .center-content-inner .card {
        background: #fff;
        display: inline-block;
        margin: 20px;
        width: 410px; }
        @media only screen and (max-width: 768px) {
          .image-block-2 .center-content .center-content-inner .card {
            width: 320px; } }
        @media only screen and (max-width: 600px) {
          .image-block-2 .center-content .center-content-inner .card {
            width: 280px; } }
        .image-block-2 .center-content .center-content-inner .card:hover {
          -webkit-box-shadow: 0 0 0 5px #C0FD08;
                  box-shadow: 0 0 0 5px #C0FD08; }
          .image-block-2 .center-content .center-content-inner .card:hover .card-badge {
            background: #C0FD08;
            border-color: #fff; }
        .image-block-2 .center-content .center-content-inner .card span {
          display: block;
          margin: 0;
          padding: 0;
          float: left;
          width: 100%; }
        .image-block-2 .center-content .center-content-inner .card .image {
          display: block;
          margin: 0;
          padding: 0;
          float: left;
          width: 100px;
          height: 100px; }
        .image-block-2 .center-content .center-content-inner .card .card-info {
          width: 250px;
          padding: 15px; }
          @media only screen and (max-width: 768px) {
            .image-block-2 .center-content .center-content-inner .card .card-info {
              width: 155px; } }
          .image-block-2 .center-content .center-content-inner .card .card-info .card-badge {
            width: 65px;
            height: 65px;
            border: 1px solid #111;
            border-radius: 50%;
            text-align: center;
            font-family: "Oswald", sans-serif;
            font-size: 12px;
            font-weight: 600;
            color: #111;
            padding: 5px 0 0 2px;
            margin: 2px 0 0 0;
            letter-spacing: 1.6px;
            text-transform: uppercase; }
            @media only screen and (max-width: 768px) {
              .image-block-2 .center-content .center-content-inner .card .card-info .card-badge {
                display: none; } }
          .image-block-2 .center-content .center-content-inner .card .card-info .card-data {
            text-align: left;
            width: 155px; }
            .image-block-2 .center-content .center-content-inner .card .card-info .card-data .card-name {
              font-size: 18px;
              font-family: "Oswald", sans-serif;
              color: #111;
              letter-spacing: 2px;
              text-transform: uppercase;
              padding: 0px 0 0 15px;
              margin: 0; }
            .image-block-2 .center-content .center-content-inner .card .card-info .card-data .card-title {
              padding: 0 0 0 15px;
              color: #9b9b9b;
              margin: 0; }

.image-block-3 {
  padding: 40px;
  background: #fff; }
  @media only screen and (max-width: 600px) {
    .image-block-3 {
      padding: 10px; } }

.image-block-4 {
  background: #fff;
  padding: 0 0 40px 0; }
  @media only screen and (max-width: 600px) {
    .image-block-4 {
      padding: 10px 0; } }
  .image-block-4 .owl-carousel {
    width: 100%;
    margin: 20px 0 30px 0; }
    .image-block-4 .owl-carousel .owl-nav {
      position: relative; }
      .image-block-4 .owl-carousel .owl-nav button {
        width: 48px;
        height: 48px;
        line-height: 0;
        padding: 0;
        margin: 0;
        font-size: 50px;
        outline: none;
        background: #fff;
        position: absolute;
        vertical-align: middle;
        bottom: calc(12.5vw - 25px); }
        @media only screen and (max-width: 600px) {
          .image-block-4 .owl-carousel .owl-nav button {
            bottom: calc(50vw - 25px); } }
        .image-block-4 .owl-carousel .owl-nav button.owl-prev {
          right: 40px; }
          .image-block-4 .owl-carousel .owl-nav button.owl-prev span {
            position: absolute;
            right: 15px;
            top: 20px; }
        .image-block-4 .owl-carousel .owl-nav button.owl-next {
          left: 40px; }
          .image-block-4 .owl-carousel .owl-nav button.owl-next span {
            position: absolute;
            left: 15px;
            top: 20px; }
    .image-block-4 .owl-carousel .art {
      width: calc(25vw - 5px);
      height: calc(25vw - 5px);
      display: table; }
      @media only screen and (max-width: 600px) {
        .image-block-4 .owl-carousel .art {
          height: 100vw;
          width: 100vw; } }
      .image-block-4 .owl-carousel .art .image {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        opacity: 1;
        -webkit-transition: opacity 1s;
        transition: opacity 1s; }
      .image-block-4 .owl-carousel .art .text {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .image-block-4 .owl-carousel .art .text .zoom {
          display: inline-block;
          width: 100%; }
          .image-block-4 .owl-carousel .art .text .zoom .zoom-text {
            width: 100%;
            font-family: "Oswald", sans-serif;
            font-weight: 600;
            font-size: 18px;
            text-transform: uppercase;
            color: #111;
            letter-spacing: 2px;
            display: inline-block;
            margin: 0 0 10px 0; }
          .image-block-4 .owl-carousel .art .text .zoom .zoom-image {
            width: 100%;
            height: 40px;
            display: inline-block;
            background: url(../svgs/zoom.svg) 50% 50% no-repeat; }
      .image-block-4 .owl-carousel .art:hover .image {
        opacity: .3; }

/*

Table of Contents: Header

*/
header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9; }
  header.bottom-nav-show {
    height: 100vh; }
    header.bottom-nav-show .mobile-nav {
      height: 100vh;
      overflow-x: auto; }
      header.bottom-nav-show .mobile-nav .bottom-nav {
        opacity: 1;
        height: calc(100vh - 75px); }
        header.bottom-nav-show .mobile-nav .bottom-nav .bottom-inner {
          display: table-cell;
          padding: 20px; }
  header.white {
    background: #fff; }
    header.white nav .logo-small {
      display: block; }
  @media only screen and (max-width: 768px) {
    header {
      background: #fff; }
      header nav .logo-small {
        display: block; } }
  header .desktop-nav {
    display: block;
    width: 100%;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      header .desktop-nav {
        display: none; } }
    header .desktop-nav .logo-small {
      width: 150px;
      position: absolute;
      top: 25px;
      left: 20px;
      display: none; }
      header .desktop-nav .logo-small img {
        width: 100%; }
    header .desktop-nav ul {
      padding: 0;
      margin: 0;
      display: inline-block;
      float: right; }
      header .desktop-nav ul li {
        float: left;
        list-style: none;
        position: relative;
        padding: 27.5px 30px 15px 30px; }
        @media only screen and (max-width: 992px) {
          header .desktop-nav ul li {
            padding: 27.5px 15px 15px 15px; } }
        header .desktop-nav ul li a {
          width: 100%;
          color: #333;
          font-size: 15px;
          font-family: "Lato", sans-serif;
          display: inline-block;
          text-transform: uppercase;
          cursor: pointer; }
          header .desktop-nav ul li a:hover:after, header .desktop-nav ul li a.select:after {
            content: "";
            position: absolute;
            height: 1px;
            width: 20px;
            bottom: 5px;
            left: 50%;
            margin-left: -10px;
            background: #333; }
  header .mobile-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px; }
    @media only screen and (max-width: 768px) {
      header .mobile-nav {
        display: block; } }
    header .mobile-nav .top-nav {
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      width: 100%;
      height: 75px; }
      header .mobile-nav .top-nav .logo-small {
        width: 150px;
        position: absolute;
        top: 25px;
        left: 20px; }
        header .mobile-nav .top-nav .logo-small img {
          width: 100%; }
      header .mobile-nav .top-nav .hamburger {
        width: 20px;
        position: absolute;
        top: 30px;
        right: 20px; }
        header .mobile-nav .top-nav .hamburger img {
          width: 100%; }
      header .mobile-nav .top-nav .close {
        width: 20px;
        position: absolute;
        top: 27.5px;
        right: 20px;
        display: none; }
        header .mobile-nav .top-nav .close img {
          width: 100%; }
    header .mobile-nav .bottom-nav {
      background: #F3F3F3;
      z-index: 1;
      position: absolute;
      top: 75px;
      left: 0;
      width: 100%;
      height: 0;
      display: table;
      opacity: 0;
      -webkit-transition: opacity 1s;
      transition: opacity 1s; }
      header .mobile-nav .bottom-nav .bottom-inner {
        width: 100%;
        height: 100%;
        display: none;
        text-align: center;
        vertical-align: middle; }
        header .mobile-nav .bottom-nav .bottom-inner ul {
          display: inline-block;
          margin: 0;
          padding: 0; }
          header .mobile-nav .bottom-nav .bottom-inner ul li {
            list-style: none;
            margin: 0;
            padding: 0 0 15px 0; }
            header .mobile-nav .bottom-nav .bottom-inner ul li a {
              font-family: "Oswald", sans-serif;
              font-size: 45px;
              color: #111;
              font-weight: 600; }

/*

Table of Contents: Pages

Home
Artists

*/
#home .home-splash {
  height: 100vh;
  width: 100%;
  background: #fff url(../images/home-banner-1.jpg) 50% 50% no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    #home .home-splash {
      height: calc(100vh - 75px);
      margin-top: 75px;
      background: #fff url(../images/home-banner-2.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  #home .home-splash .splash-inner {
    background: url(../images/home-banner-clear.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      #home .home-splash .splash-inner {
        background: transparent; } }
    #home .home-splash .splash-inner .logo-big {
      width: 140px;
      position: absolute;
      left: 80px;
      top: 30px;
      display: block; }
      @media only screen and (max-width: 768px) {
        #home .home-splash .splash-inner .logo-big {
          display: none; } }
    #home .home-splash .splash-inner .down {
      border-radius: 50%;
      border: 1px solid #111;
      width: 215px;
      height: 215px;
      padding-top: 40px;
      position: absolute;
      right: 100px;
      bottom: 150px;
      display: block;
      text-align: center;
      font-size: 34px;
      letter-spacing: 2px;
      font-family: "Dosis", sans-serif; }
      @media only screen and (max-width: 768px) {
        #home .home-splash .splash-inner .down {
          display: none; } }
      #home .home-splash .splash-inner .down:after {
        content: "";
        position: absolute;
        height: 26px;
        width: 26px;
        bottom: -50px;
        left: 50%;
        margin-left: -13px;
        background: url(../svgs/down.svg) 50% 50% no-repeat; }
  #home .home-splash .banner {
    background: #C0FD08;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 15px 0; }
    #home .home-splash .banner span {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 15px;
      color: #111;
      letter-spacing: 2px; }
      #home .home-splash .banner span a {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: #111;
        text-decoration: underline;
        letter-spacing: 2px; }

#artists .artists-splash img {
  width: 100%;
  margin: 75px 0 0 0; }

#artists .artists-splash .image-1 {
  display: block; }
  @media only screen and (max-width: 600px) {
    #artists .artists-splash .image-1 {
      display: none; } }

#artists .artists-splash .image-2 {
  display: none; }
  @media only screen and (max-width: 600px) {
    #artists .artists-splash .image-2 {
      display: block; } }

#artists .image-block-1 {
  padding: 40px 0 100px 0; }

#events main .events-splash img {
  width: 100%;
  margin: 75px 0 0 0; }

#events main .events-splash .image-1 {
  display: block; }
  @media only screen and (max-width: 600px) {
    #events main .events-splash .image-1 {
      display: none; } }

#events main .events-splash .image-2 {
  display: none; }
  @media only screen and (max-width: 600px) {
    #events main .events-splash .image-2 {
      display: block; } }

#events main .text-block-4 {
  background: #f3f3f3; }
  #events main .text-block-4 .event-details {
    background: #E8B7C7; }
  #events main .text-block-4 img {
    margin: 40px 0; }
  #events main .text-block-4:nth-child(2) {
    background: #fff !important; }
    #events main .text-block-4:nth-child(2) .event-details {
      background: #B5E3DC !important; }

#about .about-splash {
  height: calc(100vh - 150px);
  width: 100%;
  margin-top: 75px;
  background: #fff url(../images/about-banner-1.jpg) 50% 50% no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    #about .about-splash {
      height: calc(100vh - 150px);
      margin-top: 75px;
      background: #fff url(../images/about-banner-2.jpg) 50% 50% no-repeat;
      background-size: cover; } }

#instagram .instagram-splash img {
  width: 100%;
  margin: 75px 0 0 0; }

#instagram .instagram-splash .image-1 {
  display: block; }
  @media only screen and (max-width: 600px) {
    #instagram .instagram-splash .image-1 {
      display: none; } }

#instagram .instagram-splash .image-2 {
  display: none; }
  @media only screen and (max-width: 600px) {
    #instagram .instagram-splash .image-2 {
      display: block; } }

#instagram .instagram-image {
  background: #fff;
  display: inline-block;
  width: calc(25vw - 25px);
  height: calc(25vw - 25px);
  border: 10px solid #fff; }
  @media only screen and (max-width: 600px) {
    #instagram .instagram-image {
      width: calc(50vw - 12.5px);
      height: calc(50vw - 12.5px); } }
  #instagram .instagram-image .image {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; }

/*

Table of Contents: Contact

*/
.contact {
  background: #C53163; }
  .contact .center-content {
    width: 100%;
    padding: 40px 0 0 0;
    text-align: center; }
    .contact .center-content .center-content-inner {
      max-width: 960px;
      margin: 0 auto;
      text-align: center;
      padding: 0; }
      .contact .center-content .center-content-inner p {
        text-align: justify;
        color: #fff;
        max-width: 920px;
        width: 100%;
        padding: 0 20px;
        margin: 0 auto; }
    .contact .center-content .form .form-left {
      float: left;
      width: 50%;
      padding: 40px 20px 60px 20px; }
      @media only screen and (max-width: 600px) {
        .contact .center-content .form .form-left {
          width: 100%; } }
      .contact .center-content .form .form-left .form-input {
        width: 100%;
        height: 60px;
        border-radius: 5px;
        background: #fff;
        float: left;
        margin: 0 0 15px 0;
        font-size: 20px;
        color: #333;
        line-height: 60px;
        padding: 0 0 0 20px;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        font-family: "Lato", sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none; }
      .contact .center-content .form .form-left .form-text {
        width: 100%;
        height: 120px;
        border-radius: 5px;
        margin: 0 0 10px 0;
        border: none;
        font-size: 20px;
        font-family: "Lato", sans-serif;
        padding: 20px;
        color: #333;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none; }
      .contact .center-content .form .form-left .form-checkbox {
        width: 100%;
        text-align: left;
        color: #fff;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        flaot: left;
        padding: 0 0 10px 0;
        float: left; }
        .contact .center-content .form .form-left .form-checkbox label {
          width: 100%;
          float: left;
          display: block; }
        .contact .center-content .form .form-left .form-checkbox input {
          margin: 8px 10px 0 0;
          padding: 0;
          float: left; }
        .contact .center-content .form .form-left .form-checkbox span {
          line-height: 22px;
          display: inline-block;
          float: left;
          width: 90%; }
      .contact .center-content .form .form-left .form-send {
        padding: 20px 0 0 0;
        float: left;
        width: 100%; }
        .contact .center-content .form .form-left .form-send .send-button {
          width: 100%;
          height: 60px;
          background: #333;
          color: #fff;
          font-family: "Lato", sans-serif;
          font-size: 20px;
          border: none;
          border-radius: 5px;
          outline: none;
          text-transform: uppercase;
          cursor: pointer; }
          .contact .center-content .form .form-left .form-send .send-button:hover {
            background: #4a4a4a; }
    .contact .center-content .form .form-right {
      width: 50%;
      padding: 40px 20px 60px 20px;
      float: left; }
      @media only screen and (max-width: 600px) {
        .contact .center-content .form .form-right {
          width: 100%;
          padding: 0 20px 60px 20px; } }
      .contact .center-content .form .form-right .address-map {
        float: left;
        width: 100%; }
        .contact .center-content .form .form-right .address-map img {
          width: 100%;
          border-radius: 5px;
          overflow: hidden; }
      .contact .center-content .form .form-right .address-text {
        line-height: 26px;
        color: #fff;
        font-size: 18px;
        padding: 25px 0 0 0;
        letter-spacing: .4;
        font-family: "Oswald", sans-serif;
        text-align: center;
        float: left;
        width: 100%; }

/*

Table of Contents: Footer

*/
footer {
  width: 100%;
  background: #333;
  margin: 0; }
  footer nav {
    width: 100%;
    text-align: center; }
    footer nav .tabs {
      padding: 0;
      margin: 0;
      display: inline-block; }
      footer nav .tabs .line {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center; }
        @media only screen and (max-width: 600px) {
          footer nav .tabs .line {
            width: 100%; } }
        footer nav .tabs .line .top, footer nav .tabs .line .bottom {
          padding: 0;
          margin: 0;
          display: inline-block; }
          footer nav .tabs .line .top li, footer nav .tabs .line .bottom li {
            float: left;
            list-style: none;
            position: relative;
            padding: 30px 30px 15px 30px; }
            @media only screen and (max-width: 600px) {
              footer nav .tabs .line .top li, footer nav .tabs .line .bottom li {
                padding: 20px 15px 0 15px; } }
            footer nav .tabs .line .top li a, footer nav .tabs .line .bottom li a {
              width: 100%;
              color: #fff;
              font-size: 15px;
              font-family: "Lato", sans-serif;
              display: inline-block;
              text-transform: uppercase; }
              @media only screen and (max-width: 600px) {
                footer nav .tabs .line .top li a, footer nav .tabs .line .bottom li a {
                  font-size: 16px; } }
              footer nav .tabs .line .top li a:hover:after, footer nav .tabs .line .top li a.select:after, footer nav .tabs .line .bottom li a:hover:after, footer nav .tabs .line .bottom li a.select:after {
                content: "";
                position: absolute;
                height: 1px;
                width: 20px;
                bottom: 5px;
                left: 50%;
                margin-left: -10px;
                background: #fff; }
                @media only screen and (max-width: 600px) {
                  footer nav .tabs .line .top li a:hover:after, footer nav .tabs .line .top li a.select:after, footer nav .tabs .line .bottom li a:hover:after, footer nav .tabs .line .bottom li a.select:after {
                    display: none; } }
  footer .logo {
    width: 100%;
    padding: 15px 0;
    text-align: center; }
    footer .logo img {
      height: 150px;
      margin: 0 auto; }
      @media only screen and (max-width: 600px) {
        footer .logo img {
          height: 115px;
          margin: 15px auto 0 auto; } }
  footer .social {
    width: 100%;
    padding: 15px 0;
    text-align: center; }
    footer .social ul {
      margin: 0;
      padding: 0;
      display: inline-block; }
      footer .social ul li {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none; }
        footer .social ul li a {
          margin: 0;
          padding: 10px;
          width: 48px;
          display: inline-block; }
          footer .social ul li a img {
            height: 25px; }
  footer .copyright {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    color: #333;
    background: #fff;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px; }
    @media only screen and (max-width: 600px) {
      footer .copyright {
        font-size: 16px; } }
