
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}


a img {
  border: none;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'calendas';
  src: url('https://2013.kikk.be/files/templates/kikk2013/public/assets/fonts/calendas_plus_italic-webfont.eot');
  src: url('https://2013.kikk.be/files/templates/kikk2013/public/assets/fonts/calendas_plus_italic-webfont.eot?#iefix') format("embedded-opentype"), url('https://2013.kikk.be/files/templates/kikk2013/public/assets/fonts/calendas_plus_italic-webfont.woff') format("woff"), url('https://2013.kikk.be/files/templates/kikk2013/public/assets/fonts/calendas_plus_italic-webfont.ttf') format("truetype"), url('https://2013.kikk.be/files/templates/kikk2013/public/assets/fonts/calendas_plus_italic-webfont.svg#calendas_plusitalic') format("svg");
  font-weight: normal;
  font-style: normal;
}



.clearfix {
  clear: both;
  overflow: hidden;
  float: none !important;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}


h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 41px;
  color: #939393;
}


.button-container {
  width: auto;
  height: 191px;
  margin: 0 auto;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/button-shadow.png') no-repeat center top;
  text-align: center;
}


a {
  color: #00b7d5;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
}

a.button {
  display: inline-block;
  width: 350px;
  height: 60px;
  border: 3px solid white;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 60px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
}

a.button:hover {
  background: #00b7d5;
  border: 3px solid #00b7d5;
  color: #fff;
}

a:hover {
  color: #FFF;
}


p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
}

p a {
  color: #00b7d5;
  font-weight: bold;
  text-decoration: none;
}

p a:hover {
  color: #00b7d5;
}


form .kikk-msg {
  width: 100%;
  padding: 15px 0;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
  color: white !important;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px !important;
  -webkit-font-smoothing: antialiased;
}

form .kikk-msg.error {
  background: rgba(217, 45, 45, 0.2);
  border: 2px solid rgba(217, 45, 45, 0.75);
}

form .kikk-msg.valid {
  background: rgba(10, 175, 57, 0.2);
  border: 2px solid rgba(10, 175, 57, 0.75);
}

form .field {
  width: 100%;
}

form .field.half {
  float: left;
  width: 300px;
  margin-right: 20px;
}

form .field.half.last {
  margin-right: 0;
}

form .field label {
  display: block;
  margin-bottom: 10px;
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

form .field input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

form .field input[type="text"] {
  width: 250px;
  height: 45px;
  padding: 0 25px;
  background: #FFF;
  border: none;
  font-family: "calendas", serif;
  font-size: 16px;
  color: rgba(16, 16, 16, 0.8);
  -webkit-font-smoothing: antialiased;
}

form .field input[type="submit"] {
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
}

form .field .prettycheckbox, form .field .prettyradio {
  float: left !important;
  width: 30px;
  height: 30px;
  margin-right: 20px !important;
}

form .field .prettycheckbox a, form .field .prettyradio a {
  display: block;
  width: 30px;
  height: 30px;
  background: #FFF;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

form .field .prettycheckbox a.checked, form .field .prettyradio a.checked {
  background: white url('https://2013.kikk.be/files/templates/kikk2013/public/assets/subscribe/check.png') no-repeat center;
}

form .field.error label {
  color: #d92d2d;
}

form .field.error .dk_container .dk_toggle {
  -webkit-box-shadow: inset #d92d2d 5px 0;
  -moz-box-shadow: inset #d92d2d 5px 0;
  box-shadow: inset #d92d2d 5px 0;
  color: #d92d2d;
}

form .field.error input[type="text"] {
  border-left: 5px solid #d92d2d;
  padding-left: 20px;
  color: #d92d2d;
}


body {
  background: #000000;
  -webkit-font-smoothing: antialiased;
}


.lng-selector {
  position: absolute;
  right: 30px;
  top: 36px;
}

.lng-selector .dk_container {
  width: 40px;
  height: auto;
  background: none;
}

.lng-selector .dk_toggle,
.lng-selector .dk_open .dk_toggle {
  width: 40px !important;
  height: auto;
  padding: 0;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/lng-arrow.png') no-repeat right 17px;
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.lng-selector .dk_toggle:hover,
.lng-selector .dk_open .dk_toggle:hover {
  color: #FFF;
}

.lng-selector .dk_options_inner {
  border: none;
  padding-top: 1px;
}

.lng-selector .dk_options a {
  background: #000;
  border: none !important;
  padding: 0 10px;
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}


.kikk-stage {
  position: relative;
  min-width: 1400px;
  overflow-x: hidden;
}


.content {
  width: 930px;
  margin: 0 auto;
}


.inner {
  width: 1101px;
  margin: 0 auto;
}


.kikk-border {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: #00b7d5;
  z-index: 999;
}


.head-back-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1300px;
  min-width: 1200px;
  overflow: hidden;
  z-index: -1;
}

.head-back-container .head-back {
  width: 100%;
  height: auto;
  min-width: 1280px;
}

.head-back-container .head-shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.head-back-container .head-shadow img {
  width: 100%;
  height: auto;
  min-width: 1280px;
  max-height: 100%;
}


.no-webgl #sparkle {
  width: 805px;
  height: 808px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/head-fallback.gif') no-repeat left top;
  top: 0!important;
  left: 0!important;
}


header {
  padding-top: 50px;
  position: relative;
  z-index: 200;
}

header .head-socials {
  float: right;
  margin-bottom: 30px;
  margin-right: 20px;
}

header .head-socials li {
  float: left;
  margin-left: 15px;
}

header .head-socials li a {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -999em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition-timing-function: none;
  -moz-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-timing-function: none;
}

header .head-socials li a.fbk {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/fbk-icon.png') no-repeat left top;
}

header .head-socials li a.twt {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/twt-icon.png') no-repeat left top;
}

header .head-socials li a.fkr {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/fkr-icon.png') no-repeat left top;
}

header .head-socials li a.vmo {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/vmo-icon.png') no-repeat left top;
}

header .head-socials li a:hover {
  background-position: left bottom;
}

header .head-logo {
  float: left;
  width: 345px;
}

header .head-logo a {
  display: block;
  height: 148px;
  padding-left: 130px;
  padding-top: 12px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/logo.png') no-repeat left top;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 24px;
  letter-spacing: -2px;
  color: #FFF;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
@media all, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) {
  
  header .head-logo a {
    background-image: url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/logo2X.png');
    background-size: 105px 148px;
  }
}

header .mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #00b7d5;
  z-index: 1000;
}

header .mobile-nav select {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header nav {
  float: right;
  margin-right: 20px;
  padding-top: 12px;
}

header nav ul {
  float: left;
  margin-left: 80px;
}

header nav ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-family: "futura-pt", sans-serif;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

header nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

header nav ul li a:hover, header nav ul li a.active {
  color: #00b7d5;
}


section {
  position: relative;
}

section h1 {
  display: inline-block;
}

section.kikk-lineup h1 {
  position: relative;
}

section.kikk-lineup h1 span {
  position: absolute;
}

section .inner-content .content {
  position: relative;
  padding-bottom: 100px;
}

section .inner-content .content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #FFF;
}

