body {
  background: black;
  color: white;
}

/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   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;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 25px;
}

.page {
  overflow: hidden;
}

.page {
  max-width: 35em;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: max-width 0.3s;
  -moz-transition: max-width 0.3s;
  -o-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
.page:after {
  content: "";
  display: table;
  clear: both;
}

.main-menu {
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%;
  margin-left: -100%;
}
.show-menu .main-menu {
  margin-left: 0;
}

.main-content {
  min-height: 600px;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  width: 100%;
  float: right;
  margin-right: 0;
  margin-right: 0;
}
.show-menu .main-content {
  margin-right: -69%;
}

@media (min-width: 720px) {
  .page {
    max-width: 55em;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .page:after {
    content: "";
    display: table;
    clear: both;
  }

  .main-menu {
    width: 36.36364%;
    float: left;
    margin-right: 1.81818%;
    margin-left: -100%;
  }

  .main-content {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-right: 0;
  }
  .show-menu .main-content {
    margin-right: -38.28182%;
  }
}
@media (min-width: 960px) {
  .page {
    max-width: 83em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  .page:after {
    content: "";
    display: table;
    clear: both;
  }

  .main-menu {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    float: none;
    width: auto;
    margin-right: auto;
    margin-left: 0;
  }

  .main-content {
    background: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    float: none;
    width: auto;
    margin-right: auto;
    margin-right: 0;
  }
  .show-menu .main-content {
    margin-right: 0;
  }
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.topic {
  background: rgba(0, 0, 0, 0.75);
  border: 3px double white;
  margin: -3px auto 22px;
  overflow: hidden;
  width: 80%;
  padding-top: 25px;
}
.topic.article {
  text-align: left;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.topic br {
  display: none;
}
.topic .title {
  text-align: center;
}
.topic hr {
  margin-bottom: 49px;
}
@media (min-width: 720px) {
  .topic {
    overflow: visible;
    width: auto;
    text-align: center;
    width: 74.54545%;
    float: left;
    margin-right: 1.81818%;
    margin-left: 12.72727%;
  }
  .topic br {
    display: block;
  }
  .topic span {
    display: none;
  }
}
@media (min-width: 960px) {
  .topic {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 16.86747%;
    padding-bottom: 25px;
  }
}
.topic .date {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 37px;
}
.topic .date.en {
  font-size: 22px;
  line-height: 37px;
}
@media (min-width: 720px) {
  .topic .date {
    text-align: center;
  }
}
.topic .stage,
.topic .address {
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.topic .stage.en,
.topic .address.en {
  font-size: 13px;
  line-height: 25px;
}
@media (min-width: 720px) {
  .topic .stage,
  .topic .address {
    text-align: center;
  }
}
.topic .address {
  margin-bottom: 25px;
}

.whats-hitcon {
  padding-bottom: 25px;
}
.whats-hitcon .title {
  text-align: center;
}
@media (min-width: 720px) {
  .whats-hitcon {
    width: 74.54545%;
    float: left;
    margin-right: 1.81818%;
    margin-left: 12.72727%;
  }
}
@media (min-width: 960px) {
  .whats-hitcon {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 8.43373%;
  }
  .whats-hitcon .content {
    -webkit-columns: 15em 3;
    -moz-columns: 15em 3;
    -ms-columns: 15em 3;
    -o-columns: 15em 3;
    columns: 15em 3;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    -ms-column-gap: 25px;
    -o-column-gap: 25px;
    column-gap: 25px;
    margin-bottom: 75px;
  }
  .whats-hitcon .content:last-child {
    margin-bottom: 0px;
  }
  .whats-hitcon .content p {
    margin-bottom: 12px;
  }
  .whats-hitcon .content.en p {
    font-size: 13px;
    line-height: 18px;
  }
}

.registration, .wargame, .location, .agenda {
  background: rgba(0, 0, 0, 0.7);
}
.registration ol, .wargame ol, .location ol, .agenda ol {
  margin: 0 1.3em;
}
.registration .title, .wargame .title, .location .title, .agenda .title {
  text-align: center;
}
.registration .btn, .wargame .btn, .location .btn, .agenda .btn {
  display: block;
  width: 150px;
  margin: 0 auto 25px;
}
.registration .content, .wargame .content, .location .content, .agenda .content {
  padding-bottom: 25px;
}
.registration .content .title-wrapper, .wargame .content .title-wrapper, .location .content .title-wrapper, .agenda .content .title-wrapper {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 36.5px;
}
.registration .content .title-wrapper .title, .wargame .content .title-wrapper .title, .location .content .title-wrapper .title, .agenda .content .title-wrapper .title {
  margin-bottom: -12.5px;
}
.registration .content .title-wrapper .title .span, .wargame .content .title-wrapper .title .span, .location .content .title-wrapper .title .span, .agenda .content .title-wrapper .title .span {
  padding: 0 12.5px;
  display: inline;
  background: black;
}
@media (min-width: 960px) {
  .registration .content, .wargame .content, .location .content, .agenda .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12.5px;
  }
}
.registration ul, .wargame ul, .location ul, .agenda ul, .registration ol, .wargame ol, .location ol, .agenda ol {
  margin: 0 1em;
  list-style: square;
}
@media (min-width: 720px) {
  .registration ul, .wargame ul, .location ul, .agenda ul, .registration ol, .wargame ol, .location ol, .agenda ol {
    margin: 0 3em;
  }
}
.registration ul ul, .wargame ul ul, .location ul ul, .agenda ul ul, .registration ol ul, .wargame ol ul, .location ol ul, .agenda ol ul {
  font-size: 0.9em;
  line-height: 17px;
  opacity: .7;
}
.registration ol, .wargame ol, .location ol, .agenda ol {
  list-style: decimal;
}
@media (min-width: 720px) {
  .registration, .wargame, .location, .agenda {
    width: 74.54545%;
    float: left;
    margin-right: 1.81818%;
    margin-left: 12.72727%;
  }
}
@media (min-width: 960px) {
  .registration, .wargame, .location, .agenda {
    float: none;
    width: auto;
    margin-right: auto;
    margin-left: 0%;
    background: rgba(0, 0, 0, 0.3);
  }
  .registration .content, .wargame .content, .location .content, .agenda .content {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
  .registration .content:last-child, .wargame .content:last-child, .location .content:last-child, .agenda .content:last-child {
    float: right;
    margin-right: 0;
  }
  .registration .content.en, .wargame .content.en, .location .content.en, .agenda .content.en {
    font-size: 13px;
    line-height: 25px;
  }
  .registration .content.full, .wargame .content.full, .location .content.full, .agenda .content.full {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 8.43373%;
  }
}

.sponsor {
  background: rgba(0, 0, 0, 0.7);
  padding: 3em;
}

.call-for-paper .btn {
  display: block;
  margin: 0 auto;
  width: 175px;
}

.waiting {
  background: url('/2014/images/noise.gif?1407766848') center top;
  min-height: 250px;
}
.waiting .title {
  margin-top: 50px;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
}
.waiting p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

body {
  font-family: "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

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

.hide {
  display: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: #208e7f;
}
a:hover {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  margin-bottom: 1em;
}

hr {
  margin: 0;
  display: block;
  clear: both;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 24px;
  border-color: white;
  margin-bottom: 25px;
}

.section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.section h3 {
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}
.section h4, .section h5 {
  font-size: 13px;
  line-height: 25px;
  text-align: left;
  font-weight: bold;
  margin: 0;
  color: #b7c8df;
}
.section h5 {
  color: #208e7f;
}
.section p {
  margin-bottom: 25px;
}
.section ul,
.section ol {
  margin-bottom: 25px;
}
.section a {
  color: #b7c8df;
}

.row {
  clear: both;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.block-content {
  margin-left: -.1em;
}
.block-content .title {
  display: inline;
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
}
@media (min-width: 720px) {
  .block-content .title {
    display: block;
  }
}
.block-content .title:last-child {
  margin-bottom: 0px;
}
.block-content p {
  color: #999;
  display: inline;
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
}
@media (min-width: 720px) {
  .block-content p {
    display: block;
  }
}

.block {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  height: 0;
  overflow: hidden;
  color: white;
  background-color: rgba(0, 0, 0, 0.03);
  opacity: .9;
}
.block:after {
  content: "";
  display: table;
  clear: both;
}
.block:hover {
  color: white;
}
.section .block {
  color: black;
}
@media (min-width: 720px) {
  .block {
    border-radius: 5px;
  }
}

.block-image {
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.block-content {
  position: absolute;
  bottom: 0;
  width: 101%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em .5em .3em;
  -webkit-font-smoothing: subpixel-antialiased;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(50%, rgba(255, 255, 255, 0.7)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.7) 50%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.7) 50%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.7) 50%);
  background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.7) 50%);
}
@media (min-width: 720px) {
  .block-content {
    padding: 1em;
  }
}

.block {
  margin-bottom: 2.43902%;
  padding-top: 50%;
}

.big-block {
  clear: both;
  padding-top: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
}
.big-block:after {
  content: "";
  display: table;
  clear: both;
}

.badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #2f4768;
  z-index: 99;
  padding: 0 10px;
  color: #e6e6e6;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.badge:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #2f4768 transparent transparent transparent;
}
.badge:after {
  position: absolute;
  bottom: 0;
  left: 100%;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #2f4768;
}
.badge em {
  font-style: normal;
  color: white;
  text-shadow: 0 0 3px #b7c8df;
}
@media (min-width: 720px) {
  .badge {
    top: 1em;
    left: -7px;
    padding-left: 17px;
    -webkit-filter: drop-shadow(7px 3px 1px rgba(255, 255, 255, 0.3));
    filter: drop-shadow(7px 3px 1px rgba(255, 255, 255, 0.3));
  }
}

.sponsor-group {
  clear: both;
  margin-bottom: 25px;
}
.sponsor-group:after {
  content: "";
  display: table;
  clear: both;
}

.empty {
  margin: 0;
  padding: 0;
  border: 0;
}

@media (min-width: 720px) {
  .block-content {
    margin: 0;
    padding: .7em;
    text-align: left;
  }
  .block-content .title {
    font-size: 16px;
    line-height: 18px;
    position: relative;
    top: 2px;
    margin-bottom: 0px;
  }
  .block-content .sub-title {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 3px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .block-content p {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 3px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .block11 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block12 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block13 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block14 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block15 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block16 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block17 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block18 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block19 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block110 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block111 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block112 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block21 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block22 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block23 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block24 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block25 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block26 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block27 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block28 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block29 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block210 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block211 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block212 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block31 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block32 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block33 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block34 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block35 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block36 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block37 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block38 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block39 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block310 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block311 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block312 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block41 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block42 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block43 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block44 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block45 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block46 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block47 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block48 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block49 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block410 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block411 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block412 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block51 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block52 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block53 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block54 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block55 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block56 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block57 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block58 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block59 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block510 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block511 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block512 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block61 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block62 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block63 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block64 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block65 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block66 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block67 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block68 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block69 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block610 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block611 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block612 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block71 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block72 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block73 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block74 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block75 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block76 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block77 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block78 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block79 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block710 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block711 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block712 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block81 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block82 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block83 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block84 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block85 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block86 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block87 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block88 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block89 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block810 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block811 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block812 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block91 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block92 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block93 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block94 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block95 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block96 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block97 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block98 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block99 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block910 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block911 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block912 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block101 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block102 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block103 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block104 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block105 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block106 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block107 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block108 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block109 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block1010 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block1011 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block1012 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block111 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block112 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block113 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block114 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block115 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block116 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block117 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block118 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block119 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block1110 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block1111 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block1112 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block121 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 7.22892%;
  }

  .block122 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 15.66265%;
  }

  .block123 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 24.09639%;
  }

  .block124 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 32.53012%;
  }

  .block125 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 40.96386%;
  }

  .block126 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 49.39759%;
  }

  .block127 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 57.83133%;
  }

  .block128 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 66.26506%;
  }

  .block129 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 74.6988%;
  }

  .block1210 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 83.13253%;
  }

  .block1211 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 91.56627%;
  }

  .block1212 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 100%;
  }

  .block {
    margin-bottom: 1.20482%;
  }
  .block:last-child {
    float: right;
    margin-right: 0;
  }

  .big-block {
    padding-top: 50%;
  }
}
@media (min-width: 960px) {
  .big-block {
    padding-top: 40%;
  }
}
a.faq-toggle {
  color: white;
}

