/* ---------------------------------------------- DEFAULT STYLING */

body {
    color:var(--text);
    font-family:roboto mono;
    font-size:12px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .1),-1px -1px 0px rgba(255, 255, 255, .2);
}

body svg {
    filter: drop-shadow(1px 1px 0px rgba(0,0,0,.1)) drop-shadow(-1px -1px 0px rgba(255,255,255,.2));
}

a {
    color:var(--accent);
    text-decoration:none;
    transition:all .4s ease-in-out;
}

a:hover {
    color:var(--text);
}

u {
    text-decoration:none;
}

i {
    opacity:.6;
}

h1,h2 {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:10px;
    font-size:18px;
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
    font-weight:normal;
    line-height:25px;
}

.tippy-tooltip.custom-theme {
    display:block;
    z-index:999999999999999999999;
    word-wrap:break-word;
    padding:3px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .2),-1px -1px 0px rgba(255, 255, 255, .25);
    background:rgba(0,0,0,.5);
    border:1px solid rgba(0,0,0,.2);
    box-shadow:2px 2px 0px 0px rgba(0,0,0,.072);
    border-radius:5px;
    color:#fff;
    font-size:10px;
    letter-spacing:2px;
    overflow: hidden;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    text-transform:capitalize;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  animation-duration:2s;
}

::-webkit-scrollbar {
    width:15px;
    background:var(--background) url('https://i.imgur.com/29rs0Vs.png');
}

::-webkit-scrollbar-thumb {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-left:0px;
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    border-right:0px;
    background:var(--posts);
}

::-webkit-scrollbar-thumb:active {
    border:1px solid rgba(0,0,0,.4);
    border-right:0px;
    background:rgba(0,0,0,.04);
    box-shadow: inset -1px -1px 0px 0px rgba(255,255,255,.1), inset 1px 1px 0px 0px rgba(0,0,0,0.1);
}


#desc::-webkit-scrollbar,#notebox::-webkit-scrollbar,#profile-bio::-webkit-scrollbar,.updates::-webkit-scrollbar {
    width:10px;
    background:transparent;
}

#desc::-webkit-scrollbar-thumb,#notebox::-webkit-scrollbar-thumb,#profile-bio::-webkit-scrollbar-thumb,.updates::-webkit-scrollbar-thumb {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    border-right:0px;
    background-color:var(--posts);
    border-radius:var(--borderstyle);
}

#desc::-webkit-scrollbar-thumb:active,#notebox::-webkit-scrollbar-thumb:active {
    border:1px solid rgba(0,0,0,.4);
    border-right:0px;
    background:var(--posts);
    box-shadow:inset -1px -1px 0px 0px rgba(255,255,255,.1), inset 1px 1px 0px 0px rgba(0,0,0,0.1);
    background-color:rgba(0,0,0,.04);
}

ul {
    list-style:none;
}

ul li:before {
    content:'—';
    margin-right:10px;
    width:auto!important;
    margin-top:0px!important;
    margin-left:0px!important;
    height:auto!important;
    position:relative!important;
    background:transparent!important;
    vertical-align:middle;
}

li {
    margin-left:-15px;
}

.read_more_container {
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
}

.post .read_more_container a {
    color:var(--text);
    transition:0s;
    border-bottom:1px solid rgba(0,0,0,.45);
}

.post .read_more_container a:hover {
    border-bottom:1px solid rgba(0,0,0,.45);
}

.read_more {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:10px;
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
}

.read_more:active {
    padding:11px 9px 9px 11px;
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    background:rgba(0,0,0,.04);
}

::selection {
    background:rgba(var(--rgbaccent),.5);
}

code,pre {
    line-height:inherit!important;
    font-size:inherit!important;
    word-wrap:break-word;
    white-space:pre-wrap;
    border-radius:var(--borderstyle);
    padding:15px;
    display:block;
    padding:10px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

hr {
    border:none;
    position:relative;
    margin:8% auto 8% auto;
    width:40%;
    box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.1), inset 0px 1px 0px 0px rgba(255,255,255,0.2);
    border-top:1px solid rgba(0,0,0,.4);
}

blockquote {
    border-left:1px solid rgba(0,0,0,.4);
    margin-left:0;
    padding-left:15px;
    -webkit-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.1),inset 1px 0px 0px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.1),inset 1px 0px 0px 0px rgba(255,255,255,0.2);
    box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.1),inset 1px 0px 0px 0px rgba(255,255,255,0.2);
    max-width:100%;
}

figcaption iframe {
    min-height:190px!important;
}

/* ---------------------------------------------- TUMBLR CONTROLS */

iframe.tmblr-iframe {
    z-index:999999999!important;
    top:120px!important;
    right:35px!important;
    padding-right:60px;
    transform:scale(0.7);
    transform-origin:100% 0;
    -webkit-transform:scale(0.7);
    -webkit-transform-origin:100% 0;
    -o-transform:scale(0.7);
    -o-transform-origin:100% 0;
    -moz-transform:scale(0.7);
    -moz-transform-origin:100% 0;
    -ms-transform:scale(0.7);
    -ms-transform-origin:100% 0;
    opacity:0;
    transition:all .4s ease;
}

iframe.tmblr-iframe:hover {
    opacity:1!important;
}

#controls,#scrolltop {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),3px 3px 0px 0px rgba(0,0,0,.072);
    padding:11px;
    z-index:9999;
    position:fixed;
    width:12px;
    height:12px;
}

#scrolltop:active {
    box-shadow: inset -2px -2px 0px 0px rgba(255,255,255,.2),inset 2px 2px 0px 0px rgba(0,0,0,.1),3px 3px 0px 0px rgba(0,0,0,.072);
    border-top:1px solid rgba(0,0,0,.45);
    border-left:1px solid rgba(0,0,0,.45);
    padding:12px 10px 10px 12px;
    
}

#controls {
    top:120px;
    right:35px;
}

#controls svg,#scrolltop svg {
    width:14px;
    height:14px;
    margin-top:-1px;
    margin-left:-1px;
    color:var(--windowicons);
}

/* ---------------------------------------------- POST STYLING */

#content {
    position:absolute;
    left:250px;
    width:calc(100% - 262px);
}

.post {
    font-size:var(--fontsize)!important;
}

@-webkit-keyframes fadeDown { from { margin-top:35px; opacity:0; } to { margin-top:50px; opacity:1; } }
@-moz-keyframes fadeDown { from { margin-top:35px; opacity:0;} to { margin-top:50px; opacity:1;} }
@keyframes fadeDown { from { margin-top:35px; opacity:0; } to { margin-top:50px; opacity:1; } }

.clearfix:before,.clearfix:after{content:'';display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}

.caption {
    padding:15px;
    line-height:28px;
    word-wrap:break-word;
}

.post img {
    max-width:100%;
    height:auto;
    border-radius:var(--borderstyle);
    display:initial;
    text-align:center;
}

.post a {
    color:var(--text);
    border-bottom:1px solid var(--accent);
}

.post a:hover {
    border-bottom:1px solid rgba(var(--rgbtext),.5);
}

.post .media,.post video {
    text-align:center;
    padding:10px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

.post video {
    max-width:calc(100% - 20px);
}

.post .media img {
    cursor:zoom-in;
    margin:0 auto;
}

.post .bar {
    width:calc(100% + 0px);
    margin-left:-10px;
    margin-top:-10px;
    margin-bottom:15px;
    padding:10px;
    height:24px;
    color:var(--titles);
}

.title {
    font-size:14px;
    letter-spacing:1px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .1),-1px -1px 0px rgba(255, 255, 255, .2);
    vertical-align:middle;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:20px;
}

.post .title {
    width:calc(100% - 200px);
    margin-left:10px;
}

.tmblr-full img {
    display:block;
}

.tmblr-full {
    display:inline-block;
}

.tmblr-full a {
    border-bottom:0px;
}

.tmblr-full a:hover {
    border-bottom:0px;
}

.tmblr-attribution {
    padding:5px 10px 5px 10px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.025);
    border-radius:var(--borderstyle);
    font-size:10px;
    display:block;
}

.tmblr-attribution:after {
    content:'🡢';
    float:right;
    display:inline;
}

.post-type .feather {
    width:12px;
    height:12px;
    vertical-align:middle;
    margin-top:-1px;
}

.bar a {
    border:0px;
    color:var(--text);
}

.bar a:hover {
    border:0px;
    color:var(--text);
}

/* ---------------------------------------------- CAPTIONS */

.reblog-header {
    display:inline-block;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:1px 15px 3px 5px;
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:5px;
}

.reblog-header:active {
    padding:1px 15px 3px 5px;
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
    background:rgba(0,0,0,.04);
}

.reblog-header img {
    display:inline-block;
    vertical-align:middle;
    width:20px;
    height:20px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    margin-right:5px;
}

.reblog-header a {
    border-bottom:0px;
}

.reblog-header a:hover {
    color:var(--text);
    border-bottom:0px;
}

.deactivated:after {
   content:'deactivated';
   position:absolute;
   padding-left:8px;
   opacity:0;
   transition:.4s ease-in-out;
}
.deactivated:hover:after {
   opacity:1;
}

/* ---------------------------------------------- POST INFO */

.post-info {
    transform:translate(-6px,42px);
}

.post-b {
    margin-top:-41px;
    margin-left:-5px;
    float:left;
    display:inline-block;
}

.post-info-inner {
    float:right;
    margin-top:-38px;
    display:inline-block;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:bold;
    font-size:10px;
    transform:translateX(45px);
}

