/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

button[disabled],
html input[disabled] {
	cursor: default
}

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

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

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

td,
th {
	padding: 0
}

html {
	box-sizing: border-box
}

*,
*:before,
*:after {
	box-sizing: inherit
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

img {
	max-width: 100%;
	height: auto
}

input[type="text"],
input[type="search"],
input[type="button"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	border-radius: 0
}

textarea {
	resize: vertical
}

figure {
	margin: 0
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.ir {
	font: 0/0 a;
	text-shadow: none;
	color: transparent
}

.hidden {
	display: none;
	visibility: hidden
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: -1px;
	background: black
}

.video-container iframe,
.video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.audio-container {
	position: relative;
	margin: -1px;
	background: black
}

.audio-container iframe,
.audio-container object {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto
}

.audio-container .spotify_audio_player {
	max-height: 80px
}

body {
	font: 1.25em/1.5 "Orbitron", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #cccdce;
	background: #04090d
}

@media (max-width:800px) {
	body {
		font-size: 1.125em
	}

}

hr {
	display: block;
	height: 1px;
	padding: 0;
	margin: 1em 0;
	border: 0;
	border-top: 1px solid #aab4be
}

::-moz-selection {
	text-shadow: none;
	opacity: 1;
	background: #cccdce
}

::selection {
	text-shadow: none;
	opacity: 1;
	background: #cccdce
}

h1,
h2,
h3,
h4 {
	font-family: "Orbitron", sans-serif;
	font-weight: bold;
	color: white
}

h1 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em
}

h2 {
	font-size: 1.3em
}

h3 {
	font-size: 1.2em
}

h4 {
	font-size: 1.1em
}

.chat {
	padding: 2.5% 0 4.16667%;
	margin: 1em 0;
	list-style: none
}

.chat li {
	padding: 1em 6.25%;
	border-top: 1px solid rgba(255, 255, 255, 0.03)
}

.chat li:first-child {
	border-top: none
}

.chat a {
	text-decoration: none;
	color: #7e8183;
	border-bottom: 1px solid #262728;
	transition: color 0.3s, border 0.3s
}

.chat a:hover,
.chat a:focus {
	color: #84d7f8;
	border-color: #3f4142
}

.chat__label {
	display: block;
	font-weight: bold;
	color: #84d7f8
}

.chat--answer {
	padding: 0 0 4.16667%;
	margin: 0
}

.chat--answer li {
	padding-left: 6.25%;
	padding-right: 6.25%;
	border-top: none
}

.chat--answer li:first-child {
	padding-top: 2em;
	padding-bottom: 2em
}

.chat__question {
	position: relative;
	margin: 0 -1px;
	background: rgba(255, 255, 255, 0.1)
}

.chat__question::before {
	position: absolute;
	bottom: 100%;
	left: 1px;
	border-left: 15px solid rgba(255, 255, 255, 0.125);
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	box-shadow: -1px 0 0 rgba(255, 255, 255, 0.15);
	content: ""
}

.quote {
	margin-left: 0;
	font-size: 1.3em;
	font-style: italic
}

.quote cite {
	display: block;
	margin-top: 1em;
	font-size: .7em;
	font-style: normal
}

.photo {
	margin: -1px -1px 0
}

.photo img {
	width: 100%
}

.main__header {
	position: relative;
	padding: 0 6.25% 6.25%;
	font-size: .9em;
	font-style: italic;
	text-align: center;
	color: #84d7f8;
	opacity: 1
}

.main__header .search_query,
.main__header .tag,
.main__header .date {
	color: #84d7f8
}

.container {
	position: relative;
	width: 90%;
	max-width: 700px;
	margin: 0 auto
}

.container:before,
.container:after {
	content: "";
	display: table
}

.container:after {
	clear: both
}

.header {
	padding: 2.5% 6.25% 1.16667%;
	margin-top: 3.5%;
	margin-bottom: 0.5%;
	font-style: italic;
	text-align: center
}

.header a {
	color: inherit
}

.header__title {
	font-size: 1.6em;
	color: #84d7f8
}

.header__title a {
	text-decoration: none
}

.header__description {
	font-size: 0.9em;
	line-height: 1.5em
}

.header__avatar img {
	background: rgba(255, 255, 255, 0.03);
	border: 3px solid rgba(255, 255, 255, 0.03);
	border-radius: 50%;
	box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2)
}

