body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: #111; }

.clear {
  clear: both; }

.navigation-background {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 2;
  width: 60px;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .navigation-background {
      display: none; } }

.mobile-nav {
  display: none; }
  @media (max-width: 767px) {
    .mobile-nav {
      display: block;
      position: fixed;
      top: 12px;
      left: 12px;
      right: 12px;
      z-index: 100; }
      .mobile-nav a, .mobile-nav a:visited {
        color: #ccc; }
      .mobile-nav #mobile-nav-button {
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        color: #fff;
        font-size: 20px;
        background-color: #333;
        border-radius: 16px;
        width: 32px;
        height: 32px;
        padding-top: 5px; }
      .mobile-nav .invisible {
        display: none; }
      .mobile-nav .mobile-nav-items {
        box-sizing: border-box;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        margin-top: 12px;
        padding: 12px; }
        .mobile-nav .mobile-nav-items .nav-item {
          padding: 6px;
          font-size: 16px; }
          .mobile-nav .mobile-nav-items .nav-item i {
            margin-right: 12px; } }

.navigation-wrapper {
  background-color: transparent;
  width: 60px;
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 767px) {
    .navigation-wrapper {
      display: none; } }
  .navigation-wrapper .nav-item {
    width: 60px;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .navigation-wrapper .nav-item a {
      color: #888;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .navigation-wrapper .nav-item a i {
        display: inline-block;
        width: 60px;
        line-height: 40px;
        text-align: center;
        font-size: 20 px; }
      .navigation-wrapper .nav-item a .nav-name {
        display: inline-block;
        text-align: left;
        width: 150px;
        line-height: 40px;
        font-weight: 300;
        padding-left: 10px; }
    .navigation-wrapper .nav-item:hover {
      position: relative;
      width: 220px; }
      .navigation-wrapper .nav-item:hover a {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff; }
  .navigation-wrapper .nav-items-wrapper {
    position: absolute;
    width: 100%;
    top: -20px;
    bottom: 0;
    margin: auto;
    height: 320px; }

.secondary-nav {
  position: fixed;
  z-index: 4;
  left: 60px;
  right: 0px;
  top: 20px; }
  @media (max-width: 767px) {
    .secondary-nav {
      left: 5%;
      bottom: 5px;
      top: auto; } }
  .secondary-nav .items-wrapper {
    float: left;
    padding: 5px;
    background-color: #555;
    opacity: 0.5;
    border-radius: 0px 15px 5px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .secondary-nav .items-wrapper:hover {
      opacity: 1; }
  .secondary-nav .nav-item {
    display: inline-block;
    vertical-align: top;
    padding: 4px 8px;
    margin: 4px;
    border-bottom: transparent 2px solid;
    border-radius: 3px; }
    @media (max-width: 767px) {
      .secondary-nav .nav-item {
        font-size: 14px; } }
    .secondary-nav .nav-item a, .secondary-nav .nav-item a:visited {
      color: #ccc; }
    .secondary-nav .nav-item:hover, .secondary-nav .nav-item.active {
      background-color: #FE4641;
      border-bottom-color: #fe150e; }
      .secondary-nav .nav-item:hover a, .secondary-nav .nav-item.active a {
        color: #fff; }

.full-page {
  min-height: 99vh;
  background-color: #000; }
  .full-page .full-page-content {
    padding: 20px; }
    @media (max-width: 767px) {
      .full-page .full-page-content {
        padding: 2%; } }
  .full-page h1 {
    font-family: 'Lato';
    font-size: 42px;
    font-weight: 300;
    color: #FE4641;
    padding: 5px;
    text-align: center;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .full-page h1 {
        font-size: 24px; } }
  .full-page hr.head {
    width: 80px;
    margin: 5px auto 15px;
    border-color: #FE4641;
    border-bottom: none; }

#home {
  background-color: #181818; }
  #home .home-background {
    width: 100%;
    height: 100vh;
    background-image: url("../images/home/cover.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1; }
    #home .home-background .title {
      float: left;
      padding: 5% 20px 10px;
      margin-left: 20%;
      font-family: 'Great Vibes';
      font-size: 72px;
      color: #fff;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
      font-weight: 300;
      letter-spacing: 3px;
      border-bottom: rgba(255, 255, 255, 0.3) 2px solid; }
      @media (max-width: 767px) {
        #home .home-background .title {
          font-size: 48px;
          float: none;
          text-align: center;
          margin: 0; } }
    #home .home-background .read-more-wrapper {
      position: absolute;
      bottom: 5%;
      left: 0;
      right: 0;
      text-align: center; }
      #home .home-background .read-more-wrapper .read-more {
        display: inline-block;
        padding: 15px 30px;
        color: #FFF;
        background-color: #FE4641;
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 600; }
        #home .home-background .read-more-wrapper .read-more:hover {
          background-color: #fe3c37; }
      #home .home-background .read-more-wrapper i {
        font-size: 24px;
        color: #FFF; }
  #home .writeup {
    width: 60%;
    margin-right: 30px;
    margin: 0 auto;
    color: #aaa; }
    @media (max-width: 767px) {
      #home .writeup {
        width: 80%;
        margin: 0 auto; } }
    #home .writeup p {
      font-family: 'Flamenco', sans-serif;
      font-weight: normal;
      margin: 5px 0 20px;
      text-align: justify;
      font-size: 22px;
      line-height: 1.4em; }
      @media (max-width: 767px) {
        #home .writeup p {
          font-size: 18px; } }
    #home .writeup p.left {
      margin-right: 100px; }
      @media (max-width: 767px) {
        #home .writeup p.left {
          margin: 0; } }
    #home .writeup p.right {
      margin-left: 100px; }
      @media (max-width: 767px) {
        #home .writeup p.right {
          margin: 0; } }