section .inner-content .content .cta-back {
  position: relative;
  display: block;
  float: right;
  height: 15px;
  padding-right: 20px;
  margin-top: 75px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/back-arrow.png') no-repeat right top;
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  z-index: 2000;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
}

section .inner-content .content .cta-back:hover {
  background-position: right bottom;
  color: #00b7d5;
}

section .kikk-speakers {
  padding-top: 150px;
  padding-bottom: 40px;
}

section .kikk-stats {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

section .kikk-stats:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #FFF;
}

section .kikk-stats li {
  float: left;
  width: 25%;
  font-family: "calendas", serif;
  font-size: 16px;
  color: #00b7d5;
}

section .kikk-stats li a {
  display: block;
  padding-bottom: 25px;
  padding-left: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
}

section .kikk-stats li a:hover {
  color: #FFF;
}

section .kikk-stats li a.orange:hover {
  background: #ff5400;
}

section .kikk-stats li a.pink:hover {
  background: #f21788;
}

section .kikk-stats li a.blue:hover {
  background: #00b7d5;
}

section .kikk-stats li a.yellow:hover {
  background: #ff9000;
}

section .kikk-stats li strong {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 45px;
  line-height: 64px;
  color: #FFF;
  font-weight: bold;
}

section .speakers-list .button-container {
  margin: 70px 0 0 0;
}

section .speakers-list .speaker {
  float: left;
  width: 310px;
  min-height: 450px;
  overflow: hidden;
  cursor: pointer;
}

section .speakers-list .speaker img {
  width: 100%;
  height: auto;
  background: #000;
}

section .speakers-list .speaker .hidden {
  display: none;
}

section .speakers-list .speaker:hover .speaker-info h2 {
  color: #FFF;
}

section .speakers-list .speaker:hover .speaker-info p:before {
  background: #FFF;
}

section .speakers-list .speaker.blue:hover .speaker-info {
  background: #00b7d5;
}

section .speakers-list .speaker.pink:hover .speaker-info {
  background: #f21788;
}

section .speakers-list .speaker.orange:hover .speaker-info {
  background: #ff5400;
}

section .speakers-list .speaker.yellow:hover .speaker-info {
  background: #ff9000;
}

section .speakers-list .speaker-info {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: -3px;
  min-height: 100px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
}

section .speakers-list .speaker-info h2 {
  font-family: "calendas", serif;
  font-size: 13px;
  line-height: 15px;
  color: #939393;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
}

section .speakers-list .speaker-info h2 strong {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #FFF;
  line-height: 17px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

section .speakers-list .speaker-info p {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

section .speakers-list .speaker-info p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
}

section .speakers-list .speaker-info p.blue:before {
  background: #00b7d5;
}

section .speakers-list .speaker-info p.pink:before {
  background: #f21788;
}

section .speakers-list .speaker-info p.yellow:before {
  background: #ff9000;
}

section .speakers-list .speaker-info p.orange:before {
  background: #ff5400;
}


footer {
  position: relative;
  min-width: 931px;
  max-width: 1400px;
  margin: -50px auto 0;
  padding-top: 600px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/footer-bg.png') no-repeat left top;
  z-index: 100;
}

footer .inner {
  width: 1020px;
  background: rgba(36, 36, 36, 0.7);
}

footer .content {
  padding: 50px 0 30px;
}

footer .content h3 {
  padding-bottom: 30px;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
}

footer .content p,
footer .content li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #939393;
  font-weight: bold;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

footer .content p {
  line-height: 21px;
}

footer .content li a:hover {
  color: #00b7d5;
}

footer .content li a.active {
  color: #FFF;
}

footer .content li a.blue {
  color: #00b7d5;
}

footer .content form {
  margin-top: 25px;
}

footer .content form input[type="text"] {
  width: 180px;
  height: auto;
  padding: 13px 20px;
  background: #363636;
  border: none;
  font-family: "calendas", serif;
  font-size: 14px;
  color: #FFF;
}

footer .content form input[type="submit"] {
  background: transparent;
  border: 3px solid white;
  width: 45px;
  height: 45px;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  line-height: 36px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

footer .content form input[type="submit"]:hover {
  background: #00b7d5;
  border: 3px solid #00b7d5;
}

footer .content div {
  float: left;
}

footer .content div.kikk-newsletter {
  width: 300px;
  margin-right: 100px;
}

footer .content div.kikk-breadcrumb {
  width: 250px;
  margin-right: 70px;
}

footer .content div.kikk-breadcrumb ul {
  float: left;
  margin-right: 70px;
}

footer .content div.kikk-breadcrumb ul.last {
  margin-right: 0;
}

footer .content div.kikk-partners {
  width: 205px;
}

footer .content div.kikk-partners ul li {
  float: left;
  margin-right: 35px;
}

footer .content div.kikk-partners ul li.last {
  margin-right: 0;
}

footer .kikk-copyright {
  padding: 25px 50px;
  background: #212121;
  border-bottom: 15px solid #00b7d5;
}

footer .kikk-copyright p {
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}

footer .kikk-copyright p a {
  float: right;
  margin-top: 2px;
}

footer .kikk-copyright p a.dontmove {
  float: none;
  margin-top: 0;
}


iframe {
  width: 100%;
  display: block;
}


.live h1, .partners h1, .content-page h1 {
  margin: 40px 0;
}


.partners-list {
  margin: 0 -125px;
  padding: 0 125px;
  font-size: 0;
  text-align: left;
}

.partners-list ul {
  padding: 10px 25px;
  margin: 0;
}

.partners-list li {
  display: inline;
}

.partners-list li a {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  line-height: 140px;
  background: #fff;
  margin: 5px;
  padding: 10px;
  overflow: hidden;
}

.partners-list li img {
  max-width: 100%;
  max-height: 100%;
}

.partners-list h2 {
  color: #fff;
  padding-left: 28px;
  font-size: 18px;
}


.content-page {
  font-family: Helvetica, Arial, sans-serif;
  color: #FFF;
}

.content-page .left p, .content-page .right {
  font-size: 16px;
  line-height: 30px;
}

.content-page .left p p, .content-page .right p {
  margin: 0 0 20px;
}

.content-page .left {
  width: 340px;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 960px) {
  
  .content-page .left {
    width: 100%;
    float: none;
    text-align: left;
  }
}

.content-page .baseline, .content-page blockquote {
  font-family: "calendas", serif;
  font-size: 35px;
  line-height: 40px;
  color: #FFF;
}

.content-page .right {
  margin: 0 0 0 390px;
}
@media only screen and (max-width: 960px) {
  
  .content-page .right {
    margin: 30px 0 0 0;
  }
}


hr {
  height: 2px;
  background: url('https://2013.kikk.be/files/templates/kikk2013/public/assets/dot-border.png') repeat-x;
  border: none;
  overflow: hidden;
  margin: 25px 0;
}


.home .head-back-container .head-man {
  position: absolute;
  right: 100px;
  top: 200px;
}

.home .head-back-container .head-man #misc-2 {
  position: absolute;
  left: 120px;
  top: 150px;
}

.home .head-back-container .head-spark {
  position: absolute;
  right: 0;
  top: 0;
}

.home .head-back-container #misc-1 {
  position: absolute;
  left: 250px;
  bottom: 0px;
}

