.noUiSlider,
.noUiSlider * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: block;
  cursor: default;
}

.noUiSlider {
  position: relative;
}

.noUiSlider a {
  position: absolute;
  z-index: 1;
}

.noUiSlider a:nth-child(2) {
  background: inherit !important;
}

.noUiSlider.vertical a {
  width: 100%;
  bottom: 0;
}

.noUiSlider.horizontal a {
  height: 100%;
  right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .noUiSlider:before,
  body.TOUCH,
  .noUiSlider div {
    -ms-touch-action: none;
  }

  .noUiSlider:before {
    display: block;
    position: absolute;
    width: 150%;
    left: -25%;
    height: 400%;
    top: -150%;
    content: "";
    z-index: -1;
  }

  .noUiSlider.vertical:before {
    width: 400%;
    left: -150%;
    height: 150%;
    top: -25%;
  }
}
.noUiSlider {
  border: 1px solid #908d84;
  border-radius: 3px;
}

.noUiSlider.connect a,
.noUiSlider.connect.lower {
  background: #b2a98f;
}

.noUiSlider,
.noUiSlider.connect.lower a {
  background: #d9d7cb;
  box-shadow: inset 0px 1px 7px #b6b4a8;
}

.noUiSlider.disabled,
.noUiSlider.disabled.connect.lower a {
  background: #ccc;
  box-shadow: none;
}

.noUiSlider div {
  height: 18px;
  width: 18px;
  border: 1px solid #99968f;
  border-radius: 3px;
  background: #efefe7;
}

.noUiSlider.disabled div {
  background: transparent;
}

.noUiSlider.horizontal {
  width: 300px;
  height: 10px;
}

.noUiSlider.horizontal div {
  margin: -5px 0 0 -9px;
}

.noUiSlider.vertical {
  width: 10px;
  height: 300px;
}

.noUiSlider.vertical div {
  margin: -9px 0 0 -5px;
}

/* normalize.css v2.1.2 | 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 `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

/*  BigVideo Styles 
    You may need to adjust these styles to get this working right in your design. 
*/
#big-video-vid, #big-video-image {
  position: absolute;
}

#big-video-control-container {
  position: fixed;
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

#big-video-control {
  width: 100%;
  height: 16px;
  position: relative;
}

#big-video-control-middle {
  margin: 0 56px 0 24px;
}

#big-video-control-bar {
  width: 100%;
  height: 16px;
  position: relative;
  cursor: pointer;
}

#big-video-control-progress {
  position: absolute;
  top: 7px;
  height: 3px;
  width: 0%;
  background: #fff;
}

#big-video-control-track {
  position: absolute;
  top: 8px;
  height: 1px;
  width: 100%;
  background: #fff;
}

#big-video-control-bound-left {
  left: 0;
}

#big-video-control-bound-right {
  right: -1px;
}

#big-video-control-track .ui-slider-handle {
  opacity: 0;
}

#big-video-control-playhead {
  left: 30%;
}

#big-video-control-play {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-image: url("bigvideo.png");
}

#big-video-control-timer {
  position: absolute;
  top: 1px;
  right: 0;
  color: #fff;
  font-size: 11px;
}

#big-video-control-playhead, #big-video-control-bound-left, #big-video-control-bound-right {
  position: absolute;
  top: 0;
  height: 16px;
  width: 1px;
  background: #fff;
}

#big-video-control .ui-slider-handle {
  border-left: solid 1px #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
}

.transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.vjs-big-play-button {
  display: none !important;
}

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("/img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.menu-pull {
  width: 100%;
  height: 22px;
  background-color: red;
  background-size: 10px 8px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 4px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 4px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) -2px 4px 10px;
}

.menu-pull-down {
  background-image: url(/img/triangle_white_down.svg);
}

.no-svg .menu-pull-down {
  background-image: url(/img/triangle_white_down.png);
}

.menu-pull-up {
  background-image: url(/img/triangle_white_up.svg);
}

.no-svg .menu-pull-up {
  background-image: url(/img/triangle_white_up.png);
}

.dropdown-menu {
  background-color: white;
  overflow: hidden;
  *zoom: 1;
}
.dropdown-menu .loading {
  color: #ccc;
}
.dropdown-menu .active {
  background-color: #58585b;
}
.dropdown-menu .active .item {
  color: white;
}

.dropdown-menu > li {
  padding-bottom: 15px;
}

.noUiSlider.horizontal {
  width: 150px;
  display: inline-block;
}

.noUiSlider div {
  border-radius: 9px;
}

#big-video-wrap {
  display: none;
}

#start-video {
  top: 0%;
}

#start {
  display: none;
  top: 0%;
}

#ff-logo {
  background-image: url(/img/FontFont_Logo.svg);
}

.no-svg #ff-logo {
  background-image: url(/img/FontFont_Logo.png);
}

#ff-logo {
  display: block;
  background-size: 100%;
  position: absolute;
  top: 4%;
  left: 50px;
  width: 4%;
  height: 20%;
  background-repeat: no-repeat;
}

#start-text {
  width: 65%;
  color: red;
  white-space: nowrap;
}
#start-text em {
  font-family: markscweb-black, markwebpro-regular;
}
#start-text h1 {
  font-family: markwebpro-book,  markwebpro-regular;
  font-size: 100px;
  line-height: 0px;
}
#start-text h1 .ff {
  font-family: markscweb-book;
}
#start-text p {
  margin: 0px 10px 100px 10px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid red;
  border-top: 1px solid red;
  line-height: normal;
}