#artist {
  background-color: #121212;
  background-size: cover;
  background-position: 80% 30%;
  overflow: hidden; }
  #artist .info-button {
    position: fixed;
    top: 20px;
    bottom: 20px;
    right: 20px;
    height: 32px;
    width: 32px;
    margin: auto;
    font-size: 32px;
    text-align: right;
    text-transform: lowercase;
    z-index: 5; }
    #artist .info-button a {
      color: #555; }
      #artist .info-button a:hover {
        color: #000; }
  #artist h1 {
    color: #333; }
  #artist hr.head {
    width: 80px;
    margin: 5px auto 15px;
    border-color: #444;
    border-bottom: none; }
  #artist .artist {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
    #artist .artist .profile-outer {
      background-color: #fff;
      opacity: 0.95;
      border-radius: 5px;
      padding: 20px 0;
      float: right;
      background-image: url("../images/back/linedpaper.png");
      width: 50%;
      margin: 100px 50px 100px 0;
      box-shadow: -2px -2px 18px rgba(0, 0, 0, 0.5);
      transition: all 0.2s; }
      @media (max-width: 767px) {
        #artist .artist .profile-outer {
          width: 90%;
          margin: 0 auto;
          float: none; } }
      #artist .artist .profile-outer.hidden {
        transform: translateX(200%);
        display: none; }
      #artist .artist .profile-outer:hover {
        opacity: 0.95; }
    #artist .artist .profile {
      padding: 20px;
      color: #111;
      font-weight: 400;
      font-family: 'Flamenco', sans-serif;
      font-size: 20px;
      line-height: 1.3em;
      clear: both; }
      @media (max-width: 767px) {
        #artist .artist .profile {
          font-size: 16px; } }
      #artist .artist .profile h3 {
        font-family: Lato, sans-serif;
        font-size: 20px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 15px; }
      #artist .artist .profile p {
        margin-bottom: 15px;
        text-align: justify; }
  #artist.rbackground {
    background-image: url("../images/artist/raghavendra.jpg"); }
    @media (max-width: 767px) {
      #artist.rbackground {
        background-position: 20% 50%; } }
  #artist.sbackground {
    background-image: url("../images/artist/siva.jpg"); }
    @media (max-width: 767px) {
      #artist.sbackground {
        background-position: 20% 50%; } }
  #artist .artist-select-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 0 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0; }
    #artist .artist-select-wrapper button {
      width: 180px;
      text-align: center;
      padding: 10px 0;
      background-color: transparent;
      border: 1px solid #AAA;
      color: #AAA;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 2px;
      font-weight: 600;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #artist .artist-select-wrapper button.selected, #artist .artist-select-wrapper button:hover {
        background-color: #FE4641;
        border-color: transparent;
        color: #FFF; }