.home .head-back-container #sparkle {
  position: absolute;
  top: -56px;
  left: 66px;
}

.home section h1 {
  margin-top: 130px;
  margin-left: -200px;
}

.home section.kikk-lineup h1 span {
  right: -80px;
  top: 280px;
}

.home section.kikk-lineup h1 strong {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #00b7d5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.home section.kikk-lineup h1 a {
  margin-right: 10px;
}

.home section .kikk-speakers {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/content-bg.png') no-repeat center top;
}

.home section .kikk-stats {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.home section .kikk-stats:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #FFF;
}

.home section .kikk-stats li {
  float: left;
  width: 25%;
  font-family: "calendas", serif;
  font-size: 16px;
  color: #00b7d5;
}
@media screen and (max-width: 767px) {
  
  .home section .kikk-stats li {
    width: 50%;
  }
}

.home section .kikk-stats li a {
  display: block;
  padding-bottom: 25px;
  padding-left: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
}

.home section .kikk-stats li a:hover {
  color: #FFF;
}

.home section .kikk-stats li a.orange:hover {
  background: #ff5400;
}

.home section .kikk-stats li a.pink:hover {
  background: #f21788;
}

.home section .kikk-stats li a.blue:hover {
  background: #00b7d5;
}

.home section .kikk-stats li a.yellow:hover {
  background: #ff9000;
}
@media screen and (max-width: 767px) {
  
  .home section .kikk-stats li a {
    color: #fff;
  }
  
  .home section .kikk-stats li a.orange {
    background: #ff5400;
  }
  
  .home section .kikk-stats li a.pink {
    background: #f21788;
  }
  
  .home section .kikk-stats li a.blue {
    background: #00b7d5;
  }
  
  .home section .kikk-stats li a.yellow {
    background: #ff9000;
  }
}

.home section .kikk-stats li strong {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 45px;
  line-height: 64px;
  color: #FFF;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  
  .home section h1 {
    margin-left: -60px;
  }
}


.listing .kikk-inner-content {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/content-bg-2.png') no-repeat center top;
  margin-bottom: 30px;
}

.listing section h1 {
  margin-top: 70px;
  margin-left: -60px;
}

.listing section .kikk-title {
  position: relative;
}

.listing section .kikk-title p {
  width: 420px;
  position: absolute;
  right: 0;
  top: 400px;
  -webkit-font-smoothing: antialiased;
}

.listing section .kikk-title p.baseline {
  width: 470px;
  margin-right: 40px;
  font-family: "calendas", serif;
  font-size: 27px;
  line-height: 40px;
  color: #bbbbbb;
  display: block;
  float: left;
  margin-top: -120px;
}

.listing section .kikk-title blockquote {
  width: 470px;
  margin-right: 40px;
  font-family: "calendas", serif;
  font-size: 27px;
  line-height: 40px;
  color: #bbbbbb;
  position: relative;
  top: -100px;
}

.listing section .kikk-title blockquote p {
  float: none!important;
  width: auto!important;
  margin-top: 0!important;
  font-family: "calendas", serif;
  font-size: 27px;
  line-height: 40px;
  color: #bbbbbb;
  position: relative;
  top: 0;
}

.listing section .kikk-title h2 {
  position: relative;
  top: -202px;
  left: 349px;
}

.listing section .kikk-speakers {
  padding-bottom: 0;
}

.listing section.kikk-lineup h1 span {
  right: 10px;
  top: 140px;
}

.listing section.kikk-lineup h1 strong {
  display: block;
  margin-bottom: 2px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 60px;
  color: #909090;
  font-weight: 700;
  text-transform: uppercase;
}

.listing section .kikk-speakers {
  padding-top: 0;
}


.about .kikk-inner-content {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/about/content-bg.png') no-repeat center top;
  margin-bottom: 30px;
}

.about section h1 {
  margin-top: 60px;
  margin-left: -50px;
  margin-bottom: 370px;
}

.about section.kikk-lineup h1 span.baseline {
  right: 63px;
  top: 130px;
}

.about section.kikk-lineup h1 span.baseline strong {
  display: block;
  margin-bottom: 2px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 60px;
  color: #909090;
  font-weight: 700;
  text-transform: uppercase;
}

.about section.kikk-lineup .curated {
  position: absolute;
  right: 15px;
  top: 550px;
  width: 283px;
  min-height: 52px;
  padding-left: 60px;
  padding-top: 10px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/about/baseline-bg.png') no-repeat left top;
}

.about section.kikk-lineup .curated strong {
  display: block;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #00b7d5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.about section.kikk-lineup .curated a {
  margin-right: 10px;
}

.about .kikk-explanation {
  -webkit-font-smoothing: antialiased;
}

.about .kikk-explanation .left {
  clear: left;
  float: left;
  width: 370px;
  margin-right: 50px;
  margin-top: -40px;
}

.about .kikk-explanation h2.left {
  margin-top: -210px;
  margin-left: -55px;
}

.about .kikk-explanation .right {
  position: relative;
  float: left;
  width: 365px;
  margin-top: -50px;
  z-index: 999;
}

.about .kikk-explanation .baseline {
  font-family: "calendas", serif;
  font-size: 35px;
  line-height: 40px;
  color: #FFF;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}

.about .kikk-explanation .story {
  padding-right: 500px;
  padding-bottom: 65px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/about/story-bg.png') no-repeat right -100px;
  z-index: 50;
}

.about .kikk-editions {
  margin-bottom: 30px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/about/past-editions-bg.png') no-repeat 280px 60px;
}

.about .kikk-editions #kikk-12 {
  margin-top: -50px;
  margin-bottom: 100px;
}

.about .kikk-editions #kikk-12 img {
  float: left;
  margin-right: 45px;
}

.about .kikk-editions #kikk-11 {
  padding-bottom: 70px;
}

.about .kikk-editions #kikk-11 img {
  float: right;
  margin-left: 45px;
  margin-right: 80px;
}

.about .kikk-editions #kikk-11 p {
  float: right;
  text-align: right;
}

.about .kikk-editions strong {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  font-weight: bold;
}

.about .kikk-editions em {
  font-family: "calendas", serif;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
}

.about .kikk-editions a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 64px;
}