.post-info-inner svg {
    margin-right:5px;
    vertical-align:middle;
    margin-top:-1px;
}

.post-menu2 {
    max-width:calc(100% - 40px);
    height:19px;
    margin-top:-20px;
    opacity:0;
    width:100%;
    transition:all .4s ease-in-out;
}

.time-ago {
    margin-right:8px;
}

.post-menu1 {
    transition:all .4s ease-in-out;
    transition-delay:.4s;
}

.post-menu {
    border-bottom:1px solid rgba(0,0,0,.35);
    padding:10px 15px 10px 15px;
    margin-bottom:10px;
    margin-top:-20px;
    margin-left:-10px;
    box-shadow:inset 0px -2px 0px 0px rgba(0,0,0,.1),0px 2px 0px 0px rgba(255,255,255,.2);
    font-size:12px;
    letter-spacing:1px;
    width:calc(100% - 10px);
}

.post-menu u {
    box-shadow:0 -1px 0 0 var(--posts) inset, 0 -2px 0 0 var(--text) inset;
}

.info-button {
    color:var(--text);
    display:inline-block;
    border-radius:var(--borderstyle);
    background:rgba(255,255,255,.1);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:3px 5px 7px 5px;
    width:12px;
    height:12px;
    margin-right:4px;
}

.info-button:active {
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-left:1px solid rgba(0,0,0,.45);
    box-shadow: inset -2px -2px 0px 0px rgba(255,255,255,.2),inset 2px 2px 0px 0px rgba(0,0,0,.1),1px 1px 0px 0px rgba(0,0,0,0.05),-1px -1px 0px 0px rgba(255,255,255,.1);
    padding:4px 4px 6px 6px;
}

.post-info a:first-of-type {
    padding-left:0px;
}

.post-info i {
    color:var(--text);
    opacity:1;
    transition:all .4s ease-in-out;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(255, 255, 255, 0);
    padding-right:5px;
}

.post-info a {
    border-bottom:0px;
}

.post-info a:hover {
    border-bottom:0px;
}

.post-info a:hover .feather, .post-info a:hover i {
    color:var(--accent);
}

.post-info .feather {
    width:12px;
    height:12px;
    color:var(--text);
    transition:all .4s ease-in-out;
}

.like-button {
    position:relative;
    vertical-align:middle;
    overflow:hidden;
    color:var(--text);
    display:inline-block;
    padding-top:2px;
    padding-left:1px;
    padding-right:1px;
    margin-top:-2px;
    float:right;
}

.like-button svg {
    width:12px;
    height:12px;
    color:var(--text);
    opacity:1;
    transition:all .4s ease-in-out;
    padding-right:5px;
    transition:all .4s ease-in-out;
}

.like-button svg:hover {
    color:var(--accent);
}

a.like-button .liked + svg {
    fill:var(--accent);
    transition:all .4s ease-in-out;
}

.like-button .like_button iframe {
    position:absolute;
    margin-left:-4px;
    margin-top:-3px;
    z-index:2;
    opacity:0;
}

.like_button iframe {
    margin-left:2px;
    margin-bottom:2px;
    transform:scale(0.6,0.6);
}

.permalink-button {
    float:right;
}

.info-tags {
    margin-top:10px;
    font-size:10px;
}

.info-tags span:after {
    content:'·';
    padding-left:5px;
    padding-right:5px;
    opacity:.3;
}

.info-tags span:last-of-type:after {
    content:'';
}

.info-tags a {
    opacity:.3;
}

.post:hover .info-tags a, .post:hover .info-tags span:last-of-type:after {
    opacity:.6;
}

.post .info-tags a:hover {
    color:var(--text);
    opacity:1;
}

@-webkit-keyframes fadeUp { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeUp { from {  opacity:0; } to { opacity:1; } }
@keyframes fadeUp { from {  opacity:0; } to { opacity:1; } }

/* ---------------------------------------------- LIGHTBOX */

.vignette, #vignette {
    opacity:0;
}

.lightbox-image, #tumblr_lightbox img {
    border-radius:5px!important;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:15px!important;
    background:var(--posts)!important;
    box-shadow:none !important;
    height:auto;
}

.lightbox-caption, #tumblr_lightbox_caption {
    visibility:hidden;
}

.tag-inner {
    -webkit-animation:fade 1s ease;
    -moz-animation:fade 1s ease;
    -o-animation:fade 1s ease;
    animation:fade 1s ease;
    animation-delay:.5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.tags {
    margin-top:-5px;
}

.tag-border {
    margin-bottom:1px;
    position:relative;
    margin:15px auto 10px auto;
    width:100%;
    box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.1), inset 0px 1px 0px 0px rgba(255,255,255,0.2);
    border-top:1px solid rgba(0,0,0,.4);
}

.tags a {
    display:inline-block;
    border-radius:var(--borderstyle);
    background:rgba(255,255,255,.1);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:3px 8px 3px 8px;
    font-size:10px;
    letter-spacing:1.5px;
    text-transform:uppercase;
    font-weight:bold;
    margin:3px;
    max-width:95%;
    transition:none;
    white-space:no-wrap;
    word-wrap:break-word;
}

.tags a:active {
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-left:1px solid rgba(0,0,0,.45);
    box-shadow: inset -2px -2px 0px 0px rgba(255,255,255,.2),inset 2px 2px 0px 0px rgba(0,0,0,.1),1px 1px 0px 0px rgba(0,0,0,0.05),-1px -1px 0px 0px rgba(255,255,255,.1);
}

.tags svg {
    width:12px;
    height:12px;
    margin-bottom:-3px;
    stroke-width:3;
}

.tags a:first-of-type {
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
    color:var(--titles);
}

.tags a:first-of-type:active {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
}

.tags a:hover {
    border-bottom:1px solid rgba(0,0,0,.45);
}

@-webkit-keyframes fade { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fade { from {  opacity:0; } to { opacity:1; } }
@keyframes fade { from {  opacity:0; } to { opacity:1; } }

/* ---------------------------------------------- PHOTOSET POSTS */

[photoset-layout] {
    grid-gap:5px;
    overflow:hidden;
    border-radius:var(--borderstyle);
}

[photoset-layout] img:hover {
    cursor:zoom-in;
}

figure img {
    max-width:100%;
    border-radius:var(--borderstyle);
}

.npf_photoset {
    border-radius:var(--borderstyle);
    text-align:center;
    padding:10px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

.npf_photoset img {
    cursor:zoom-in;
}

/* ---------------------------------------------- VIDEO POSTS */

.videoWrapper {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    border-radius:5px;
    overflow:hidden;
}

.videoWrapper iframe{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    border-radius:5px;
}

video {
    max-width:100%;
    height:auto!important;
    border-radius:5px;
}

.embed_iframe {
    max-width:100%;
}

/* ---------------------------------------------- AUDIO POSTS */

.audio {
    border-bottom:1px solid rgba(0,0,0,.45);
    background:rgba(255,255,255,.1);
    padding:10px;
    padding-top:0px;
    width:100%;
    margin-left:-10px;
    display:flex;
    height:150px;
    box-shadow:inset 0px -2px 0px 0px rgba(0,0,0,.1),0px 2px 0px 0px rgba(255,255,255,.2);
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.audio-image {
    vertical-align:top;
    min-width:140px;
    max-width:140px;
    min-height:140px;
    max-height:140px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    border-radius:var(--borderstyle);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    margin-right:5px;
    padding:5px;
  position: relative;
}

.audio-image:after {
  position: absolute;
  pointer-events: none;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .45), rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 50%);
}

.audio-image img {
    width:100%;
    height:100%;
}

.audio-info {
    vertical-align:middle;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    padding:10px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    height:130px;
    margin-left:5px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.error_icon svg {
	stroke:var(--text);
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.audio_player .seekbar {
	width:calc(100% - 30px);
	margin-left:5px;
	height:0.5em;
	border-radius:var(--borderstyle);
	margin-left:15px;
	margin-top:15px;
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
}

.audio_player .seekbar_progress {
	width:0;
	height:100%;
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
	border-radius:var(--borderstyle);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),inset -1px 0px 0px 0px rgba(0,0,0,0.3);
}

.current_time {
    float:left;
    opacity:.5;
    font-size:9px;
    padding-top:2px;
    padding-left:15px;
    font-weight:bold;
}

.time_left {
    float:right;
    opacity:.5;
    font-size:9px;
    padding-top:2px;
    font-weight:bold;
    padding-right:15px;
}

.audio-artist {
    text-align:center;
    font-size:13px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.audio-album {
    text-align:center;
    font-size:11px;
    opacity:.6;
    margin-top:4px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    letter-spacing:1px;
}

.audio-track {
    text-align:center;
    margin-top:5px;
    font-size:12px;
    letter-spacing:1px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.audio-buttons {
    text-align:center;
}

.audio-buttons .feather {
    width:12px;
    height:12px;
    transition:all .4s ease-in-out;
    padding-bottom:5px;
}

.audio-button {
    border-radius:100%;
    vertical-align:top;
}

.audio-button:hover .feather {
    color:var(--accent);
}

.audio-buttons span {
    display:inline-block;
    margin-left:10px;
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:6px;
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
    width:12px;
    height:12px;
}

.audio-button:active {
    padding:7px 5px 5px 7px;
    width:12px;
    height:12px;
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),-1px -1px 0px 0px rgba(255,255,255,.1);
    background:rgba(0,0,0,.04);
}

.audio-buttons span:first-of-type {
    display:inline-block;
    margin-left:0px;
}

.tumblr_audio_player {
    height:85px;
    width:100%;
    border-radius:var(--borderstyle);
}

.soundcloud_audio_player {
     width:100%;
}

.spotify_audio_player {
    width:100%;
}

/* ---------------------------------------------- LINK POSTS */

.link-post {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:10px;
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
}

.link-thumbnail {
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    padding:5px;
}

.link-post .feather {
    width:15px;
    height:15px;
    vertical-align:bottom;
    display:inline-block;
    float:right;
    padding-top:2px;
}

.link-post .title {
    display:inline-block;
    max-width:calc(100% - 25px);
    font-size:16px;
    letter-spacing:1px;
    font-weight:normal;
}

/* ---------------------------------------------- CHAT POSTS */

.chat-post {
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:10px;
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
}

.chat-line {
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    padding:5px 10px 5px 10px;
    margin-top:10px;
}

.chat-label {
    font-weight:bold;
    letter-spacing:1px;
}

.chat-line:first-of-type {
    margin-top:0px;
}

/* ---------------------------------------------- QUOTE POSTS */

.quote-post {
    font-size:15px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:10px;
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
    text-align:center;
    line-height:30px;
}

.quote-source {
    text-transform:uppercase;
    letter-spacing:1px;
    opacity:.75;
    font-size:9px;
    margin-top:10px;
    font-weight:bold;
}

/* ---------------------------------------------- ANSWER POSTS */

.ask-bubble {
    border-radius:var(--borderstyle);
    width:calc(100% - 30px);
    padding:15px;
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    line-height:18px;
    margin-bottom:15px;
}

.ask-bubble:last-of-type {
    margin-bottom:0px;
}

.asker-port {
    display:inline-block;
    vertical-align:middle;
    width:40px;
    height:40px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    margin-right:5px;
}

.asker-label {
    vertical-align:middle;
    display:inline-block;
    margin-left:10px;
    font-size:12px;
}

.asker-label a {
    border-bottom:0px;
}

.asker-label a:hover {
    border-bottom:0px;
}

.ask-content {
    margin-top:10px;
    padding:15px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

/* ---------------------------------------------- PERMALINK PAGE */

#notebox {
    background:rgba(0,0,0,.04);
    max-height:300px;
    width:calc(100% - 30px);
    margin-top:20px;
    margin-bottom:10px;
    overflow:auto;
    padding:15px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

#notebox blockquote {
    border-left:0px transparent;
}

#notebox a {
    color:var(--text)!important;
    border-bottom:0px;
    font-weight:bold;
}

#notebox a:hover {
    color:var(--text);
}

#notebox ol {
    margin-top:0;
    margin-bottom:0;
    margin-left:-40px;
}