#family {
  background-color: #121212;
  background-image: url("../images/back/stressed_linen.png");
  background-attachment: scroll;
  overflow: hidden; }
  #family .content-wrap {
    width: 960px;
    margin: 50px auto;
    color: #ccc; }
    @media (max-width: 767px) {
      #family .content-wrap {
        width: 80%; } }
  #family .item {
    clear: both;
    margin: 20px 0 20px;
    padding-bottom: 20px; }
    #family .item .photo-wrap {
      background-color: rgba(0, 0, 0, 0.5);
      background-position: 50% 0%;
      padding: 8px;
      border-radius: 6px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #family .item .photo-wrap:hover {
        background-color: black;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
        transform: scaleX(1.05) scaleY(1.05); }
      #family .item .photo-wrap .photo {
        width: 400px;
        height: 300px;
        background-size: cover;
        vertical-align: top; }
        @media (max-width: 767px) {
          #family .item .photo-wrap .photo {
            width: 100%;
            height: 180px; } }
    #family .item:nth-child(odd) .photo-wrap {
      margin: 0 20px 0 0;
      float: left; }
      @media (max-width: 767px) {
        #family .item:nth-child(odd) .photo-wrap {
          float: none;
          margin: 0 auto;
          width: 80%; } }
    #family .item:nth-child(even) .photo-wrap {
      margin: 0 0 0 20px;
      float: right; }
      @media (max-width: 767px) {
        #family .item:nth-child(even) .photo-wrap {
          float: none;
          margin: 0 auto;
          width: 80%; } }
    #family .item .desc {
      padding-top: 200px; }
      @media (max-width: 767px) {
        #family .item .desc {
          padding-top: 20px;
          width: 95%; } }
      #family .item .desc h2 {
        font-family: 'Source Sans Pro';
        font-weight: normal;
        font-size: 36px;
        line-height: 24px;
        text-align: inherit;
        color: #ccc; }
        @media (max-width: 767px) {
          #family .item .desc h2 {
            font-size: 18px;
            line-height: 18px; } }
      #family .item .desc p {
        margin-top: 15px;
        font-size: 28px;
        line-height: 28px;
        text-align: inherit;
        font-family: 'Flamenco', sans-serif;
        color: #eee;
        border-bottom: rgba(255, 255, 255, 0.1) 1px solid; }
        @media (max-width: 767px) {
          #family .item .desc p {
            margin-top: 3px;
            font-size: 14px; } }
    #family .item:nth-child(odd) .desc {
      text-align: right; }
    #family .item:nth-child(even) .desc {
      text-align: left; }
      @media (max-width: 767px) {
        #family .item:nth-child(even) .desc {
          text-align: right; } }