.detail .kikk-inner-content {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/content-bg-2.png') no-repeat center top;
  margin-bottom: 30px;
}

.detail section .kikk-detail-info {
  margin-top: 70px;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.4);
}

.detail section .kikk-detail-info .content div {
  float: left;
  padding-left: 25px;
}

.detail section .kikk-detail-info .content div.event-talk {
  width: 350px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/talk-icon.png') no-repeat left 8px;
}

.detail section .kikk-detail-info .content div.event-hour {
  width: 210px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/hour-icon.png') no-repeat left 8px;
}

.detail section .kikk-detail-info .content div.event-place {
  width: 140px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/place-icon.png') no-repeat left 8px;
}

.detail section .kikk-detail-info .content div.event-share {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/share-icon.png') no-repeat left 8px;
}

.detail section .kikk-detail-info .content strong {
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.detail section .kikk-detail-info .content em {
  display: block;
  margin-top: 2px;
  font-family: "calendas", serif;
  font-size: 16px;
  line-height: 21px;
  color: #00b7d5;
  -webkit-font-smoothing: antialiased;
}

.detail section .kikk-detail-info .content ul {
  margin-top: 6px;
}

.detail section .kikk-detail-info .content ul li {
  float: left;
  margin-right: 5px;
}

.detail section .kikk-detail-info .content ul li a {
  display: block;
  width: 18px;
  height: 15px;
  text-indent: -999em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.detail section .kikk-detail-info .content ul li a.twt {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/twt-icon.png') no-repeat left top;
}

.detail section .kikk-detail-info .content ul li a.fbk {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/fbk-icon.png') no-repeat left top;
}

.detail section .kikk-detail-info .content ul li a.goo {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/goo-icon.png') no-repeat left top;
}

.detail section .kikk-detail-info .content ul li a:hover {
  background-position: left bottom;
}

.detail section .kikk-speaker-detail {
  margin-top: 50px;
}

.detail section .kikk-speaker-detail .left {
  float: left;
  width: 340px;
  margin-right: 50px;
}

.detail section .kikk-speaker-detail .right {
  float: left;
  width: 540px;
}

.detail section .kikk-speaker-detail .right li {
  float: none !important;
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
}

.detail section .kikk-speaker-detail .right li.last {
  margin-bottom: 0;
}

.detail section .kikk-speaker-detail .right img {
  width: 100%;
  height: auto;
}

.detail section .kikk-speaker-detail h1 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
  font-family: "futura-pt", sans-serif;
  font-size: 31px;
  line-height: 50px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.detail section .kikk-speaker-detail h1 em {
  display: block;
  font-family: "calendas", serif;
  font-size: 17px;
  line-height: 20px;
  color: #FFF;
  opacity: .4;
  text-transform: none;
  font-weight: normal;
}

.detail section .kikk-speaker-detail h1:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 12px;
  height: 2px;
  background: #FFF;
}

.detail section .kikk-speaker-detail h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.detail section .kikk-speaker-detail h2 em {
  display: block;
  font-family: "calendas", serif;
  font-size: 19px;
  line-height: 27px;
  color: #00b7d5;
  text-transform: none;
  font-weight: normal;
  padding: 3px 0 0 0;
}

.detail section .kikk-speaker-detail h2:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 12px;
  height: 2px;
  background: #FFF;
}

.detail section .kikk-speaker-detail p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
}

.detail section .kikk-speaker-detail ul {
  margin-top: 25px;
}

.detail section .kikk-speaker-detail ul li {
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.detail section .kikk-speaker-detail ul li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.detail section .kikk-speaker-detail .actions {
  margin-top: 30px;
  padding-top: 20px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/dot-border.png') repeat-x left top;
}

.detail section .kikk-speaker-detail .actions ul {
  margin: 0;
  float: right;
}

.detail section .kikk-speaker-detail .actions ul li {
  border: none;
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.detail section .kikk-speaker-detail .actions ul li a {
  color: #FFF;
}

.detail section .kikk-speaker-detail .actions ul li a:hover {
  color: #00b7d5;
}

.detail section .kikk-speaker-detail .actions ul li .cta-prev {
  padding: 0 0 0 15px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/prev-icon.png') no-repeat left center;
}

.detail section .kikk-speaker-detail .actions ul li .cta-next {
  padding: 0 15px 0 0;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/next-icon.png') no-repeat right center;
}

.detail section .kikk-speaker-detail .actions .back-listing {
  float: none;
  display: inline-block !important;
  padding: 0 0 0 15px;
  margin-top: 0;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/detail/prev-icon.png') no-repeat left center;
  line-height: 16px;
  position: relative;
  display: block;
  float: left;
  height: 15px;
  padding-right: 20px;
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  z-index: 2000;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  transition: all 0.2s cubic-bezier(0, 0, 0.07, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
  transition-timing-function: cubic-bezier(0, 0, 0.07, 0.98);
}

.detail section .kikk-speaker-detail .actions .back-listing:hover {
  color: #00b7d5;
}


.access .kikk-inner-content {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/content-bg-2.png') no-repeat center top;
  margin-bottom: 30px;
}

.access section h1 {
  position: relative;
  margin-top: 60px;
  margin-left: -30px;
  z-index: 100;
}

.access section h1 .baseline {
  position: absolute;
  left: 160px;
  top: 25px;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 60px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}

.access section .kikk-practical-details .line {
  position: absolute;
  left: 50%;
  top: 320px;
  bottom: 106px;
  display: block;
  width: 1px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/access/line.png') repeat-y left top;
}

.access section .kikk-practical-details .end-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 106px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/access/end-line.png') no-repeat left top;
}

.access section .kikk-practical-details .kikk-map {
  position: relative;
  height: 3080px;
  margin-top: -290px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/access/map.png') no-repeat 157px top;
}

.access section .kikk-practical-details h2 {
  float: right;
  margin-top: 480px;
  font-family: "calendas", serif;
  font-size: 55px;
  line-height: 56px;
  color: #FFF;
  text-transform: none;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.access section .kikk-practical-details .info {
  position: absolute;
  width: 400px;
  font-size: 16px;
  line-height: 30px;
}

.access section .kikk-practical-details .info em {
  display: block;
  margin-bottom: 20px;
  font-family: "calendas", serif;
  font-size: 30px;
  line-height: 41px;
  color: #bbbbbb;
  -webkit-font-smoothing: antialiased;
}

.access section .kikk-practical-details .info strong {
  display: block;
  font-weight: bold;
}

.access section .kikk-practical-details .info span {
  display: block;
  margin-top: 10px;
}

.access section .kikk-practical-details .info span a:hover {
  color: #FFF;
}

.access section .kikk-practical-details .info span a + a {
  padding-left: 13px;
  margin-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.access section .kikk-practical-details .info.left {
  left: 25px;
  padding-right: 40px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/access/step-line.png') no-repeat right 18px;
  text-align: right;
}

.access section .kikk-practical-details .info.right {
  right: 25px;
  padding-left: 40px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/access/step-line.png') no-repeat left 18px;
}

.access section .kikk-practical-details .hotel {
  position: absolute;
  left: 50%;
  top: 1460px;
  margin-left: -50px;
}

.access section .kikk-practical-details .restos {
  position: absolute;
  left: 50%;
  top: 2050px;
  margin-left: -50px;
}

.access section .kikk-practical-details .bars {
  position: absolute;
  left: 50%;
  top: 2620px;
  margin-left: -50px;
}

.access section .kikk-practical-details #i-1 {
  top: 760px;
}

.access section .kikk-practical-details #i-2 {
  top: 905px;
}

.access section .kikk-practical-details #i-3 {
  top: 1000px;
}

.access section .kikk-practical-details #i-4 {
  top: 1190px;
}

