@charset "UTF-8";
/* ========================
   Foundation
   ======================== */
/* Base
   ------------------------ */
html {
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  font-family: 'ヒラギノ角ゴ ProN W6', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, sans-serif;
  font-size: 1.4rem;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'ヒラギノ角ゴ ProN W6', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, sans-serif;
}

a:link, a:visited {
  color: #006c9c;
  text-decoration: none;
}

a:hover, a:active {
  color: #008cca;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Mixin
   ------------------------ */
/* Variable
   ------------------------ */
/**/
/* ========================
   Vendors
   ======================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 *  Font Awesome 4.7.0 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.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.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: #ffffff;
}

/* 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-remove:before,
.fa-close:before,
.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-2dcode: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-photo:before,
.fa-image:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "\f09a";
}

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

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

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

.fa-feed:before,
.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-navicon:before,
.fa-reorder:before,
.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-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc: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-mail-reply-all:before,
.fa-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,
.fa-gratipay: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";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

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

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

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

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

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

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

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

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

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

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

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

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

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

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

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

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

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

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

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

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

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

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

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

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.ms-200 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.animated.ms-150 {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
  text-decoration: none;
}

.ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  z-index: 16000 !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
  z-index: 15001 !important;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 0.5em;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .btn-close-dialog {
  position: absolute;
  right: -10px;
  top: 0;
  width: 40px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #333;
}

.ui-dialog .ui-dialog-titlebar-close:after,
.ui-dialog .btn-close-dialog:after {
  font-family: "FontAwesome";
  content: "\f00d";
  color: #fff;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 40px;
  text-indent: 0;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-icon,
.ui-dialog .btn-close-dialog .ui-button-icon {
  background: none;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 10px;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 7px 5px 5px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button {
  color: #fff;
  text-decoration: none;
  background: #00af68;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
  width: 48%;
  display: block;
}

@media (min-width: 768px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button {
    width: auto;
  }
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button:link, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button:visited, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button:active {
  color: #fff;
  text-decoration: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button:hover {
  opacity: 0.9;
  border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button[disabled]:hover {
  opacity: 1;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.dark-gray {
  color: #fff;
  text-decoration: none;
  background: #333;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
  width: 48%;
  display: block;
}

@media (min-width: 768px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.dark-gray {
    width: auto;
  }
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.dark-gray:link, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.dark-gray:visited, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.dark-gray:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.dark-gray:active {
  color: #fff;
  text-decoration: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.dark-gray:hover {
  opacity: 0.9;
  border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.dark-gray:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.dark-gray[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.dark-gray[disabled]:hover {
  opacity: 1;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.blue {
  color: #fff;
  text-decoration: none;
  background: #03a9f4;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
  width: 48%;
  display: block;
}

@media (min-width: 768px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.blue {
    width: auto;
  }
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.blue:link, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.blue:visited, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.blue:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.blue:active {
  color: #fff;
  text-decoration: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.blue:hover {
  opacity: 0.9;
  border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.blue:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.blue[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.blue[disabled]:hover {
  opacity: 1;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.red {
  color: #fff;
  text-decoration: none;
  background: #03a9f4;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
  width: 48%;
  display: block;
}

@media (min-width: 768px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.red {
    width: auto;
  }
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.red:link, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.red:visited, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.red:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.red:active {
  color: #fff;
  text-decoration: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.red:hover {
  opacity: 0.9;
  border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.red:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.red[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button.red[disabled]:hover {
  opacity: 1;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > button:first-child {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 5px 10px;
  text-decoration: none;
  color: #0286c2;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: text;
  color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:hover {
  oapcity: 1;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 10px 0 0 0;
  background: none;
  border-top: 1px solid #03a9f4;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-tabs.ui-widget.ui-widget-content {
  padding: 0;
  border: none;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
}

.ui-tabs.ui-widget-content {
  background: none;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  font-weight: bold;
}

.tabs .ui-widget-header.ui-tabs-nav {
  background: none;
  border: none;
  padding: 0 0 0 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.tabs .ui-state-default, .tabs
.ui-widget-content .ui-state-default, .tabs
.ui-widget-header .ui-state-default, .tabs
.ui-button {
  border: none;
  background: #ccdfe0;
  transition: opacity ease 0.3s;
  box-shadow: 0px -5px 3px -3px rgba(0, 0, 0, 0.08) inset;
}

.tabs .ui-state-default:hover, .tabs
.ui-widget-content .ui-state-default:hover, .tabs
.ui-widget-header .ui-state-default:hover, .tabs
.ui-button:hover {
  opacity: 0.75;
}

html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a {
  color: #454545;
  text-decoration: none;
}

.ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-focus a {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #03a9f4;
  background: #03a9f4;
  font-weight: normal;
  color: #fff;
}

.tabs .ui-state-active, .tabs
.ui-widget-content .ui-state-active, .tabs
.ui-widget-header .ui-state-active, .tabs
a.ui-button:active {
  background: #03a9f4;
}

.ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #03a9f4;
  background: #03a9f4;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background {
  border: #03a9f4;
  background-color: #fff;
}

.ui-state-active .ui-icon-background {
  border: #03a9f4;
  background-color: #fff;
}

.ui-state-active a {
  color: #fff;
  text-decoration: none;
}

.ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start,
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #000;
  opacity: .3;
  filter: Alpha(Opacity=0.3);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* add holiday style */
.dp-sunday > a {
  border: 1px solid #ffe5e5 !important;
  background: #ffe5e5 !important;
  color: red !important;
}

.dp-saturday > a {
  border: 1px solid #E6E6FF !important;
  background: #E6E6FF !important;
  color: blue !important;
}

.dp-weekday > .ui-state-default {
  border: 1px solid #f6f6f6;
}

/* ex combobox */
.custom-combobox .custom-combobox-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 28px;
  vertical-align: middle;
  border: 1px solid #aaa;
}

.custom-combobox .custom-combobox-toggle {
  background: #fff !important;
  height: 28px;
  margin-left: -1px;
  padding: 13px 13px 12px !important;
  border: 1px solid #a9a9a9 !important;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  -ms-transform: translateX(-50%) translateX(-0.5px) translateY(-50%) translateY(-0.5px) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10001;
  opacity: .3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
  animation: noty_modal_in .3s ease-out;
}

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
  animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}

@keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__relax.noty_bar .noty_body {
  padding: 10px;
}

.noty_theme__relax.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}

.noty_theme__relax.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF;
}

.noty_theme__relax.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}

.noty_theme__relax.noty_type__info .noty_buttons,
.noty_theme__relax.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen;
}

.noty_theme__relax.noty_type__success .noty_buttons {
  border-color: #50C24E;
}

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}

.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px .5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F;
}

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff;
}

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff;
}

.noty_theme__mint.noty_type__success {
  background-color: #00aff7;
  border-bottom: 1px solid #008dc7;
  color: #fff;
}

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}

.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}

.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: .4;
}

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}

.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: .6;
}

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_body {
  padding: 15px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  background: transparent;
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: .75rem 1.25rem;
}

.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .5;
  background: transparent;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .75;
}

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_bar .noty_body {
  padding: 1em 1.5em;
  line-height: 1.4285em;
}

.noty_theme__semanticui.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87);
}

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}

.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}

.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}

.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: .4;
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}

.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: .6;
}

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

/*# sourceMappingURL=noty.css.map*/
.tippy-touch {
  cursor: pointer !important;
}

.tippy-notransition {
  transition: none !important;
}

.tippy-popper {
  max-width: 350px;
  -webkit-perspective: 700px;
  perspective: 700px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  line-height: 1.4;
}

.tippy-popper[data-html] {
  max-width: 96%;
  max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0;
}

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 90%;
  transform-origin: 0 90%;
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-50%, 25%);
  transform: scale(6) translate(-50%, 25%);
  opacity: 1;
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1) translate(-50%, 25%);
  transform: scale(1) translate(-50%, 25%);
  opacity: 0;
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%;
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -8px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -90%;
  transform-origin: 0 -90%;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-50%, -125%);
  transform: scale(6) translate(-50%, -125%);
  opacity: 1;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1) translate(-50%, -125%);
  transform: scale(1) translate(-50%, -125%);
  opacity: 0;
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%;
}

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -16px;
  -webkit-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%;
}

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(40%, -50%);
  transform: scale(6) translate(40%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1.5) translate(40%, -50%);
  transform: scale(1.5) translate(40%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0;
}

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -16px;
  -webkit-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%;
}

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -100% 0;
  transform-origin: -100% 0;
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-140%, -50%);
  transform: scale(6) translate(-140%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1.5) translate(-140%, -50%);
  transform: scale(1.5) translate(-140%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: .9rem;
  padding: .3rem .6rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333;
}

.tippy-tooltip[data-size=small] {
  padding: .2rem .4rem;
  font-size: .75rem;
}

.tippy-tooltip[data-size=large] {
  padding: .4rem .8rem;
  font-size: 1rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-animatefill] .tippy-content {
  transition: -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98), -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
}