.social-links {
	padding: 0;
	list-style: none
}

.social-links li {
	display: inline-block;
	margin: .25em
}

.social-links a {
	display: block;
	width: 30px;
	height: 30px;
	color: #cccdce;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}

.social-links a:hover,
.social-links a:focus {
	color: #84d7f8;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.social-links svg {
	max-width: 20px;
	fill: currentColor;
	transition: color 0.3s
}

canvas {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: .6
}

.nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 2em 2em 0;
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 1.875;
	text-align: left;
	text-transform: uppercase
}

.nav__item {
	position: relative;
	display: block;
	padding: 0 1em 0 2em;
	text-decoration: none;
	color: #cccdce;
	transition: color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: 0;
	visibility: hidden
}

.nav__item:nth-child(1) {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	transition-delay: 0.06s
}

.nav__item:nth-child(2) {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	transition-delay: 0.12s
}

.nav__item:nth-child(3) {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	transition-delay: 0.18s
}

.nav__item:nth-child(4) {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	transition-delay: 0.24s
}

.nav__item:nth-child(5) {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	transition-delay: 0.3s
}

.nav__item:nth-child(6) {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
	transition-delay: 0.36s
}

.nav__item:nth-child(7) {
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
	transition-delay: 0.42s
}

.nav__item:nth-child(8) {
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
	transition-delay: 0.48s
}

.nav__item:nth-child(9) {
	-webkit-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
	transition-delay: 0.54s
}

.nav__item:hover,
.nav__item:focus {
	color: #84d7f8
}

.nav__item--toggle {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important
}

.nav__item--toggle::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	margin-top: -2px;
	background: #cccdce;
	box-shadow: 3px 6px 0 #cccdce, 3px -6px 0 #cccdce;
	transition: background 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
	transition: background 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
	content: ""
}

.nav__item--toggle:hover::before,
.nav__item--toggle:focus::before {
	background: #84d7f8;
	box-shadow: 3px 6px 0 #84d7f8, 3px -6px 0 #84d7f8
}

.nav__item--search input {
	max-width: 120px;
	padding: .25em;
	margin-left: -.25em;
	text-transform: inherit;
	background: rgba(255, 255, 255, 0.03);
	border: none;
	border-radius: 3px;
	transition: background 0.3s
}

.nav__item--search input:hover,
.nav__item--search input:focus {
	background: rgba(255, 255, 255, 0.06);
	outline: none
}

.nav--open .nav__item {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.nav--open .nav__item--toggle {
	color: #84d7f8
}

.nav--open .nav__item--toggle::before {
	background: #84d7f8;
	box-shadow: -4px 7px 0 #84d7f8, -4px -7px 0 #84d7f8;
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px)
}

.footer {
	opacity: .75;
	margin-top: 10%;
	margin-bottom: 10%;
	font-size: .7em;
	text-align: center;
	transition: opacity 0.3s
}

.footer:hover {
	opacity: 1
}

.footer a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	color: #7e8183;
	transition: color 0.3s
}

.footer a:hover,
.footer a:focus {
	color: #84d7f8
}

.post {
	position: relative;
	min-height: 300px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.03);
	box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2)
}

.post+.post {
	margin-top: 20%
}

.post__content {
	padding: 2.5% 6.25% 4.16667%
}

.post__content img {
	width: calc(100% + 14.5%);
	max-width: none;
	margin: 1em -7.25%
}

.post__content a {
	text-decoration: none;
	color: #7e8183;
	border-bottom: 1px solid #262728;
	transition: color 0.3s, border 0.3s
}

.post__content a:hover,
.post__content a:focus {
	color: #84d7f8;
	border-color: #3f4142
}

.post__title {
	color: #84d7f8
}

.post__title a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	border: none;
	transition: color 0.3s
}

.post__title a:hover,
.post__title a:focus {
	color: white
}

.post__title a:hover svg,
.post__title a:focus svg {
	fill: currentColor
}

.post__title svg {
	display: inline-block;
	max-width: 24px;
	margin: -6px .5em 0 0;
	fill: #84d7f8
}

.post__meta,
.post__meta--aside,
.post__meta--footer {
	position: absolute;
	font-size: .8em;
	font-weight: bold;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right
}