.access section .kikk-practical-details #i-5 {
  top: 1305px;
}

.access section .kikk-practical-details #i-6 {
  top: 1640px;
}

.access section .kikk-practical-details #i-7 {
  top: 1755px;
}

.access section .kikk-practical-details #i-8 {
  top: 1880px;
}

.access section .kikk-practical-details #i-9 {
  top: 2185px;
}

.access section .kikk-practical-details #i-10 {
  top: 2355px;
}

.access section .kikk-practical-details #i-11 {
  top: 2455px;
}

.access section .kikk-practical-details #i-12 {
  top: 2765px;
}


.subscribe .kikk-inner-content {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/content-bg-2.png') no-repeat center top;
  margin-bottom: 30px;
}

.subscribe section h1 {
  margin-left: -50px;
  margin-top: 85px;
}

.subscribe section .kikk-subscribe .left {
  float: left;
  width: 260px;
  margin-top: -60px;
  margin-right: 40px;
}

.subscribe section .kikk-subscribe .left p {
  font-family: "calendas", serif;
  font-size: 25px;
  line-height: 35px;
  color: #FFF;
  opacity: .8;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}

.subscribe section .kikk-subscribe .right {
  float: left;
  width: 625px;
  margin-top: -60px;
}

.subscribe section .kikk-subscribe .right h2 {
  font-size: 24px;
  line-height: 26px;
  padding-top: 3px;
  text-transform: uppercase;
}

.subscribe section .kikk-subscribe .right h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #FFF;
  line-height: 41px;
}

.subscribe section .kikk-subscribe .right p {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #00b7d5;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
}

.subscribe section .kikk-subscribe .right p.kikk-msg {
  font-size: 13px;
}

.subscribe section .kikk-subscribe .right #workshopForm {
  padding-bottom: 15px;
  border-bottom: 3px solid white;
  margin-bottom: 15px;
}

.subscribe section .kikk-subscribe .right #workshopForm h2 {
  margin-bottom: 15px;
}

.subscribe section .kikk-subscribe .right form .hide {
  display: none;
}

.subscribe section .kikk-subscribe .right form input[type="text"] {
  margin-bottom: 25px;
}

.subscribe section .kikk-subscribe .right form .kikk-form {
  margin-bottom: 30px;
}

.subscribe section .kikk-subscribe .right form .select {
  margin-bottom: 30px;
}

.subscribe section .kikk-subscribe .right form .check {
  margin-bottom: 15px;
}

.subscribe section .kikk-subscribe .right form .check label {
  float: left;
  margin-top: 4px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: none;
  cursor: pointer;
}

.subscribe section .kikk-subscribe .right form .check label strong {
  color: #00b7d5;
}

.subscribe section .kikk-subscribe .right form .check.big {
  margin-top: 30px;
  margin-bottom: 30px;
}

.subscribe section .kikk-subscribe .right form .check.big label {
  margin-top: 3px;
}

