<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Maple.css
 *
 * Copyright 2013 Koji Ishimoto
 * Licensed under the MIT License
 *
 * Designed by @t32k
 */
/*
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&amp;v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
.fa-ul &gt; li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;


  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {

  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }


.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

.list &gt; li:last-child {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

body {
  color: #001243;
  -webkit-text-size-adjust: 100%; }

a {
  color: inherit;
  text-decoration: none; }

b {
  font-weight: bold; }

i {
  display: inline-block; }

em {
  font-style: normal; }

select, button, input, textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none; }

.gp:before, .gp:after {
  content: "";
  display: table !important; }

.gp:after {
  clear: both; }

.ir {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%; }

.elps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bxbb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fit {
  max-width: 100%;
  height: auto; }

.fl {
  float: left; }

.fr {
  float: right; }

.full {
  width: 100%; }

.half {
  width: 50%; }

.third {
  width: 33.3%; }

.quater {
  width: 25%; }

.fifth {
  width: 20%; }

.ref {
  position: relative; }

.abs {
  position: absolute; }

.invisible {
  visibility: hidden; }

.dn {
  display: none !important; }

.db {
  display: block !important; }

.di {
  display: inline !important; }

.ds {
  display: inline-block !important; }

.dt {
  display: table !important; }

.dc {
  display: table-cell !important; }

.mod {
  margin: 12px; }

.mgn {
  margin: 0 !important; }

.mtn {
  margin-top: 0 !important; }

.mts {
  margin-top: 6px !important; }

.mtm {
  margin-top: 12px !important; }

.mtl {
  margin-top: 24px !important; }

.mtx {
  margin-top: 36px !important; }

.mbn {
  margin-bottom: 0 !important; }

.mbs {
  margin-bottom: 6px !important; }

.mbm {
  margin-bottom: 12px !important; }

.mbl {
  margin-bottom: 24px !important; }

.mbx {
  margin-bottom: 36px !important; }

.mln {
  margin-left: 0 !important; }

.mls {
  margin-left: 6px !important; }

.mlm {
  margin-left: 12px !important; }

.mll {
  margin-left: 24px !important; }

.mlx {
  margin-left: 36px !important; }

.mrn {
  margin-right: 0 !important; }

.mrs {
  margin-right: 6px !important; }

.mrm {
  margin-right: 12px !important; }

.mrl {
  margin-right: 24px !important; }

.mrx {
  margin-right: 36px !important; }

.mra {
  margin-right: auto !important; }

.mla {
  margin-left: auto !important; }

.mca {
  margin-left: auto !important;
  margin-right: auto !important; }

.ptn {
  padding-top: 0 !important; }

.pts {
  padding-top: 6px !important; }

.ptm {
  padding-top: 12px !important; }

.ptl {
  padding-top: 24px !important; }

.ptx {
  padding-top: 36px !important; }

.pbn {
  padding-bottom: 0 !important; }

.pbs {
  padding-bottom: 6px !important; }

.pbm {
  padding-bottom: 12px !important; }

.pbl {
  padding-bottom: 24px !important; }

.pbx {
  padding-bottom: 36px !important; }

.pln {
  padding-left: 0 !important; }

.pls {
  padding-left: 6px !important; }

.plm {
  padding-left: 12px !important; }

.pll {
  padding-left: 24px !important; }

.plx {
  padding-left: 36px !important; }

.prn {
  padding-right: 0 !important; }

.prs {
  padding-right: 6px !important; }

.prm {
  padding-right: 12px !important; }

.prl {
  padding-right: 24px !important; }

.prx {
  padding-right: 36px !important; }

.rn {
  border-radius: 0 !important; }

.rs {
  border-radius: 4px; }

.rm {
  border-radius: 8px; }

.rl {
  border-radius: 16px; }

.ca {
  color: #001243 !important; }

.cb {
  color: #fdcf0e !important; }

.cc {
  color: #ff740d !important; }

.cd {
  color: #c10411 !important; }

.ce {
  color: #4ecf64 !important; }

.cf {
  color: #4bb8f0 !important; }

.cg {
  color: #fbfbfd !important; }

.ch {
  color: #777777 !important; }

.cx {
  color: white !important; }

.cy {
  color: #565656 !important; }

.cz {
  color: black !important; }

.ba {
  background-color: #001243 !important; }

.bb {
  background-color: #fdcf0e !important; }

.bc {
  background-color: #ff740d !important; }

.bd {
  background-color: #c10411 !important; }

.be {
  background-color: #4ecf64 !important; }

.bf {
  background-color: #4bb8f0 !important; }

.bg {
  background-color: #fbfbfd !important; }

.bh {
  background-color: #777777 !important; }

.bx {
  background-color: white !important; }

.by {
  background-color: #565656 !important; }

.bz {
  background-color: black !important; }

.gda {
  background-color: #001243;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF002076', endColorstr='#FF001243');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #002076), color-stop(100%, #001243));
  background-image: -webkit-linear-gradient(#002076 0%, #001243 100%);
  background-image: -moz-linear-gradient(#002076 0%, #001243 100%);
  background-image: linear-gradient(#002076 0%, #001243 100%); }

.gdb {
  background-color: #fdcf0e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDD941', endColorstr='#FFFDCF0E');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdd941), color-stop(100%, #fdcf0e));
  background-image: -webkit-linear-gradient(#fdd941 0%, #fdcf0e 100%);
  background-image: -moz-linear-gradient(#fdd941 0%, #fdcf0e 100%);
  background-image: linear-gradient(#fdd941 0%, #fdcf0e 100%); }

.gdc {
  background-color: #ff740d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF9140', endColorstr='#FFFF740D');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9140), color-stop(100%, #ff740d));
  background-image: -webkit-linear-gradient(#ff9140 0%, #ff740d 100%);
  background-image: -moz-linear-gradient(#ff9140 0%, #ff740d 100%);
  background-image: linear-gradient(#ff9140 0%, #ff740d 100%); }

.gdd {
  background-color: #c10411;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF30515', endColorstr='#FFC10411');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f30515), color-stop(100%, #c10411));
  background-image: -webkit-linear-gradient(#f30515 0%, #c10411 100%);
  background-image: -moz-linear-gradient(#f30515 0%, #c10411 100%);
  background-image: linear-gradient(#f30515 0%, #c10411 100%); }

.gde {
  background-color: #4ecf64;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF76DA87', endColorstr='#FF4ECF64');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #76da87), color-stop(100%, #4ecf64));
  background-image: -webkit-linear-gradient(#76da87 0%, #4ecf64 100%);
  background-image: -moz-linear-gradient(#76da87 0%, #4ecf64 100%);
  background-image: linear-gradient(#76da87 0%, #4ecf64 100%); }

.gdf {
  background-color: #4bb8f0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7ACBF4', endColorstr='#FF4BB8F0');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7acbf4), color-stop(100%, #4bb8f0));
  background-image: -webkit-linear-gradient(#7acbf4 0%, #4bb8f0 100%);
  background-image: -moz-linear-gradient(#7acbf4 0%, #4bb8f0 100%);
  background-image: linear-gradient(#7acbf4 0%, #4bb8f0 100%); }

.gdg {
  background-color: #fbfbfd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFBFBFD');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfd));
  background-image: -webkit-linear-gradient(#ffffff 0%, #fbfbfd 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #fbfbfd 100%);
  background-image: linear-gradient(#ffffff 0%, #fbfbfd 100%); }

.gdh {
  background-color: #777777;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF919191', endColorstr='#FF777777');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #919191), color-stop(100%, #777777));
  background-image: -webkit-linear-gradient(#919191 0%, #777777 100%);
  background-image: -moz-linear-gradient(#919191 0%, #777777 100%);
  background-image: linear-gradient(#919191 0%, #777777 100%); }

.n {
  font-weight: normal !important; }

.b {
  font-weight: bold !important; }

.l {
  text-align: left !important; }

.c {
  text-align: center !important; }

.r {
  text-align: right !important; }

.u {
  text-decoration: underline !important; }

.f1 {
  font-size: 10px; }

.f2 {
  font-size: 12px; }

.f3 {
  font-size: 14px; }

.fn {
  font-size: 16px !important; }

.f4 {
  font-size: 18px; }

.f5 {
  font-size: 20px; }

.f6 {
  font-size: 22px; }

.f30 {
  font-size: 30px; }

.f100 {
  font-size: 100px; }

.v0 {
  vertical-align: 0; }

.v1 {
  vertical-align: -1px; }

.v2 {
  vertical-align: -2px; }

.v3 {
  vertical-align: -3px; }

.v4 {
  vertical-align: -4px; }

.v5 {
  vertical-align: -5px; }

.vt {
  vertical-align: top; }

.vm {
  vertical-align: middle; }

.vb {
  vertical-align: bottom; }

.layout-sentence {
  padding: 10px; }

.layout-cancel-sentence {
  margin: 0 -10px; }

.layout-centered {
  position: relative;
  overflow: hidden; }
.layout-centered .centered-outer {
  position: relative;
  left: 50%;
  float: left; }
.layout-centered .centered-outer &gt; * {
  position: relative;
  left: -50%; }

.head-l {
  font-weight: bold;
  line-height: 1em;
  padding: 0.5em 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }

.sphone .head-l {
  font-size: 25px; }

.pc .head-l {
  font-size: 40px; }

.list &gt; li {
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0; }

.list-a {
  margin-top: 2em; }
.list-a &gt; dt {
  color: #fff;
  border-radius: 4px;
  padding: .25em 1em;
  margin-bottom: .5em; }
.list-a &gt; dd {
  margin-top: .3em;
  text-indent: .5em; }
.list-a &gt; dd &gt; i {
  color: #ccc;
  font-size: .7em;
  padding-right: .5em; }

.btn {
  display: block;
  border-radius: 4px;
  padding: 1em 1em 1em 3.5em;
  line-height: 30px;
  background-color: #4bb8f0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7ACBF4', endColorstr='#FF4BB8F0');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7acbf4), color-stop(100%, #4bb8f0));
  background-image: -webkit-linear-gradient(#7acbf4 0%, #4bb8f0 100%);
  background-image: -moz-linear-gradient(#7acbf4 0%, #4bb8f0 100%);
  background-image: linear-gradient(#7acbf4 0%, #4bb8f0 100%);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 0, rgba(255, 255, 255, 0.7) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 0, rgba(255, 255, 255, 0.7) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 0, rgba(255, 255, 255, 0.7) -1px 1px 0 inset; }

a.btn {
  color: #001243;
  line-height: 1.2em;
  font-size: 0.8em;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.3); }
a.btn:hover {
  color: #6476a7; }

.no_icon{ padding: 1em;}

.btn_coming {
  display: block;
  border-radius: 4px;
  padding: 0.5em 0.8em;
  line-height: 30px;
  background-color: gray;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 0, rgba(255, 255, 255, 0.7) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 0, rgba(255, 255, 255, 0.7) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 0, rgba(255, 255, 255, 0.7) -1px 1px 0 inset; }
p.btn_coming {
  color: #001243;
  font-size: 0.8em;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.3); }
p.btn_coming &gt;i{ vertical-align: middle;}
.coming_li:after{
	content: "coming soon";
	text-align: right;
	display: block;
}
.btn-a {
  background: #fdcf0e; }

.btn-b {
  background: #ff740d; }

.bar-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0; }

.box-foot {
  padding: 2em;
  border-top: 1px #ccc solid; }

.box-white {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: white \9; }

.box-transparent {
  background-color: rgba(0, 18, 67, 0.8);
  background-color: #001243 \9;
  color: #fff;
  border-radius: 4px;
  margin: 10px;
  padding: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.4); }


.box-qr {
  width: 960px;
  margin: auto;
  background-color: rgba(75, 184, 240, 0.4);
  background-color: #4bb8f0 \9;
  color: #fff;
  border-radius: 4px;
  padding: 20px 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 2px inset, white -1px 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 2px inset, white -1px 1px 0;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 2px inset, white -1px 1px 0;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.box-twin {
  display: flex; }

.bg-concrete {
  background: url(../img/bg_concrete.jpg) 0 0 repeat; }

.badge {
  position: relative;
  min-height: 50px; }
.badge:after {
  top: -1.2em;
  right: -0.9em;
  padding: 0 0.5em;
  content: attr(data-price);
  position: absolute;
  border-radius: 100px;
  color: #001243;
  border: solid 2px white;
  font-size: 0.7em;
  background-color: #fdcf0e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDD941', endColorstr='#FFFDCF0E');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdd941), color-stop(100%, #fdcf0e));
  background-image: -webkit-linear-gradient(#fdd941 0%, #fdcf0e 100%);
  background-image: -moz-linear-gradient(#fdd941 0%, #fdcf0e 100%);
  background-image: linear-gradient(#fdd941 0%, #fdcf0e 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.7); }
.badge i {
  text-shadow: none;
  position: absolute;
  top: 10px;
  left: 15px; }
.badge .webfont {
  left: 10px;
  top: 18px; }
@media screen and (max-width: 540px) {
  .badge .webfont {
    top: 26px; } }

.notice {
  line-height: 1.2em;
  opacity: 0.7;
  padding-right: 1em; }

.webfont:after {
  font-family: 'tvasahi-webfont';
  content: attr(data-icon); }

#sphone-header {
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.4, #f7f7f7));
  background-image: -moz-linear-gradient(-90deg, white 0%, #f7f7f7 40%);
  background-image: linear-gradient(-90deg, #ffffff 0%, #f7f7f7 40%);
  border-bottom: 1pa solid #979797;
  width: 100%; }

#tvasahiLogo a {
  display: block;
  width: 114px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(/sphone/images/logo_tvasahi_x2.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  -moz-background-size: 114px 24px;
  -webkit-background-size: 114px 24px;
  -o-background-size: 114px 24px;
  -ms-background-size: 114px 24px;
  background-size: 114px 24px;
  float: left;
  margin-left: 5px; }

#search {
  margin: 6px 5px 0 0;
  float: right; }

#search #inputKeyword {
  width: 100px; }

#inputKeyword {
  height: 25px;
  padding: 0 5px;
  border: 0;
  -webkit-box-shadow: inset 1px 1px 2px 0px #b2b2b2;
  -moz-box-shadow: inset 1px 1px 2px 0px #b2b2b2;
  box-shadow: inset 1px 1px 2px 0px #b2b2b2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #dfdede));
  background-image: -moz-linear-gradient(-90deg, #fbfbfb 0%, #dfdede 100%);
  background-image: linear-gradient(-90deg, #fbfbfb 0%, #dfdede 100%);
  float: left; }

#submitKeyword {
  width: 25px;
  height: 25px;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  background-image: url(/sphone/common_program/images/btn_submit.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #656d77), color-stop(1, #3a3e44));
  background-image: url(/sphone/common_program/images/btn_submit.png), -moz-linear-gradient(-90deg, #656d77 0%, #3a3e44 100%);
  background-image: url(/sphone/common_program/images/btn_submit.png), linear-gradient(-90deg, #656d77 0%, #3a3e44 100%);
  background-repeat: no-repeat, repeat;
  background-position: 50% 50%, 0 0;
  float: right; }


#sphone-footer {
  background-color: #ffffff; }

#globalNavi {
  background-color: #b0b4b5;
  padding: 2px 3px; }

#globalNavi li {
  float: left;
  width: 25%; }

#globalNavi li a {
  display: block;
  height: 44px;
  text-indent: -9999px;
  margin: 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: inset 0px 0px 6px 0px #555;
  -moz-box-shadow: inset 0px 0px 6px 0px #555;
  box-shadow: inset 0px 0px 6px 0px #555;
  border-top: solid 1px #505151;
  border-right: solid 1px #C8CBCB;
  border-bottom: solid 1px #D2D4D4;
  border-left: solid 1px #747777;
  background-repeat: no-repeat, repeat;
  -moz-background-size: 100px 400px, auto;
  -webkit-background-size: 100px 400px, auto;
  -o-background-size: 100px 400px, auto;
  -ms-background-size: 100px 400px, auto;
  background-image: url(/sphone/images/btn_global_navi_x2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #a5a4a4), color-stop(1, #787777));
  background-image: url(/sphone/images/btn_global_navi_x2.png), -moz-linear-gradient(-90deg, #a5a4a4 0%, #787777 100%);
  background-image: url(/sphone/images/btn_global_navi_x2.png), linear-gradient(-90deg, #a5a4a4 0%, #787777 100%); }

#globalNavi li a:hover, #globalNavi li a:active {
  background-image: url(/sphone/images/btn_global_navi_x2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #1ea1b5), color-stop(1, #147190));
  background-image: url(/sphone/images/btn_global_navi_x2.png), -moz-linear-gradient(-90deg, #1ea1b5 0%, #147190 100%);
  background-image: url(/sphone/images/btn_global_navi_x2.png), linear-gradient(-90deg, #1ea1b5 0%, #147190 100%); }

a.gNaviBangumi {
  background-position: 50% -3px, top left; }

a.gNaviNews {
  background-position: 50% -53px, top left; }

a.gNaviDrama {
  background-position: 50% -103px, top left; }

a.gNaviVariety {
  background-position: 50% -153px, top left; }

a.gNaviMusic {
  background-position: 50% -203px, top left; }

a.gNaviSports {
  background-position: 50% -253px, top left; }

a.gNaviAnime {
  background-position: 50% -303px, top left; }

a.gNaviCooking {
  background-position: 50% -353px, top left; }

#toRoot {
  padding: 20px 0;
  text-align: center; }

#toRoot a:link, #toRoot a:visited {
  padding: 0.5em 1.8em;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, lightgrey));
  background-image: -moz-linear-gradient(-90deg, white 0%, lightgrey 100%);
  background-image: linear-gradient(-90deg, #ffffff 0%, #d3d3d3 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px 1px 0px white;
  -ms-box-shadow: -2px -2px 2px rgba(51, 51, 51, 0.5);
  color: #4c4c4c;
  border: solid 1px #a6a6a6; }

#copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 0.5em;
  background: #434343;
  padding: 10px;
  color: #fff; }

.sphone .visible-pc {
  display: none; }
.sphone .sphone-container {
  background-color: rgba(255, 255, 255, 0.7); }
.sphone .main-image {
  margin: auto;
  height: 160px;
  position: relative;
  background-size: 320px 160px;
  background-image: url(../img/main_sphone.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.sphone .bg-fence {
  background-size: 17px 25px;
  background-image: url(../img/bg_fence.png);
  background-position: 0 0;
  background-repeat: repeat; }
.sphone #sns .sns {
  padding: 0 5px 0 0; }
.smartpass_explanatory{ font-size: 0.7em; line-height: 1;}

.pc .visible-sphone {
  display: none; }
.pc .main-image {
  margin: auto;
  min-width: 990px;
  max-width: 1280px;
  height: 320px;
  position: relative;
  background: url(../img/main_pc.png) 50% 0 no-repeat; }
.pc .main-image &gt; h1 {
  position: absolute;
  top: 30px;
  left: 10%;
  width: 500px;
  height: 244px;
  background: url(../img/logo.png) 0 0 no-repeat; }
.pc .container {
	/*
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px; 
  */
  }
