.mw0 {
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw1 {
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw2 {
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw3 {
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw4 {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw5 {
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw6 {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw7 {
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw8 {
  -webkit-font-smoothing: antialiased;
  font-weight: 800;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

.mw9 {
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-family: "FixtureUltra", sans-serif;
  letter-spacing: .05em;
  transition: all ease .1s;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

a {
  color: #fff;
}

body {
  background: #0000cc;
  color: #fff;
  text-align: center;
  font-family: "Fixture", sans-serif;
  font-size: 75%;
  margin: 0;
}

#container {
  font-size: 1.5em;
}

header {
  width: 100%;
  height: 0;
  overflow: visible;
  position: absolute;
  font-size: 1em;
  z-index: 5000;
  box-sizing: border-box;
}

header img#giffest_logo {
  float: left;
  height: 60px;
  position: relative;
  left: 1.5em;
  top: 1em;
  z-index: 5001;
}

@media screen and (max-width: 600px) {
  header img#giffest_logo {
    left: .5em;
  }
}

header img#noise_logo {
  float: right;
  height: 90px;
  position: relative;
  right: 1.5em;
  top: .2em;
  z-index: 5001;
}

@media screen and (max-width: 600px) {
  header img#noise_logo {
    right: .5em;
  }
}

nav#site_nav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 100%, 0) rotateZ(-20deg);
  z-index: 4999;
  width: 50%;
  min-width: 300px;
  height: 100%;
  background: #0000cc;
  transition: transform ease-out .3s;
  box-sizing: border-box;
  padding: 120px 0 0 0;
}

nav#site_nav.open {
  left: 0;
  transform: translate3d(0, 0, 0) rotateZ(0);
}

nav#site_nav.open + #site_nav_overlay {
  left: 0;
  opacity: 1;
}

nav#site_nav ul {
  font-size: 6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav#site_nav ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

nav#site_nav ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 6rem;
}

#site_nav_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 4998;
  left: -120%;
  opacity: 0;
  transition: opacity ease-in-out .2s;
}

section#cover_fold {
  height: 100vh;
  width: 100%;
  background: url(/images/gf19-key-visual.jpg);
  background-size: contain;
  background-position: center;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  section#cover_fold {
    background-size: cover;
  }
}

section#cover_fold div.videos {
  width: 300%;
  height: 100%;
  position: relative;
  left: -100%;
  text-align: center;
  font-size: 0;
}

section#cover_fold div.videos video {
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 4997;
}

@media screen and (max-width: 600px) {
  section#cover_fold div.videos video {
    width: 100%;
  }
  section#cover_fold div.videos video#video1, section#cover_fold div.videos video#video2 {
    display: none;
  }
}

section#cover_fold img {
  position: absolute;
  z-index: 4999;
  width: 12%;
  min-width: 150px;
}

@media screen and (max-width: 600px) {
  section#cover_fold img {
    width: 15%;
    min-width: 70px;
  }
}

section#cover_fold img#text_1 {
  top: 18vh;
  left: 28%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  section#cover_fold img#text_1 {
    top: 12vh;
    left: 15%;
  }
}

section#cover_fold img#text_2 {
  top: 18vh;
  left: 72%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  section#cover_fold img#text_2 {
    top: 12vh;
    left: 85%;
  }
}

section#cover_fold img#text_3 {
  top: 75vh;
  left: 28%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  section#cover_fold img#text_3 {
    left: 15%;
  }
}

section#cover_fold img#text_4 {
  top: 75vh;
  left: 72%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  section#cover_fold img#text_4 {
    left: 85%;
  }
}

section#welcome_text {
  font-size: 3rem;
  box-sizing: border-box;
  width: 100%;
  padding: 2em 1em 1.3em 1em;
  background: #ff6600 center no-repeat;
  background-size: cover;
  font-family: "Fixture", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  section#welcome_text {
    padding: 1.3em .5em 1em .5em;
  }
}

section#welcome_text p {
  font-size: 2.5rem;
  font-weight: 500;
  padding: 1em 2em 0 2em;
  line-height: 1.3em;
}

@media screen and (max-width: 1000px) {
  section#welcome_text p {
    font-size: 2.2rem;
    padding: 1em 1em 0 1em;
  }
}

@media screen and (max-width: 900px) {
  section#welcome_text p {
    font-size: 2rem;
    padding: 1em 1em 0 1em;
  }
}