.tippy-tooltip[data-interactive], .tippy-tooltip[data-interactive] path {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip[data-inertia][data-state=hidden] {
  transition-timing-function: ease;
}

.tippy-arrow, .tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-roundarrow {
  width: 24px;
  height: 8px;
  fill: #333;
  pointer-events: none;
}

.tippy-backdrop {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 26%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(100% 100% at 50% 50%);
  clip-path: ellipse(100% 100% at 50% 50%);
}

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(5% 50% at 50% 50%);
  clip-path: ellipse(5% 50% at 50% 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(135% 100% at 0 50%);
  clip-path: ellipse(135% 100% at 0 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(40% 100% at 0 50%);
  clip-path: ellipse(40% 100% at 0 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(135% 100% at 100% 50%);
  clip-path: ellipse(135% 100% at 100% 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(40% 100% at 100% 50%);
  clip-path: ellipse(40% 100% at 100% 50%);
}

@media (max-width: 360px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
}

/* ========================
   Layout
   ======================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  z-index: 15001;
}

@media (min-width: 768px) {
  .header {
    z-index: 100;
  }
}

@media (min-width: 768px) {
  .header__wrapper {
    width: 1130px;
    margin: 0 auto;
  }
}

.header__row {
  min-height: 44x;
}

@media (min-width: 768px) {
  .header__row {
    min-height: 72px;
  }
}

.header__bar {
  position: absolute;
  top: 8px;
  right: 52px;
}

.header__bar:before, .header__bar:after {
  content: " ";
  display: table;
}

.header__bar:after {
  clear: both;
}

@media (min-width: 768px) {
  .header__bar {
    display: none;
  }
}

.header__bar .header__info {
  float: right;
  display: inline-block;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 9px;
  font-size: 0.9rem;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.header__bar .header__info > i.fa {
  width: 20px;
  height: 20px;
  border: 1px solid #03a9f4;
  border-radius: 50%;
  font-size: 14px;
  margin: 0 auto 2px;
  display: block;
}

.header__bar .header__info > i.fa:before {
  position: relative;
  top: 2px;
}

.header__bar .header__contact,
.header__bar .header__mypage,
.header__bar .header__logout,
.header__bar .header__login {
  float: right;
  display: inline-block;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 9px;
  font-size: 0.9rem;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.header__bar .header__mypage,
.header__bar .header__contact {
  line-height: 1.1;
}

.header__bar > a {
  color: #03a9f4;
}

.header__bar > a > i.fa {
  width: 20px;
  font-size: 20px;
  margin: 0 auto 2px;
  display: block;
}

.header__bar .header__contact.tpp-mode {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  top: -8px;
}

.logo {
  width: 100%;
  margin: 0;
  padding: 6px 0 6px 10px;
}

@media (min-width: 768px) {
  .logo {
    padding: 6px 0;
  }
}

.logo a {
  color: #e6feff;
  transition: all ease 0.3s;
  background: url(../img/logo-sp.svg) center center/130px no-repeat;
  text-indent: -9999px;
  height: 42px;
  width: 100%;
  display: inline-block;
  background-position: center left;
}

@media (min-width: 768px) {
  .logo a {
    height: 60px;
    background: url(../img/logo.svg) 0 0/contain no-repeat;
  }
}

.logo a:hover {
  opacity: 0.85;
}

@media (min-width: 768px) {
  .logo.tpp-mode {
    padding: 13px 0 0 10px;
  }
}

.logo.tpp-mode a {
  background: url(../img/logo-tpp.png) center center/130px no-repeat;
  background-position: center left;
}

@media (min-width: 768px) {
  .logo.tpp-mode a {
    background: url(../img/logo-tpp.png) 0 0/contain no-repeat;
  }
}

.logo.kunitachi-mode a {
  background: url(../img/logo-kunitachi-sp.svg) center center/130px no-repeat;
  background-position: center left;
}

@media (min-width: 768px) {
  .logo.kunitachi-mode a {
    background: url(../img/logo-kunitachi.svg) 0 0/contain no-repeat;
  }
}

@media (min-width: 768px) {
  .telephone {
    padding: 20px 0 0 0;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .telephone > img {
    width: 80%;
  }
}

footer {
  width: 100%;
}

@media (min-width: 768px) {
  footer {
    bottom: 0;
    min-height: 120px;
    position: absolute;
    border-top: 1px solid #03a9f4;
  }
}

.pos-f footer {
  position: relative;
}

@media (min-width: 768px) {
  footer .footer-wrapper {
    width: 1130px;
    margin: 0 auto;
    position: relative;
  }
}

.copyright {
  padding: 10px 0;
  font-size: 10px;
  text-align: center;
}

.banner__ssl {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .banner__ssl {
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 0;
  }
}

.footer__link {
  display: none;
}

@media (min-width: 768px) {
  .footer__link {
    display: block;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 0;
  }
}

@media (min-width: 768px) {
  .footer__link-item {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .footer__link-item:after {
    content: "|";
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .footer__link-item:last-child:after {
    content: "";
  }
}

html {
  min-height: 100%;
  position: relative;
}

@media (min-width: 768px) {
  body {
    margin-bottom: 120px;
  }
}

body.pos-f {
  left: 50%;
  margin-left: -565px;
}

#container {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  #container {
    width: 1130px;
    margin: 0 auto;
    padding: 30px 0;
  }
  #container:before, #container:after {
    content: " ";
    display: table;
  }
  #container:after {
    clear: both;
  }
}

#content {
  padding-top: 54px;
  padding-bottom: 15px;
  transition: all ease 0.3s;
  position: relative;
}

@media (min-width: 768px) {
  #content {
    width: calc( 920px - 30px);
    float: left;
    padding: 0;
    margin-right: 20px;
  }
  #login #content,
  #reminder #content,
  #reset #content {
    width: 100%;
    float: none;
    padding: 0;
  }
}

body[data-cloak] #content {
  display: none;
}

#limit-site .storeList__list .rikunabi-icon {
  display: inline-block;
  height: 16px;
  text-align: center;
  vertical-align: top;
  margin-right: 1px;
  font-size: 0;
}

@media (min-width: 768px) {
  #limit-site .storeList__list .rikunabi-icon {
    height: 20px;
    margin-right: 3px;
  }
}

#limit-site .storeList__list .rikunabi-icon > img {
  height: 100%;
}

#side {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  #side {
    width: 220px;
    float: right;
  }
}

.sidebar__wrapper {
  margin: 0;
  padding: 0;
}

.sidebar__item {
  position: relative;
}

.sidebar__toggle {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
}

.sidebar__title {
  background: #336f8a;
  padding: 10px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .sidebar__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sidebar__title i.fa {
  margin-right: 8px;
}

.sidebar__submenu {
  margin: 0;
  padding: 0;
}

.sidebar__submenuItem > a {
  display: block;
  padding: 10px 15px;
  background: #d8f3ff;
  border-top: 1px solid #7bd6ff;
  color: #004f73;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all ease 0.3s;
}

@media (min-width: 768px) {
  .sidebar__submenuItem > a:hover {
    opacity: 0.75;
  }
}

.sidebar__submenuItem > a > i.fa {
  margin-right: 8px;
}

.sidebar__submenuItem > a > i.icon-kids {
  width: 18px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
}

.sidebar__submenuItem > a > i.icon-kids:before {
  content: "";
  background: #004f73 url(../img/symbol/kids-s.svg) center center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .sidebar__submenuItem.side-credit-card a {
    font-size: 1.3rem;
  }
}

.sidebar__login {
  margin-bottom: 10px;
  background: #eee;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
}

.sidebar__login > a.sidebar__mypageBtn.button {
  width: 100%;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#side-logout-btn,
#side-login-btn {
  padding: 5px 14px;
  width: 100%;
}

.sidebar__loginBtn {
  margin-bottom: 10px;
}

.sidebar_forgotLink {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.sidebar__loginInfo {
  margin-bottom: 10px;
}

.sidebar__loginInfo__today {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.banner__link {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .banner__link {
    margin-top: 10px;
  }
}

.banner__link-item a {
  display: block;
  text-align: center;
}

.banner__link-item a img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .banner__link-item a img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .sidebar__howToMovie i, .sidebar__howToMovie span:not(.text-br) {
    display: inline-block;
  }
  .sidebar__howToMovie span:not(.text-br) {
    vertical-align: top;
  }
  .sidebar__howToMovie .text-br::before {
    content: "\A";
    white-space: pre;
  }
}

.sidebar__twFollow {
  margin-top: 20px;
  text-align: center;
}

.sidebar__twTimeline .twitter-timeline {
  margin-left: auto;
  margin-right: auto;
}

/* ========================
   Object
   ======================== */
/* Component
   ------------------------ */
.clear:after {
  content: "";
  clear: both;
  display: block;
}

.row {
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

@media (min-width: 768px) {
  .row {
    width: auto;
    margin: 0 auto;
  }
}

.col {
  float: left;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
  float: none;
}

@media (min-width: 768px) {
  .col-1 {
    width: 4.34783%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-1:last-child {
    margin-right: 0;
  }
  .col-1:nth-child(12n) {
    margin-right: 0;
  }
  .col-2 {
    width: 13.04348%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-2:last-child {
    margin-right: 0;
  }
  .col-2:nth-child(6n) {
    margin-right: 0;
  }
  .col-3 {
    width: 21.73913%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-3:last-child {
    margin-right: 0;
  }
  .col-3:nth-child(4n) {
    margin-right: 0;
  }
  .col-4 {
    width: 30.43478%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-4:last-child {
    margin-right: 0;
  }
  .col-4:nth-child(3n) {
    margin-right: 0;
  }
  .col-5 {
    width: 39.13043%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-5:last-child {
    margin-right: 0;
  }
  .col-5:nth-child(2n) {
    margin-right: 0;
  }
  .col-6 {
    width: 47.82609%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-6:last-child {
    margin-right: 0;
  }
  .col-6:nth-child(2n) {
    margin-right: 0;
  }
  .col-7 {
    width: 56.52174%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-7:last-child {
    margin-right: 0;
  }
  .col-7:nth-child(1n) {
    margin-right: 0;
  }
  .col-8 {
    width: 65.21739%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-8:last-child {
    margin-right: 0;
  }
  .col-8:nth-child(1n) {
    margin-right: 0;
  }
  .col-9 {
    width: 73.91304%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-9:last-child {
    margin-right: 0;
  }
  .col-9:nth-child(1n) {
    margin-right: 0;
  }
  .col-10 {
    width: 82.6087%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-10:last-child {
    margin-right: 0;
  }
  .col-10:nth-child(1n) {
    margin-right: 0;
  }
  .col-11 {
    width: 91.30435%;
    margin-right: 4.34783%;
    float: left;
  }
  .col-11:last-child {
    margin-right: 0;
  }
  .col-11:nth-child(1n) {
    margin-right: 0;
  }
  .col-12 {
    width: 100%;
    float: left;
  }
  .col-12:last-child {
    margin-right: 0;
  }
  .col-12:nth-child(1n) {
    margin-right: 0;
  }
}

.button-set.bottom {
  margin-top: 10px;
}

.button-set .button {
  display: inline-block;
}

.button-set .button.fr {
  margin-left: 10px;
}

.button,
.button:link {
  color: #fff;
  text-decoration: none;
  background: #bc1815;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
}

@media (min-width: 768px) {
  .button,
  .button:link {
    width: auto;
  }
}

.button:link, .button:visited, .button:hover, .button:active,
.button:link:link,
.button:link:visited,
.button:link:hover,
.button:link:active {
  color: #fff;
  text-decoration: none;
}

.button:hover,
.button:link:hover {
  opacity: 0.9;
  border: none;
}

.button:active,
.button:link:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.button[disabled],
.button:link[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.button[disabled]:hover,
.button:link[disabled]:hover {
  opacity: 1;
}

.button i.fa,
.button:link i.fa {
  margin-right: 5px;
  margin-left: 5px;
}

.button.square {
  padding: 0 !important;
  width: 27px;
  height: 27px;
}

.button.disabled {
  background: #ccc !important;
  box-shadow: none !important;
}

.button.disabled:hover {
  cursor: not-allowed !important;
  opacity: 1 !important;
}

.button.disabled:active {
  top: 0 !important;
}

.button.red {
  color: #fff;
  text-decoration: none;
  background: #bc1815;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
}

@media (min-width: 768px) {
  .button.red {
    width: auto;
  }
}

.button.red:link, .button.red:visited, .button.red:hover, .button.red:active {
  color: #fff;
  text-decoration: none;
}

.button.red:hover {
  opacity: 0.9;
  border: none;
}

.button.red:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.button.red[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.button.red[disabled]:hover {
  opacity: 1;
}

.button.slate-gray {
  color: #fff;
  text-decoration: none;
  background: #607d8b;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
}

@media (min-width: 768px) {
  .button.slate-gray {
    width: auto;
  }
}

.button.slate-gray:link, .button.slate-gray:visited, .button.slate-gray:hover, .button.slate-gray:active {
  color: #fff;
  text-decoration: none;
}

.button.slate-gray:hover {
  opacity: 0.9;
  border: none;
}

.button.slate-gray:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.button.slate-gray[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.button.slate-gray[disabled]:hover {
  opacity: 1;
}

.button.gray {
  color: #fff;
  text-decoration: none;
  background: #666;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
}

@media (min-width: 768px) {
  .button.gray {
    width: auto;
  }
}

.button.gray:link, .button.gray:visited, .button.gray:hover, .button.gray:active {
  color: #fff;
  text-decoration: none;
}

.button.gray:hover {
  opacity: 0.9;
  border: none;
}

.button.gray:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.button.gray[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.button.gray[disabled]:hover {
  opacity: 1;
}

.button.dark-gray {
  color: #fff;
  text-decoration: none;
  background: #333;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
}

@media (min-width: 768px) {
  .button.dark-gray {
    width: auto;
  }
}

.button.dark-gray:link, .button.dark-gray:visited, .button.dark-gray:hover, .button.dark-gray:active {
  color: #fff;
  text-decoration: none;
}

.button.dark-gray:hover {
  opacity: 0.9;
  border: none;
}

.button.dark-gray:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.button.dark-gray[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.button.dark-gray[disabled]:hover {
  opacity: 1;
}

.button.blue {
  color: #fff;
  text-decoration: none;
  background: #03a9f4;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
}

@media (min-width: 768px) {
  .button.blue {
    width: auto;
  }
}

.button.blue:link, .button.blue:visited, .button.blue:hover, .button.blue:active {
  color: #fff;
  text-decoration: none;
}

.button.blue:hover {
  opacity: 0.9;
  border: none;
}

.button.blue:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.button.blue[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.button.blue[disabled]:hover {
  opacity: 1;
}

.button.forest-green {
  color: #fff;
  text-decoration: none;
  background: #00af68;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
}

@media (min-width: 768px) {
  .button.forest-green {
    width: auto;
  }
}

.button.forest-green:link, .button.forest-green:visited, .button.forest-green:hover, .button.forest-green:active {
  color: #fff;
  text-decoration: none;
}

.button.forest-green:hover {
  opacity: 0.9;
  border: none;
}

.button.forest-green:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

.button.forest-green[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

.button.forest-green[disabled]:hover {
  opacity: 1;
}

.reserveDialog__btns li {
  margin-bottom: 10px;
}

.reserveDialog__btns li:last-child {
  margin-bottom: 0;
}

.buttonset {
  margin: 20px 0 0 0;
}

.buttonset:before, .buttonset:after {
  content: " ";
  display: table;
}

.buttonset:after {
  clear: both;
}

.buttonset .button:first-child {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .buttonset .button:first-child {
    margin-bottom: 0;
  }
}

/* Box
   ------------------------ */
.box {
  margin: 0 0 10px 0;
}

.box .box-bar {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #333;
}

.box .box-bar:before, .box .box-bar:after {
  content: " ";
  display: table;
}

.box .box-bar:after {
  clear: both;
}

.box .box-title {
  float: left;
  margin: 0;
}

.box.edit {
  background: #fffbd9;
}

.box-sub {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.userProf__form, .creditCard__form {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .userProf__form, .creditCard__form {
    display: table;
    border-collapse: collapse;
  }
}

.userProf__form tbody, .creditCard__form tbody {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .userProf__form tbody, .creditCard__form tbody {
    display: table-row-group;
  }
}

.userProf__form tr, .creditCard__form tr {
  display: block;
}

@media (min-width: 768px) {
  .userProf__form tr, .creditCard__form tr {
    display: table-row;
  }
}

.userProf__form th, .creditCard__form th {
  width: 100%;
  display: block;
  text-align: left;
  background: #e5f1f7;
  padding: 8px;
  position: relative;
}

@media (min-width: 768px) {
  .userProf__form th, .creditCard__form th {
    width: auto;
    display: table-cell;
    border-bottom: 1px solid #fff;
  }
}

.userProf__form td, .creditCard__form td {
  width: 100%;
  display: block;
  padding: 8px;
}

@media (min-width: 768px) {
  .userProf__form td, .creditCard__form td {
    width: auto;
    display: table-cell;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
}

*:placeholder-shown {
  color: #aaa;
}

*::-webkit-input-placeholder {
  color: #aaa;
}

*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #aaa;
}

input[type="text"],
input[type="search"],
input[type="number"],
input[type="password"],
textarea {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #aaa;
  padding: 10px;
  height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  border-radius: 2px;
}

input[type="text"][readonly],
input[type="search"][readonly],
input[type="number"][readonly],
input[type="password"][readonly],
textarea[readonly] {
  background: #eee;
}

textarea {
  width: 100%;
  height: 4em;
}

input[type="number"] {
  text-align: right;
}

input[type="text"][readonly],
input[type="search"][readonly],
input[type="number"][readonly],
input[type="password"][readonly],
textarea[readonly] {
  background: #eee;
}

input[type="text"][disabled],
input[type="search"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
textarea[disabled] {
  background: #aaa;
}

input[type="text"].error,
input[type="search"].error,
input[type="number"].error,
input[type="password"].error,
textarea.error {
  background: #ffe7e7;
}

select {
  border-radius: 2px;
  padding: 3px;
  min-height: 28px;
  vertical-align: middle;
}

select[readonly] {
  background: #eee;
}

select[disabled] {
  background: #eee;
}

input[type="submit"]:not(#Button1) {
  color: #fff;
  text-decoration: none;
  background: #2196f3;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
}

@media (min-width: 768px) {
  input[type="submit"]:not(#Button1) {
    width: auto;
  }
}

input[type="submit"]:not(#Button1):link, input[type="submit"]:not(#Button1):visited, input[type="submit"]:not(#Button1):hover, input[type="submit"]:not(#Button1):active {
  color: #fff;
  text-decoration: none;
}

input[type="submit"]:not(#Button1):hover {
  opacity: 0.9;
  border: none;
}

input[type="submit"]:not(#Button1):active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

input[type="submit"]:not(#Button1)[disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

input[type="submit"]:not(#Button1)[disabled]:hover {
  opacity: 1;
}

input[type="submit"]:not(#Button1)[disabled] {
  color: #fff;
  text-decoration: none;
  background: #333;
  border: none;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px -3px 1px inset;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  min-height: 27px;
  box-sizing: border-box;
  line-height: 1.8;
  outline: none;
  padding: 8px 14px;
  width: 100%;
  opacity: 0.3;
  cursor: default;
}

@media (min-width: 768px) {
  input[type="submit"]:not(#Button1)[disabled] {
    width: auto;
  }
}

input[type="submit"]:not(#Button1)[disabled]:link, input[type="submit"]:not(#Button1)[disabled]:visited, input[type="submit"]:not(#Button1)[disabled]:hover, input[type="submit"]:not(#Button1)[disabled]:active {
  color: #fff;
  text-decoration: none;
}

input[type="submit"]:not(#Button1)[disabled]:hover {
  opacity: 0.9;
  border: none;
}

input[type="submit"]:not(#Button1)[disabled]:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0px 0px 1px white, inset 0 0px 3px rgba(0, 0, 0, 0.9);
  outline: none;
}

input[type="submit"]:not(#Button1)[disabled][disabled] {
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed;
}

input[type="submit"]:not(#Button1)[disabled][disabled]:hover {
  opacity: 1;
}

input[type="submit"]:not(#Button1)[disabled]:hover {
  opacity: 0.3;
}

/*
label{
	vertical-align: middle;
	&:first-child{
		margin: 0 5px 0 0;
	}
}
*/
.required {
  color: red;
  margin-left: 0.25em;
  font-weight: normal;
}

.drill {
  display: block;
  margin-top: 5px;
}

.drill[data-depth="1"] {
  margin-left: 30px;
}

.drill[data-depth="2"] {
  margin-left: 60px;
}

.drill[data-depth="3"] {
  margin-left: 90px;
}

.drill[data-depth="4"] {
  margin-left: 120px;
}

.parts {
  margin-top: 5px;
  margin-left: 30px;
}

label.error {
  color: #da0000;
}

.noty_buttons {
  text-align: center;
}

.noty_buttons:before, .noty_buttons:after {
  content: " ";
  display: table;
}

.noty_buttons:after {
  clear: both;
}

.noty_buttons > button.button {
  width: 49%;
}

.noty_buttons > button.button:first-child {
  float: left;
}

.noty_buttons > button.button:last-child {
  float: right;
}

.noty_buttons > button.button:first-child:last-child {
  float: none;
}

input[type="text"].datepicker[readonly] {
  background: #fff;
}

.pagination {
  margin: 10px 0;
  text-align: center;
}

.pagination .pagination__list {
  display: inline-block;
  clear: both;
  padding: 0;
  white-space: nowrap;
}

.pagination__item, .pagination__item--prev, .pagination__item--next, .pagination__item.is-current {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0 2px;
  padding: 0;
}

.is-current.pagination__item--prev > a, .is-current.pagination__item--next > a, .is-current.pagination__item > a {
  cursor: default;
  color: #fff !important;
  border: 1px solid #03a9f4;
  background: #03a9f4;
}

.pagination__item > a, .pagination__item--prev > a, .pagination__item--next > a, .pagination__item.is-current > a,
.pagination__item span,
.pagination__item--prev span,
.pagination__item--next span,
.pagination__item.is-current span {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 36px;
  display: block;
  width: 36px;
  min-width: 1em;
  height: 36px;
  margin: 0;
  padding: 0;
  transition: all ease .3s;
  text-decoration: none;
  color: #03a9f4;
  border: 1px solid rgba(3, 169, 244, 0.6);
  border-radius: 50%;
}

.mypage__title, .infoDetail__title, .userProf__title, .searchArea__title, .searchFreeword__title, .searchHistory__title, .searchGps__title, .searchList__title, .seatSelect__title, .worktime__pageTitle, .movie__title, .terms__title, .creditCard__title, .leave__title, .payment__title, .signupRequest__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 3px solid #03a9f4;
}

@media (min-width: 768px) {
  .mypage__title, .infoDetail__title, .userProf__title, .searchArea__title, .searchFreeword__title, .searchHistory__title, .searchGps__title, .searchList__title, .seatSelect__title, .worktime__pageTitle, .movie__title, .terms__title, .creditCard__title, .leave__title, .payment__title, .signupRequest__title {
    font-size: 20px;
    font-size: 2.0rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.mypage__title i.fa, .infoDetail__title i.fa, .userProf__title i.fa, .searchArea__title i.fa, .searchFreeword__title i.fa, .searchHistory__title i.fa, .searchGps__title i.fa, .searchList__title i.fa, .seatSelect__title i.fa, .worktime__pageTitle i.fa, .movie__title i.fa, .terms__title i.fa, .creditCard__title i.fa, .leave__title i.fa, .payment__title i.fa, .signupRequest__title i.fa {
  margin-right: 5px;
  color: #03a9f4;
  font-size: 20px;
  font-size: 2.0rem;
}

.code2d__title, .info__title, .searchHistory__conditionsTitle, .payment__conditionsTitle {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .code2d__title, .info__title, .searchHistory__conditionsTitle, .payment__conditionsTitle {
    font-size: 16px;
    font-size: 1.6rem;
    color: #0073a7;
  }
}

.code2d__title i.fa, .info__title i.fa, .searchHistory__conditionsTitle i.fa, .payment__conditionsTitle i.fa {
  margin-right: 5px;
}

.totop {
  font-size: 40px;
  font-size: 4.0rem;
  position: fixed;
  bottom: 5px;
  right: 5px;
  transition: all ease 0.3s;
  z-index: 25;
  opacity: 0.75;
  transform: translateX(100px);
}

.totop.is-show {
  transform: translateX(0px);
}

.totop .totop__link {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #333;
}

.totop .totop__link .totop__icon {
  display: block;
  text-align: center;
}

#loader,
#loader-content {
  top: 0px;
  left: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 5px);
  z-index: 20000;
  background: #eaf4f9;
}

#loader,
#loader-content {
  position: fixed;
}

#loader {
  z-index: 20001;
}

#loader-content {
  position: fixed;
  width: 100%;
  height: calc(100% - 54px);
  top: 54px;
  left: 0;
  z-index: 20000;
  background: #fff;
}

@media (min-width: 768px) {
  #loader-content {
    position: absolute;
  }
}

#loader-content .loader__symbol {
  top: 150px;
  bottom: auto;
}

.use-loader .loader-wrapper {
  display: block;
}

.loader {
  height: 50px;
  width: 50px;
  margin: auto 0 auto -25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.loader__symbol {
  animation: rotate 3s infinite;
  height: 50px;
  width: 50px;
  margin: auto 0 auto -25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.loader__symbol:before,
.loader__symbol:after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.loader__symbol:before {
  margin-bottom: 10px;
  background-color: #60CEFF;
  box-shadow: 30px 0 0 #F66A97;
}

.loader__symbol:after {
  background-color: #60c5ba;
  box-shadow: 30px 0 0 #ffc300;
}

.loader__msg {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: 30px;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5);
    -moz-transform: rotate(0deg) scale(0.5);
    -ms-transform: rotate(0deg) scale(0.5);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    -moz-transform: rotate(360deg) scale(0.8);
    -ms-transform: rotate(360deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.5);
    -moz-transform: rotate(720deg) scale(0.5);
    -ms-transform: rotate(720deg) scale(0.5);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 red;
  }
  50% {
    box-shadow: 0 0 0 red;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 red;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #ffc300;
  }
  50% {
    box-shadow: 0 0 0 #ffc300;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #ffc300;
    margin-top: 0;
  }
}

.required {
  padding: 2px 5px 3px;
  border-radius: 3px;
  background: #b91414;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

#dialog-container {
  position: fixed;
  z-index: 15001;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  display: flex;
  justify-content: center;
}

.ui-dialog,
.ui-widget-overlay.animate {
  transition: all ease 0.20s;
}

body.ui-dialog-body-always-scroll {
  overflow-y: scroll;
}

.ui-dialog {
  transform: translateY(400px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  position: fixed;
  width: auto !important;
  height: auto !important;
  top: 10px !important;
  bottom: 10px !important;
  left: 10px !important;
  right: 10px !important;
}

.ui-dialog.animated {
  opacity: 1;
  transform: translateY(0);
}

.ui-dialog > .ui-dialog-titlebar {
  flex-grow: 0;
}

.ui-dialog > .ui-dialog-content {
  flex-grow: 1;
}

.ui-dialog > .ui-dialog-buttonpane {
  flex-grow: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .ui-dialog {
    position: relative;
    width: 600px !important;
    height: 500px !important;
    top: 10px !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
}

.ui-dialog .ui-button:hover, .ui-dialog .ui-button:focus {
  border: none;
  background: #333;
}

.ui-widget-overlay.animate-hide {
  opacity: 0;
}

/**
 * smart-app-banner
 *
 * smart-app-banner は html 要素に margin-top を設定することでバナー領域を確保しようとしますが、
 * ページ上の fixed 要素はそれではずれないため重なってしまいます。
 * ので、バナーが表示されているときはそれらの要素を明示的にズラします（gnavi とダイアログ）
 *
 * また、コンテンツ部分にヘッダー領域のために margin-top を設定しているため、
 * コンテンツ部分もバナーの表示の有無によってズラす必要があります。
 */
html.smartbanner-show {
  transition: all linear .5s;
  margin-top: 0;
}

html.smartbanner-show .header {
  transition: all linear .5s;
  top: 0;
}

html.smartbanner-show .smartbanner {
  transition: all linear .5s;
  position: fixed;
  opacity: 0;
  height: 0;
}

html.smartbanner-show.smartbanner-enter {
  transition: all linear .5s;
  margin-top: 80px;
}

html.smartbanner-show.smartbanner-enter .header {
  transition: all linear .5s;
  top: 80px;
}

html.smartbanner-show.smartbanner-enter .smartbanner {
  transition: all linear .5s;
  opacity: 1;
  height: 80px;
}

html.smartbanner-show .gnavi__wrapper,
html.smartbanner-show .ui-dialog {
  margin-top: 80px;
}

.for-sp {
  display: block !important;
}

span.for-sp,
i.for-sp {
  display: inline !important;
}

.for-pc {
  display: none !important;
}

span.for-pc,
i.for-pc {
  display: none !important;
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
  span.for-sp,
  i.for-sp {
    display: none !important;
  }
  .for-pc {
    display: block !important;
  }
  span.for-pc,
  i.for-pc {
    display: inline !important;
  }
}

.pos-s {
  position: static !important;
}

.pos-r {
  position: relative !important;
}

.pos-a {
  position: absolute !important;
}

.pos-f {
  position: fixed !important;
}

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

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

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

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.is-hide,
.hide {
  display: none !important;
}

.is-visibility-hide {
  visibility: hidden;
}

.w-0 {
  width: 0% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-0em {
  width: 0em !important;
}

.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.indent {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .indent {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .indent--pc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.of-h {
  overflow: hidden !important;
}

/* ログイン/リマインダー/パスワード再設定/クレジットカード情報変更モーダル */
.loginForm__logo, .reminderForm__logo, .resetForm__logo {
  margin: 5px 0 20px 40px;
  color: #e6feff;
  background: url(../img/logo-sp.svg) center center/contain no-repeat;
  text-indent: -9999px;
  height: 70px;
  width: 100%;
  display: inline-block;
}

.loginForm__lead, .reminderForm__lead, .resetForm__lead, .creditCardChangeForm__lead {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
}

.loginForm__button > button, .reminderForm__button > button, .resetForm__button > button, .creditCardChangeForm__button > button {
  width: 100% !important;
  padding: 15px 0 !important;
}

/* お知らせ */
.info__listIcon--new, .infoDetail__icon--new {
  background: #e60707;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.6;
  padding: 1px 5px 0px;
}

/* 汎用 */
.searchFreeword__conditions, .searchHistory__conditions, .payment__conditions {
  margin-bottom: 15px;
  padding: 10px;
  background: #eee;
  border-radius: 3px;
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .menu {
    display: none;
  }
}

.menu .menu__toggle {
  width: 44px;
  height: 54px;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0;
  text-align: center;
  display: block;
  background: none;
  border: none;
  line-height: 1.2;
  background: #03a9f4;
  border-radius: 0;
  float: right;
  position: relative;
  text-align: center;
}

.menu .menu__toggle i {
  color: #fff;
  position: relative;
  top: -6px;
}

@media (min-width: 768px) {
  .menu .menu__toggle i {
    top: -5px;
  }
}

.menu .menu__toggle span {
  color: #fff;
  font-size: 9px;
  font-size: 1.0rem;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.gnavi {
  position: fixed;
  top: -800px;
  z-index: 15000;
  width: 100%;
  transition: all ease 0.3s;
}

@media (min-width: 768px) {
  .gnavi {
    position: relative;
    top: 0;
    margin-top: 82px;
    z-index: 99;
  }
}

.gnavi.open {
  top: 54px;
}

.gnavi__wrapper {
  margin: 0;
  padding: 0;
  height: 75vh;
  overflow: scroll;
}

@media (min-width: 768px) {
  .gnavi__wrapper {
    width: 1130px;
    margin: 0 auto;
    font-size: 0;
    height: auto;
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .gnavi__submenuItem,
  .gnavi__item {
    font-size: 1.6rem;
    display: inline-block;
    width: 19%;
    margin-right: 14px;
  }
}

@media (min-width: 768px) {
  .gnavi__submenuItem:nth-child(5),
  .gnavi__item:nth-child(5) {
    margin-right: 0;
  }
}

.gnavi__submenuItem > a,
.gnavi__item > a {
  border-bottom: 1px solid #ccc;
  padding: 10px 18px;
  background: #fff;
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  transition: all ease 0.3s;
}

@media (min-width: 768px) {
  .gnavi__submenuItem > a,
  .gnavi__item > a {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 18px;
  }
}

@media (min-width: 768px) {
  .gnavi__submenuItem > a:hover,
  .gnavi__item > a:hover {
    opacity: 0.7;
    color: #083f58;
    border-bottom: 1px solid #03a9f4;
  }
}

.gnavi__submenuItem > a > i.fa,
.gnavi__item > a > i.fa {
  margin-right: 5px;
  color: #03a9f4;
}

@media (min-width: 768px) {
  .gnavi__submenuItem > a > i.fa,
  .gnavi__item > a > i.fa {
    font-weight: normal;
    font-size: 2.3rem;
    vertical-align: bottom;
  }
}

.gnavi__submenuItem > a > i.icon-kids,
.gnavi__item > a > i.icon-kids {
  margin-right: 5px;
}

.gnavi__submenuItem > a > i.icon-kids:before,
.gnavi__item > a > i.icon-kids:before {
  content: "";
  background: #03a9f4 url(../img/symbol/kids-s.svg) center center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .gnavi__submenuItem.satellite > a,
  .gnavi__item.satellite > a {
    padding: 18px 0;
  }
}

.gnavi__submenuItem.login_required,
.gnavi__item.login_required {
  border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
  .gnavi__submenuItem.login_required,
  .gnavi__item.login_required {
    border-top: none;
    border-left: 1px solid #ccc;
    padding-left: 14px;
  }
}

.gnavi__submenuItem > a {
  padding-left: 30px;
  background: #f3f3f3;
}

#overlay {
  transition: all ease 0.3s;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
}

#overlay.is-hide {
  opacity: 0;
}

#login {
  background: #efefef;
}

.loginForm__input {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .loginForm__input {
    width: 65%;
    margin: 0 auto;
  }
}

.loginForm__item {
  margin-top: 5px;
}

.loginForm__item > input {
  height: 38px;
  padding: 10px;
}

.loginForm__messageList--error {
  padding: 10px;
  border: 1px solid #ffb9b9;
  background: #fff0f0;
  color: red;
  margin: 0;
  left: 0;
}

.loginForm__button {
  margin: 20px auto 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .loginForm__button {
    width: 35%;
    margin: 20px auto;
  }
}

.loginForm__forgotten {
  text-align: center;
}

#reminder {
  background: #efefef;
}

.reminderForm__input {
  margin: 0 0 20px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .reminderForm__input {
    width: 30%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .reminderForm__button {
    width: 15%;
    margin: 20px auto;
  }
}

#reset {
  background: #efefef;
}

@media (min-width: 768px) {
  .resetForm__input {
    width: 30%;
    margin: 0 auto;
  }
}

.resetForm__item {
  margin-top: 5px;
}

.resetForm__item > input {
  height: 38px;
  padding: 10px;
}

.resetForm__messageList--error {
  padding: 10px;
  border: 1px solid #ffb9b9;
  background: #fff0f0;
  color: red;
  margin: 0;
  left: 0;
}

.resetForm__button {
  margin: 20px auto 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .resetForm__button {
    width: 15%;
    margin: 20px auto;
  }
}

.resetForm__button > button {
  margin-bottom: 15px;
}

.resetForm__forgotten {
  text-align: center;
}

/* 2DCODE */
.code2d__image {
  margin-bottom: 10px;
  padding: 20px 0;
  background: #eee;
}

.code2d__image img {
  width: 65%;
}

.code2d__note {
  margin: 0px 0;
}

.code2d__btn--print {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .code2d__btn--print .button {
    width: 180px;
  }
}

.code2d__btn--save {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .code2d__btn--save .button {
    width: 180px;
  }
}

@media (min-width: 768px) {
  .code2d__btn--remake .button {
    width: 180px;
  }
}

/* お知らせ */
.info__list--scrollable {
  overflow-y: auto;
  max-height: 224px;
  padding-right: 8px;
  margin-bottom: 8px;
}

.info__listItem {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
}

@media (min-width: 768px) {
  .info__listItem:before, .info__listItem:after {
    content: " ";
    display: table;
  }
  .info__listItem:after {
    clear: both;
  }
}

.info__listItem:last-child {
  border-bottom: 0;
}

.info__listItem.is-new .info__listIcon--new {
  display: block;
}

.info__listItem.is-emergency {
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid red;
  position: fixed;
  display: table;
  width: 85%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 100;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  padding: 15px 20px;
}

@media (min-width: 768px) {
  .info__listItem.is-emergency {
    width: auto;
    height: auto;
    padding: 25px 35px;
  }
}

.info__listItem.is-emergency .info__listDate {
  display: none;
}

.info__listItem.is-emergency .info__listTitle {
  display: none;
}

.info__listItem.is-emergency .info__listbody {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 768px) {
  .info__listItem.is-emergency .info__listbody {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.info__listItem.is-emergency .info__listclose {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: red;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 26px;
  transition: opacity 0.3s ease;
}

.info__listItem.is-emergency .info__listclose:hover {
  opacity: 0.75;
  text-decoration: none;
}

.info__listDate {
  margin: 0 0 3px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .info__listDate {
    float: left;
    margin: 0 15px 0 0;
    line-height: 1.9;
  }
}

.info__listDate:before {
  font-family: "FontAwesome";
  content: "\f0da";
  margin-right: 5px;
  font-weight: normal;
}

.info__listIcon--new {
  display: none;
  position: absolute;
  top: 1px;
  left: 10.5em;
}

@media (min-width: 768px) {
  .info__listIcon--new {
    left: auto;
    top: 2px;
    right: 0em;
  }
}

@media (min-width: 768px) {
  .info__listTitle {
    float: left;
  }
}

@media (min-width: 768px) {
  #limit-site .info__title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.infoDetail {
  position: relative;
}

.infoDetail__contentsMeta {
  position: absolute;
  top: 0;
  right: 0;
}

.infoDetail__contentsDate {
  vertical-align: text-top;
}

.infoDetail__icon--new {
  vertical-align: middle;
  margin-right: 5px;
  top: 1px;
  position: relative;
}

#info-body {
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .userProf__form tbody tr th {
    width: 220px;
  }
}

.userProf__save {
  width: 100%;
  padding: 20px 0;
}

@media (min-width: 768px) {
  input[name="last_name"],
  input[name="first_name"],
  input[name="last_kana"],
  input[name="first_kana"] {
    width: 50%;
  }
}

input[name="tel_number"] {
  width: 10em;
}

input[name="date_from"],
input[name="date_to"] {
  width: 8em;
}

@media (min-width: 768px) {
  #first_name-error,
  #last_name-error,
  #tel_number-error {
    margin-left: 10px;
  }
}

#phone-error,
#date_range-error {
  display: block;
}

@media (min-width: 768px) {
  #phone-error,
  #date_range-error {
    display: inline-block;
    margin-left: 10px;
  }
}

.label__radio {
  margin-right: 15px;
}

.label__radio input {
  margin-right: 5px;
}

#user_id_warning {
  color: red;
}

.searchResult__lead {
  margin-bottom: 10px;
  text-align: center;
}

.searchResult__count {
  font-size: 20px;
  font-size: 2.0rem;
  color: red;
  margin-right: 2px;
  font-weight: bold;
}

.distance {
  font-size: 10px;
  font-size: 1.0rem;
  background: blue;
  color: #fff;
  padding: 1px 5px 1px 6px;
  position: absolute;
  top: 12px;
  right: 30px;
}

.distance:before {
  content: "\f041";
  font-family: "FontAwesome";
  margin-right: 4px;
}

.searchArea__areas {
  position: relative;
  height: 190px;
  background: rgba(3, 169, 244, 0.22) url(../img/area/bkg-map.svg) no-repeat 0 0;
  background-size: cover;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .searchArea__areas {
    height: 280px;
    margin-bottom: 20px;
    background: rgba(3, 169, 244, 0.22) url(../img/area/bkg-map.svg) no-repeat center center;
    background-size: 100%;
  }
}

.searchArea__areas.is-slim {
  position: fixed;
  top: 44px;
  height: 34px;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  z-index: 95;
}

.searchArea__areas.is-slim .searchArea__item, .searchArea__areas.is-slim .searchArea__item--yamanote-1, .searchArea__areas.is-slim .searchArea__item--yamanote-2, .searchArea__areas.is-slim .searchArea__item--yamanote-3, .searchArea__areas.is-slim .searchArea__item--yamanote-4, .searchArea__areas.is-slim .searchArea__item--east-tokyo, .searchArea__areas.is-slim .searchArea__item--chiba, .searchArea__areas.is-slim .searchArea__item--kanagawa, .searchArea__areas.is-slim .searchArea__item--saitama, .searchArea__areas.is-slim .searchArea__item--osaka, .searchArea__areas.is-slim .searchArea__item--tpp, .searchArea__areas.is-slim .searchArea__item--kunitachi {
  width: 20%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  float: left;
}

.searchArea__areas.is-slim .searchArea__item .button, .searchArea__areas.is-slim .searchArea__item--yamanote-1 .button, .searchArea__areas.is-slim .searchArea__item--yamanote-2 .button, .searchArea__areas.is-slim .searchArea__item--yamanote-3 .button, .searchArea__areas.is-slim .searchArea__item--yamanote-4 .button, .searchArea__areas.is-slim .searchArea__item--east-tokyo .button, .searchArea__areas.is-slim .searchArea__item--chiba .button, .searchArea__areas.is-slim .searchArea__item--kanagawa .button, .searchArea__areas.is-slim .searchArea__item--saitama .button, .searchArea__areas.is-slim .searchArea__item--osaka .button, .searchArea__areas.is-slim .searchArea__item--tpp .button, .searchArea__areas.is-slim .searchArea__item--kunitachi .button {
  font-size: 10px;
  font-size: 1.0rem;
}

.searchArea__areas li.selected .button {
  background-color: #ff5722;
}

.searchArea__item, .searchArea__item--yamanote-1, .searchArea__item--yamanote-2, .searchArea__item--yamanote-3, .searchArea__item--yamanote-4, .searchArea__item--east-tokyo, .searchArea__item--chiba, .searchArea__item--kanagawa, .searchArea__item--saitama, .searchArea__item--osaka, .searchArea__item--tpp, .searchArea__item--kunitachi {
  width: 33%;
}

@media (min-width: 768px) {
  .searchArea__item, .searchArea__item--yamanote-1, .searchArea__item--yamanote-2, .searchArea__item--yamanote-3, .searchArea__item--yamanote-4, .searchArea__item--east-tokyo, .searchArea__item--chiba, .searchArea__item--kanagawa, .searchArea__item--saitama, .searchArea__item--osaka, .searchArea__item--tpp, .searchArea__item--kunitachi {
    width: 200px;
  }
}

.searchArea__item > .button, .searchArea__item--yamanote-1 > .button, .searchArea__item--yamanote-2 > .button, .searchArea__item--yamanote-3 > .button, .searchArea__item--yamanote-4 > .button, .searchArea__item--east-tokyo > .button, .searchArea__item--chiba > .button, .searchArea__item--kanagawa > .button, .searchArea__item--saitama > .button, .searchArea__item--osaka > .button, .searchArea__item--tpp > .button, .searchArea__item--kunitachi > .button {
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 0;
  padding-right: 0;
  opacity: 0.75;
}

@media (min-width: 768px) {
  .searchArea__item > .button, .searchArea__item--yamanote-1 > .button, .searchArea__item--yamanote-2 > .button, .searchArea__item--yamanote-3 > .button, .searchArea__item--yamanote-4 > .button, .searchArea__item--east-tokyo > .button, .searchArea__item--chiba > .button, .searchArea__item--kanagawa > .button, .searchArea__item--saitama > .button, .searchArea__item--osaka > .button, .searchArea__item--tpp > .button, .searchArea__item--kunitachi > .button {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 10px;
    width: 100%;
  }
}

.searchArea__item--yamanote-1 {
  position: absolute;
  top: 98px;
  left: 51%;
}

@media (min-width: 768px) {
  .searchArea__item--yamanote-1 {
    top: 148px;
    left: 50%;
    margin-left: 10px;
  }
}

.searchArea__item--yamanote-2 {
  position: absolute;
  top: 98px;
  left: 16%;
}

@media (min-width: 768px) {
  .searchArea__item--yamanote-2 {
    top: 148px;
    left: 27.5%;
    margin-left: -10px;
  }
}

.searchArea__item--yamanote-3 {
  position: absolute;
  top: 54px;
  left: 16%;
}

@media (min-width: 768px) {
  .searchArea__item--yamanote-3 {
    top: 84px;
    left: 27.5%;
    margin-left: -10px;
  }
}

.searchArea__item--yamanote-4 {
  position: absolute;
  top: 54px;
  left: 51%;
}

@media (min-width: 768px) {
  .searchArea__item--yamanote-4 {
    top: 84px;
    left: 50%;
    margin-left: 10px;
  }
}

.searchArea__item--east-tokyo {
  position: absolute;
  top: 34px;
  left: 4%;
  width: 10%;
}

@media (min-width: 768px) {
  .searchArea__item--east-tokyo {
    top: 84px;
    left: 14%;
  }
}

.searchArea__item--east-tokyo a.button {
  padding: 18px 10px;
  line-height: 1.2;
  min-height: 120px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .searchArea__item--east-tokyo a.button {
    padding: 35px 10px;
    min-height: 112px;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}

.searchArea__item--east-tokyo a.button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (min-width: 768px) {
  .searchArea__item--east-tokyo a.button span {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.searchArea__item--chiba {
  position: absolute;
  top: 34px;
  right: 4%;
  width: 10%;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
}

@media (min-width: 768px) {
  .searchArea__item--chiba {
    top: 84px;
    right: 14%;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}

.searchArea__item--chiba a.button {
  padding: 25px 10px;
  line-height: 1.2;
  min-height: 120px;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .searchArea__item--chiba a.button {
    padding: 35px 10px;
    min-height: 112px;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}

.searchArea__item--chiba a.button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (min-width: 768px) {
  .searchArea__item--chiba a.button span {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.searchArea__item--kanagawa {
  position: absolute;
  top: 142px;
  left: 34%;
}

@media (min-width: 768px) {
  .searchArea__item--kanagawa {
    top: 214px;
    left: 50%;
    margin-left: -100px;
  }
}

.searchArea__item--kanagawa a.button {
  line-height: 1.2;
  padding: 6px 10px;
}

.searchArea__item--saitama {
  position: absolute;
  top: 10px;
  left: 34%;
}

@media (min-width: 768px) {
  .searchArea__item--saitama {
    top: 20px;
    left: 50%;
    margin-left: -100px;
  }
}

.searchArea__item--saitama a.button {
  line-height: 1.2;
  padding: 6px 10px;
}

.searchArea__item--osaka {
  position: absolute;
  top: 50%;
  left: 34%;
  margin-top: -18px;
}

@media (min-width: 768px) {
  .searchArea__item--osaka {
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -100px;
  }
}

.searchArea__item--tpp {
  position: absolute;
  top: 50%;
  left: 34%;
  margin-top: -18px;
}

@media (min-width: 768px) {
  .searchArea__item--tpp {
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -100px;
  }
}

.searchArea__item--kunitachi {
  position: absolute;
  top: 50%;
  left: 34%;
  margin-top: -18px;
}

@media (min-width: 768px) {
  .searchArea__item--kunitachi {
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -100px;
  }
}

.search__result.is-slim {
  padding-top: 40px;
}

.search__resultTitle {
  text-align: center;
  padding: 5px 0;
  background: #656565;
  color: #fff;
}

.searchArea__tabs {
  border-bottom: 1px solid #03a9f4;
  display: flex;
  flex-flow: row nowrap;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .searchArea__tabs {
    padding: 0 5px;
  }
}

.searchArea__tabs__tab--kanto, .searchArea__tabs__tab--kansai, .searchArea__tabs__tab--other, .searchArea__tabs__tab--tpp, .searchArea__tabs__tab--kunitachi {
  padding: 5px 10px 4px;
  margin-right: 6px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #c4d8e2;
  color: #6f9db3;
  display: block;
  text-decoration: none;
  transition: all ease 0.3s;
  box-shadow: inset 0 -5px 5px -5px #92b6c7;
  min-width: 4.5em;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .searchArea__tabs__tab--kanto, .searchArea__tabs__tab--kansai, .searchArea__tabs__tab--other, .searchArea__tabs__tab--tpp, .searchArea__tabs__tab--kunitachi {
    padding: 8px 10px;
  }
}

.searchArea__tabs__tab--kanto:link, .searchArea__tabs__tab--kansai:link, .searchArea__tabs__tab--other:link, .searchArea__tabs__tab--tpp:link, .searchArea__tabs__tab--kunitachi:link {
  color: #7799ab;
}

.searchArea__tabs__tab--kanto:visited, .searchArea__tabs__tab--kansai:visited, .searchArea__tabs__tab--other:visited, .searchArea__tabs__tab--tpp:visited, .searchArea__tabs__tab--kunitachi:visited {
  color: #7799ab;
}

.searchArea__tabs__tab--kanto:hover, .searchArea__tabs__tab--kansai:hover, .searchArea__tabs__tab--other:hover, .searchArea__tabs__tab--tpp:hover, .searchArea__tabs__tab--kunitachi:hover {
  text-decoration: none;
  opacity: 0.75;
}

.is-active.searchArea__tabs__tab--kanto, .is-active.searchArea__tabs__tab--kansai, .is-active.searchArea__tabs__tab--other, .is-active.searchArea__tabs__tab--tpp, .is-active.searchArea__tabs__tab--kunitachi {
  background: #03a9f4;
  color: #fff;
}

.searchFreeword__conditions {
  margin-bottom: 20px;
}

.searchHistory__conditionsTitle {
  margin: 0;
  text-align: center;
}

.searchHistory__list {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  display: block;
  padding: 15px;
  background: #f0f0f0;
}

@media (min-width: 768px) {
  .searchHistory__list {
    display: table;
    margin-bottom: 20px;
    padding: 0;
    background: #fff;
  }
}

.searchHistory__list tbody {
  display: block;
}

@media (min-width: 768px) {
  .searchHistory__list tbody {
    display: table-row-group;
  }
}

.searchHistory__listHeaderRow {
  display: none;
}

@media (min-width: 768px) {
  .searchHistory__listHeaderRow {
    display: table-row;
  }
}

.searchHistory__listHeaderRow th {
  display: block;
  background: #cef0ff;
}

@media (min-width: 768px) {
  .searchHistory__listHeaderRow th {
    display: table-cell;
    border: 1px solid #b3dcef;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.searchHistory__listBodyCell, .searchHistory__listBodyCell--number, .searchHistory__listBodyCell--date, .searchHistory__listBodyCell--start, .searchHistory__listBodyCell--end, .searchHistory__listBodyCell--kids, .searchHistory__listBodyCell--comment, .searchHistory__listBodyCell--seat, .searchHistory__listBodyCell--store {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  transition: all ease 0.2s;
}

@media (min-width: 768px) {
  .searchHistory__listBodyCell, .searchHistory__listBodyCell--number, .searchHistory__listBodyCell--date, .searchHistory__listBodyCell--start, .searchHistory__listBodyCell--end, .searchHistory__listBodyCell--kids, .searchHistory__listBodyCell--comment, .searchHistory__listBodyCell--seat, .searchHistory__listBodyCell--store {
    width: auto;
    display: table-cell;
    float: none;
    border: 1px solid #ddd;
    padding: 10px 0;
  }
}

.searchHistory__listBodyCell--number {
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #3b6b82;
  width: 100%;
  height: 20px;
  text-align: left;
  color: #fff;
}

@media (min-width: 768px) {
  .searchHistory__listBodyCell--number {
    width: auto;
    position: static;
    background: none;
    width: 90px;
    text-align: center;
  }
}

.searchHistory__listBodyCell--number > a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .searchHistory__listBodyCell--number > a {
    color: #333;
  }
}

.searchHistory__listBodyCell--date {
  width: 100%;
}

@media (min-width: 768px) {
  .searchHistory__listBodyCell--date {
    width: 90px;
    text-align: center;
  }
}

.searchHistory__listBodyCell--start {
  width: 50%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cce1ea;
}

@media (min-width: 768px) {
  .searchHistory__listBodyCell--start {
    width: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
}

.searchHistory__listBodyCell--end {
  width: 50%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cce1ea;
}

@media (min-width: 768px) {
  .searchHistory__listBodyCell--end {
    width: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
}

.searchHistory__listBodyCell--kids {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cce1ea;
}

@media (min-width: 768px) {
  .searchHistory__listBodyCell--kids {
    width: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
}

.searchHistory__listBodyCell--comment {
  width: 100%;
}

@media (min-width: 768px) {
  .searchHistory__listBodyCell--comment {
    width: auto;
    padding: 6px 8px;
  }
}

.searchHistory__listBodyCell--seat {
  width: 100%;
}

@media (min-width: 768px) {
  .searchHistory__listBodyCell--seat {
    width: 135px;
    text-align: center;
  }
}

.searchHistory__listBodyCell--store {
  width: 100%;
}

@media (min-width: 768px) {
  .searchHistory__listBodyCell--store {
    width: 90px;
    text-align: center;
  }
}

.cancelled .searchHistory__listBodyCell--number {
  background: #867254;
}

@media (min-width: 768px) {
  .cancelled .searchHistory__listBodyCell--number {
    background: #ffc107;
  }
}

@media (min-width: 768px) {
  .cancelled:hover .searchHistory__listBodyCell--number {
    background: #ffd969;
  }
}

.cancelled .searchHistory__listBodyCell--start, .cancelled .searchHistory__listBodyCell--end {
  border-bottom: 1px solid #d49333;
}

@media (min-width: 768px) {
  .cancelled .searchHistory__listBodyCell--start, .cancelled .searchHistory__listBodyCell--end {
    border-bottom: 1px solid #ddd;
  }
}

.searchHistory__cardDate,
.searchHistory__cardStart,
.searchHistory__cardEnd,
.searchHistory__cardStore,
.searchHistory__cardSeat,
.searchHistory__cardKids,
.searchHistory__cardComment {
  display: inline-block;
  width: 6em;
  margin-right: 5px;
  text-align: center;
  color: #578398;
  background: #c4e1ef;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  top: 2px;
}

@media (min-width: 768px) {
  .searchHistory__cardDate,
  .searchHistory__cardStart,
  .searchHistory__cardEnd,
  .searchHistory__cardStore,
  .searchHistory__cardSeat,
  .searchHistory__cardKids,
  .searchHistory__cardComment {
    display: none;
  }
}

.cancelled .searchHistory__cardDate, .cancelled
.searchHistory__cardStart, .cancelled
.searchHistory__cardEnd, .cancelled
.searchHistory__cardStore, .cancelled
.searchHistory__cardSeat, .cancelled
.searchHistory__cardKids, .cancelled
.searchHistory__cardComment {
  background: #ffd9a0;
  color: #905e15;
}

.searchHistory__cardNumber {
  color: #fff;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
}

@media (min-width: 768px) {
  .searchHistory__cardNumber {
    display: none;
  }
}

.searchHistory__cardNumber:after {
  content: ":";
  margin-left: 3px;
}

.searchHistory__listBodyRow {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  margin: 0 0 15px 0;
  padding: 30px 10px 10px 10px;
  border-radius: 3px;
  box-shadow: 0 2px 1px #cddee6;
  transition: all ease 0.2s;
  cursor: pointer;
}

.searchHistory__listBodyRow:before, .searchHistory__listBodyRow:after {
  content: " ";
  display: table;
}

.searchHistory__listBodyRow:after {
  clear: both;
}

@media (min-width: 768px) {
  .searchHistory__listBodyRow {
    position: static;
    display: table-row;
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
  .searchHistory__listBodyRow:before, .searchHistory__listBodyRow:after {
    display: none;
  }
  .searchHistory__listBodyRow:hover {
    background: #fffbd4;
    cursor: pointer;
  }
  .searchHistory__listBodyRow:active {
    background: #fff165;
  }
}

@media (min-width: 768px) {
  .searchHistory__listBodyRow:nth-child(even) {
    background: #f8f9f9;
  }
  .searchHistory__listBodyRow:nth-child(even):hover {
    background: #fffbd4;
    cursor: pointer;
  }
  .searchHistory__listBodyRow:nth-child(even):active {
    background: #fff165;
  }
}

.searchHistory__listBodyRow.cancelled {
  background: #ffc107;
}

@media (min-width: 768px) {
  .searchHistory__listBodyRow.cancelled {
    border: 1px solid #e89c2a;
  }
}

@media (min-width: 768px) {
  .searchHistory__listBodyRow.cancelled:hover {
    background: #ffd969;
  }
}

.searchHistory__form {
  width: 100%;
}

@media (min-width: 768px) {
  .searchHistory__form {
    margin-bottom: 10px;
  }
}

.searchHistory__form tr {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .searchHistory__form tr {
    display: table-row;
    width: auto;
  }
}

.searchHistory__form th {
  display: block;
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  .searchHistory__form th {
    display: table-cell;
    width: 12%;
    padding: 5px 8px;
  }
}

.searchHistory__form td {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .searchHistory__form td {
    display: table-cell;
    width: 38%;
    padding: 2px 8px;
  }
}

.searchHistory__form .searchHistory__formBodyCell--fromto #date_from {
  width: 49%;
}

@media (min-width: 768px) {
  .searchHistory__form .searchHistory__formBodyCell--fromto #date_from {
    width: 140px;
    margin-right: 10px;
  }
}

.searchHistory__form .searchHistory__formBodyCell--fromto #date_to {
  width: 49%;
  margin-left: 2%;
}

@media (min-width: 768px) {
  .searchHistory__form .searchHistory__formBodyCell--fromto #date_to {
    width: 140px;
    margin-right: 10px;
  }
}

a.button.searchHistory__editTime {
  width: 25vw;
  float: right;
  padding: 0;
}

.kids__list > span {
  display: inline-block;
  margin-right: 5px;
}

.kids__list > span:first-child:before {
  content: "";
}

.kids__list > span:before {
  content: "/";
  margin-right: 5px;
}

.kids__list > span:after {
  content: "歳";
}

.searchHistory__icon--cancelled {
  background: #ffc107;
  font-size: 1.4rem;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 3px 8px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .searchHistory__icon--cancelled {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
  }
}

.storeList__revisionItem {
  border-top: 1px solid #ccc;
  position: relative;
  font-size: 14px;
  box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.storeList__revisionHeader {
  border-top: 1px solid #ccc;
  position: relative;
  font-size: 14px;
  box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.storeList__revisionHeader.active:after {
  transform: rotate(-180deg);
}

.storeList__revisionHeader:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  transition: all ease 0.3s;
  transform: rotate(0);
  color: #03a9f4;
  font-size: 12px;
  margin-top: -10px;
}

.storeList__revisionHeader > a {
  display: block;
  padding: 8px 10px;
  background: #fff;
  text-decoration: none;
  color: #000;
}

.storeList__revisionHeader > a > span {
  padding-left: 8px;
  border-left: 5px solid #03a9f4;
}

.storeList__revisionItem {
  margin: 0;
  border-top: 1px solid #ccc;
  position: relative;
  font-size: 14px;
  box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.storeList__Item, .storeList__Item--initial {
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  position: relative;
}

.storeList__Item:after, .storeList__Item--initial:after {
  position: absolute;
  top: 50%;
  right: 8px;
  font-family: "FontAwesome";
  content: "\f105";
  display: block;
  margin-top: -16px;
  font-size: 20px;
  font-size: 2.0rem;
  color: #03a9f4;
}

.storeList__Item > a, .storeList__Item--initial > a {
  padding: 10px 16px 10px 8px;
  text-decoration: none;
  color: #333;
  background: #f6f6f6;
  display: block;
  width: 100%;
  font-weight: bold;
  transition: all ease 0.2s;
  font-size: 0;
}

@media (min-width: 768px) {
  .storeList__Item > a, .storeList__Item--initial > a {
    padding: 10px 16px 10px 15px;
  }
}

.storeList__Item > a:hover, .storeList__Item--initial > a:hover {
  background: #e3f7ff;
}

.storeList__Item > a .store-name, .storeList__Item--initial > a .store-name {
  margin-right: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

.storeList__Item > a .icon-group, .storeList__Item--initial > a .icon-group {
  position: absolute;
  top: 50%;
  right: 25px;
  text-align: left;
  margin-top: -8px;
}

.searchGps .storeList__Item > a .icon-group, .searchGps .storeList__Item--initial > a .icon-group {
  right: 100px;
}

@media (min-width: 768px) {
  .storeList__Item > a .icon-group, .storeList__Item--initial > a .icon-group {
    right: 30px;
    margin-top: -10px;
  }
}

.storeList__Item--initial {
  background: #e2e2e2;
  border-top: none;
  color: #777;
  padding: 2px 8px;
  font-weight: bold;
  position: relative;
  z-index: 5;
}

.storeList__Item--initial:after {
  display: none;
}

.store-icon {
  background: #333;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  text-align: center;
  vertical-align: top;
  margin-left: 1px;
  opacity: 0.3;
  font-size: 0;
}

.store-icon:first-child {
  margin-left: 0;
}

@media (min-width: 768px) {
  .store-icon {
    width: 20px;
    height: 20px;
    margin-left: 3px;
  }
  .store-icon:first-child {
    margin-left: 0;
  }
}

.store-icon.available {
  opacity: 1;
  background: #00a0e9;
}

.store-icon > img {
  width: 100%;
}

.store-icon[data-icon=kids] {
  opacity: 0;
  visibility: hidden;
  background: #8ccd00;
}

.store-icon[data-icon=kids].available {
  opacity: 1;
  visibility: visible;
}

.store-icon[data-icon=monthly] {
  opacity: 0;
  visibility: hidden;
  display: none;
  background: unset;
}

.store-icon[data-icon=monthly].available {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.store-icon[data-icon=monthly] > img {
  border-radius: 3px;
}

#equipments .store-icon {
  width: 12.1%;
  height: 12.1%;
  border-radius: 3px;
  text-align: center;
  vertical-align: top;
  margin-left: 2.5%;
  opacity: 0.3;
}

#equipments .store-icon:first-child {
  margin-left: 0;
}

@media (min-width: 768px) {
  #equipments .store-icon {
    width: 54px;
    height: 54px;
    margin-left: 5px;
  }
  #equipments .store-icon:first-child {
    margin-left: 0;
  }
}

#equipments .store-icon.available {
  opacity: 1;
  background: #00a0e9;
}

#equipments .store-icon > img {
  width: 100%;
}

#equipments .store-icon[data-icon=kids] {
  opacity: 0;
  visibility: hidden;
  display: none;
  background: #8ccd00;
}

#equipments .store-icon[data-icon=kids].available {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

#equipments .store-icon[data-icon=monthly] {
  opacity: 0;
  visibility: hidden;
  display: none;
  background: unset;
}

#equipments .store-icon[data-icon=monthly].available {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

#equipments .store-icon[data-icon=monthly] > img {
  border-radius: 3px;
}

.storeInfo__meta {
  float: none;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .storeInfo__meta {
    float: left;
    margin-bottom: 0;
  }
}

#equipments {
  font-size: 0;
}

@media (min-width: 768px) {
  #equipments {
    margin-left: 10px;
    float: right;
  }
}

.icon-wrapper {
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
}

.icon-wrapper .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-wrapper .icon-yurakucho {
  background-image: url(../img/icon/icon_yurakucho.svg);
}

.icon-wrapper .icon-ginza {
  background-image: url(../img/icon/icon_ginza.svg);
}

.icon-wrapper .icon-tozai {
  background-image: url(../img/icon/icon_tozai.svg);
}

.icon-wrapper .icon-marunouchi {
  background-image: url(../img/icon/icon_marunouchi.svg);
}

.icon-wrapper .icon-hibiya {
  background-image: url(../img/icon/icon_hibiya.svg);
}

.icon-wrapper .icon-shinjyuku {
  background-image: url(../img/icon/icon_shinjyuku.svg);
}

.icon-wrapper .icon-hanzomon {
  background-image: url(../img/icon/icon_hanzomon.svg);
}

.icon-wrapper .icon-asakusa {
  background-image: url(../img/icon/icon_asakusa.svg);
}

.icon-wrapper .icon-fukutoshin {
  background-image: url(../img/icon/icon_fukutoshin.svg);
}

.icon-wrapper .icon-oedo {
  background-image: url(../img/icon/icon_oedo.svg);
}

.icon-wrapper .icon-jr {
  background-image: url(../img/icon/icon_jr.svg);
}

.icon-wrapper .icon-tokyu {
  background-image: url(../img/icon/icon_tokyu.svg);
}

.icon-wrapper .icon-keikyu {
  background-image: url(../img/icon/icon_keikyu.svg);
}

.icon-wrapper .icon-odakyu {
  background-image: url(../img/icon/icon_odakyu.svg);
}

.icon-wrapper .icon-minatomirai {
  background-image: url(../img/icon/icon_minatomirai.svg);
}

.icon-wrapper .icon-yokohama {
  background-image: url(../img/icon/icon_yokohama.svg);
}

.icon-wrapper .icon-sotetsu {
  background-image: url(../img/icon/icon_sotetsu.svg);
}

.icon-wrapper .icon-tx {
  background-image: url(../img/icon/icon_tx.svg);
}

.icon-wrapper .icon-seibu {
  background-image: url(../img/icon/icon_seibu.svg);
}

.icon-wrapper .icon-toubu {
  background-image: url(../img/icon/icon_toubu.svg);
}

.icon-wrapper .icon-keisei {
  background-image: url(../img/icon/icon_keisei.svg);
}

.icon-wrapper .icon-keio {
  background-image: url(../img/icon/icon_keio.svg);
}

.icon-wrapper .icon-yurikamome {
  background-image: url(../img/icon/icon_yurikamome.svg);
}

.icon-wrapper .icon-chiyoda {
  background-image: url(../img/icon/icon_chiyoda.svg);
}

.icon-wrapper .icon-mita {
  background-image: url(../img/icon/icon_mita.svg);
}

.icon-wrapper .icon-mono {
  background-image: url(../img/icon/icon_mono.svg);
}

.icon-wrapper .icon-tamamono {
  background-image: url(../img/icon/icon_tamamono.svg);
}

.icon-wrapper .icon-nanboku {
  background-image: url(../img/icon/icon_nanboku.svg);
}

.store-distance {
  display: inline-block;
  color: #03a9f4;
  text-align: right;
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.store-distance:before {
  font-family: "FontAwesome";
  content: "\f041";
  color: #23607b;
  margin-right: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}

.store-distance:after {
  content: "㎞";
  margin-left: 2px;
  color: #95a3a9;
  font-size: 12px;
  font-size: 1.2rem;
}

.timeTable__header {
  width: 100%;
  border-collapse: collapse;
}

.timeTable__body {
  width: 100%;
  border-collapse: collapse;
}

.timeTable__headerCell, .timeTable__headerCell--sat, .timeTable__headerCell--sun {
  width: 12%;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 5px 0;
}

.timeTable__headerCell--header {
  border: 1px solid #e0e0e0;
  font-size: 11px;
  font-size: 1.1rem;
  width: 16%;
  padding: 0;
}

.timeTable__headerCell--sat {
  background: #dcf4ff;
  color: #006b9c;
}

.timeTable__headerCell--sun {
  background: #ffdcdc;
  color: #dc0000;
}

.timeTable__bodyCell {
  width: 12%;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 10px;
}

.timeTable__bodyCell--header {
  border: 1px solid #e0e0e0;
  font-size: 11px;
  font-size: 1.1rem;
  width: 16%;
  padding: 0;
  font-weight: normal;
}

.timeTable__bodyCell.is-full {
  background: #efefef;
  color: #aaa;
}

.timeTable__bodyCell.is-na {
  background: #efefef;
  color: #aaa;
}

.timeTable__bodyCell a {
  color: #03a9f4;
  display: block;
}

.timeTable__bodyCell span {
  text-align: center;
}

.storeInfo {
  padding: 10px;
  background: #f3f3f3;
  margin-bottom: 10px;
  position: relative;
}

.storeInfo__name {
  margin-bottom: 6px;
}

.storeInfo__name > strong {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 10px;
}

.weekChange {
  margin-bottom: 10px;
}

.weekChange:before, .weekChange:after {
  content: " ";
  display: table;
}

.weekChange:after {
  clear: both;
}

.weekChange__item--prev {
  float: left;
}

.weekChange__item--prev .button {
  padding: 0 10px;
}

.weekChange__item--next {
  float: right;
}

.weekChange__item--next .button {
  padding: 0 10px;
}

.dayChange {
  margin-bottom: 10px;
}

.dayChange:before, .dayChange:after {
  content: " ";
  display: table;
}

.dayChange:after {
  clear: both;
}

@media (min-width: 768px) {
  .dayChange {
    float: left;
    margin-right: 10px;
  }
}

.dayChange__item--date {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 5px;
  vertical-align: middle;
}

.dayChange__item--date i.fa {
  font-size: 20px;
  font-size: 2.0rem;
  margin-right: 8px;
  color: #00aff7;
}

.dayChange__item--date input {
  width: 40%;
}

@media (min-width: 768px) {
  .dayChange__item--date input {
    width: 120px;
  }
}

.infoLink {
  font-size: 0;
}

.infoLink__item {
  display: inline-block;
  margin-right: 18px;
}

.infoLink__item > a {
  font-size: 14px;
  font-size: 1.4rem;
}

.infoLink__item > a > i.fa {
  margin-right: 8px;
}

.infoLink__item:last-child {
  margin-right: 0;
}

.resourceTable {
  min-height: 350px;
  overflow: auto;
}

@media (min-width: 768px) {
  .resourceTable {
    width: 100%;
  }
}

.resourceTable__table {
  border-collapse: collapse;
  height: 1%;
}

@media (min-width: 768px) {
  .resourceTable__table {
    width: 100%;
  }
}

.resourceTable__table thead th {
  border: 1px solid #abd6e8;
  text-align: center;
  padding: 3px 0;
  background: #d7f3ff;
}

.resourceTable__table thead td {
  padding: 3px 0;
  border: 1px solid #abd6e8;
  text-align: center;
  background: #d7f3ff;
}

.resourceTable__table tbody tr {
  border-bottom: 1px solid #ccc;
}

.resourceTable__table tbody .resourceTable__nameCell {
  border-right: none;
  font-weight: normal;
  font-size: 10px;
  font-size: 1.0rem;
  padding: 10px 0 10px 5px;
  text-align: left;
  display: inline-block;
  width: 35vw;
}

@media (min-width: 768px) {
  .resourceTable__table tbody .resourceTable__nameCell {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0 6px 5px;
    display: inline-block;
    width: 200px;
  }
}

.resourceTable__table tbody .resourceTable__cell {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  background: #ff9c9c;
  padding: 0;
  height: 100%;
}

.resourceTable__table tbody .resourceTable__cell > a {
  display: block;
  width: 36px;
  height: 100%;
  text-decoration: none;
  font-size: 0;
}

@media (min-width: 768px) {
  .resourceTable__table tbody .resourceTable__cell > a {
    width: 65px;
    height: 100%;
  }
}

.resourceTable__table tbody .resourceTable__cell > a div {
  display: inline-block;
  width: 25%;
  height: 100%;
  background: #e6e6e6;
  border-right: 1px dotted #ddd;
  transition: all ease 0.2s;
}

.resourceTable__table tbody .resourceTable__cell > a div:hover {
  background: #ecf9ff !important;
}

.resourceTable__table tbody .resourceTable__cell > a div.is-na {
  background: #e6e6e6;
}

.resourceTable__table tbody .resourceTable__cell > a div.is-active {
  background: #fff;
}

.resourceTable__table tbody .resourceTable__cell > a div.is-reserved, .resourceTable__table tbody .resourceTable__cell > a div.is-reserved-tooltip {
  background: #ff9c9c;
  border-right: 1px dotted #e47272;
}

.resourceTable__table tbody .resourceTable__cell > a div.is-stopped {
  background: #f0cc00;
  border-right: 1px dotted #c4a100;
}

.resourceTable__table tbody .resourceTable__cell > a div.is-dedicated {
  background: #6ba546;
  border-right: 1px dotted #558322;
}

.resourceTable__table tbody .resourceTable__cell > a div.is-others, .resourceTable__table tbody .resourceTable__cell > a div.is-others-tooltip {
  background: #6b87c7;
  border-right: 1px dotted #4e6191;
}

.resourceTable__table tbody .resourceTable__cell > a div:last-child {
  border-right: none;
}

.resourceTable__headerDate,
.resourceTable__nameCell {
  border-right: none !important;
}

.resourceTable__headerIcon {
  border-left: none !important;
  border-right: none !important;
}

.resourceTable__iconCell, .resourceTable__iconCell--monitor, .resourceTable__iconCell--key {
  border-left: none;
  border-right: none;
  color: #ddd;
  text-align: center;
}

.resourceTable__iconCell--monitor.is-active {
  color: #4caf50;
}

.resourceTable__iconCell--key.is-active {
  color: #ff9800;
}

.resourceTable.fixed_header_display_none_at_print {
  border-right: 2px solid #e9e9e9;
  box-shadow: 4px 0 3px -3px rgba(0, 0, 0, 0.2);
}

/* rmodal */
body.modal-open {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal .modal-dialog {
  position: relative;
  margin: 30px auto;
  width: 1100px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background: #fff;
  margin: 0 auto;
}

.storeMap,
.seatsMap {
  transition: all ease 0.15s;
  transform: translateY(400px);
  top: 0 !important;
  opacity: 0;
}

.storeMap.animated,
.seatsMap.animated {
  opacity: 1;
  transform: translateY(10px);
}

.seatsMap {
  width: auto !important;
  height: auto !important;
}

@media (min-width: 768px) {
  .seatsMap {
    width: 80vw !important;
    height: 90vh !important;
  }
}

.reserveDialog {
  -webkit-overflow-scrolling: touch;
}

.reserveDialog #search-dedicated-d {
  font-size: 1.3rem;
}

.reserveDialog__table {
  width: 100%;
}

.reserveDialog__table tr th {
  display: block;
  width: 100%;
  padding: 5px;
  background: #f3f3f3;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .reserveDialog__table tr th {
    display: table-cell;
    width: auto;
  }
}

.reserveDialog__table tr td {
  display: block;
  width: 100%;
  padding: 8px;
}

@media (min-width: 768px) {
  .reserveDialog__table tr td {
    display: table-cell;
    width: auto;
  }
}

/**/
.kidsRoom {
  margin-top: 5px;
  padding: 10px;
  background: #e8f4f5;
}

.kidsRoom__input .kidsRoom__item:before, .kidsRoom__input .kidsRoom__item:after {
  content: " ";
  display: table;
}

.kidsRoom__input .kidsRoom__item:after {
  clear: both;
}

.kidsRoom__input .kidsRoom__item:last-child .button {
  display: block;
}

.kidsRoom__input .kidsRoom__item:first-child .button {
  display: none;
}

.kidsRoom__input .kidsRoom__item span {
  display: inline-block;
  width: 15vw;
  margin-right: 5px;
}

.kidsRoom__input .kidsRoom__item span i {
  font-style: normal;
}

.kidsRoom__input .kidsRoom__item > input {
  width: 4em;
  margin-right: 3px;
}

.kidsRoom__input .kidsRoom__item .button {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 2.0;
  margin-top: 7px;
}

.kidsRoom__add {
  text-align: center;
  margin-top: 5px;
  padding: 10px;
}

.kidsRoom__add .button {
  float: none;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 768px) {
  .kidsRoom__add .button {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 2.0;
  }
}

/**/
.searchLink {
  font-size: 0;
}

@media (min-width: 768px) {
  .searchLink:before, .searchLink:after {
    content: " ";
    display: table;
  }
  .searchLink:after {
    clear: both;
  }
}

.searchLink .searchLink__item {
  width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  .searchLink .searchLink__item {
    width: 49%;
    float: left;
  }
}

.searchLink .searchLink__item:first-child {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .searchLink .searchLink__item:first-child {
    margin-bottom: 0px;
    margin-right: 2%;
  }
}

@media (min-width: 768px) {
  .searchLink .searchLink__item .button {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 14px;
  }
}

.research {
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 10px;
  background: #eee;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .research {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.research__title {
  margin: -20px 0 3px 0;
  text-align: center;
}

/*examples 凡例 */
.examples {
  padding: 0 5px;
  background: #f4f4f4;
}

@media (min-width: 768px) {
  .examples {
    float: left;
    padding: 8px;
    position: relative;
    top: 3px;
  }
}

.examples__item, .examples__item--empty, .examples__item--na, .examples__item--reserve, .examples__item--others, .examples__item--dedicated, .examples__item--stopped, .examples__item--key, .examples__item--monitor {
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.examples__item:last-child, .examples__item--empty:last-child, .examples__item--na:last-child, .examples__item--reserve:last-child, .examples__item--others:last-child, .examples__item--dedicated:last-child, .examples__item--stopped:last-child, .examples__item--key:last-child, .examples__item--monitor:last-child {
  margin-right: 0;
}

.examples__item:before, .examples__item--empty:before, .examples__item--na:before, .examples__item--reserve:before, .examples__item--others:before, .examples__item--dedicated:before, .examples__item--stopped:before, .examples__item--key:before, .examples__item--monitor:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.examples__item--empty:before {
  border: 1px solid #ccc;
  background: #fff;
}

.examples__item--na:before {
  background: #e6e6e6;
}

.examples__item--reserve:before {
  background: #ff9c9c;
}

.examples__item--others:before {
  background: #6b87c7;
}

.examples__item--dedicated:before {
  background: #6ba546;
}

.examples__item--stopped:before {
  background: #f0cc00;
}

.examples__item--key:before {
  display: none;
}

.examples__item--key i.fa {
  color: #ff9800;
  margin-right: 3px;
}

.examples__item--monitor:before {
  display: none;
}

.examples__item--monitor i.fa {
  color: #4caf50;
  margin-right: 3px;
}

.exclusiveSpace__notice {
  text-align: center;
  margin-bottom: 10px;
}

.shopDetailRemarks {
  margin-top: 10px;
}

.shopDetailRemarks > div {
  color: red;
  padding: 5px;
  max-height: 160px;
  border: 1px solid #ddd;
  overflow: auto;
  white-space: pre-wrap;
}

#datepicker-use-date {
  border: 2px solid #00aff7;
}

.button.search-dedicated {
  padding: 10px 14px;
}

/**/
.tippy-tooltip {
  padding: 6px 10px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1.0rem;
}

@media (min-width: 768px) {
  .tippy-tooltip {
    font-size: 1.2rem;
  }
}

#reservation #time_from {
  width: 5em;
}

.result-meta__number {
  margin-top: 6px;
  float: left;
}

.result-meta__sort {
  margin-bottom: 5px;
  float: right;
}

.result-meta__example {
  float: left;
  background: #f4f4f4;
  margin: 0px 0 5px 10px;
  padding: 7px 6px;
  font-size: 1.1rem;
  font-size: 11px;
}

@media (min-width: 768px) {
  .result-meta__example {
    margin: 0px 0 0 15px;
    padding: 7px 8px;
  }
}

.result-meta__example__item--cancel:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #ffc107;
}

.searchHistory__editTime {
  margin: 10px 0 15px;
}

@media (min-width: 768px) {
  .searchHistory__editTime {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .searchHistory__extend {
    margin: 0 0 0 10px;
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
    border-left: 1px solid #ccc;
  }
}

.searchHistory__extendNotice {
  display: inline-block;
  margin: 5px 0 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .searchHistory__extendNotice {
    margin: 0 0 0 1.5em;
    vertical-align: middle;
  }
}

.worktime__content #loader-content {
  z-index: 10000;
}

.worktime__header {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .worktime__header {
    flex-direction: row;
  }
}

.worktime__monthly {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.worktime__monthly > i {
  font-size: 2.0rem;
  margin-right: 8px;
  color: #00aff7;
}

.worktime__monthly > input {
  margin-left: 1rem;
  border: 2px solid #00aff7;
  background-color: #fff !important;
  width: 100px !important;
}

.worktime__buttons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .worktime__buttons {
    margin-top: 0;
    margin-left: 4px;
  }
}

.worktime__buttons > button {
  width: auto;
  margin-left: 6px;
}

.worktime__buttons > button:first-child {
  margin-left: 0;
}

.worktime__locations {
  flex: 1 1 auto;
  padding: 8px;
  background: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .worktime__locations {
    margin-top: 0;
    margin-left: 10px;
  }
}

.worktime__location {
  font-size: 1.1rem;
  margin: 2px 5px 2px 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.worktime__location > i {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: red;
}

.worktime__location.is-none > i {
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #00A2E8 2px, #00A2E8 4px);
}

.worktimeGrid {
  margin-top: 10px;
  min-height: 350px;
  max-height: 500px;
  overflow: auto;
}

@media (min-width: 768px) {
  .worktimeGrid {
    width: 100%;
  }
}

.worktimeGrid.fixed_header_display_none_at_print {
  border-right: 2px solid #e9e9e9;
  box-shadow: 4px 0 3px -3px rgba(0, 0, 0, 0.2);
}

.worktimeGrid__table {
  border-collapse: collapse;
  height: 1%;
}

@media (min-width: 768px) {
  .worktimeGrid__table {
    width: 100%;
  }
}

.worktimeGrid__table thead th {
  border: 1px solid #abd6e8;
  text-align: center;
  padding: 3px 0;
  background: #d7f3ff;
}

.worktimeGrid__table thead td {
  padding: 3px 0;
  border: 1px solid #abd6e8;
  text-align: center;
  background: #d7f3ff;
}

.worktimeGrid__table tbody tr {
  border-bottom: 1px solid #ccc;
}

.worktimeGrid__yearCell, .worktimeGrid__dateCell {
  border-right: none !important;
}

.worktimeGrid__dateCell {
  border-right: none;
  font-weight: normal;
  font-size: 10px;
  font-size: 1.0rem;
  padding: 10px 0 10px 5px;
  text-align: left;
  display: inline-block;
  width: 80px;
}

@media (min-width: 768px) {
  .worktimeGrid__dateCell {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0 6px 5px;
    display: inline-block;
    width: 120px;
  }
}

.worktimeGrid__workCell {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  background: #fff;
  padding: 0;
  height: 100%;
}

.worktimeGrid__workCell > div {
  display: block;
  width: 36px;
  height: 100%;
  text-decoration: none;
  font-size: 0;
}

@media (min-width: 768px) {
  .worktimeGrid__workCell > div {
    width: 65px;
    height: 100%;
  }
}

.worktimeGrid__workCell > div div {
  display: inline-block;
  cursor: pointer;
  width: 25%;
  height: 100%;
  border-right: 1px dotted #ddd;
  transition: all ease 0.2s;
}

.worktimeGrid__workCell > div div:hover {
  background: #ecf9ff !important;
}

.worktimeGrid__workCell > div div.worktimeGrid__work.is-none {
  background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #00A2E8 2px, #00A2E8 4px);
}

.worktimeGrid__workCell > div div:last-child {
  border-right: none;
}

.worktimeDialog {
  height: 100%;
  overflow: hidden;
}

.worktimeDialog__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.worktimeDialog__content {
  flex: 1 1 auto;
  overflow: auto;
}

.worktimeDialog.is-enter .worktimeDialog__content {
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: perspective(800px) rotateY(-55deg);
}

.worktimeDialog.is-leave .worktimeDialog__content {
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: perspective(800px) rotateY(55deg);
}

.worktimeDialog.is-active .worktimeDialog__content {
  opacity: 1;
  transform: perspective(800px) rotateY(0);
}

.worktimeDialog__buttons {
  flex: 0 0 auto;
  border-top: 1px solid #ddd;
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: row;
}

.worktimeDialog__buttons > button {
  margin-top: 4px;
  margin-left: 6px;
}

.worktimeDialog__buttons > button:first-child {
  margin-left: 0;
}

@media (min-width: 768px) {
  .worktimeDialog__buttons {
    flex-direction: row;
    justify-content: space-between;
  }
  .worktimeDialog__buttons > * {
    flex-grow: 1;
  }
  .worktimeDialog__buttons > button {
    flex-grow: 0;
    margin-top: 0;
    margin-left: 4px;
  }
}

.worktimeDialog.is-enter .worktimeDialog__buttons {
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.worktimeDialog.is-leave .worktimeDialog__buttons {
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.worktimeDialog.is-active .worktimeDialog__buttons {
  opacity: 1;
}

.worktimeDialog__select {
  display: inline-block;
}

.worktimeDialog__select__table {
  display: table;
  margin: 32px;
}

.worktimeDialog__select__table > a {
  display: table-row;
}

.worktimeDialog__select__table > a > * {
  display: table-cell;
  text-align: right;
  padding: 8px 2px;
}

.worktimeDialog__select__table > a > *:first-child {
  text-align: left;
  padding-right: 16px;
}

.worktimeDialog__select__table > a:first-child > * {
  padding-top: 0;
}

.worktimeDialogForm__table {
  width: 100%;
}

.worktimeDialogForm__table tr th {
  display: block;
  width: 100%;
  padding: 5px;
  background: #f3f3f3;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .worktimeDialogForm__table tr th {
    display: table-cell;
    width: auto;
  }
}

.worktimeDialogForm__table tr td {
  display: block;
  width: 100%;
  padding: 8px;
}

@media (min-width: 768px) {
  .worktimeDialogForm__table tr td {
    display: table-cell;
    width: auto;
  }
}

.worktimeDialogForm__warning {
  color: red;
}

.worktimeDialogForm__radios, .worktimeDialogForm__checkboxes {
  display: block;
  margin-top: 4px;
}

.worktimeDialogForm__radios:first-child, .worktimeDialogForm__checkboxes:first-child {
  margin-top: 0;
}

.worktimeDialogForm__radios > label, .worktimeDialogForm__checkboxes > label {
  display: inline-block;
  margin: 0 4px;
}

.worktimeDialogForm__radios > label input, .worktimeDialogForm__checkboxes > label input {
  margin-right: 4px;
}

.worktimeDialogForm__checkboxes > label {
  display: block;
}

.worktimeDialogForm textarea {
  height: 80px;
}

.worktimeDialogForm__worklist > * {
  display: block;
  margin: 4px;
}

.worktimeDialogForm__worklist > * > i {
  margin-right: 4px;
}

.worktimeDialogForm__remarks {
  margin-top: 8px;
}

.worktimeMonthPicker {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  user-select: none;
  margin: 0;
  padding: 0;
}

.worktimeMonthPicker * {
  margin: 0;
  padding: 0;
}

.worktimeMonthPicker > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2px 0;
}

.worktimeMonthPicker > * > * {
  margin: 0 2px;
}

.worktimeMonthPicker__prev, .worktimeMonthPicker__next, .worktimeMonthPicker__month, .worktimeMonthPicker__today {
  cursor: pointer;
  border-radius: 4px;
}

.worktimeMonthPicker__prev:hover, .worktimeMonthPicker__next:hover, .worktimeMonthPicker__month:hover, .worktimeMonthPicker__today:hover {
  background: #eee;
}

.worktimeMonthPicker__prev.is-selected, .worktimeMonthPicker__next.is-selected, .worktimeMonthPicker__month.is-selected, .worktimeMonthPicker__today.is-selected {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.worktimeMonthPicker__prev.is-selected:hover, .worktimeMonthPicker__next.is-selected:hover, .worktimeMonthPicker__month.is-selected:hover, .worktimeMonthPicker__today.is-selected:hover {
  background-color: #204d74;
  border-color: #122b40;
}

.worktimeMonthPicker__prev, .worktimeMonthPicker__next, .worktimeMonthPicker__year, .worktimeMonthPicker__today {
  padding: 2px 16px;
}

.worktimeMonthPicker__year, .worktimeMonthPicker__today {
  flex-grow: 1;
  font-weight: bold;
}

.worktimeMonthPicker__year::after {
  content: "年";
}

.worktimeMonthPicker__months {
  flex-wrap: wrap;
}

.worktimeMonthPicker__month {
  flex-basis: 37px;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0 4px;
  line-height: 40px;
}

.worktimeMonthPicker__month::after {
  content: "月";
}

.storeDetail__name {
  font-size: 18px;
  font-size: 1.8rem;
  background: #d9f3ff;
  color: #005c86;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .storeDetail__name {
    margin-top: 0;
  }
}

.storeDetail__reserve {
  padding: 0 30px;
}

@media (min-width: 768px) {
  .storeDetail__reserve {
    text-align: center;
  }
}

.storeDetail__heading {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.storeDetail__heading > a {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
}

.storeDetail__infoTable {
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  .storeDetail__infoTable {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}

.storeDetail__infoTable th {
  padding: 3px 5px;
  background: #dff5ff;
  color: #2c7394;
  text-align: center;
  width: 5em;
  border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {
  .storeDetail__infoTable th {
    padding: 5px 10px;
    width: 10em;
  }
}

.storeDetail__infoTable td {
  padding: 3px 5px;
  border-bottom: 2px solid #fff;
  background: #fafafa;
}

@media (min-width: 768px) {
  .storeDetail__infoTable td {
    padding: 5px 10px;
  }
}

.storeDetail__map {
  margin-bottom: 10px;
}

.storeDetail__map > iframe {
  width: 100% !important;
  height: 250px;
}

@media (min-width: 768px) {
  .storeDetail__map > iframe {
    height: 300px;
  }
}

.storeDetail__image {
  font-size: 0;
}

.storeDetail__image .storeDetail__item {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4vw;
  vertical-align: top;
}

@media (min-width: 768px) {
  .storeDetail__image .storeDetail__item {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 30px;
  }
}

.storeDetail__image .storeDetail__item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .storeDetail__image .storeDetail__item:nth-child(2n) {
    margin-right: 1%;
  }
}

@media (min-width: 768px) {
  .storeDetail__image .storeDetail__item:nth-child(4n) {
    margin-right: 0;
  }
}

.storeDetail__image .storeDetail__item > img {
  width: 100%;
}

.storeDetail__preline {
  white-space: pre-line;
  word-break: break-all;
}

.storeDetail__accessDesc {
  margin-left: 0.5em;
  line-height: 1.3;
  font-size: 2.5vw;
  margin-top: 1.0vw;
}

@media (min-width: 768px) {
  .storeDetail__accessDesc {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
}

.movie__listItem {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.movie__listItem:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.movie__listContent {
  position: relative;
  padding-bottom: 56.25%;
}

.movie__listContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie__listTitle {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
  border-left: 5px solid #03a9f4;
  font-weight: bold;
}

.terms__subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px 0;
  background: #dcf4ff;
  color: #226280;
}

@media (min-width: 768px) {
  .terms__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0;
  }
}

.terms__sectionTitle {
  font-size: 14px;
  font-size: 1.4rem;
  color: #226280;
  border-bottom: 1px dotted #cccccc;
  margin: 13px 0 10px 0;
  padding: 0 0 3px 0;
}

@media (min-width: 768px) {
  .terms__sectionTitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 24px 0 10px 0;
  }
}

.terms__sectionItem {
  margin-left: 0.5em;
}

.terms__sectionItem > li {
  text-indent: -1em;
  margin: 0.3em 0 0.2em 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .terms__sectionItem > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.terms__history {
  margin-bottom: 15px;
  padding: 15px;
  background: #eaf8ff;
}

.terms__historyTitle {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .terms__historyTitle {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.terms__historyItem {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-left: 0;
}

@media (min-width: 768px) {
  .terms__historyItem {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.terms__env {
  padding: 15px;
  background: #eaf8ff;
}

.terms__envItem {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  margin-left: 0;
}

@media (min-width: 768px) {
  .terms__envItem {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.terms__list {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  display: block;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .terms__list {
    display: table;
    margin-bottom: 20px;
    padding: 0;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.terms__list tbody {
  display: block;
}

@media (min-width: 768px) {
  .terms__list tbody {
    display: table-row-group;
  }
}

.terms__list tbody td {
  display: block;
  padding: 0;
}

@media (min-width: 768px) {
  .terms__list tbody td {
    padding: 10px;
    display: table-cell;
    border: 1px solid #e2e2e2;
  }
}

.terms__list tbody td > span {
  display: inline-block !important;
  width: 6em;
  margin: 3px 0;
  background: #03a9f4;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  padding: 2px 4px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 0.75em;
}

@media (min-width: 768px) {
  .terms__list tbody td > span.for-sp {
    display: none !important;
  }
}

.terms__listHeaderRow {
  display: none;
}

@media (min-width: 768px) {
  .terms__listHeaderRow {
    display: table-row;
  }
}

.terms__listHeaderRow th {
  display: block;
  background: #efefef;
}

@media (min-width: 768px) {
  .terms__listHeaderRow th {
    display: table-cell;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.terms__listBodyRow {
  position: relative;
  display: block;
  width: 100%;
  background: #f3f3f3;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #dedede;
  transition: all ease 0.2s;
  cursor: pointer;
}

.terms__listBodyRow:before, .terms__listBodyRow:after {
  content: " ";
  display: table;
}

.terms__listBodyRow:after {
  clear: both;
}

@media (min-width: 768px) {
  .terms__listBodyRow {
    position: static;
    display: table-row;
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
  .terms__listBodyRow:before, .terms__listBodyRow:after {
    display: none;
  }
  .terms__listBodyRow:hover {
    background: #fffbd4;
    cursor: pointer;
  }
  .terms__listBodyRow:active {
    background: #fff165;
  }
}

.terms__marker {
  background: linear-gradient(transparent 5%, #ffff00 5%);
}

.faq__list li {
  border-bottom: 1px solid #eee;
  position: relative;
}

.faq__item--question {
  background: #fff;
  position: relative;
  transition: all ease 0.3s;
}

.faq__item--question:hover {
  opacity: 0.5;
}

.faq__item--question:before {
  content: "Q";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #03a9f4;
  color: #fff;
  text-align: center;
  line-height: 22px;
}

.faq__item--question > a {
  display: block;
  padding: 15px 25px 15px 50px;
  text-decoration: none;
  color: #666;
  transition: opacity ease .3s;
}

.faq__item--question > a p {
  margin: 0;
}

.faq__item--question:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  font-size: 2rem;
  margin-top: -1.8rem;
  transition: all ease .3s;
  transform: rotate(0);
}

.faq__item--answer {
  display: none;
  padding: 25px 25px 25px 50px;
  position: relative;
  background: #fffbec;
  box-shadow: inset 0px 7px 5px -5px rgba(0, 0, 0, 0.08);
}

.faq__item--answer:before {
  content: "A";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff8f8f;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.faq__item--answer div ul {
  margin: 10px 0 10px 10px;
}

.faq__item--answer div ul li {
  border: none;
  margin: 5px 0;
}

.faq__item--answer div a {
  word-break: break-all;
}

.errorPage {
  padding: 25px 0 20px 0;
}

.errorPage__icon {
  text-align: center;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1.0;
  color: #ff9800;
  margin-bottom: 10px;
}

.errorPage__status {
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.2;
  color: #00aff7;
}

.errorPage__en {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #00aff7;
}

.errorPage__jp {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

#tablet-app {
  margin-bottom: 36px;
  background: transparent;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  font-size: 1.6rem;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app {
    font-size: 1.3rem;
  }
}

#tablet-app #container {
  background: transparent;
}

#tablet-app #gnavi {
  display: none;
}

#tablet-app .header__wrapper {
  width: 100%;
  max-width: 1280px;
}

#tablet-app .header__row {
  min-height: 44px;
}

#tablet-app .header__bar {
  top: 6px;
}

#tablet-app .telephone > img {
  width: unset;
}

@media (min-width: 768px) {
  #tablet-app .telephone {
    padding: 8px 10px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app .telephone {
    padding: 10px 10px 0 0;
  }
}

#tablet-app #container {
  width: 100%;
  max-width: 1280px;
  padding-top: 110px;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app #container {
    padding-top: 90px;
  }
}

#tablet-app #content {
  padding-top: 0;
  width: 100%;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

#tablet-app #content .buttonset {
  display: none;
}

#tablet-app .seatSelect__title {
  font-size: inherit;
  margin-bottom: 10px;
}

#tablet-app .seatSelect__title i.fa {
  color: #fff;
}

#tablet-app .ui-dialog {
  width: 70% !important;
  height: 500px !important;
  top: 10px !important;
  bottom: 10px !important;
}

#tablet-app .ui-dialog-title, #tablet-app .ui-dialog-content {
  font-size: 2.0rem;
}

#tablet-app .ui-dialog-buttonpane .button {
  font-size: inherit;
  padding: 10px 14px;
}

#tablet-app .storeInfo__name {
  font-size: 2rem;
  margin-bottom: 0;
}

#tablet-app .storeInfo__name > strong {
  font-size: 2rem;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app .storeInfo__name {
    font-size: 1.5rem;
  }
  #tablet-app .storeInfo__name > strong {
    font-size: 1.5rem;
  }
}

#tablet-app .dayChange {
  padding: 8px;
  position: relative;
  top: 3px;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app .dayChange {
    margin-bottom: 5px;
    top: unset;
  }
}

#tablet-app .dayChange__item--date {
  font-size: 2rem;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app .dayChange__item--date {
    font-size: 1.5rem;
  }
}

#tablet-app .examples {
  padding: 8px;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app .examples {
    font-size: 1.0rem;
    padding: 10px;
  }
}

#tablet-app .examples__item, #tablet-app .examples__item--empty, #tablet-app .examples__item--na, #tablet-app .examples__item--reserve, #tablet-app .examples__item--others, #tablet-app .examples__item--dedicated, #tablet-app .examples__item--stopped, #tablet-app .examples__item--key, #tablet-app .examples__item--monitor {
  font-size: inherit;
  vertical-align: middle;
}

#tablet-app .examples__item:before, #tablet-app .examples__item--empty:before, #tablet-app .examples__item--na:before, #tablet-app .examples__item--reserve:before, #tablet-app .examples__item--others:before, #tablet-app .examples__item--dedicated:before, #tablet-app .examples__item--stopped:before, #tablet-app .examples__item--key:before, #tablet-app .examples__item--monitor:before, #tablet-app .examples__item i, #tablet-app .examples__item--empty i, #tablet-app .examples__item--na i, #tablet-app .examples__item--reserve i, #tablet-app .examples__item--others i, #tablet-app .examples__item--dedicated i, #tablet-app .examples__item--stopped i, #tablet-app .examples__item--key i, #tablet-app .examples__item--monitor i {
  margin-right: 10px;
}

#tablet-app .examples--icon {
  padding: 8px;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app .examples--icon {
    padding: 5px;
  }
}

#tablet-app .infoLink {
  display: none;
}

#tablet-app.satellite .examples--icon {
  display: none;
}

#tablet-app.satellite #search-dedicated-d {
  display: none;
}

#tablet-app .resourceTable {
  min-height: 440px;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app .resourceTable {
    min-height: 300px;
  }
}

#tablet-app #datepicker-use-date {
  display: none;
}

#tablet-app .seats-map-confirm {
  position: relative;
}

#tablet-app .seats-map-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#tablet-app #search-dedicated-d {
  font-size: inherit;
  padding: 10px 14px;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app #search-dedicated-d {
    padding: 6px 9px;
  }
}

#tablet-app #seats-map-open {
  font-size: inherit;
  padding: 10px 14px;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app #seats-map-open {
    padding: 6px 9px;
  }
}

