/**
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */

 body {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  /*font-size: 1.6rem;*/
}

.font-display, .flexible-widgets h1.widget-title, .d1, .text-d1, .d2, .text-d2, .d3, .text-d3, .d4, .text-d4 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

.font-heading, .panel-title, .expansion-panel-text .title, .card .card-header .card-text .title, .card .card-title .title, .card.pricing-table-card .card-title .price .value, .flexible-widgets h2.widget-title, h1, .h1, .text-h1, h2, .h2, .text-h2, h3, .h3, .text-h3, h4, .h4, .text-h4, h5, .h5, .text-h5, h6, .h6, .text-h6 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

.font-btn, .btn {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

a.text-link {
  color: #757575;
}

#qrcode {
  margin-bottom: 36px;
}

.blueimp-gallery-carousel {
  margin: 0;
  box-shadow: none;
}

.blueimp-gallery {
  background: transparent;
}

.blueimp-gallery>.slides>.slide>.slide-content {
  margin: 0;
  width: 100%;
}

@font-face {
  font-family: 'source';
  src: url('../fonts/source/source.eot');
  src:
    url('../fonts/source/source.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/source/source.woff') format('woff'),
    url('../fonts/source/source.ttf') format('truetype'),
    url('../fonts/source/source.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.font-source {
  font-family: 'source' !important;
}