#co-artist {
  background-color: #1D1D1D;
  background-image: url("../images/back/binding_dark.png");
  background-attachment: fixed;
  overflow: hidden; }
  #co-artist div.artists {
    width: 960px;
    margin: 20px auto; }
    @media (max-width: 767px) {
      #co-artist div.artists {
        width: 90%; } }
    #co-artist div.artists div.artist {
      display: inline-block;
      width: 275px;
      height: 350px;
      margin: 10px;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 5px;
      vertical-align: top;
      padding: 10px;
      overflow: hidden;
      transition: all 0.5s; }
      @media (max-width: 767px) {
        #co-artist div.artists div.artist {
          display: block;
          width: 90%;
          margin: 0; } }
      #co-artist div.artists div.artist .photo {
        width: 275px;
        height: 275px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 5px; }
      #co-artist div.artists div.artist h3 {
        text-align: center;
        margin-top: 15px;
        text-transform: uppercase;
        font-weight: 300; }
        #co-artist div.artists div.artist h3 span {
          font-weight: 600;
          color: #444; }
      #co-artist div.artists div.artist .social {
        margin-top: 15px;
        font-size: 20px;
        text-align: center;
        letter-spacing: 0.3em; }
        #co-artist div.artists div.artist .social a, #co-artist div.artists div.artist .social a:visited {
          color: #aaa; }
        #co-artist div.artists div.artist .social a:hover {
          color: #222; }
      #co-artist div.artists div.artist .overlay {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        transition: all 0.3s; }
        #co-artist div.artists div.artist .overlay div.readmore-container {
          padding-top: 130px;
          text-align: center;
          opacity: 0; }
        #co-artist div.artists div.artist .overlay a.readmore {
          color: #000;
          background-color: rgba(255, 255, 255, 0.9);
          padding: 4px 12px;
          border-radius: 2px;
          text-transform: uppercase; }
      #co-artist div.artists div.artist:hover {
        background-color: white; }
        #co-artist div.artists div.artist:hover .overlay {
          background-color: rgba(0, 0, 0, 0.8); }
          #co-artist div.artists div.artist:hover .overlay div.readmore-container {
            opacity: 1;
            transition: all 0.3s; }
  #co-artist div.artistinfo {
    width: 960px;
    margin: 0px auto;
    padding-top: 80px;
    color: #aaa; }
    @media (max-width: 767px) {
      #co-artist div.artistinfo {
        width: 90%;
        margin: 0 auto; } }
    #co-artist div.artistinfo h2 {
      font-size: 22px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 300;
      padding-bottom: 15px;
      border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
      text-align: right; }
      #co-artist div.artistinfo h2 small {
        font-size: 14px;
        color: #777;
        font-style: italic; }
        @media (max-width: 767px) {
          #co-artist div.artistinfo h2 small {
            display: block; } }
    #co-artist div.artistinfo div.bio {
      margin-top: 25px;
      font-family: 'Flamenco', sans-serif; }
      #co-artist div.artistinfo div.bio p {
        color: #777;
        font-size: 20px;
        margin-bottom: 1.5em;
        text-align: justify;
        line-height: 1.2em; }
        @media (max-width: 767px) {
          #co-artist div.artistinfo div.bio p {
            font-size: 18px;
            padding-bottom: 20px; } }
      #co-artist div.artistinfo div.bio p:nth-child(odd) {
        margin-right: 80px; }
        @media (max-width: 767px) {
          #co-artist div.artistinfo div.bio p:nth-child(odd) {
            margin: 0; } }
      #co-artist div.artistinfo div.bio p:nth-child(even) {
        margin-left: 80px; }
        @media (max-width: 767px) {
          #co-artist div.artistinfo div.bio p:nth-child(even) {
            margin: 0; } }
    #co-artist div.artistinfo div.backbutton-container {
      text-align: center;
      padding: 15px; }
      #co-artist div.artistinfo div.backbutton-container a.backbutton {
        color: #000;
        text-transform: uppercase;
        padding: 2px 15px;
        border-radius: 3px;
        background-color: #ccc; }
        #co-artist div.artistinfo div.backbutton-container a.backbutton:hover {
          background-color: #fff; }