#notebox ol li {
    list-style:none;
    padding:6px;
    word-wrap:break-word;
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    font-size:10px;
    letter-spacing:1px;
    margin-left:0px;
    text-transform:uppercase;
    margin-top:10px;
}

#notebox ol li:first-of-type {
    margin-top:0px;
}

#notebox ol li:nth-child(odd) {
    background:rgba(var(--rgbaccent),.1);
}

#notebox img {
    display:inline-block;
    vertical-align:middle;
    width:18px;
    height:18px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    margin-right:10px;
}

.more_notes_link {
    text-align:center;
    font-family:roboto mono;
    font-size:9px;
    font-weight:bold;
    color:var(--text);
}

#permnav {
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
    color:var(--text);
}

#permnav .feather {
    width:12px;
    height:12px;
    vertical-align:middle;
    color:var(--text);
}

#permnav a {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45)!important;
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:6px 10px 7px 10px;
    font-size:9px;
    font-weight:bold;
    color:var(--text)!important;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:all 0s ease-in-out;
}

#perma {
    font-size:13px;
    line-height:28px;
}

#perma svg {
    width:16px;
    height:16px;
    vertical-align:middle;
    margin-right:10px;
    opacity:.8;
}

#perma a {
    border-bottom:1px solid transparent;
    color:var(--accent);
}

#perma a:hover {
    border-bottom:1px solid var(--accent);
    color:var(--text);
}

#perma a svg {
    color:var(--text);
}

.permatag a {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45)!important;
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:5px 15px 5px 15px;
    font-size:10px;
    font-weight:600;
    color:var(--text)!important;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-right:5px;
    word-wrap:break-word;
    white-space:no-wrap;
    text-align:left;
}


.permatag {
    margin-top:15px;
    line-height:30px;
}

/* ---------------------------------------------- CONTAINER */

.bar {
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
    padding:5px 8px 5px 8px;
    margin-left:0px;
    margin-top:0px;
    width:calc(100% - 16px);
    border-top-left-radius:var(--borderstyle);
    border-top-right-radius:var(--borderstyle);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.05),0px 2px 0px 0px rgba(255,255,255,0.2);
    border-bottom:1px solid rgba(0,0,0,.25);
}

.buttons {
    margin-top:-22px;
    position:absolute;
    right:12px;
}

.button {
    width:9px;
    height:9px;
    float:right;
    border-radius:100%;
    margin-left:7px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,.4),inset -1px -1px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
}

.button:active {
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2),1px 1px 0px 0px rgba(0,0,0,0.1),-1px -1px 0px 0px rgba(255,255,255,.1);
}

.post .windowbuttons {
    position:relative;
    bottom:-26px;
    margin-left:calc(100% - 25px);
}

.post .buttons {
    position:relative;
    bottom:-26px;
}

.windowbuttons {
    margin-top:-35px;
    margin-left:calc(100% - 45px);
    position:absolute;
}

 .buttonz {
    width:6px;
    height:6px;
    padding:5px;
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-top:0px;
    box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,.2),inset -1px -1px 0px 0px rgba(0,0,0,.1);
}

.buttonz:active {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-top:0px;
    padding:6px 4px 4px 6px;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px rgba(255,255,255,.2);
    box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.1),inset -1px -1px 0px 0px (255,255,255,.2);
}

.xbt1, .xbt2, .xbt3, .xbt4, .xbt5, .xbt6, .xbt7, .xbt8, .xbt9 {
    background:var(--windowicons);
    width:1px;
    height:1px;
}

.xbt2 {margin-left:4px; margin-top:-1px; }
.xbt3 {margin-left:1px }
.xbt4 {margin-left:2px }
.xbt5 {margin-top:-2px; margin-left:3px; }
.xbt6 {margin-top:1px; margin-left:1px; }
.xbt7 {margin-left:3px; margin-top:-1px; }
.xbt8 {margin-left:4px }
.xbt9 {margin-top:-1px }
.winbt1 {width:5px; height:5px; border:1px solid var(--windowicons); margin-top:-1px; margin-left:-1px; }
.winbt2 {width:5px; height:1px; background:var(--windowicons); margin-top:-6px; } .minbt {background:var(--windowicons); width:5px; height:1px; margin-top:3px; }

.window {
    background-attachment: fixed;
    background-position:center top;
    width:calc(100% - 30px);
    height:calc(100% - 133px);
    margin-top:15px;
    margin-left:15px;
    overflow:auto;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    overflow-x:hidden;
}

#bfix1 {
    left:0px;
}

#bfix1,#bfix2 {
    width:1px;
    height:3px;
    background:rgba(0,0,0,.3);
    position:fixed;
    top:101px;
    z-index:9999!important;
}

#bfix2 {
    right:0px;
    width:1.25px;
    box-shadow:-2px 0px 0px 0px rgba(0,0,0,.08);
    background:rgba(0,0,0,.35);
}

#bfix3 {
    left:248px;
}

#bfix3,#bfix4 {
    bottom:0;
    width:3px;
    height:1.25px;
    position:fixed;
    box-shadow:0px -2px 0px 0px rgba(0,0,0,.08);
    background:rgba(0,0,0,0.5);
    z-index:9999!important;
}

#bfix4 {
    right:13px;
}

#bfix5 {
    background:var(--posts);
    width:200px;
    height:50px;
    position:fixed;
}

#b-right {
    border:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.45);
    border-top:0px;
    box-shadow:0px -3px 0px 0px var(--posts),inset -2px 0px 0px 0px rgba(0,0,0,.05),inset 2px 0px 0px 0px rgba(255,255,255,0.2);
    width:15px;
    background:var(--posts);
    height:calc(100% - 105px);
    right:0;
    top:104px;
    position:fixed;
    z-index:9999!important;
}

#b-bottom {
    border-top:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    box-shadow:3px 0px 0px 0px var(--posts),-3px 0px 0px 0px var(--posts),inset 0px -2px 0px 0px rgba(0,0,0,.05),inset 0px 2px 0px 0px rgba(255,255,255,0.2);
    border-left:0px;
    border-right:0px;
    width:calc(100% - 267px);
    background:var(--posts);
    height:50px;
    bottom:0;
    left:251px;
    position:fixed;
    z-index:9999!important;
}

#b-left {
    border-right:1px solid rgba(0,0,0,.35);
    border-left:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-top:0px;
    box-shadow:0px -3px 0px 0px var(--posts),inset -2px 0px 0px 0px rgba(0,0,0,.07),inset 2px 0px 0px 0px rgba(255,255,255,0.2),inset 0px -2px 0px 0px rgba(0,0,0,.07),2px 0px 0px 0px rgba(0,0,0,.05);
    width:250px;
    background:var(--posts);
    height:calc(100% - 105px);
    left:0;
    top:104px;
    position:fixed;
    z-index:9999!important;
}

