@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800");
@font-face {
  font-family: 'CeraPRO-Black';
  src: url("fonts/cera-pro-black.eot");
  src: url("fonts/cera-pro-black.eot?#iefix") format("embedded-opentype"), url("fonts/cera-pro-black.woff2") format("woff2"), url("fonts/cera-pro-black.woff") format("woff"), url("fonts/cera-pro-black.ttf") format("truetype"), url("fonts/cera-pro-black.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Mixins */
/* Variables */
/* Scaffolding */
.container-xl {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

@media (min-width: 1370px) {
  .container-xl {
    width: 1340px; } }
.container-extended {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 818px) {
  .container-extended {
    width: 800px; } }
@media (min-width: 1052px) {
  .container-extended {
    width: 1020px; } }
@media (min-width: 1260px) {
  .container-extended {
    width: 1220px; } }
/* Animations */
.animated, .fadeInUp {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite, .infinite.fadeInUp {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* Typography */
a {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out; }
  a:focus, a:hover {
    text-decoration: none;
    color: inherit;
    opacity: .65; }

em {
  font-style: normal; }

.small, small {
  font-size: 87.5%; }

.smaller {
  font-size: 75%; }

h2, .section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 0; }

.section-title em, .page-header em {
  color: #ff1f1f; }

.section-intro {
  margin-bottom: 1.75em; }
  @media (min-width: 992px) {
    .section-intro {
      margin-bottom: 5em; } }

.intro-wrapper .page-header {
  font-size: 3.75em;
  font-weight: bold;
  line-height: 0.8333333333em; }

.title {
  color: #f40000;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.85em; }

.title-header {
  font-size: 1.875em;
  font-weight: bold;
  margin-bottom: 1.16em;
  margin-top: 0; }
  @media (min-width: 992px) {
    .title-header {
      font-size: 3.125em; } }

.btn-link {
  color: #f03535; }
  .btn-link:focus, .btn-link:hover {
    color: #f40000;
    text-decoration: none; }

.btn-default, .btn-full {
  background: #ff1f1f;
  border-radius: 0;
  border-width: 0;
  color: #ffffff;
  font-weight: 500;
  height: 56px;
  line-height: 50px;
  text-transform: uppercase;
  min-width: 166px; }
  .btn-default:focus, .btn-full:focus, .btn-default:hover, .btn-full:hover {
    background: #f40000;
    color: #ffffff; }

.btn-full {
  height: 100%;
  width: 100%; }
  @media (min-width: 992px) {
    .btn-full {
      font-size: 1.875em;
      line-height: 5em;
      height: 5.3333333333em; } }

.text-dark {
  color: #000000; }

.text-light {
  color: #ffffff; }

/* Menu */
.navbar {
  border: 0;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .navbar {
      position: static; } }
  @media (min-width: 768px) {
    .navbar {
      background-color: #000000;
      border-radius: 0;
      border-width: 0; }
      .navbar .container .navbar-brand, .navbar .container-fluid .navbar-brand, .navbar .container-xl .navbar-brand {
        margin-left: auto;
        line-height: 54px;
        height: 87px; }
        .navbar .container .navbar-brand > img, .navbar .container-fluid .navbar-brand > img, .navbar .container-xl .navbar-brand > img {
          display: inline-block;
          vertical-align: middle; }
      .navbar .navbar-nav {
        margin-right: auto; }
        .navbar .navbar-nav > li {
          line-height: 57px; }
          .navbar .navbar-nav > li a {
            line-height: inherit; }
            .navbar .navbar-nav > li a:focus, .navbar .navbar-nav > li a:hover {
              color: #f03535; } }
        @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
          .navbar .navbar-nav > li a {
            padding: 10px;
            font-size: .8em; } }
  @media (min-width: 768px) {
          .navbar .navbar-nav > li.active a {
            color: #f40000; }
            .navbar .navbar-nav > li.active a:focus, .navbar .navbar-nav > li.active a:hover {
              color: #f03535; } }
  .navbar .navbar-nav > li a {
    color: #ffffff; }

.navbar-inverse {
  background-color: #000000; }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0; }
    .navbar-inverse .navbar-collapse.in, .navbar-inverse .navbar-collapse.collapsing, .navbar-inverse .navbar-form.in, .navbar-inverse .navbar-form.collapsing {
      background-color: #101010;
      position: absolute;
      width: 100%;
      z-index: 20; }
    @media (max-width: 767px) {
      .navbar-inverse .navbar-collapse li, .navbar-inverse .navbar-form li {
        position: relative; }
        .navbar-inverse .navbar-collapse li > a, .navbar-inverse .navbar-form li > a {
          font-size: 1.875em;
          font-weight: bold;
          line-height: 2em;
          padding-left: 25px; }
        .navbar-inverse .navbar-collapse li.active:before, .navbar-inverse .navbar-collapse li.active::before, .navbar-inverse .navbar-form li.active:before, .navbar-inverse .navbar-form li.active::before {
          background: #ff1f1f;
          bottom: 0;
          content: '';
          display: block;
          height: 7px;
          margin: auto;
          position: absolute;
          top: 0;
          width: 15px;
          z-index: 10; }
        .navbar-inverse .navbar-collapse li.active > a, .navbar-inverse .navbar-form li.active > a {
          color: #ff1f1f; } }

@media (min-width: 768px) {
  .content {
    padding-top: 87px; } }
/* ANIMATED SANDWITCH MENU */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 76px;
  height: 66px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 29px;
  left: 23px;
  right: 23px;
  height: 4px;
  background: #ffffff; }

.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  content: ""; }

.c-hamburger span::before {
  top: -10px; }

.c-hamburger span::after {
  bottom: -10px; }

.c-hamburger--htx {
  /*background-color: #ff3264;*/
  background: transparent !important; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before, .c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #cb0032; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
  background: #f40000; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
body {
  background: #101010;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, serif;
  font-size: 16px; }

h1, h2, h3, h4 {
  font-family: "CeraPRO-Black", "Helvetica Neue", Helvetica, Arial, serif;
  font-weight: 800; }

h5 {
  font-weight: 800; }

/* INTRO */
.intro-wrapper {
  background: url(img/intro-bg@2x.png);
  background-position: left 10px;
  background-size: auto 150px;
  background-repeat: no-repeat;
  position: relative; }
  @media (min-width: 992px) {
    .intro-wrapper {
      background-position: left center;
      background-size: 205px 350px; } }

.page-header {
  padding-bottom: 0;
  margin: auto;
  border-bottom: 0; }

.event-page .intro-wrapper {
  padding-bottom: 1.75em;
  padding-top: 3.25em;
  position: relative; }
  @media (min-width: 768px) {
    .event-page .intro-wrapper {
      padding-bottom: 3.875em;
      padding-top: 3.25em; } }
  .event-page .intro-wrapper .page-header-container {
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 4em; }
    @media (min-width: 992px) {
      .event-page .intro-wrapper .page-header-container {
        margin-bottom: 0;
        padding-bottom: 8.875em;
        padding-top: 11.25em;
        position: absolute; } }
  .event-page .intro-wrapper .page-header {
    font-size: 1.875em;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .event-page .intro-wrapper .page-header {
        font-size: 3.75em;
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 768px) {
    .event-page .intro-wrapper .title {
      margin-top: -2.25em; } }
  @media (min-width: 992px) {
    .event-page .intro-wrapper {
      min-height: 472px;
      padding-bottom: 8.875em;
      padding-top: 11.25em; } }
.event-page .intro-desc-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: repeat;
  background-position: top left;
  z-index: -1; }
@media (max-width: 767px) {
  .event-page .intro-row {
    padding-bottom: 0.625em;
    padding-top: 1.3125em;
    position: relative; } }

.event-header-wrapper .event-info-row {
  background: #000000;
  font-family: "CeraPRO-Black", "Helvetica Neue", Helvetica, Arial, serif; }
.event-header-wrapper .matchheight-event.link {
  position: relative;
  min-height: 72px; }
  .event-header-wrapper .matchheight-event.link .info {
    position: absolute;
    font-size: 17px;
    top: 100%;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    left: 0;
    text-align: left;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, serif; }
    @media (max-width: 991px) {
      .event-header-wrapper .matchheight-event.link .info {
        font-size: 0.875em;
        margin-bottom: 10px;
        position: relative; } }
  .event-header-wrapper .matchheight-event.link .btn-full {
    background-color: #6B727D; }
    .event-header-wrapper .matchheight-event.link .btn-full p {
      margin-bottom: 0;
    }
.event-header-wrapper .btn-full {
  margin-left: -15px;
  position: absolute;
  line-height: 3em;
  font-size: 1.25em;
  height: auto;
  background-image: url(img/ticket-r-2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center; }
  .event-header-wrapper .header-info p {
    margin-bottom: 0;
  }
  .event-header-wrapper .header-info em {
    color: #ff1f1f;
    font-style: normal;
  }
  @media (max-width: 991px) {
    .event-header-wrapper .btn-full {
      margin-left: -15px;
      margin-right: -15px;
      width: initial;
      position: static;
      display: block; } }
  @media (min-width: 992px) {
    .event-header-wrapper .btn-full {
      /* padding-right: 100px; */
      font-size: .65em;
      height: 100%; } }
  @media (min-width: 1200px) {
    .event-header-wrapper .btn-full {
      font-size: 0.95em; } }
.event-header-wrapper .header-info {
  font-size: 0.875em; }
  @media (max-width: 991px) {
    .event-header-wrapper .header-info {
      margin-bottom: 1.5em;
      font-weight: 500; }
      .event-header-wrapper .header-info:first-child {
        margin-top: 1.5em; } }
  @media (min-width: 1200px) {
    .event-header-wrapper .header-info {
      font-size: 1.25em; } }
  .event-header-wrapper .header-info .ic {
    vertical-align: baseline;
    margin-right: 10px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event-header-wrapper .header-info {
      padding-top: 1em;
      font-size: .65em; }
      .event-header-wrapper .header-info .ic {
        margin-right: 0;
        margin-bottom: 10px; } }
.event-header-wrapper .countdown .days {
  color: #f40000;
  display: inline-block;
  font-weight: normal;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, serif; }
.event-header-wrapper .countdown .value {
  width: 21px;
  text-align: center;
  margin-right: 10px;
  display: inline-block; }
@media (min-width: 992px) {
  .event-header-wrapper {
    font-size: 1.5625em;
    line-height: 5.9em;
    display: table;
    width: 100%; }
    .event-header-wrapper .event-info-row {
      text-align: center; }
    .event-header-wrapper .matchheight-event {
      display: table-cell;
      vertical-align: middle; }
    .event-header-wrapper .btn-full {
      line-height: inherit;
      position: static; }
    .event-header-wrapper .header-info, .event-header-wrapper #countdown {
      display: inline-block;
      line-height: normal; }
      .event-header-wrapper .header-info {
        vertical-align: middle;
      }
      .event-header-wrapper .header-info p {
        margin-bottom: 0;
      }
    .event-header-wrapper #countdown {
      margin-top: 1em; }
    .event-header-wrapper .countdown .days {
      display: block;
      text-align: center;
      width: 100%;
      font-size: 0.6666666667em;
      width: auto; }
    .event-header-wrapper .countdown .value {
      display: block;
      text-align: center;
      width: 100%;
      font-size: 1.25em;
      margin-right: 0; } }
.event-header-wrapper .header-info .ic, .event-header-wrapper .header-info .info-label {
  display: inline-block; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event-header-wrapper .header-info .ic, .event-header-wrapper .header-info .info-label {
      display: block; } }
@media (min-width: 1200px) {
  .event-header-wrapper .header-info .info-label {
    max-width: calc(100% - 32px); } }

.header-img > img {
  min-width: 100%; }

/* SPEAKERS */
.speakers-wrapper {
  padding-top: 2.25em;
  margin-bottom: 4.0625em; }
  @media (min-width: 992px) {
    .speakers-wrapper {
      margin-bottom: 5.625em; } }

.single-speaker {
  /* background: #171717; */
  /* position: relative; */
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px; }

.single-speaker .speaker-content {
  border-radius: 4px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
  width: 100%; }
  .single-speaker .speaker-content a.fancybox {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .single-speaker .speaker-content a.fancybox:focus {
      outline: 0; }

.single-speaker .speaker-info {
  background: #171717;
  bottom: 0;
  height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: absolute;
  transition: height 0.2s ease-out;
  width: 100%; }
  .single-speaker .speaker-info .name {
    font-size: 1.125em;
    width: calc(100% - 95px);
    font-weight: 800; }
  .single-speaker .speaker-info .title {
    color: #f40000;
    font-size: 0.875em;
    width: calc(100% - 80px);
    overflow: hidden;
    position: relative;
    line-height: 1.42857143em;
    max-height: 4.28571429em;
    margin-right: -1em;
    padding-right: 1em; }
    .single-speaker .speaker-info .title:before {
      content: '...';
      position: absolute;
      right: 0;
      bottom: 0; }
    .single-speaker .speaker-info .title:after {
      content: '';
      position: absolute;
      right: 0;
      width: 1em;
      height: 1em;
      margin-top: 0.2em;
      background: #171717; }
.single-speaker.show-info .speaker-info .title {
  width: 100%; }
.single-speaker .speaker-img + .speaker-info {
  z-index: 1;
  display: block !important; }
  @media (max-width: 767px) {
    .single-speaker .speaker-img + .speaker-info {
      display: none !important; } }

.single-speaker .speaker-info .desc {
  height: 0;
  overflow: hidden;
  padding-right: 20px; }

.speaker-info .icons {
  bottom: 10px;
  left: 0;
  line-height: 0;
  padding-left: 25px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  width: 100%; }

.speaker-info .ic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 22px;
  width: 28px; }

.speaker-info .ic-info {
  background-image: url(img/ic-info@2x.png);
  background-image: url(img/ic-info.svg); }

.speaker-info .ic-twitter {
  background-image: url(img/ic-twitter@2x.png);
  background-image: url(img/ic-twitter.svg); }

.speaker-info .ic-facebook {
  background-image: url(img/ic-facebook@2x.png);
  background-image: url(img/ic-facebook.svg); }

.speaker-info .ic-linkedin {
  background-image: url(img/ic-linkedin@2x.png);
  background-image: url(img/ic-linkedin.svg); }

.fancybox-container {
  font-family: inherit; }

.fancybox-container .speaker-info .ic-info {
  display: none; }

@media (min-width: 768px) {
  .single-speaker.show-info .speaker-info {
    height: 100%; } }

.single-speaker.show-info .speaker-info .desc {
  height: calc(100% - 110px);
  padding-top: 1.25em;
  overflow-y: auto; }

.fancybox-slide > * {
  background: #000000; }

.nav-tabs {
  border-bottom: 0;
  font-size: 1.125em;
  font-weight: 800;
  margin-bottom: 4em; }

.nav-tabs > li {
  position: relative; }

.nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  color: inherit;
  margin-right: 0;
  opacity: 0.22;
  padding-top: 0; }

.nav-tabs > li::after {
  background: transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  right: 0;
  margin-right: 15px;
  margin-left: 15px; }
.nav-tabs > li.active::after {
  background: #f40000; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: transparent;
  border: 0;
  color: inherit;
  opacity: 1; }

.nav > li > a:focus, .nav > li > a:hover {
  background: transparent; }

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  opacity: .44; }

@media (min-width: 992px) {
  .single-speaker {
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px; }

  .nav-tabs {
    text-align: right; }

  .nav-tabs > li {
    display: inline-block;
    float: none; } }
@media (min-width: 768px) {
  .single-speaker .speaker-info .name {
    width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 1.42857143em;
    max-height: 2.85714286em;
    margin-right: -1em;
    padding-right: 1em; }
    .single-speaker .speaker-info .name:before {
      content: '...';
      position: absolute;
      right: 0;
      bottom: 0; }
    .single-speaker .speaker-info .name:after {
      content: '';
      position: absolute;
      right: 0;
      width: 1em;
      height: 1em;
      margin-top: 0.2em;
      background: #171717; }
  .single-speaker .speaker-info .desc {
    height: calc(100% - 7.75em); } }
@media (max-width: 991px) {
  .nav-tabs {
    text-align: center;
    margin-bottom: 3.2em; }

  .nav-tabs > li {
    float: none;
    display: inline-block; } }
@media (max-width: 767px) {
  .single-speaker {
    margin-bottom: 7px; }
    .single-speaker:nth-child(odd) {
      padding-right: 2px; }
    .single-speaker:nth-child(even) {
      padding-left: 2px; }
    .single-speaker .speaker-content {
      padding-bottom: 46px; }
    .single-speaker .speaker-info {
      height: 46px;
      padding-top: 6px; }
      .single-speaker .speaker-info .name {
        font-size: 0.875em;
        width: 100%; }
      .single-speaker .speaker-info .title {
        display: none; }
      .single-speaker .speaker-info .icons {
        display: none; }

  .section-title {
    padding-left: 15px;
    padding-right: 15px; }

  .nav-tabs {
    font-size: 0.875em; }

  .nav-tabs > li > a {
    padding-bottom: 0.25em; }

  .subheader {
    font-size: 1.125em;
    margin-bottom: 2.5em; }

  .has-intro .subheader {
    margin-bottom: 0.3333333333em; }

  .section-intro {
    padding-left: 15px;
    padding-right: 15px; } }
/*  Image grid  */
.grid-section {
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat-y; }

.image-grid-wrapper {
  padding-bottom: 2.25em;
  padding-top: 2.25em; }
  @media (min-width: 992px) {
    .image-grid-wrapper {
      padding-bottom: 4.5em;
      padding-top: 4.5em; } }
  @media (max-width: 767px) {
    .image-grid-wrapper .grid-content {
      padding-left: 45px;
      padding-right: 45px; } }
  .image-grid-wrapper .section-title {
    margin-bottom: 1.85em; }
  .image-grid-wrapper .single-grid-item {
    padding: 5px; }
    @media (min-width: 768px) {
      .image-grid-wrapper .single-grid-item {
        padding: 22px; } }
  .image-grid-wrapper .single-grid-item-content {
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    overflow: hidden; }

/*  Event Schedule  */
@media (min-width: 992px) {
  .panel-group {
    margin-left: -15px;
    margin-right: -15px; } }
.panel-group .panel {
  background-color: transparent;
  border: 0; }
  @media (max-width: 991px) {
    .panel-group .panel {
      border-bottom: 1px solid #262626;
      border-radius: 0;
      padding: 0; }
      .panel-group .panel:first-child {
        border-top: 1px solid #262626; }
      .panel-group .panel .panel-body {
        padding: 0; } }
  .panel-group .panel + .panel {
    margin-top: 0; }
.panel-group .panel-heading {
  padding: 0;
  position: relative; }
  @media (max-width: 992px) {
    .panel-group .panel-heading::after, .panel-group .panel-heading:after {
      content: '';
      display: block; } }
  @media (max-width: 991px) {
    .panel-group .panel-heading + .panel-collapse {
      animation-duration: 0s !important;
      visibility: visible !important; } }
  .panel-group .panel-heading + .panel-collapse .list-group, .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0; }
@media (min-width: 992px) {
  .panel-group .collapse, .panel-group .collapsing {
    display: block !important;
    height: auto !important; }
    .panel-group .collapse .panel-body, .panel-group .collapsing .panel-body {
      border-top: 0;
      padding: 0px 15px; } }

.event-schedule-wrapper {
  padding-bottom: 7em;
  padding-top: 5.625em;
  background-repeat: repeat;
  background-position: top left; }
  @media (max-width: 991px) {
    .event-schedule-wrapper {
      padding-bottom: 3.25em; }
      .event-schedule-wrapper .panel-group {
        background: #000000; } }
  .event-schedule-wrapper .schedule-session {
    margin-top: 45px; }
    .event-schedule-wrapper .schedule-session:first-child {
      margin-top: 0; }
    .event-schedule-wrapper .schedule-session.opening {
      margin-bottom: 45px; }
      @media (min-width: 992px) {
        .event-schedule-wrapper .schedule-session.opening {
          margin-bottom: 20px; } }
    .event-schedule-wrapper .schedule-session.closing {
      margin-bottom: 20px; }
    @media (min-width: 992px) {
      .event-schedule-wrapper .schedule-session.opening, .event-schedule-wrapper .schedule-session.closing {
        padding-left: 15px;
        padding-right: 15px; } }
  .event-schedule-wrapper .panel-title {
    font-size: 1.25em; }
    @media (min-width: 992px) {
      .event-schedule-wrapper .panel-title {
        font-size: 1.25em;
        text-align: center; }
        .event-schedule-wrapper .panel-title > a:focus, .event-schedule-wrapper .panel-title > a:hover {
          cursor: default;
          opacity: 1; } }
    .event-schedule-wrapper .panel-title > a {
      display: block;
      padding: 25px 15px;
      position: relative; }
      @media (max-width: 992px) {
        .event-schedule-wrapper .panel-title > a:after, .event-schedule-wrapper .panel-title > a::after {
          border-bottom: 16px solid #ff1f1f;
          border-left: 13px solid transparent;
          border-right: 13px solid transparent;
          border-top: 0;
          bottom: 0;
          content: '';
          display: block;
          height: 0;
          margin: auto;
          position: absolute;
          right: 25px;
          top: 0;
          width: 0;
          transition: border 0.2s ease-out; }
        .event-schedule-wrapper .panel-title > a.collapsed:after, .event-schedule-wrapper .panel-title > a.collapsed::after {
          border-bottom: 0;
          border-top: 16px solid #ff1f1f; } }
  .event-schedule-wrapper .session-title {
    background: #ff1f1f;
    min-height: 36px;
    line-height: 26px;
    padding: 5px 20px;
    margin-bottom: 40px; }
    .event-schedule-wrapper .session-title .session-number, .event-schedule-wrapper .session-title .session-name {
      display: inline-block;
      line-height: 1.42857143em; }
  .event-schedule-wrapper .session-event {
    color: #000000;
    font-weight: bold;
    line-height: 36px;
    min-height: 36px;
    position: relative; }
    .event-schedule-wrapper .session-event:nth-child(even) {
      background: #ffffff; }
    .event-schedule-wrapper .session-event:nth-child(odd) {
      background: #EBEBEB; }
    .event-schedule-wrapper .session-event.coffee {
      background: #969696;
      color: #ffffff; }
      .event-schedule-wrapper .session-event.coffee::after, .event-schedule-wrapper .session-event.coffee:after {
        background: url(img/ic-coffee@2x.png);
        background-size: 22px 20px;
        content: '';
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 22px;
        height: 20px; }
    .event-schedule-wrapper .session-event.lunch {
      background: #969696;
      color: #ffffff; }
      .event-schedule-wrapper .session-event.lunch::after, .event-schedule-wrapper .session-event.lunch:after {
        background: url(img/ic-lunch@2x.png);
        background-size: 27px 20px;
        content: '';
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 27px;
        height: 20px; }
    .event-schedule-wrapper .session-event.special {
      background: #707070;
      color: #ffffff; }
    .event-schedule-wrapper .session-event.primary {
      background: #f40000;
      color: #ffffff; }
    .event-schedule-wrapper .session-event .time {
      width: 90px; }
    .event-schedule-wrapper .session-event .time, .event-schedule-wrapper .session-event .name {
      display: inline-block;
      float: none;
      line-height: 1.42857143em;
      margin-left: -4px;
      vertical-align: middle;
      padding-bottom: 5px;
      padding-top: 5px; }

.event-date {
  display: inline-block;
  font-weight: bold;
  font-size: 2.5em;
  line-height: .85em;
  position: relative;
  text-align: left; }
  .event-date .day {
    color: #ff1f1f;
    text-indent: 0.3em; }
  .event-date .year {
    color: #ff1f1f;
    text-indent: 0.45em; }

/* Event map  */
.event-map-wrapper .section-title {
  margin-bottom: 1.25em; }
  @media (min-width: 768px) {
    .event-map-wrapper .section-title {
      margin-bottom: 2em; } }

.event-map-content {
  position: relative; }

@media (max-width: 991px) {
  .event-map-content .map {
    position: static; } }
.event-map-content .map-row {
  height: 100%; }
  .event-map-content .map-row #map {
    height: 100%; }
  @media (max-width: 991px) {
    .event-map-content .map-row {
      width: 100%;
      position: absolute;
      top: 0; } }
.event-map-content .address {
  padding-bottom: 1em;
  padding-top: 1.25em;
  top: 0;
  left: 0; }
  @media (min-width: 992px) {
    .event-map-content .address {
      position: absolute; } }
  .event-map-content .address .address-desc {
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 2.5em;
    position: relative;
    z-index: 11;
    width: 50%; }
    .event-map-content .address .address-desc .area, .event-map-content .address .address-desc .street, .event-map-content .address .address-desc .number {
      color: #f40000;
      font-weight: bold; }
  @media (min-width: 992px) {
    .event-map-content .address {
      padding: 1.5em; }
      .event-map-content .address .address-desc {
        font-size: inherit;
        margin-bottom: 6.7em; }
        .event-map-content .address .address-desc .number {
          font-size: 3.125em;
          line-height: 0.875em; }
        .event-map-content .address .address-desc .street {
          font-size: 1.15em; }
        .event-map-content .address .address-desc .area {
          font-size: 1em; } }
  .event-map-content .address .address-content {
    width: 550px;
    height: 550px;
    padding: 32px;
    position: relative;
    margin: auto; }
    .event-map-content .address .address-content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 550px 550px 0 0;
      border-color: #1b1b1b transparent transparent transparent;
      z-index: 10; }
    .event-map-content .address .address-content::after {
      content: '';
      position: absolute;
      width: 486px;
      height: 486px;
      margin: 32px;
      top: 0;
      left: 0;
      background: #fff;
      z-index: 5; }
    .event-map-content .address .address-content .map-link {
      z-index: 10;
      position: absolute;
      width: 100%;
      bottom: 47px;
      color: #f40000;
      font-weight: bold;
      margin-left: -32px; }
    .event-map-content .address .address-content .title-header {
      position: relative;
      z-index: 11;
      width: 60%; }
    @media (min-width: 992px) {
      .event-map-content .address .address-content {
        margin: 0; } }
    @media (max-width: 540px) {
      .event-map-content .address .address-content {
        width: 320px;
        height: 320px;
        padding: 5px; }
        .event-map-content .address .address-content::before {
          border-width: 320px 320px 0 0; }
        .event-map-content .address .address-content::after {
          margin: 5px;
          width: 300px;
          height: 300px; }
        .event-map-content .address .address-content .title-header {
          margin-bottom: .16em; }
        .event-map-content .address .address-content .map-link {
          margin-left: -5px; } }

/*  Full background section  */
.full-bg-wrapper {
  padding-bottom: 6em;
  padding-top: 6em;
  background-size: cover;
  background-position: center; }
  .full-bg-wrapper .section-title {
    margin-bottom: 0.8em; }
  .full-bg-wrapper .desc {
    margin-bottom: 2.5em; }

/*/    - - FOOTER    /*/
.footer {
  padding-bottom: 2.125em;
  padding-top: 2.125em; }
  @media (min-width: 768px) {
    .footer {
      padding-bottom: 4.5em;
      padding-top: 1.5em; } }
  .footer .logo {
    margin-bottom: 2em; }
  .footer .form-block label {
    display: none; }
  .footer #custom-fields {
    display: none; }
  .footer #ms-sub-form h3 {
    display: none; }

#powered-by-container {
  display: none; }

.form-block {
  display: inline-block; }
  .form-block input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff;
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    width: auto;
    vertical-align: middle;
    box-shadow: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .form-block input:focus, .form-block input:hover {
      border-color: #f40000 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: 0; }

.ms-form-submit-container {
  display: inline-block; }
  .ms-form-submit-container #sub-button, .ms-form-submit-container button[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-weight: 400;
    border-radius: 0;
    color: #f03535;
    background: transparent !important;
    margin-top: 0 !important; }
    .ms-form-submit-container #sub-button:focus, .ms-form-submit-container #sub-button:hover, .ms-form-submit-container button[type="submit"]:focus, .ms-form-submit-container button[type="submit"]:hover {
      outline: 0; }

.footer-top, .footer-bottom {
  font-size: 0.75em; }

.footer-bottom {
  margin-top: 2.25em; }

.footer-title {
  font-size: 1.1666666667em;
  margin-top: 0; }

.footer .nav > li > a {
  color: #4b4b4b;
  padding: 5px 0; }

.form-control {
  background: transparent;
  border-width: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.footer-col {
  padding-left: 5px;
  padding-right: 5px; }
  .footer-col .footer-title, .footer-col .nav > li > a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }
  .footer-col .menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .footer-col .menu > li {
      position: relative;
      display: block;
      float: none; }
      .footer-col .menu > li a {
        color: #4b4b4b;
        padding: 5px 0;
        position: relative;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px; }

.footer .footer-social {
  float: none;
  margin: auto;
  display: inline-block; }
  .footer .footer-social > li {
    display: inline-block; }
    .footer .footer-social > li > a {
      padding: 5px; }
.footer .social {
  width: 30px;
  height: 30px; }

.footer .form-control {
  color: #ffffff; }
  .footer .form-control:hover, .footer .form-control:focus {
    border-color: #f40000;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .footer .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.15); }
  .footer .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.15); }
  .footer .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.15); }
  .footer .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.15); }

.newsletter-form {
  margin-bottom: 40px; }

.form-group {
  position: relative; }

.form-group span.wpcf7-not-valid-tip {
  position: absolute;
  top: 34px; }

.footer-btn a {
  background: #cfb200;
  color: #000000; }
  .footer-btn a:focus, .footer-btn a:hover {
    background: #cfb200 !important;
    color: #000000 !important; }

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