	/*
Flex Reference

TO CENTER:
footer .block.centered {
	justify-content: center;
    text-align: center;
}
.section {
    justify-content: space-around;
    flex-flow: row wrap;
    margin: 0px auto;
    padding: 0px 20px;
	max-width: 1180px;
    display: flex;
    width: 100%;
}
*/
*:focus {
	outline: none!important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
	font-family: "Helvetica Neue", arial;
    scrollbar-color: #2460b3 #000;
    scrollbar-width: thin;
}
body.tlx-dark {
    background: #1e1c1d;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
::-webkit-scrollbar {
	-webkit-appearance: none;
	height: 10px;
	width: 6px;
}
::-webkit-scrollbar-thumb {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    background: #fb0da4;
    border-radius: 0px;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background: rgb(0, 0, 0);
    border-radius: 0;
}
/*
	**********************************
	**********************************
	Typography
	**********************************
	**********************************
*/
a {
    color: #3654ec;
}
a:visited {
    color: #3654ec;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	width: 100%;
}
h1 {
	font-weight: 800;
}
h2, h3 {
	font-weight: 700;
}
h4, h5, h6 {
	font-weight: 500;
}
h1 {
    line-height: 32px;
    font-size: 30px;
}
h2 {
	line-height: 28px;
	font-size: 26px;
}
h3 {
	line-height: 44px;
	font-size: 22px;
}
h4 {
	line-height: 22px;
	font-size: 20px;
}
b, strong {
    font-weight: 600;
}
.cap-letter {
    line-height: 260px;
    position: absolute;
    color: #dcdcdc5c;
    font-weight: 500;
    font-size: 180px;
    z-index: 1;
    left: -8px;
    top: 0;
}
.inline-code {
	background: rgba(250, 239, 240, 0.78);
	letter-spacing: 0.3px;
	font-family: inherit;
	border-radius: 5px;
	font-size: 0.86em;
	padding: 3px 4px;
	font-weight: 500;
	color: #b44437;
	margin: 0 1px;
}
.tlx-heading {
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}
.tlx-heading h2 {
    border-bottom: 2px solid #505050;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 11px;
    vertical-align: top;
    position: relative;
    line-height: 22px;
    margin-bottom: 0;
    font-size: 20px;
    width: unset;
    bottom: -2px;
}
.tlx-heading h3 {
    border-bottom: 2px solid #505050;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 11px;
    vertical-align: top;
    position: relative;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 16px;
    width: unset;
    bottom: -2px;
}
p {
    margin: 0 0 20px;
}
p.white {
	color: #FFF !important;
}
.centered {
	text-align: center;
}
.drop-char {
	padding: 0px 6px 0px 0px;
    margin: -8px 0 -24px;
    line-height: 60px;
    font-size: 52px;
    color: #000;
    float: left;
}
.drop-char.gradient {
	color: #FFF;
}
.drop-char.gradient {
    background: -webkit-linear-gradient(left,#05b7e6 10%,#bf42ff 99%,#0bf9bc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.drop-char.white {
    color: #fff;
}
.script-font {
	font-family: "Alex Brush";
}
h2.script-font {
	line-height: 42px;
	margin: 0 0 20px;
	font-size: 42px;
}
.tlx-divider {
    position: relative;
	text-align: center;
    height: 140px;
}
.tlx-div {
	background-position: center center;
	background-repeat: no-repeat;
	filter: brightness(0.9);
	background-size: 100px;
	position: relative;
	text-align: center;
	height: 100%;
	width: 100%;
}
.navigation-mobile,
.navigation-mobile-overlay {
	display: none;
}
/*
	**********************************
	**********************************
	buttons
	**********************************
	**********************************
*/
.btn a:hover {
    background-color: #ff008c;
    border-color: #ff008c;
}
.btn a {
	background-color: #ff008c;
    text-transform: uppercase;
    border-color: #ff008c;
	display: inline-block;
	text-decoration: none;
    font-family: inherit;
    border-radius: 3px;
    padding: 16px 66px;
    font-size: 14px;
    font-weight: 400;
	color: #FFFFFF;
}
.btn.sub-title a {
	letter-spacing: 2px;
	padding: 17px 20px;
	margin: 10px 0 0px;
	font-size: 12px;
}

.btn.sm a {
    padding: 14px 20px;
    font-size: 14px;
}
.btn.tny a {
    padding: 9px 17px;
    font-size: 12px;
}
/*
	**********************************
	**********************************
	Working
	**********************************
	**********************************
*/
.working {
	background: linear-gradient(317deg, #1c1c1c, #060b0c);
	text-align: center;
	padding: 40px 0 0;
	position: fixed;
	z-index: 5000;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 0px;
}
.working img {
	min-width: 300px;
	width: 40%;
}
.working img {
    -webkit-animation: pulse 0.4s alternate infinite ease-in-out;
    animation: pulse 0.9s alternate infinite ease-in-out;
}
.working img:nth-child(odd) {
    -webkit-animation-delay: 0.4s;
	animation-delay: 0.2s;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*
	**********************************
	**********************************
	Navigation
	**********************************
	**********************************
*/
.navigation-container {
	/* border-bottom: 2px solid #8887876e; */
	box-shadow: 0 0 19px 0 #000000c2;
	background: #000;
	position: fixed;
	z-index: 1000;
	height: 70px;
	right: 0;
	left: 0;
    top: 0;
}
.navigation-elements {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	height: 70px;
}
.logo {
    position: absolute;
    width: 122px;
    left: 10px;
    top: 5px;
}
.logo img {
    width: 100%;
}
.amp-logo {
    position: fixed;
    width: 89px;
    right: 8px;
    top: 19px;
}
.amp-logo img {
    width: 100%;
}
.navigation {
    position: absolute;
    min-width: 788px;
    left: 150px;
    top: 0px;
}
.navigation ul {

}
.navigation li {
    float: left;
}
.navigation li a {
	text-transform: uppercase;
    text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 70px;
    font-weight: 500;
    font-size: 13px;
    padding: 0 14px;
	color: #c3c3c3;
    margin: 0;
}
.navigation li a:hover {
    background: linear-gradient(178deg,#0e0e12, #2a272a82);
    box-shadow: inset 0px -2px 0 0 #cd0687;
}
/* blue nav (remove .blue class to use) */
.blue.navigation li a.active {
    background: linear-gradient(0deg, #2e8cff7d, #60569a38, #7370fb30);
    box-shadow: inset -1px -2px 0 -1px #159df3;
}
.navigation__old li a.active {
	box-shadow: inset -1px -3px 0 -1px #ff09a8, 0px 5px 32px 0px #000000;
    background: #282832;
    color: #f993d9;
}
.navigation li a.active___old {
    box-shadow: inset -1px -3px 0 -1px #ff09a8, 0px 5px 32px 0px #000000;
    background: #85859233;
    color: #fe52c1;
}
.navigation li a.active {
    box-shadow: inset -1px -3px 0 -1px #ff09a8, 0px 5px 32px 0px #000000;
    background: -webkit-linear-gradient(left,#fb0da3 33%,#ff22f5 76%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}
.navigation li a.active::after {
	background: #ffffff12;
	position: absolute;
	bottom: 0px;
	content: '';
	right: 0px;
	left: 0px;
	top: 0px;
}
.navigation li a.active i {
	color: #ff09a8 !important;
}

/*
	**********************************
	**********************************
	Main Page Hero
	**********************************
	**********************************
*/
.hero {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
    z-index: 0;
	left: 0;
	top: 0;
}
.hero-bk {
	transform: translate(0px, 0px);
    background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
    /* background-size: cover; */
	visibility: inherit;
	height: 100%;
    width: 100%;
	z-index: 20;
    opacity: 1;
	left: 0px;
    top: 0px;
}
.hero-overlay {
    transform: translate(0px, 0px);
	background: #00000085;
	visibility: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 21;
    opacity: 1;
    left: 0px;
    top: 0px;
}
.hero-description {
	top: calc(50% - 80px);
    position: absolute;
	text-align: center;
    color: #fff;
	padding: 0;
    right: 0;
	left: 0;
}
.hero-title {
    text-shadow: 1px 4px 0 #000000;
	white-space: nowrap;
    line-height: 160px;
    font-size: 160px;
    font-family: amp;
}
.hero-subtitle h1 {
    margin: -32px 0px 0 -30px;
    white-space: nowrap;
    line-height: 26px;
    font-weight: 400;
    font-size: 20px;
    display: block;
}
.block.page {
    height: 340px;
}
.page-hero {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
    z-index: 0;
	left: 0;
	top: 0;
}
.page-hero-bk {
	transform: translate(0px, 0px);
    background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
    /* background-size: cover; */
	visibility: inherit;
	height: 100%;
    width: 100%;
	z-index: 20;
    opacity: 1;
	left: 0px;
    top: 0px;
}
.page-hero-overlay {
    transform: translate(0px, 0px);
	background: #00000085;
	visibility: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 21;
    opacity: 1;
    left: 0px;
    top: 0px;
}
.page-hero-description {
    top: calc(50% - 27px);
    position: absolute;
    text-align: center;
    padding: 0 120px;
    color: #fff;
    right: 0;
    left: 0;
}
.page-hero-title {
    text-shadow: 1px 4px 0 #000000;
	white-space: nowrap;
    line-height: 110px;
    font-size: 110px;
    font-family: amp;
}
.page-hero-subtitle {
	white-space: nowrap;
    margin: -19px 0 0;
    line-height: 22px;
	word-spacing: 1px;
	font-weight: 600;
    font-size: 17px;
    display: block;
}
/*
	**********************************
	**********************************
	Music Player Footer
	**********************************
	**********************************
*/
.sticky-footer {
    position: absolute;
    z-index: 1000;
    bottom: -2px;
    right: 0;
    left: 0;
}
/*
	**********************************
	**********************************
	Content Blocks
	**********************************
	**********************************
*/
.block {
    position: relative;
    background: #fff;
    overflow: hidden;
	padding: 50px 0;
    z-index: 1;
}
.block-footer {
    height: 126px;
}
.block {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block:after {
	display: table;
	content: "";
	clear: both;
}
.block.nopad {
	padding: 0;
}
/*
	***********
	***********
	Block sizes
	***********
	***********
*/
.block.big {
	min-height: 500px;
}
/*
	***********
	***********
	Block colors
	***********
	***********
*/
.block.dark {
    background: #171717;
    color: #fff;
}
.block.smoke {
    background: linear-gradient(-125deg, #d2d1d13d, #fff);
    border-bottom: 3px solid #f8f8f8;
}
.block.dark-gradient-old {
    background: linear-gradient(-125deg, #000000f5, #212020);
}
.block.dark-gradient {
    background: linear-gradient(-125deg, #000000f5, #212020);
    border-bottom: 5px solid #000;
}
.block.spacer {
    min-height: 10px !important;
    height: 14px!important;
    padding: 0;
}
.block.spacersm {
    min-height: 5px !important;
    height: 5px !important;
    padding: 0;
}
.block.black {
    /* box-shadow: 0px -20px 25px 0 #000000; */
    background: #000;
}
.block.tlx-shift-up {
	box-shadow: 0px 12px 90px 0 #00000036;
	border-radius: 8px 8px 0px 0px;
	border-top: 5px solid #cfd6de;
	margin-top: -60px;
}

/*
	**********************************
	**********************************
	Footer
	**********************************
	**********************************
*/
.footer {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #c3c3c3;
    height: 180px;
    padding: 0px;
    margin: 0;
}
.footer-shadow {
	box-shadow: 0px 6px 7px 0 #000;
    position: absolute;
	background: #000;
	z-index: 1000;
	height: 11px;
	right: 0;
    left: 0;
    top: 0;
}
.footer a {
	color: #FFF !important;
}
.footer-hero {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}
.footer-hero-bk {
    transform: translate(0px, 0px);
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    visibility: inherit;
	position: absolute;
    height: 100%;
    width: 100%;
    z-index: 20;
    opacity: 1;
    left: 0px;
    top: 19px;
}
.footer-hero-overlay {
    transform: translate(0px, 0px);
    background: #00000085;
    visibility: inherit;
    position: absolute;
    height: 190px;
    width: 100%;
    z-index: 21;
    opacity: 1;
    left: 0px;
    top: 0px;
}
.footer-hero-description {
    top: calc(50% - 43px);
    position: absolute;
    text-align: center;
    min-width: 463px;
    padding: 0 120px;
    z-index: 1000;
    color: #fff;
    right: 0;
    left: 0;
}
.footer-hero-title {
    text-shadow: 1px 4px 0 #000000;
    white-space: nowrap;
    line-height: 60px;
	font-family: amp;
    font-size: 60px;
}
.footer-hero-subtitle {
    white-space: nowrap;
    line-height: 22px;
    word-spacing: 3px;
    font-weight: 600;
	margin: -2px 0 0;
    font-size: 15px;
    display: block;
}
.footer .block {
    background: inherit;
}
.footer .block.centered {
	justify-content: center;
    text-align: center;
}
.footer .donate-footer {
    font-size: 12px;
}
/*
	**********************************
	**********************************
	Sections
	**********************************
	**********************************
*/
.section {
    justify-content: space-around;
    flex-flow: row wrap;
    margin: 0px auto;
    padding: 0px 20px;
	max-width: 1180px;
    display: flex;
    width: 100%;
}
.section .item {
    margin: 0px auto 10px;
    background: #fff;
    padding: 20px 0;
    display: flex;
}
.section .item {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section::before, .item::after {
    content: " ";
    display: table;
}
.section .item.headline {
	padding-top: 0px;
}
.section .item.headline.single {
    padding: 40px 0 20px;
}
.section .item .justify-middle {
	align-items: center;
	text-align: center;
	display: flex;
	margin: auto;
}
.section .item.bordered {
    box-shadow: 0 0 6px 0px #6363631f;
    margin-bottom: 20px;
    border-radius: 1px;
    margin-top: 10px;
}
.section .item.bordered:last-of-type {
    margin-bottom: 0px;
}
.section .item.headline h2 {
    background: -webkit-linear-gradient(left, #1976ff 39%, #e13aff 75%);
    -webkit-background-clip: text;
    /* background-clip: text; */
    color: transparent;
    line-height: 51px;
    font-weight: 100;
    font-size: 50px;
}
.section .item.headline p {
    line-height: 22px;
    font-weight: 300;
    font-size: 19px;
    margin: 10px 0;
    color: #444;
    padding: 0;
}
.section .item.headline p.masthead-subtitle {
	text-transform: uppercase;
	letter-spacing: 5px;
    line-height: 22px;
    font-weight: 300;
    font-size: 10px;
    margin: 10px 0;
    color: #fff;
    padding: 0;
}
.section .item.transparent {
	background: transparent;
}
.section.fifth .item {
	width: calc(20% - 30px);
}
.section.fourth .item {
	width: calc(25% - 30px);
}
.section.third .item {
	width: calc(33% - 30px);
}
.section.half .item {
	width: calc(50% - 30px);
}
.section .item {
	width: calc(100% - 30px);
}
.section .headline h2 {
    background: linear-gradient( to right, #05b7e6 45%, #d867f5 55% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	line-height: 61px;
    font-weight: 100;
    font-size: 51px;
}
.section .headline h3 {
    background: linear-gradient( to right, #05b7e6 5%, #d867f5 55% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 61px;
    font-weight: 100;
    font-size: 37px;
}
/*
	***********
	***********
	items
	***********
	***********
*/
.section .item .title {
    letter-spacing: 0.4pt;
    line-height: 47px;
    font-weight: 100;
    font-size: 32px;
    color: #162c6e;
}
.section .item .subtitle {
	letter-spacing: 1.9pt;
    line-height: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #162c6e;
}
.section .item .description {
    padding: 0 35px 0 0;
    line-height: 22px;
    color: #162c6ead;
	font-weight: 300;
    font-size: 17px;
    margin: 20px 0;
}
.section .item .description span {
    font-style: italic;
	line-height: 15px;
    font-size: 14px;
}
/*
	**********************************
	**********************************
	columns
	**********************************
	**********************************
*/
.tlui-col {

}
.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}
.block.half {
	float: left;
	width: 50%;
}
.block.half {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
/*
	**********************************
	**********************************
	Content
	**********************************
	**********************************
*/
.content-full {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 30px;
	position: relative;
	line-height: 25px;
	max-width: 1180px;
	font-weight: 300;
	text-align: left;
	font-size: 18px;
    margin: 0 auto;
	width: 100%;
    color: #444;
	width: 100%;
}
.content-800 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
	font-weight: 300;
	max-width: 800px;
	text-align: left;
	font-size: 18px;
    margin: 0 auto;
    color: #444;
}
/*
	**********************************
	**********************************
	Layouts
	**********************************
	**********************************
*/
.layout-sidebar {
	/* box-shadow: -2px 0px 50px 0 #eeeeee94; */
    background: #ffffff;
}
.layout-sidebar .content-full {
	padding-bottom: 0px;
}
.layout-sidebar h2 {
	text-align: center;
	margin: 0px 0 30px;
	line-height: 34px;
	font-weight: 300;
	font-size: 28px;
	padding: 0 0;
}
.layout-sidebar .tlx-notice {
	box-sizing: border-box;
	background: #f308080a;
	text-align: left;
	margin: 0 0 30px;
	padding: 18px;
}
.layout-sidebar .tlx-notice p {
	word-spacing: 0.4pt;
	font-style: italic;
	line-height: 20px;
	font-weight: 300;
	font-size: 16px;
	color: #b98282;
}
.layout-sidebar p {
	margin: 0;
}
.layout-sidebar .tlx-divider {
	margin: 0 0 30px;
    height: 120px;
}
.layout-sidebar .tlx-heading {
    margin-bottom: 40px;
}
.tlx-widget {
    margin: 0 0 40px;
}
/*
	**********************************
	**********************************
	Images
	**********************************
	**********************************
*/
.scrapbook-photo {
	justify-content: center;
	position: relative;
    text-align: center;
}
.scrapbook-photo::before {
    background-repeat: no-repeat;
	transform: rotate(-45deg);
    position: absolute;
    height: 100px;
    content: " ";
    width: 100px;
    z-index: 1;
    left: -8px;
    top: -8px;
}
.scrapbook-photo::after {
    background-repeat: no-repeat;
    transform: rotate(45deg);
    position: absolute;
    height: 100px;
    content: " ";
    width: 100px;
	right: -24px;
    z-index: 1;
    top: 0;
}
.scrapbook-photo-b::before {
	background-repeat: no-repeat;
	left: calc(50% - 60px);
	position: absolute;
	height: 100px;
	content: " ";
	width: 100px;
	z-index: 1;
	top: 22px;
}
.scrapbook-photo img {
	border: 4px solid #f3f2f2;
    width: 100%;
}
.parallax-window {
	background: transparent;
	min-height: 400px;
}
/*
	**********************************
	**********************************
	Articles
	**********************************
	**********************************
*/
.tlx-justify-left {
	text-align: left;
}
.tlx-justify-right {
	text-align: right;
}
.article-list {

}
.article-list.column-view {

}
.article-list.column-view.typography {

}
.article-list.typography {
    margin: 65px 0 0;
}
.article-list.typography.tlx-list-content {
	box-sizing: border-box;
	padding: 0 20px;
}
.article-list.typography article {
    position: relative;
	margin: 0px 0 60px;
    min-height: 200px;
    padding: 50px 0;
}
.article-list.typography article:last-of-type {
	padding-bottom: 40px;
    margin-bottom: 0;
}
.article-list.typography article::after {
	background: #ebebeb;
	position: absolute;
	margin-left: -50px;
	width: 100px;
	height: 3px;
	content: "";
	bottom: 0;
	left: 50%;
}
.article-list.typography article:last-of-type::after {
    content: "";
    height: 0px;
}
.article-list.typography header {
    position: relative;
    min-height: 70px;
    display: block;
}
.article-list.typography header .tlx-h2 {
	padding-bottom: 20px;
    position: relative;
}
.article-list.typography header .tlx-h2 h2 {
    margin: 0 0px 0 60px;
    position: relative;
    line-height: 50px;
    font-weight: 500;
    font-size: 37px;
    z-index: 10;
    width: 80%;
}
.article-list.typography header .tlx-h2 a.tlx-dec-none {
	text-decoration: none;
	color: inherit;
}
.article-list.typography header .tlx-h2 a.tlx-dec-none:hover {
    text-decoration: none;
    color: #505050;
}
.article-list.typography .meta {
	margin: -25px 0 0 64px;
    position: relative;
    z-index: 10;
}
.article-list.typography .meta i {
    line-height: 16px;
    font-weight: 300;
    font-size: 12px;
}
.article-list.typography .meta div {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #585858;
}
.article-list.typography .meta a {
	text-decoration: none;
	color: inherit;
}
.article-list.typography .meta a:hover {
    text-decoration: underline;
    color: #404f9a;
}
.article-list.typography .meta div::after {
	background-color: #abaaaa;
	position: absolute;
	display: block;
	bottom: 5px;
	right: -1px;
	width: 1px;
	top: 5px;
	content: "";
}
.article-list.typography .meta div:last-of-type::after {
	border: none;
    content: "";
	width: 0px;
    margin: 0;
}
.article-list.typography .article-content {
    margin: 27px 0 0 60px;
    position: relative;
    line-height: 23px;
    font-size: 17px;
    z-index: 10;
}
.article-list.typography .article-content .btn {
    margin: 22px 0 20px;
}
.article-list.typography .article-content p {
	letter-spacing: 0.4pt;
	word-spacing: 0.9pt;
	line-height: 150%;
	font-weight: 300;
	margin: 0 0 18px;
	font-size: 18px;
	color: #5a5a5a;
}
.article-list.typography .article-content p b,
.article-list.typography .article-content p strong {
    word-spacing: -1.3px;
    font-weight: 500;
}
.article-list.typography .article-content p i {
	font-style: italic;
	font-weight: 400;
    word-spacing: 0;
}
.article-list.typography .article-content p b i {
	word-spacing: inherit;
    font-weight: inherit;
	font-style: italic;
}
.article-list.typography .article-content p i b {
	word-spacing: inherit;
	font-style: inherit;
	font-weight: 500;
}
.article-list.column-view.typography {
	margin: 20px 0 0;
}
.article-list.column-view.typography article {
    padding: 0 10px 10px;
    margin: 0px;
}
.article-list.typography.column-view article::after {
	background: unset;
	position: unset;
	width: unset;
	height: unset;
	bottom: unset;
	left: unset;
}
.article-list.column-view.typography .tlx-header {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    height: 200px;
    width: 100%;
    position: relative;
}
.tlx-bk-img {
	height: 200px;
	width: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
}
.article-list.column-view.typography .tlx-header a {
	transition: all 0.3s ease-in-out;
	background: #3bad4a;
	color: #ffffff2e;
	display: flex;
	height: 200px;
	width: 100%;
}
.article-list.column-view.typography .tlx-header .tlx-no-image {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
}
.article-list.column-view.typography .tlx-capital-letter {
    justify-content: center;
    background: #ffffff17;
    border-radius: 820px;
    line-height: 250px;
    text-align: center;
    position: absolute;
    font-weight: 500;
    font-size: 200px;
    margin: 0 auto;
    bottom: -20px;
    display: flex;
    right: 20px;
    left: -40px;
}
.article-list.column-view.typography .tlx-header a.tlx-no-image:hover .tlx-no-image {
    filter: brightness(.99) blur(2px);
    transition: all 0.4s ease-in-out;
}
.article-list.column-view.typography .tlx-header a img {
	transition: all 0.3s ease-in-out;
    display: flex;
}
.article-list.column-view.typography .tlx-header a:hover img {
    filter: brightness(1) blur(2px);
    transition: all 0.4s ease-in-out;
}
.article-list.column-view.typography .tlx-header img {
    width: 100%;
}
.article-list.typography.column-view .meta {
	display: inline-block;
    position: relative;
    font-size: 13px;
	margin: 8px 0 0;
    color: #636363;
    bottom: unset;
    left: 8px;
}
.article-list.typography.column-view .tlx-h3 {
    box-sizing: border-box;
    letter-spacing: 0.5pt;
	margin: 0px 0 0 5px;
	line-height: 24px;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    color: #444;
    padding: 0;
}
.article-list.typography.column-view .tlx-h3 a {
	text-decoration: none;
	color: #444;
	margin: 0px;
	padding: 0;
}
.article-list.typography.column-view .tlx-h3 a:hover {
	text-decoration: none;
	color: #1c1c1cbf;
}
.article-list.tlx-tlcm article {
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 0 0 20px;
	min-height: 65px;
	margin: 0 0 20px;
}
.article-list.tlx-tlcm article:last-of-type {
	border: none;
}
.article-list.tlx-tlcm .tlx-header {
    width: 70px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.article-list.tlx-tlcm .tlx-header a.tlx-no-image {
    transition: all 0.3s ease-in-out;
    background: #3bad4a;
    color: #ffffff2e;
    display: flex;
    height: 65px;
    width: 100%;
}
.article-list.tlx-tlcm .tlx-header .tlx-no-image {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}
.article-list.tlx-tlcm .tlx-capital-letter {
    justify-content: center;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-weight: 500;
    font-size: 65px;
    margin: 0 auto;
    bottom: 8px;
    display: flex;
    right: 0px;
    left: 0px;
}
.article-list.tlx-tlcm .tlx-header a.tlx-no-image:hover .tlx-no-image {
    filter: brightness(.99) blur(2px);
    transition: all 0.4s ease-in-out;
}
.article-list.tlx-tlcm .tlx-header a {
	position: relative;
}
.article-list.tlx-tlcm .tlx-header a .tlx-bk-img {
	transition: all 0.3s ease-in-out;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	border-radius: 8px;
	display: block;
	height: 65px;
	width: 70px;
	left: 0;
	top: 0;
}
.article-list.tlx-tlcm .tlx-header a:hover .tlx-bk-img {
	transition: all 0.4s ease-in-out;
	filter: brightness(1) blur(2px);
}
.article-list.tlx-tlcm .tlx-header a img {
	transition: all 0.3s ease-in-out;
	display: flex;
}
.article-list.tlx-tlcm .tlx-header a:hover img {
    filter: brightness(1) blur(2px);
    transition: all 0.4s ease-in-out;
}
.article-list.tlx-tlcm .tlx-header img {
    width: 100%;
}
.article-list.tlx-tlcm .meta {
	margin: 5px 0 0 80px;
	line-height: 15px;
	overflow: hidden;
	font-size: 13px;
	color: #636363;
	display: flex;
	padding: 0px;
}
.article-list.tlx-tlcm .meta i {
    line-height: 16px;
    font-weight: 300;
    font-size: 12px;
}
.article-list.tlx-tlcm .meta div {
    display: inline-block;
	white-space: nowrap;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.article-list.tlx-tlcm .meta a {
	text-decoration: none;
	color: inherit;
}
.article-list.tlx-tlcm .meta a:hover {
    text-decoration: underline;
    color: #404f9a;
}
.article-list.tlx-tlcm .meta div::after {
	background-color: #abaaaa;
	position: absolute;
	display: block;
	bottom: 5px;
	right: -1px;
	width: 1px;
	top: 5px;
	content: "";
}
.article-list.tlx-tlcm .meta div:last-of-type::after {
	border: none;
    content: "";
	width: 0px;
    margin: 0;
}
.article-list.tlx-tlcm .tlx-h3 {
	margin: 0px 0px 0 80px;
	box-sizing: border-box;
	letter-spacing: 0.5pt;
	position: relative;
	line-height: 24px;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	display: block;
	color: #444;
	padding: 0;
}
.article-list.tlx-tlcm .tlx-h3 a {
	text-decoration: none;
	color: #444;
	margin: 0px;
	padding: 0;
}
.article-list.tlx-tlcm .tlx-h3 a:hover {
	text-decoration: none;
	color: #1c1c1cbf;
}
.tlx-article-body {
	box-sizing: border-box;
	position: relative;
	max-width: 730px;
	padding: 0 30px;
	display: block;
	width: 100%;
	margin: 0;
}
.header-pagetop {
	box-sizing: border-box;
	background: #e6e3e3;
	position: absolute;
	max-width: 700px;
	margin: 0 auto;
	height: 100px;
	z-index: 1000;
	width: 100%;
	width: 100%;
	top: -50px;
}
/*
	***************************
	typograhy for article body
	***************************
*/
.tlx-article-body h1, h2, h3, h4, h5, h6 {

}
.tlx-article-body h1 {

}
.tlx-article-body h2 {

}
.tlx-article-body h3 {
	text-transform: uppercase;
	line-height: 70px;
	margin: 0px 0 0px;
	font-weight: 300;
	font-size: 23px;
}
.tlx-article-body h4 {

}
.tlx-article-body h5 {

}
.tlx-article-body h6 {

}
.tlx-article-body p {
	letter-spacing: 0.4pt;
    margin-bottom: 26px;
	word-spacing: 0.9pt;
    line-height: 180%;
    font-size: 18px;
    color: #333333;
}
.tlx-article-body p b,
.tlx-article-body p strong {
    word-spacing: -1.3px;
    font-weight: 500;
}
.tlx-article-body p i {
	font-style: italic;
	font-weight: 400;
    word-spacing: 0;
}
.tlx-article-body p b i {
	word-spacing: inherit;
    font-weight: inherit;
	font-style: italic;
}
.tlx-article-body p i b {
	word-spacing: inherit;
	font-style: inherit;
	font-weight: 500;
}
/* article header */
.tlx-article-header {
    box-sizing: border-box;
    margin: 70px 0px 36px;
    position: relative;
}
.tlx-article-body .tlx-h2 {
	border-bottom: 2px solid #e0dede;
	box-sizing: border-box;
	position: relative;
	padding: 0 0 0px;
	margin: 0 0 30px;
}
.tlx-h2-inline {
    display: inline-block;
    position: relative;
}
.tlx-article-body .tlx-h2 h2 {
    border-bottom: 2px solid #505050;
    /* text-transform: uppercase; */
    box-sizing: border-box;
    padding: 0 0px 11px 0;
    display: inline-block;
    letter-spacing: 1px;
    vertical-align: top;
    position: relative;
    line-height: 39px;
    text-align: left;
    font-size: 33px;
    bottom: -2px;
    width: unset;
    z-index: 10;
    margin: 0;
}
.tlx-article-body .tlx-h2 a.tlx-dec-none {
	text-decoration: none;
	color: inherit;
}
.tlx-article-body .tlx-h2 a.tlx-dec-none:hover {
    text-decoration: none;
    color: #505050;
}
.tlx-article-body .cap-letter {
    position: absolute;
    line-height: 260px;
    color: #dcdcdc6b;
    font-weight: 500;
    font-size: 190px;
    top: -137px;
    z-index: 1;
	left: 10px;
    right: 0;
}
.tlx-article-body .meta {
    position: relative;
	margin: -25px 0 0;
    z-index: 10;
}
.tlx-article-body .meta i {
    line-height: 16px;
    font-weight: 300;
    font-size: 12px;
}
.tlx-article-body .meta div {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
	line-height: 16px;
    color: #0000009e;
    font-size: 14px;
}
.tlx-article-body .meta a {
	text-decoration: none;
	color: inherit;
}
.tlx-article-body .meta a:hover {
    text-decoration: underline;
    color: #404f9a;
}
.tlx-article-body .meta div::after {
	background-color: #abaaaa;
	position: absolute;
	display: block;
	bottom: 5px;
	right: -1px;
	width: 1px;
	top: 5px;
	content: "";
}
.tlx-article-body .meta div:last-of-type::after {
	border: none;
    content: "";
	width: 0px;
    margin: 0;
}
.tlx-article-content {

}
.tlx-article-main-image {
	background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px 1px #ddd;
    background-size: cover;
    margin: 0 0 30px;
    padding: 10px;
    height: 210px;
}
.tlx-article-main-image img {
	width: 100%;
}
.tlx-article-delimiter {
    text-align: center;
    line-height: 1.6em;
	margin: 0 0 20px;
    width: 100%;
}
.tlx-article-delimiter:before {
	letter-spacing: 0.2em;
	display: inline-block;
	line-height: 65px;
	font-size: 30px;
	content: "***";
	height: 30px;
}
.tlx-article-youtube {
    margin: 0 0 20px;
	overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.tlx-article-youtube iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* 4x3 Aspect Ratio */
.tlx-article-youtube .tlx-yt-4x3 {
  padding-top: 75%;
}
.tlx-article-youtube .tlx-youtube-content {

}
.tlx-article-youtube .tlx-preloader {
	border: 1px solid #e6e9eb;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	height: 200px;
	display: none;
}
.tlx-article-youtube .tlx-preloader-url {
	transform: translateX(-50%);
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	max-width: 250px;
	overflow: hidden;
	font-size: 11px;
	color: #7b7e89;
	bottom: 20px;
	left: 50%;
}
/* article navigation */
.tlx-article-navigation .tlx-nav-content {
	display: flex;
}
.tlx-article-navigation .tlx-article-nav {
	border-top: 1px solid #f3f3f3;
	padding-top: 10px;
	margin-top: 20px;
}
.tlx-article-navigation .tlx-article-nav .tlx-nav-dir {
	text-transform: uppercase;
	line-height: 18px;
	font-size: 14px;
}
.tlx-article-navigation .tlx-article-nav a {
	text-decoration: none;
	line-height: 24px;
	font-weight: 500;
	font-size: 20px;
	margin: 12px 0;
	display: block;
	color: #444;
}
.tlx-article-navigation .tlx-article-nav a:hover {
	color: #4f4e4e;
}
/* tags */
.tlx-tags-list {
    margin: 0 0 10px;
}
a.tlx-tags-item {
    transition: .2s all ease-in-out;
    border: 1px solid #a0a0a0;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    margin-right: 10px;
    position: relative;
    line-height: 18px;
	font-weight: 400;
    padding: 0 15px;
    font-size: 10px;
    color: #717171;
}
a.tlx-tags-item:hover {
    border-color: #393939;
    color: #393939;
}
a.tlx-tags-item.tlx-tags-item-title {
	background-color: #393939;
	border-color: #393939;
	font-weight: 700;
	color: #fff;
}
a.tlx-tags-item.tlx-tags-item-title:hover {
	background-color: #393939;
	border-color: #393939;
}
/* full size article image */
.tlx-article-image {
    box-sizing: border-box;
	margin: 0 0px 40px;
    padding: 10px 0 0;
}
.tlx-article-image .tlx-article-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    padding: 10px 0 0;
	max-width: 790px;
    height: 460px;
    width: 100%;
	margin: 0px;
}
.tlx-article-image img {
    width: 100%;
}
.tlx-article-image .tlx-image-caption {
    position: relative;
    margin: 0;
}
.tlx-article-image .tlx-image-caption a {
	line-height: 16px;
    font-size: 14px;
}
.tlx-flex-center {
	justify-content: center;
	display: flex;
}
/*
	**********************************
	**********************************
	Card View
	**********************************
	**********************************
*/
.card {
    margin: 30px auto 0px;
    text-align: center;
}
.card.front {
    margin: 30px auto 40px;
    text-align: center;
}
.card.full {
    max-width: 540px;
    min-width: 390px;
	padding: 0 60px;
    width: 100%;
}
.card .photo {
    margin: 10px auto;
}
.card .photo img {
	width: 100%;
}
.card .photo img.offset {
    margin: 0px 0 0px -10px;
    width: 110%;
}
.card .photo.med {
    height: 260px;
    width: 260px;
}
.card .photo.round {
	border: 11px #f4f4f4 solid;
    border-radius: 380px;
    overflow: hidden;
}
.card .title.huge {
	margin: 10px auto 13px;
    line-height: 50px;
    font-weight: 900;
    font-size: 44px;
}
.card .title.huge.thin {
	margin: 10px auto 13px;
    line-height: 50px;
    font-weight: 100;
    font-size: 44px;
}
.card .title.mega.thin {
    margin: 10px auto 13px;
    line-height: 61px;
    font-weight: 100;
    font-size: 54px;
}
.card .title.mega.thin.header-b {
    line-height: 44px;
    font-weight: 100;
    font-size: 44px;
    margin: 0.67em 0;
}
.card .title.gradient {
	color: #FFF;
}
.card .title.heading h1 {
    margin: 10px auto 16px;
    line-height: 46px;
    font-weight: 900;
    font-size: 44px;
}
.card .title.gradient-old {
    background: -webkit-linear-gradient(left,#05b7e6 10%,#d867f5 99%,#0bf9bc);
	-webkit-background-clip: text;
	background-clip: text;
    color: transparent;
}
.card .title.gradient {
    background: -webkit-linear-gradient(left, #00beff 10%, #143dff 99%, #0bf9bc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.card .title.gradient2 {
    background: -webkit-linear-gradient(left, #001dc8 10%, #0d55ff 99%, #0bf9bc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.card .title {
    line-height: 44px;
    font-weight: 100;
    font-size: 44px;
}
.card .title h1 {
    line-height: 44px;
    font-weight: 100;
    font-size: 44px;
}
.card .heading {

}
.card .heading.upper {
	text-transform: uppercase;
}
.card .heading h2 {
	letter-spacing: 6px;
    line-height: 24px;
    font-weight: 400;
    font-size: 20px;
}
.card .heading p {
	letter-spacing: 0.4pt;
	word-spacing: 0px;
	line-height: 24px;
	font-weight: 300;
	font-size: 19px;
	color: #000;
}
.card .heading.hd2 p {
    letter-spacing: 0.4pt;
    word-spacing: 0px;
    line-height: 24px;
    font-weight: 300;
    font-size: 19px;
    color: #adadad;
}
.card .heading.med p {
    font-style: italic;
    line-height: 19px;
    word-spacing: 2px;
    font-weight: 300;
    font-size: 17px;
}
.card .heading.med h2 {
    letter-spacing: 1px;
    font-style: italic;
    line-height: 22px;
    word-spacing: 2px;
    font-weight: 300;
    font-size: 17px;
}
.card .heading.white p {
    color: #FFF;
}
.card .heading.gray p {
    color: #868686;
}
.card .heading.gray h2 {
    color: #868686;
}
.card .description {
    margin: 20px auto;
    line-height: 160%;
    font-weight: 300;
    font-size: 19px;
    color: #535561;
    padding: 0;
}
.card.front .description {
    min-height: 130px;
}
.card .description.indented p {
	border-left: 3px #0a95ff solid;
	letter-spacing: 0.5pt;
	padding: 0 0 0 20px;
    margin: 20px auto;
    line-height: 27px;
	text-align: left;
    font-weight: 300;
    font-size: 18px;
    color: #535561;
}
.card .description.white p {
    color: #FFF;
}
.card .signature {
    width: 180px;
}
.card .segment {
	padding: 10px 30px 30px;
    background: #2e2e2e;
    margin: 52px 0;
    color: #171616;
}
.card .segment .heading {
    font-size: 40px;
    font-weight: 100;
    line-height: 47px;
}
.card .segment .desc {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0.2pt;
}
/*
	**********************************
	**********************************
	Music Player
	**********************************
	**********************************
*/
.music-player {
    height: 211px;
    border: none;
    width: 100%;
}
.music-player {
    border-top: 1px solid #000;
}
*:focus {
	outline: none;
}
#app-cover {
    position: fixed;
	z-index: 2000;
    height: 217px;
    bottom: 0;
    right: 0;
    left: 0;
}
/*
	***********
	***********
	Music Player:
	background
	***********
	***********
*/
#bg-artwork {
	background-repeat: no-repeat;
	-webkit-filter: blur(40px);
	background-position: 50%;
	background-size: cover;
	filter: blur(40px);
	position: absolute;
	bottom: -30px;
	right: -30px;
	left: -30px;
	top: -30px;
	z-index: 1;
}
#bg-layer {
	background-color: #444;
	position: absolute;
	opacity: 0.51;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
/*
	***********
	***********
	Music Player:
	player
	***********
	***********
*/
#player-body {
	background: linear-gradient(-90deg, #000000, #0D1217);
	position: absolute;
	height: 100px;
	z-index: 3;
	top: 80px;
	right: 0;
	left: 0;
}
#player-controls {
	position: absolute;
	overflow: hidden;
	width: 250px;
	height: 100%;
	left: 220px;
	margin: 0;
	top: 0;
}
.control {
	padding: 11px 0;
	width: 60px;
	float: left;
}
.button {
	background-color: #00000000;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	height: 48px;
	width: 47px;
}
.button i {
	text-align: center;
	position: absolute;
	line-height: 26px;
	font-size: 26px;
	display: block;
	color: #d4d4d4;
	left: 0px;
	top: 11px;
	right: 0;
}
.button, .button i {
	transition: 0.2s ease all;
}
.button:hover {
	background-color: #2e2e2e;
}

/*
	***********
	***********
	Music Player:
	player display
	***********
	***********
*/
#player {
    position: absolute;
	z-index: 3;
	top: 10px;
	right: 0;
    left: 0;
}
#player-track {
    padding: 12px 22px 10px 236px;
    border-radius: 15px 15px 0 0;
    background-color: #272626eb;
    transition: 0.3s ease top;
    position: absolute;
    width: 500px;
    left: -35px;
    z-index: 1;
    top: 84px;
}
#player-track.active {
	top: 24px;
}
#album-name {
	font-weight: 600;
	font-size: 17px;
	color: #cdcfe0;
}
#track-name {
	margin: 2px 0 13px 0;
	font-size: 13px;
	color: #acaebd;
}
#track-time {
	overflow: hidden;
	margin-bottom: 3px;
	height: 12px;
}
#current-time {
	float: left;
}
#track-length {
	float: right;
}
#current-time, #track-length {
	background-color: #23232300;
	transition: 0.3s ease all;
	border-radius: 10px;
	font-size: 11px;
	color: #585858;
}
#track-time.active #current-time, #track-time.active #track-length {
	background-color: transparent;
	color: #828282;
}
/*
	***********
	***********
	Music Player:
	player scrubber
	***********
	***********
*/
.player-display {
    background: linear-gradient(-90deg, #1b1b1b, #000000);
    padding: 5px 21px 8px 220px;
    position: absolute;
    z-index: -1;
    top: 84px;
    right: 0;
    left: 0;
}
#s-area, #seek-bar {
	position: relative;
	border-radius: 34px;
	height: 15px;
}
#s-area {
	background-color: #2f2f2f;
	cursor: pointer;
}
#ins-time {
	position: absolute;
	border-radius: 4px;
	white-space: pre;
	padding: 5px 6px;
	font-size: 12px;
	display: none;
	color: #fff;
	top: -29px;
}
#s-hover {
	position: absolute;
	opacity: 0.2;
	z-index: 2;
	bottom: 0;
	left: 0;
	top: 0;
}
#ins-time, #s-hover {
	background-color: #3b3d50;
}
#seek-bar {
	background: linear-gradient(90deg, #149df2, #105367);
	transition: 0.2s ease width;
	position: absolute;
	content: '';
	z-index: 1;
	bottom: 0;
	width: 0;
	left: 0;
	top: 0;
}
/*
	***********
	***********
	Music Player:
	album art
	***********
	***********
*/
#album-art {
    box-shadow: 0 0 0 5px #d4d4d4;
    transition: 0.3s ease all;
    transform: rotateZ(0);
    background: #636363ad;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    height: 154px;
    width: 154px;
    left: 34px;
    top: -16px;
}
#album-art.active {
    box-shadow: 0 0 0 4px #d8d8d8, 10px 20px 70px -15px #6f6f6f;
    top: -41px;
}
#album-art1:before {
	box-shadow: inset 0 0 0 2px #b1b1b1;
	margin: -10px auto 0 auto;
	background-color: #151515;
	position: absolute;
	border-radius: 50%;
	height: 20px;
	content: '';
	width: 20px;
	z-index: 2;
	right: 0;
	top: 50%;
	left: 0;
}
#album-art img {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	top: 0;
}
#album-art img.active {
	opacity: 1;
	z-index: 1;
}
#album-art.active img.active {
	animation: rotateAlbumArt 3s linear 0s infinite forwards;
	z-index: 1;
}
@keyframes rotateAlbumArt {
	0% {
		transform: rotateZ(0);
	}
	100% {
		transform: rotateZ(360deg);
	}
}
#buffer-box {
	background-color: #efeeee82;
	margin: -12px auto 0 auto;
	font-family: Helvetica;
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #1f1f1f;
	line-height: 1;
	padding: 6px;
	height: 13px;
	opacity: 0;
	z-index: 2;
	right: 0;
	top: 50%;
	left: 0;
}
#album-art img, #buffer-box {
	transition: 0.1s linear all;
}
#album-art.buffering img {
	opacity: 0.25;
}
#album-art.buffering img.active {
	-webkit-filter: blur(2px);
	filter: blur(2px);
	opacity: 0.8;
}
#album-art.buffering #buffer-box {
	opacity: 1;
}

/*
	**********************************
	**********************************
	Site Classes
	**********************************
	**********************************
*/
img.my-brands {
	align-items: center;
	text-align: center;
	display: flex;
	margin: auto;
    width: 160px;
}
.on-air {
	background-position: center;
	background-size: cover;
	position: absolute;
	display: block;
	z-index: 10000;
	height: 33px;
	right: 42px;
	width: 33px;
	top: 16px;
}
.song-title-x {
    font-size: 19px;
}
.song-title-y {
	margin: 22px 0px;
    display: block;
}
