@charset "UTF-8";


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-family: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input:focus,
textarea:focus {
  outline: none;
}

pre {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  white-space: pre\9;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

input,
button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
  background: inherit;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

*,
:before,
:after {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?70772057');
  src: url('../font/fontello.eot?70772057#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?70772057') format('woff'),
       url('../font/fontello.ttf?70772057') format('truetype'),
       url('../font/fontello.svg?70772057#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?70772057#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-link:before { content: '\e800'; } /* '' */
.icon-home:before { content: '\e801'; } /* '' */
.icon-apple:before { content: '\e802'; } /* '' */
.icon-globe:before { content: '\e803'; } /* '' */
.icon-up-open-mini:before { content: '\e804'; } /* '' */
.icon-down-open-mini:before { content: '\e805'; } /* '' */
.icon-down-open-big:before { content: '\e806'; } /* '' */
.icon-left-open-big:before { content: '\e807'; } /* '' */
.icon-right-open-big:before { content: '\e808'; } /* '' */
.icon-up-open-big:before { content: '\e809'; } /* '' */
.icon-left-open-mini:before { content: '\e80a'; } /* '' */
.icon-right-open-mini:before { content: '\e80b'; } /* '' */
.icon-user-2:before { content: '\e80c'; } /* '' */
.icon-resize-full:before { content: '\e80d'; } /* '' */
.icon-resize-full-alt:before { content: '\e80e'; } /* '' */
.icon-rss:before { content: '\e80f'; } /* '' */
.icon-twitter:before { content: '\e810'; } /* '' */
.icon-bookmarks:before { content: '\e811'; } /* '' */
.icon-facebook:before { content: '\e812'; } /* '' */
.icon-user:before { content: '\e813'; } /* '' */
.icon-torso:before { content: '\e814'; } /* '' */
.icon-megaphone:before { content: '\e815'; } /* '' */
.icon-export:before { content: '\e816'; } /* '' */
.icon-mobile:before { content: '\e817'; } /* '' */



::-moz-selection {
  color: #fff;
  background: #1abc9c;
}

::selection {
  color: #fff;
  background: #1abc9c;
}

.container,
.row {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.container:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

[class*="g-"] {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  min-height: 1px;
}

.g-3 {
  width: 33.333333%;
}

.g-6 {
  width: 50%;
}


.g-12 {
  width: 100%;
}

@media (max-width: 480px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 720px;
  }
}

@media (max-width: 959px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .container {
    width: 980px;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (min-width: 1201px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 480px) {
  .container.narrow-container {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .container.narrow-container {
    width: 100%;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .container.narrow-container {
    width: 720px;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .container.narrow-container {
    width: 720px;
  }
}

@media (min-width: 1201px) {
  .container.narrow-container {
    width: 720px;
  }
}

@media (max-width: 468px) {
  [class*="g-"] {
    width: 100%;
  }
}

@media (max-width: 768px) {
  [class*="g-"] {
    width: 100%;
  }
}

* {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body {
  background: url(../img/bg.jpg) center center fixed no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
  line-height: 1.8;
  color: #555555;
  font-size: 14px;
  font-family: "Open Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 959px) {
  body {
    background: none;
  }
}

a {
  color: #1abc9c;
}

a:hover {
  color: #47c9af;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

.top-wrapper {
  width: 100%;
  display: block;
  padding: 0;
  background: url(../img/bg.jpg) center top fixed no-repeat;
}

@media (max-width: 959px) {
  .top-wrapper {
    background: url(../img/bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
  }
}

header#header {
  background: rgba(255, 255, 255, 0.2);
  padding: 100px 0 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  header#header {
    padding: 60px 0 0;
  }
}

header#header h1 {
  overflow: hidden;
  margin: 0 auto;
  width: 266px;
  height: 201px;
  background: url(../img/logo.png) no-repeat;
}

header#header h1:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

@media (max-width: 480px) {
  header#header h1 {
    width: 60%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

header#header span {
  color: #fff;
  letter-spacing: 3px;
  margin: 20px 0 10px;
  display: block;
}

nav {
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 10px 0;
  width: 100%;
  position: relative;
  z-index: 100;
}

nav ul {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

nav ul li {
  float: left;
  list-style: none;
  margin: 0 10px;
}

@media (max-width: 480px) {
  nav ul li {
    float: none;
  }
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 4px;
  font-size: 16px;
}

nav ul li a:hover {
  color: #fff;
}

nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
}

@media (max-width: 480px) {
  nav.fixed {
    position: relative;
    top: auto;
    left: auto;
    border: none;
    background: rgba(255, 255, 255, 0.2);
  }
}

nav.fixed ul li {
  margin: 0 20px;
}

@media (max-width: 480px) {
  nav.fixed ul li {
    margin: 0 10px;
  }
}

nav.fixed ul li a {
  color: #444;
  font-size: 24px;
}

@media (max-width: 480px) {
  nav.fixed ul li a {
    font-size: 16px;
  }
}

body > section {
  text-align: center;
  margin: 250px 0;
  padding: 0;
}

@media (max-width: 959px) {
  body > section {
    margin: 0;
  }
}

body > section header {
  width: 100%;
  background: white url() no-repeat;
  padding: 100px 0 70px;
}

@media (max-width: 480px) {
  body > section header {
    padding: 50px 0 30px;
  }
}

body > section header img.heading {
  display: block;
  margin: 0 auto;
  padding: 20px;
}

[id*="content-"] {
  padding: 100px 0;
}

@media (max-width: 959px) {
  [id*="content-"] {
    padding: 50px 0;
  }
}

h2 {
  font-size: 50px;
  letter-spacing: 5px;
  margin: 0 0 20px;
}

@media (max-width: 959px) {
  h2 {
    font-size: 32px;
  }
}

h2 + span {
  color: #888;
  letter-spacing: 3px;
  margin: 0 0 20px;
  display: block;
}

h3 {
  font-size: 20px;
}

h2,
h3,
nav {
  font-weight: 700;
}

section#works {
  margin: 0;
  background: url(../img/bg-works.gif) repeat-y center;
}

@media (max-width: 959px) {
  section#works {
    background: none;
    padding: 0;
  }
}

section#works h2 {
  padding: 0 0 10px;
  background: url(../img/border-works.jpg) no-repeat center bottom;
}

@media (max-width: 959px) {
  section#works #content-works {
    padding: 0;
  }
}

@media (max-width: 959px) {
  section#works #content-ad {
    background: #f3fcfb;
  }
}

section#works #content-ad i.icon-globe {
  color: #1cc9bf;
}

section#works #content-ad h3 {
  background: url(../img/border-ad.jpg) no-repeat center bottom;
}

section#works #content-ad a.button {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  color: #fff;
  background: #1cc9bf;
  text-decoration: none;
  padding: 5px 20px;
  margin: 20px 0;
}