#music {
  background-color: #2c3e50;
  background-image: url("../images/back/concrete_wall.png");
  background-attachment: fixed; }
  #music h1 {
    color: #fff; }
  #music .tracks {
    width: 960px;
    margin: 20px auto; }
    @media (max-width: 767px) {
      #music .tracks {
        width: 80%;
        margin: 0 auto; } }
    #music .tracks .item {
      width: 80%;
      clear: both;
      margin: 60px 0 20px 0; }
      @media (max-width: 767px) {
        #music .tracks .item {
          width: 100%; } }
      #music .tracks .item h2 {
        color: #ccc;
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 15px; }
      #music .tracks .item p {
        margin: 0 0 18px;
        color: #eee;
        font-size: 20px;
        font-family: 'Flamenco', sans-serif; }
    #music .tracks .item:nth-child(odd) {
      float: left; }
    #music .tracks .item:nth-child(even) {
      float: right; }
      #music .tracks .item:nth-child(even) h2, #music .tracks .item:nth-child(even) p {
        text-align: right; }

#gallery {
  background-color: #2c3e50; }
  #gallery h1 {
    color: #fff; }
  #gallery div.tags {
    width: 940px;
    margin: 20px auto;
    color: #777;
    text-transform: uppercase;
    font-size: 12px; }
    @media (max-width: 767px) {
      #gallery div.tags {
        width: 80%;
        font-size: 10px; } }
    #gallery div.tags a {
      text-transform: uppercase;
      color: #777;
      padding: 2px 10px;
      border-radius: 3px;
      margin: 0 5px;
      font-size: 13px; }
      @media (max-width: 767px) {
        #gallery div.tags a {
          font-size: 10px; } }
      #gallery div.tags a:hover {
        background-color: #fff;
        color: #333; }
      #gallery div.tags a.active {
        background-color: #eee;
        color: #555;
        box-shadow: 1px 1px 2px #333; }
  #gallery div.gallery {
    width: 960px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #gallery div.gallery {
        width: 80%;
        padding-bottom: 80px; } }
    #gallery div.gallery a.item {
      display: inline-block;
      vertical-align: top;
      width: 205px;
      height: 235px;
      background-color: rgba(33, 33, 33, 0.5);
      padding: 10px;
      border-radius: 5px;
      margin: 5px;
      transition: all 0.3s; }
      @media (max-width: 767px) {
        #gallery div.gallery a.item {
          display: block;
          margin: 5px auto; } }
      #gallery div.gallery a.item div.photo {
        background-size: cover;
        background-position: center;
        background-color: #555;
        width: 205px;
        height: 205px;
        border-radius: 3px; }
        #gallery div.gallery a.item div.photo div.overlay {
          width: 100%;
          height: 100%;
          border-radius: 2px;
          transition: all 0.3s; }
          #gallery div.gallery a.item div.photo div.overlay div.icon-container {
            padding-top: 80px;
            color: #fff;
            text-align: center;
            font-size: 30px;
            opacity: 0;
            transition: all 0.3s; }
      #gallery div.gallery a.item div.caption {
        color: #ddd;
        padding-top: 12px;
        font-size: 10px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 300; }
      #gallery div.gallery a.item:hover {
        background-color: rgba(255, 255, 255, 0.9); }
        #gallery div.gallery a.item:hover div.photo div.overlay {
          background-color: rgba(0, 0, 0, 0.5); }
          #gallery div.gallery a.item:hover div.photo div.overlay div.icon-container {
            opacity: 0.5; }
        #gallery div.gallery a.item:hover div.caption {
          color: #000; }
  #gallery .page-nav {
    text-align: center;
    padding: 15px 0 25px; }
    @media (max-width: 767px) {
      #gallery .page-nav {
        font-size: 11px; } }
    #gallery .page-nav a, #gallery .page-nav a:visited {
      color: #777;
      margin: 0 20px; }
      @media (max-width: 767px) {
        #gallery .page-nav a, #gallery .page-nav a:visited {
          margin: 0 10px; } }
      #gallery .page-nav a:hover, #gallery .page-nav a:visited:hover {
        color: #FE4641; }

