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

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

iframe, img, embed, object, video {
    max-width: 100%;
}
iframe,video {
    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;
}

li, ul {
    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);
}

.page-overlay {
    position: fixed;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page {
    position: relative;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-weight:700;
}
h2 {
    font-size: 33px;
    line-height: 100%;
    letter-spacing: -0.02em;
}
h3 {
    font-size:24px;
}
blockquote {
    margin-left: 0;.
    margin-right:0;
}


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

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

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

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

#header {
    width:100%;
    z-index:9;
    padding:45px 0;
}

#header .wrap, .home-description .wrap {
    max-width:810px;
    margin:0 auto;
}

.header-social-links {
    top: 100%;
    width: 100vh;
    position: fixed;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 10;
    left: 20px;
    text-align: center;
}

.header-social-links .social-links li {
    display:inline-block;
    margin:0 10px 10px 0;
    font-size:16px;
}

.header-social-links a {
    text-decoration:none;
}

.home-description {
    z-index:9;
    max-width:40%;
    width:100%;
    margin:0 auto 30px auto;
    text-align:center;
}

.home-description p {
    margin:0;
}

.navigation {
    float:right;
    text-align:right;
}

.navigation a:hover {
    text-decoration:underline;
}

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

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

.navigation a {
    display:block;
    text-decoration:none;
}
.navigation ul {
    padding:0;
    display:block;
    margin:0;
}
.navigation li {
    display:block;
    padding:0;
}

.page {
    width:100%;
}

.logo {
    z-index:9;
    margin:0 0 15px 0;
    float:left;
    width:50%;
}

.logo a {
    text-decoration:none;
}

.logo.lowercase, .banner-logo.lowercase, .sidebar-logo.lowercase {
    text-transform:lowercase;
}

.logo.uppercase, .banner-logo.uppercase, .sidebar-logo.uppercase {
    text-transform:uppercase;
}

.header-description {
    position:fixed;
    bottom: 50px;
    left: 50px;
    width: 40px; 
    max-width:450px;
    width:100%;
    z-index:10;
    font-size:13px;
    transition:all 0.4s linear;
}

.header-description p {
    margin:0;
}

.sidebar-toggle {
    position:fixed;
    top: 25px;
    right: 7px;
    cursor:pointer;
    width:40px;
    height:40px;
    z-index:10;
    transition:all 0.4s ease-out;
}

.sidebar-toggle span {
    width: 20px;
    height: 3px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -1px;
    -webkit-transition-duration: 0s;
    -webkit-transform: translateZ(0);
}

.sidebar-toggle span, .sidebar-toggle span:before, .sidebar-toggle span:after {
    width: 20px;
    height: 3px;
    background-color: #1d1e20;
    display: block;
}

.sidebar-toggle span:before, .sidebar-toggle span:after {
    position: absolute;
    content: '';
}

.sidebar-toggle span:before {
    margin-top: -7px;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 400ms;
    -webkit-transform: translateZ(0);
}

.sidebar-toggle span:after {
    margin-top: 7px;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 400ms;
    -webkit-transform: translateZ(0);
}

body.sidebar-open .sidebar-toggle span {
    background-color: rgba(0,0,0,0);
    -webkit-transition-delay: 400ms;
    -webkit-transform: translateZ(0);
    background-color: transparent !important;
}

body.sidebar-open .sidebar-toggle span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg) translateZ(0);
    -webkit-transition-delay: 0,400ms;
}

body.sidebar-open .sidebar-toggle span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg) translateZ(0);
    -webkit-transition-delay: 0,400ms;
}


#banner {
    position: relative;
    display: block;
    width: 100%;
    display: table;
    z-index:9;
}

#banner .arr-down {
    position: absolute;
    width: 30px;
    height: 15px;
    bottom: 30px;
    left: 50%;
    cursor: pointer;
    z-index:2;
    transform: translate(-50%, 0%);
}
#banner .arr-down svg {
    width: 100%;
    transition: .3s all;
}
.banner-text {
    position: absolute;
    bottom:100px;
    left:100px;
    z-index: 2;
    transition: .4s all .2s;
    max-width:600px;
}


html.modal-open #backToTop  {
    display:none;
}