@media screen and (max-width: 800px) {
  section#welcome_text p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 650px) {
  section#welcome_text p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 550px) {
  section#welcome_text p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 550px) {
  section#welcome_text p {
    font-size: 1.03rem;
    line-height: 1.7;
  }
}

section#welcome_text p.mousewave {
  font-family: "FixtureUltra", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11rem;
  margin: 0;
  line-height: 9rem;
  height: 9rem;
  padding: 0;
}

@media screen and (max-width: 800px) {
  section#welcome_text p.mousewave {
    font-size: 8.5rem;
    line-height: 7.5rem;
    height: 7.5rem;
  }
}

@media screen and (max-width: 650px) {
  section#welcome_text p.mousewave {
    font-size: 6.5rem;
    line-height: 5.5rem;
    height: 5.5rem;
  }
}

@media screen and (max-width: 550px) {
  section#welcome_text p.mousewave {
    font-size: 6.0rem;
    line-height: 4.8rem;
    height: 4.8rem;
  }
}

@media screen and (max-width: 480px) {
  section#welcome_text p.mousewave {
    font-size: 4.0rem;
    line-height: 3.2rem;
    height: 3.2rem;
  }
}

section#instagram {
  line-height: 0;
  overflow: hidden;
}

section#instagram div#instagram_gifs div {
  width: 33.33333%;
  float: left;
}

@media screen and (max-width: 600px) {
  section#instagram div#instagram_gifs div {
    width: 50%;
  }
}

section#instagram div#instagram_text {
  background: #f00;
  background: linear-gradient(130deg, rgba(255, 0, 0, 0.6) 0%, rgba(0, 204, 255, 0.7) 100%);
  width: 100%;
  position: absolute;
  overflow: hidden;
  line-height: normal;
}

section#instagram div#instagram_text > div {
  position: relative;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

section#instagram div#instagram_text > div p {
  font-size: 2.2em;
  font-weight: 500;
  margin: 0 0 1em 0;
}

@media screen and (max-width: 1000px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 900px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 800px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 650px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 550px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 480px) {
  section#instagram div#instagram_text > div p {
    font-size: 1.1em;
  }
}

section#instagram div#instagram_text > div div.two_big_buttons {
  width: 100%;
}

section#instagram div#instagram_text > div div.two_big_buttons div {
  width: 30%;
  display: inline-block;
  margin: 0;
  font-size: 1.8em;
}

@media screen and (max-width: 1000px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 900px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 800px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 650px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 550px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 480px) {
  section#instagram div#instagram_text > div div.two_big_buttons div {
    font-size: .8em;
  }
}

section#instagram div#instagram_text > div div.two_big_buttons div img {
  width: 50%;
  max-width: 300px;
  display: inline-block;
  transform: rotateZ(-135deg) scale(0.8);
  transition: transform cubic-bezier(0.87, 1.94, 0.61, 1) 0.3s;
  margin: 1em 0;
}

@media screen and (max-width: 1000px) {
  section#instagram div#instagram_text > div div.two_big_buttons div img {
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  section#instagram div#instagram_text > div div.two_big_buttons div img {
    width: 35%;
  }
}

@media screen and (max-width: 480px) {
  section#instagram div#instagram_text > div div.two_big_buttons div img {
    width: 40%;
  }
}

section#instagram div#instagram_text > div div.two_big_buttons div img.open {
  transform: rotateZ(0) scale(1);
}

section#instagram div#instagram_text > div div.two_big_buttons div a {
  color: #fff;
  text-decoration: none;
  font-family: "Fixture", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 650px) {
  section#instagram div#instagram_text > div div.two_big_buttons div a {
    font-weight: 700;
  }
}

@media screen and (max-width: 550px) {
  section#instagram div#instagram_text > div div.two_big_buttons div a {
    font-weight: 700;
  }
}

@media screen and (max-width: 480px) {
  section#instagram div#instagram_text > div div.two_big_buttons div a {
    font-weight: 300;
  }
}

section#instagram div#instagram_text > div div.two_big_buttons div a:hover img, section#instagram div#instagram_text > div div.two_big_buttons div a:active img {
  transform: scale(1.1);
}

section#instagram div#instagram_text > div div.two_big_buttons div:nth-child(2) img {
  transition-delay: .1s;
}

section#instagram div#instagram_text > div div.two_big_buttons div:nth-child(3) img {
  transition-delay: .2s;
}

section#instagram div#instagram_text > div div.two_big_buttons div.open img {
  transition-delay: 0;
}

section#mailing_list {
  padding: 80px 0;
  text-align: center;
  background: #4b0294;
}