#bar {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999!important;
}

#bar .bar {
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-right:1px solid rgba(0,0,0,.25);
    border-left:1px solid rgba(0,0,0,.15);
    width:calc(100% - 18px);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.05),0px 2px 0px 0px rgba(255,255,255,0.2),inset 0px 1px 0px 0px rgba(0,0,0,.3);
    z-index:-9;
    position:relative;
}

#bar2 {
    background:var(--posts);
    width:calc(100% - 2px);
    height:27px;
    border-right:1px solid rgba(0,0,0,.35);
    border-left:1px solid rgba(0,0,0,.35);
    padding-top:8px;
    padding-bottom:8px;
    border-bottom:1px solid rgba(0,0,0,.3);
    box-shadow:inset -2px -2px 0px 0px rgba(0,0,0,.05),0px 2px 0px 0px rgba(0,0,0,0.05),0px 3px 0px 0px rgba(0,0,0,.05);
    z-index:-9;
    position:relative;
}

#bar2 a {
    transition:0s;
}

.tum {
    opacity:.5;
    transition:all .4s ease-in-out;
    color:#666;
}

#address:hover .tum {
    opacity:1;
}

#address input {
    border:0;
    outline:0;
    font-size:10px;
    color:#666;
    letter-spacing:1px;
    background:transparent;
    width:calc(100% - 95px);
    font-weight:normal;
    font-family:roboto mono,consolas,Lucida Console,monospace!important;
    font-style:normal;
    font-size:11px;
}

#credit {
    float:right;
    margin-top:1px;
    opacity:.5;
    transition:all .4s ease-in-out;
    color:#666;
}

#address a {
    transition:all .4s ease-in-out;
    color:#666;
}

#address:hover #credit {
    opacity:1;
}

#credit .feather {
    width:12px;
    height:12px;
    color:#666;
}

.favicon {
    display:inline-block;
    margin-left:4px;
    width:16px;
    height:16px;
    padding-top:6px;
}

.favicon img {
    max-width:16px;
    max-height:16px;
    position:absolute;
}

#title {
    font-style:normal;
    font-size:12px;
    margin-left:15px;
    transform:translateY(-2px);
    display:inline-block;
    letter-spacing:2px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .15),-1px -1px 0px rgba(255, 255, 255, .2);
    font-weight:bold;
    vertical-align:middle;
    padding-bottom:10px;
    max-width:calc(100%  - 110px);
    height:14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:var(--titles);
}

#arrows {
    position:absolute;
    height:22px;
    margin-top:2px;
}

.arrow {
    padding:5px;
    margin-left:10px;
    width:12px;
    height:12px;
    border:1px solid rgba(0,0,0,.3);
    border-bottom:1px solid rgba(0,0,0,.35);
    border-right:1px solid rgba(0,0,0,.35);
    box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,.2),inset -1px -1px 0px 0px rgba(0,0,0,.1);
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
    position:absolute;
    opacity:.65;
}

.arrow:active, #home-icon:active, #refresh-icon:active, #search-icon:active,#update:active {
    padding:6px 4px 4px 6px;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.05),inset -1px -1px 0px 0px rgba(255,255,255,.2);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.05),inset -1px -1px 0px 0px rgba(255,255,255,.2);
    box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.05),inset -1px -1px 0px 0px (255,255,255,.2);
    background:rgba(0,0,0,.04);
}

#update:active {
    padding:4px 4px 7px 6px;
}

#arrows .feather,#home-icon .feather,#refresh-icon .feather,#update .feather {
    width:12px;
    height:12px;
    color:var(--windowicons);
}

.arrow2 {
    margin-left:38px;
}

#update {
    padding:3px 5px 8px 5px;
    right:15px;
    top:70px;
    width:75px;
    height:12px;
    font-size:10px;
    letter-spacing:1px;
    font-weight:bold;
    border:1px solid rgba(0,0,0,.3);
    border-bottom:1px solid rgba(0,0,0,.35);
    border-right:1px solid rgba(0,0,0,.35);
    box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,.2),inset -1px -1px 0px 0px rgba(0,0,0,.1);
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
    position:absolute;
}

#update svg {
    transform:translateY(2px);
}

#home-icon {
    padding:5px;
    margin-left:72px;
    width:12px;
    height:12px;
    margin-top:2px;
    border:1px solid rgba(0,0,0,.3);
    border-bottom:1px solid rgba(0,0,0,.35);
    border-right:1px solid rgba(0,0,0,.35);
    box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,.2),inset -1px -1px 0px 0px rgba(0,0,0,.1);
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
    position:absolute;
}

#refresh-icon {
    padding:5px;
    width:12px;
    height:12px;
    margin-left:100px;
    margin-top:2px;
    border:1px solid rgba(0,0,0,.3);
    border-bottom:1px solid rgba(0,0,0,.35);
    border-right:1px solid rgba(0,0,0,.35);
    box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,.2),inset -1px -1px 0px 0px rgba(0,0,0,.1);
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
    position:absolute;
}

#search-icon {
    float:right;
    margin-top:-33px;
    margin-right:10px;
    padding:5px;
    width:14px;
    height:14px;
    border:1px solid rgba(0,0,0,.3);
    border-bottom:1px solid rgba(0,0,0,.35);
    border-right:1px solid rgba(0,0,0,.35);
    box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,.2),inset -1px -1px 0px 0px rgba(0,0,0,.1);
    background:rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
}

#search-icon .feather {
    width:13px;
    height:13px;
    margin-left:1px;
    color:var(--windowicons);
}

#floral {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),3px 3px 0px 0px rgba(49, 49, 49, 0.072);
    padding:7px;
    position:fixed;
    bottom:72px;
    width:20px;
    height:20px;
    right:35px;
}

#floral:active {
    border-top:1px solid rgba(0,0,0,.45);
    border-left:1px solid rgba(0,0,0,.45);
    box-shadow: inset -2px -2px 0px 0px rgba(255,255,255,.2),inset 2px 2px 0px 0px rgba(0,0,0,.1),3px 3px 0px 0px rgba(49, 49, 49, 0.072);
    padding:8px 6px 6px 8px;
}

#floral svg {
    width:20px;
    height:20px;
    opacity:.8;
    transition:all .4s ease-in-out;
}

#floral:hover svg {
    opacity:1;
}

#scrolltop {
    bottom:120px;
    right:35px;
}

#creds {
    font-size:10px;
    letter-spacing:1px;
    opacity:.3;
    text-align:center;
    text-transform:uppercase;
    margin-top:-30px;
    color:black;
    transition:all .4s ease-in-out;
}

#creds a {
    color:black;
}

#creds:hover {
    opacity:.5;
}

/* ---------------------------------------------- TABS */

.tabs {
    position:absolute;
    margin-top:-22px;
    margin-left:10px;
}

.tab {
    transform:skew(-8deg);
    display:inline-block;
    color:rgba(var(--rgbtext),.5);
    padding:6px 15px 0px 15px;
    font-size:11px;
    letter-spacing:1px;
    margin-left:-2px;
    border:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px 0px 0px 0px rgba(0,0,0,.1),0px 2px 0px 0px var(--posts);
    background:rgba(255,255,255,.1);
    border-top-left-radius:var(--borderstyle);
    border-top-right-radius:var(--borderstyle);
    border-bottom:2px solid var(--posts);
    background:var(--posts);
}

.tab:hover {
    transform: translateY(-3px) skew(-8deg);
    padding:6px 15px 3px 15px;
    color:rgba(var(--rgbtext),.7);
}

.tab.active {
    padding:6px 15px 4px 15px;
    transform: translateY(-4px) skew(-8deg);
    font-weight:bold;
    color:rgba(var(--rgbtext),.9);
}

.tab_content {
    display: none;
}
/* ---------------------------------------------- SIDEBAR */

#sidebar {
    width:220px;
    left:15px;
    top:104px;
    position:fixed;
    height:calc(100% - 115px);
    z-index:9999;
}

#widgetwrap {
    overflow:hidden;
    height:calc(100% - 240px);
}

#widgetwrap::-webkit-scrollbar {
  display: none;
}

#description {
    padding:15px;
    border-radius:var(--borderstyle);
    background:rgba(255,255,255,.1);
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    margin-top:43px;
    font-size:var(--fontsize);
    word-wrap:break-word;
}

#desc {
    padding:15px;
    max-height:60px;
    overflow:auto;
    margin-top:15px;
    line-height:18px;
}

#description .window {
    background:rgba(0,0,0,.04)!important;
    margin-left:0px;
}

#port {
    width:100%;
    margin-top:-55px;
}

#port-inner {
    z-index:9999;
    width:82px;
    margin:0 auto;
    height:82px;
    border-radius:var(--borderstyle);
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
    border:1px solid rgba(0,0,0,.3);
    border-bottom:1px solid rgba(0,0,0,.35);
    border-right:1px solid rgba(0,0,0,.35);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
}

#subtitle {
    color:var(--subtitle);
    text-align:center;
    letter-spacing:2px;
    font-size:16px;
    text-shadow: 1px 0px 0px var(--accent),0px 1px 0px var(--accent),-1px 0px 0px var(--accent),0px -1px 0px var(--accent),1.5px 1.5px 0px rgba(0, 0, 0, .1),-1.5px -1.5px 0px rgba(255, 255, 255, .2);
    margin-top:12px;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-family:open sans;
}

#subtitle i {
    opacity:1;
}