#backToTop {
    position: fixed;
    height: 21px;
    width: 21px;
    bottom: 15px;
    right: 15px;
    display: block;
    cursor: pointer;
    opacity: 0;
    z-index: 9;
}

#backToTop svg {
    transform:rotate(-90deg);
}


/* Posts */

.page-container {
    margin:0 auto;
    width:100%;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width:810px;
}

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



.media {
    position:relative;
}
.media iframe, .media object, .media embed {
    width:100%;
    display: block;
}

.media a { display: block }
.media a:hover  {
    opacity:1 !important;
}

/* Post Header */


.post-header span {
    line-height:24px;
}



.post-header .twa {
    font-size:22px;
    vertical-align: -0.2em;
    
}
        

.posts {
    width:100%;
    margin-bottom:30px;
}






/* Two */

.permalink .wrap {
    padding:0 0.6%;
}

.wrap {
    padding:0;
}

.ants-item-two, .ants-sizer-two {
    width: 41%;
}
.ants-item-two {
    margin: 0 0 400px 0;
    z-index:4;
}
.ants-gutter-two {
    width: 18%;
}

.ants-item-two.x2, .ants-item-two.double-width {
    width:100%;
}

.post.post-photo, .post.post-photoset {
    border:none;
    background:none;
}


.post img {
    display:block;
}

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

body.post-page article {
    display: block;
    position: relative;

}

.post-page article.post-single {
    margin: 0 0 30px;
    position: relative;
    display: table;
    max-width: 1200px;
    margin: 0 auto;
    width:auto;
}
/*
.post-page #notes {
    padding: 0 40px;
}*/

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 a {
    display:block;
    text-align: left;
    margin:30px 0 0 0;
}


/* Ask Page */

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

#ask_form {
    min-width:450px;
}


.post-audio .media iframe {
    width:100%;
    height:auto;
}

.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;
}

.content, .fuse-caption {
    margin-top:10px;
}

.content *:last-child {
    margin:0;
}

footer {
    padding:0 24px 0;
    display:none;
}

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

.post-meta {
    display: block;
    margin:20px 0 0 0;
}


.post-meta .share {
    position:relative;
}

.overlay a, .overlay .post-like {
    color:#fff;
}

.overlay a:hover, .overlay .post-like:hover {
    color:white;
}

.standard-share span a {
    color:black;
    text-decoration:none;
}

.standard-share span a:hover {
    text-decoration:underline;
}

.post-meta .share li {
    font-size:13px;
    opacity:1;     
    position:relative;
}

.overlay .share li {
    margin:0 8px 0 0;
}

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

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

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

.standard-share span a {
    display:block;
    padding:0 15px;
    line-height:35px;
}

.meta-left {
    float:left;
}

.meta-right {
    float:right;
}

.post-meta li {
    list-style:none;
    margin-right:5px;
    display:inline-block;
}

.postnotes, .postdate {
    display:inline-block;
    margin:0 0 0 10px;
}


#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;
}

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


.fa-lg {
    vertical-align:0;
    font-size: 17px;
    padding-top: 3px;
}

.post-footer .share .fa-lg {
    font-size:18px;
    padding:0;
}

/* Sidebar */

body.sidebar-open #sidebar {
    transform:translateX(-100%);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

#sidebar {
    width:300px;
    height:100%;
    left:100%;
    font-size:13px;
    z-index:9;
    position:fixed;
    top:0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    overflow-x: hidden !important;
    text-align:center;
}

@media (min-width:740px) {
    #banner, .page-container, .sidebar-toggle, #header, .header-social-links, .home-description {
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    body.sidebar-open #banner, body.sidebar-open .page-container, body.sidebar-open #header, body.sidebar-open .header-social-links, body.sidebar-open .home-description  {
        transform:translateX(-300px);
    }
    #fuse .post-photo a img {
        vertical-align: middle;
        -moz-transition: -moz-transform 0.3s ease-out 0s;
        -o-transition: -o-transform 0.3s ease-out 0s;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -webkit-transition-delay: 0s;
        transition: transform 0.3s ease-out 0s;
    }


/*    #fuse .post-photo:hover img, #fuse .post-photo:hover .overlay-bg {
        -moz-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
        -webkit-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25);
    }*/
}

#sidebar .inner {
    margin:0 auto;
    width:100%;
    padding-top:40px;
}