section#mailing_list img {
  width: 30%;
  max-width: 200px;
  display: inline-block;
}

section#mailing_list h2 {
  margin: .5em 0;
  text-transform: uppercase;
  font-size: 2em;
  line-height: .95;
  font-weight: 900;
  font-family: "Fixture", sans-serif;
}

section#mailing_list input[type="email"] {
  display: block;
  background: #4b0294;
  border: 2px solid #fff;
  border-radius: 0;
  width: 98%;
  height: 2em;
  box-sizing: border-box;
  margin: 30px 1% 0 1%;
  font-size: 3em;
  text-align: center;
  font-family: "Fixture", sans-serif;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: .5em 0;
  cursor: pointer;
  transition: all ease .3s;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  section#mailing_list input[type="email"] {
    font-size: 1.7em;
  }
}

section#mailing_list input[type="email"]:focus {
  color: #4b0294;
  border: 2px solid #4b0294;
  background: #fff;
  outline: none;
  font-size: 5em;
}

@media screen and (max-width: 600px) {
  section#mailing_list input[type="email"]:focus {
    font-size: 3em;
  }
}

section#mailing_list input[type="email"]:focus::placeholder {
  color: #ccc;
}

section#mailing_list input[type="email"]::placeholder {
  color: #fff;
}

section#mailing_list input[type="email"].error {
  border: 2px solid #f00;
}

section#mailing_list input[type="email"].success {
  border: 0;
  height: 0;
  padding: 0;
}

section#mailing_list div.error_message {
  font-size: 2.2em;
  font-weight: 500;
  color: #f00;
  max-height: 0;
  overflow: hidden;
  transition: height ease .3s;
}

section#mailing_list div.error_message.open {
  height: auto;
  max-height: 100em;
}

section#mailing_list div.success_message {
  font-size: 2.2em;
  font-weight: 500;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: height ease .3s;
  box-sizing: border-box;
  padding: 0 2em;
}

section#mailing_list div.success_message.open {
  height: auto;
  max-height: 100em;
}

@media screen and (max-width: 600px) {
  section#mailing_list div.error_message, section#mailing_list div.success {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 400px) {
  section#mailing_list div.error_message, section#mailing_list div.success {
    font-size: .9em;
  }
}

section#mailing_list input[type="submit"] {
  border: 2px solid #fff;
  border-radius: 0 !important;
  color: #fff;
  background: transparent;
  font-size: 2em;
  font-weight: 700;
  font-family: "Fixture", sans-serif;
  cursor: pointer;
  transition: all ease .3s;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  padding: 5px 15px;
  height: 2em;
}

section#mailing_list input[type="submit"].success {
  border: 0;
  height: 0;
  padding: 0;
}

section#mailing_list input[type="submit"]:focus {
  border-radius: 0;
}

section#mailing_list input[type="submit"]:hover {
  background: #fff;
  color: #4b0294;
}

@media screen and (max-width: 1000px) {
  section#mailing_list h2,
  section#mailing_list input[type="submit"],
  section#mailing_list div.error_message,
  section#mailing_list div.success_message {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 900px) {
  section#mailing_list h2,
  section#mailing_list input[type="submit"],
  section#mailing_list div.error_message,
  section#mailing_list div.success_message {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 800px) {
  section#mailing_list h2,
  section#mailing_list input[type="submit"],
  section#mailing_list div.error_message,
  section#mailing_list div.success_message {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  section#mailing_list h2,
  section#mailing_list input[type="submit"],
  section#mailing_list div.error_message,
  section#mailing_list div.success_message {
    font-size: 1.3em;
  }
}

section#brief {
  background-color: #ff0066;
  color: #fff;
  padding: 50px 25px;
  box-sizing: border-box;
  transition: background-color ease .4s;
}

section#brief.open {
  background-color: #60f;
}

section#brief p {
  font-size: 2em;
  margin: .5em 0;
}

@media screen and (max-width: 1000px) {
  section#brief p {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 900px) {
  section#brief p {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 800px) {
  section#brief p {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  section#brief p {
    font-size: 1.3em;
  }
}

section#brief p a {
  text-transform: uppercase;
  font-family: "Fixture", sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

section#brief p a img {
  width: 50%;
  max-width: 200px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  section#brief p a img {
    max-width: 160px;
  }
}

@media screen and (max-width: 900px) {
  section#brief p a img {
    max-width: 140px;
  }
}

@media screen and (max-width: 800px) {
  section#brief p a img {
    max-width: 130px;
  }
}