#tablet-app #tablet-logout {
  font-size: inherit;
  padding: 10px 14px;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app #tablet-logout {
    padding: 6px 9px;
  }
}

#tablet-app #tablet-enter {
  height: 95px;
  width: 95px;
  top: -50px;
  border: solid 5px #ffbb01;
  border-radius: 100%;
  background: -webkit-gradient(radial, 30% 30%, 10, 50% 50%, 60, from(#ffce03), to(#e25c05));
  font-size: inherit;
  font-weight: bold;
  color: #fff;
  position: relative;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tablet-app #tablet-enter {
    height: 75px;
    width: 75px;
    top: -40px;
  }
}

#tablet-app .resourceTable__table thead .resourceTable__headerDate,
#tablet-app .resourceTable__table thead td, #tablet-app .resourceTable__table tbody .resourceTable__nameCell,
#tablet-app .noty_body {
  font-size: inherit;
}

#tablet-app .resourceTable__table tbody .resourceTable__cell > a {
  width: 84px;
}

@media screen and (max-width: 1200px) {
  #tablet-app .resourceTable__table tbody .resourceTable__cell > a {
    width: 72px;
  }
}

#tablet-app .resourceTable__table.satellite tbody .resourceTable__nameCell {
  min-width: 240px;
  padding-right: 5px;
}