#sidebar .footer {
    margin-top:20px;
}

#sidebar .text {
    font-size:13px;
    line-height:1.2;
    margin:0 0 20px 0;
}

@media (max-width: 740px) { 
    #sidebar {
        width:100%;
    }   

    #sidebar .inner {
        padding-top:94px;
    }
}

#sidebar .wrap {
    padding:50px;
}

#sidebar p {
    margin-bottom:30px;
}

#sidebar a {
    text-decoration:none;
}

#sidebar a:hover {
    text-decoration:none;
}
#sidebar .sidebar-navigation a:hover {
    text-decoration:none;
}

@media (max-width: 740px) { 
    body.menu-open #sidebar {
        height:100%;
    }   
    
    body.menu-open #tumblr_controls {
        z-index:-99999 !important;
    }

}

.sidebar-navigation {
    margin-bottom:30px;
}

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

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

.sidebar-navigation a {
    display:block;
}

#sidebar.lowercase h3 {
    text-transform:lowercase;
}

#sidebar.uppercase h3 {
    text-transform:uppercase;
}

.sidebar-navigation ul {
    margin: 0 0 8px 0;
    padding:0;
    display:block;
}

.sidebar-navigation i {
    display:none;
}

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

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

.sidebar-navigation li {
    display:block;
    margin:0 0 8px 0;
    padding:0;
    font-size:13px;
}

.sidebar-navigation .social-links li {
    display:inline-block;
    margin:0 10px 10px 0;
    font-size:16px;
}

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

.header-image {
    -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
    transition: all .5s cubic-bezier(0.645,.045,.355,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.avatar img {
    -webkit-border-radius:150px;
    border-radius:150px;
}

.sidebar-logo.widget {
    max-width:80%;
    margin:0 auto 15px auto;
    width:100%;
}

.widget {
    margin-bottom:30px;
}

.widget p:last-child {
    margin:0;
}

.social-widget {
    margin-left:-10px;
}

@media (max-width: 740px) { 
    .social-widget img {
        width:100%;
    }
}

.instagram-feed a {width: 50%; padding-left: 12.5px; margin-bottom: 12.5px; float: left;}

.social-widget li {
    width:50%;
    padding-left:12.5px;
    margin-bottom:12.5px;
    float:left;
    -moz-transition: all 0.30s ease;
    -webkit-transition: all 0.30s ease;
    -transition: all 0.30s ease;
}


        
.widget ul {
    padding:0;
}

.widget ul li {
    list-style:none;
}



#twitter li p {
    margin-bottom:20px;
}
#twitter li:last-child p {
    margin-bottom:0;
}
#twitter li abbr {
    display: block;
    font-size: .9555em;
    margin-top: 7px;
}   

.social-links ul li {
    display:inline-block;
    margin:0 5px 5px 0;
}

.social-links ul li .fa {
    font-size:16px;
}


/* Share */

.fuse-caption .share li:first-child {
    margin:0;
}

.share {
    list-style: none;
    margin: 0;
    z-index:2;
}

.post-meta .like_button, .fuse-caption .like_button, .overlay .like_button {
    position: relative;
}
.post-meta .like_button iframe, .fuse-caption .like_button iframe, .overlay .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, , .overlay .like_button.liked {
    color: #FF6B6B !important;
    transition: .2s all;
}

.share-modal {
    display:inline-block;
}

.share-modal .share.permalink {
    bottom:-5px;
}

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


.social-media a:before {
    font-family:FontAwesome;
    font-size:20px;
}

.social-media {
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    width:100%;
}

.social-media span:nth-child(1) {
    -webkit-transform:translateY(20px);
    transform:translateY(20px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out  0.1s;
}

.social-media span:nth-child(2) {
    -webkit-transform:translateY(20px);
    transform:translateY(20px);
    -webkit-transition: all 0.23s ease-in-out  0.1s;
    transition: all 0.23s ease-in-out  0.1s;
}

.social-media span:nth-child(3) {
    -webkit-transform:translateY(20px);
    transform:translateY(20px);
    -webkit-transition: all 0.26s ease-in-out  0.1s;
    transition: all 0.26s ease-in-out  0.1s;
}

.social-media span:last-child {
    margin:0;
    -webkit-transform:translateY(20px);
    transform:translateY(20px);
    -webkit-transition: all 0.29s ease-in-out  0.1s;
    transition: all 0.29s ease-in-out  0.1s;
}

.post-share.open .social-media span {
    -webkit-transform:translateY(0);
    transform:translateY(0);
}

.social-media a {
    color:#aaaaaa;
    padding:0 11px;
    display:block;
    line-height:36px;
    text-decoration:none;
}

.social-media span {
    display:inline-block;
}

.social-media a:hover {
    color:#ffffff;
}


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

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

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

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

https://www.tumblr.com/?referring_blog=autonomydemo&referer=optica.share-toggle {
    position:relative;
    cursor:pointer;
}

