html.modal-open body, body.index-page, body.modal-open {
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
}
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

iframe, img, embed, object, video {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

a:focus{outline:none}
a {
    outline:0;
    cursor:pointer;
}
a:hover {
    outline:0;
    transition:all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}


li, svg g {
    transition:all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}
select:focus {
  outline: none;
}
input {
	background-color: transparent;
	-webkit-appearance: none;
	transition: all 0.03s 0.075s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button {
    padding: 7px 12px;
    border:1px solid #ffffff;
    background:transparent;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    transition:all 0.2s ease-in-out;
    cursor:pointer;
}

.button:hover {
    background:#111111;
    color:#ffffff;
    border:1px solid #111111;
    transition:all 0.2s ease-in-out;
}
.page-overlay {
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.active {
	opacity:1;
	visibility:visible;
}

h1, h2, h3, h4, h5, h6, p, dl, ol, ul, blockquote, table, figure {
    margin-top: 0;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
blockquote {
    margin-left: 0;
    margin-right:0;
}
blockquote a b {
    font-weight:normal;
}

ol, ul {
	padding:0;
	list-style-position:inside;
}

.inner {
    height:100%;
    position:relative;
}

.cl:after {
    display: block;
    clear: both;
    content: "";
}

.wrapper:after, .post-footer:after, .header:after, .photo-slideshow:after, .tags:after {
    content: "";
    display: table;
    clear: both;
}

.left {
    float:left;
}

.right {
    float:right;
}



.show-mob {
  display:none;
}

.white {
    color:white;
}

.grey {
    color:#cccccc;
}


/* Header */

.header {
    opacity:0;
}

.header li {
	list-style:none;
}


.logo {
    font-weight:700;
    font-size:24px;
    float:left;
    line-height:56px;
    margin:0 20px 0 0;
}

.logo a {
    display:block;
    line-height:56px;
}

.logo.lowercase {
	text-transform:lowercase;
}

.logo.uppercase {
	text-transform:uppercase;
}

.logo img {
    margin:0 0 10px 0;
}


.navigation {
    float:left;
    text-transform:capitalize;
}

.navigation a {
    line-height:56px;
    display:block;
    padding:0 5px;
}

.navigation ul {
    margin: 0 8px 0 0;
    padding:0;
}

.navigation li {
    display:inline-block;
    margin:0 10px 0 0;
    padding:0;
    font-size:14px;
    font-weight:700;
}

.navigation li:last-child, .navigation ul:last-child {
    margin:0;
}

.navigation-toggle {
	display:none;
	padding:0 5px;
	transition:all 0.2s ease;
	float:right;
}

.navigation-toggle svg {
	vertical-align:middle;
}

.navigation-toggle.open {
	opacity:0.6;
}

.gallery-links li:last-child {
    margin:0 10px 0 0;
}

.navigation.lowercase {
    text-transform:lowercase;
}

.navigation.uppercase {
    text-transform:uppercase;
}

.navigation i {
    display:none;
}

.navigation .social-links-icons span {
    display:none;
}

.navigation .social-links-icons i {
    display:block;
}

.main-menu {
	position:absolute;
	top:96px;
	left:0;
	z-index:999;
	opacity:0;
	visibility:hidden;
	width:100%;
	height:100%;
	padding:15px;
	overflow-y:scroll;
}

.main-menu li {
	display:block;
	margin:0 0 15px 0;
}

.main-menu .navigation a, .main-menu .social-links a {
	display:block;
	line-height:initial;
	padding:0;
}

.main-menu .gallery-links {
    margin: 0 0 15px 0;
}

.main-menu.open {
	opacity:1;
	visibility:visible;
}

.main-menu .navigation {
	display:block;
	float:none;
}

.main-menu .social-links {
	margin-top:15px;
}

.main-menu .social-links li {
	display:inline-block;
	font-size:13px;
	margin:0 10px 0 0;
}

.loader {
	display:inline-block;
	line-height:56px;
	height:24px;
	width:24px;
	background-size:contain;
	margin:0 0 0 20px;
	opacity:0;
}

.header-posts {
	float:right;
	margin:0;
	display:none;
}

.header-posts li .close, .header-posts li .opened .open {
    display:none;
}

.header-posts li .opened .close {
	display:inline-block;
}

.header-posts svg {
    vertical-align:middle;
}


.gallery-links {
    display:inline-block;
}

.header .description {
    display: inline-block;
    font-size:14px;
    margin:0 0 20px 0;
}


.fuse-credit {
    position: fixed;
    height: 20px;
    width: 18px;
    bottom: 5px;
    left: 12px;
    display: block;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: all .5s cubic-bezier(0.645,.045,.355,1);
}

/* Posts */

.page {
    position:fixed;
    left:0;
    opacity: 0;
    width:100%;
    z-index:32;
}

.page.single {
    overflow-y:scroll;
    padding-bottom:56px;
}

.archive-page > .inner {
    position: relative;
}

.archive-page .posts {
    width:100%;
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
}

.archive-page .post.active {
    opacity:1;
    z-index:2;
}

.archive-page .post {
    opacity:0;
    z-index:1;
}

.text-post {
	overflow-y:scroll;
}

.text-inner {
	display: block;
    position: relative;
    width: 100%;
    max-width: 40%;
    margin: 0 auto;
    padding:0 0 56px 0;
}

.page.single .text-inner {
	width:100%;
	max-width:100%;
}

.post-next, .post-prev {
    position:absolute;
    z-index:100;
    width:30%;
    height:100%;
    cursor:pointer;
    top:0;
}

.post-next {
    right:0;
    padding-right:34px;
    text-align:right;
}

.post-prev {
    left:0;
    opacity:0;
    padding-left:34px;
    transition:all 0.2s ease;
}

.post-prev.selectable {
	opacity:1;
}

.post-prev svg {
	transform:rotate(180deg);
}

/* Meta */

.fa-lg {
    vertical-align:middle;
}

.meta-bar {
    bottom:0;
    position:fixed;
    right:0;
    opacity:0;
    z-index:42;
    height:56px;
    text-align:right;
    padding-right:25px;
    line-height:56px;
    width:30%;
    transition: border 0.2s linear;
}

.meta-bar ul {
    display:inline-block;
}

.meta-bar li {
    display:inline-block;
    margin:0 18px 0 0;
}



.view-posts {
    margin-left:10px;
}


.view-posts li .close, .view-posts li .opened .open {
    display:none;
}

.view-posts li .opened .close {
    display:inline-block;
}

.meta-bar svg, .archive-bar svg {
    vertical-align:middle;
}

.more-toggle svg {
    margin-top:-1px;
}

.archive-bar {
    position:fixed;
    bottom:0;
    left:0;
    z-index:31;
    height:56px;
    line-height:56px;
    font-size:14px;
    text-transform:uppercase;
    padding-left:25px;
    width:100%;
}

.archive-bar a {
    cursor:pointer;
}

.archive-bar h3 {
    margin:0;
}

.archive-bar ul, .meta-bar ul {
    margin:0;
}

.archive-bar li {
    display:inline-block;
    margin:0 18px 0 0;
}

.archive-bar li:last-child, .meta-bar li:last-child {
    margin:0;
}

.archive-bar .post-notes .fa {
    margin:0 0 0 6px;
}

.meta-bar ul.social-links li:last-child {
    margin:0 18px 0 0;
}

.post-more {
    display:inline-block;
    position:relative;
}

.post-actions {
    display:inline-block;
    margin-left:18px;
    opacity:0;
}

.post-actions li {
    position:relative;
}

.post-actions li a {
    cursor:pointer;
}


.standard-share {
    position:absolute;
    z-index:999999;
    top:32px;
    left:-14px;
    background:white;
    opacity:0;
    visibility:hidden;
    text-transform:none;
}

.standard-share.open {
    opacity:1;
    visibility:visible;
}

.standard-share span {
    display:block;
    margin:0 0;
    height:32px;
    line-height:32px;
    border-bottom:1px solid #cccccc;
    font-size:11px;
    padding:0 5px;
}

.standard-share span i {
    margin-right:9px;
    display:inline;
}

.standard-share span:last-child {
    margin:0;
    border:none;
}

.standard-share span a {
    padding:0 7px;
    display:block;
    color:#111111;
}

.standard-share {
    bottom:55px;
    top:initial;
}

.standard-share .fa-twitter {
    color:#55acee;
}

.standard-share .fa-facebook {
    color:#3b5998;
}

.standard-share .fa-pinterest {
    color:#cb2027;
}

.standard-share .fa-google-plus {
    color:#dd4b39;
}

.post-like { position: relative; }
.post-like svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.like_button {
    position: relative;
    width: 20px!important;
    height: 18px!important;
    margin-bottom:-4px;
}
.like_button iframe {
    opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.like_button.liked svg {
    fill: #FF6B6B!important;
    transition: .2s all;
}

.post-reblog a {
    height: 18px!important;
    width: 20px!important;
    display:initial !important;
}


/* Posts */


.wrapper {
    width: 100%;
    margin: 0 auto;
    padding:0 70px;
}

.wrapper.normal {
    max-width:1180px;
}

.post-inner {
    position:absolute;
    top:20px;
    left:0;
    width:100%;
}
.post-inner img {
    max-width:100%;
    max-height:100%;
    height: auto;
    width:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.post iframe, .post object, .post embed {
    display: block;
    max-width: 100%!important;
    box-shadow: none!important;
    margin-bottom:24px
}

.post-inner a { display: block }
.post-inner a:hover  {
    opacity:1 !important;
}

.posts {
    width:100%;
}

/*.gutter-sizer {
    width: 1.6%;
}
.post {
    margin: 0 0 1.6%;
}
.post, .grid-sizer {
    width: 32.2666666667%;
}*/

.page .post {
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
}

.post img {
    display:block;
}

article .inner {
    height:100%;
    position:relative;
}

article.mobile-scrollable {
    overflow-y:scroll;
}

body.post-page {
	overflow:hidden;
}

body.post-page article {
    display: block;
    position: relative;
    width:100%;
    max-width:800px;
    margin:0 auto;
    padding-bottom:56px;
}

body.post-page article.photo-post {
    max-width:100%;
}

.post-page article.post-single {
    margin: 0 0 30px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width:auto;
}

.content {
    padding:24px 0;
}

.post-page #notes {
    padding:30px 0;
    margin-top:-30px;
}

ol.notes {
    list-style:none;
    margin:0;
    padding:30px 0;
}

ol.notes li {
    margin-bottom:10px;
}

.notes .avatar_frame {
    margin-right: 5px;
}

.notes li.more_notes_link_container {
    margin:30px 0 0 0;
}

.notes li.more_notes_link_container a {
    display:block;
}




/* Ask Page */

.ask-page .fuse-footer {
    display:none;
}

#ask_form {
    min-width:450px;
}




.post iframe {
    width:100%;
}

.chat{
    padding:0;
    list-style:none;
    font-size:14px;
}

ul.chat {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.post-chat footer {
    margin-top:20px;
}


.post.post-photo footer, .post.post-photoset footer {
    display:block;
}


#infscr-loading {
    position: fixed;
    bottom: 27px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index:15;
}

#infscr-loading img {
    display:none;
}

.header, .page, .header-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
input:focus {
    text-decoration: none;
    outline: none;
}
    

.post-page .asker-box, .fuse-container .asker-box {
    padding:3px 40px 8px 4px;
}

.post-answer .post-meta {
    display:none;
}

.post-answer .content {
    font-size:13px;
}


.asker-box img {
    display:inline-block;
    margin:0 6px 0 0;
    max-width:24px;
}

.the-asker {
    text-decoration:underline;
}

.answer {
    padding:8px;
}


.pagination {
padding:40px 0;
}

.empty {
    display:none;
}

.post-notes-url {
    display:none;
}

/* Text Posts */

/*.posts-sidebar {
    width:30%;
    position:fixed;
    right:0;
    z-index:35;
    background:white;
    border-left:1px solid #9b9b9b;
    transform: translate(0%, 100%);
    overflow-y:scroll;
    top:112px;
}*/




/* Modal Post */

.notes-container {
    position:fixed;
    width:100%;
    height:60%;
    bottom:0;
    left:0;
    z-index:52;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    overflow-y:scroll;
    font-size:16px;
    text-align:center;
}

body.notes-open .meta-bar {
	z-index:-1;
}

.wrap {
	max-width:700px;
	margin:0 auto;
	width:100%;
    padding:20px;
}


.notes-container .close-notes {
    position:absolute;
    right:25px;
    top:25px;
    cursor:pointer;
}

ul.tags li {
	display:inline-block;
}

ul.tags a {
	display:block;
	border-radius:3px;
	margin:0 8px 0 0;
	padding:6px 8px;
	font-size:13px;
}

.fuse-container {
    position: relative;
    display:table;
    max-width: 1200px;
    margin: 0 auto;
    opacity:0;
}

.fuse-container header {
    text-align:center;
}

.fuse-container header a {
    padding: 36px 0;
    display:block;
}

.post-navigation {
    text-align:center;
    width: 100%;
    min-height: 21px;
    margin-bottom: 40px;
}

.post-navigation .fuse-prev-btn {
    display:inline-block;
    margin:0 8px 0 0;
    cursor:pointer;
}

.post-navigation .fuse-next-btn {
    display:inline-block;
    cursor:pointer;
}

.go-back {
    text-transform:uppercase;
    cursor:pointer;
}

.fuse-container .content {
    padding:0;
}

.fuse-content blockquote a, .fuse-caption blockquote a { 
    text-decoration:underline;   
}

.fuse-caption blockquote { padding: 0; }

.fuse-container.content-text {
    max-width:640px;
    width:100%;
}

.fuse-container.content-video {
    width:100%;
    max-width:640px;
}

.perm {
    position: relative;
    padding: 30px 0;
}
.perm .share {
    float: none;
    display: block;
    margin: 0 auto;
}

.fuse-caption {
    transition: all 0.2s linear;
    z-index: 11;
    margin: 30px auto 30px auto;
    padding: 0;
}
.fuse-caption.visible {
    overflow: visible;
}

.fuse-caption .caption {
    font-size: 16px;
    margin: 0 0 30px;
}
.fuse-caption .caption blockquote {
    border-left: none;
}

ul.tags {
    width: 100%;
    list-style: none;
    margin: 0 0 24px;
}
ul.tags li {
    display: inline-block;
    margin: 0 5px 0 0; 
    padding: 0;
}
.fuse-caption .btm .share {
    float: right;
    padding: 0;
    position: relative;
    visibility: visible;
    opacity: 1;
    text-align:left;
}
.fuse-caption .btm .share .standard-share {
    bottom:20px;
    top:initial;
}

.fuse-overlay.visible {
    opacity:1;
    visibility:visible;
}
.fuse-content {
    display: block;
    margin: 0 auto 40px auto;
    background-size: cover;
    overflow: hidden;
    position:relative;
}
.fuse-overlay.visible .fuse-container {
    opacity:1;
}

.tumblr_video_container {width:100% !important;}

.visible {
  visibility: visible;
  opacity: 1;
}
.invisible {
  visibility: hidden;
  opacity: 0;
}

.photo-slideshow {
    width:100%;
    height:100%;
}

.photoset-count .ps-nav {
    display:inline-block;
    cursor:pointer;
}

.photo-slideshow li {
    opacity:0;
    visibility:hidden;
    list-style:none;
}

.photo-slideshow li.active {
    opacity:1;
    visibility:visible;
}

.topmost {
    z-index:9999999999 !important;
}

.pagination {
	display:none;
}


@media (max-width: 768px) { 
    .page.single article {
        padding:0 15px;
    }
    .page.single article.photo-post {
        padding:0;
    }
    .navigation {
        display:none;
    }
    .meta-bar {
    	padding-right:10px;
    	border:none;
    	width:50%;
    	display:none;
    }
    .meta-bar.view-posts-open {
    	border:none;
    }
    .archive-bar {
    	padding-left:10px;
    }
    .posts-sidebar {
    	width:100%;
    }
    .index-page .meta-notes, .index-page .meta-date {
    	display:none;
    }
    .header-posts {
    	display:block;
    }
    .navigation-toggle {
    	display:inline-block;
    }
	.post-next, .post-prev {
	    width:10%;
	}

	.post-pagination svg {
		width:20px;
	}

	.post-next {
	    padding-right:15px;
	}

	.post-prev {
	    padding-left:15px;
	}
	.text-inner {
		max-width:100%;
		padding:0 15px 86px 15px;
	}
	.post iframe {
		max-height:200px;
	}
	.close-notes {
		top:15px;
		right:15px;
	}
    .archive-bar li.meta-date {
        display:none;
    }
}


/* Plugins */
.fusetip {
    background: #111111;
    color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.fusetip .tooltipster-content {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 8px;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    border-radius: 5px; 
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    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);
}