#tablet-app #from-to-time select {
  min-width: 60px;
  background: #fff;
}

#tablet-app #check-kidsroom-label {
  display: inline;
}

#tablet-app #check-kidsroom-label #check-kidsroom {
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
  margin-right: 1rem;
}

#tablet-app #check-kidsroom-label #check-kidsroom-text {
  vertical-align: middle;
}

#tablet-app #kidsroom-ui .kids-age {
  padding-top: 0;
  padding-bottom: 0;
  font-size: inherit;
}

#tablet-app footer {
  min-height: 36px;
  border-top: none;
}

@media (min-width: 768px) {
  #tablet-app footer .footer-wrapper {
    width: 100%;
  }
}

#tablet-app .banner__ssl {
  display: none;
}

#tablet-app .footer__link {
  display: none;
}

#tablet-app .logo {
  padding: 6px 0 0 10px;
}

@media (min-width: 768px) {
  #tablet-app .logo {
    padding: 6px 0 0 0;
  }
}

#tablet-app .logo a {
  height: 32px;
  pointer-events: none;
  display: none;
}

#tablet-app #loader-content {
  height: calc(100% - 44px);
  top: 44px;
}

#tablet-app .menu__toggle {
  height: 44px;
}

#tablet-app .menu__toggle span {
  bottom: 3px;
}