.share-toggle i {
    font-size:16px;
    padding:1px 0;
}

.post-chat .post-footer .btm, 
.post-quote .post-footer .btm, 
.post-text .post-footer .btm, 
.post-answer .post-footer .btm, 
.post-link .post-footer .btm, 
.post-audio .post-footer .btm,
.post-answer .post-footer .btm {
    display: table;
    height: 70px;
    padding: 0 15px;
    padding: 30px 0;
    width: 100%; 
}
.post-chat .post-footer .btm .share,
.post-quote .post-footer .btm .share,
.post-text .post-footer .btm .share,
.post-text .post-footer .btm .share, 
.post-link .post-footer .btm .share,
.post-audio .post-footer .btm .share,
.post-answer .post-footer .btm .share {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative!important;
    top: 0!important;
    left: 0!important;
    background: transparent!important;
    visibility: visible!important;
    opacity: 1!important;
}

.fuse-overlay .btm .share li {
    display:inline-block;
    font-size: 13px;
    list-style: none;
}


        
.post-page .answer {
    border:5px solid {color:Accent};
}

.post-page .asker-box, .fuse-container .asker-box {
    padding:6px;
}

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

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

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

.answer {
    padding:8px;
}


.pagination {
padding:40px 0;
}


.view-notes-link {
  padding: 20px 30px 20px 30px;
  border-top:1px solid #ececec;
  font-size:13px;
}




         






/* Responsive */

@media (max-width: 740px) { 
    body { overflow-x:hidden;}
    .grid-sizer, .post { width: 100% !important; }
    .post { margin: 0 0 60px !important; }
    .gutter-sizer { width: 0 !important; }
    .wrap, body.two .wrap { padding:0 20px; }
    .header-res { display: block; z-index:9999; }
    .on-controls {z-index: 9999;}
    .arr-down { bottom: 80px;!important }
    .mute-button, .overlay, .post.pp .post-footer { display: none; }
    #ask_form {min-width:100%;}
    .tooltip {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-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);
}



/* Modal Post */

.open-modal {
    cursor:pointer;
}

.fuse-overlay .fuse-container {
    margin:0 auto;
    padding: 40px 30px;
}

.fuse-overlay .post-meta, .fuse-overlay .caption {
    margin-bottom:20px;
}

.fuse-overlay .post-meta .inner {
    padding:0;
}

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

.fuse-container .fuse-photoset {
    margin:0 auto;
}

/* New Modal */

.close-modal {
    opacity:0;
    visibility:hidden;
    transition:0s;
    z-index: 99999;
}

html.modal-open .close-modal {
    opacity:1;
    visibility:visible;
    transition:0.4s ease-out 0.9s;
}

.dark-overlay {
    background: #444;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width:740px) {
    .fuse-overlay.photo .fuse-container .fuse-content {
        width:100%;
        height:100vh;
    }

    .fuse-overlay.photo .fuse-container .photo-inner {
        width: 100%;
        height: 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
    }

    .fuse-overlay.photo .fuse-container .photo-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%);
    }

    .fuse-overlay.photo .fuse-container .fuse-content .inner {
        padding: 100px;
    }
}

.fuse-overlay.photoset .fuse-container .fuse-content, .fuse-overlay.photo .fuse-container .fuse-content {
    text-align:center;
}

.fuse-overlay.photoset .photoset-count {
    display:none;
}

.fuse-overlay.photo .fuse-container,  .fuse-overlay.video .fuse-container, .fuse-overlay.audio .fuse-container {
    max-width:100%;
    padding: 0 0 20px 0;
}


