/* line 17, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 52, ../sass/screen.scss */
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: '微軟正黑體';
}

/* line 58, ../sass/screen.scss */
.ds-firefox-only, .ds-chrome-only {
  display: none !important;
}

/* line 61, ../sass/screen.scss */
body:not(:-moz-handler-blocked) .ds-firefox-only {
  display: block !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 65, ../sass/screen.scss */
  .ds-chrome-only {
    display: block !important;
  }

  /* line 68, ../sass/screen.scss */
  .ds-fb-textarea {
    height: 330px !important;
  }
}
/* line 74, ../sass/screen.scss */
.ds-top-header {
  transition: height 0.3s ease-out;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 64px;
  box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.7);
}
/* line 84, ../sass/screen.scss */
.ds-top-header hgroup {
  width: 600px;
  float: left;
}
/* line 87, ../sass/screen.scss */
.ds-top-header hgroup h1, .ds-top-header hgroup h2 {
  float: left;
}
/* line 90, ../sass/screen.scss */
.ds-top-header hgroup h1 {
  font-size: 2em;
  line-height: 3em;
  margin: auto 16px;
  text-shadow: -15px -15px 0 rgba(0, 0, 0, 0.1);
}
/* line 96, ../sass/screen.scss */
.ds-top-header hgroup h2 {
  color: gray;
  letter-spacing: 5px;
  margin-top: 48px;
}