@media screen and (max-width: 600px) {
  section#brief p a img {
    max-width: 100px;
  }
}

section#footer_links {
  box-sizing: border-box;
  padding: 50px 25px 25px 25px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  section#footer_links {
    padding: 25px 15px;
  }
}

section#footer_links div:nth-child(1), section#footer_links div:nth-child(2) {
  width: 20%;
  float: left;
  text-align: left;
  font-size: 1.2em;
}

@media screen and (max-width: 500px) {
  section#footer_links div:nth-child(1), section#footer_links div:nth-child(2) {
    width: 25%;
  }
}

section#footer_links div:nth-child(1) a, section#footer_links div:nth-child(2) a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.0em;
}

@media screen and (max-width: 800px) {
  section#footer_links div:nth-child(1) a, section#footer_links div:nth-child(2) a {
    font-size: .9em;
  }
}

@media screen and (max-width: 600px) {
  section#footer_links div:nth-child(1) a, section#footer_links div:nth-child(2) a {
    font-size: .7em;
    font-weight: 300;
  }
}

@media screen and (max-width: 500px) {
  section#footer_links div:nth-child(1) a, section#footer_links div:nth-child(2) a {
    font-size: .6em;
    line-height: 1.8;
  }
}

section#footer_links div:nth-child(3) {
  margin-left: 20%;
  width: 39.5%;
  float: left;
  text-align: right;
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  section#footer_links div:nth-child(3) {
    margin-left: 10%;
  }
}

section#footer_links div:nth-child(3) img {
  width: 40%;
  max-width: 140px;
  margin-right: 9%;
  margin-top: .5em;
  vertical-align: top;
}

section#footer_links div:nth-child(3) img + img {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  section#footer_links div:nth-child(3) img {
    max-width: 80px;
  }
}

section#footer_links div:nth-child(4) {
  text-align: left;
  font-weight: 500;
  clear: left;
  padding-top: 2em;
  font-size: 1.2em;
}

@media screen and (max-width: 800px) {
  section#footer_links div:nth-child(4) {
    font-size: .9em;
  }
}

@media screen and (max-width: 600px) {
  section#footer_links div:nth-child(4) {
    font-size: .7em;
    font-weight: 300;
  }
}

@media screen and (max-width: 500px) {
  section#footer_links div:nth-child(4) {
    font-size: .6em;
    line-height: 1.8;
  }
}

br.clear {
  clear: both;
}

@media screen and (max-width: 700px) {
  header img#giffest_logo {
    height: 50px;
  }
  header img#noise_logo {
    height: 80px;
  }
  nav#site_nav {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  header img#giffest_logo {
    height: 45px;
  }
  header img#noise_logo {
    height: 70px;
  }
  nav#site_nav {
    width: 70%;
  }
  div.header_backing {
    height: 80px;
  }
}

@media screen and (max-width: 400px) {
  header img#giffest_logo {
    height: 45px;
  }
  header img#noise_logo {
    height: 60px;
  }
  nav#site_nav {
    width: 80%;
  }
}

@media screen and (max-width: 350px) {
  header {
    padding: 0 .5em;
  }
  header img#giffest_logo {
    width: 65%;
    height: auto;
  }
  header img#noise_logo {
    width: 20%;
    height: auto;
    top: 5px;
  }
  nav#site_nav {
    width: 100%;
  }
}

div.heading_magic {
  font-size: 5em;
  line-height: 1em;
}

span[data-gif] {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.6);
  text-decoration-style: dotted;
  font-weight: 700;
}

div.gifpop {
  width: 200px;
  height: 160px;
  transform-origin: center top;
  transform: scale(0) translateX(0);
  overflow: hidden;
  position: absolute;
  transition: transform ease .2s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4000;
}

div.gifpop.open {
  transform: scale(1) translateX(0);
}

section.programme_head {
  padding: 80px 0;
  width: 100%;
  box-sizing: border-box;
}

section.programme_head img {
  max-width: 250px;
  width: 80%;
}

section.programme_head video {
  width: 100%;
  margin-top: 1rem;
}

section.programme_head p.timings {
  font-weight: 300;
  font-family: "Fixture", sans-serif;
  font-size: 3rem;
  padding: 0 12%;
}