#start .info-text {
  font-family: markwebpro-medium, markwebpro-regular;
  position: absolute;
  font-size: 13px;
  width: 250px;
}

#type-tester {
  background-color: whitesmoke;
}
#type-tester .close {
  display: none;
  top: 140px;
  z-index: 500;
}

#glyph-sheet {
  display: none;
  overflow: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: white;
}
#glyph-sheet img {
  padding-bottom: 400px;
}

#ot-features {
  display: none;
  overflow: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

#otf-info-wrapper {
  margin-left: 50px;
  width: 870px;
  padding-bottom: 200px;
  overflow: hidden;
  *zoom: 1;
}

#lang-support {
  display: none;
  overflow: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
#lang-support h2.common-languages {
  margin-top: 0px;
}
#lang-support h2 {
  font-family: markwebpro-bold;
  font-weight: normal;
}
#lang-support ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#lang-support ul li {
  padding-right: 20px;
  font-size: 12px;
}

#back-to-tester {
  display: none;
}

.free-download-header {
  border: solid 1px black;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
}
.free-download-header em {
  font-family: markwebpro-bold, markwebpro-regular;
}
.free-download-header:hover {
  background-color: black;
  color: white;
}

#pro-support {
  margin-top: 50px;
  margin-left: 50px;
  float: left;
  width: 40%;
  overflow: hidden;
  *zoom: 1;
}

#standard-support {
  float: left;
  width: 40%;
  margin-top: 50px;
  margin-left: 50px;
  overflow: hidden;
  *zoom: 1;
}

.columned-list {
  -webkit-columns: 50px 3;
  -moz-columns: 50px 3;
  -ms-columns: 50px 3;
  -o-columns: 50px 3;
  columns: 50px 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
}
.columned-list h2 {
  -webkit-column-break-after: avoid-column;
  column-break-after: avoid-column;
}
.columned-list ul {
  -webkit-column-break-before: avoid-column;
  column-break-before: avoid-column;
}

#type-here-wrapper {
  /* background image */
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  height: 100%;
  width: 100%;
}

.type-here {
  padding: 0px 50px 0px 50px;
  height: 100%;
  overflow: auto;
  color: black;
  font-size: 112px;
  line-height: 120%;
  font-family: markwebpro-hairline, markwebpro-regular;
  /* turn off focus highlight */
  outline: 0px solid transparent;
}

.size-menu li, .leading-menu li, .color-menu li, .bg-menu li {
  width: 150px !important;
}

#size-slider, #leading-slider, .color-picker, #bg-picker {
  margin: 20px;
}

#bg-chooser {
  margin: 10px;
}

#world-clock {
  background-color: whitesmoke;
}
#world-clock .module-header {
  top: 150px;
}

#map {
  position: absolute;
  top: 0px;
  background: url(../img/worldmap.png);
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}

#timeline {
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 3px solid rgba(255, 255, 255, 0);
  border-right: 3px solid rgba(255, 255, 255, 0);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: col-resize;
  background-color: red;
}

.offset-zone {
  color: red;
}

.time-wrapper {
  width: 75%;
  line-height: 0px;
  margin-top: -50px;
  text-align: center;
}

#time {
  color: black;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  text-align: center;
  padding-bottom: 15%;
}

#place {
  font-family: markwebpro-black, markwebpro-regular;
  color: black;
  font-size: 40px;
  position: absolute;
  bottom: 90px;
  width: 100%;
  text-align: center;
}

.night1 #overlay {
  display: block;
  opacity: 0.5;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.night1 #place, .night1 #time {
  color: #333333;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
}

.night2 #overlay {
  display: block;
  opacity: 0.7;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.night2 #place, .night2 #time {
  color: #cccccc;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
}

.night3 #overlay {
  display: block;
  opacity: 0.9;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.night3 #place, .night3 #time {
  color: white;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
}

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#weights-overview {
  background-color: whitesmoke;
}
#weights-overview .module-header {
  display: none;
}

#dummy-menu {
  display: none;
}

.pull-right {
  right: 0px;
}

.pull-left {
  background-image: url(/img/triangle_white_right.svg);
}

.no-svg .pull-left {
  background-image: url(/img/triangle_white_right.png);
}

.pull-right {
  background-image: url(/img/triangle_white_left.svg);
}

.no-svg .pull-right {
  background-image: url(/img/triangle_white_left.png);
}

.weight-pull {
  z-index: 20;
  cursor: pointer;
  position: fixed;
  width: 22px;
  height: 100%;
  background-color: red;
  background-size: 10px 8px;
  background-repeat: no-repeat;
  background-position: center;
}