#schedule {
  background-color: #121212;
  background-image: url("../images/back/tactile_noise.png");
  background-attachment: scroll;
  color: #ccc; }
  #schedule .content-wrap {
    width: 960px;
    margin: 40px auto 0px; }
    @media (max-width: 767px) {
      #schedule .content-wrap {
        width: 80%;
        margin: 0 auto; } }
  #schedule h2 {
    color: #777;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px; }
  #schedule .item {
    color: #aaa;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
    font-family: 'Flamenco', sans-serif; }
    #schedule .item .buttons {
      float: right; }
      #schedule .item .buttons a {
        color: #777;
        padding: 3px 10px;
        background-color: #333;
        border-radius: 3px; }
        #schedule .item .buttons a:hover {
          background-color: #FE4641;
          color: #333; }
    #schedule .item a, #schedule .item a:visited {
      color: #FE4641; }
    #schedule .item h3 {
      font-size: 24px;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      color: #fff; }
      @media (max-width: 767px) {
        #schedule .item h3 {
          font-size: 20px; } }
      #schedule .item h3 small {
        font-size: 16px;
        color: #FE4641;
        font-style: italic; }
        @media (max-width: 767px) {
          #schedule .item h3 small {
            display: block;
            font-size: 14px; } }
    #schedule .item .description p {
      line-height: 1.4em;
      margin: 1em 0 0;
      font-size: 18px; }
    #schedule .item .ticket {
      text-align: right; }

#contact {
  background-color: #ecf0f1;
  background-image: url("../images/back/crossword.png"); }
  #contact h1 {
    color: #555; }
  #contact h3 {
    color: #777;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 15px; }
  #contact div.contact-wrapper {
    width: 960px;
    margin: 20px auto;
    padding: 30px 0; }
    @media (max-width: 767px) {
      #contact div.contact-wrapper {
        width: 90%; } }
  #contact div.addresses {
    float: right; }
    @media (max-width: 767px) {
      #contact div.addresses {
        float: none; } }
  #contact table.contact-details {
    width: 450px;
    margin: 0 auto; }
    #contact table.contact-details tr td:first {
      width: 25px; }
    #contact table.contact-details td {
      padding: 6px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 18px;
      color: #444;
      line-height: 1.2em; }
      @media (max-width: 767px) {
        #contact table.contact-details td {
          font-size: 14px; } }
      #contact table.contact-details td a, #contact table.contact-details td a:visited {
        color: #FE4641; }
  #contact div.form {
    width: 450px;
    margin: 0 auto;
    float: left; }
    @media (max-width: 767px) {
      #contact div.form {
        float: none;
        width: 95%;
        margin: 0;
        margin-top: 20px; } }
    #contact div.form input, #contact div.form textarea, #contact div.form a.button {
      display: block;
      width: 100%;
      margin: 10px 0;
      padding: 8px;
      outline: none;
      transition: all 0.3s;
      background-color: #fff; }
    #contact div.form input, #contact div.form textarea {
      font-family: 'Source Sans Pro', sans-serif;
      border: #ccc 1px solid; }
      #contact div.form input:hover, #contact div.form textarea:hover {
        background-color: #efefef; }
      #contact div.form input:focus, #contact div.form textarea:focus {
        background-color: #f7f7f7;
        box-shadow: 1px 1px 2px #b6daf2; }
    #contact div.form textarea {
      height: 150px; }
    #contact div.form a.button {
      font-family: 'Lato', sans-serif;
      background-color: #3498db;
      border: #217dbb 1px solid;
      color: #fff;
      font-size: 16px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 600;
      border: none;
      padding: 12px 8px;
      text-align: center; }
      #contact div.form a.button:hover {
        background-color: #258cd1;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
  #contact div.thankyou {
    width: 450px;
    margin: 60px auto;
    text-align: left;
    float: left; }
    @media (max-width: 767px) {
      #contact div.thankyou {
        float: none;
        width: 95%;
        margin: 0;
        margin-top: 20px; } }
    #contact div.thankyou h3 {
      font-size: 24px;
      text-transform: uppercase;
      color: #FE4641; }
    #contact div.thankyou p {
      margin-top: 10px;
      font-family: 'Flamenco', sans-serif;
      font-size: 22px;
      color: #aaa; }