.pc .bg-fence {
  background: url(../img/bg_fence.png) 0 0 repeat; }
.pc .requirement:before, .pc .requirement:after {
  content: "";
  display: table !important; }
.pc .requirement:after {
  clear: both; }
.pc .hardware {
  width: 50%;
  float: left; }
.pc .list-a {
  float: left;
  width: 33.33%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


/* uranai lp 20140312 */

.pc #wrapper{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: left top;
	overflow: hidden;
}

.pc .mainVisual{
	width: 980px;
	height: 594px;
	margin: 0 auto;
	position: relative;
}

.pc #sns{ width: 500px;}

.pc .contents_info{
	text-align :center;
	background-image: url(../img/app_cap_pc_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 150px;
}
.pc .contents_info p{ margin-top: -2em;}

.pc .contents_cap{ width: 800px; margin: 1em auto;}
.pc .contents_cap &gt; *{ display: inline-block;}

.pc .contents_about{
	color: #7f2b00;
	width: 980px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
}
.pc .contents_about h3{
	font-weight: bold;
	font-size: 107%;
	width: 100%;
	padding: 1em 3em;
	display: inline-block;
}
.pc .contents_about h3:before{
	content: "";
	vertical-align: middle;
	width:50px;
	height: 50px;
	background-image: url(../img/icon_about.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.pc .contents_about &gt; div{ padding: 1em 3em;}

.pc .qr{ text-align: center; margin: 1em auto;}

.pc .contents_cap_sp_text{ display: none;}
.pc .spsection{ display: none;}

.pc .icon_arrows_left,
.pc .icon_arrows_right{ display: none;}



.sphone #wrapper{
	background-image: -webkit-gradient( linear, left top, left bottom, from(#1c153e), to(#75b4d5));
	background-image: -moz-linear-gradient( to bottom, #1c153e, #75b4d5);
	background-image: linear-gradient( to bottom, #1c153e, #75b4d5);
	overflow: hidden;
}

.sphone .container{ font-size: 12pt; line-height: 1.5; width: 100%; min-width: 100%; overflow: hidden;}
.sphone .mainVisual{
	width: 100%;
	position: relative;
}
.sphone .mainVisual img{ width: 100%;}

.sphone #sns{}

.sphone .contents_info{
	font-size: 12pt; 
	text-align :center;
	width: 300px;
	height: 1230px;
	background-image: url(../img/app_cap_sp_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 300px 1230px;
	margin: 0 auto;
	padding-top: 3em;
}
.sphone .contents_info p{ width: 230px; margin: 0 auto;}

.sphone .contents_cap{ width: 230px; margin: 0.5em auto;}
.sphone .contents_cap &gt; *{ text-align: center;}
.sphone .contents_cap &gt; div:first-child img,
.sphone .contents_cap &gt; div:last-child img{ width: 130px;}
.sphone .contents_cap &gt; div:nth-child(2){ position: relative;}
.sphone .contents_cap &gt; div:nth-child(2) .contents_cap_img{ width: 70px; display: inline-block;}

.sphone .contents_cap &gt; div:nth-child(2) .icon_arrows_left{ width: 20px; height: 20px; position: absolute; top: 110px; left: 142px;}
.sphone .contents_cap &gt; div:nth-child(2) .icon_arrows_right{ width: 20px; height: 20px; position: absolute; top: 110px; right: 142px;}

.sphone .contents_cap_sp_text{ color: #7f2b00; margin: 0.5em 0;}

.sphone .contents_about{
	font-size: 12pt; 
	color: #7f2b00;
	width: 300px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
}
.sphone .contents_about h3{
	font-weight: bold;
	font-size: 1.2rem;
	padding: 0.5em;
	display: inline-block;
}
.sphone .contents_about h3:before{
	content: "";
	vertical-align: middle;
	width:50px;
	height: 50px;
	background-image: url(../img/icon_about.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.sphone .contents_about &gt; div{ padding: 0.5em 1em;}

.sphone .qr{ display: none;}

.sphone .spsection{ text-align: center; margin:1em auto;}
.sphone .spsection a{
	color: #7f2b00;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	width: 70%;
	background-image: -webkit-gradient( linear, left top, left bottom, from(#ffca63), to(#ffa62e));
	background-image: -moz-linear-gradient( to bottom, #ffca63, #ffa62e);
	background-image: linear-gradient( to bottom, #ffca63, #ffa62e);
	border: solid 2px #fff;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	margin: 0 auto;
	padding: 0.5em;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	display: inline-block;
}


</pre></body></html>