html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

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

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

blockquote, q {
  quotes: "" ""; }

html {
  height: 100%; }

body {
  height: 100%;
  font-family: 'Avenir', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #fff; }

/*! 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("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("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("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;
  visibility: hidden;
  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("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("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("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
body.general .mobile-menu {
  display: none; }
body.general nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 70px;
  z-index: 100; }
  body.general nav .js-to-go-home.icon-home {
    display: none; }
  body.general nav .main-title {
    font-size: 2em;
    font-weight: 900;
    float: left; }
    body.general nav .main-title a {
      text-decoration: none;
      display: block;
      float: left;
      line-height: 70px;
      color: #000;
      margin: 0 1.2em 0 1.2em; }
  body.general nav .trips {
    float: left;
    position: relative; }
    body.general nav .trips .subtitle {
      font-weight: bold;
      font-size: 1.3em;
      float: left;
      display: block;
      line-height: 70px;
      padding: 0 1.5em 0 1em;
      color: #666666;
      cursor: pointer; }
    body.general nav .trips .subtitle:hover {
      color: #000; }
    body.general nav .trips .elements {
      position: fixed;
      box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.2);
      top: -10px;
      margin-top: 70px;
      min-width: 20em;
      z-index: 10;
      overflow: auto;
      height: 0;
      max-height: 90%;
      background-color: #fff; }
      body.general nav .trips .elements a.trip:link,
      body.general nav .trips .elements a.trip:visited {
        display: block;
        color: #000;
        text-decoration: none;
        line-height: 1.5em;
        font-size: 1.3em;
        padding: .5em; }
      body.general nav .trips .elements a.trip:hover,
      body.general nav .trips .elements a.trip.active {
        background-color: whitesmoke; }
  body.general nav .trips__opened {
    z-index: 100; }
    body.general nav .trips__opened .elements {
      height: auto; }
  body.general nav .social {
    margin-right: 2.4em; }
    body.general nav .social a:link, body.general nav .social a:visited {
      float: right;
      display: block;
      margin-right: .04em;
      border-width: 0;
      font-size: 1.9em;
      line-height: 70px;
      color: gray;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
    body.general nav .social a:hover,
    body.general nav .social a:active {
      color: #000; }
body.general p {
  line-height: 1.5em;
  padding-bottom: .8em; }
body.general strong {
  font-weight: bold; }
body.general #main-content {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0; }
  body.general #main-content p a:link, body.general #main-content p a:visited, body.general #main-content li a:link, body.general #main-content li a:visited {
    color: #357d7f;
    text-decoration: none;
    border-bottom: 1px dotted #357d7f; }
  body.general #main-content p a:hover, body.general #main-content p a:active, body.general #main-content li a:hover, body.general #main-content li a:active {
    color: #5eb9bc;
    text-decoration: none;
    border-bottom: 1px solid #5eb9bc; }
  body.general #main-content .trip-info {
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.2);
    padding: 2em 2.4em;
    display: none;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 20%;
    max-width: 350px;
    min-width: 180px;
    max-height:80%;
    overflow: auto;
    background-color: #fff;
    transition: margin-left .3s;
    z-index: 30000; }
    body.general #main-content .trip-info .trip-info-toggle {
      text-decoration: none;
      position: absolute;
      top: 1em;
      right: .8em;
      font-size: .8em;
      cursor: pointer;
      color: gray;
      display: none; }
    body.general #main-content .trip-info .trip-info-toggle:hover {
      color: #000; }
    body.general #main-content .trip-info .trip-title {
      font-weight: bold;
      font-size: 1.6em;
      margin-bottom: .4em; }
    body.general #main-content .trip-info .trip-date {
      font-style: italic;
      color: #666;
      margin-bottom: .8em; }
    body.general #main-content .trip-info .trip-sub-title {
      font-weight: bold;
      padding: .5em 0; }
    body.general #main-content .trip-info ul.trip-meta {
      list-style-type: disc;
      list-style-position: inside;
      padding-left: .5em; }
      body.general #main-content .trip-info ul.trip-meta li {
        padding-left: -0.5em;
        line-height: 1.5; }
    body.general #main-content .trip-info a.video-link:link, body.general #main-content .trip-info a.video-link:visited {
      border-width: 0;
      position: relative;
      display: block; }
      body.general #main-content .trip-info a.video-link:link span, body.general #main-content .trip-info a.video-link:visited span {
        width: 100%;
        text-align: center;
        position: absolute;
        font-size: 5em;
        top: 50%;
        margin-top: -34px;
        opacity: .4;
        transition: opacity .2s;
        color: white; }
    body.general #main-content .trip-info a.video-link:active span, body.general #main-content .trip-info a.video-link:hover span {
      opacity: .8; }
    body.general #main-content .trip-info .video-thumbnail {
      margin-top: 1em;
      width: 97%;
      padding: 1%;
      border-radius: 3px;
      overflow: hidden;
      border: 1px solid #cccccc;
      }
  body.general #main-content .trip-info.active {
    display: block; }
  body.general #main-content .homepage {
    width: 100%;
    height: 100%;
    display: none; }
  body.general #main-content .iframe, body.general #main-content .js-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #cccccc; }
  body.general #main-content .iframe {
    display: none;
    background-color: #fff;
    background-image: url("../images/preilader.gif");
    background-position: center;
    background-repeat: no-repeat; }
    body.general #main-content .iframe iframe {
      width: 100%;
      height: 100%; }
  body.general #main-content .js-map {
    overflow: hidden;
    line-height: 1.5em;
    color: #334;
    display: none; }
    body.general #main-content .js-map .not-visited {
      cursor: crosshair; }
    body.general #main-content .js-map .map {
      height: 100%;
      width: 100%;
      position: absolute; }
    body.general #main-content .js-map .image-container {
      box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 2em;
      z-index: 45000;
      overflow: hidden;
      padding: .1em 1.1em .8em 1.1em;
      background-color: #fff;
      box-sizing: border-box;
      display: none; }
      body.general #main-content .js-map .image-container .active-picture {
        width: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        cursor: pointer; }
      body.general #main-content .js-map .image-container .image-title-container {
        line-height: 1.5em;
        padding-right: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em; }
        body.general #main-content .js-map .image-container .image-title-container .image-title {
          display: inline;
          font-weight: bold; }
        body.general #main-content .js-map .image-container .image-title-container .image-date {
          padding-left: .8em; }
      body.general #main-content .js-map .image-container .image-description p {
        padding: .7em .4em .4em .4em; }
    body.general #main-content .js-map .image-container__open {
      display: block; }
    body.general #main-content .js-map .image-container__loading {
      background-image: url("/static/images/preilader.gif");
      background-repeat: no-repeat;
      background-position: center; }
      body.general #main-content .js-map .image-container__loading .active-picture {
        display: none; }
    body.general #main-content .js-map .close-image {
      padding: .55em;
      font-size: 1em;
      border-width: 0;
      position: absolute;
      top: -.07em;
      right: .3em;
      color: #888;
      text-decoration: none;
      font-weight: bold;
      cursor: pointer; }
    body.general #main-content .js-map .close-image:hover {
      color: #111; }
    body.general #main-content .js-map .float0r {
      display: none;
      z-index: 30001;
      position: absolute;
      text-decoration: none;
      padding: .3em .5em .3em .5em;
      background-color: #f4f4f4;
      border-radius: .3em;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
      max-width: 13em;
      line-height: 1.2em; }
      body.general #main-content .js-map .float0r .image-preview {
        margin-top: .3em;
        height: 6em;
        padding: 1px;
        background-color: #fff; }
  body.general #main-content .active {
    display: block; }
  body.general #main-content .homepage {
    overflow: auto; }
    body.general #main-content .homepage .featured-trips {
      padding: 0 0 2.4em 2.4em;
      margin-bottom: 1em; }
      body.general #main-content .homepage .featured-trips .featured-trip {
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding: 0 1.9em 1em 0; }
        body.general #main-content .homepage .featured-trips .featured-trip > a {
          cursor: pointer;
          color: black;
          text-decoration: none;
          position: relative;
          display: block;
          overflow: hidden; }
          body.general #main-content .homepage .featured-trips .featured-trip > a > img {
            width: 100%;
            border: 1px solid #cccccc;
            z-index: 2; }
          body.general #main-content .homepage .featured-trips .featured-trip > a > h1 {
            font-weight: bold;
            font-size: 1.5em;
            display: inline;
            position: absolute;
            bottom: -1em;
            left: -1px;
            background-color: white;
            border: 1px solid white;
            padding: .5em;
            transition: .3s bottom, .3s opacity;
            opacity: 0;
            z-index: 3; }
          body.general #main-content .homepage .featured-trips .featured-trip > a > .featured-description {
            position: absolute;
            bottom: -6em;
            left: 0;
            right: 0;
            background-color: rgba(255, 255, 255, 0.7);
            padding: .5em;
            opacity: 0;
            transition: .1s bottom, .3s opacity; }
        body.general #main-content .homepage .featured-trips .featured-trip > a:hover h1 {
          bottom: 1em;
          opacity: 1; }
        body.general #main-content .homepage .featured-trips .featured-trip > a:hover > .featured-description {
          bottom: 0;
          opacity: 0; }
      body.general #main-content .homepage .featured-trips .featured-trip:first-child {
        width: 66.6666666666%; }
        body.general #main-content .homepage .featured-trips .featured-trip:first-child > a h1 {
          font-size: 2.4em; }
  @media screen and (max-width: 1050px) {
    body.general #main-content .trip-info {
      padding: 1.5em; } }
@media screen and (min-width: 1450px) {
  body.general #main-content .homepage .featured-trips .featured-trip {
    width: 25%; }
  body.general #main-content .homepage .featured-trips .featured-trip:first-child {
    width: 50%; } }
@media screen and (max-width: 900px) {
  body.general #main-content .homepage .featured-trips .featured-trip {
    width: 50%; }
    body.general #main-content .homepage .featured-trips .featured-trip a h1 {
      font-size: 1.3em; }
  body.general #main-content .homepage .featured-trips .featured-trip:first-child {
    width: 100%; }
  body.general .mobile-menu {
    display: block;
    font-size: 1.5em;
    font-weight: 900;
    cursor: pointer;
    padding: 1em; }
  body.general .js-to-go-home.icon-home:link,
  body.general .js-to-go-home.icon-home:visited {
    color: gray;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    float: left;
    font-size: 1.8em;
    padding: .68em .5em 0 1.1em;
    display: block; }
  body.general .js-to-go-home.icon-home:active,
  body.general .js-to-go-home.icon-home:hover {
    color: #000; }
  body.general nav {
    max-height: 60px;
    height: auto;
    overflow: hidden;
    position: absolute;
    z-index: 20000;
    transition: max-height, .5s; }
    body.general nav .social {
      margin-right: 1.2em; }
    body.general nav .main-title {
      display: none; }
    body.general nav .trips {
      float: none; }
      body.general nav .trips .subtitle {
        float: none;
        line-height: 1em;
        padding-left: 1.2em; }
      body.general nav .trips .elements {
        margin-top: 0;
        margin-bottom: 1em;
        position: static;
        top: auto;
        height: auto;
        box-shadow: none; }
        body.general nav .trips .elements a.trip:link,
        body.general nav .trips .elements a.trip:visited {
          padding-left: 2em; }
    body.general nav .list-items {
      display: block; }
    body.general nav .social {
      position: absolute;
      top: -4px;
      right: -2px; }
  body.general nav.nav__opened {
    max-height: 3000px; }
    body.general nav.nav__opened .list-items {
      display: block; }
  body.general #main-content {
    top: 60px; }
    body.general #main-content .trip-info {
      width: 220px; }
      body.general #main-content .trip-info .trip-info-toggle.close-info {
        display: inline; }
      body.general #main-content .trip-info .trip-info-toggle.open-info {
        display: none; }
    body.general #main-content .trip-info.trip-closed {
      margin-left: -255px; }
      body.general #main-content .trip-info.trip-closed .close-info {
        display: none; }
      body.general #main-content .trip-info.trip-closed .open-info {
        display: inline; } }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?53335525");
  src: url("../font/fontello.eot?53335525#iefix") format("embedded-opentype"), url("../font/fontello.woff2?53335525") format("woff2"), url("../font/fontello.woff?53335525") format("woff"), url("../font/fontello.ttf?53335525") format("truetype"), url("../font/fontello.svg?53335525#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?53335525#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-vimeo-squared:before {
  content: '\e800'; }

.icon-github-squared:before {
  content: '\e801'; }

.icon-twitter-squared:before {
  content: '\e802'; }

.icon-mail-squared:before {
  content: '\e803'; }

.icon-rss-squared:before {
  content: '\e804'; }

.icon-camera:before {
  content: '\e805'; }

.icon-location:before {
  content: '\e806'; }

.icon-videocam:before {
  content: '\e807'; }

.icon-link:before {
  content: '\e808'; }

.icon-left-open:before {
  content: '\e809'; }

.icon-right-open:before {
  content: '\e80a'; }

.icon-cancel:before {
  content: '\e80b'; }

.icon-home:before {
  content: '\e80c'; }

.icon-play-circled:before {
  content: '\f144'; }

body.bff {
  margin: 2em; }
  body.bff .thumbnail {
    float: left;
    margin: 10px;
    border-radius: 3px;
    border: 1px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: block;
    font-size: 0;
    transition: box-shadow .3s; }
  body.bff .thumbnail:hover {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.9); }

body.screensaver .screensaver-tabel {
  width: 100%;
  height: 100%; }
  body.screensaver .screensaver-tabel td {
    background-size: cover;
    cursor: pointer; }

body.payback {
  margin: 1em; }
  body.payback .message {
    padding: 5px;
    margin: 5px;
    display: block; }
  body.payback .error {
    background-color: red;
    color: white; }
  body.payback .success {
    background-color: darkseagreen; }
  body.payback textarea {
    height: 60px; }
  body.payback h1 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: .5em; }
  body.payback hr {
    border-top: 1px solid black; }
  body.payback th {
    font-weight: bold; }
  body.payback th, body.payback td, body.payback p, body.payback h2 {
    padding: .3em;
    vertical-align: top; }
  body.payback h2 {
    font-weight: bold; }
  body.payback .bottom-border {
    border-bottom: 1px solid black; }
  body.payback .right-border {
    border-right: 1px solid black; }
  body.payback .values label {
    display: none; }
  body.payback .values p:nth-child(odd) {
    float: left;
    width: 100px; }
  body.payback .logout {
    float: right; }
  body.payback .negative {
    background-color: #a11;
    color: white; }
  body.payback .positive {
    background-color: #2D2; }
  body.payback .number {
    text-align: right; }
  body.payback .clear-button {
    margin-left: 1em; }

body.tracker h1 {
  font-weight: bold;
  font-size: 2.5em;
  line-height: 2em; }
body.tracker h2 {
  font-weight: bold;
  font-size: 2em;
  line-height: 2em; }
body.tracker .settings {
  border: 1px solid #666;
  background-color: white;
  padding: .5em .5em .8em .5em;
  margin: .5em 0 1.5em 0;
  overflow: hidden; }
body.tracker strong {
  font-weight: bold; }
body.tracker em {
  font-style: italic; }
body.tracker .count-down-container {
  text-align: center;
  font-weight: bold;
  line-height: 3em;
  font-size: 10em; }
body.tracker p {
  margin-bottom: 1em;
  line-height: 1.5em;
  clear: both; }
body.tracker .row {
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-size: 2em; }
body.tracker .half {
  width: 50%; }
body.tracker label {
  font-size: 1em;
  display: block;
  padding: 0.5em 0;
  text-align: center; }
body.tracker .content label {
  float: left;
  text-align: left;
  clear: both;
  width: 65%; }
body.tracker .tracker-title {
  text-align: center; }
body.tracker .tracker-field {
  padding: .25em;
  text-align: center;
  font-size: 2em;
  border-bottom: 1px #DDD solid;
  font-weight: bold;
  font-family: monaco, courier, 'courier new'; }
body.tracker .half .tracker-field {
  font-size: 1.5em; }
body.tracker #log {
  font-size: 1.5em;
  border-width: 0; }
body.tracker .step {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: auto; }
body.tracker #step-1 {
  display: block; }
body.tracker .content {
  padding: 0 1em;
  font-size: 1.5em;
  line-height: 1.5em; }
body.tracker .step-button {
  background-color: black;
  font-size: 1.1em;
  border: 1px solid black;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  padding: 0.5em;
  clear: both;
  display: block; }
body.tracker input[type="number"] {
  font-family: monaco, courier, 'courier new';
  font-size: 1.3em;
  text-align: center;
  margin-top: .5em;
  margin: auto;
  display: block;
  float: left;
  width: 30%;
  margin-top: .5em; }
@media screen and (orientation: landscape) {
  body.tracker .row {
    width: 50%; } }
body.tracker #data {
  width: 100%;
  font-size: 2em;
  height: 500px; }

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