.fuse-overlay.photo .fuse-post-meta, .fuse-overlay.video .fuse-post-meta, .fuse-overlay.audio .fuse-post-meta {
    max-width: 810px;
    padding: 40px 30px;
    margin:0 auto;
    width:100%;
}

.fuse-overlay.video .fuse-container video {
    max-width: 810px;
    padding: 40px 30px;
    margin: 0 auto;
    width: 100%;
}

video {
    display: block;
    max-width: 100%!important;
    max-height:552.5px;
    box-shadow: none!important;
}

.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: 20px 0 40px 0;
    font-family:Helvetica Neue;
    font-weight:bold;
    font-size:13px;
}

.post-navigation .fa {
    margin:0 7px;
}

.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;
}

.post-navigation a {
    text-decoration:none;
}

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


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

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

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

.more-toggle {
    display:inline-block;
}

.more li {
    display:inline-block;
    margin:0 14px 0 0;
    cursor:pointer;
}

.more ul {
    margin:0;
}

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


ul.tags {
    width: 100%;
    list-style: none;
    margin:6px 0 0 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-caption .inner {
    height:auto;
}

.fuse-overlay.visible {
    opacity:1;
    visibility:visible;
}
.fuse-content {
    display: block;
    margin: 0 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;
}

.mobile-close {
    display:none !important;
    padding-bottom:15px;
    text-align:center;
    display:block;
    text-transform:uppercase;
    width:100%;
}

/*
    Fuse Ants Core
    Version: 1.1
    Development
    
    http://fuseblue.com
*/

iframe {
    display: block;
    max-width: 100%!important;
    box-shadow: none!important;
}
p {
    margin: 0 0 20px;
    word-wrap: break-word;
}


.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: 11px;
    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 */
#fuse {
    overflow: hidden;
    padding-top:70px;
}

#fuse-ants {
    /*margin: 70px 0;*/
}

#ants-loader {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000000;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#ants-loader .loading-icon {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.55, 0.15, 0.45, 0.85);
}
#lAdCode {
    display: none;
}

.permalink #fuse .wrap {
    max-width: 810px;
}
#fuse-post-loader {
    position: fixed;
    display: inline-block;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 20px; 
    margin: 10px 0;
    border-radius: 2px;
    cursor: pointer;
    bottom: -60px;
    z-index: 10;
}
#fuse-post-loader:hover {
    background: #191919;
}

#ants-loader .txt {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* post styles */
/*.post {
    transition: opacity 0.7s;
}*/
.post > a, .post img {
    display: block;
}
.inside {
    position: relative;
}

.fuse-overlay .post-meta {
    padding:0;
}

.post .post-meta ul.tags {
    margin:6px 0 0 0;
    padding: 0;
}
/* post-photo */
.post-photo, .post-photoset {
    border: none;
    background: none;
    position: relative;
}

.post img {
    width:100%;
}

/* photoset */
/*.post-photoset .overlay {
    background: transparent;
    z-index: 0;
}*/


/* Inline Photosets */

.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%);
    -webkit-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: 10px ;
    left: 10px;
    color: #fff;
    padding:2px 4px;
    font-size: 14px;
    z-index: 2;
    cursor:pointer;
}

.single-photoset.active {
    opacity: 1;
    transition: opacity 1s;
}

.single-photoset:first-child {
    position: relative;
}
.single-photoset {
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    margin: 0 0 2px 0;
}

body.permalink .single-photoset, .fuse-overlay .single-photoset {
    position: relative;
    top: initial;
    opacity: 1;
}

@media (min-width:740px) {
    body.permalink .single-photoset, .fuse-overlay .single-photoset {
        margin:0 0 120px 0;
    }

    body.permalink .single-photoset:last-of-type, .fuse-overlay .single-photoset:last-of-type {
        margin:0 0 40px 0;
    }

    .fuse-overlay.photoset {
        padding:90px 0;
    }
}

.fuse-overlay .ps-nav-left, .fuse-overlay .ps-nav-right {
    display:none;
}

.fuse-photoset.cps:hover .single-photoset:not(.active) {
    opacity: .2;
}

/*.active {
    opacity: 1;
    visibility: visible;
}*/
/* post-audio */
.post-audio {
    border: none;
    background: none;
}