@media (max-width: 959px) {
  section#works #content-apps {
    background: #fcfbf7;
  }
}

section#works #content-apps i.icon-mobile {
  color: #ccb56e;
}


section#works #content-apps h3 {
  background: url(../img/border-apps.jpg) no-repeat center bottom;
}


section#works #content-apps ul.app-list {
  margin: 10px 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

section#works #content-apps ul.app-list li {
  float: left;
  margin: 0 10px 0 0;
}

section#works #content-apps ul.app-list li:last-child {
  margin: 0 0 0 0;
}

section#works #content-apps ul.app-list li a img {
  border-radius: 17px;
}

section#works #content-ad,
section#works #content-apps,
section#works #content-dispatch{
  padding: 0px 13px;
}

@media (max-width: 959px) {
  section#works #content-dispatch {
    background: #f3fcfb;
  }
}


section#works #content-dispatch i.icon-user-2 {
  color: #C89E88;
}



section#works #content-dispatch h3 {
  background: url(../img/border-dispatch.jpg) no-repeat center bottom;
}




@media (max-width: 959px) {
  section#works #content-ad,
  section#works #content-apps,
  section#works #content-dispatch{
    padding: 50px 10px;
  }
}

section#works #content-ad i.icon-mobile,
section#works #content-ad i.icon-globe,
section#works #content-ad i.icon-user-2,
section#works #content-apps i.icon-mobile,
section#works #content-apps i.icon-globe,
section#works #content-apps i.icon-user-2,
section#works #content-dispatch i.icon-mobile,
section#works #content-dispatch i.icon-globe,
section#works #content-dispatch i.icon-user-2{
  font-size: 140px;
  line-height: 1;
}

section#works #content-ad h3,
section#works #content-apps h3,
section#works #content-dispatch h3 {
  padding: 0 0 20px;
  margin: 20px 0 20px;
}