.subscribe section .kikk-subscribe .right form .schedule label {
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.subscribe section .kikk-subscribe .right form .schedule label strong {
  color: #FFF;
  opacity: .5;
  padding-right: 30px;
}

.subscribe section .kikk-subscribe .right form input[type="submit"] {
  height: 80px;
  width: 630px;
  margin-top: 80px;
  margin-bottom: 50px;
  background: none;
  border: 3px solid white;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 70px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}

.subscribe section .kikk-subscribe .right form input[type="submit"]:hover {
  background: #00b7d5;
  border: 3px solid #00b7d5;
}


.schedule .kikk-inner-content {
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/content/content-bg-2.png') no-repeat center top;
  margin-bottom: 30px;
}

.schedule section h1 {
  position: relative;
  margin-left: 40px;
  margin-top: 65px;
}

.schedule section h1 span {
  position: absolute;
  right: 5px;
  bottom: 70px;
}

.schedule section h1 span strong {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  color: #a7a7a7;
  text-transform: uppercase;
  font-weight: 700;
}

.schedule section .kikk-schedule-container {
  margin-top: 30px;
}

.schedule section .kikk-schedule-container .tabs {
  position: relative;
}

.schedule section .kikk-schedule-container .tabs:after {
  content: "";
  position: absolute;
  left: 313px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #585858;
}

.schedule section .kikk-schedule-container .tabs .schedule-switcher {
  float: right;
  margin-top: 30px;
  margin-right: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/schedule/scroll-arrow.png') no-repeat right 1px;
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  display: none;
  -webkit-font-smoothing: antialiased;
}

.schedule section .kikk-schedule-container .tabs ul li {
  float: left;
}

.schedule section .kikk-schedule-container .tabs ul li a {
  display: block;
  width: 155px;
  height: 60px;
  background: #3f3f3f;
  border: 1px solid #585858;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}

.schedule section .kikk-schedule-container .tabs ul li a.active {
  color: #00b7d5;
  background: transparent;
  border-bottom: 0;
}

.schedule section .kikk-schedule-container .tabs ul li a:hover {
  color: #00b7d5;
}

.schedule section .kikk-schedule-container .tabs ul li.last {
  margin-left: -1px;
}

.schedule section .schedule-wrapper {
  position: relative;
  height: 2350px;
  margin-top: 45px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/schedule/dot-border.png') repeat-y left 121px;
}

.schedule section .schedule-wrapper.clone {
  display: none;
}

.schedule section .schedule-wrapper .schedule {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.schedule section .schedule-wrapper .schedule .sch-event {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.schedule section .schedule-wrapper .schedule .sch-event.highlight {
  z-index: 100;
}

.schedule section .schedule-wrapper .schedule.onElement .sch-event {
  opacity: .4;
}

.schedule section .schedule-wrapper .schedule.onElement .sch-event.highlight {
  z-index: 100;
  opacity: 1;
}

.schedule section .schedule-wrapper .sch-time {
  position: relative;
  float: left;
  width: 85px;
  height: 100%;
  margin-top: 93px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/schedule/timetable-bg.png') repeat left 16px;
}

.schedule section .schedule-wrapper .sch-time p {
  position: absolute;
  top: 0;
  left: -10px;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.schedule section .schedule-wrapper .sch-time p span {
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
  margin-top: -2px;
  font-size: 13px;
}

.schedule section .schedule-wrapper .sch-time p span strong {
  color: #7f7f7f;
  padding-left: 4px;
}

.schedule section .schedule-wrapper .sch-time p.blue {
  color: #00b7d5;
}

.schedule section .schedule-wrapper .sch-time p.blue strong {
  color: #00b7d5;
}

.schedule section .schedule-wrapper .sch-time p.pause {
  padding-left: 55px;
  font-size: 13px;
}

.schedule section .schedule-wrapper .sch-time p.pause:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #FFF;
}

.schedule section .schedule-wrapper .sch-col {
  position: relative;
  float: left;
  width: 253px;
  height: 100%;
  border-right: 1px solid #5b5b5b;
}

.schedule section .schedule-wrapper .sch-col.last {
  border-right: 0;
}

.schedule section .schedule-wrapper .sch-col h2 {
  padding: 0 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}

.schedule section .schedule-wrapper .sch-col h2 em {
  display: block;
  font-family: "calendas", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.schedule section .schedule-wrapper .sch-col.konference {
  z-index: 100;
}

.schedule section .schedule-wrapper .sch-col.konference h2 em {
  color: #00b7d5;
}

.schedule section .schedule-wrapper .sch-col.konference .sch-event {
  border-top: 4px solid #00b7d5;
}

.schedule section .schedule-wrapper .sch-col.workshop h2 em {
  color: #f21788;
}

.schedule section .schedule-wrapper .sch-col.workshop .sch-event {
  border-top: 4px solid #f21788;
}

.schedule section .schedule-wrapper .sch-col.screening h2 em {
  color: #ff5400;
}

.schedule section .schedule-wrapper .sch-col.screening .sch-event {
  border-top: 4px solid #ff5400;
}

.schedule section .schedule-wrapper .sch-col.performance h2 em {
  color: #ff9000;
}

.schedule section .schedule-wrapper .sch-col.performance .sch-event {
  border-top: 4px solid #ff9000;
}

.schedule section .schedule-wrapper .sch-event-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/schedule/timetable-bg.png') repeat left top;
}

.schedule section .schedule-wrapper .sch-event {
  position: absolute;
  left: 20px;
  top: 0;
  width: 213px;
  height: auto;
  background: #3f3f3f;
  overflow: hidden;
}

.schedule section .schedule-wrapper .sch-event.party-time {
  width: 970px;
}

.schedule section .schedule-wrapper .sch-event div {
  background: #3f3f3f;
}

.schedule section .schedule-wrapper .sch-event a {
  color: #fff;
}

.schedule section .schedule-wrapper .sch-event .time {
  padding: 10px 10px;
  background: #000;
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
  color: #FFF;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.schedule section .schedule-wrapper .sch-event .time p {
  float: left;
  padding-right: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 11px;
  line-height: 17px;
  font-family: "futura-pt", sans-serif;
}

.schedule section .schedule-wrapper .sch-event .time ul {
  float: right;
}

.schedule section .schedule-wrapper .sch-event .time ul li {
  float: left;
  padding-right: 10px;
  margin-right: 7px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/schedule/arrow.png') no-repeat right center;
}

.schedule section .schedule-wrapper .sch-event .time ul li + li {
  padding-right: 0;
  background: none;
}

.schedule section .schedule-wrapper .sch-event .title {
  padding: 20px;
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.schedule section .schedule-wrapper .sch-event .title em {
  display: block;
  font-family: "calendas", serif;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  opacity: .5;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
}

.schedule section .schedule-wrapper .sch-event.break {
  z-index: 20;
  background: #2a2a2a;
  border-top: none!important;
}

.schedule section .schedule-wrapper .sch-event.break p {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -43px;
  padding-left: 25px;
  background: transparent url('https://2013.kikk.be/files/templates/kikk2013/public/assets/schedule/break.png') no-repeat left center;
  font-family: "calendas", serif;
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1440px) {
  
  .schedule .sch-time p {
    left: 0 !important;
  }
}



.dk_container {
  width: 300px;
  background-color: #FFF;
  font-family: "calendas", serif;
  font-size: 16px;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
}

.dk_container:focus {
  outline: 0;
}

.dk_container a {
  cursor: pointer;
  text-decoration: none;
}


.dk_toggle {
  height: 45px;
  width: 250px !important;
  color: rgba(16, 16, 16, 0.8);
  line-height: 45px;
  padding: 0 25px;
  position: relative;
  background: white url('https://2013.kikk.be/files/templates/kikk2013/public/assets/subscribe/select.png') no-repeat 94% center;
}

.dk_toggle:hover {
  color: rgba(16, 16, 16, 0.8);
}




.dk_open {
  
  z-index: 10;
}

.dk_open .dk_toggle {
  background: white url('https://2013.kikk.be/files/templates/kikk2013/public/assets/subscribe/select.png') no-repeat 94% center;
  color: rgba(16, 16, 16, 0.8);
}



.dk_options {
  background: white a;
  background-display: block;
  background-color: rgba(16, 16, 16, 0.8);
  background-background-color: #fff;
}

.dk_options a:hover,
.dk_options .dk_option_current a {
  color: #FFF;
  background: #00b7d5;
  border-bottom: 1px solid white;
}

.dk_options li:last-child a {
  border-bottom: none;
}

.dk_options .disabled {
  cursor: default;
}

.dk_options .disabled a {
  color: #aaa;
}

.dk_options .disabled:hover, .dk_options .disabled:hover a {
  cursor: default;
  background-color: #fff;
  border-bottom-color: #CCC;
}



.dk_options_inner {
  max-height: 250px;
  border: 1px solid #cccccc;
  border-bottom-color: #CCC;
  color: rgba(16, 16, 16, 0.8);
}

.dk_options_inner a {
  display: block;
  height: 40px;
  padding: 0 25px;
  line-height: 40px;
  color: rgba(16, 16, 16, 0.8);
  background: #FFF;
  border-bottom: 1px solid #e5e5e5;
}

.dk_options_inner a:hover,
.dk_options_inner a .dk_option_current a {
  color: #FFF;
  background: #00b7d5;
  border-bottom: 1px solid white;
}




.dk_container {
  display: none;
  float: left;
}

.dk_container a {
  outline: 0;
}


.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}


.dk_open {
  position: relative;
}

.dk_open .dk_options {
  display: block;
}

.dk_open .dk_label {
  color: inherit;
}


.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}

.dk_options a, .dk_options a:link, .dk_options a:visited {
  display: block;
}


.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}



.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden;
}



.dk_mobile {
  position: relative;
}

.dk_mobile select {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}


@media only screen and (max-width: 1440px) {
  
  .head-back-container .head-man {
    right: -100px !important;
  }

  
  .kikk-stage {
    min-width: 1100px;
  }

  
  footer {
    max-width: 1100px;
    background-position: -145px top;
  }
}
@media only screen and (max-width: 1200px) {
  
  header .head-socials {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  
  .head-man {
    right: -200px;
  }

  
  header .lng-selector {
    right: 70px;
  }
  
  header .head-socials {
    margin-right: 130px;
  }

  
  .inner {
    width: 1024px;
  }

  
  .kikk-stage {
    min-width: 1024px;
  }

  
  section .kikk-title {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  
  section .kikk-title h1 {
    margin-top: 50px !important;
  }
  
  section .kikk-title h1 img {
    max-width: 100%;
    margin: 0 20px;
  }
  
  section .kikk-speakers {
    padding-top: 120px;
  }
  
  section .kikk-explanation .left {
    width: 435px !important;
  }
  
  section .kikk-explanation .right {
    width: 440px !important;
  }
  
  section .kikk-editions #kikk-11 img {
    margin-right: 0 !important;
  }
  
  section .schedule-wrapper {
    background-position: 25px 121px !important;
  }
  
  section .schedule-wrapper .sch-time p {
    left: 15px !important;
  }
  
  section .schedule-wrapper .sch-col {
    width: 234px !important;
  }
  
  section .schedule-wrapper .sch-event {
    width: 193px !important;
  }
  
  section .schedule-wrapper .sch-event.party-time {
    width: 900px!important;
  }
  
  section .schedule-wrapper .sch-event .time p {
    padding-right: 15px !important;
  }
  
  section.kikk-lineup .curated {
    top: 580px !important;
    right: -75px !important;
  }
}
@media only screen and (max-width: 960px) {
  
  .head-man {
    display: none;
  }

  
  h1 span.baseline strong {
    display: none!important;
  }

  
  header .head-logo {
    width: 270px;
  }
  
  header .head-logo a {
    padding-top: 25px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -1px;
  }
  
  header nav ul {
    margin-left: 45px;
  }

  
  .kikk-stage {
    min-width: 768px;
  }

  
  .head-back-container {
    min-width: 800px;
  }

  
  .inner {
    width: 100% !important;
    margin: 0 !important;
  }

  
  .content {
    width: 688px;
    padding: 0 40px;
  }

  
  section .kikk-title {
    text-align: center;
  }
  
  section .kikk-title h1 {
    text-align: left;
  }
  
  section .speakers-list .speaker {
    width: 50%;
  }
  
  section .kikk-explanation .left,
  section .kikk-explanation .right {
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    text-align: left !important;
  }
  
  section .kikk-explanation .left.baseline,
  section .kikk-explanation .right.baseline {
    margin-bottom: 40px;
    margin-top: -30px !important;
  }
  
  section .kikk-explanation h2.left {
    height: 185px;
    margin-top: 50px !important;
  }
  
  section .inner-content .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  section .kikk-detail-info .event-talk {
    width: 220px !important;
  }
  
  section .kikk-detail-info .event-hour {
    width: 160px !important;
  }
  
  section .kikk-detail-info .event-place {
    width: 110px !important;
  }
  
  section .kikk-speaker-detail .left,
  section .kikk-speaker-detail .right {
    float: none !important;
    width: 100% !important;
  }
  
  section .kikk-speaker-detail .left {
    margin-bottom: 50px;
  }
  
  section .schedule-wrapper {
    background-position: 25px 121px !important;
  }
  
  section .schedule-wrapper.clone {
    display: block !important;
  }
  
  section .schedule-wrapper .sch-time p {
    left: 15px !important;
  }
  
  section .schedule-wrapper .sch-col {
    width: 340px !important;
  }
  
  section .schedule-wrapper .sch-col.screening, section .schedule-wrapper .sch-col.performance {
    display: none;
  }
  
  section .schedule-wrapper .sch-col.screening.clone, section .schedule-wrapper .sch-col.performance.clone {
    display: block !important;
  }
  
  section .schedule-wrapper .sch-event {
    width: 300px !important;
  }
  
  section .schedule-wrapper .sch-event.party-time {
    width: 640px!important;
  }
  
  section .schedule-wrapper .sch-event .time p {
    padding-right: 30px !important;
    margin-right: 30px !important;
  }
  
  section .schedule-wrapper .sch-event .time ul {
    float: left !important;
  }
  
  section .schedule-switcher {
    display: block !important;
  }
  
  section .kikk-subscribe .left,
  section .kikk-subscribe .right {
    float: none !important;
    width: 100% !important;
  }
  
  section .kikk-subscribe .left p,
  section .kikk-subscribe .right p {
    text-align: left !important;
  }
  
  section .kikk-subscribe .left p.kikk-msg,
  section .kikk-subscribe .right p.kikk-msg {
    text-align: center !important;
  }
  
  section .kikk-subscribe .right {
    margin-top: 40px !important;
  }
  
  section .kikk-subscribe .right form .field.half {
    width: 334px !important;
  }
  
  section .kikk-subscribe .right form .field.half input[type="text"],
  section .kikk-subscribe .right form .field.half .dk_toggle {
    width: 284px !important;
  }
  
  section .kikk-subscribe .right form .field.half .dk_container {
    width: 334px !important;
  }
  
  section .kikk-subscribe .right form input[type="submit"] {
    width: 688px !important;
  }
  
  section .kikk-subscribe .right .kikk-form {
    margin-bottom: 0 !important;
  }
  
  section.kikk-lineup .curated {
    top: 580px !important;
    right: -25px !important;
    text-align: left;
  }

  
  footer {
    background: none;
    padding-top: 0;
    margin-top: 0;
    min-width: 0;
  }
  
  footer .content div.kikk-newsletter {
    width: 220px;
    margin-right: 30px;
  }
  
  footer .content div.kikk-breadcrumb {
    width: 200px;
    margin-right: 0px;
  }
  
  footer .content div.kikk-breadcrumb ul {
    margin-right: 20px;
  }
  
  footer .content div.kikk-breadcrumb ul.last {
    margin-right: 0;
  }
  
  footer .content div.kikk-partners {
    margin-left: 30px;
  }
  
  footer .content input[type="submit"] {
    width: 100%;
    margin-top: 10px;
  }

  
  .access section h1 {
    display: block;
    width: 625px;
    margin: 60px auto 0;
  }
  
  .access section .kikk-practical-details .kikk-map {
    background-position: 37px top;
  }
  
  .access section .kikk-practical-details h2 {
    width: 688px;
    text-align: center;
  }
  
  .access section .kikk-practical-details .info {
    width: 279px;
  }

  
  .listing .kikk-title {
    padding: 0 !important;
    width: 768px !important;
  }
  
  .listing .kikk-title p {
    width: 100% !important;
    margin-top: 0 !important;
    text-align: left !important;
    position: relative!important;
    top: inherit!important;
  }
  
  .listing .kikk-title p.baseline {
    margin-top: -120px !important;
    margin-bottom: 40px !important;
  }
  
  .listing .kikk-title blockquote {
    width: 100%!important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    position: relative!important;
    top: inherit!important;
  }
  
  .listing .kikk-title h2 {
    position: relative;
    top: inherit!important;
    left: inherit!important;
    right: inherit!important;
    margin-top: -80px !important;
    text-align: left!important;
  }
  
  .listing .kikk-speakers {
    padding-top: 40px !important;
  }

  
  .subscribe h1 {
    display: block;
    text-align: center;
    margin-left: 0 !important;
  }

  
  .schedule h1 {
    margin-left: 0 !important;
  }

  
  .detail section .kikk-speaker-detail .right li {
    margin: 0;
  }
  
  .detail section .kikk-speaker-detail .right li img {
    display: block;
  }

  
  .about .kikk-explanation .story {
    padding: 0 0 500px !important;
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  
  .kikk-border {
    display: none;
  }
}


#mobile-nav {
  display: none;
  position: absolute;
  right: 0;
  margin: 90px 0 0 0;
  z-index: 10000;
}

#mobile-nav label {
  display: block;
  font-family: "futura-pt", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 0;
}

#mobile-nav select {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 5px 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  height: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  
  #mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #00b7d5;
    padding: 7px 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    display: block;
  }
  
  #mobile-nav label {
    display: none;
  }
  
  #mobile-nav select {
    height: 20px;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  
  .kikk-stage {
    min-width: 0;
  }

  
  nav {
    display: none;
  }

  
  .kikk-subscribe {
    padding: 0 20px;
  }

  
  form .field {
    margin: 0 auto 15px !important;
    position: relative;
    float: none!important;
    clear: both;
  }
  
  form .field .dk_container {
    float: none;
  }

  
  section .kikk-subscribe .right form .field.half {
    width: 100%!important;
  }

  
  section .kikk-subscribe .right form .field.half input[type="text"], section .kikk-subscribe .right form .field.half .dk_toggle {
    width: 100%!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  
  section .kikk-subscribe .right form .field.half .dk_container {
    width: auto!important;
  }

  
  section .kikk-subscribe .right form input[type="submit"] {
    width: 100% !important;
  }

  
  .subscribe section .kikk-subscribe .right form .check label {
    float: none;
    margin-left: 50px;
    padding-top: 8px;
    font-size: 15px;
    line-height: 17px;
  }

  
  .content {
    width: auto;
    padding: 0 20px;
  }

  
  footer .content div.kikk-newsletter {
    width: auto;
    text-align: center;
    margin: 0;
    padding: 30px 0 0 0;
    float: none;
  }
  
  footer .content div.kikk-newsletter input[type=text] {
    width: 240px;
  }
  
  footer .content div.kikk-partners {
    width: auto;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    float: none;
    clear: both;
  }
  
  footer .content div.kikk-partners ul li {
    float: none;
    display: inline;
  }
  
  footer .content div.kikk-breadcrumb {
    display: none;
  }

  
  .head-back-container {
    min-width: 0;
  }

  
  body.access section .kikk-practical-details .info {
    position: relative;
    top: inherit!important;
    left: inherit!important;
    right: inherit!important;
    clear: both;
    padding: 0 20px 30px 60px !important;
    background-position: 30px 18px !important;
    width: auto!important;
  }

  
  .access section .kikk-practical-details .kikk-map {
    background-position: -200px 0;
    background-size: 600px;
    height: auto;
    margin: -300px -20px 0;
    padding-top: 40px;
  }

  
  .access section .kikk-practical-details .info.left {
    text-align: left;
  }

  
  .access section .kikk-practical-details h2 {
    width: auto;
    text-align: left;
    float: none;
    padding: 0 40px 40px 60px;
    margin-top: 330px;
    font-size: 35px;
    line-height: 36px;
  }
  
  .access section .kikk-practical-details .hotel, .access section .kikk-practical-details .restos, .access section .kikk-practical-details .bars {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 0 0 30px -18px;
  }
  
  .access section .kikk-practical-details .line {
    top: 240px;
  }
  
  .access section .kikk-practical-details .line, .access section .kikk-practical-details .end-line {
    left: 30px;
  }

  
  footer .kikk-copyright {
    text-align: center;
  }
  
  footer .kikk-copyright p {
    line-height: 17px;
  }
  
  footer .kikk-copyright p a {
    display: block;
    float: none;
    padding-top: 10px;
  }

  
  .detail section .kikk-speaker-detail .left {
    padding: 20px;
    width: auto!important;
    float: none!important;
    margin: 0!important;
  }

  
  .home section.kikk-lineup h1 span {
    right: 20px;
    bottom: -110px;
    text-align: center;
  }

  
  .button-container {
    background: none;
    height: auto;
  }

  
  a.button {
    width: auto;
    display: block;
  }

  
  h2 img {
    max-width: 90%;
  }

  
  img {
    max-width: 100%;
  }

  
  .listing .kikk-title {
    width: auto!important;
    float: none!important;
  }

  
  .listing section .kikk-title p {
    width: auto!important;
    float: none!important;
  }

  
  .listing .kikk-title p.baseline {
    margin-top: 0!important;
  }

  
  .listing .kikk-title blockquote {
    margin-top: 0!important;
  }

  
  .home section .kikk-stats, .home section .speakers-list {
    margin: 0 -20px;
    position: relative;
  }

  
  .schedule section .schedule-wrapper .sch-event {
    position: relative;
    top: inherit!important;
    left: inherit!important;
    height: auto!important;
    width: 100%!important;
    opacity: 1!important;
  }

  
  .schedule section .schedule-wrapper .schedule {
    position: relative;
    top: inherit!important;
    left: inherit!important;
    right: inherit!important;
    bottom: inherit!important;
  }

  
  .schedule section .schedule-wrapper .sch-time {
    display: none;
  }

  
  .schedule section .schedule-wrapper .sch-col {
    width: 100% !important;
    float: none!important;
    margin: 0 0 50px;
  }

  
  .schedule section .schedule-wrapper {
    background: none!important;
  }

  
  .schedule section .schedule-wrapper {
    height: auto;
  }

  
  .schedule section .kikk-schedule-container .tabs .schedule-switcher {
    display: none!important;
  }

  
  .schedule section .schedule-wrapper .sch-event .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  
  section .speakers-list .speaker {
    width: 100%;
  }

  
  .about .kikk-explanation .story {
    background: none;
    padding: 0!important;
  }

  
  footer .content div.kikk-newsletter {
    padding: 20px;
    position: relative;
  }
  
  footer .content div.kikk-newsletter input[type=text], footer .content div.kikk-newsletter input[type=submit] {
    clear: both;
    float: none;
    width: 180px;
  }
  
  footer .content div.kikk-newsletter input[type=submit] {
    clear: both;
    float: none;
    width: 220px;
    margin: 10px auto 0;
    display: block;
  }
}