.faq-item {
  max-height: 9999px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.faq-item.toggle-hide {
  max-height: 0px;
  -webkit-transition: max-height 500ms;
  -moz-transition: max-height 500ms;
  -o-transition: max-height 500ms;
  transition: max-height 500ms;
}

.fb-like {
  height: 75px !important;
}

.btn {
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 46px;
  border: 1px solid white;
  padding: 0 12.5px;
  margin: 0 auto;
  color: #b7c8df;
}
.btn:hover {
  color: white;
}
.btn:before, .btn:after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -1px;
  border-top: 1px solid white;
}
.btn:after {
  top: 1px;
}
.btn:hover {
  text-decoration: none;
  border-color: white;
  text-shadow: 0 0 5px #b7c8df;
  background: rgba(255, 255, 255, 0.1);
}

.main-menu .title {
  padding: 0 12.5px;
  font-size: 12px;
  line-height: 49px;
  border-bottom: 1px solid #b7c8df;
  position: relative;
  z-index: 99;
  color: white;
}
.main-menu .menu-item {
  list-style: none;
  border-bottom: 1px solid white;
}
.main-menu .menu-item a {
  display: block;
  padding: 0 12.5px;
  line-height: 49px;
  -webkit-transition: background-color 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition: background-color 0.3s 0.3s;
  -o-transition: background-color 0.3s 0.3s;
  transition: background-color 0.3s 0.3s;
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  color: white;
}
.main-menu .menu-item a:active, .main-menu .menu-item a:focus {
  outline: none;
}
.main-menu .menu-item a:active {
  color: #b7c8df;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  border-width: 1px 0;
  margin: -1px 0;
  position: relative;
  z-index: 100;
}
@media (min-width: 960px) {
  .main-menu {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .main-menu .title {
    display: none;
  }
  .main-menu ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-menu .menu-item {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    line-height: 24px;
    text-align: center;
    position: relative;
    top: -12.5px;
    -webkit-transition: border-color 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition: border-color 0.3s 0.3s;
    -o-transition: border-color 0.3s 0.3s;
    transition: border-color 0.3s 0.3s;
  }
  .main-menu .menu-item:last-child {
    float: right;
    margin-right: 0;
  }
  .main-menu .menu-item:hover {
    border-color: white;
  }
  .main-menu .menu-item a {
    position: relative;
    top: 12.5px;
    display: inline;
    font-size: 15px;
    line-height: 24px;
    background: black;
    color: white;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .main-menu .menu-item a:hover {
    background: black;
    color: #b7c8df;
    text-shadow: 0 0 5px #b7c8df;
    border: none;
  }
  .main-menu .menu-item:first-child {
    display: none;
  }
}

.header {
  position: relative;
  margin-bottom: 50px;
  background: rgba(0, 0, 0, 0.5);
}
.header .title {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #208e7f;
  height: 49px;
  overflow: hidden;
}
.header .title a {
  display: block;
  color: white;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/2014/images/logo-2014-small.png?1407766848');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 201px;
  height: 50px;
  background-image: none, url('/2014/images/logo-2014-small.svg?1407766848');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin: 0 auto;
}
.header .menu-button {
  -webkit-transition: background-color 0.3s;
  -webkit-transition-delay: 0.5s;
  -moz-transition: background-color 0.3s 0.5s;
  -o-transition: background-color 0.3s 0.5s;
  transition: background-color 0.3s 0.5s;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 49px;
}
.header .menu-button .line {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  margin: auto;
  width: 70%;
  height: 1px;
  background: white;
  margin-bottom: 8px;
}
.header .menu-button .line:first-child {
  margin-top: 15px;
}
@media (min-width: 960px) {
  .header .menu-button {
    display: none;
  }
}
@media (min-width: 960px) {
  .header {
    display: none;
  }
}

.show-menu .header .menu-button .line {
  margin: 0;
  padding: 0;
  border: 0;
}
.show-menu .header .menu-button .line:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-menu .header .menu-button .line:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-menu .header .menu-button .line:nth-child(2n) {
  display: none;
}

.hero {
  display: none;
}
@media (min-width: 960px) {
  .hero {
    display: block;
    height: 600px;
  }
  .hero .slogan {
    display: none;
  }
  .hero a {
    position: absolute;
    top: 65px;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .hero a:hover {
    background: rgba(0, 0, 0, 0.7);
  }
  .hero hgroup {
    width: 598px;
    height: 489px;
    overflow: hidden;
    margin: 0 auto;
  }
  .hero hgroup .title {
    background: black;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/2014/images/logo-ent.png?1407766848');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 524px;
    height: 491px;
    background-image: none, url('/2014/images/logo-ent.svg?1407766848');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 0 auto;
  }
}

.hero-page {
  display: none;
}
.hero-page a {
  display: block;
}
@media (min-width: 960px) {
  .hero-page {
    display: block;
    height: 269px;
    padding-top: 51px;
  }
  .hero-page .slogan {
    display: none;
  }
  .hero-page a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .hero-page a:hover {
    background: rgba(0, 0, 0, 0.7);
  }
  .hero-page hgroup {
    width: 298px;
    height: 299px;
    overflow: hidden;
    margin: 0 auto;
  }
  .hero-page hgroup .title {
    background: black;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/2014/images/logo-ent-small.png?1407766848');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 261px;
    height: 244px;
    background-image: none, url('/2014/images/logo-ent-small.svg?1407766848');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 0 auto;
  }
}

.footer {
  clear: both;
  margin-top: 25px;
  text-align: center;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 24px;
  border-color: white;
  padding-bottom: 50px;
}
.footer ul {
  list-style: none;
}
.footer .bottom-menu {
  width: 70%;
  margin: 0 auto;
  -webkit-columns: 10em 3;
  -moz-columns: 10em 3;
  -ms-columns: 10em 3;
  -o-columns: 10em 3;
  columns: 10em 3;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  -ms-column-gap: 25px;
  -o-column-gap: 25px;
  column-gap: 25px;
}
@media (min-width: 960px) {
  .footer .bottom-menu {
    width: 55%;
  }
}
.footer .bottom-menu a {
  color: #e6e6e6;
  font-size: 16px;
  line-height: 25px;
}
.footer .credit a {
  color: #4f77ae;
  font-size: 13px;
  line-height: 25px;
}
.footer .slogan {
  margin: 25px auto;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/2014/images/slogan-2014.png?1407766848');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 301px;
  height: 26px;
  background-image: none, url('/2014/images/slogan-2014.svg?1407766848');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media (min-width: 720px) {
  .footer .slogan {
    width: 600px;
    height: 50px;
  }
}

.hidden-note {
  display: none;
}

.session-box {
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 0 2px 2px black;
  margin: 0 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 30em) {
  .session-box {
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 75px;
    width: 25em;
  }
}
@media (min-width: 960px) {
  .session-box {
    width: 40em;
  }
}
.session-box .title {
  font-size: 24px;
  line-height: 31px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  padding-bottom: 22px;
  border-bottom-style: double;
  border-bottom-color: white;
  margin-bottom: 12px;
}
.session-box .speaker {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
.session-box .country {
  text-align: center;
  font-size: 13px;
  line-height: 25px;
}
.session-box .company {
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 11px;
  border-color: white;
  margin-bottom: 25px;
}
.session-box .download {
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 11px;
  border-color: white;
  margin-bottom: 25px;
  margin-top: -12.5px;
}
.session-box .download a {
  color: white;
}
.session-box .speaker-note {
  font-size: 13px;
  line-height: 16px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 11px;
  border-color: white;
  margin-bottom: 25px;
}
.session-box .speaker-note:after {
  content: "";
  display: table;
  clear: both;
}
.session-box .speaker-note .zh:before {
  content: "講者簡介";
  display: block;
  color: #b7c8df;
  margin-bottom: 25px;
}
.session-box .speaker-note .en:before {
  content: "Speaker";
  display: block;
  color: #b7c8df;
  margin-bottom: 25px;
}
.session-box .session-note {
  font-size: 13px;
  line-height: 16px;
}
.session-box .session-note:after {
  content: "";
  display: table;
  clear: both;
}
.session-box .session-note .zh:before {
  content: "議程簡介";
  display: block;
  color: #b7c8df;
  margin-bottom: 25px;
}
.session-box .session-note .en:before {
  content: "Session";
  display: block;
  color: #b7c8df;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .session-box .zh {
    width: 48.14815%;
    float: left;
    margin-right: 3.7037%;
  }
  .session-box .en {
    width: 48.14815%;
    float: right;
    margin-right: 0;
  }
}
.session-box p {
  margin-bottom: 25px;
}
.session-box h3, .session-box h4 {
  color: #208e7f;
  font-size: 13px;
  line-height: 25px;
}
.session-box ul, .session-box ol {
  list-style-type: square;
  margin-left: 1.3em;
  margin-bottom: 25px;
}
.session-box li {
  font-size: 12px;
  line-height: 18px;
}

.room {
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
  padding: 1px .7em 0;
  background: white;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.room.r0 {
  background: #b6132d;
}
.room.r1 {
  background: #878231;
}
.room.r2 {
  background: #208e7f;
}

.agenda-table {
  margin-bottom: 75px;
}
@media (min-width: 720px) {
  .agenda-table {
    font-size: 12px;
    padding-left: 1.5em;
  }
  .agenda-table .time-block {
    margin-left: -1.5em;
    text-indent: -4em;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 2px;
    height: 2px;
    position: relative;
  }
  .agenda-table .time-block:before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    animation: time-light 1.5s infinite alternate;
    -webkit-animation: time-light 1.5s infinite alternate;
  }
}
@media (min-width: 960px) {
  .agenda-table {
    padding-left: 6em;
  }
  .agenda-table .time-block {
    margin-left: -2em;
    text-indent: -4.4em;
  }
}

.date-block p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 24px;
  line-height: 25px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 24px;
  margin-bottom: 25px;
  border-color: white;
  text-align: center;
}
.date-block p small {
  font-size: 12px;
}

.time-block {
  font-size: 12px;
  line-height: 25px;
  background: white;
  padding: 0 .5em;
  letter-spacing: 2px;
  font-weight: bold;
  color: black;
}
@media (min-width: 720px) {
  .time-block {
    color: white;
  }
}

.session {
  -webkit-font-smoothing: antialiased;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
}
.session + .session {
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 15px;
  border-color: white;
}
@media (min-width: 960px) {
  .session + .session {
    border-top: 0;
  }
  .session[class*="room-r"] {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 0px;
  }
  .session[class*="room-r"]:last-child {
    float: right;
    margin-right: 0;
  }
  .session.ent {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    padding-top: 0px;
  }
  .session.ent:last-child {
    float: right;
    margin-right: 0;
  }
  .session.room-all {
    margin-left: -6em;
    padding-top: 0px;
    text-align: center;
    float: none;
    width: auto;
    margin-right: auto;
  }
  .session.room-all .title {
    background: transparent;
    text-align: center;
  }
  .session.room-all time {
    margin: 0;
  }
}
.session .title {
  text-align: left;
  margin-top: 6px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.session .speaker {
  display: inline-block;
  margin-right: 1em;
}
.session time {
  display: inline-block;
  margin-right: 1em;
}
.session:before {
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
  padding: 1px .7em 0;
  background: white;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.session.room-r0:before {
  content: "R0";
  background: #b6132d;
}
.session.room-r1:before {
  content: "R1";
  background: #878231;
}
.session.room-r2:before {
  content: "R2";
  background: #208e7f;
}
.session.room-rest {
  float: none;
  text-align: center;
  float: none;
  width: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #dedede;
}
.session.room-rest .title {
  text-shadow: 0 0 10px white;
  background: transparent;
  text-align: center;
}
@media (min-width: 960px) {
  .session.room-rest .title {
    display: inline-block;
    margin-right: .5em;
  }
}
.session.room-rest time {
  margin: 0;
}
@media (min-width: 960px) {
  .session.room-rest time {
    display: inline-block;
  }
}
.session.long-time {
  padding-top: 50px;
  padding-bottom: 50px;
}

@keyframes time-light {
  0% {
    background: #990000;
    box-shadow: none;
    animation-timing-function: linear;
  }

  50% {
    background: red;
    animation-timing-function: ease-out;
  }

  100% {
    background: #ff9999;
    box-shadow: 0 0 7px 2px red;
  }
}

@-webkit-keyframes time-light {
  0% {
    background: #990000;
    box-shadow: none;
    -webkit-animation-timing-function: linear;
  }

  50% {
    background: red;
    -webkit-animation-timing-function: ease-out;
  }

  100% {
    background: #ff9999;
    box-shadow: 0 0 7px 2px red;
  }
}

[class*="obj-"] {
  margin: 0 auto;
}

.objgroup {
  text-align: center;
}
.objgroup [class*="obj-"] {
  display: inline-block;
}

/* object - pointer 
---------------------------------------------------------------------------------------------------------------------------------------*/
.obj-pointer {
  height: 100px;
  width: 200px;
}

/* object - decoder
---------------------------------------------------------------------------------------------------------------------------------------*/
.obj-decoder {
  height: 125px;
  width: 39px;
}

#mobile-network-decoder .obj-decoder {
  float: left;
  border-left: 1px solid #26334c;
}

#mobile-network-decoder .obj-decoder:first-child {
  border-color: transparent;
}

/* object - terminal
---------------------------------------------------------------------------------------------------------------------------------------*/
.obj-terminal {
  width: 200px;
  height: 100px;
  line-height: 5px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#terminals .obj-terminal {
  float: left;
}

/* object - password cracker
---------------------------------------------------------------------------------------------------------------------------------------*/
.obj-password-cracker {
  width: 200px;
  height: 25px;
}

/* object - scanner
---------------------------------------------------------------------------------------------------------------------------------------*/
.obj-scanner {
  width: 100px;
  height: 100px;
}

.scanner-panel {
  position: absolute;
  width: 98px;
  left: 88px;
  top: 27px;
}

.scanner-switch {
  width: 100%;
  height: 13px;
  background: url("images/switch.svg") right top no-repeat;
  margin-bottom: 5px;
}

.scanner-complete {
  display: block;
  width: 100%;
  height: 11px;
  background: url("images/complete.svg") right top no-repeat;
}

/* object - title bar
---------------------------------------------------------------------------------------------------------------------------------------*/
.obj-title-bar {
  width: 115px;
  height: 4px;
  top: 33px;
  left: 11px;
}

.obj-title-bar canvas {
  position: absolute;
  left: 0;
  top: 0;
}