#style-fan {
  left: 22px;
  width: 99%;
  height: 100%;
  position: relative;
  background-color: whitesmoke;
}
#style-fan .strip-0 {
  left: 0%;
  z-index: 15;
}
#style-fan .strip-1 {
  left: 10%;
  z-index: 14;
}
#style-fan .strip-2 {
  left: 20%;
  z-index: 13;
}
#style-fan .strip-3 {
  left: 30%;
  z-index: 12;
}
#style-fan .strip-4 {
  left: 40%;
  z-index: 11;
}
#style-fan .strip-5 {
  left: 50%;
  z-index: 10;
}
#style-fan .strip-6 {
  left: 60%;
  z-index: 9;
}
#style-fan .strip-7 {
  left: 70%;
  z-index: 8;
}
#style-fan .strip-8 {
  left: 80%;
  z-index: 7;
}
#style-fan .strip-9 {
  left: 90%;
  z-index: 6;
}
#style-fan .style-strip {
  position: absolute;
  height: 100%;
  width: 10.1%;
  overflow: hidden;
  background-color: whitesmoke;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 10px;
  cursor: pointer;
}
#style-fan .style-strip .stylename {
  position: absolute;
  padding: 20px 0px 20px 20px;
  font-size: 24px;
}
#style-fan .style-strip .stylename span {
  padding-right: 10px;
}
#style-fan .style-strip .letter {
  position: relative;
  height: 100%;
  display: none;
  font-size: 800px;
  font-size: 99vh;
  line-height: 85%;
  text-align: center;
}
#style-fan .style-strip .letter span {
  display: inline-block;
}
#style-fan .style-strip:hover {
  color: white;
  background-color: #58585b;
}
#style-fan .open {
  position: absolute;
  overflow: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
#style-fan .open:hover {
  color: black;
  background-color: transparent;
}
#style-fan .compare-to .letter {
  opacity: 0.7;
}
#style-fan .compare-to .circlelap {
  vertical-align: top;
  display: inline-block;
}

.circlelap {
  background-image: url(/img/circlelap.svg);
}

.no-svg .circlelap {
  background-image: url(/img/circlelap.png);
}

.circlelap {
  background-size: 60px 38px;
  display: none;
  width: 60px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: top center;
}

#weight-layers-text {
  z-index: 21;
  display: none;
  position: absolute;
  width: 130px;
  top: 50px;
  left: 50px;
}

#mockup-generator {
  background-color: white;
}
#mockup-generator .module-header {
  top: 150px;
}

.touch #mockup-generator .module-header {
  display: none;
}

#mockups {
  width: 800px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  /* turn off focus highlight */
  outline: 0px solid transparent;
}

.mockup {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 800px auto;
  -moz-background-size: 800px auto;
  -o-background-size: 800px auto;
  background-size: 800px auto;
}

#book {
  display: block;
  background-image: url(/img/mockups/Book.jpg);
}
#book .col1 {
  position: absolute;
  width: 300px;
  top: 40px;
  left: 63px;
}
#book .col2 {
  position: absolute;
  width: 300px;
  top: 450px;
  left: 436px;
}
#book h1 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 22px;
  font-family: markwebpro-bold, markwebpro-regular;
}
#book h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 24px;
  font-family: markwebpro-thin, markwebpro-regular;
}
#book p {
  font-size: 13px;
  font-family: markwebpro-book, markwebpro-regular;
  line-height: 140%;
}

#newspaper {
  background-image: url(/img/mockups/Newspaper.jpg);
}
#newspaper .col1 {
  position: absolute;
  width: 640px;
  top: 55px;
  left: 114px;
}
#newspaper .col1 h1 {
  margin-bottom: 0px;
  margin-top: 30px;
  font-size: 54px;
  font-family: markwebpro-extralight, markwebpro-regular;
}
#newspaper .col1 h2 {
  width: 420px;
  font-size: 20px;
  font-family: markwebpro-black, markwebpro-regular;
}
#newspaper .col1 p {
  width: 130px;
  font-size: 15px;
  line-height: 120%;
  font-family: markwebpro-medium, markwebpro-regular;
}

#ipad {
  background-image: url(/img/mockups/iPad.jpg);
  color: white;
}
#ipad .col1 {
  position: absolute;
  top: 67px;
  left: 131px;
  width: 420px;
}
#ipad .col1 h1 {
  font-size: 90px;
  font-family: markwebpro-thin, markwebpro-regular;
}
#ipad .col2 {
  position: absolute;
  top: 310px;
  left: 324px;
}
#ipad .col2 h2 {
  font-size: 55px;
  font-family: markwebpro-bold, markwebpro-regular;
}
#ipad .col2 p {
  font-size: 20px;
  line-spacing: 110%;
  font-family: markwebpro-regular;
}

#laptop {
  background-image: url(/img/mockups/Laptop.jpg);
}
#laptop .col1 {
  position: absolute;
  top: 60px;
  left: 120px;
}
#laptop .col1 h2 {
  font-size: 14px;
  font-family: markwebpro-book, markwebpro-regular;
}
#laptop .col2 {
  position: absolute;
  top: 70px;
  left: 120px;
}
#laptop .col2 h1 {
  font-size: 55px;
  font-family: markwebpro-thinitalic, markwebpro-regular;
}
#laptop .col3 {
  color: white;
  position: absolute;
  top: 195px;
  left: 120px;
  width: 350px;
}
#laptop .col3 p {
  font-size: 21px;
  font-family: markwebpro-book, markwebpro-regular;
  line-height: 130%;
}
#laptop .col4 {
  color: white;
  position: absolute;
  top: 220px;
  left: 513px;
}
#laptop .col4 p {
  font-size: 21px;
  font-family: markwebpro-book, markwebpro-regular;
}