.post__meta__item {
	position: relative;
	float: left;
	padding: .5em 1em;
	text-decoration: none;
	color: #cccdce;
	transition: all 0.3s
}

.post__meta__item .like_button,
.post__meta__item .reblog_button {
	margin-top: 3px
}

.post__meta__item svg {
	max-width: 20px;
	fill: #cccdce;
	cursor: pointer;
	transition: all 0.3s
}

.post__meta__item:hover,
.post__meta__item:focus {
	color: #84d7f8
}

.post__meta__item:hover svg,
.post__meta__item:focus svg {
	fill: #84d7f8
}

.post__meta__item:hover .share a,
.post__meta__item:focus .share a {
	opacity: 1;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important
}

.post__meta .share,
.post__meta--aside .share,
.post__meta--footer .share {
	position: absolute;
	top: 100%;
	left: 1.75em;
	width: 132px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.post__meta .share a,
.post__meta--aside .share a,
.post__meta--footer .share a {
	float: left;
	padding: .5em .75em;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.post__meta .share a:nth-child(1),
.post__meta--aside .share a:nth-child(1),
.post__meta--footer .share a:nth-child(1) {
	-webkit-transform: translate(100%, -100%);
	-ms-transform: translate(100%, -100%);
	transform: translate(100%, -100%);
	transition-delay: .05s
}

.post__meta .share a:nth-child(2),
.post__meta--aside .share a:nth-child(2),
.post__meta--footer .share a:nth-child(2) {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	transition-delay: .1s
}

.post__meta .share a:nth-child(3),
.post__meta--aside .share a:nth-child(3),
.post__meta--footer .share a:nth-child(3) {
	-webkit-transform: translate(-100%, -100%);
	-ms-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%);
	transition-delay: .15s
}

.post__meta--aside {
	top: 2.5em;
	right: 0;
	-webkit-transform: rotate(90deg) translate(100%, -50%);
	-ms-transform: rotate(90deg) translate(100%, -50%);
	transform: rotate(90deg) translate(100%, -50%)
}

.post__meta--footer {
	left: 6.25%;
	bottom: 16px;
	-webkit-transform: translate(-1em, 50%);
	-ms-transform: translate(-1em, 50%);
	transform: translate(-1em, 50%)
}

.post--answer {
	border-top: none
}

.post--link__excerpt {
	padding-left: 2.25em;
	margin: -.5em 0 1.5em;
	opacity: .75
}

.pagination {
	margin-top: 20%;
	padding: 2.5% 6.25% 4.16667%;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .025em;
	text-align: center;
	text-transform: uppercase
}

.pagination__link {
	display: inline-block;
	padding: .5em 1.5em;
	text-decoration: none;
	color: #cccdce;
	transition: color 0.3s
}

.pagination__link:hover,
.pagination__link:focus {
	color: #84d7f8
}

.pagination__link--prev {
	padding-left: .5em
}

.pagination__link--prev:hover svg,
.pagination__link--prev:focus svg {
	-webkit-transform: translateX(-7px);
	-ms-transform: translateX(-7px);
	transform: translateX(-7px)
}

.pagination__link--next {
	padding-right: .5em
}

.pagination__link--next:hover svg,
.pagination__link--next:focus svg {
	-webkit-transform: translateX(7px);
	-ms-transform: translateX(7px);
	transform: translateX(7px)
}

.pagination__arrow {
	display: inline-block;
	margin-top: -5px;
	fill: currentColor;
	transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.comments {
	padding: 6.25%;
	margin-top: 10%;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.02);
	border-top: none;
	box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.1)
}

.notes {
	padding: 6.25%;
	margin: 10% 0 0;
	list-style: none;
	font-size: 0.8em;
	background: rgba(255, 255, 255, 0.01);
	border: 1px solid rgba(255, 255, 255, 0.01);
	border-top: none;
	box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.1)
}

.notes .note+.note {
	padding-top: 1em
}

.notes .avatar_frame img {
	max-width: 32px
}

.notes .action {
	padding-left: .75em
}

.notes .action a {
	text-decoration: none;
	color: #7e8183;
	border-bottom: 1px solid #262728;
	transition: color 0.3s, border 0.3s
}

.notes .action a:hover,
.notes .action a:focus {
	color: #84d7f8;
	border-color: #3f4142
}