#masterclass {
  background-image: url("../images/back/dark_mosaic.png"); }
  #masterclass h1 {
    color: #fff; }
  #masterclass .content {
    width: 960px;
    margin: 40px auto 0;
    color: #aaa;
    font-family: 'Flamenco';
    font-size: 22px; }
    @media (max-width: 767px) {
      #masterclass .content {
        width: 80%;
        font-size: 18px; } }
    #masterclass .content p {
      padding-bottom: 1.5em;
      line-height: 1.1em;
      text-align: justify; }
    #masterclass .content p:nth-child(even) {
      margin-left: 100px; }
      @media (max-width: 767px) {
        #masterclass .content p:nth-child(even) {
          margin: 0; } }
    #masterclass .content p:nth-child(odd) {
      margin-right: 100px; }
      @media (max-width: 767px) {
        #masterclass .content p:nth-child(odd) {
          margin: 0; } }

.loader-wrapper2 {
  position: fixed;
  z-index: 999;
  left: 60px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95); }

.loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; }

.loader {
  display: inline-block;
  font-size: 90px;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  transform: translateZ(0); }

.loader1 {
  margin-right: 0.3em;
  animation: load1 3s infinite linear; }

.loader2 {
  margin-left: 0.3em;
  transform: rotate(-90deg);
  animation: load2 3s infinite linear; }

@keyframes load1 {
  0% {
    opacity: 1;
    transform: rotate(90deg);
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce; }
  2.5%,
  47.5% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce; }
  5%,
  29% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, -0.087em -0.825em 0 -0.42em #ffce6b, -0.173em -0.812em 0 -0.44em #ceff6b, -0.256em -0.789em 0 -0.46em #6bff6b, -0.297em -0.775em 0 -0.477em #6bffce; }
  10% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, -0.338em -0.758em 0 -0.42em #ffce6b, -0.555em -0.617em 0 -0.44em #ceff6b, -0.671em -0.488em 0 -0.46em #6bff6b, -0.749em -0.34em 0 -0.477em #6bffce; }
  19% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, -0.377em -0.74em 0 -0.42em #ffce6b, -0.645em -0.522em 0 -0.44em #ceff6b, -0.775em -0.297em 0 -0.46em #6bff6b, -0.82em -0.09em 0 -0.477em #6bffce; }
  50% {
    opacity: 1;
    transform: rotate(450deg);
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce; }
  51%,
    100% {
    opacity: 0;
    transform: rotate(450deg);
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce; } }
@keyframes load2 {
  0%,
    49% {
    opacity: 0;
    transform: rotate(-90deg);
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce; }
  50% {
    opacity: 1;
    transform: rotate(-90deg);
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce; }
  52.5%,
  97.5% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce; }
  55%,
  79% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0.087em -0.825em 0 -0.42em #ffce6b, 0.173em -0.812em 0 -0.44em #ceff6b, 0.256em -0.789em 0 -0.46em #6bff6b, 0.297em -0.775em 0 -0.477em #6bffce; }
  60% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0.338em -0.758em 0 -0.42em #ffce6b, 0.555em -0.617em 0 -0.44em #ceff6b, 0.671em -0.488em 0 -0.46em #6bff6b, 0.749em -0.34em 0 -0.477em #ffffff; }
  79% {
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0.377em -0.74em 0 -0.42em #ffce6b, 0.645em -0.522em 0 -0.44em #ceff6b, 0.775em -0.297em 0 -0.46em #6bff6b, 0.82em -0.09em 0 -0.477em #6bffce; }
  100% {
    opacity: 1;
    transform: rotate(-450deg);
    box-shadow: 0 -0.83em 0 -0.4em #FF6B6B, 0 -0.83em 0 -0.42em #ffce6b, 0 -0.83em 0 -0.44em #ceff6b, 0 -0.83em 0 -0.46em #6bff6b, 0 -0.83em 0 -0.477em #6bffce; } }

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