.asker-box img {
    float: left;
    margin: 0 6px 0 0;
    max-width: 24px;
}
.the-asker {
    float: left;
}
.answer {
    padding: 8px;
}
.answer p { margin: 0 ; }

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

.post-answer blockquote {
    margin:0;
    display: inline-block;
}

.post-answer p {
    display: inline-block;
}

/* post-video */
.post-video {
    border: none;
    background: none;
}

/* post-text */
.post-text {}

.post-text blockquote {
    border: none;
}

/* post-link */
.post-link {}

/* post-chat */
.post-chat {
    border-top: none;
    border-bottom: none;
}
ul.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.chat li {
    padding: 8px;
    line-height: 1.3;
}
ul.chat li:nth-of-type(odd) {
    background: #111;
    color: #fff;
}
.person {
    font-weight: 700;
    margin: 0 3px 0 0;
}
.post-chat .post-meta {
    display: none;
}


/* post overlay */

.overlay-bg {
    position:absolute;
    bottom:0;
    left:0;
    height:100%;
    width:100%;
    opacity:0;
    visibility:hidden;
    z-index:1;
    background:rgba(26,26,26,0.3);
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/*.post-photo .overlay-bg {
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
}*/

article.post:hover .overlay, article.post:hover .overlay-bg, article.post:hover .note-count, article.post:hover .share {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/*.note-count {
    color: #cccccc;
    font-size: 14px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s linear;
    margin:0 0 8px 0;
}*/
.note-count {
    position: absolute;
    color: white;
    font-size: 18px;
    letter-spacing:2px;
    font-weight: 700;
    text-transform:uppercase;
    text-align: center;
    width:100%;
    top: 20px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.note-count a {
    color: white;
    text-decoration:none;
}
.note-count a:hover {
    color: #ffffff;
    cursor: pointer;
}
/* Share */

/*
.overlay .post-meta {
    display:none;
}*/

/*.overlay .share {
    list-style: none;
    margin: 0;
    z-index:2;
    text-align: center;
    color: #cccccc;
    cursor: pointer;
}*/

.overlay .share {
    position: absolute;
    list-style: none;
    margin: 0;
    z-index:2;
    text-align: center;
    width:100%;
    color: #ffffff;
    bottom: 20px;
    left: 0;
    cursor: pointer;
}

.overlay .share a:hover, .overlay .share li:hover {
    color:white;
}

.like_toggle {
    height: 15px;
    width: 19px;
}



.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.3em;
}
/*.share.permalink .fa-share {
    font-size: 1.1em;
}*/

.post-share {
    left: 0;
    color: #ffffff;
    margin: 0;
    padding:0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    text-align:center;
    z-index: 4;
    bottom: 0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    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:48px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:100%;
}
.social-media a {
    color:#cccccc;
    padding:0 11px;
    display:block;
    line-height:36px;
}
.social-media span {
    display:inline-block;
}
.social-media a:hover {
    color:#ffffff;
}
.social-media-footer {
    position:absolute;
    bottom:27px;
    left:0;
    text-align:center;
    font-size:12px;
    width:100%;
    display:none;
}
.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: 20px;
}
.close-post-share:hover {
    opacity:1;
}
.share-toggle {
    position:relative;
    cursor:pointer;
}
/* permalink page */
.permalink .media {
    margin: 0 0 30px;
}
.permalink .media img, .permalink .media iframe {
    display: inline-block;
}
.permalink .content {
    margin: 10px 0 0 0;
}
.permalink .post-meta {
    margin: 0 0 30px;
}
.meta {
    float:left;
}
.post-meta .share {
    float:right;
}

.fuse-caption .meta a, .meta a, .meta time, .reblogged-from {
    margin:0 10px 0 0;
    display: inline-block;
}
.reblogged-from a {
    margin:0;
}


.meta time a {
    margin:0;
}
ul.tags {
    clear: both;
    list-style: none;
}
ul.tags li {
    display: inline-block;
}

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

.share.permalink {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
}
.share.permalink .like_toggle {
    height: 15px;
    width: 15px;
}

.standard-share {
    position: absolute;
    padding:0;
    bottom: 5px;
    left: -18px;
    background: #ffffff;
    border:2px solid #222222;
    border-radius: 2px;
    color:#222222 !important;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: .3s all;
}
.standard-share .fa {
    margin: 0 8px 0 0;
}
.standard-share span {
    display: block;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    border-bottom: 2px solid #222222;
    text-decoration: none;
    color:#222222 !important;
}
.standard-share span a {
    display: block;
    padding: 8px;
    line-height: 0;
    font-weight: 400;
    color:#222222 !important;
}

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

#permalink-notes {
    padding: 10px 0 10px;
}
ol.notes {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.notes li {
    margin: 0 0 10px 0;
    padding: 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 > div {
    display: inline-block;
}
.post-navigation > div:first-child {
    margin: 0 10px 0 0;
}

/* fuse credit */
.fuse-credit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding:5px 8px;
    z-index:999;
}

.fuse-credit a {
    color:#878787;
    text-decoration:none;
}

.fuse-credit a:hover {
    color:black;
}


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

.share .fa-facebook {
    color: #4c66a4 !important;
}

.share .fa-google-plus {
    color:#d34836 !important;
}

.share .fa-pinterest {
    color: #d34836 !important;
}

.share .fa-soundcloud {
    color:#f50 !important;
}

@media (max-width: 740px) { 

    .page {
        float:none;
        width:100%;
    }

    .banner-text {
        width: 100%;
        left:0;
        padding:0 25px;
    }

    .permalink .media {
        margin:0;
    }

    .content {
        text-align:center;
    }

    .permalink .content {
        margin: 0;
        padding:10px 0;
    }

    .post-single {
        text-align:center;
    }

    .post-page #notes {
        padding:0;
    }

    .post-meta .share {
        text-align:center;
    }

    .post-navigation {
        margin:0;
    }

    .photoset-count {
        left:15px;
        top:15px;
    }

    .fuse-overlay .fuse-container {
        padding: 20px;
    }

    .fuse-overlay.photo .fuse-container {
        margin:0;
    }
    .mobile-close {
        display:block !important;
    }
    .fuse-overlay .fuse-photoset {
        height: auto !important;
        width: 100% !important;
    }
    .post-meta {
        text-align: center;
        padding:0;
    }
    .post-meta .meta *:first-child {
        margin:0;
    }
    .content, .fuse-caption {
        padding:20px 0;
    }
    .post-meta .share {
        float:none;
    }
    .share.permalink {
        margin-top:12px;
        text-align:center;
    }
    .post .post-meta ul.tags {
        margin:12px 0 0 0;
    }

    blockquote {
        padding:0 !important;
    }

    .overlay-bg, .overlay {
        display:none;
    }

    .meta {
        text-align:center;
        float:none;
    }
    #header {
        height:50px;
        top:44px;
        transition:top 0.4s ease-out;
        z-index:99999999;
        width:100%;
        position:fixed;
        padding:0;
    }

    #fuse {
        padding-top:130px;
    }

    .navigation {
        display:none;
    }

    html.modal-open #header {
        top:0;
    }

    .logo {
        position:absolute;
        left:20px;
        top:50%;
        transform:translateY(-50%);
        max-height:36px;
    }

    .logo img {
        max-height:40px;
        max-width:100%;
    }

    .sidebar-toggle {
        position:absolute;
        right:20px;
        top:50%;
        transform:translateY(-50%);
    }

    html.modal-open .sidebar-toggle {
        opacity:0;
        visibility:hidden;
    }

    .close-mobile-modal {
        opacity:0;
        position:absolute;
        visibility:hidden;
        right:20px;
        top:50%;
        transform:translateY(-50%);
        transition:all 0.4s ease-in-out;
        cursor:pointer;
    }

    .close-mobile-modal svg {
        vertical-align:middle;
    }

    html.modal-open .close-mobile-modal {
        transition:all 0.4s ease-in-out 0.4s;
        opacity:1;
        visibility:visible;
    }

    .header-social-links {
        display:none;
    }

    .logo, .sidebar-toggle {
        opacity:1;
    }

    .header-description {
        display:none;
    }

    .logo a {
        display:block;
    }
    .close-modal {
        display:none;
    }
    .fuse-overlay.photo .fuse-post-meta, .fuse-overlay.photoset .fuse-post-meta {
        padding:0 20px;
    }

    .fuse-content {
        padding-top:50px;
    }

    .home-description {
        display:none;
    }

}