@media (min-width: 768px) {
  #tablet-app .gnavi {
    margin-top: 44px;
  }
}

#tablet-app .gnavi.open {
  top: 44px;
}

#tablet-app .land-title {
  font-size: 2.0rem;
  display: inline-block;
  vertical-align: middle;
}

#tablet-app .port-title {
  font-size: 2.0rem;
  display: none;
  vertical-align: middle;
}

#tablet-app.portrait {
  font-size: 1.8rem;
}

#tablet-app.portrait #container {
  padding-top: 80px;
}

#tablet-app.portrait #content {
  padding-left: 0;
  padding-right: 0;
}

#tablet-app.portrait .indent {
  padding-left: 15px;
  padding-right: 15px;
}

#tablet-app.portrait .seatSelect__title {
  margin-top: unset;
}

#tablet-app.portrait .land-title {
  font-size: 2.5rem;
  display: none;
  vertical-align: middle;
  margin: 7px 0;
}

#tablet-app.portrait .port-title {
  font-size: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0;
}

#tablet-app.portrait #seats-map-open,
#tablet-app.portrait #search-dedicated-d,
#tablet-app.portrait #tablet-enter {
  display: none;
}

#tablet-app.portrait #tablet-logout {
  padding: 10px 14px;
}

#tablet-app.portrait #tablet-logout.button {
  width: auto;
}