section#company {
  margin: 250px 0 0;
}

@media (max-width: 959px) {
  section#company {
    margin: 0;
  }
}

section#company h2 {
  padding: 0 0 10px;
  background: url(../img/border-company.jpg) no-repeat center bottom;
}

section#company #content-company {
  background: #fdfbfb;
}

section#company #content-company table {
  letter-spacing: 2px;
  text-align: left;
}

section#company #content-company table th {
  border-right: 2px solid #dfb6b5;
}

section#company #content-company table td a {
  background: #dfb6b5;
  color: #fff;
  padding: 0 10px;
  margin: 0 10px;
  text-decoration: none;
  border-radius: 2px;
}

section#company #content-company table td a:hover {
  background: #dfb6b5;
}

section#company #content-company table td,
section#company #content-company table th {
  padding: 10px 30px;
}

@media (max-width: 480px) {
  section#company #content-company table td,
  section#company #content-company table th {
    display: block;
    border-right: none !important;
  }
}

section#company ol {
  margin: 0 0 0 20px;
}

#map {
  display: block;
  position: relative;
}

section#contact {
  margin: 0 0 250px;
}

@media (max-width: 959px) {
  section#contact {
    margin: 0;
  }
}

section#contact h2 {
  padding: 0 0 10px;
  background: url(../img/border-contact.jpg) no-repeat center bottom;
}

section#contact #content-contact {
  background: #fbfdfd;
}

section#contact #content-contact table {
  margin: 20px 0 0;
  text-align: left;
  width: 100%;
}

section#contact #content-contact table th {
  border-right: 2px solid #b5dedf;
}

section#contact #content-contact table td,
section#contact #content-contact table th {
  padding: 10px 30px;
}

@media (max-width: 480px) {
  section#contact #content-contact table td,
  section#contact #content-contact table th {
    display: block;
    border-right: none !important;
  }
}

section#contact #content-contact form input:focus {
  border: 3pc solid #b5dedf;
}

section#contact #content-contact form textarea {
  min-height: 200px;
  line-height: 1.9;
}

section#contact #content-contact form input,
section#contact #content-contact form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact #content-contact form input[type="text"],
section#contact #content-contact form input[type="email"],
section#contact #content-contact form textarea {
  width: 100%;
  border: 0;
  padding: 5px 10px;
  border: 1px solid #1abc9c;
}
/* 2014.03.04 lingo border: 1px solid #f7fbfb →  #1abc9c */

section#contact #content-contact form input[type="text"]:focus,
section#contact #content-contact form input[type="email"]:focus,
section#contact #content-contact form textarea:focus {
  border: 1px solid #b5dedf;
}

section#contact #content-contact form input[type="submit"],
section#contact #content-contact form input[type="reset"] {
  border: 0;
  background: #b5dedf;
  color: #fff;
  padding: 5px 20px;
}

section#contact #content-contact form input[type="submit"]:hover,
section#contact #content-contact form input[type="reset"]:hover {
  background: #a2c7c8;
}

@media (max-width: 480px) {
  section#contact #content-contact form input[type="submit"],
  section#contact #content-contact form input[type="reset"] {
    width: 100%;
  }
}

section#contact #content-contact form label.error {
  color: #A2C7C8;
  display: block;
  margin: 10px 0;
  padding: 3px 15px;
  width: 100% !important;
  border-bottom: 1px solid;
}

section#contact #content-contact p.thanks-message {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 30px 10px 20px;
  color: #90b1b2;
  border: #b5dedf 1px solid;
  border-radius: 3px;
  padding: 3px 20px;
}

section#contact #content-contact #thanks:target p.thanks-message {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

footer {
  width: 100%;
  padding: 50px 0 0px;
  text-align: center;
  background: #fff;
  letter-spacing: 2px;
}

footer a.back-to-top {
  background: #1abc9c;
  padding: 10px;
  color: #fff;
  width: 100%;
  margin: 40px 0 0;
  display: block;
}

.tooltipster-default {
  border-radius: 5px;
  background: rgba(204, 181, 110, 0.8);
  color: #fff;
}

.tooltipster-default .tooltipster-content {
  padding: 8px 20px;
  overflow: hidden;
  font: 14px/16px "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

.tooltipster-content-changing {
  opacity: .5;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}