#header {
    width:calc(100% - 2px);
    height:100px;
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    border-bottom:1px solid rgba(0,0,0,.25);
    border-radius:var(--borderstyle);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    margin-bottom:-43px;
    border-right:1px solid rgba(0,0,0,.45);
}

/* ---------------------------------------------- SEARCH */

#searchbox {
    width:20%;
    margin-top:-38px;
    display:inline-block;
    right:220px;
    height:20px;
    position:absolute;
}

#searchbox input {
    outline:0;
    border:0;
    background:transparent;
    font-family:roboto mono,consolas,Lucida Console,monospace!important;
    letter-spacing:1px;
    color:var(--text);
    font-size:11px;
    text-shadow:1px 1px 0px rgba(0, 0, 0, .1),-1px -1px 0px rgba(255, 255, 255, .2);
    width:100%;
    white-space:nowrap;
    margin-top:6px;
    overflow:hidden;
    text-overflow:ellipsis;
}

#searchbox.window {
    padding:0px 15px 0px 15px;
    height:26px;
}

#search::placeholder {
    color:var(--text);
    opacity:.7;
    transition:all .4s ease-in-out;
}

#search:focus::placeholder {
    opacity:.25;
}

#searchb {
    height:28px;
    width:28px;
    padding:1px 4px 1px 4px;
    background:rgba(255,255,255,.1);
    cursor:pointer;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
    right:185px;
    top:-38px;
    position:absolute;
}

#searchb:active {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    padding:2px 3px 0px 5px;
    box-shadow:inset -1px -1px 0px 0px rgba(255,255,255,.2),inset 1px 1px 0px 0px rgba(0,0,0,.1);
    background:rgba(0,0,0,.04)!important;
    
}

#searchb svg {
    width:14px;
    color:var(--windowicons);
}

/* ---------------------------------------------- CALENDAR */

.calendar-wrapper {
    background:rgba(255,255,255,.1);
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    border-radius:var(--borderstyle);
    box-shadow:-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    overflow:hidden;
    margin-top:15px;
    font-size:var(--fontsize);
}

table {
    width:100%;
    border-collapse:collapse;
}
td {
    height:22px;
    text-align:center;
    vertical-align:middle;
    width:100% / 7;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:0px;
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
}

td:first-of-type {
    border-left:0px;
}

td:last-of-type {
    border-right:0px;
}

tr:last-of-type {
    border-bottom-left-radius:var(--borderstyle);
    border-bottom-right-radius:var(--borderstyle);
}

.days {
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    border-top:1px solid rgba(0,0,0,.4);
}

.days td {
    border:0px;
    box-shadow:none;
    letter-spacing:1.5px;
    color:var(--titles);
    font-size:10px;
    font-weight:600;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .15),-1px -1px 0px rgba(255, 255, 255, .2);
    height:22px;
}

td.not-current {
    color:rgba(var(--rgbtext),.3);
}

td.today {
    color:var(--titles);
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
}

thead td {
    border-top-right-radius:var(--borderstyle);
    border-top-left-radius:var(--borderstyle);
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    font-size:10px;
    border:0px;
    height:25px;
    letter-spacing:2px;
    text-transform:uppercase;
    padding-top:5px;
    padding-bottom:3px;
}

#btnNext .feather,#btnPrev .feather {
    width:11px;
    height:11px;
}

#btnNext {
    float:right;
    margin-right:5px;
}

#btnPrev {
    float:left;
    margin-left:2px;
}

#button-wrap {
    transform:translateY(27px);
    width:100%;
    margin-top:-17px;
}

#button-wrap button {
    background:transparent;
    outline:0;
    border:0;
    color:var(--windowicons);
}

/* ---------------------------------------------- FOOTER */

#footer {
    position:fixed;
    width:100%;
    z-index:9999;
    bottom:0;
    left:0;
}

#clock {
    bottom:10px;
    right:17px;
    position:fixed;
    width:120px;
    padding:5px 0px 5px 25px;
    height:auto;
}

#clock form {
    display:inline-block;
    width:100px;
}

#clock .feather {
    display:inline-block;
    color:var(--text);
    width:12px;
    height:12px;
    vertical-align:middle;
    margin-top:-1px;
    margin-right:8px;
}

#tagcloud span {
    display:inline-block;
    border-radius:var(--borderstyle);
    background:rgba(255,255,255,.1);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow:inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    padding:4px 8px 4px 8px;
    font-size:10px;
    letter-spacing:1px;
    text-transform:uppercase;
    font-weight:bold;
    margin:5px;
    cursor:default;
}

#tagcloud a span {
    cursor:pointer;
    color:var(--text);
}

#tagcloud a span:active {
    box-shadow:inset -2px -2px 0px 0px rgba(255,255,255,.2),inset 2px 2px 0px 0px rgba(0,0,0,.1);
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-left:1px solid rgba(0,0,0,.45);
}

#tagcloud a {
    color:var(--text);
}

/* ---------------------------------------------- HIT COUNTER */

#hitcounter {
    width:100%;
    text-align:center;
    margin-top:15px;
    text-transform:uppercase;
    letter-spacing:1px;
    line-height:15px;
    font-size:11px;
}

#active {
    color:var(--titles);
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    border:0px;
    border-right:1px solid rgba(0,0,0,.35);
    border-top-left-radius:var(--borderstyle);
    border-bottom-left-radius:var(--borderstyle);
    padding:8px 7px 2px 8px;
    vertical-align:top;
    display:inline-block;
    margin-left:-35px;
    margin-top:-5px;
    margin-right:10px;
    float:left;
}

#activityy {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    border-radius:var(--borderstyle);
    padding-right:10px;
    width:calc(100% - 50px);
    background:rgba(255,255,255,.1);
    padding:5px 10px 10px 35px;
    height:10px;
}

#hitcounter a {
    color:var(--text);
}

#hitcounter svg {
    width:12px;
    height:12px;
    filter: drop-shadow(-0.5px -0.5px 0px rgba(0,0,0,.1)) drop-shadow(0.5px 0.5px 0px rgba(255,255,255,.2));
}

/* ---------------------------------------------- RIGHT SIDEBAR */