#tablet-app.portrait .storeInfo__name {
  font-size: 2rem;
}

#tablet-app.portrait .storeInfo__name > strong {
  font-size: 2rem;
}

#tablet-app.portrait .dayChange {
  float: none;
  padding: 0;
}

#tablet-app.portrait .dayChange__item--date {
  font-size: 2rem;
}

#tablet-app.portrait .examples {
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px;
  float: none;
}

#tablet-app.portrait .examples__item, #tablet-app.portrait .examples__item--empty, #tablet-app.portrait .examples__item--na, #tablet-app.portrait .examples__item--reserve, #tablet-app.portrait .examples__item--others, #tablet-app.portrait .examples__item--dedicated, #tablet-app.portrait .examples__item--stopped, #tablet-app.portrait .examples__item--key, #tablet-app.portrait .examples__item--monitor {
  vertical-align: middle;
}

#tablet-app.portrait .examples--icon {
  display: none;
}

#tablet-app.portrait .resourceTable__table {
  width: 100%;
}

#tablet-app.portrait .reserveConfirm .reserveDialog__table tr.division-name-row {
  display: none;
}

#tablet-app.portrait .ui-dialog {
  position: fixed !important;
  width: auto !important;
  height: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

#tablet-app.portrait .ui-dialog-buttonpane .button {
  width: auto;
}