#poster {
  background-image: url(/img/mockups/Poster.jpg);
  -webkit-background-size: 500px auto;
  -moz-background-size: 500px auto;
  -o-background-size: 500px auto;
  background-size: 500px auto;
  background-position: center top;
  background-color: white;
}
#poster .col1 {
  position: absolute;
  top: -31px;
  left: 185px;
  width: 430px;
  text-align: center;
}
#poster .col1 h1 {
  font-size: 65px;
  font-family: markwebpro-extralight, markwebpro-regular;
}
#poster .col2 {
  position: absolute;
  top: 133px;
  left: 230px;
  width: 350px;
  text-align: center;
}
#poster .col2 h2 {
  font-size: 53px;
  font-family: markwebpro-thin, markwebpro-regular;
}
#poster .col3 {
  position: absolute;
  top: 515px;
  left: 188px;
  width: 250px;
}
#poster .col3 p {
  font-size: 21px;
  font-family: markwebpro-heavyitalic, markwebpro-regular;
  line-height: 130%;
}

#jacket {
  background-image: url(/img/mockups/Bookjacket.jpg);
  -webkit-background-size: 550px auto;
  -moz-background-size: 550px auto;
  -o-background-size: 550px auto;
  background-size: 550px auto;
  background-position: center top;
  background-color: white;
}
#jacket .col1 {
  position: absolute;
  top: -6px;
  left: 186px;
}
#jacket h1 {
  font-size: 55px;
  font-family: markwebpro-black, markwebpro-regular;
  line-height: 120%;
  margin-bottom: 24px;
}
#jacket h2 {
  font-size: 55px;
  font-family: markwebpro-thinitalic, markwebpro-regular;
  line-height: 110%;
  margin-top: 24px;
  margin-bottom: 24px;
}
#jacket p {
  margin-top: 0px;
  font-size: 24px;
  font-family: markwebpro-medium, markwebpro-regular;
  line-height: 130%;
}

sup {
  background-color: black;
  color: white;
  font-size: 9px;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  top: -2px;
  left: 0;
}

#history-back {
  background-color: whitesmoke;
}

#history {
  font-family: markwebpro-book, markwebpro-regular;
  background-color: whitesmoke;
  width: 100%;
  padding-top: 50px;
  height: auto;
  /*section.collapsable {
      p, div.right {
          display: none;
      }
  }*/
}
#history h1 {
  font-family: markwebpro-bold, markwebpro-regular;
}
#history section {
  display: table;
  width: 100%;
  background-color: whitesmoke;
  overflow: auto;
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 20px;
}
#history section .left {
  padding-left: 50px;
  display: table-cell;
  width: 430px;
}
#history section .left p {
  font-size: 14px;
}
#history section .right {
  display: table-cell;
  min-width: 430px;
  width: 430px;
  vertical-align: bottom;
  padding-left: 50px;
}
#history section:after {
  content: ' ';
  display: table-cell;
  width: 100px;
}
#history section + section .left, #history section + section .right {
  padding-top: 20px;
  border-top: 1px solid black;
}
#history section + section .right {
  vertical-align: top;
}
#history section#ffmark {
  padding-bottom: 500px;
}
#history aside {
  display: block;
  border-top: 1px solid black;
  padding-bottom: 15px;
}
#history aside .footnote {
  padding-top: 15px;
}
#history .zoom {
  display: block;
  width: auto;
  height: auto;
}
#history .zoom img {
  padding-top: 34px;
  max-width: 430px;
}
#history .caption {
  margin-top: 20px;
  border-top: 1px solid black;
}
#history .caption p {
  margin-top: 10px;
  max-width: 430px;
}
#history .line-after {
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

#designers {
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
}
#designers .module-header {
  width: 260px;
}

.designer-info {
  display: none;
  position: absolute;
  width: 410px;
  bottom: 100px;
  left: 100px;
  background-color: white;
  padding: 20px;
}

.designer {
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 33.4%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 10px;
}

.hennes {
  background-image: url("/img/designers/hannes.jpg");
  background-position: 80% 0px;
}

.christoph {
  left: 33.3%;
  background-image: url("/img/designers/Christoph.jpg");
  background-position: 70% 0px;
}

.team {
  left: 66.7%;
  background-image: url("/img/designers/FFTD.jpg");
  background-position: 52% 0px;
}

.designer-full {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}

#designers .controls {
  position: absolute;
  width: 100%;
  height: 100%;
}
#designers .controls .close {
  margin-top: 30px;
}

ul.dropdown-menu {
  font-family: markwebpro-regular;
  color: black;
  letter-spacing: 1px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.dropdown-menu li {
  float: left;
}
ul.dropdown-menu li:hover ul {
  left: auto;
  z-index: 1000;
}
ul.dropdown-menu li a {
  color: black;
}
ul.dropdown-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: -9999px;
}
ul.dropdown-menu .item {
  text-decoration: none;
}

ul.dropdown-menu {
  font-size: 14px;
  padding: 40px 0px 17px 50px;
}
ul.dropdown-menu li {
  cursor: pointer;
  padding-right: 40px;
}
ul.dropdown-menu li .item {
  display: block;
  padding: 0px;
}
ul.dropdown-menu li ul {
  padding-top: 5px;
  width: 260px;
  line-height: 160%;
}
ul.dropdown-menu li ul li {
  padding-left: 10px;
  margin-left: -10px;
  margin-bottom: 2px;
  background-color: white;
  width: 260px;
}

ul.dropdown-menu li ul.rollovers li:hover {
  background-color: #58585b;
}
ul.dropdown-menu li ul.rollovers li:hover .item {
  color: white;
}

.facebook {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/facebook.svg);
  background-size: 38px 38px;
}
.facebook:hover {
  background-image: url(/img/facebook_2.svg);
}