@media screen and (max-width: 900px) {
  section.programme_head p.timings {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  section.programme_head p.timings {
    font-size: 1.5rem;
  }
}

section.programme_head p.timings span {
  font-weight: 700;
}

section.programme_head p.notice {
  font-size: 1.5rem;
  padding: 0 12%;
}

@media screen and (max-width: 600px) {
  section.programme_head p.notice {
    font-size: 1.2rem;
  }
}

section.programme_head a.button {
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #fff;
  padding: .4em .7em;
  display: inline-block;
  font-weight: 500;
  background: transparent;
}

section.programme_head a.button:hover, section.programme_head a.button:active {
  background: #fff;
  color: #00c;
}

section.programme_day {
  padding: 40px 0;
}

section.programme_day div.programme_day_header h2 {
  font-size: 5rem;
  font-family: "Fixture", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  section.programme_day div.programme_day_header h2 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 400px) {
  section.programme_day div.programme_day_header h2 {
    font-size: 3rem;
  }
}

section.programme_day div.programme_day_header h2 em {
  display: inline-block;
  font-size: .3em;
  border: 1px solid #fff;
  padding: .2em .5em;
  position: relative;
  top: -1.5em;
}

section.programme_day#prog_mar28 {
  background: #4b0294;
}

section.programme_day#prog_mar28 .description a.button:hover, section.programme_day#prog_mar28 .description a.button:active {
  color: #4b0294;
}

section.programme_day#prog_mar29 {
  background: #f00;
}

section.programme_day#prog_mar29 .description a.button:hover, section.programme_day#prog_mar29 .description a.button:active {
  color: #f00;
}

section.programme_day#prog_mar30 {
  background: #00c;
}

section.programme_day#prog_mar30 .description a.button:hover, section.programme_day#prog_mar30 .description a.button:active {
  color: #00c;
}

section.programme_day#prog_mar31 {
  background: #f60;
}

section.programme_day#prog_mar31 .description a.button:hover, section.programme_day#prog_mar31 .description a.button:active {
  color: #f60;
}

section.programme_day#prog_apr1 {
  background: #f06;
}

section.programme_day#prog_apr1 .description a.button:hover, section.programme_day#prog_apr1 .description a.button:active {
  color: #f06;
}

div.programme {
  padding: 40px 5% 60px 5%;
  background: transparent;
  transition: all ease .2s;
}

div.programme .main_info {
  width: 20%;
  float: left;
  z-index: 30;
  position: relative;
  left: 0;
  text-align: right;
  padding-right: 2rem;
  box-sizing: border-box;
  transition: all ease .2s;
}

@media screen and (max-width: 700px) {
  div.programme .main_info {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
}

div.programme .main_info .time {
  font-size: 1.6rem;
  font-weight: 100;
}

div.programme .main_info h3 {
  font-family: "Fixture", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.2;
  margin: 0;
}

@media screen and (max-width: 800px) {
  div.programme .main_info h3 {
    font-size: 2rem;
  }
}

div.programme .main_info h3.smoller {
  font-size: 1.7rem;
}

@media screen and (max-width: 800px) {
  div.programme .main_info h3.smoller {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 700px) {
  div.programme .main_info h3.smoller {
    font-size: 2rem;
  }
}

div.programme .image {
  width: 50%;
  float: left;
  z-index: 29;
  position: relative;
  top: 3rem;
}

@media screen and (max-width: 700px) {
  div.programme .image {
    float: none;
    padding-top: 20px;
    width: 100%;
    top: 0;
  }
}

div.programme .image img {
  width: 100%;
  -webkit-animation: programmeClip2 linear alternate infinite .45s;
}

div.programme .description {
  width: 29.95%;
  float: left;
  padding: 0 1rem 0 1rem;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2rem;
  font-family: "Fixture", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  transition: all ease .2s;
  left: 0;
  position: relative;
}

@media screen and (max-width: 900px) {
  div.programme .description {
    font-size: 1rem;
  }
}

@media screen and (max-width: 700px) {
  div.programme .description {
    width: 100%;
    text-align: center;
    float: none;
  }
}

div.programme .description a.button {
  display: inline-block;
  border: 1px solid #fff;
  padding: .5em .8em;
  background: transparent;
  transition: all ease .2s;
  border-radius: 0;
  text-decoration: none;
  font-size: 1.0rem;
  font-weight: 500;
  text-transform: uppercase;
}

div.programme .description a.button:hover, div.programme .description a.button:active {
  background: white;
  color: #00c;
}

div.programme:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 95%);
}

@media screen and (min-width: 701px) {
  div.programme:hover .main_info {
    left: -2%;
  }
}

div.programme:hover .image img {
  -webkit-animation: programmeClip linear alternate infinite .1s;
}