#tablet-app.portrait .resourceTable {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: 580px;
}

@media (min-width: 980px) {
  #tablet-app.portrait .resourceTable {
    height: 610px;
  }
}

#tablet-app.portrait .resourceTable__table tbody .resourceTable__hour {
  width: 90px;
  height: 90px;
  background-color: #dcf4ff;
  font-weight: inherit;
}

#tablet-app.portrait .resourceTable__table tbody .resourceTable__cell > a {
  width: 100%;
}

#tablet-app.portrait .resourceTable__table tbody .resourceTable__cell > a div {
  display: inline-block;
  width: 100%;
  height: 25%;
  background: #e6e6e6;
  border-bottom: 1px dotted #ddd;
  transition: all ease 0.2s;
}

#tablet-app.portrait .resourceTable__table tbody .resourceTable__cell > a div.is-na {
  background: #e6e6e6;
}

#tablet-app.portrait .resourceTable__table tbody .resourceTable__cell > a div.is-active {
  background: #fff;
}

#tablet-app.portrait .resourceTable__table tbody .resourceTable__cell > a div.is-reserved {
  background: #ff9c9c;
  border-right: 1px dotted #e47272;
}

#tablet-app.portrait .resourceTable__table tbody .resourceTable__cell > a div.is-others {
  background: #cbf1d3;
  border-right: 1px dotted #8fc79b;
}

