/*
    Fuse Ants Core (Curb Pro)
    Version: 1.0
    
    http://fuseblue.com
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4 {
    line-height: 1.3;
    margin: 0 0 15px 0;
    font-weight: 700;
}
h1 { font-size: 2.4em;}    
h2 { font-size: 1.875em; }
h3 { font-size: 1.5em; line-height: 1.2;}
h4 { font-size: 1.25em; line-height: 1;}
a, a:focus, a:visited {
	text-decoration: none;
    outline: 0;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
}
iframe, video {
    display: block;
    max-width: 100%!important;
    max-height: 100%;
    box-shadow: none!important;
}
p {
    line-height: 1.4;
    margin: 0 0 15px;
    word-wrap: break-word;
}
blockquote {
    margin: 0 0 15px;
    border-left: 5px solid #f1f1f1;
    padding-left: 15px;
}
blockquote p:last-child {
    margin: 0;
}
ul, ol {
    padding: 0 0 0 20px;
}
.cl:after {
	display: block;
	clear: both;
	content: "";
}
a.btn {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #fff;
    background: #fff;
    color: #111!important;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
a.btn:hover, a.btn.copied {
    background: #111;
    color: #fff!important;
    border: 1px solid #111;
    transition: all 0.5s ease-in-out;
}
.left { float: left;}
.right { float: right; }
/* main */
.index #fuse .wrap {
    max-width: none;
    padding: 0 30px;
}
/* permalink */
.permalink #fuse { 
    padding: 60px 0;
}
.permalink #fuse-ants article {
    width: 100%!important;
}
#fuse-ants {
    height: 90vh;
    margin: 50px 20px 0;
}
@media (max-width: 600px) {
    #fuse-ants {
        height: 50vh;
    }
}
.wrap {
    width: 100%;
    max-width: 1060px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}
.wrap-small {
	width: 100%;
	max-width: 560px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}