.no-svg .facebook {
  background-image: url(/img/facebook.png);
}
.no-svg .facebook:hover {
  background-image: url(/img/facebook_2.png);
}

.facebook {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 50px;
  margin-bottom: 50px;
  z-index: 101;
}

.twitter {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/twitter.svg);
  background-size: 38px 38px;
}
.twitter:hover {
  background-image: url(/img/twitter_2.svg);
}

.no-svg .twitter {
  background-image: url(/img/twitter.png);
}
.no-svg .twitter:hover {
  background-image: url(/img/twitter_2.png);
}

.twitter {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 99px;
  margin-bottom: 50px;
  z-index: 102;
}

.download {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/download.svg);
  background-size: 38px 38px;
}
.download:hover {
  background-image: url(/img/download_2.svg);
}

.no-svg .download {
  background-image: url(/img/download.png);
}
.no-svg .download:hover {
  background-image: url(/img/download_2.png);
}

.download {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 99px;
  margin-bottom: 50px;
  z-index: 102;
}

.cart {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/buy.svg);
  background-size: 38px 38px;
}
.cart:hover {
  background-image: url(/img/buy_2.svg);
}

.no-svg .cart {
  background-image: url(/img/buy.png);
}
.no-svg .cart:hover {
  background-image: url(/img/buy_2.png);
}

.cart {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 50px;
  margin-bottom: 50px;
  z-index: 101;
}

.arrow-left {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/arrow_left.svg);
  background-size: 38px 38px;
}
.arrow-left:hover {
  background-image: url(/img/arrow_left_2.svg);
}

.no-svg .arrow-left {
  background-image: url(/img/arrow_left.png);
}
.no-svg .arrow-left:hover {
  background-image: url(/img/arrow_left_2.png);
}

.arrow-left {
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-left: 50px;
}

.arrow-right {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/arrow_right.svg);
  background-size: 38px 38px;
}
.arrow-right:hover {
  background-image: url(/img/arrow_right_2.svg);
}

.no-svg .arrow-right {
  background-image: url(/img/arrow_right.png);
}
.no-svg .arrow-right:hover {
  background-image: url(/img/arrow_right_2.png);
}

.arrow-right {
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-right: 30px;
}

.close {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/close.svg);
  background-size: 38px 38px;
}
.close:hover {
  background-image: url(/img/close_2.svg);
}

.no-svg .close {
  background-image: url(/img/close.png);
}
.no-svg .close:hover {
  background-image: url(/img/close_2.png);
}

.close {
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 30px;
  margin-right: 30px;
}

.zoom {
  cursor: pointer;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(/img/zoom.svg);
  background-size: 19px 19px;
}
.zoom:hover {
  background-image: url(/img/zoom_2.svg);
}

.no-svg .zoom {
  background-image: url(/img/zoom.png);
}
.no-svg .zoom:hover {
  background-image: url(/img/zoom_2.png);
}

.controls {
  display: none;
}
.controls div {
  z-index: 400;
}

/*
http://stackoverflow.com/questions/396145/whats-the-best-way-of-centering-a-div-vertically-with-css
*/
.center-wrapper1 {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.center-wrapper2 {
  display: table-cell;
  vertical-align: middle;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.info {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/info.svg);
  background-size: 38px 38px;
}
.info:hover {
  background-image: url(/img/info_2.svg);
}

.no-svg .info {
  background-image: url(/img/info.png);
}
.no-svg .info:hover {
  background-image: url(/img/info_2.png);
}

.info {
  z-index: 200;
  position: absolute;
  padding-top: 50px;
  font-family: markwebpro-medium, markwebpro-regular;
  font-size: 13px;
  width: 250px;
  min-height: 38px;
  height: auto;
  left: 0px;
  background-position: 50px 0px;
  padding-left: 50px;
  padding-bottom: 50px;
  bottom: 0px;
  cursor: default;
}

.module-header {
  z-index: 21;
  position: absolute;
  width: 130px;
  top: 50px;
  left: 50px;
}

.down-arrow {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(/img/triangle_red.svg);
  background-size: 30px 26px;
}

.no-svg .down-arrow {
  background-image: url(/img/triangle_red.png);
}

.down-arrow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-position: center;
  margin-bottom: 50px;
  z-index: 100;
}

/* footer */
#footer {
  z-index: 1000;
  position: fixed;
  background-color: whitesmoke;
  width: 100%;
  height: 100%;
  top: 100%;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:visited {
  color: white;
}
#footer #footer-links {
  padding-left: 70px;
  font-size: 14px;
}
#footer #footer-links a {
  text-decoration: underline;
}
#footer #footer-core {
  position: absolute;
  top: 0px;
  height: 75px;
  width: 100%;
  bottom: 0px;
  background-color: black;
  color: white;
  padding-left: 50px;
  line-height: 75px;
}
#footer #footer-buttons {
  float: right;
  position: relative;
  top: 16px;
  margin: 0px;
  padding: 0px;
  margin-right: 100px;
  list-style: none;
}
#footer #footer-buttons li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}
#footer #footer-buttons li a {
  display: block;
}
#footer #footer-buttons .email {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/email.svg);
  background-size: 38px 38px;
}
#footer #footer-buttons .email:hover {
  background-image: url(/img/email_2.svg);
}
#footer #footer-buttons .no-svg .email {
  background-image: url(/img/email.png);
}
#footer #footer-buttons .no-svg .email:hover {
  background-image: url(/img/email_2.png);
}
#footer #footer-buttons .facebook-white {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/facebook_white.svg);
  background-size: 38px 38px;
}
#footer #footer-buttons .facebook-white:hover {
  background-image: url(/img/facebook_white_2.svg);
}
#footer #footer-buttons .no-svg .facebook-white {
  background-image: url(/img/facebook_white.png);
}
#footer #footer-buttons .no-svg .facebook-white:hover {
  background-image: url(/img/facebook_white_2.png);
}
#footer #footer-buttons .twitter-white {
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(/img/twitter_white.svg);
  background-size: 38px 38px;
}
#footer #footer-buttons .twitter-white:hover {
  background-image: url(/img/twitter_white_2.svg);
}
#footer #footer-buttons .no-svg .twitter-white {
  background-image: url(/img/twitter_white.png);
}
#footer #footer-buttons .no-svg .twitter-white:hover {
  background-image: url(/img/twitter_white_2.png);
}
#footer #footer-buttons .cart {
  position: relative;
  display: block;
  margin: 0px;
}