#tablet-app.portrait .resourceTable__table tbody .resourceTable__cell > a div:last-child {
  border-bottom: none;
}

#tablet-app.portrait .kidsRoom__add .button {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 2.0;
}

#tablet-app.portrait .menu,
#tablet-app.portrait .header__contact {
  display: none;
}

#tablet-app.portrait .telephone:not(.is-hide) {
  display: block !important;
  padding: 8px 10px 0 0;
  text-align: right;
}

@media (min-width: 768px) {
  #tablet-app.portrait .telephone:not(.is-hide) {
    padding: 10px 10px 0 0;
  }
}

#tablet-app.portrait .shopDetailRemarks {
  margin-top: 10px;
}

#tablet-app.portrait .shopDetailRemarks > div {
  max-height: none;
}

#tablet-app.portrait footer {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.top-banner {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .top-banner {
    margin-top: 20px;
  }
}

.top-banner__item {
  text-align: center;
  margin-bottom: 7px;
}

.top-banner__item img {
  width: 100%;
}

#maintenance #content {
  padding-top: 65px;
  padding-bottom: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  #maintenance #content {
    padding: 65px 0 0 0;
  }
}

.creditCardChangeForm__button {
  margin: 20px auto 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .creditCardChangeForm__button {
    width: 35%;
    margin: 20px auto;
  }
}

@media (min-width: 768px) {
  .creditCard__form tbody tr th {
    width: 220px;
  }
}

.credit_card_agreement {
  margin: 2em 0.5em;
  text-align: left;
}

.agreement__flg {
  text-align: center;
  font-size: 23px;
  margin: 0.5em;
}

.creditCard__change {
  width: 100%;
  padding: 20px 0;
}

#creditCardName-save-btn {
  min-width: 7em;
  margin-top: 2px;
}

.ui-dialog.creditCardForm {
  height: 270px !important;
}

@media screen and (max-width: 480px) {
  .tmodal_dialog {
    z-index: 15002 !important;
    margin: 70px auto !important;
  }
}

.leave__notice {
  margin-top: 2em;
  margin-bottom: 2em;
}

.payment__header {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .payment__header {
    flex-direction: row;
  }
}

.payment__monthly {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.payment__monthly > i {
  font-size: 2.0rem;
  margin-right: 8px;
  color: #00aff7;
}

.payment__monthly > input {
  margin-left: 1rem;
  border: 2px solid #00aff7;
  background-color: #fff !important;
  width: 100px !important;
}

.payment__buttons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .payment__buttons {
    margin-top: 0;
    margin-left: 4px;
  }
}

.payment__buttons > button {
  width: auto;
  margin-left: 6px;
}

.payment__buttons > button:first-child {
  margin-left: 0;
}

.payment__conditionsTitle {
  margin: 0;
  text-align: center;
}

.payment__list {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  display: block;
  padding: 15px;
  background: #f0f0f0;
}

@media (min-width: 768px) {
  .payment__list {
    display: table;
    margin-bottom: 20px;
    padding: 0;
    background: #fff;
  }
}

.payment__list tbody {
  display: block;
}

@media (min-width: 768px) {
  .payment__list tbody {
    display: table-row-group;
  }
}

.payment__listHeaderRow {
  display: none;
}

@media (min-width: 768px) {
  .payment__listHeaderRow {
    display: table-row;
  }
}

.payment__listHeaderRow th {
  display: block;
  background: #cef0ff;
}

@media (min-width: 768px) {
  .payment__listHeaderRow th {
    display: table-cell;
    border: 1px solid #b3dcef;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.payment__listBodyCell, .payment__listBodyCell--number, .payment__listBodyCell--date, .payment__listBodyCell--start, .payment__listBodyCell--end, .payment__listBodyCell--store, .payment__listBodyCell--division, .payment__listBodyCell--time, .payment__listBodyCell--unit, .payment__listBodyCell--total, .payment__listBodyCell--tax, .payment__listBodyCell--status {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  transition: all ease 0.2s;
}

@media (min-width: 768px) {
  .payment__listBodyCell, .payment__listBodyCell--number, .payment__listBodyCell--date, .payment__listBodyCell--start, .payment__listBodyCell--end, .payment__listBodyCell--store, .payment__listBodyCell--division, .payment__listBodyCell--time, .payment__listBodyCell--unit, .payment__listBodyCell--total, .payment__listBodyCell--tax, .payment__listBodyCell--status {
    width: auto;
    display: table-cell;
    float: none;
    border: 1px solid #ddd;
    padding: 10px 0;
  }
}

.payment__listBodyCell--number {
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #3b6b82;
  width: 100%;
  height: 20px;
  text-align: left;
}

@media (min-width: 768px) {
  .payment__listBodyCell--number {
    width: auto;
    position: static;
    background: none;
    width: 90px;
    text-align: center;
  }
}

.payment__listBodyCell--number > a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .payment__listBodyCell--number > a {
    color: #333;
  }
}

.payment__listBodyCell--date {
  width: 100%;
}

@media (min-width: 768px) {
  .payment__listBodyCell--date {
    width: 90px;
    text-align: center;
  }
}

.payment__listBodyCell--start {
  width: 50%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cce1ea;
}

@media (min-width: 768px) {
  .payment__listBodyCell--start {
    width: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
}

.payment__listBodyCell--end {
  width: 50%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cce1ea;
}

@media (min-width: 768px) {
  .payment__listBodyCell--end {
    width: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
}

.payment__listBodyCell--store {
  width: 100%;
}

@media (min-width: 768px) {
  .payment__listBodyCell--store {
    width: 90px;
    text-align: center;
  }
}

.payment__listBodyCell--division {
  width: 100%;
}

@media (min-width: 768px) {
  .payment__listBodyCell--division {
    width: 135px;
    text-align: center;
  }
}

.payment__listBodyCell--time {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cce1ea;
}

@media (min-width: 768px) {
  .payment__listBodyCell--time {
    width: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
}

.payment__listBodyCell--unit {
  width: 100%;
}

@media (min-width: 768px) {
  .payment__listBodyCell--unit {
    width: 60px;
    text-align: right;
    margin: 0;
    padding: 0 4px 0 0;
    border-bottom: 1px solid #ddd;
  }
}

.payment__listBodyCell--total {
  width: 100%;
}

@media (min-width: 768px) {
  .payment__listBodyCell--total {
    width: 60px;
    text-align: right;
    margin: 0;
    padding: 0 4px 0 0;
    border-bottom: 1px solid #ddd;
  }
}

.payment__listBodyCell--tax {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cce1ea;
}

@media (min-width: 768px) {
  .payment__listBodyCell--tax {
    width: 60px;
    text-align: right;
    margin: 0;
    padding: 0 4px 0 0;
    border-bottom: 1px solid #ddd;
  }
}

.payment__listBodyCell--status {
  width: 100%;
}

@media (min-width: 768px) {
  .payment__listBodyCell--status {
    width: 135px;
    text-align: center;
  }
}

.cancelled .payment__listBodyCell--number {
  background: #867254;
}

@media (min-width: 768px) {
  .cancelled .payment__listBodyCell--number {
    background: #ffc107;
  }
}

@media (min-width: 768px) {
  .cancelled:hover .payment__listBodyCell--number {
    background: #ffd969;
  }
}

.cancelled .payment__listBodyCell--start, .cancelled .payment__listBodyCell--end {
  border-bottom: 1px solid #d49333;
}

@media (min-width: 768px) {
  .cancelled .payment__listBodyCell--start, .cancelled .payment__listBodyCell--end {
    border-bottom: 1px solid #ddd;
  }
}

.payment__cardDate, .payment__cardStart, .payment__cardEnd, .payment__cardStore, .payment__cardDivision, .payment__cardTime, .payment__cardUnit, .payment__cardTotal, .payment__cardTax, .payment__cardStatus {
  display: inline-block;
  width: 8em;
  margin-right: 5px;
  text-align: center;
  color: #578398;
  background: #c4e1ef;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  top: 2px;
}

@media (min-width: 768px) {
  .payment__cardDate, .payment__cardStart, .payment__cardEnd, .payment__cardStore, .payment__cardDivision, .payment__cardTime, .payment__cardUnit, .payment__cardTotal, .payment__cardTax, .payment__cardStatus {
    display: none;
  }
}

.cancelled .payment__cardDate, .cancelled .payment__cardStart, .cancelled .payment__cardEnd, .cancelled .payment__cardStore, .cancelled .payment__cardDivision, .cancelled .payment__cardTime, .cancelled .payment__cardUnit, .cancelled .payment__cardTotal, .cancelled .payment__cardTax, .cancelled .payment__cardStatus {
  background: #ffd9a0;
  color: #905e15;
}

.payment__cardNumber {
  color: #fff;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
}

@media (min-width: 768px) {
  .payment__cardNumber {
    display: none;
  }
}

.payment__cardNumber:after {
  content: ":";
  margin-left: 3px;
}

.payment__listBodyRow {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  margin: 0 0 15px 0;
  padding: 30px 10px 10px 10px;
  border-radius: 3px;
  box-shadow: 0 2px 1px #cddee6;
  transition: all ease 0.2s;
  cursor: pointer;
}

.payment__listBodyRow:before, .payment__listBodyRow:after {
  content: " ";
  display: table;
}

.payment__listBodyRow:after {
  clear: both;
}

@media (min-width: 768px) {
  .payment__listBodyRow {
    position: static;
    display: table-row;
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
  .payment__listBodyRow:before, .payment__listBodyRow:after {
    display: none;
  }
  .payment__listBodyRow:hover {
    background: #fffbd4;
    cursor: pointer;
  }
  .payment__listBodyRow:active {
    background: #fff165;
  }
}

@media (min-width: 768px) {
  .payment__listBodyRow:nth-child(even) {
    background: #f8f9f9;
  }
  .payment__listBodyRow:nth-child(even):hover {
    background: #fffbd4;
    cursor: pointer;
  }
  .payment__listBodyRow:nth-child(even):active {
    background: #fff165;
  }
}

.payment__listBodyRow.cancelled {
  background: #ffc107;
}

@media (min-width: 768px) {
  .payment__listBodyRow.cancelled {
    border: 1px solid #e89c2a;
  }
}

@media (min-width: 768px) {
  .payment__listBodyRow.cancelled:hover {
    background: #ffd969;
  }
}

.payment__form {
  width: 100%;
}

@media (min-width: 768px) {
  .payment__form {
    margin-bottom: 10px;
  }
}

.payment__form tr {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .payment__form tr {
    display: table-row;
    width: auto;
  }
}

.payment__form th {
  display: block;
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  .payment__form th {
    display: table-cell;
    width: 12%;
    padding: 5px 8px;
  }
}

.payment__form td {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .payment__form td {
    display: table-cell;
    width: 38%;
    padding: 2px 8px;
  }
}

.payment__form .payment__formBodyCell--fromto #date_from {
  width: 49%;
}

@media (min-width: 768px) {
  .payment__form .payment__formBodyCell--fromto #date_from {
    width: 140px;
    margin-right: 10px;
  }
}

.payment__form .payment__formBodyCell--fromto #date_to {
  width: 49%;
  margin-left: 2%;
}

@media (min-width: 768px) {
  .payment__form .payment__formBodyCell--fromto #date_to {
    width: 140px;
    margin-right: 10px;
  }
}

.payment__icon--cancelled {
  background: #ffc107;
  font-size: 1.4rem;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 3px 8px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .payment__icon--cancelled {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
  }
}

.payment__footer {
  text-align: right;
}

.payment__footerBlock {
  display: inline-block;
  border-bottom: 2px solid #0000ff;
}

.payment__footerLabel {
  display: inline-block;
}

.payment__footerSum {
  display: inline-block;
  font-size: 2.4rem;
  min-width: 8em;
  padding-right: 0.5em;
}

.paymentMonthPicker {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  user-select: none;
  margin: 0;
  padding: 0;
}

.paymentMonthPicker * {
  margin: 0;
  padding: 0;
}

.paymentMonthPicker > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2px 0;
}

.paymentMonthPicker > * > * {
  margin: 0 2px;
}

.paymentMonthPicker__prev, .paymentMonthPicker__next, .paymentMonthPicker__month, .paymentMonthPicker__today {
  cursor: pointer;
  border-radius: 4px;
}

.paymentMonthPicker__prev:hover, .paymentMonthPicker__next:hover, .paymentMonthPicker__month:hover, .paymentMonthPicker__today:hover {
  background: #eee;
}

.paymentMonthPicker__prev.is-selected, .paymentMonthPicker__next.is-selected, .paymentMonthPicker__month.is-selected, .paymentMonthPicker__today.is-selected {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.paymentMonthPicker__prev.is-selected:hover, .paymentMonthPicker__next.is-selected:hover, .paymentMonthPicker__month.is-selected:hover, .paymentMonthPicker__today.is-selected:hover {
  background-color: #204d74;
  border-color: #122b40;
}

.paymentMonthPicker__prev, .paymentMonthPicker__next, .paymentMonthPicker__year, .paymentMonthPicker__today {
  padding: 2px 16px;
}

.paymentMonthPicker__year, .paymentMonthPicker__today {
  flex-grow: 1;
  font-weight: bold;
}

.paymentMonthPicker__year::after {
  content: "年";
}

.paymentMonthPicker__months {
  flex-wrap: wrap;
}

.paymentMonthPicker__month {
  flex-basis: 37px;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0 4px;
  line-height: 40px;
}

.paymentMonthPicker__month::after {
  content: "月";
}

.signupRequest__notice {
  margin: 2em 1em;
  text-align: left;
}

.signupRequest__notice .signupRequest__overview {
  font-size: 140%;
}

.signupRequest__consent {
  margin: 2em 1em;
  text-align: left;
}

/* Theme
   ------------------------ */
/* 個人利用
   ------------------------ */
#limit-site .sidebar__application {
  text-align: center;
  background-color: #fce4d6;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  padding: 10px 7px;
  font-size: 1.4rem;
  color: black;
}

@media (min-width: 768px) {
  #limit-site .sidebar__application {
    font-size: 1.2rem;
  }
}

#limit-site .sidebar__application a {
  display: block;
  font-size: 1.8rem;
  white-space: normal;
  text-decoration: underline;
}

#limit-site .sidebar__application .attention-icon {
  float: left;
  margin-right: 2px;
}

#limit-site .sidebar__application .attention-icon, #limit-site .sidebar__application .attention {
  display: flex;
  text-align: left;
}

#limit-site .rikunabi .sidebar__title {
  background-color: #ff7a07;
}

#limit-site .rikunabi .sidebar__submenuItem > a {
  background-color: #ffd5b1;
  border-top-color: #ffac65;
}

#limit-site .logo a {
  background: url(../img/limit-logo-sp.svg) 0 0/contain no-repeat;
}

@media (min-width: 768px) {
  #limit-site .logo a {
    background: url(../img/limit-logo.svg) 0 0/contain no-repeat;
  }
}

#limit-site .rikunabi-terms a:link, #limit-site .rikunabi-terms a:visited {
  color: #ff7a07;
}

#limit-site .rikunabi-terms a:hover, #limit-site .rikunabi-terms a:active {
  color: #ff8f36;
}

#limit-site .storeDetail__name {
  position: relative;
}

#limit-site .storeDetail__name .rikunabi-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35%;
  padding: 8px;
  font-size: 0;
  text-align: right;
}

@media (min-width: 768px) {
  #limit-site .storeDetail__name .rikunabi-icon {
    width: unset;
  }
}

#limit-site .storeDetail__name .rikunabi-icon > img {
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  #limit-site .storeDetail__name .rikunabi-icon > img {
    width: unset;
  }
}

#limit-site .gnavi__wrapper {
  height: 75vh;
}

@media (min-width: 768px) {
  #limit-site .gnavi__wrapper {
    height: auto;
  }
}

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