@-webkit-keyframes grow0 {
	0% {
		height: 3px;
	}
	10% {
		height: 6px;
	}
	20% {
		height: 6px;
	}
	30% {
		height: 2px;
	}
	40% {
		height: 6px;
	}
	50% {
		height: 3px;
	}
	60% {
		height: 4px;
	}
	70% {
		height: 1px;
	}
	80% {
		height: 3px;
	}
	90% {
		height: 5px;
	}
	100% {
		height: 6px;
	}
}
@keyframes grow0 {
	0% {
		height: 3px;
	}
	10% {
		height: 6px;
	}
	20% {
		height: 6px;
	}
	30% {
		height: 2px;
	}
	40% {
		height: 6px;
	}
	50% {
		height: 3px;
	}
	60% {
		height: 4px;
	}
	70% {
		height: 1px;
	}
	80% {
		height: 3px;
	}
	90% {
		height: 5px;
	}
	100% {
		height: 6px;
	}
}
.bars.active:nth-child(1) {
	-webkit-animation: grow1 1665ms alternate infinite;
	animation: grow1 1665ms alternate infinite;
}
@-webkit-keyframes grow1 {
	0% {
		height: 2px;
	}
	10% {
		height: 4px;
	}
	20% {
		height: 5px;
	}
	30% {
		height: 3px;
	}
	40% {
		height: 7px;
	}
	50% {
		height: 6px;
	}
	60% {
		height: 3px;
	}
	70% {
		height: 6px;
	}
	80% {
		height: 6px;
	}
	90% {
		height: 5px;
	}
	100% {
		height: 1px;
	}
}
@keyframes grow1 {
	0% {
		height: 2px;
	}
	10% {
		height: 4px;
	}
	20% {
		height: 5px;
	}
	30% {
		height: 3px;
	}
	40% {
		height: 7px;
	}
	50% {
		height: 6px;
	}
	60% {
		height: 3px;
	}
	70% {
		height: 6px;
	}
	80% {
		height: 6px;
	}
	90% {
		height: 5px;
	}
	100% {
		height: 1px;
	}
}
.bars.active:nth-child(2) {
	-webkit-animation: grow2 1722ms alternate infinite;
	animation: grow2 1722ms alternate infinite;
}
@-webkit-keyframes grow2 {
	0% {
		height: 7px;
	}
	10% {
		height: 7px;
	}
	20% {
		height: 4px;
	}
	30% {
		height: 7px;
	}
	40% {
		height: 7px;
	}
	50% {
		height: 1px;
	}
	60% {
		height: 5px;
	}
	70% {
		height: 1px;
	}
	80% {
		height: 6px;
	}
	90% {
		height: 7px;
	}
	100% {
		height: 5px;
	}
}
@keyframes grow2 {
	0% {
		height: 7px;
	}
	10% {
		height: 7px;
	}
	20% {
		height: 4px;
	}
	30% {
		height: 7px;
	}
	40% {
		height: 7px;
	}
	50% {
		height: 1px;
	}
	60% {
		height: 5px;
	}
	70% {
		height: 1px;
	}
	80% {
		height: 6px;
	}
	90% {
		height: 7px;
	}
	100% {
		height: 5px;
	}
}
.bars.active:nth-child(3) {
	-webkit-animation: grow3 1564ms alternate infinite;
	animation: grow3 1564ms alternate infinite;
}
@-webkit-keyframes grow3 {
	0% {
		height: 4px;
	}
	10% {
		height: 7px;
	}
	20% {
		height: 2px;
	}
	30% {
		height: 6px;
	}
	40% {
		height: 7px;
	}
	50% {
		height: 4px;
	}
	60% {
		height: 3px;
	}
	70% {
		height: 2px;
	}
	80% {
		height: 7px;
	}
	90% {
		height: 4px;
	}
	100% {
		height: 2px;
	}
}
@keyframes grow3 {
	0% {
		height: 4px;
	}
	10% {
		height: 7px;
	}
	20% {
		height: 2px;
	}
	30% {
		height: 6px;
	}
	40% {
		height: 7px;
	}
	50% {
		height: 4px;
	}
	60% {
		height: 3px;
	}
	70% {
		height: 2px;
	}
	80% {
		height: 7px;
	}
	90% {
		height: 4px;
	}
	100% {
		height: 2px;
	}
}
.bars.active:nth-child(4) {
	-webkit-animation: grow4 2069ms alternate infinite;
	animation: grow4 2069ms alternate infinite;
}
@-webkit-keyframes grow4 {
	0% {
		height: 5px;
	}
	10% {
		height: 5px;
	}
	20% {
		height: 4px;
	}
	30% {
		height: 6px;
	}
	40% {
		height: 3px;
	}
	50% {
		height: 5px;
	}
	60% {
		height: 6px;
	}
	70% {
		height: 7px;
	}
	80% {
		height: 4px;
	}
	90% {
		height: 3px;
	}
	100% {
		height: 2px;
	}
}
@keyframes grow4 {
	0% {
		height: 5px;
	}
	10% {
		height: 5px;
	}
	20% {
		height: 4px;
	}
	30% {
		height: 6px;
	}
	40% {
		height: 3px;
	}
	50% {
		height: 5px;
	}
	60% {
		height: 6px;
	}
	70% {
		height: 7px;
	}
	80% {
		height: 4px;
	}
	90% {
		height: 3px;
	}
	100% {
		height: 2px;
	}
}
.bars.active:nth-child(5) {
	-webkit-animation: grow5 2093ms alternate infinite;
	animation: grow5 2093ms alternate infinite;
}
@-webkit-keyframes grow5 {
	0% {
		height: 3px;
	}
	10% {
		height: 4px;
	}
	20% {
		height: 5px;
	}
	30% {
		height: 1px;
	}
	40% {
		height: 5px;
	}
	50% {
		height: 1px;
	}
	60% {
		height: 1px;
	}
	70% {
		height: 3px;
	}
	80% {
		height: 2px;
	}
	90% {
		height: 4px;
	}
	100% {
		height: 4px;
	}
}
@keyframes grow5 {
	0% {
		height: 3px;
	}
	10% {
		height: 4px;
	}
	20% {
		height: 5px;
	}
	30% {
		height: 1px;
	}
	40% {
		height: 5px;
	}
	50% {
		height: 1px;
	}
	60% {
		height: 1px;
	}
	70% {
		height: 3px;
	}
	80% {
		height: 2px;
	}
	90% {
		height: 4px;
	}
	100% {
		height: 4px;
	}
}
.bars.active:nth-child(6) {
	-webkit-animation: grow6 1851ms alternate infinite;
	animation: grow6 1851ms alternate infinite;
}
@-webkit-keyframes grow6 {
	0% {
		height: 5px;
	}
	10% {
		height: 1px;
	}
	20% {
		height: 6px;
	}
	30% {
		height: 6px;
	}
	40% {
		height: 3px;
	}
	50% {
		height: 7px;
	}
	60% {
		height: 1px;
	}
	70% {
		height: 4px;
	}
	80% {
		height: 2px;
	}
	90% {
		height: 6px;
	}
	100% {
		height: 6px;
	}
}
@keyframes grow6 {
	0% {
		height: 5px;
	}
	10% {
		height: 1px;
	}
	20% {
		height: 6px;
	}
	30% {
		height: 6px;
	}
	40% {
		height: 3px;
	}
	50% {
		height: 7px;
	}
	60% {
		height: 1px;
	}
	70% {
		height: 4px;
	}
	80% {
		height: 2px;
	}
	90% {
		height: 6px;
	}
	100% {
		height: 6px;
	}
}
.bars.active:nth-child(7) {
	-webkit-animation: grow7 1515ms alternate infinite;
	animation: grow7 1515ms alternate infinite;
}
@-webkit-keyframes grow7 {
	0% {
		height: 2px;
	}
	10% {
		height: 7px;
	}
	20% {
		height: 2px;
	}
	30% {
		height: 7px;
	}
	40% {
		height: 2px;
	}
	50% {
		height: 1px;
	}
	60% {
		height: 7px;
	}
	70% {
		height: 3px;
	}
	80% {
		height: 4px;
	}
	90% {
		height: 6px;
	}
	100% {
		height: 6px;
	}
}
@keyframes grow7 {
	0% {
		height: 2px;
	}
	10% {
		height: 7px;
	}
	20% {
		height: 2px;
	}
	30% {
		height: 7px;
	}
	40% {
		height: 2px;
	}
	50% {
		height: 1px;
	}
	60% {
		height: 7px;
	}
	70% {
		height: 3px;
	}
	80% {
		height: 4px;
	}
	90% {
		height: 6px;
	}
	100% {
		height: 6px;
	}
}
.bars.active:nth-child(8) {
	-webkit-animation: grow8 2169ms alternate infinite;
	animation: grow8 2169ms alternate infinite;
}
@-webkit-keyframes grow8 {
	0% {
		height: 7px;
	}
	10% {
		height: 5px;
	}
	20% {
		height: 1px;
	}
	30% {
		height: 2px;
	}
	40% {
		height: 4px;
	}
	50% {
		height: 2px;
	}
	60% {
		height: 7px;
	}
	70% {
		height: 7px;
	}
	80% {
		height: 2px;
	}
	90% {
		height: 5px;
	}
	100% {
		height: 5px;
	}
}
@keyframes grow8 {
	0% {
		height: 7px;
	}
	10% {
		height: 5px;
	}
	20% {
		height: 1px;
	}
	30% {
		height: 2px;
	}
	40% {
		height: 4px;
	}
	50% {
		height: 2px;
	}
	60% {
		height: 7px;
	}
	70% {
		height: 7px;
	}
	80% {
		height: 2px;
	}
	90% {
		height: 5px;
	}
	100% {
		height: 5px;
	}
}
.bars.active:nth-child(9) {
	-webkit-animation: grow9 1868ms alternate infinite;
	animation: grow9 1868ms alternate infinite;
}
@-webkit-keyframes grow9 {
	0% {
		height: 4px;
	}
	10% {
		height: 1px;
	}
	20% {
		height: 7px;
	}
	30% {
		height: 7px;
	}
	40% {
		height: 1px;
	}
	50% {
		height: 3px;
	}
	60% {
		height: 1px;
	}
	70% {
		height: 7px;
	}
	80% {
		height: 3px;
	}
	90% {
		height: 1px;
	}
	100% {
		height: 5px;
	}
}
@keyframes grow9 {
	0% {
		height: 4px;
	}
	10% {
		height: 1px;
	}
	20% {
		height: 7px;
	}
	30% {
		height: 7px;
	}
	40% {
		height: 1px;
	}
	50% {
		height: 3px;
	}
	60% {
		height: 1px;
	}
	70% {
		height: 7px;
	}
	80% {
		height: 3px;
	}
	90% {
		height: 1px;
	}
	100% {
		height: 5px;
	}
}
.bars.active:nth-child(10) {
	-webkit-animation: grow10 2129ms alternate infinite;
	animation: grow10 2129ms alternate infinite;
}
@-webkit-keyframes grow10 {
	0% {
		height: 5px;
	}
	10% {
		height: 7px;
	}
	20% {
		height: 6px;
	}
	30% {
		height: 3px;
	}
	40% {
		height: 7px;
	}
	50% {
		height: 2px;
	}
	60% {
		height: 2px;
	}
	70% {
		height: 5px;
	}
	80% {
		height: 7px;
	}
	90% {
		height: 4px;
	}
	100% {
		height: 1px;
	}
}
@keyframes grow10 {
	0% {
		height: 5px;
	}
	10% {
		height: 7px;
	}
	20% {
		height: 6px;
	}
	30% {
		height: 3px;
	}
	40% {
		height: 7px;
	}
	50% {
		height: 2px;
	}
	60% {
		height: 2px;
	}
	70% {
		height: 5px;
	}
	80% {
		height: 7px;
	}
	90% {
		height: 4px;
	}
	100% {
		height: 1px;
	}
}

.playlist {
	width:100%;
	height:150px;
	margin-top:-8px;
}

#album-art {
	height:calc(100% - 2px);
	width:calc(100% - 2px);
	border-radius:2px;
	-webkit-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
	overflow: hidden;
}

#album-art img {
	border-radius:3px;
	display:block;
	position:absolute;
	opacity:0;
	z-index:-1;
	width:86px;
	height:86px;
}

#album-art img.active {
	opacity:1;
	z-index:1;
}

#album-art.active img.active {
	z-index:1;
}

#album-art img, #buffer-box {
	transition:0.1s linear all;
}

#album-art.buffering img {
	opacity:0.5;
}

#album-art.buffering img.active {
	opacity:0.8;
	filter:blur(1px);
	-webkit-filter:blur(1px);
}

#album-art.buffering #buffer-box {
	opacity:1;
}

.ring {
	border:1px solid rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1),inset 0px -1px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1),inset 0px -1px 0px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1),inset 0px -1px 0px 0px rgba(0,0,0,0.1);
	border-radius:100%;
	position:absolute;
}