/* impressum */
#impressum {
  padding: 50px;
}
#impressum h1 {
  margin-bottom: 20px;
}
#impressum h4 {
  margin: 0px;
  padding: 0px;
}
#impressum p {
  padding-top: 0px;
  margin-top: 3px;
}

.tooltip {
  display: none;
}

#tooltip {
  max-width: 400px;
  position: absolute;
  opacity: 0.9;
  display: none;
  z-index: 20000;
}

#tooltip .tooltip_body {
  color: white;
  padding: 1em 2em;
  background-color: black;
  border-radius: 4px;
  -moz-box-shadow: #bfbfbf 0px 3px 6px 0;
  -webkit-box-shadow: #bfbfbf 0px 3px 6px 0;
  -o-box-shadow: #bfbfbf 0px 3px 6px 0;
  box-shadow: #bfbfbf 0px 3px 6px 0;
  line-height: 1.4em;
}

#tooltip .tooltip_body p {
  line-height: 1.4em;
}

#tooltip .tooltip_body p a {
  color: white;
}

#tooltip .tooltip_body p + p {
  margin-top: 0.5em;
}

#tooltip .tooltip_body a {
  color: white;
}

#tooltip .tooltip_head {
  width: 100%;
  height: 10px;
  background-image: url(/img/ot-features/icons/tooltip_triangle.png);
  background-position: 48% -2px;
  background-repeat: no-repeat;
}

#tooltip h3.icon {
  margin-bottom: 0.5em;
}

#tooltip h3.icon span {
  vertical-align: top;
  padding: 0 0.5em 0 0;
}

#tooltip h3.icon span.text {
  margin-top: 10px;
}

span.feature-image {
  width: 200px;
  height: 20px;
  display: inline;
  float: left;
  background-image: url(/img/ot-features/ot_features.png);
  background-repeat: no-repeat;
}

.feature-icon {
  display: inline-block;
  overflow: hidden;
  text-indent: -2000px;
}

.feature-icon.size_20 {
  height: 20px;
  width: 20px;
  background: url("/img/ot-features/icons/features_20.png") no-repeat;
}

.feature-icon.size_20.black {
  background: url("/img/ot-features/icons/features_black_20.png") no-repeat;
}

.feature-icon.size_20.grey {
  background: url("/img/ot-features/icons/features_grey_20.png") no-repeat;
}

.feature-icon.size_20.grey.hoverable:hover {
  background-image: url("/img/ot-features/icons/features_black_20.png");
}

.feature-icon.size_20.aalt {
  background-position: 0px 0;
}

.feature-icon.size_20.afrc {
  background-position: -20px 0;
}

.feature-icon.size_20.c2pc {
  background-position: -40px 0;
}

.feature-icon.size_20.c2sc {
  background-position: -60px 0;
}

.feature-icon.size_20.calt {
  background-position: -80px 0;
}

.feature-icon.size_20.case {
  background-position: -100px 0;
}

.feature-icon.size_20.ccmp {
  background-position: -120px 0;
}

.feature-icon.size_20.clig {
  background-position: -140px 0;
}

.feature-icon.size_20.cpsp {
  background-position: -160px 0;
}

.feature-icon.size_20.cswh {
  background-position: -180px 0;
}

.feature-icon.size_20.dlig {
  background-position: -200px 0;
}

.feature-icon.size_20.dnom {
  background-position: -220px 0;
}

.feature-icon.size_20.fina {
  background-position: -240px 0;
}

.feature-icon.size_20.flip {
  background-position: -260px 0;
}

.feature-icon.size_20.frac {
  background-position: -280px 0;
}

.feature-icon.size_20.hist {
  background-position: -300px 0;
}

.feature-icon.size_20.hlig {
  background-position: -320px 0;
}

.feature-icon.size_20.init {
  background-position: -340px 0;
}

.feature-icon.size_20.isol {
  background-position: -360px 0;
}

.feature-icon.size_20.kern {
  background-position: -380px 0;
}

.feature-icon.size_20.liga {
  background-position: -400px 0;
}

.feature-icon.size_20.lnum {
  background-position: -420px 0;
}

.feature-icon.size_20.locl {
  background-position: -440px 0;
}

.feature-icon.size_20.mark {
  background-position: -460px 0;
}

.feature-icon.size_20.medi {
  background-position: -480px 0;
}

.feature-icon.size_20.mgrk {
  background-position: -500px 0;
}

.feature-icon.size_20.mkmk {
  background-position: -520px 0;
}