@media screen and (min-width: 701px) {
  div.programme:hover .description {
    left: 2%;
  }
}

@keyframes programmeClip {
  0% {
    -webkit-clip-path: polygon(5% 5%, 10% 0%, 15% 5%, 20% 0%, 25% 5%, 30% 0%, 35% 5%, 40% 0%, 45% 5%, 50% 0%, 55% 5%, 60% 0%, 65% 5%, 70% 0%, 75% 5%, 80% 0%, 85% 5%, 90% 0%, 95% 5%, 100% 5%, 100% 15%, 100% 25%, 100% 35%, 100% 45%, 100% 55%, 100% 65%, 100% 75%, 100% 85%, 100% 95%, 95% 95%, 90% 100%, 85% 95%, 80% 100%, 75% 95%, 70% 100%, 65% 95%, 60% 100%, 55% 95%, 50% 100%, 45% 95%, 40% 100%, 35% 95%, 30% 100%, 25% 95%, 20% 100%, 15% 95%, 10% 100%, 5% 95%, 0% 95%, 0% 85%, 0% 75%, 0% 65%, 0% 55%, 0% 45%, 0% 35%, 0% 25%, 0% 15%, 0% 5%);
  }
  100% {
    -webkit-clip-path: polygon(5% 0%, 10% 5%, 15% 0%, 20% 5%, 25% 0%, 30% 5%, 35% 0%, 40% 5%, 45% 0%, 50% 5%, 55% 0%, 60% 5%, 65% 0%, 70% 5%, 75% 0%, 80% 5%, 85% 0%, 90% 5%, 95% 0%, 100% 5%, 100% 15%, 100% 25%, 100% 35%, 100% 45%, 100% 55%, 100% 65%, 100% 75%, 100% 85%, 100% 95%, 95% 100%, 90% 95%, 85% 100%, 80% 95%, 75% 100%, 70% 95%, 65% 100%, 60% 95%, 55% 100%, 50% 95%, 45% 100%, 40% 95%, 35% 100%, 30% 95%, 25% 100%, 20% 95%, 15% 100%, 10% 95%, 5% 100%, 0% 95%, 0% 85%, 0% 75%, 0% 65%, 0% 55%, 0% 45%, 0% 35%, 0% 25%, 0% 15%, 0% 5%);
  }
}

@keyframes programmeClip2 {
  0% {
    -webkit-clip-path: polygon(5% 2%, 10% 0%, 15% 2%, 20% 0%, 25% 2%, 30% 0%, 35% 2%, 40% 0%, 45% 2%, 50% 0%, 55% 2%, 60% 0%, 65% 2%, 70% 0%, 75% 2%, 80% 0%, 85% 2%, 90% 0%, 95% 2%, 98% 5%, 100% 15%, 98% 25%, 100% 35%, 98% 45%, 100% 55%, 98% 65%, 100% 75%, 98% 85%, 100% 95%, 95% 98%, 90% 100%, 85% 98%, 80% 100%, 75% 98%, 70% 100%, 65% 98%, 60% 100%, 55% 98%, 50% 100%, 45% 98%, 40% 100%, 35% 98%, 30% 100%, 25% 98%, 20% 100%, 15% 98%, 10% 100%, 5% 98%, 2% 95%, 0% 85%, 2% 75%, 0% 65%, 2% 55%, 0% 45%, 2% 35%, 0% 25%, 2% 15%, 0% 5%);
  }
  100% {
    -webkit-clip-path: polygon(5% 0%, 10% 2%, 15% 0%, 20% 2%, 25% 0%, 30% 2%, 35% 0%, 40% 2%, 45% 0%, 50% 2%, 55% 0%, 60% 2%, 65% 0%, 70% 2%, 75% 0%, 80% 2%, 85% 0%, 90% 2%, 95% 0%, 100% 5%, 98% 15%, 100% 25%, 98% 35%, 100% 45%, 98% 55%, 100% 65%, 98% 75%, 100% 85%, 98% 95%, 95% 100%, 90% 98%, 85% 100%, 80% 98%, 75% 100%, 70% 98%, 65% 100%, 60% 98%, 55% 100%, 50% 98%, 45% 100%, 40% 98%, 35% 100%, 30% 98%, 25% 100%, 20% 98%, 15% 100%, 10% 98%, 5% 100%, 0% 95%, 2% 85%, 0% 75%, 2% 65%, 0% 55%, 2% 45%, 0% 35%, 2% 25%, 0% 15%, 2% 5%);
  }
}