.ring1 {
	width:72px;
	height:72px;
	margin-top:3px;
	margin-left:3px;
}

.ring2 {
	width:64px;
	height:64px;
	margin-top:3px;
	margin-left:3px;
}

.ring3 {
	width:56px;
	height:56px;
	margin-top:3px;
	margin-left:3px;
}

.ring4 {
	width:48px;
	height:48px;
	margin-top:3px;
	margin-left:3px;
}

.ring5 {
	width:40px;
	height:40px;
	margin-top:3px;
	margin-left:3px;
}

.playlist-info-container {
	width:140px;
	height:53px;
	z-index:1;
	position:absolute;
	display:inline-block;
	vertical-align:top;
	margin-left:33px;
	border-radius:var(--borderstyle);
	padding:10px;
	background:rgba(0,0,0,.04);
	border:1px solid rgba(0,0,0,.35);
	border-bottom:1px solid rgba(0,0,0,.4);
	border-right:1px solid rgba(0,0,0,.4);
	border-radius:var(--borderstyle);
	box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

.playlist-info-container svg {
	width:12px;
	height:12px;
	display:inline-block;
}

#album-name,#track-name {
	display:inline-block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-left:10px;
	padding-top:5px;
	width:118px;
	margin-bottom:-3px;
}

#equalizer {
	display:inline-block;
	position:absolute;
	margin-top:-25px;
	margin-left:205px;
	height:20px;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:end;
	align-items:flex-end;
	transition:all .4s ease-in-out;
}

.bars.active:nth-child(0) {
	transition:all .4s ease-in-out;
	-webkit-animation: grow0 2101ms alternate infinite;
	animation: grow0 2101ms alternate infinite;
}

#seek-bar {
	height:5px;
	opacity:.9;
	background:var(--gradient1);
	background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
	position:relative;
	border-radius:var(--borderstyle);
	box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.4),inset -2px -2px 0px 0px rgba(0,0,0,.1),inset -1px 0px 0px 0px rgba(0,0,0,0.3);
}

.track-time * {
	width:100%;
	display:inline-block;
	float:left;
	font-size:8px;
	letter-spacing:1px;
}

#current-time {
	text-align:left;
	margin-top:5px;
}

#track-length {
	text-align:right;
	margin-top:-19px;
}

.playlist-controls {
	width:100%;
	height:30px;
	transform:translateY(5px);
}

#controls-inner {
	width:100%;
	text-align:center;
	margin-top:-20px;
}

#play-btn svg {
	width:15px;
	height:15px;
	color:var(--windowicons);
	opacity:1;
	opacity:.75;
}

#play-pause-button {
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	border-radius:100%;
	border-top:1px solid rgba(0,0,0,.2);
	border-left:1px solid rgba(0,0,0,.2);
	border-right:1px solid rgba(0,0,0,.2);
	border-bottom:1px solid rgba(0,0,0,.25);
	cursor:pointer;
}

#play-previous svg, #play-next svg {
	width:15px;
	height:15px;
	color:var(--windowicons);
	opacity:1;
	margin-top:10px;
	opacity:.6;
}

#play-previous:active svg {
    margin-top:11px;
	margin-left:-1px;
}

#play-next:active svg {
    margin-top:11px;
    margin-left:9px;
}

#play-previous {
	margin-left:-30px;
	border-top-left-radius:40%;
	border-bottom-left-radius:40%;
}

#play-previous svg {
	margin-left:-2px;
}

#play-next {
	margin-left:-15px;
	border-top-right-radius:40%;
	border-bottom-right-radius:40%;
}

#play-next svg {
	margin-left:8px;
}

.post-gif {
	width:250px!important;
	right:0px;
	height:150px;
	top:190px;
	z-index:-9;
	position:absolute;
}

.post-playlist {
	position:absolute;
	width:320px!important;
}

.playlist-album-container {
	position:relative;
	width:86px;
	height:86px;
	padding:5px;
	border-radius:var(--borderstyle);
	background:var(--posts);
	border:1px solid rgba(0,0,0,.4);
	border-bottom:1px solid rgba(0,0,0,.45);
	border-right:1px solid rgba(0,0,0,.45);
	box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
	display:inline-block;
	vertical-align:middle;
	z-index:2;
}

#play-btn {
	width:50px;
	height:50px;
	padding:5px;
	border-radius:100%;
	display:inline-block;
	position:relative;
	z-index:5;
	background:var(--posts);
	border:1px solid rgba(0,0,0,.4);
	border-bottom:1px solid rgba(0,0,0,.45);
	border-right:1px solid rgba(0,0,0,.45);
	box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1),0px 3px 0px 0px rgba(0,0,0,.072);
}

#play-btn:active {
	border:1px solid rgba(0,0,0,.4);
	border-top:1px solid rgba(0,0,0,.45);
	border-left:1px solid rgba(0,0,0,.45);
	box-shadow: inset -2px -2px 0px 0px rgba(255,255,255,.2),inset 2px 2px 0px 0px rgba(0,0,0,.1),1px 1px 0px 0px rgba(0,0,0,0.05),-1px -1px 0px 0px rgba(255,255,255,.1),0px 3px 0px 0px rgba(0,0,0,.072);
}

#play-previous, #play-next {
	display:inline-block;
	width:40px;
	height:36px;
	position:absolute;
	margin-top:11px;
	z-index:1;
	cursor:pointer;
	background:var(--posts);
	border:1px solid rgba(0,0,0,.4);
	border-bottom:1px solid rgba(0,0,0,.45);
	border-right:1px solid rgba(0,0,0,.45);
	box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1),0px 3px 0px 0px rgba(0,0,0,.072);
}

#play-previous:active,#play-next:active {
	border:1px solid rgba(0,0,0,.4);
	border-top:1px solid rgba(0,0,0,.45);
	border-left:1px solid rgba(0,0,0,.45);
	box-shadow: inset -2px -2px 0px 0px rgba(255,255,255,.2),inset 2px 2px 0px 0px rgba(0,0,0,.1),1px 1px 0px 0px rgba(0,0,0,0.05),-1px -1px 0px 0px rgba(255,255,255,.1),0px 3px 0px 0px rgba(0,0,0,.072);
}
    
#s-area {
	width:calc(100% - 85px);
	overflow:hidden;
	border-radius:var(--borderstyle);
	margin-top:15px;
	margin-bottom:-17px;
	margin-left:41px;
	background:rgba(0,0,0,.04);
	border:1px solid rgba(0,0,0,.35);
	border-bottom:1px solid rgba(0,0,0,.4);
	border-right:1px solid rgba(0,0,0,.4);
	box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

.bars {
	width:2px;
	min-height:3px;
	margin-right:3px;
	height:3px;
	transition:all .4s ease-in-out;
	border-radius:2px;
	background:rgba(0,0,0,.04);
	border:1px solid rgba(0,0,0,.35);
	border-bottom:1px solid rgba(0,0,0,.4);
	border-right:1px solid rgba(0,0,0,.4);
	border-radius:var(--borderstyle);
	box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

.pausedd {
    opacity:0!important;
}

#play-btn:active .playing {
    padding:7px 4px 4px 6px;
}

#play-btn:active .pause-icon {
    margin-top:18px;
    margin-left:-7px;
}

.playing {
    background:var(--posts);
    padding:5px;
    padding-top:6px;
    width:20px;
    margin-left:10px;
    margin-top:10px
}

.pause-icon {
    position:absolute;
    margin-left:-8px;
    margin-top:17px;
    z-index:-9;
}

#play-btn:active #play-pause-button {
	border-bottom:1px solid rgba(0,0,0,.2);
	border-right:1px solid rgba(0,0,0,.2);
	border-left:1px solid rgba(0,0,0,.2);
	border-top:1px solid rgba(0,0,0,.25);
}

/* ---------------------------------------------- TABS */

#faq {
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    width:calc(100% - 42px);
    padding:15px;
    margin-left:5px;
    margin-bottom:5px;
}

.ques,.ans {
    max-width:70%;
    width:100%;
    display:flex;
    align-items:flex-end;
}

.ans {
    margin-left:30%;
    margin-top:15px;
    justify-content:flex-end;
}

.ques2,.ans2 {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1),2px 2px 0px 0px rgba(0,0,0,.06);
    padding:15px 30px 15px 30px;
    border-radius:var(--borderstyle);
}

.ques2 {
    background:rgba(var(--gradient1rgb),.2);
    border-bottom-left-radius:3px!important;
}

.ans2 {
    background:rgba(var(--gradient2rgb),.2);
    border-bottom-right-radius:3px!important;
}

.ques1,.ans1 {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1),2px 2px 0px 0px rgba(0,0,0,.06);
    background:var(--posts);
    vertical-align:bottom;
    border-radius:var(--borderstyle);
}

.ques1 {
    min-width:24px!important;
    max-width:24px!important;
    min-height:24px!important;
    max-height:24px!important;
    padding:8px;
    margin-right:10px;
}

.ques1 svg {
    width:20px;
    height:20px;
    transform:translate(2px,2px);
}

.question-wrap {
    margin-top:30px;
}

.question-wrap:first-of-type {
    margin-top:0px;
}

.typing {
    position: relative;
    display:inline-block;
    margin-top:30px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1),2px 2px 0px 0px rgba(0,0,0,.06);
    padding:15px 30px 15px 30px;
    border-radius:var(--borderstyle);
    border-bottom-left-radius:3px!important;
}