.feature-icon.size_20.nalt {
  background-position: -540px 0;
}

.feature-icon.size_20.numr {
  background-position: -560px 0;
}

.feature-icon.size_20.onum {
  background-position: -580px 0;
}

.feature-icon.size_20.ordn {
  background-position: -600px 0;
}

.feature-icon.size_20.ornm {
  background-position: -620px 0;
}

.feature-icon.size_20.pcap {
  background-position: -640px 0;
}

.feature-icon.size_20.pnum {
  background-position: -660px 0;
}

.feature-icon.size_20.rand {
  background-position: -680px 0;
}

.feature-icon.size_20.rlig {
  background-position: -700px 0;
}

.feature-icon.size_20.salt {
  background-position: -720px 0;
}

.feature-icon.size_20.sinf {
  background-position: -740px 0;
}

.feature-icon.size_20.size {
  background-position: -760px 0;
}

.feature-icon.size_20.smcp {
  background-position: -780px 0;
}

.feature-icon.size_20.ss01 {
  background-position: -800px 0;
}

.feature-icon.size_20.ss02 {
  background-position: -820px 0;
}

.feature-icon.size_20.ss03 {
  background-position: -840px 0;
}

.feature-icon.size_20.ss04 {
  background-position: -860px 0;
}

.feature-icon.size_20.ss05 {
  background-position: -880px 0;
}

.feature-icon.size_20.ss06 {
  background-position: -900px 0;
}

.feature-icon.size_20.ss07 {
  background-position: -920px 0;
}

.feature-icon.size_20.ss08 {
  background-position: -940px 0;
}

.feature-icon.size_20.ss09 {
  background-position: -960px 0;
}

.feature-icon.size_20.ss10 {
  background-position: -980px 0;
}

.feature-icon.size_20.ss11 {
  background-position: -1000px 0;
}

.feature-icon.size_20.ss12 {
  background-position: -1020px 0;
}

.feature-icon.size_20.ss13 {
  background-position: -1040px 0;
}

.feature-icon.size_20.ss14 {
  background-position: -1060px 0;
}

.feature-icon.size_20.ss15 {
  background-position: -1080px 0;
}

.feature-icon.size_20.ss16 {
  background-position: -1100px 0;
}

.feature-icon.size_20.ss17 {
  background-position: -1120px 0;
}

.feature-icon.size_20.ss18 {
  background-position: -1140px 0;
}

.feature-icon.size_20.ss19 {
  background-position: -1160px 0;
}

.feature-icon.size_20.ss20 {
  background-position: -1180px 0;
}

.feature-icon.size_20.subs {
  background-position: -1200px 0;
}

.feature-icon.size_20.sups {
  background-position: -1220px 0;
}

.feature-icon.size_20.swsh {
  background-position: -1240px 0;
}

.feature-icon.size_20.titl {
  background-position: -1260px 0;
}

.feature-icon.size_20.tnum {
  background-position: -1280px 0;
}

.feature-icon.size_20.unic {
  background-position: -1300px 0;
}

.feature-icon.size_20.zero {
  background-position: -1320px 0;
}

.feature-icon.size_25 {
  height: 25px;
  width: 25px;
  background: url("/img/ot-features/icons/features_25.png") no-repeat;
}

.feature-icon.size_25.black {
  background: url("/img/ot-features/icons/features_black_25.png") no-repeat;
}

.feature-icon.size_25.grey {
  background: url("/img/ot-features/icons/features_grey_25.png") no-repeat;
}

.feature-icon.size_25.grey.hoverable:hover {
  background-image: url("/img/ot-features/icons/features_black_25.png");
}

.feature-icon.size_25.aalt {
  background-position: 0px 0;
}

.feature-icon.size_25.afrc {
  background-position: -25px 0;
}

.feature-icon.size_25.c2pc {
  background-position: -50px 0;
}

.feature-icon.size_25.c2sc {
  background-position: -75px 0;
}

.feature-icon.size_25.calt {
  background-position: -100px 0;
}

.feature-icon.size_25.case {
  background-position: -125px 0;
}

.feature-icon.size_25.ccmp {
  background-position: -150px 0;
}

.feature-icon.size_25.clig {
  background-position: -175px 0;
}

.feature-icon.size_25.cpsp {
  background-position: -200px 0;
}

.feature-icon.size_25.cswh {
  background-position: -225px 0;
}

.feature-icon.size_25.dlig {
  background-position: -250px 0;
}

.feature-icon.size_25.dnom {
  background-position: -275px 0;
}

.feature-icon.size_25.fina {
  background-position: -300px 0;
}

.feature-icon.size_25.flip {
  background-position: -325px 0;
}

.feature-icon.size_25.frac {
  background-position: -350px 0;
}

.feature-icon.size_25.hist {
  background-position: -375px 0;
}

.feature-icon.size_25.hlig {
  background-position: -400px 0;
}

.feature-icon.size_25.init {
  background-position: -425px 0;
}

.feature-icon.size_25.isol {
  background-position: -450px 0;
}

.feature-icon.size_25.kern {
  background-position: -475px 0;
}

.feature-icon.size_25.liga {
  background-position: -500px 0;
}

.feature-icon.size_25.lnum {
  background-position: -525px 0;
}

.feature-icon.size_25.locl {
  background-position: -550px 0;
}

.feature-icon.size_25.mark {
  background-position: -575px 0;
}

.feature-icon.size_25.medi {
  background-position: -600px 0;
}