.permalink #fuse .wrap {
    max-width: 900px;
}
#fuse-post-loader {
	position: fixed;
	display: inline-block;
    font-size: 14px;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px 20px; 
	margin: 20px 0;
	border-radius: 2px;
	cursor: pointer;
	bottom: -60px;
	z-index: 100001;
}
@media (max-width: 940px) {
    #fuse-post-loader {
        left: 50%;
    }
}
#ants-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: white;
}
#ants-loader .txt {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* post styles */
.post > a, .post img {
    display: block;
}
.inside {
    position: relative;
}
.post blockquote {
    border: none;
    padding: 0;
}
.post .post-meta {
    float: right;
    position: relative;
    margin: 0;
    width: 40px;
    height: 100%;
    background: #f1f1f1;
}
.permalink .post .post-meta {
    float: none;
    width: auto;
    background: transparent;
    border-bottom: 2px solid #f1f1f1; 
    padding: 0 0 30px;
}
.post .post-meta ul.tags {
    margin: 0 0 15px;
    padding: 0;
}
.post .post-meta .meta {
    margin: 0 0 8px;
    width: 160px;
    position: absolute;
    left: 28px;
    top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px; 
}
.index .post .post-meta .meta {
    transform: rotate(90deg);
    transform-origin: 0 0; 
}
.permalink .post .post-meta .meta {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
}
.post .post-meta .share {
    position: absolute;
    left: 28px;
    bottom: 60px;
}
.index .post .post-meta .share {
    transform: rotate(90deg);
    transform-origin: 0 0; 
}
.permalink .post .post-meta .share {
    position: relative;
    left: auto;
    bottom: auto;
}
.post.hide {
    display: none;
}
/* post-photo */
.post-photo, .post-photoset {
    border: none !important;
    background: none !important;
    position: relative;
}
/* photoset */
/*.post-photoset .overlay {
    background: transparent;
    z-index: 0;
}*/
.fuse-photoset {
    position: relative;
    /*overflow: hidden;*/
    transition: height .3s;
}
.permalink .fuse-photoset {
    margin: 0 auto;
}
.fuse-photoset.open .ps-nav-left, .fuse-photoset.open .ps-nav-right {
    z-index: 0;
}
.ps-nav-left, .ps-nav-right {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.ps-nav-left {
    cursor: w-resize;
    left: 0;
}
.ps-nav-right {
    cursor: e-resize;
    right: 0;
}
.photoset-count {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    z-index: 999;
    cursor:pointer;
}
.single-photoset.active {
    opacity: 1;
    transition: opacity .5s;
}
.single-photoset:first-child {
    position: relative;
}
.single-photoset {
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: opacity .5s;
}
.fuse-photoset.cps:hover .single-photoset:not(.active) {
    opacity: .2;
}
/* post-audio */
.post-audio {
    background: none;
}
.post-audio .inside {
    float: left;
    width: calc(100% - 40px);
    height: 100%;
    /*padding: 13px;*/
}
/* post ask */
.post-answer .inside {
    float: left;
    width: calc(100% - 40px);
    height: 100%;
    padding: 28px;
    overflow: auto;
}
.asker-box img {
    float: left;
    margin: 0 6px 0 0;
    max-width: 24px;
}
.the-asker {
    float: left;
    text-align: left;
    margin: 5px 0 0;
}
.answer {
    text-align: left;
    padding: 0;
}
.answer p { 
    margin: 0;
    font-size: 18px;
}
.asker {
    text-decoration: underline;
}
/* post-video */
.post-video {
    background: none;
}
.post-video .inside {
    float: left;
    width: calc(100% - 40px);
    height: 100%;
}
/* post-text */
.post-text {}
.post-text .inside {
    float: left;
    width: calc(100% - 40px);
    height: 100%;
    padding: 13px;
    overflow: auto;
}
.post-text blockquote {
    border: none;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
/* post-quote */
.post-quote {}
.post-quote .inside {
    float: left;
    width: calc(100% - 40px);
    height: 100%;
    padding: 13px;
    overflow: auto;
}
.post-quote blockquote {
    border: none;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
/* post-link */
.post-link {}
.post-link .inside {
    float: left;
    height: 100%;
    width: calc(100% - 40px);
    padding: 0 13px 0 0;
}
.post-link .inside > p {
    margin: 0;
}
/* post-chat */
.post-chat {
    border-top: none;
    border-bottom: none;
}
.post-chat .inside {
    float: left;
    padding: 28px;
    height: 100%;
    width: calc(100% - 40px);
    overflow: auto;
}
ul.chat {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
ul.chat li {
    padding: 0 0 8px 0;
    line-height: 1.3;
}
.person {
    font-weight: 700;
    margin: 0 3px 0 0;
}
/* horizontal iso */
.ants-sizer-hor {
    height: 28vh;
    /*height: 43vh;*/
}
@media (max-width: 600px) {
    .ants-sizer-hor {
        height: 40vh;
        /*height: 43vh;*/
    }
}
.ants-item-hor {
    overflow: hidden;
    margin: 0 20px 0 0;
    height: 28vh;
    width: auto;
}
/* iframe - video NEEDS options */
.post iframe, .posts video {
    height: 28vh;
}
/* post overlay */
.overlay {}
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    cursor: url("http://static.tumblr.com/evx2wil/6N2o49gaj/plus.svg"),auto;
    background: linear-gradient(to bottom, rgba(20,20,20,0.7) 0%, transparent 30%, transparent 70%, rgba(20,20,20,0.7) 100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s linear;
}
article.post:hover .overlay, article.post:hover .overlay-bg, article.post:hover .note-count, article.post:hover .share {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s linear;
}
.note-count {
	position: absolute;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
	text-align: center;
	top: 27px;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s linear;
}
.note-count i {
	margin: 0 8px 0 0;
}
.note-count a {
    color: #fff;
}
.note-count a:hover {
    color: #f1f1f1;
    cursor: pointer;
}
/* Share */
.share {
	position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index:2;
    text-align: center;
    color: #ccc;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.share li {
	float: left;
	margin: 0 8px 0 0;
}
.share li:last-child {
	margin: 0;
}
.like_toggle {
    height: 15px!important;
    width: 19px;
}
.overlay .post-reblog a {
	color: #ccc;
}
.share.index {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s linear;
}
.share.index .fa-retweet {
    font-size: 1.5em;
}
.post-meta .like_button, .fuse-caption .like_button, .share .post-like {
    position: relative;
}
.like_button iframe {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    margin-top: -2px;
}
.post-meta .like_button.liked, .fuse-caption .like_button.liked, .like_button.liked .fa {
    color: #FF6B6B !important;
    transition: .2s all;
}
.post-share {
    left: 0;
    color: #ffffff;
    margin: 0;
    padding:0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 4;
    text-align:center;
    bottom: 0;
    width:100%;
    height:100%;
    background:rgba(30,30,30,0.8);
    transition: all 0.3s ease-in-out;
}
.post-share.open {
    opacity:1;
    visibility:visible;
    transition: all 0.3s ease-in-out;
}
.social-media {
    font-size:22px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:100%;
}
.social-media a {
    color:#aaaaaa;
    padding:0 5px;
    display:block;
    line-height:36px;
}
.social-media span {
    display:inline-block;
}
.social-media a:hover {
    color:#ffffff;
}
.social-media-footer {
    position:absolute;
    bottom:15px;
    left:0;
    text-align:center;
    font-size:10px;
    width:100%;
}
.social-media-footer .open-post {
    display:block;
    padding:0 25px;
}
.social-media-footer a {
    color:white;
    margin-bottom:16px;
}
.social-media-footer a:last-child {
    margin:0;
}
.close-post-share {
    position:absolute;
    right:15px;
    top:15px;
    z-index:1;
    cursor:pointer;
    opacity:0.6;
    transition:0.2s ease-in-out;
    color: #fff;
    font-size: 17px;
}
.close-post-share:hover {
    opacity:1;
}
.share-toggle {
    position:relative;
    cursor:pointer;
}
/* permalink page */
.permalink .media {
    margin: 0 0 30px;
    text-align: center;
}
.permalink .media img, .permalink .media iframe {
    display: inline-block;
}
.permalink .content {
    margin: 40px 0;
}
.permalink .post-meta {
    font-weight: 700;
    margin: 0 0 30px;
}
.meta .meta-date {
    margin: 0 8px 15px 0;
}
ul.tags {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 30px 0 0;
}
ul.tags li {
    display: inline-block;
    margin: 0 5px 0 0;
}
.share.permalink {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    text-align: left;
    width: 66px;
    margin: 0 auto;
}
.share.permalink .like_toggle {
    height: 15px;
    width: 15px;
}
.share.permalink .fa-retweet {
    vertical-align: 0%;
    font-size: 1.2em;
}
.standard-share {
    position: absolute;
    padding: 10px 0 0;
    top: 15px;
    left: -44px;
    background: #ffffff;
    border-radius: 3px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: .3s all;
}
.index .standard-share {
    transform: rotate(-90deg);
    padding: 0;
}
.standard-share .fa {
    margin: 0 8px 0 0;
}
.standard-share span {
    display: block;
    margin: 0;
}
.standard-share span a {
    display: block;
    padding: 8px;
    line-height: 0;
    font-weight: 400;
}
.standard-share span a {
    color:#111111;
}
.post-share-parent:hover .standard-share {
    opacity: 1;
    visibility: visible;
    transition: .3s all;
}

#permalink-notes {
    padding: 20px 0 30px;
}
ol.notes {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.notes li {
    width: 48%;
    float: left;
    margin: 0 4% 10px 0;
    padding: 0;
}
ol.notes li:nth-of-type(2n) {
    margin: 0 0 10px;
}
@media (max-width: 600px) {
    ol.notes li {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
    }
}
.notes .avatar_frame {
    margin-right: 5px;
    float: left;
}
.notes .avatar_frame img {
    border-radius: 2px;
}
.more_notes_link_container {
    clear: both;
    width: 100%!important;
    padding: 30px 0;
}
.post-navigation {
    text-align: center;
    width: 100%;
    min-height: 21px;
    margin-bottom: 40px;
}
.post-navigation > div {
    display: inline-block;
}
.post-navigation > div:first-child {
    margin: 0 10px 0 0;
}
#fuse-detector {
    position: absolute;
    right: 0;
}
/* three col */
.ants-item-three, .ants-sizer-three {
    width: 100%;
}
.ants-item-three.double-width {
    width: 100%;
}
.ants-item-three {
    margin: 0 0 2% 0;
}
.ants-gutter-three {
    width: 0%;
}


/* 
/* 
/* Tooltipster
/* 
*/

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    background: #111111;
    color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 8px;
    overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}


/* This is the base styling required to make all Tooltipsters work */
.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;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.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;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}