/* line 103, ../sass/screen.scss */
.ds-logo {
  width: 120px;
  height: 0;
  padding-top: 120px;
  margin-top: 0;
  float: left;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 115, ../sass/screen.scss */
.ds-toolbar {
  float: right;
  margin: 0;
  padding: 0;
  line-height: 96px;
}
/* line 119, ../sass/screen.scss */
.ds-toolbar li {
  cursor: pointer;
  list-style: none;
  float: left;
  margin: 0 20px;
}
/* line 125, ../sass/screen.scss */
.ds-toolbar li i {
  line-height: 2em;
  font-size: 2em;
  vertical-align: middle;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  margin: 3px;
}
/* line 132, ../sass/screen.scss */
.ds-toolbar li label {
  transition: box-shadow 0.3s ease-in;
  box-shadow: 0 0 0 rgba(102, 102, 153, 0);
}
/* line 137, ../sass/screen.scss */
.ds-toolbar li:hover i {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  color: #339;
}
/* line 141, ../sass/screen.scss */
.ds-toolbar li:hover label {
  box-shadow: 0 5px 0 rgba(102, 102, 153, 0.3);
  color: #339;
}
/* line 148, ../sass/screen.scss */
.ds-toolbar .ds-help i {
  color: rgba(128, 128, 128, 0.4);
  text-shadow: none;
}
/* line 153, ../sass/screen.scss */
.ds-toolbar .ds-help:hover i {
  color: rgba(128, 128, 128, 0.7);
}

/* line 160, ../sass/screen.scss */
.ds-scale-list {
  position: fixed;
  box-sizing: border-box;
  font-size: 32px;
  left: 32px;
  top: 140px;
  width: 32px;
  height: auto;
  padding: 0;
  z-index: 20;
}

/* line 171, ../sass/screen.scss */
.ds-scale-button {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 175, ../sass/screen.scss */
.ds-scale-point {
  transition: all 0.3s ease-in;
  font-size: 16px;
  float: left;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background-color: #7285b6;
  opacity: 0.6;
  border-radius: 32px;
  box-sizing: border-box;
  color: white;
  transform: scale(0.6);
  position: absolute;
  left: 0;
}
/* line 190, ../sass/screen.scss */
.ds-scale-point:before {
  content: attr(data-zoom);
}
/* line 193, ../sass/screen.scss */
.ds-scale-point:nth-child(n+12) {
  visibility: hidden;
  opacity: 0;
  top: 352px;
}
/* line 198, ../sass/screen.scss */
.ds-scale-point.ds-scale-now {
  background-color: #4773e1;
  transform: scale(0.8);
  opacity: 1;
  box-shadow: 0 0 3px 3px #4773e1;
}
/* line 203, ../sass/screen.scss */
.ds-scale-point.ds-scale-now + .ds-scale-point {
  box-shadow: 0 0 2px 2px #4773e1;
}
/* line 206, ../sass/screen.scss */
.ds-scale-point.ds-scale-now ~ .ds-scale-point {
  background-color: #4773e1;
  opacity: 1;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(2) {
  top: 0px;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(3) {
  top: 32px;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(4) {
  top: 64px;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(5) {
  top: 96px;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(6) {
  top: 128px;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(7) {
  top: 160px;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(8) {
  top: 192px;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(9) {
  top: 224px;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(10) {
  top: 256px;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(11) {
  top: 288px;
}
/* line 212, ../sass/screen.scss */
.ds-scale-point:nth-child(12) {
  top: 320px;
}

/* line 217, ../sass/screen.scss */
.ds-scale-button {
  position: absolute;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(2) {
  top: 4px;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(3) {
  top: 36px;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(4) {
  top: 68px;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(5) {
  top: 100px;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(6) {
  top: 132px;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(7) {
  top: 164px;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(8) {
  top: 196px;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(9) {
  top: 228px;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(10) {
  top: 260px;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(11) {
  top: 292px;
}
/* line 220, ../sass/screen.scss */
.ds-scale-button:nth-child(12) {
  top: 324px;
}
/* line 224, ../sass/screen.scss */
.ds-scale-button:nth-child(n+2) {
  margin-top: -0.25em;
}
/* line 227, ../sass/screen.scss */
.ds-scale-button:nth-child(n+13) {
  top: 324px;
}
/* line 230, ../sass/screen.scss */
.ds-scale-button a {
  display: inline-block;
  text-decoration: none;
}
/* line 234, ../sass/screen.scss */
.ds-scale-button:first-child {
  top: auto;
  bottom: -0.25em;
}

/* line 240, ../sass/screen.scss */
.ds-current-location {
  display: inline-block;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 20;
  color: gray;
  text-decoration: none;
  outline: 0;
  text-align: center;
  width: 48px;
  height: 48px;
  font-size: 38.4px;
  line-height: 48px;
  text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
}
/* line 265, ../sass/screen.scss */
.ds-current-location label {
  display: none;
}

/* line 270, ../sass/screen.scss */
.customBox-outer {
  position: absolute;
  padding: 0;
  overflow: visible;
}

/* line 275, ../sass/screen.scss */
.customBox {
  background: #FFC;
  border: 1px solid #000;
  padding: 4px;
  margin-left: -50%;
  position: relative;
  margin-right: 50%;
  border-radius: 5px;
  white-space: normal;
  word-break: break-all;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  width: 160px;
}

/* line 292, ../sass/screen.scss */
.ds-info {
  font-family: '微軟正黑體';
  width: 312px;
  max-height: 202px;
  padding: 5px;
  background: white;
  position: relative;
}
/* line 27, ../sass/screen.scss */
.ds-info:after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 10px;
  background-image: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0.1));
  bottom: 5px;
  left: 0;
  z-index: 100;
}
/* line 300, ../sass/screen.scss */
.ds-info ul {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 304, ../sass/screen.scss */
.ds-info li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 308, ../sass/screen.scss */
.ds-info .ds-place-list {
  margin-bottom: 10px;
  max-height: 192px;
  overflow: auto;
}
/* line 312, ../sass/screen.scss */
.ds-info .ds-place-list:before {
  display: block;
  color: gray;
  font-size: 12px;
  text-align: center;
  letter-spacing: 3px;
  content: '此群集下的地點';
}
/* line 321, ../sass/screen.scss */
.ds-info .ds-place-item {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease-in, text-shadow 0.3s ease-in;
}
/* line 326, ../sass/screen.scss */
.ds-info .ds-place-item:hover {
  color: #558;
  text-shadow: 2px 2px 2px rgba(0, 0, 128, 0.3);
}
/* line 332, ../sass/screen.scss */
.ds-info.ds-place-view .ds-place-list {
  top: -36px;
  height: 48px;
  display: flex;
  position: absolute;
}
/* line 337, ../sass/screen.scss */
.ds-info.ds-place-view .ds-place-list:before {
  display: none;
}
/* line 341, ../sass/screen.scss */
.ds-info.ds-place-view .ds-place-item {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 21px;
  height: 34px;
  background-image: url(https://chart.googleapis.com/chart?chst=d_map_pin_letter&chld=|FF0000|000000);
}
/* line 345, ../sass/screen.scss */
.ds-info.ds-place-view .ds-place-item:hover {
  background-image: url(https://chart.googleapis.com/chart?chst=d_map_pin_letter&chld=|FF8800|000000);
}
/* line 348, ../sass/screen.scss */
.ds-info.ds-place-view .ds-place-item.ds-place-selected {
  background-image: url(http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=%E2%80%A2%7CFFFF00);
}
/* line 351, ../sass/screen.scss */
.ds-info.ds-place-view .ds-place-item:only-child {
  display: none;
}
/* line 355, ../sass/screen.scss */
.ds-info.ds-place-view .ds-header, .ds-info.ds-place-view .ds-general-view {
  display: block;
}

/* line 360, ../sass/screen.scss */
.ds-header {
  display: none;
  position: relative;
}

/* line 364, ../sass/screen.scss */
.ds-general-view {
  display: none;
  overflow: auto;
  min-height: 72px;
  max-height: 160px;
}

/* line 370, ../sass/screen.scss */
.ds-title-list {
  height: 40px;
  overflow: hidden;
}
/* line 27, ../sass/screen.scss */
.ds-title-list:after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 8px;
  background-image: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0.1));
  bottom: 0;
  left: 0;
  z-index: 100;
}

/* line 375, ../sass/screen.scss */
.ds-other-title {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(https://icons.iconarchive.com/icons/iconsmind/outline/24/Next-2-2-icon.png);
  opacity: 0.6;
  cursor: pointer;
}
/* line 383, ../sass/screen.scss */
.ds-other-title:hover {
  opacity: 1;
}

/* line 387, ../sass/screen.scss */
.ds-title-item {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 128, 0.6);
  font-weight: bold;
}
/* line 393, ../sass/screen.scss */
.ds-title-item:first-child {
  color: #558;
  text-shadow: 2px 2px 2px rgba(0, 0, 128, 0.3);
}
/* line 397, ../sass/screen.scss */
.ds-info .ds-title-item {
  margin-right: 20px;
}

/* line 408, ../sass/screen.scss */
.ds-status {
  color: gray;
  letter-spacing: 3px;
  font-size: 12px;
  text-align: center;
  height: 16px;
}

/* line 411, ../sass/screen.scss */
.ds-info .ds-friend-list {
  display: flex;
  margin-bottom: 10px;
  flex-flow: row wrap;
}

/* line 416, ../sass/screen.scss */
.ds-import-file {
  display: none;
}

/* line 419, ../sass/screen.scss */
.ds-friend-item {
  float: left;
  flex: 0 1 48px;
  width: 48px;
  height: 48px;
  order: 1;
  position: relative;
}
/* line 425, ../sass/screen.scss */
.ds-friend-item.ds-expanded {
  flex: 100%;
  order: 0;
  width: 100%;
  height: auto;
}
/* line 430, ../sass/screen.scss */
.ds-friend-item.ds-expanded:before, .ds-friend-item.ds-expanded:hover:before {
  color: gray;
  letter-spacing: 3px;
  font-size: 12px;
  text-align: center;
  height: 16px;
  content: '點選月曆，觀看朋友的造訪記錄...';
  display: block;
  margin: 10px 0 5px 0;
  position: static;
  top: auto;
  left: auto;
  padding: 0;
  background: none;
}
/* line 440, ../sass/screen.scss */
.ds-friend-item.ds-expanded:after {
  color: gray;
  letter-spacing: 3px;
  font-size: 12px;
  text-align: center;
  height: 16px;
  content: '其他朋友的造訪記錄';
  display: block;
  margin: 10px 0 5px 0;
  width: 100%;
  float: left;
  clear: both;
}
/* line 449, ../sass/screen.scss */
.ds-friend-item.ds-expanded:only-child:after {
  display: none;
}
/* line 452, ../sass/screen.scss */
.ds-friend-item.ds-expanded img {
  float: left;
  padding-left: 96px;
  width: 0px;
  height: 96px;
  background-image: url(attr(data-normal-src));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
}
/* line 464, ../sass/screen.scss */
.ds-friend-item img {
  width: 48px;
}

/* line 468, ../sass/screen.scss */
.ds-single-time {
  margin: 4px;
  width: 40px;
  height: 40px;
  float: left;
  text-decoration: none;
  text-align: center;
  display: none;
  outline: none;
  box-shadow: 0 0 3px gray;
}
/* line 476, ../sass/screen.scss */
.ds-expanded .ds-single-time {
  display: block;
}
/* line 480, ../sass/screen.scss */
.ds-single-time span {
  margin: 0;
  padding: 0;
  display: block;
}
/* line 484, ../sass/screen.scss */
.ds-single-time .ds-time-y {
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 2px;
  color: #666;
}
/* line 489, ../sass/screen.scss */
.ds-single-time .ds-time-m {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  background: #660000;
  color: white;
}
/* line 495, ../sass/screen.scss */
.ds-single-time .ds-time-d {
  font-size: 20px;
  line-height: 20px;
  text-shadow: 0 0 3px gray;
  font-family: 'arial';
}
/* line 500, ../sass/screen.scss */
.ds-single-time:focus {
  background: #FFC;
}

/* line 504, ../sass/screen.scss */
.gm-style-iw > div, .gm-style .gm-style-iw {
  overflow: visible !important;
}

/* line 507, ../sass/screen.scss */
.cluster-icon[style*="m1.png"] {
  -webkit-transition: color 1s ease-out, -webkit-transform 1s ease-out;
  transition: color 1s ease-out, transform 1s ease-out;
  transform: rotate(0deg);
}
/* line 511, ../sass/screen.scss */
.cluster-icon[style*="m1.png"]:hover {
  color: rgba(255, 255, 255, 0) !important;
  transform: rotate(720deg);
}

@media screen and (max-width: 1366px) {
  /* line 518, ../sass/screen.scss */
  .ds-toolbar {
    line-height: 1.2em;
  }
  /* line 520, ../sass/screen.scss */
  .ds-toolbar li {
    margin: 5px;
  }
  /* line 522, ../sass/screen.scss */
  .ds-toolbar li label {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  /* line 529, ../sass/screen.scss */
  .ds-top-header {
    height: 48px;
  }
  /* line 531, ../sass/screen.scss */
  .ds-top-header hgroup {
    width: 300px;
  }
  /* line 533, ../sass/screen.scss */
  .ds-top-header hgroup h1 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  /* line 537, ../sass/screen.scss */
  .ds-top-header hgroup h2 {
    margin-top: 0;
    margin-left: 50px;
  }

  /* line 543, ../sass/screen.scss */
  .ds-logo {
    width: 64px;
    height: 0;
    padding-top: 64px;
  }
  /* line 546, ../sass/screen.scss */
  .ds-logo:after {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 540px) {
  /* line 554, ../sass/screen.scss */
  .ds-loaded .ds-toolbar:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 0.3s ease-in, opacity 0.3s ease-in;
    position: absolute;
    right: 16px;
    top: 80px;
    content: '\e608';
    display: inline-block;
    font-size: 36px;
    transform: translateY(0px);
    opacity: 0.6;
  }

  /* line 568, ../sass/screen.scss */
  .ds-inactive.ds-top-header {
    top: -120px;
  }
  /* line 572, ../sass/screen.scss */
  .ds-inactive .ds-toolbar:before {
    right: 16px;
    top: 140px;
    content: '\e603';
  }
  /* line 577, ../sass/screen.scss */
  .ds-inactive .ds-logo {
    position: relative;
    top: 120px;
  }
  /* line 580, ../sass/screen.scss */
  .ds-inactive .ds-logo:after {
    content: 'dubSteps';
    font-size: 20px;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    color: #1b43a7;
    text-shadow: 0 0 3px #666;
  }
}
@media screen and (max-width: 540px) {
  /* line 594, ../sass/screen.scss */
  .ds-top-header {
    height: 0px;
  }
  /* line 596, ../sass/screen.scss */
  .ds-top-header hgroup {
    width: 64px;
  }
  /* line 598, ../sass/screen.scss */
  .ds-top-header hgroup h1, .ds-top-header hgroup h2 {
    display: none;
  }

  /* line 603, ../sass/screen.scss */
  .ds-logo {
    position: relative;
  }
  /* line 605, ../sass/screen.scss */
  .ds-logo:after {
    content: 'dubSteps';
    font-size: 12px;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    color: #1b43a7;
    text-shadow: 0 0 3px #666;
  }

  /* line 616, ../sass/screen.scss */
  .ds-scale-list {
    left: 12px;
  }

  /* line 619, ../sass/screen.scss */
  .ds-toolbar {
    transition: transform 0.3s ease-in;
    position: absolute;
    right: 8px;
    top: -2px;
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0;
    border: 2px solid rgba(128, 128, 128, 0.6);
    border-radius: 0 0 8px 8px;
    transform: translateY(-200px);
  }
  /* line 629, ../sass/screen.scss */
  .ds-toolbar.ds-active {
    transform: translateY(0px);
  }
  /* line 631, ../sass/screen.scss */
  .ds-toolbar.ds-active:before {
    position: absolute;
    opacity: 0;
    transform: translateY(-300px);
  }
  /* line 637, ../sass/screen.scss */
  .ds-toolbar:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 0.3s ease-in, opacity 0.3s ease-in;
    position: absolute;
    right: 16px;
    top: 220px;
    display: inline-block;
    font-size: 36px;
    content: '\e603';
    transform: translateY(0px);
    opacity: 0.6;
  }
  /* line 648, ../sass/screen.scss */
  .ds-toolbar li {
    float: none;
    font-size: 12px;
    margin: 0;
    height: 3em;
  }
  /* line 653, ../sass/screen.scss */
  .ds-toolbar li i {
    display: inline-block;
    width: 36px;
    text-align: center;
  }
  /* line 658, ../sass/screen.scss */
  .ds-toolbar li label {
    display: inline-block;
    font-size: 14px;
  }
  /* line 663, ../sass/screen.scss */
  .ds-toolbar:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 24px;
    display: block;
    content: '\e608';
    text-align: center;
  }
}
@media screen and (max-height: 480px) {
  /* line 674, ../sass/screen.scss */
  .ds-top-header {
    height: 0px;
  }
  /* line 676, ../sass/screen.scss */
  .ds-top-header hgroup {
    width: 64px;
  }
  /* line 678, ../sass/screen.scss */
  .ds-top-header hgroup h1, .ds-top-header hgroup h2 {
    display: none;
  }

  /* line 683, ../sass/screen.scss */
  .ds-logo {
    width: 64px;
    height: 0;
    padding-top: 64px;
    position: relative;
  }
  /* line 687, ../sass/screen.scss */
  .ds-logo:after {
    content: 'dubSteps';
    font-size: 12px;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    color: #1b43a7;
    text-shadow: 0 0 3px #666;
  }

  /* line 698, ../sass/screen.scss */
  .ds-scale-point {
    display: none;
  }

  /* line 702, ../sass/screen.scss */
  .ds-scale-list {
    left: 8px;
    height: 76.8px;
    bottom: 50%;
    margin-bottom: -38.4px;
    top: auto;
  }

  /* line 709, ../sass/screen.scss */
  .ds-scale-button {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    text-align: center;
    border: 2px solid black;
    background: white;
  }
  /* line 717, ../sass/screen.scss */
  .ds-scale-button:first-child {
    top: 0;
    bottom: auto;
    right: 0;
  }
  /* line 722, ../sass/screen.scss */
  .ds-scale-button:last-child {
    top: auto;
    bottom: 0;
    margin: 0;
    left: 0;
  }
}
/* line 730, ../sass/screen.scss */
.ds-about, .ds-fb-import {
  position: absolute;
  width: 800px;
  height: 500px;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  margin-top: -250px;
  transition: left 0.3s ease-in 0.3s, visibility 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
  border: 2px solid gray;
  border-radius: 20px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.8em;
  font-size: 20px;
  transform: translateY(-80px);
  opacity: 0;
  visibility: hidden;
  left: -1000px;
  z-index: 190;
}
@media screen and (max-height: 500px) {
  /* line 730, ../sass/screen.scss */
  .ds-about, .ds-fb-import {
    top: 0 !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  /* line 730, ../sass/screen.scss */
  .ds-about, .ds-fb-import {
    left: 0 !important;
    margin-left: 0 !important;
  }
}
/* line 751, ../sass/screen.scss */
.ds-active.ds-about, .ds-active.ds-fb-import {
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
  left: 50%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* line 765, ../sass/screen.scss */
.ds-about-logo {
  width: 144px;
  height: 0;
  padding-top: 144px;
  margin: 20px 80px 32px 80px;
  background-image: url(http://graph.facebook.com/663898857/picture?width=144&height=144);
  background-size: contain;
  position: relative;
  border-radius: 100%;
  border: 2px solid #4773e1;
  box-shadow: 0 0 5px gray, 0 0 10px white inset;
}
/* line 775, ../sass/screen.scss */
.ds-about-logo:after {
  content: ' ';
  width: 128px;
  height: 128px;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -64px;
  top: 64px;
}

/* line 786, ../sass/screen.scss */
.ds-about-title {
  display: block;
  font-weight: bold;
  color: #4773e1;
}

/* line 791, ../sass/screen.scss */
.ds-xd {
  position: fixed;
  bottom: 0;
  right: 16px;
  font-size: 8px;
  color: rgba(128, 128, 128, 0.4);
}

/* line 797, ../sass/screen.scss */
.ds-about-text {
  width: 50%;
  line-height: 24px;
  font-size: 20px;
}
/* line 801, ../sass/screen.scss */
.ds-about-text .ds-about-link {
  color: #4773e1;
  text-decoration: none;
}
/* line 804, ../sass/screen.scss */
.ds-about-text .ds-about-link:hover {
  color: #2255d3;
}

/* line 809, ../sass/screen.scss */
.ds-about-fb-import {
  background: #4773e1;
  font-size: 16px;
  border: none;
  color: white;
  width: 200px;
  padding: 5px;
  border-radius: 10px;
  font-family: '微軟正黑體';
  outline: 0;
  cursor: pointer;
}
/* line 820, ../sass/screen.scss */
.ds-about-fb-import:hover {
  background: #5d84e5;
  color: #FFC;
}
/* line 824, ../sass/screen.scss */
.ds-about-fb-import .icon-facebook {
  font-size: 24px;
  vertical-align: middle;
  margin: 0 4px;
}

/* line 830, ../sass/screen.scss */
.ds-about-share-list {
  width: 50%;
  text-align: left;
  position: relative;
}
/* line 834, ../sass/screen.scss */
.ds-about-share-list:before {
  content: 'Share with...';
  position: absolute;
  left: 0;
  top: -32px;
  font-size: 16px;
  color: gray;
}
/* line 841, ../sass/screen.scss */
.ds-about-share-list .ds-about-link-item {
  display: inline-block;
  margin: 0 16px;
}
/* line 845, ../sass/screen.scss */
.ds-about-share-list .ds-about-link {
  transition: transform 0.3s ease-in;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  width: 64px;
  height: 64px;
  box-shadow: 0 0 5px black;
  border-radius: 100%;
}
/* line 853, ../sass/screen.scss */
.ds-about-share-list .ds-about-link:hover {
  transform: translateY(-10px);
}

/* line 858, ../sass/screen.scss */
.ds-facebook {
  background: url(../images/facebook.png);
}

/* line 861, ../sass/screen.scss */
.ds-line {
  background: url(../images/line.png);
}

/* line 864, ../sass/screen.scss */
.ds-plurk {
  background: url(../images/plurk.png);
}

/* line 869, ../sass/screen.scss */
.ds-about-ref-list .ds-about-link-item, .ds-about-link-list .ds-about-link-item {
  padding-left: 12px;
}
/* line 872, ../sass/screen.scss */
.ds-about-ref-list .ds-about-link, .ds-about-link-list .ds-about-link {
  text-decoration: none;
  color: #2255d3;
}

/* line 877, ../sass/screen.scss */
.ds-about-link-list {
  position: absolute;
  right: 0;
  top: 64px;
  width: 43%;
}
/* line 881, ../sass/screen.scss */
.ds-about-link-list:before {
  content: 'Related Links';
  font-size: 16px;
  color: gray;
}

/* line 888, ../sass/screen.scss */
.ds-about-ref-list {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: 43%;
}
/* line 892, ../sass/screen.scss */
.ds-about-ref-list:before {
  content: 'Technical Reference';
  font-size: 16px;
  color: gray;
}

/* line 898, ../sass/screen.scss */
.ds-about-close {
  background: none;
  border: none;
  position: absolute;
  right: 16px;
  top: 16px;
  color: gray;
  opacity: 0.3;
  cursor: pointer;
  outline: 0;
}
/* line 907, ../sass/screen.scss */
.ds-about-close:hover {
  opacity: 0.7;
}

/* line 917, ../sass/screen.scss */
.ds-fb-img {
  box-shadow: 0 0 3px gray;
  margin: 10px auto;
  display: block;
}

/* line 922, ../sass/screen.scss */
.ds-fb-question, .ds-fb-answer {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
}

/* line 927, ../sass/screen.scss */
.ds-fb-question {
  color: #ff5000;
  text-decoration: underline;
  cursor: help;
}

/* line 932, ../sass/screen.scss */
.ds-fb-answer {
  transition: all ease-in 0.3s;
  color: green;
  padding: 10px 20px;
  visibility: hidden;
  opacity: 0;
}
/* line 939, ../sass/screen.scss */
.ds-fb-question:active ~ .ds-fb-answer, .ds-fb-question:hover ~ .ds-fb-answer {
  visibility: visible;
  opacity: 1;
}

/* line 944, ../sass/screen.scss */
.ds-fb-step-item {
  overflow: hidden;
  *zoom: 1;
  display: none;
  height: 380px;
}
/* line 948, ../sass/screen.scss */
.ds-fb-step-item:nth-child(1) .ds-fb-link {
  background: #4773e1;
  color: white;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
/* line 955, ../sass/screen.scss */
.ds-fb-step-item:nth-child(1) .ds-fb-link .icon-facebook2 {
  font-size: 28px;
  margin: 3px;
  vertical-align: middle;
}
/* line 959, ../sass/screen.scss */
.ds-fb-step-item:nth-child(1) .ds-fb-link:hover {
  background: #5d84e5;
  color: #FFC;
}
/* line 964, ../sass/screen.scss */
.ds-fb-step-item:nth-child(3) .ds-fb-answer {
  position: absolute;
  width: 350px;
  height: 120px;
  background: #FFC;
  border: 1px solid brown;
  padding: 10px;
}
/* line 972, ../sass/screen.scss */
.ds-fb-step-item:nth-child(4) .ds-fb-img, .ds-fb-step-item:nth-child(5) .ds-fb-img {
  float: right;
  margin: 10px;
  height: 330px;
}
/* line 977, ../sass/screen.scss */
.ds-fb-step-item.ds-active {
  display: block;
}
/* line 980, ../sass/screen.scss */
.ds-fb-step-item .ds-fb-step-title {
  display: block;
  font-weight: bold;
  color: #4773e1;
}

/* line 986, ../sass/screen.scss */
.ds-fb-textarea {
  width: 45%;
  height: 100px;
  display: block;
  float: right;
}

/* line 991, ../sass/screen.scss */
.ds-fb-warn {
  color: #ff0005;
  font-size: 16px;
  line-height: 1.2em;
  display: block;
  clear: both;
}

/* line 998, ../sass/screen.scss */
.ds-fb-drop-area {
  border: 5px dashed #4773e1;
  width: 90%;
  height: 230px;
  border-radius: 20px;
  margin: auto;
  margin-top: 10px;
}

/* line 1005, ../sass/screen.scss */
.ds-fb-load-file, .ds-fb-load-file-directly {
  background: #4773e1;
  font-size: 16px;
  border: none;
  color: white;
  width: 200px;
  padding: 5px;
  border-radius: 10px;
  font-family: '微軟正黑體';
  outline: 0;
}
/* line 1015, ../sass/screen.scss */
.ds-fb-load-file:hover, .ds-fb-load-file-directly:hover {
  background: #5d84e5;
  color: #FFC;
}

/* line 1020, ../sass/screen.scss */
.ds-fb-load-file-directly .icon-map {
  font-size: 20px;
  margin: 3px;
  vertical-align: middle;
  font-weight: bold;
}

/* line 1026, ../sass/screen.scss */
.ds-fb-load-file {
  font-size: 24px;
  display: block;
  width: 200px;
  margin: 80px auto;
}
/* line 1031, ../sass/screen.scss */
.ds-drag-area.ds-active ~ .ds-fb-import .ds-fb-load-file {
  display: none;
}

/* line 1035, ../sass/screen.scss */
.ds-fb-prev, .ds-fb-next {
  border: none;
  background: #4773e1;
  font-size: 20px;
  color: white;
  font-family: '微軟正黑體';
  width: 300px;
  margin-top: 50px;
}

/* line 1044, ../sass/screen.scss */
.ds-fb-prev {
  float: left;
}

/* line 1047, ../sass/screen.scss */
.ds-fb-next {
  float: right;
}

/* line 1050, ../sass/screen.scss */
.ds-fb-close {
  background: none;
  border: none;
  position: absolute;
  right: 16px;
  top: 16px;
  color: gray;
  opacity: 0.3;
  cursor: pointer;
  outline: 0;
}
/* line 1059, ../sass/screen.scss */
.ds-fb-close:hover {
  opacity: 0.7;
}

/* line 1063, ../sass/screen.scss */
.ds-drag-area {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  color: black;
  line-height: calc(100% - 20px);
  z-index: 20000;
  display: none;
  align-items: center;
  justify-content: center;
}
/* line 1076, ../sass/screen.scss */
.ds-drag-area.ds-active {
  display: flex;
}
/* line 1079, ../sass/screen.scss */
.ds-drag-area:after {
  content: '載入打卡資訊';
  font-size: 72px;
  letter-spacing: 20px;
  text-shadow: 2px 0px 0px white, 0px 2px 0px white, -2px 0px 0px white, 0px -2px 0px white;
  color: #7394e8;
}

/* line 1091, ../sass/screen.scss */
.ds-export-iw {
  font-size: 12px;
  color: gray;
  font-family: '微軟正黑體';
}
/* line 1095, ../sass/screen.scss */
.ds-export-iw .ds-export-fn-list {
  margin-top: 10px;
  text-align: center;
}
/* line 1099, ../sass/screen.scss */
.ds-export-iw .ds-export-fn {
  color: black;
  transition: text-shadow 0.3s ease-in;
  cursor: pointer;
  font-weight: bold;
  padding: 3px;
  line-height: 30px;
  display: inline-block;
  margin: 0 3px;
}
/* line 1108, ../sass/screen.scss */
.ds-export-iw .ds-export-fn:hover {
  text-shadow: 0 0 3px #4773e1;
}
/* line 1112, ../sass/screen.scss */
.ds-export-iw [class^="icon-"] {
  font-weight: normal;
  font-size: 24px;
  vertical-align: middle;
}

/* line 1118, ../sass/screen.scss */
.ds-progress-bar {
  display: none;
  position: fixed;
  background: rgba(71, 115, 225, 0.1);
  z-index: 200;
  height: 4px;
  width: 100%;
  top: -1px;
}
/* line 1126, ../sass/screen.scss */
.ds-progress-bar.ds-active {
  display: block;
}

/* line 1130, ../sass/screen.scss */
.ds-progress-bar-inner {
  height: 100%;
  width: 0;
  background: #4773e1;
  border-radius: 0 10px 10px 0;
  position: relative;
  box-shadow: 0 0 5px #4773e1;
}
/* line 1137, ../sass/screen.scss */
.ds-progress-bar-inner:after, .ds-progress-bar-inner:before {
  width: 20px;
  height: 100%;
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background: #4773e1;
  box-shadow: 0 0 5px #4773e1;
  transform: rotate(3deg) translateY(-2px);
  transform-origin: left center;
}
/* line 1148, ../sass/screen.scss */
.ds-progress-bar-inner:before {
  right: 2px;
  top: 2px;
  background: #4773e1;
  box-shadow: 0 0 5px #4773e1;
  transform: rotate(5deg) translateY(-2px) translateX(1px);
}

/* line 1155, ../sass/screen.scss */
.ds-upload-result {
  position: fixed;
  z-index: 200;
  height: 400px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0));
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -200px;
  left: -10000px;
  transform: translateY(-80px);
  opacity: 0;
  visibility: hidden;
  transition: left 0.3s ease-in 0.3s, visibility 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
/* line 1173, ../sass/screen.scss */
.ds-upload-result.ds-active {
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
  left: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* line 1184, ../sass/screen.scss */
.ds-upload-canvas {
  display: block;
}

/* line 1187, ../sass/screen.scss */
.ds-upload-title {
  font-size: 36px;
  letter-spacing: 3px;
  line-height: 64px;
  font-weight: bold;
  text-shadow: 1px 0px 0px white, 0px 1px 0px white, -1px 0px 0px white, 0px -1px 0px white;
  color: #2255d3;
}

/* line 1199, ../sass/screen.scss */
.ds-upload-section {
  font-weight: bold;
  color: #666;
  text-shadow: 1px 0px 0px white, 0px 1px 0px white, -1px 0px 0px white, 0px -1px 0px white;
  font-size: 24px;
  line-height: 36px;
}

/* line 1210, ../sass/screen.scss */
.ds-upload-canvas {
  margin: 3px auto;
  box-shadow: 0 0 3px white;
}

/* line 1214, ../sass/screen.scss */
.ds-upload-url {
  font-size: 24px;
  border-radius: 5px;
  color: #1b43a7;
  border: 2px solid gray;
  box-shadow: 0 0 5px #4773e1 inset;
  vertical-align: middle;
  height: 36px;
  line-height: 36px;
  padding: 0 3px;
}

/* line 1225, ../sass/screen.scss */
.ds-upload-link {
  text-decoration: none;
  font-size: 24px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background: #4773e1;
  color: white;
  text-shadow: 0 -1px 0 black;
  display: inline-block;
  margin: 3px;
  border-radius: 5px;
}
/* line 1236, ../sass/screen.scss */
.ds-upload-link:hover {
  background: #5d84e5;
  color: #FFC;
}

/* line 1241, ../sass/screen.scss */
.ds-upload-close {
  border: none;
  background: #4773e1;
  font-size: 20px;
  color: white;
  font-family: '微軟正黑體';
  width: 48px;
  height: 36px;
  border-radius: 5px;
  vertical-align: middle;
}

/* line 1252, ../sass/screen.scss */
.fb-like {
  transition: transform 0.3s ease-in;
  position: fixed;
  border: none;
  width: 80px;
  height: 24px;
  bottom: 32px;
  right: 72px;
}
