/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 * 2. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 */
/*

EXAMPLE:

@include keyframe(fadeout) {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
*/
/*
    Example usage:
    @include animation(10s, 5s, changecolour)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* ==========================================================================
   COMMON
   ========================================================================== */
a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

.before-player {
  position: static !important; }

.bp-layout {
  position: relative;
  min-height: 100%;
  color: #000;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  font-size: 19px;
  font-family: 'zeppelin_31', 'Arial', sans-serif; }
  .bp-layout h1, .bp-layout h2, .bp-layout h3, .bp-layout h4, .bp-layout h5, .bp-layout h6 {
    text-rendering: optimizeLegibility; }
  .bp-layout *, .bp-layout *:before, .bp-layout *:after {
    box-sizing: border-box; }
  .bp-layout #breadcumbs {
    display: none; }
  .bp-layout aside {
    display: none; }
  .bp-layout .alpha img {
    width: auto !important; }
  .bp-layout i.ico.rain.s {
    display: none; }
  .bp-layout .title-nest {
    margin-left: 0 !important;
    margin-bottom: 10px !important; }
  .bp-layout article {
    font-size: 18px;
    margin-bottom: 40px; }
    .bp-layout article time {
      color: #666666; }
      .bp-layout article time b {
        font-weight: normal;
        color: #666666; }
    .bp-layout article .content {
      padding: 0; }
    .bp-layout article .content .summary {
      font-size: 20px;
      background: none;
      margin: 0 0 20px 0;
      padding: 0; }
      .bp-layout article .content .summary i {
        display: none; }
    .bp-layout article h1 {
      text-transform: none;
      margin-top: 40px;
      margin-bottom: 20px;
      font-weight: normal; }
    .bp-layout article .baseline-wrapper {
      margin-bottom: 20px; }
  .bp-layout .tile .meta a {
    display: none; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
 * Responsive images (ensure images don't scale beyond their parents)
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/*! suit-base v0.3.0 | MIT License | github.com/suitcss */
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications. Removes the default spacing and border for
 * appropriate elements.
 */
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, p, pre {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

iframe {
  border: 0; }

ol, ul {
  margin: 0;
  list-style: none;
  padding: 0; }

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important; }

p {
  margin-bottom: 25px; }

/**
  * Remove text-shadow in selection highlight: h5bp.com/i
  * These selection declarations have to be separate
  */
::-moz-selection {
  background: #45c6a0;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #45c6a0;
  color: #fff;
  text-shadow: none; }

.clearfix:before, .clearfix:after {
  display: table;
  /* 1 */
  content: ""
  /* 2 */ }
.clearfix:after {
  clear: both; }

.no-margin {
  margin: 0; }

.text-center {
  text-align: center; }

.before-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.bp-intro {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 10;
  height: 400px;
  background: url(../images/3_city.jpg?1) center 30% no-repeat;
  font-family: 'zeppelin_33';
  background-size: cover; }

.bp-intro__inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }

.bp-intro__title {
  display: block;
  font-size: 82px;
  line-height: 1;
  letter-spacing: 2px;
  margin: -20px auto 100px auto;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: url(../images/logo.png?1) center no-repeat;
  width: 800px;
  height: 391px; }

.bp-intro__subtitle {
  position: absolute;
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  bottom: 50px; }

.bp-intro__subtitle-highlight {
  color: #fa658e; }

.bp-intro--small {
  height: 350px; }
  .bp-intro--small .bp-intro__subtitle {
    display: none; }
  .bp-intro--small .bp-intro__title {
    height: 210px;
    margin-top: 0; }

.text-center {
  text-align: center; }

footer {
  border-top: 5px solid #fa658e;
  background-color: #000; }

footer section {
  border-top: 0 !important; }

.footer-space {
  height: 120px; }

.p2042-incut {
  color: #fa658e;
  font-size: 33px;
  text-align: center;
  margin: 30px 0; }

.p2042-h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 32px;
  display: block;
  text-align: center;
  margin: 50px auto 22px auto;
  letter-spacing: 1px; }

.p2042-masters {
  text-align: center; }

.p2042-master {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 20px; }

.p2042-master__image {
  width: 190px;
  margin-bottom: 30px; }

.p2042-master__name {
  font-weight: bold;
  font-size: 16px; }

.p2042-master__title {
  font-size: 16px; }

.p2042-schedule {
  width: 430px;
  margin: auto; }

.p2042-schedule__item {
  font-family: 'zeppelin_31', sans-serif;
  font-size: 22px;
  margin: 10px 0; }

.p2042-schedule__item__date {
  color: #fa658e;
  display: block;
  vertical-align: top;
  text-align: center; }

.p2042-schedule__item__event {
  display: block;
  vertical-align: top;
  font-size: 20px;
  text-align: center; }

.bp-intro__social {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -50px; }

/* ==========================================================================
   Grid Component
   ========================================================================== */
.grid {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed
  /* Webkit: fixes text-rendering: optimizeLegibility */ }

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .grid {
  word-spacing: -0.43em; }

.grid--center {
  text-align: center !important; }

.grid-cell {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  margin-left: 15px; }
  .grid-cell:first-child {
    margin-left: 0; }

.grid-cell-1 {
  width: 184px; }

.grid-cell-2 {
  width: 383px; }

.grid-cell-3 {
  width: 582px; }

.grid-cell-4 {
  width: 781px; }

.grid-cell-5 {
  width: 980px; }

.row {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 980px;
  width: 100%; }
  .row:before, .row:after {
    display: table;
    /* 1 */
    content: ""
    /* 2 */ }
  .row:after {
    clear: both; }

.row--button {
  text-align: center;
  position: fixed; }

.row--article { }

.row--form {
  max-width: 600px; }

.container {
  width: 100%;
  padding: 0 20px; }

.footer {
  width: 100%; }

/* ==========================================================================
   btn Component
   ========================================================================== */
.btn {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  /* 1 */
  /* 2 */
  box-sizing: border-box;
  /* 2 */
  cursor: pointer;
  line-height: normal;
  /* 5 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  /* 6 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:hover, .btn:focus, .btn:active {
  text-decoration: none; }

/**
    * Remove excess padding and border in Firefox 4+
    */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0; }

.btn--vote {
  color: #fff;
  background-color: #595959;
  width: 100%;
  padding: 12px 20px;
  border: 0;
  border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .btn--vote:hover {
    background-color: #3f3f3f; }

.btn--share {
  border-radius: 50px;
  padding: 15px 25px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn--vote-big {
  font-size: 24px;
  font-family: 'zeppelin_31';
  padding: 20px 40px;
  line-height: 1;
  height: 64px;
  border-radius: 32px; }

.bp-layout .menu {
  margin: 40px auto;
  font-size: 20px;
  font-family: 'zeppelin_33';
  text-transform: uppercase;
  text-align: center; }
.bp-layout .menu__items {
  list-style: none;
  margin: 0;
  padding: 0; }
.bp-layout .menu__item {
  padding: 0 24px;
  color: #858585;
  text-decoration: none; }
  .bp-layout .menu__item:hover, .bp-layout .menu__item.is-active {
    color: #fa658e; }

.bp-contender.is-voted .bp-contender__inner {
  background-color: #f886a6;
  color: #fff; }
.bp-contender.is-voted .bp-contender__checkbox-container {
  border-color: #fb7499;
  color: #fb7499; }

.bp-contenders {
  margin-bottom: 60px; }

.bp-contender {
  position: relative;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #ececec;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .bp-contender:nth-child(5n+1) {
    margin-left: 0; }
  .bp-contender.is-out {
    opacity: 0.005; }
  .bp-contender.is-awesome {
    width: 250px; }

.no-touch .bp-contender .bp-contender__inner:hover {
  background-color: #f886a6;
  color: #fff; }

.no-touch .bp-conteder.is-out:hover {
  opacity: 0.01; }
  .no-touch .bp-conteder.is-out:hover .bp-contender__inner {
    background-color: transparent;
    color: #333; }

.bp-contender__inner {
  padding: 20px;
  min-height: 270px; }

.bp-contender__interview {
  display: block;
  background: #007aff;
  color: #fff;
  font-family: zeppelin_31;
  font-weight: bold;
  padding: 10px;
  height: 38px;
  text-transform: uppercase; }
  .bp-contender__interview:hover {
    opacity: 0.007; }

.bp-contender__winner {
  display: block;
  background: #fa658e;
  color: #fff;
  font-family: zeppelin_31;
  font-weight: bold;
  padding: 10px;
  height: 38px;
  text-transform: uppercase;
  cursor: default; }

.bp-contender__choise {
  display: block;
  background: #fa658e;
  color: #fff;
  font-family: zeppelin_31;
  font-weight: bold;
  padding: 10px;
  height: 38px;
  text-transform: uppercase;
  cursor: default; }

.bp-contender__interview-space {
  padding: 10px;
  height: 38px;
  display: block; }

.bp-contender--tour-finalist:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #007aff transparent transparent transparent;
  z-index: 2; }
.bp-contender--tour-finalist.bp-contender--tour-finalist--sitent .bp-contender__place {
  display: none; }
.bp-contender--tour-finalist.bp-contender--tour-finalist--sitent .bp-contender__percent-nest {
  display: none; }
.bp-contender--tour-finalist.bp-contender--tour-finalist--sitent:before {
  display: none; }

.bp-contender__place {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 3;
  width: 50px;
  /* height: 50px; */
  /* line-height: 33px; */
  text-align: left;
  padding: 9px;
  font-size: 14px;
  font-weight: bold;
  font-family: zeppelin_31; }

.bp-contender__photo {
  display: block;
  border-radius: 100%;
  margin-bottom: 20px; }

.bp-contender__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.bp-contender__city {
  margin-bottom: 10px; }

.bp-contender__checkbox-container {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid #ccc;
  background-color: #ececec;
  font-size: 25px;
  line-height: 35px;
  color: #ccc;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.bp-contender__vote {
  font-size: 14px; }

.bp-contender__percent {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle; }

.bp-contender-big {
  font-size: 15px;
  font-family: 'zeppelin_31'; }
  .bp-contender-big .btn--vote-big {
    margin-bottom: 20px; }

.bp-contender__desc {
  padding: 20px;
  line-height: 1.6; }

.bp-contender-big__header {
  background-color: #ececec;
  padding: 20px; }

.bp-contender-big__name {
  font-size: 40px; }

.bp-contender-big__city, .bp-contender-big__title {
  margin-bottom: 10px; }

.bp-contender-big__cols {
  display: table;
  width: 100%; }

.bp-contender-big__col {
  display: table-cell;
  vertical-align: middle; }
  .bp-contender-big__col:first-child {
    width: 100%; }

.bp-contender-big__all {
  background-color: #fff;
  color: #fa658e;
  padding: 5px 10px; }

.bp-contender-big__share {
  margin-top: 20px; }

.bp-contender-big__share-title {
  font-weight: bold;
  margin-bottom: 5px; }

@media screen and (min-width: 768px) {
  .bp-contender__video {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; } }

.bp-team {
  display: table;
  border-bottom: 2px solid #414141;
  margin: 0 auto 60px; }

.bp-team__col {
  display: table-cell;
  padding: 0 20px; }

.bp-team__col--photo {
  vertical-align: bottom; }

.bp-team__col--title {
  vertical-align: middle;
  padding-top: 20px;
  font-size: 55px;
  color: #414141;
  font-family: 'zeppelin_33'; }

.bp-level {
  background-color: #dfdfdf;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.bp-level__cols {
  display: table; }

.bp-level__col {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'zeppelin_31'; }
  .bp-level__col:first-child {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 0.9;
    font-family: 'zeppelin_33bold'; }

.b-level__number {
  font-size: 100px; }

.b-level__sub {
  font-size: 40px;
  letter-spacing: 1px; }

.bp-level__col--desc {
  font-size: 18px;
  line-height: 1.5; }

.bp-tour-title {
  text-align: center;
  font-size: 35px;
  color: #007aff; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media, .media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 20px;
  float: left; }

.media > .pull-right {
  margin-left: 20px;
  float: right; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  color: #333; }

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .modal-dialog {
      margin: 10px auto; } }

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=80); }

.modal-header {
  background-color: #ececec;
  padding-top: 40px; }

.modal-body {
  position: relative; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  color: #595959;
  width: 30px;
  height: 30px;
  border: 2px solid #595959;
  border-radius: 100%;
  background-color: transparent;
  outline: 0;
  font-size: 16px;
  cursor: pointer;
  z-index: 1060;
  opacity: 0.9;
  padding: 0; }
  .close:hover {
    opacity: 1; }

section#popup .close {
  border: 0; }

.bp-schedule {
  display: table;
  width: 100%; }

.bp-schedule__col {
  display: table-cell;
  vertical-align: top; }

.bp-schedule__col--main {
  width: 680px; }

.bp-schedule__col--side {
  width: 240px; }
  .bp-schedule__col--side br {
    display: none; }

.bp-schedule__day {
  background-color: #fb89a8;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'zeppelin_33';
  padding: 20px; }

.bp-schedule-show {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #f4f4f4; }

.bp-schedule-show__col {
  display: table-cell;
  vertical-align: middle;
  padding: 20px; }

.bp-schedule-show__col--time {
  color: #fa658e;
  font-size: 20px;
  width: 150px;
  text-align: center; }

.bp-schedule-show__col--title {
  color: #414141;
  font-size: 25px;
  font-family: 'zeppelin_33'; }
  .bp-schedule-show__col--title a {
    border-bottom: 2px solid #fa658e; }

.bp-schedule-show--special {
  background-color: #a7d9ff;
  border-radius: 2px;
  border-bottom: 0;
  min-height: 150px;
  background-position: 95% 100%;
  background-repeat: no-repeat; }
  .bp-schedule-show--special .bp-schedule-show__col--time {
    color: #fff; }
  .bp-schedule-show--special .bp-schedule-show__col--title {
    color: #fff; }
    .bp-schedule-show--special .bp-schedule-show__col--title a {
      color: #fff;
      border-color: #fff; }

.bp-article-item {
  width: 470px;
  margin-left: 20px;
  margin-bottom: 40px;
  text-decoration: none; }
  .bp-article-item:hover {
    text-decoration: none; }

.bp-article-item:nth-child(odd) {
  margin-left: 0; }

.bp-article-item__photo {
  margin-bottom: 20px; }
  .bp-article-item__photo img {
    display: block;
    max-width: 100%;
    height: auto; }

.bp-article-item__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }
  .bp-article-item__title a {
    color: #414141;
    text-decoration: none; }

.bp-article-item__date {
  font-size: 14px;
  color: #666666; }

.bp-liveshow .bp-article-item {
  width: 378px; }

.bp-liveshow-filter__title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px; }

.bp-liveshow-filter__items {
  margin-bottom: 20px;
  font-size: 16px; }
  .bp-liveshow-filter__items li {
    margin-bottom: 10px; }
  .bp-liveshow-filter__items a {
    text-decoration: none; }

.bp-liveshow-filter__items-select {
  color: #000; }

.bp-rules {
  font-size: 16px; }
  .bp-rules ol {
    margin-bottom: 20px; }
  .bp-rules ol li {
    margin-bottom: 5px; }

.bp-rules__title {
  font-size: 35px;
  color: #414141;
  font-family: 'zeppelin_33';
  text-transform: none;
  margin-bottom: 20px; }