.circle {
    position:absolute;
    display:inline-block;
    height:3px;
    width:3px;
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.2),-1px -1px 0px 0px rgba(0,0,0,0.05),inset 1px 1px 0px 0px rgba(0,0,0,0.02);
    background-color:var(--windowicons);
    margin:2px;
    border-radius:50%;
    animation:typing 1.5s infinite ease-in-out;
    top:10px;
}
.circle:first-child {
    left:15px;
}
.circle:nth-child(2) {
    left:25px;
    animation-delay: 0.10s;
}
.circle:last-child {
    left:35px;
    animation-delay: 0.20s;
}

@keyframes typing {
  0%, 50% {
    top:10px;
  }
  25% {
    top:5px;
  }
}

.link:active {
    background:rgba(0,0,0,.05);
    box-shadow: inset -2px -2px 0px 0px rgba(255,255,255,.2),inset 2px 2px 0px 0px rgba(0,0,0,.1),1px 1px 0px 0px rgba(0,0,0,0.05),-1px -1px 0px 0px rgba(255,255,255,.1);
    padding:6px 9px 4px 11px;
}

#tab3 a {
    border-bottom:0px;
}

#tab3 .bullet {
    margin-right:10px;
    margin-top:4px;
    float:left;
}

#abt1 {
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
    width:calc(100% - 42px);
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    margin-top:0px;
    margin-left:5px;
    padding:15px;
    display:flex;
}

#abtpi {
    border-radius:var(--borderstyle);
    background:var(--gradient2);
    background:linear-gradient(to right, var(--gradient2) 0%,var(--gradient1) 100%);
    border:1px solid rgba(0,0,0,.3);
    border-bottom:1px solid rgba(0,0,0,.35);
    border-right:1px solid rgba(0,0,0,.35);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1),2px 2px 0px 0px rgba(0,0,0,.072);
    padding:6px;
}

#abts {
    height:95px;
    width:100%;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, .1),1px 1px 0px rgba(255, 255, 255, .2);
    padding-top:11px;
    margin-left:15px;
}

.abts {
    width:calc(50% - 10px);
    height:50px;
    display:inline-block;
    margin:5px;
    margin-bottom:0px;
    margin-top:0px;
    font-size:12px;
}

#abts svg {
    filter: drop-shadow(-1px -1px 0px rgba(0,0,0,.1)) drop-shadow(1px 1px 0px rgba(255,255,255,.2));
    width:18px;
    height:18px;
    margin-bottom:-4px;
    margin-right:5px;
}

.abts div {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1),2px 2px 0px 0px rgba(0,0,0,.06);
    padding:10px 15px 10px 10px;
    letter-spacing:2px;
    font-size:12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.skill {
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    padding:15px;
    margin-top:15px;
    width:calc(100% - 42px);
    margin-left:5px;
    margin-bottom:5px;
}

#skills:hover .skill-percent {
    opacity:1;
}

.skill-inner {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1),2px 2px 0px 0px rgba(0,0,0,.06);
    width:calc(100% - 32px);
    padding:15px;
}

.skill-bar {
    width:100%;
    height:24px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
}

.skill-prog {
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
    border-radius:var(--borderstyle);
    height:24px;
    border-right:1px solid rgba(0,0,0,.45);
}

.skill-title {
    margin-bottom:10px;
    letter-spacing:2px;
    font-size:10px;
    text-transform:uppercase;
    font-weight:bold;
}

.skill-percent {
    color:var(--titles);
    font-weight:bold;
    font-size:12px;
    letter-spacing:2px;
    position:absolute;
    margin-left:7px;
    margin-top:2px;
    opacity:0;
    transition:all .4s ease-in-out;
}

#social {
    text-align:center;
    margin-top:20px;
    margin-bottom:-20px;
}

#social a {
    border-bottom:0px;
}

#social i {
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1),0px 0px 0px 5px var(--posts);
    padding:10px;
    width:15px;
    height:15px;
    font-size:15px;
    opacity:1;
    margin-left:8px;
    margin-right:8px;
    z-index:9999999;
    position:relative;
    transition:transform .4s ease-in-out;
}

#social i:active {
    border:1px solid rgba(0,0,0,.4);
    border-top:1px solid rgba(0,0,0,.45);
    border-left:1px solid rgba(0,0,0,.45);
    box-shadow: inset -2px -2px 0px 0px rgba(255,255,255,.2),inset 2px 2px 0px 0px rgba(0,0,0,.1),1px 1px 0px 0px rgba(0,0,0,0.05),-1px -1px 0px 0px rgba(255,255,255,.1),0px 0px 0px 5px var(--posts);
}

#social hr {
    width:70%;
    margin-top:-18px;
}

#social i:hover {
    transform:translateY(-2px);
}

#prefs {
    display:flex;
}

#likes,#dislikes {
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    padding:15px;
    width:calc(50% - 46px);
    vertical-align:top;
    background:var(--gradient1);
    background:linear-gradient(to bottom, var(--gradient1) 0%,var(--gradient2) 100%);
    margin-left:5px;
    margin-bottom:7px;
}

#likes {
    margin-right:12px;
}

#likes h1,#dislikes h1 {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:10px;
    letter-spacing:2px;
    font-size:10px;
    text-transform:uppercase;
    font-weight:bold;
    text-align:center;
    background:var(--posts);
    border-radius:var(--borderstyle);
    line-height:25px;
    margin-top:0px;
    margin-bottom:0px;
}

#likes svg,#dislikes svg {
    width:15px;
    height:15px;
    margin-bottom:-3px;
    margin-right:5px;
}
  
#profile-bio {
    background:rgba(0,0,0,.04);
    max-height:200px;
    overflow:auto;
    padding:15px;
    width:calc(100% - 42px);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    margin-left:5px;
    line-height:28px;
    font-size:12px;
    margin-bottom:5px;
    margin-top:5px;
}

.cloud {
    width:100%;
    height:auto;
    overflow:hidden;
    word-wrap:break-word;
    padding-top:5px;
    padding-bottom:5px;
    line-height:40px;
    text-align:center;
}

.cloud span {
    border:1px solid rgba(0,0,0,.35);
    border-bottom:1px solid rgba(0,0,0,.4);
    border-right:1px solid rgba(0,0,0,.4);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    background:var(--posts);
    padding:5px 12px 5px 12px;
    white-space:nowrap;
    margin:5px;
    border-radius:var(--borderstyle);
    font-size:12px;
    letter-spacing:1px;
}

#blogroll {
    margin-top:-5px;
    width:calc(100% - 5px);
    margin-bottom:10px;
}

#blogroll a {
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
    margin:5px;
    margin-top:10px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    width:calc(33.33% - 18px);
    vertical-align:middle;
    display:inline-block;
    white-space:nowrap;
    max-height:50px;
}

.blog {
    vertical-align:middle;
    padding:5px;
    width:calc(100% - 13px);
}

.blog img {
    display:inline-block;
    vertical-align:middle;
    max-height:29px;
    height:100%;
    padding:5px;
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2), inset -2px -2px 0px 0px rgba(0,0,0,.1);
}

.blog span {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display:inline-block;
    vertical-align:middle;
    padding:10px;
    width:100%;
    max-width:calc(100% - 68px);
    letter-spacing:1px;
    margin-left:5px;
    height:100%;
    border-radius:var(--borderstyle);
    background:var(--posts);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
}

/* ---------------------------------------------- UPDATE WINDOW */

#update-window {
    display:none;
    z-index:99999!important;
}

#update-window .post {
    position:fixed;
    z-index:9999;
    width:100%;
    min-width:300px;
    max-width:400px;
    left:40%;
    top:80px;
    z-index:99999!important;
}  

.draggable .bar {
    cursor:move;
}

#currently {
    margin-top:-5px;
    line-height:30px;
    margin-bottom:15px;
}

#currently span {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1),-1px -1px 0px 0px rgba(0,0,0,0.05),1px 1px 0px 0px rgba(255,255,255,.1);
    padding:5px 10px 5px 10px;
    border-radius:var(--borderstyle);
    background:var(--gradient1);
    background:linear-gradient(to right, var(--gradient1) 0%,var(--gradient2) 100%);
    color:var(--titles);
    font-weight:bold;
    letter-spacing:1px;
    font-size:11px;
    margin-right:5px;
}

#currently svg {
    width:14px;
    height:14px;
    margin-bottom:-2px;
}

#currently div {
    margin-top:5px;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.update {
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    box-shadow: inset 2px 2px 0px 0px rgba(255,255,255,.2),inset -2px -2px 0px 0px rgba(0,0,0,.1);
    background:var(--posts);
    border-radius:var(--borderstyle);
    margin:10px;
    font-size:12px;
    line-height:20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-right:10px;
}

.accent5 {
    width:5px;
    height:12px;
    margin-bottom:-3px;
    margin-left:10px;
    margin-right:5px;
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    background:var(--gradient1);
    display:inline-block;
}

.updates {
    overflow:auto;
    max-height:100px;
    background:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    overflow-x:hidden;
    margin:10px;
}

#update-window h1 {
    display:inline-block;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    background:rgba(0,0,0,.025);
    border:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.45);
    border-right:1px solid rgba(0,0,0,.45);
    border-radius:var(--borderstyle);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.2),-2px -2px 0px 0px rgba(0,0,0,0.05),inset 2px 2px 0px 0px rgba(0,0,0,0.02);
    padding:3px 5px 3px 5px;
    margin-left:5px;
    margin-right:10px;
}