.feature-icon.size_25.mgrk {
  background-position: -625px 0;
}

.feature-icon.size_25.mkmk {
  background-position: -650px 0;
}

.feature-icon.size_25.nalt {
  background-position: -675px 0;
}

.feature-icon.size_25.numr {
  background-position: -700px 0;
}

.feature-icon.size_25.onum {
  background-position: -725px 0;
}

.feature-icon.size_25.ordn {
  background-position: -750px 0;
}

.feature-icon.size_25.ornm {
  background-position: -775px 0;
}

.feature-icon.size_25.pcap {
  background-position: -800px 0;
}

.feature-icon.size_25.pnum {
  background-position: -825px 0;
}

.feature-icon.size_25.rand {
  background-position: -850px 0;
}

.feature-icon.size_25.rlig {
  background-position: -875px 0;
}

.feature-icon.size_25.salt {
  background-position: -900px 0;
}

.feature-icon.size_25.sinf {
  background-position: -925px 0;
}

.feature-icon.size_25.size {
  background-position: -950px 0;
}

.feature-icon.size_25.smcp {
  background-position: -975px 0;
}

.feature-icon.size_25.ss01 {
  background-position: -1000px 0;
}

.feature-icon.size_25.ss02 {
  background-position: -1025px 0;
}

.feature-icon.size_25.ss03 {
  background-position: -1050px 0;
}

.feature-icon.size_25.ss04 {
  background-position: -1075px 0;
}

.feature-icon.size_25.ss05 {
  background-position: -1100px 0;
}

.feature-icon.size_25.ss06 {
  background-position: -1125px 0;
}

.feature-icon.size_25.ss07 {
  background-position: -1150px 0;
}

.feature-icon.size_25.ss08 {
  background-position: -1175px 0;
}

.feature-icon.size_25.ss09 {
  background-position: -1200px 0;
}

.feature-icon.size_25.ss10 {
  background-position: -1225px 0;
}

.feature-icon.size_25.ss11 {
  background-position: -1250px 0;
}

.feature-icon.size_25.ss12 {
  background-position: -1275px 0;
}

.feature-icon.size_25.ss13 {
  background-position: -1300px 0;
}

.feature-icon.size_25.ss14 {
  background-position: -1325px 0;
}

.feature-icon.size_25.ss15 {
  background-position: -1350px 0;
}

.feature-icon.size_25.ss16 {
  background-position: -1375px 0;
}

.feature-icon.size_25.ss17 {
  background-position: -1400px 0;
}

.feature-icon.size_25.ss18 {
  background-position: -1425px 0;
}

.feature-icon.size_25.ss19 {
  background-position: -1450px 0;
}

.feature-icon.size_25.ss20 {
  background-position: -1475px 0;
}

.feature-icon.size_25.subs {
  background-position: -1500px 0;
}

.feature-icon.size_25.sups {
  background-position: -1525px 0;
}

.feature-icon.size_25.swsh {
  background-position: -1550px 0;
}

.feature-icon.size_25.titl {
  background-position: -1575px 0;
}

.feature-icon.size_25.tnum {
  background-position: -1600px 0;
}

.feature-icon.size_25.unic {
  background-position: -1625px 0;
}

.feature-icon.size_25.zero {
  background-position: -1650px 0;
}

#ot-features img {
  vertical-align: middle;
  padding-top: 50px;
  margin-bottom: 200px;
}

#ot-features .otf-infos {
  width: 400px;
  float: left;
  border-bottom: 1px solid #bcbcbc;
  padding: 0 5px;
  margin: 5px 25px 5px 0;
}

#ot-features .otf-infos .sample-lines {
  display: inline-block;
  width: 305px;
}

#ot-features .otf-infos .sample-lines .sample_img {
  display: inline-block;
  background-position: -15px;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
}

#ot-features .otf-infos .sample-lines span.samples {
  display: inline-block;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 130px center;
}

#ot-features .otf-infos .sample-lines span.samples + span.samples {
  margin-top: 11px;
}

#ot-features .otf-infos h4 {
  vertical-align: top;
  display: inline-block;
  width: 90px;
  font-size: 0.7em;
  font-weight: normal;
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.legacy-browsers, #too-small {
  display: none;
}

.iphone #too-small {
  display: block;
}

.legacy-browsers, noscript, #too-small {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: white;
  padding-top: 100px;
  z-index: 10000;
}
.legacy-browsers h1, noscript h1, #too-small h1 {
  font-size: 32px;
}
.legacy-browsers p, noscript p, #too-small p {
  font-size: 18px;
}

#too-small {
  width: 90%;
  padding: 0% 5% 0% 5%;
}

body {
  font-family: markwebpro-regular;
  overflow: auto;
  font-weight: normal;
  background-color: whitesmoke;
}

.slide {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 100%;
}

h1 {
  font-family: markwebpro-bold, markwebpro-regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

h2 {
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
}

h4 {
  font-family: markwebpro-bold, markwebpro-regular;
  font-size: 11px;
  font-weight: normal;
}

p {
  font-size: 12px;
  line-height: 160%;
  font-weight: normal;
}

i {
  font-family: markwebpro-regularitalic, markwebpro-regular;
  font-style: normal;
}

em {
  font-family: markscweb-book, markwebpro-regular;
  font-style: normal;
}

aside, figcaption {
  font-size: 11px;
}

.v {
  font-family: helvetica, arial, sans;
}
