#deviation-comments.active {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 20px; }

#deviation-comments.active .comments > footer {
  display: none; }

#header .dropdown > a > svg {
  fill: #fff;
  opacity: 0.4; }

/*
// Old World
$accent-color: #05CC47;
$brand-color-1: #000000;
$brand-color-2: #3d4f42;
$brand-color-3: #798c7b;
$brand-color-4: #98aa97;
$brand-color-5: #F2F2F2;
$brand-color-6: #FFFFFF;
$alt-color-1: #1F3833;
$alt-color-2: #36807A;
$alt-color-3: #40CFC7;
$alt-color-4: #D4F5F2;
$special-color: #F7590A;
$error-color: #D83F3F;
$slash-bg: #d4dfd0;
$header-icon-color: $brand-color-4;

$nav-color: $brand-color-3;
$nav-active-color: $brand-color-1;
$nav-hover-color: $brand-color-2;
*/
html {
  background-color: #181a1b; }

* {
  box-sizing: border-box; }

body {
  background-color: #181a1b;
  background: -webkit-linear-gradient(-28deg, #36383a 0%, #36383a 375px, #333537 375px, #333537 100%) fixed;
  color: white;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 2000px; }

h1, h2, h3, h4, h5 {
  margin: 0; }

a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

a:hover {
  color: #05cc47; }

.hidden {
  display: none; }

::selection {
  background-color: #05cc47;
  color: white; }

.tabs.segmented {
  position: relative;
  margin: 10px 15px 10px 15px; }

.tabs.segmented a {
  font-size: 20px;
  color: #7d8080 !important; }

.tabs.segmented a:hover {
  color: #05cc47 !important;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

.tabs.segmented a.active {
  font-family: "Calibre-Semibold" !important;
  font-weight: 800 !important;
  color: black !important; }

.menu .steps {
  text-align: left;
  overflow: hidden; }

.menu .step {
  display: inline-block;
  vertical-align: top;
  margin-right: -1px;
  visibility: hidden;
  pointer-event: none;
  -webkit-transform: translateY(0%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

.menu .steps .step {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0; }

.menu .steps .step:first-of-type {
  position: static; }

.menu .step.active {
  visibility: visible;
  pointer-event: auto;
  opacity: 1;
  -webkit-transform: translateX(0); }

.menu .step footer.fixed {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 15px;
  text-align: right; }

.menu .step footer .btn.special.green.alt a {
  font-family: "Calibre-Bold" !important; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 60px; }

#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); }

.user > a {
  color: #7d8080; }

.user > a:hover {
  color: white; }

#header h1 {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 130px;
  xxheight: 60px;
  margin-right: 5px; }

#header h1 a {
  position: absolute;
  top: 1px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background: url(../images/ui/logo.png) center center no-repeat;
  background-size: contain;
  background-size: 100px auto;
  width: 140px;
  margin: 0 0px 0 0px;
  padding: 10px 10px; }

#header section {
  position: relative;
  display: inline-block;
  xxvertical-align: top;
  top: 0;
  height: 100%;
  padding: 20px;
  margin-left: 0px;
  margin-right: -20px;
  font-family: "Calibre-Semibold";
  font-size: 18px;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase; }

#header section::before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: skewX(152deg);
  display: block;
  height: 100%;
  width: 1px;
  border-left: 1px solid rgba(125, 128, 128, 0.25);
  top: 0; }

#header section a {
  margin-right: 20px; }

#header .search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  width: 240px;
  margin-left: 40px;
  -webkit-transform: skewX(152deg);
  -webkit-transition: all 0s cubic-bezier(0, 0, 0.58, 1);
  cursor: text; }

#header .search.active {
  width: calc(100% - 120px); }

#header .search .wrapper {
  xxbackground: transparent;
  -webkit-transform: skewX(-152deg); }

#header .search::before {
  -webkit-transform: skewX(0deg); }

#header .search .wrapper i {
  position: relative;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
  margin: -30px 0; }

#header svg path,
#header svg rect {
  fill: #4f5254; }

#header .search .wrapper i svg path {
  fill: #4f5254;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

#header .search .wrapper input {
  position: relative;
  top: -1px;
  -webkit-appearance: none;
  width: calc(100% - 150px);
  width: 50px;
  border-width: 0;
  font-family: "Calibre-Light";
  font-size: 18px;
  background: transparent;
  border: none;
  outline: none;
  color: #f2f2f2;
  padding: 16px 0 18px 0;
  margin: -20px 0;
  margin-left: 0px;
  vertical-align: middle; }

#header .search .wrapper input::-webkit-input-placeholder {
  color: transparent;
  xxtext-transform: uppercase;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

#header .search:hover .wrapper input::-webkit-input-placeholder {
  color: rgba(125, 128, 128, 0.65);
  color: transparent; }

#header .search.active {
  background-color: #7d8080;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header .search.active .wrapper i svg path {
  fill: #181a1b;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

#header .search.active .wrapper input {
  color: #181a1b; }

#header .search .wrapper input::-webkit-input-placeholder {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header .search.active .wrapper input::-webkit-input-placeholder {
  color: #181a1b;
  color: transparent; }

#header .search + .userbar .search-close {
  opacity: 0;
  pointer-events: none; }

#header .search.active + .userbar .search-close {
  opacity: 1;
  pointer-events: auto;
  color: #181a1b; }

#header .search-close {
  position: absolute;
  top: 0;
  left: -40px;
  display: inline-block;
  width: 30px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  color: transparent;
  font-size: 30px;
  font-weight: 200;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#header .search-close::before {
  content: "\00d7"; }

#header .search.active + .userbar .search-close {
  color: #181a1b; }

#header .userbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  xxfloat: right;
  display: inline-block;
  padding-left: 0; }

#header .userbar::after {
  content: "";
  display: block;
  background-color: #181a1b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: skewX(152deg); }

.userbar a {
  font-family: "Calibre-Light"; }

.userbar a.signup {
  color: #05cc47;
  xxfont-family: inherit; }

.userbar a.signup:hover {
  color: white; }

.userbar .user {
  display: none;
  margin-left: 20px; }

.userbar .user.active {
  display: block; }

.userbar .user .avatar {
  position: relative;
  top: -1px;
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
  vertical-align: middle; }

.userbar .user b {
  xxmargin-left: 2px;
  xxtext-transform: none;
  xxborder: 1px solid #c00; }

#header {
  -webkit-transform: translateY(0px);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header.away {
  -webkit-transform: translateY(-60px); }

#header.fixed,
#header.active {
  position: fixed;
  background-color: #181a1b; }

#header::before {
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header.fixed::before,
#header.active::before {
  opacity: 0;
  visibility: hidden; }

#header .global-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header.fixed .global-nav,
#header.active .global-nav {
  opacity: 1;
  visibility: visible; }

#header .search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header.fixed .search,
#header.active .search {
  opacity: 1;
  visibility: visible; }

#header .userbar::after {
  background-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header.fixed .userbar::after,
#header.active .userbar::after {
  background-color: #181a1b; }

#header .userbar::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header.fixed .userbar::before,
#header.active .userbar::before {
  opacity: 1;
  visibility: visible; }

#header .global-nav a {
  font-family: "Calibre-Light";
  color: #7d8080;
  /* HACK */
  font-size: 13px;
  position: relative;
  line-height: 50px; }

/* HACK */
#header .global-nav a i {
  position: absolute;
  display: block;
  left: 1px;
  top: -28px;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2); }

#header .global-nav a:hover {
  color: #05cc47; }

#header .global-nav a.active {
  font-family: "Calibre-Semibold";
  color: white; }

#header .global-nav sup {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #05cc47;
  margin-top: 2px;
  margin-left: 1px; }

#header .search input {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header .search.tokenized input {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

#header .search .tokens {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header .search.tokenized .tokens {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

#header .tokens {
  position: absolute;
  top: 0;
  left: 44px;
  width: calc(100% - 429px);
  font-family: "Calibre-Light";
  font-size: 18px;
  text-transform: none; }

#header .tokens a {
  position: relative;
  display: inline-block;
  top: -6px;
  color: #f2f2f2;
  padding: 5px 10px;
  background-color: #4f5254;
  border-radius: 3px;
  padding-right: 0;
  overflow: hidden; }

#header .tokens a i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 35px;
  line-height: 28px;
  display: inline-block;
  font-size: 22px;
  font-family: "Helvetica Neue";
  font-weight: 300;
  opacity: 0.5;
  text-align: center;
  width: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#header .tokens a i::after {
  content: "\00d7"; }

#header .tokens a:hover {
  background-color: #181a1b; }

#header .tokens a i:hover {
  background-color: #d83f3f;
  opacity: 1; }

#header .dropdown a {
  margin-right: 0; }

#header .dropdown:last-of-type {
  margin-right: 20px; }

#header .dropdown .tabs a {
  margin-right: 20px; }

.dropdown {
  display: inline-block;
  position: relative;
  color: #181a1b;
  xxborder: 1px solid #00c;
  top: -20px;
  xxheight: 60px;
  vertical-align: middle;
  z-index: 2000; }

.dropdown > a {
  display: inline-block;
  position: relative;
  color: white !important;
  padding-top: 14px;
  height: 60px;
  xxborder: 1px solid #c00;
  z-index: 1200; }

.dropdown#username > a {
  padding-top: 17px;
  padding-right: 8px;
  padding-left: 8px;
  margin-left: -8px; }

.dropdown:hover > a {
  color: #05cc47 !important; }

.dropdown h2 {
  xxfont: bold 20px helvetica neue;
  margin: 10px 0 10px 15px;
  cursor: default;
  white-space: nowrap;
  text-rendering: optimizeLegibility; }

.dropdown .menu {
  display: block;
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transform: translate(0, -15px);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.dropdown.hover .menu {
  display: block;
  opacity: 1 !important;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.dropdown.hover .menu.hide {
  display: block;
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transform: translate(0, -15px);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.dropdown.btn .menu {
  display: block;
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transform: translate(0, -15px);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.dropdown.btn.hover .menu {
  display: block;
  opacity: 1 !important;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.dropdown.btn.hover .menu.hide {
  display: block;
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transform: translate(0, -15px);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.dropdown #submit-icon {
  -webkit-transition: all 0.1s ease-out; }

.dropdown #notification-icon {
  -webkit-transition: all 0.1s ease-out; }

.dropdown:hover #submit-icon * {
  fill: #05cc47; }

.dropdown:hover #notification-icon {
  fill: #05cc47; }

.dropdown.hover #submit-icon * {
  fill: white; }

.dropdown.hover #notification-icon {
  fill: white; }

.dropdown.select > a::after {
  position: relative;
  top: 1px;
  right: 0px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: white; }

.dropdown.select:hover > a::after {
  border-top-color: #05cc47; }

.menu {
  xxdisplay: none;
  position: absolute;
  z-index: 2000;
  top: 56px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
  background: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 4px;
  min-height: 50px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: transform3d(0, 0, 0); }

.menu:not(.right) {
  left: 0px; }

.menu.right {
  right: -5px; }

.menu::after {
  position: absolute;
  top: -20px;
  z-index: 0;
  display: block;
  content: "";
  background-color: transparent;
  width: 100%;
  height: 40px; }

/* Left-Aligned Menu */
.menu:not(.right):before {
  position: absolute;
  top: -20px;
  left: 11px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: inherit; }

/* Right-Aligned Menu */
.menu.right::before {
  position: absolute;
  top: -20px;
  right: 11px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: inherit; }

.menu ul {
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  vertical-align: top;
  list-style: none; }

.menu ul:first-of-type {
  border-top: 12px solid transparent;
  margin-top: -12px; }

.menu ul li {
  min-height: 35px;
  display: block; }

.menu ul li a {
  position: relative;
  font-size: 15px;
  color: #7d8080;
  display: block;
  padding: 15px 45px 15px 15px;
  -webkit-transition: all 0.1s ease-in-out;
  xx-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  xxborder-bottom: 1px solid rgba(125, 128, 128, 0.1); }

.menu ul li:first-of-type a {
  xxborder-top: 1px solid rgba(125, 128, 128, 0.1); }

.menu ul li a:hover {
  background: #40cfc7;
  color: white; }

.menu ul li a.active {
  font-weight: bold; }

.step textarea.alt {
  background-color: transparent;
  width: calc(100% - 10px);
  resize: none;
  margin: 0 5px;
  font-size: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

.step textarea.alt::-webkit-input-placeholder {
  color: #7d8080;
  color: #aaa;
  xxfont-style: italic; }

.step h2 {
  margin-top: 0; }

.step .dropzone {
  position: relative;
  height: 120px;
  border: 3px dashed #ccc;
  margin: 6px 15px;
  border-radius: 3px; }

.step .dropzone b {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  color: #ccc; }

.userbar .menu a .avatar {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 15px;
  max-width: 30px;
  max-height: 30px; }

.userbar .menu ul li a em {
  font-family: "Calibre";
  font-weight: 500;
  font-style: normal; }

.userbar .menu ul li a strong {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  text-rendering: optimizeLegibility; }

#menu-create ul li a strong {
  font-family: "Calibre";
  font-weight: 500;
  font-size: 20px;
  position: relative;
  top: -4px;
  margin-bottom: -4px;
  xxtext-transform: uppercase;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#menu-create #step-create > ul li a {
  width: 290px; }

#menu-create #step-create > ul li a i {
  width: 60px;
  height: 60px;
  xxborder: 1px solid #c00;
  position: absolute;
  top: 2px;
  right: 10px; }

#menu-create #step-create > ul li a:hover i svg {
  -webkit-transition: all 0.1s ease-in-out; }

#menu-create #step-create > ul li a:hover i svg {
  -webkit-filter: brightness(2); }

#menu-notifications {
  xxmax-width: 300px; }

#menu-notifications ul {
  margin: 0;
  xxmargin-top: 5px;
  xxmargin-bottom: -10px;
  height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-top-width: 0;
  min-width: 450px; }

#menu-notifications ul li a {
  display: block;
  top: -6px;
  width: 450px !important;
  background-color: white;
  min-height: 64px;
  font-size: 18px; }

#menu-notifications ul li a em {
  font-weight: 400; }

#menu-notifications ul li a strong {
  font-family: "Calibre";
  font-weight: 200;
  font-size: 14px;
  position: relative;
  top: 2px;
  padding-bottom: 2px;
  margin-bottom: -2px;
  xxtext-transform: uppercase;
  text-rendering: optimizeLegibility;
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  xxwidth: 300px;
  padding-right: 10px; }

#menu-notifications ul li a time {
  position: relative;
  top: 0px;
  right: -30px;
  float: right;
  opacity: 0.5;
  font-size: 12px; }

#menu-notifications ul li a.new {
  background-color: #F2DACE;
  overflow: hidden; }

#menu-notifications ul li a.new::before {
  content: "";
  position: absolute;
  right: -38px;
  bottom: 0;
  height: 66px;
  width: 40px;
  display: block;
  background: #f75908;
  -webkit-transform: skewX(152deg); }

#menu-notifications ul li a:hover {
  background-color: #40cfc7; }

#menu-notifications ul li a .avatar {
  max-width: 35px;
  max-height: 35px; }

#menu-notifications .tabs {
  width: 100%;
  xxwhite-space: nowrap;
  xxoverflow: hidden;
  max-width: 430px; }

#menu-user {
  right: 0px; }

#menu-user ul li a {
  width: 200px;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px; }

#menu-user ul li a em {
  font-weight: 200;
  opacity: 0.5; }

#menu-user ul li a strong {
  font-size: 20px;
  color: black;
  font-family: "Calibre-Semibold";
  font-weight: 400;
  margin-bottom: 2px; }

#menu-user li.hr {
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
  min-height: 0; }

#menu-user li.hr:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  content: ""; }

@media (-webkit-min-device-pixel-ratio: 2) {
  #menu-user li.hr:before {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
@media (-webkit-min-device-pixel-ratio: 2) {
  #menu-user .secondary:before {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
#menu-user .secondary li {
  min-height: 0; }

#menu-user .secondary li a {
  padding-top: 10px;
  padding-bottom: 10px; }

#header .dropdown .menu .dropdown.btn {
  margin-right: 5px; }

#header .btn.dropdown a:hover {
  color: white !important; }

#header .dropdown:hover > a {
  color: white !important; }

#flyout {
  position: absolute !important;
  z-index: 10000;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 200px;
  margin-top: -148px;
  margin-left: -86px;
  border-radius: 100%;
  xxborder: 1px solid #c00;
  -webkit-transform: translateZ(0); }

.menu_button {
  position: absolute;
  bottom: 39px;
  left: 77px;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  border: 0px solid transparent;
  text-indent: -99999px;
  overflow: hidden;
  background-color: #181a1b;
  opacity: 0.5;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
  z-index: 9999;
  outline: 0;
  -webkit-transition: background-color 0.4s ease; }

.menu_button.btn-rotate {
  background-color: #181a1b;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 0.4s ease; }

.menu_button span {
  display: block;
  height: 38px;
  width: 38px;
  -webkit-transition: .3s ease; }

.menu_option {
  bottom: 70px;
  left: 80px;
  position: absolute; }

.menu_option li {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.inactive .menu_option li {
  -webkit-transition: .1s ease-out; }

.menu_option li a {
  position: relative;
  display: block;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  box-shadow: 0 0 0 2px white;
  background: #4f5254;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.1s ease-in; }

.menu_option li a:hover {
  background-color: #05cc47;
  background-color: black;
  -webkit-transform: scale(1.2) translateZ(0);
  -webkit-transition: -webkit-transform 0.1s ease-in; }

.menu_option li a span {
  xxopacity: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s ease-out; }

.menu_option li a span b {
  display: inline-block;
  font-size: 12px;
  padding: 2px 6px;
  text-align: center;
  position: relative;
  bottom: 66px;
  left: 3px;
  font-family: "Calibre";
  font-weight: 200;
  background-color: black;
  color: white;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.1s; }

.menu_option li a:hover span b {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s; }

.menu_option li a span i.icon {
  width: 41px;
  height: 41px;
  display: block;
  background: url(../../basic/icons/faves.png) center center no-repeat;
  background-size: 30px 30px;
  -webkit-filter: grayscale(1) contrast(0.5) brightness(230%); }

.menu_option li a span i.icon-faves {
  background-image: url(../../basic/icons/faves.png); }

.menu_option li a span i.icon-mlt {
  background-image: url(../../basic/icons/mlt.png); }

.menu_option li a span i.icon-share {
  background-image: url(../../basic/icons/share.png); }

.inactive .menu_option li a span i.icon {
  opacity: 0; }

body.modal-on .navbar,
body.modal-on .page-content {
  -webkit-filter: blur(5px); }

.red {
  border: 1px solid #c00 !important; }

/* Darken */
.overlay {
  position: fixed;
  visibility: hidden;
  background-color: rgba(40, 40, 40, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

#overlay-super {
  background-color: rgba(40, 40, 40, 0.95);
  z-index: 1000; }

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

body.modal-on .overlay.active {
  z-index: 1500; }

.profile > header {
  position: relative;
  height: 350px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 20px 0 20px;
  text-align: center;
  overflow: hidden; }

.profile > header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
  xxbackground: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6)); }

.profile > header .content {
  position: relative;
  z-index: 100; }

.profile > header .content .avatar {
  display: none;
  float: left;
  margin-right: 20px;
  width: 100px;
  image-rendering: pixelated; }

.profile > header .content h1 {
  font-size: 60px;
  font-weight: 600;
  font-family: "Calibre";
  xxfont-family: "Calibre-Semibold";
  line-height: 0.9;
  text-rendering: optimizeLegibility;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.profile > header .content h2 {
  xxdisplay: none;
  font-size: 24px;
  font-weight: 400;
  font-family: "Calibre-Light";
  margin-bottom: 20px;
  opacity: 0.75;
  margin-top: 10px;
  text-rendering: optimizeLegibility;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

nav.secondary {
  position: relative;
  z-index: 100;
  padding: 14px 0 14px 0;
  padding-left: 5px;
  font-family: "Calibre-Light";
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }

nav.secondary.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  background-color: #181a1b; }

nav.secondary a {
  color: #7d8080;
  padding: 6px 15px;
  margin-right: -10px;
  white-space: nowrap; }

nav.secondary a:hover {
  color: #05cc47; }

nav.secondary a.active {
  color: white;
  font-family: "Calibre-Semibold"; }

nav.secondary a.hireme {
  color: #f7590a; }

nav.secondary a.hireme.active {
  color: white; }

.grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 20px;
  margin: 20px -10px;
  margin-bottom: 20px; }

.grid .item {
  flex-grow: 2;
  flex-shrink: 0;
  flex-basis: 400px;
  height: 350px;
  xxborder: 1px solid #c00;
  margin: 10px;
  background-color: #4f5254; }

.grid .item.portrait {
  flex-basis: 200px; }

.grid .item.landscape {
  flex-basis: 600px; }

.profile .other {
  position: absolute;
  bottom: 10px;
  right: 10px;
  xxz-index: 500; }

.profile .other a {
  opacity: 0.5;
  display: inline-block;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

.profile .other a:hover {
  opacity: 1; }

.profile header section {
  xxvisibility: hidden;
  pointer-events: none;
  z-index: -1;
  -webkit-transform: skewX(152deg) translateX(-80%);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }

.profile header section.active {
  visibility: visible;
  pointer-events: auto;
  z-index: 500;
  -webkit-transform: skewX(152deg) translateX(-10%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  /* easeInQuart */ }

.profile header section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  text-align: left; }

.profile header section .wrapper {
  -webkit-transform: skewX(-152deg) translateX(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  /* easeOutQuart */ }

.profile header section.active .wrapper {
  -webkit-transform: skewX(-152deg) translateX(0%);
  -webkit-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s;
  /* easeInQuart */ }

.profile header section .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 20%; }

.profile header section .wrapper a {
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  font-weight: 100; }

.profile header section.profile-badges .wrapper a {
  display: inline-block; }

.profile header section.profile-badges {
  background-color: rgba(255, 255, 255, 0); }

.profile header section.profile-badges.active {
  background-color: white; }

.profile .badge {
  width: 150px;
  image-rendering: pixelated; }

#modal-more table {
  margin: 0 0 0 50px; }

#modal-more table th {
  text-align: left;
  width: 300px;
  text-transform: uppercase;
  font-family: "Calibre-Bold";
  font-size: 25px;
  text-rendering: optimizeLegibility; }

#modal-more table td {
  vertical-align: top; }

#modal-more table td a {
  display: block;
  margin: 10px 0;
  font-weight: 200;
  opacity: 0.5; }

#modal-more table td a:hover {
  opacity: 1; }

#modal-more footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: -50px;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  background-color: #181a1b;
  color: #4f5254; }

#modal-more footer a {
  margin-right: 10px;
  color: #7d8080; }

#modal-more footer a:hover {
  color: #05cc47; }

#profile {
  display: none; }

.page:not(.has-hero) {
  padding-top: 60px; }

.torpedo {
  text-align: left;
  margin: 0 20px 0 20px; }

.torpedo .item {
  display: inline-block;
  margin: 0 120px 0 0;
  padding: 0; }

.torpedo img {
  margin: 2px 20px 15px 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2); }

body.piemenu .torpedo .item.focus {
  position: relative;
  xxopacity: 0.6;
  z-index: 600;
  xx-webkit-filter: contrast(30%) saturate(300%);
  -webkit-filter: contrast(20%) sepia(100%) hue-rotate(80deg) brightness(0.8) saturate(400%); }

.torpedo section {
  xxborder: 1px solid #c00;
  overflow: hidden;
  xxheight: 220px;
  white-space: nowrap; }

.torpedo section img:first-of-type {
  margin-left: 0; }

.torpedo section img:last-of-type {
  margin-right: -100px; }

/* Hack - Hide last row to make it prettier */
.torpedo section:last-of-type {
  xxvisibility: hidden;
  xxposition: absolute;
  xxdisplay: none; }

.torpedo img.thumbnail {
  cursor: pointer; }

.torpedo .item {
  position: relative;
  cursor: pointer; }

.torpedo .item .info {
  xxborder: 1px solid #c00;
  position: absolute;
  xxtop: 2px;
  left: 0;
  right: -100px;
  bottom: 18px;
  padding: 10px;
  padding-top: 30px;
  z-index: 10;
  xxbackground: -webkit-linear-gradient(top, rgba(36, 38, 38, 0), rgba(36, 38, 38, 0.5));
  xxbackground: #c00;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.torpedo .item:hover .info {
  opacity: 1;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

.torpedo .item .title {
  width: 100%;
  display: block;
  font-family: 'Calibre-Bold';
  font-family: 'Calibre-Semibold';
  font-size: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 33px;
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.torpedo .item .artist {
  color: #CCC;
  xxopacity: 1;
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-family: 'Calibre-Semibold';
  -webkit-font-smoothing: antialiased;
  float: left;
  height: 19px;
  line-height: 19px;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 25px;
  background-image: url(../../basic/avatars/artgerm.gif);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left top;
  text-rendering: optimizeLegibility; }

.torpedo .item::before {
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 18px;
  left: 0;
  z-index: 2;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(top, rgba(36, 38, 38, 0.2), rgba(36, 38, 38, 0.2) 70%, rgba(36, 38, 38, 0.85));
  xxbackground: -webkit-radial-gradient(cover circle, transparent, transparent 50%, rgba(0, 0, 0, 0.4));
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.1s linear; }

.torpedo .item:hover::before {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.2s linear; }

.torpedo .item .stats {
  color: #ccc;
  font-family: 'Calibre-Light';
  font-size: 14px;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 7px; }

.torpedo .item .stats i {
  position: relative;
  top: 0px;
  vertical-align: top; }

.torpedo .item .stats b {
  position: relative;
  top: 1px;
  vertical-align: top; }

.torpedo .item .stats .faves i {
  margin-right: -1px; }

.torpedo .item .stats .comments {
  margin-left: 10px; }

.torpedo .item .stats .comments i {
  top: 1px; }

#page-topic .item .stats i svg * {
  fill: rgba(255, 255, 255, 0.75); }

.promo {
  position: relative;
  margin: 0px 20px 20px 20px;
  padding: 20px 60px;
  background-color: #05CC47;
  color: #000;
  font: 700 25px "Calibre-Semibold";
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  background-image: url(../images/ui/promo.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 436px 425px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2); }

.promo h1 {
  font-family: "Calibre-Bold"; }

.promo strong {
  color: white; }

.promo .close {
  xxborder: 1px solid #c00;
  text-align: right;
  display: block;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  right: -5px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(21, 21, 21, 0);
  xxbackground-color: #12a63b; }

.promo .close:before {
  position: relative;
  top: -15px;
  font-size: 30px;
  font-family: "helvetica neue";
  content: "\00d7";
  font-weight: 400;
  color: #7d8080;
  color: rgba(255, 255, 255, 0.5);
  color: #12a63b;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.promo .close:hover:before {
  color: white; }

.promo section {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.promo section.hidden {
  opacity: 0; }

.promo table {
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
  border-spacing: 40px; }

.promo table td {
  xxbackground-color: #c00;
  xxpadding: 20px;
  font-size: 18px;
  line-height: 1;
  width: 33%; }

.promo table td b {
  position: absolute;
  margin-left: -20px;
  color: #fff;
  font-size: 24px; }

.promo table td .tbd {
  background-color: #1f2123;
  width: 100%;
  height: 200px;
  margin-top: 20px; }

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  margin: 20px -10px;
  margin-bottom: 10px;
  padding-left: 20px; }

.grid .item {
  position: relative;
  display: block;
  height: 300px;
  margin: 10px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 200px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2); }

.grid .item:hover {
  color: #fff; }

.grid .item.empty {
  background-color: #ddd; }

.grid .item.portrait {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 200px; }

.grid .item.portrait {
  flex-grow: 0.5;
  flex-shrink: 0;
  flex-basis: 150px; }

.grid .item.portrait.tall {
  flex-grow: 0.5;
  flex-shrink: 0;
  flex-basis: 150px; }

.grid .item.landscape {
  flex-grow: 1.5;
  flex-shrink: 0;
  flex-basis: 300px; }

.grid .item.landscape.wide {
  flex-grow: 2;
  flex-shrink: 0;
  flex-basis: 500px; }

.grid .item.landscape.wider {
  flex-grow: 2;
  flex-shrink: 0;
  flex-basis: 700px; }

.grid .item.landscape.youtube {
  flex-grow: 3;
  flex-shrink: 0;
  flex-basis: 700px; }

.grid .item.fullrow {
  flex-grow: 6;
  flex-shrink: 0;
  flex-basis: calc(100% - 20px); }

.grid div.item.fullrow {
  box-shadow: none; }

.grid .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 260;
  opacity: 0.5; }

.grid .item .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 290; }

.grid .item.news .cover {
  display: none; }

.grid .item.news:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  content: "";
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.3)); }

.grid .item.news .content {
  top: auto;
  padding: 0px 15px 0px 20px;
  margin-bottom: 20px;
  overflow: hidden; }

.grid .item.news .content h2 {
  margin: 0;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: -2px;
  font-family: "Calibre-Semibold";
  line-height: 0.9;
  text-rendering: optimizelegibility;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.grid .item.news.featured .content h2 {
  font-size: 56px;
  line-height: 0.8; }

.grid .item.news.no-image::after {
  display: none; }

.grid .item .content h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 2px 0;
  font-size: 10px;
  font-weight: 100;
  padding: 6px;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }

.grid .item .content h3:before {
  position: absolute;
  top: 3px;
  left: -0px;
  width: 100%;
  height: calc(100% - 8px);
  border: 1px rgba(255, 255, 255, 0.75) solid;
  content: ""; }

@media (-webkit-min-device-pixel-ratio: 2) {
  .grid .item .content h3:before {
    width: 200%;
    height: calc(100% + 10px);
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
.grid .item.collection {
  width: 320px;
  position: relative;
  height: auto; }

@media (min-width: 1000px) {
  .grid .item.collection {
    xxborder: 1px solid #c00;
    width: 320px;
    position: relative;
    height: auto;
    flex-basis: 250px; } }
.grid .item.collection::before {
  content: "";
  display: block;
  padding-top: 100%; }

.grid .item.collection .cover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 260;
  opacity: 0.5;
  xx-webkit-filter: saturate(200%);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.grid .item.collection:hover .cover {
  opacity: 0.8;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

.grid .item.collection .content {
  top: auto;
  bottom: 30px;
  right: auto;
  max-width: 180px;
  padding: 10px 20px 10px 20px;
  color: #131313;
  border-left-width: 0;
  background: -webkit-linear-gradient(152deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 6px, white 6px, white 200px, white); }

.grid .item.collection h2 {
  display: inline;
  line-height: 1;
  margin: 0;
  font-family: "Calibre-Semibold";
  font-size: 20px;
  font-weight: 300;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 2px;
  text-rendering: optimizelegibility; }

.grid .item.collection .thumb {
  box-shadow: inset 0 0 0 10px #fff; }

.grid .item.collection.featured {
  width: 720px; }

.grid .item.collection.featured .content {
  max-width: 550px; }

.grid .item.collection.featured .content h2 {
  font-size: 36px;
  line-height: 0.8; }

.grid .item.collection .thumb.pixel {
  image-rendering: pixelated;
  background-color: #666; }

.grid .item.collection .thumb.contain {
  background-size: contain; }

.grid .item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.grid .item .thumb.top,
.grid .item.portrait .thumb {
  background-position: top center; }

.grid .item .thumb.bottom {
  background-position: bottom center; }

.grid .item .thumb.contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff; }

.grid .item.tweet {
  background-color: #55acee;
  font-size: 13px;
  overflow: hidden; }

.grid .item.tweet .twitter {
  position: absolute;
  padding-top: 15px;
  margin-left: 15px; }

.grid .item.tweet .tweet-content {
  font-size: 11px;
  position: absolute;
  bottom: 50px;
  padding: 20px 20px 0 20px; }

.grid .item.tweet .tweet-avatar img {
  display: none;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
  max-width: 25px;
  max-height: 25px;
  border-radius: 4px; }

.grid .item.tweet .tweet-name {
  font-size: 20px;
  font-weight: 500; }

.grid .item.tweet .tweet-retweeted {
  font-size: 12px;
  opacity: 0.75;
  font-weight: 200;
  letter-spacing: 1px;
  margin-top: 0px;
  padding-top: 2px;
  margin-bottom: 20px; }

.grid .item.tweet .tweet-screenname {
  font-size: 12px;
  opacity: 0.75;
  font-weight: 200;
  letter-spacing: 1px;
  margin-top: 0px;
  padding-top: 2px; }

.grid .item.tweet .tweet-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }

.grid .item.tweet .tweet-text span {
  opacity: 1; }

.grid .item.tweet .cover {
  opacity: 0.9; }

.grid .item.tweet .tweet-text img {
  max-width: 100%;
  xxmax-height: 100px;
  margin: 20px 0 0 0;
  display: block; }

.grid .item.tweet.featured .tweet-text {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4; }

.grid .item.tweet .tweet-text span.user {
  opacity: 0.75; }

.grid .item.tweet time {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display: block;
  margin: 20px 20px 0 20px;
  font-size: 10px;
  font-weight: 100; }

.page > h1 {
  text-align: left;
  display: block;
  margin: 10px 20px -20px 20px;
  text-transform: uppercase;
  color: #181a1b;
  font-size: 40px;
  font-family: "Calibre-Bold";
  text-rendering: optimizelegibility; }

.page > h1 small {
  color: #4f5254; }

.page > h1 span {
  float: right; }

.topic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  margin: -10px -10px;
  margin-bottom: 10px;
  margin-right: 0px;
  padding-left: 20px;
  padding-right: 10px;
  overflow: hidden; }

.topic a {
  position: relative;
  display: block;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin: 10px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 200px;
  xxxborder: 10px solid #fff;
  background-color: #000;
  font-family: "Calibre-Bold";
  text-transform: uppercase;
  font-size: 35px;
  overflow: hidden;
  box-shadow: inset 0 0 0 10px white, 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2); }

.topic a:hover {
  color: #fff; }

.topic a .cover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 260;
  opacity: 0.75;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

.topic a:hover .cover {
  opacity: 1; }

.topic a .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 290; }

.topic a .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 10px #fff; }

.topic a .thumb.top,
.topic a.portrait .thumb {
  background-position: top center; }

.topic a .thumb.bottom {
  background-position: bottom center; }

.topic a .thumb.contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff; }

.topic a .thumb.big {
  background-size: auto;
  background-position: left top; }

.topic a .thumb.pixel {
  image-rendering: pixelated;
  background-color: #333; }

#slideshow {
  display: none; }

#page-topic .grid .item {
  height: 300px;
  overflow: hidden; }

#page-topic .grid .item .info {
  xxborder: 1px solid #c00;
  position: absolute;
  xxtop: 2px;
  left: 0;
  right: -100px;
  bottom: 0px;
  padding: 20px;
  padding-top: 30px;
  z-index: 500;
  xxbackground: -webkit-linear-gradient(top, rgba(36, 38, 38, 0), rgba(36, 38, 38, 0.5));
  xxbackground: #c00;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }

#page-topic .grid .item.post .info {
  opacity: 1; }

#page-topic .grid .item:hover .info {
  opacity: 1;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

#page-topic .grid .item .title {
  width: 100%;
  display: block;
  font-family: 'Calibre-Bold';
  font-family: 'Calibre-Semibold';
  font-size: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 33px;
  line-height: 33px;
  margin-bottom: 4px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

#page-topic .grid .item .artist {
  color: #CCC;
  color: rgba(255, 255, 255, 0.8);
  xxopacity: 1;
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-family: 'Calibre-Semibold';
  font-family: 'Calibre';
  xx-webkit-font-smoothing: antialiased;
  float: left;
  height: 19px;
  line-height: 19px;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 25px;
  background-image: url(../../basic/avatars/artgerm.gif);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left top;
  text-rendering: optimizeLegibility; }

#page-topic .grid .item::before {
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0px;
  left: 0;
  z-index: 499;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(top, rgba(36, 38, 38, 0.2), rgba(36, 38, 38, 0.2) 50%, rgba(36, 38, 38, 0.85));
  xxbackground: -webkit-radial-gradient(cover circle, transparent, transparent 50%, rgba(0, 0, 0, 0.4));
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.1s linear; }

#page-topic .grid .item:hover::before {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.2s linear; }

#page-topic .grid .item.post:hover::before {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.2s linear; }

#page-topic .grid .item .stats {
  color: #ccc;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Calibre-Light';
  font-size: 14px;
  text-align: right;
  position: absolute;
  right: 120px;
  bottom: 15px; }

#page-topic .grid .item .stats i {
  position: relative;
  top: 0px;
  vertical-align: top; }

#page-topic .grid .item .stats b {
  position: relative;
  top: 1px;
  vertical-align: top; }

#page-topic .grid .item .stats .faves i {
  margin-right: -1px; }

#page-topic .grid .item .stats > span {
  margin-left: 10px; }

#page-topic .grid .item.post .stats > span.comments svg {
  margin-right: -1px; }

#page-topic .grid .item.post .stats > span.time {
  position: absolute;
  right: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.2s linear; }

#page-topic .grid .item.post:hover .stats > span.time {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

#page-topic .grid .item.post .stats > span:not(.time) {
  xxposition: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s linear; }

#page-topic .grid .item.post:hover .stats > span:not(.time) {
  xxposition: absolute;
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

#page-topic .grid .item .stats .comments i {
  top: 1px; }

#page-topic .grid .item.post {
  -webkit-flex-basis: 250px; }

#page-topic .grid .item.post h3 {
  margin-bottom: 10px; }

#page-topic .grid .item.post h2 {
  line-height: 0.9;
  margin-bottom: 10px;
  font-family: "Calibre";
  font-size: 21px; }

#page-topic .grid .item.post .content {
  top: auto;
  padding: 20px;
  padding-bottom: 60px;
  max-height: 300px; }

#page-topic .grid .item.post .content .status-content {
  font-size: 18px;
  font-family: "Calibre-Light";
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

#page-topic .grid .item.post.status .content .status-content {
  xxfont-size: 24px;
  font-family: "Calibre-Light";
  color: rgba(255, 255, 255, 0.8); }

#page-topic .grid .item.post.poll .content .poll-content label {
  display: block;
  margin-left: 20px;
  margin-bottom: 6px;
  font-size: 18px;
  font-family: "Calibre-Light";
  line-height: 1;
  color: rgba(255, 255, 255, 0.8); }

#page-topic .grid .item.post.poll .content .poll-content footer {
  margin-top: 20px;
  display: none; }

#page-topic .grid .item.post.poll .content .poll-content label input {
  position: absolute;
  margin-top: 2px;
  margin-left: -20px; }

#page-topic .grid .item.post .content .status-content .ced {
  color: white; }

#page-topic .grid .item.post .content .status-content .ced::before {
  content: "#"; }

#page-topic .grid .item.post .cover {
  opacity: 0.9; }

/* Crystal */
/*
#page-topic .grid .item.post.poll .cover {
	background-color: #36807A;
}
#page-topic .grid .item.post.poll .thumb {
	background-image: url(../images/posts/teal.png);
}

#page-topic .grid .item.post.status .cover {
	background-color: #36807A;
	xxbackground-color: #e69501;

}
#page-topic .grid .item.post.status .thumb {
	background-image: url(../images/posts/teal.png);
}

#page-topic .grid .item.post.journal .cover {
	background-color: #42704F;
}
#page-topic .grid .item.post.journal .thumb {
	background-image: url(../images/posts/forest.png);
}
*/
/* Crystal */
/*
#page-topic .grid .item.post.poll .cover {
	background-color: #36807A;
}
#page-topic .grid .item.post.poll .thumb {
	xxbackground-image: url(../images/posts/teal.png);
}

#page-topic .grid .item.post.status .cover {
	background-color: #36807A;
	xxbackground-color: #e69501;

}
#page-topic .grid .item.post.status .thumb {
	xxbackground-image: url(../images/posts/teal.png);
}

#page-topic .grid .item.post.journal .cover {
	background-color: #42704F;
}
#page-topic .grid .item.post.journal .thumb {
	xxbackground-image: url(../images/posts/forest.png);
}
*/
/* White */
.grid .item .content h3 {
  color: #3d4f42;
  color: #f2f2f2;
  font-weight: 200;
  opacity: 0.75;
  -webkit-filter: grayscale(100%);
  -webkit-font-smoothing: subpixel-antialiased; }

.grid .item .content h3:before {
  border-color: #3d4f42;
  border-color: #f2f2f2;
  opacity: 0.5; }

#page-topic .grid .item {
  xxbackground-color: #fff;
  background-color: #181a1b; }

#page-topic .grid .item.post .cover {
  background-color: #fff; }

#page-topic .grid .item.post .thumb {
  xxbackground-image: url(../images/posts/teal.png); }

#page-topic .grid .item.post,
#page-topic .grid .item.post .info .artist {
  color: #3d4f42;
  color: #f2f2f2; }

#page-topic .grid .item.post .content .status-content,
#page-topic .grid .item.post.status .content .status-content,
#page-topic .grid .item.post.poll .content .poll-content label {
  color: #3d4f42;
  color: rgba(61, 79, 66, 0.75);
  color: #f2f2f2;
  color: rgba(242, 242, 242, 0.75); }

#page-topic .grid .item.post .content .status-content .ced {
  color: #05CC47; }

#page-topic .grid .item.post .cover {
  opacity: 0; }

.grid .item.post.journal.has-bg .content h3 {
  color: #f2f2f2;
  font-weight: 100;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  -webkit-font-smoothing: subpixel-antialiased; }

.grid .item.post.journal.has-bg .content h3:before {
  border-color: #fff;
  opacity: 0.75; }

#page-topic .grid .item.post.journal.has-bg,
#page-topic .grid .item.post.journal.has-bg .info .artist {
  color: white; }

#page-topic .grid .item.post.journal.has-bg .content .status-content {
  color: rgba(255, 255, 255, 0.8); }

#page-topic .grid .item.post.journal.has-bg .cover {
  opacity: 1;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6));
  xxbackground: -webkit-linear-gradient(top, rgba(66, 112, 79, 0.6), rgba(66, 112, 79, 0.8) 40%, rgba(66, 112, 79, 0.8));
  xxbackground-color: rgba(66, 112, 79, 0.25);
  background-color: rgba(66, 66, 66, 0.4); }

#page-topic .secondary {
  text-align: center;
  font-size: 30px;
  list-style: none;
  z-index: 800; }

#page-topic .secondary li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0; }

#page-topic .secondary li a {
  display: block;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  margin-left: 30px;
  line-height: 1;
  text-align: left; }

#page-topic .secondary li em {
  display: block;
  margin: 0 0 -4px 0;
  padding: 0;
  font-style: normal;
  font-size: 14px;
  font-weight: 100;
  font-family: "Calibre-Light"; }

#page-topic .secondary li b {
  display: block;
  font-family: "Calibre-Semibold"; }

#page-topic .secondary > li > a + .more {
  position: absolute;
  display: block;
  top: 0;
  border: 1px solid #c00;
  width: 100px;
  height: 200px; }

#page-topic .secondary > li > a + .more > a {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: -5px;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  background-color: #d4dfd0; }

#page-topic .secondary li a + .more > a:hover {
  background-color: #fff; }

#page-topic .secondary li a + .more > a::after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
  border: 5px solid transparent;
  border-top-color: #798c7b; }

#page-topic .secondary li a + .more menu {
  position: absolute;
  display: inline-block;
  display: none;
  text-align: left;
  background-color: #fff; }

#page-topic .cols {
  position: relative; }

#page-topic aside {
  width: 200px;
  float: right;
  top: -90px;
  right: 26px;
  position: absolute;
  -webkit-transform: translateX(250px);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1) 0s;
  /* easeOutQuart */
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.8, 0.3, 1.2) 0s; }

#page-topic .col2 {
  margin-right: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  xx-webkit-transition: all 0.4s cubic-bezier(0.15, 0.8, 0.3, 1.2) 0.2s; }

#page-topic.has-sidebar aside {
  -webkit-transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0.2s;
  -webkit-transition: 0.4s cubic-bezier(0.15, 0.8, 0.3, 1.2) 0.2s; }

#page-topic.has-sidebar .col2 {
  margin-right: 210px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  xx-webkit-transition: all 0.4s cubic-bezier(0.15, 0.8, 0.3, 1.2) 0s; }

#page-topic.has-sidebar aside {
  z-index: 501; }

#deviants .dropdown.hover ~ a.deviant {
  opacity: 0.25;
  pointer-events: none; }

#deviants .dropdown a:hover {
  color: #05cc47 !important; }

#deviants .dropdown {
  min-width: 185px; }

#deviants .dropdown h2 {
  font-family: "Calibre-Semibold";
  white-space: nowrap;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  padding: 0 15px;
  margin: 0;
  margin-bottom: -5px; }

#deviants .dropdown ul {
  position: relative;
  width: auto;
  margin: 0 0px 0 0 !important;
  padding: 0; }

#deviants .dropdown a {
  display: block;
  color: #181a1b;
  padding-top: 10px;
  padding-bottom: 10px; }

#deviants .dropdown ul li a:hover {
  color: white !important; }

#page-topic aside {
  margin-top: 103px; }

#deviants {
  padding: 0 20px 20px 20px;
  z-index: 900; }

#deviants input {
  -webkit-appearance: none;
  border-width: 0;
  xxborder-radius: 3px;
  padding: 5px 5px 5px 0;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0 0 10px 0;
  width: calc(100% + 25px);
  background-color: #222426;
  background-color: #181a1b;
  color: #f2f2f2; }

#deviants input:focus {
  outline: 1px solid #05cc47;
  outline: 1px solid #7d8080; }

#deviants input::-webkit-input-placeholder {
  color: #35393b; }

#deviants a.deviant {
  display: block;
  margin-bottom: 2px;
  height: 26px;
  line-height: 26px;
  width: 185px; }

#deviants .avatar {
  display: inline-block;
  max-height: 20px;
  xxmax-width: 20px;
  position: relative;
  top: -2px;
  margin-right: 2px;
  vertical-align: middle; }

#deviants .dropdown {
  position: relative;
  z-index: 900;
  margin-top: 10px; }

#deviants .dropdown .display {
  color: #3b5a4a;
  color: #7d8080;
  display: inline-block;
  font-family: "Calibre-Semibold";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: -20px;
  padding: 0;
  height: auto; }

#deviants a.deviant:first-of-type {
  margin-top: -10px; }

#deviants a.deviant h4 {
  color: #3b5a4a;
  color: #7d8080;
  display: inline-block;
  font-family: "Calibre";
  font-weight: 100; }

#deviants a.deviant .menu {
  z-index: 5000; }

body {
  overflow-x: hidden; }

#page-topic #deviants a.deviant {
  -webkit-transform: translateX(250px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.8, 0.3, 1.2); }

#page-topic #deviants a.deviant:nth-of-type(1) {
  -webkit-transition-delay: 0.1s; }

#page-topic #deviants a.deviant:nth-of-type(2) {
  -webkit-transition-delay: 0.15s; }

#page-topic #deviants a.deviant:nth-of-type(3) {
  -webkit-transition-delay: 0.2s; }

#page-topic #deviants a.deviant:nth-of-type(4) {
  -webkit-transition-delay: 0.25s; }

#page-topic #deviants a.deviant:nth-of-type(5) {
  -webkit-transition-delay: 0.3s; }

#page-topic #deviants a.deviant:nth-of-type(6) {
  -webkit-transition-delay: 0.35s; }

#page-topic #deviants a.deviant:nth-of-type(7) {
  -webkit-transition-delay: 0.4s; }

#page-topic #deviants a.deviant:nth-of-type(8) {
  -webkit-transition-delay: 0.45s; }

#page-topic #deviants a.deviant:nth-of-type(9) {
  -webkit-transition-delay: 0.6s; }

#page-topic #deviants a.deviant:nth-of-type(10) {
  -webkit-transition-delay: 0.65s; }

#page-topic.has-sidebar #deviants a.deviant {
  -webkit-transform: translateX(0px); }

#page-topic #deviants a.deviant.active {
  background-color: white;
  background-color: #05cc47;
  background-color: black;
  border-left: 4px solid #05cc47;
  border-left: 4px solid black;
  border-right: 4px solid black;
  margin-left: -4px; }

#page-topic #deviants a.deviant.active h4 {
  color: #181a1b;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-family: "Calibre-Semibold";
  padding-right: 20px; }

#page-topic #deviants a.deviant.active h4::after {
  content: "\00d7";
  position: absolute;
  top: -1px;
  right: 2px;
  color: #d83f3f;
  font-size: 25px;
  font-family: "Calibre"; }

#page-topic #deviants .list {
  -webkit-transform: translateX(250px);
  -webkit-transition: 0.3s cubic-bezier(0.15, 0.8, 0.3, 1.2);
  -webkit-transition-delay: 0.7s; }

#page-topic.has-sidebar #deviants .list {
  -webkit-transform: translateX(0px); }

#page-topic #deviants .list a {
  margin: 5px 0; }

#page-topic #deviants .list a h4 {
  position: absolute;
  top: 1px;
  left: 26px;
  right: 0;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#page-topic #deviants .list svg {
  position: relative;
  left: -7px;
  top: -1px; }

#page-topic #deviants .list svg use {
  fill: #7d8080; }

.page .filters {
  color: #4f5254;
  font-family: "Calibre-Bold";
  text-transform: uppercase;
  margin: 0 20px -12px 20px;
  text-rendering: optimizeLegibility;
  position: relative;
  font-size: 24px;
  xxz-index: 1000;
  xxfont-family: "Calibre-Semibold";
  padding-bottom: 0px;
  top: -5px;
  text-align: left !important; }

.page .filters::after {
  display: block;
  content: "";
  margin-top: 12px;
  border-bottom: 1px solid #4f5254; }

body.overlay-on .page .filters::after {
  opacity: 0.1; }

.page .filters .filter {
  margin-right: 30px; }

.page .filters a.display {
  position: relative;
  color: #181a1b;
  margin-right: 0px;
  margin-top: -2px;
  z-index: 10;
  xxfont-size: 30px; }

body.overlay-on .filters a.display,
body.overlay-on .filters a.more {
  pointer-events: none; }

.page .filters a.display::before {
  position: absolute;
  top: 100%;
  margin-top: 12px;
  height: 1px;
  left: 0;
  right: 0px;
  content: "";
  display: inline-block;
  z-index: -1;
  background-color: #05cc47;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

@media (-webkit-min-device-pixel-ratio: 2) {
  .page .filters a.display::before {
    -webkit-transform: scaleX(0) scaleY(0.5); } }
.page .filters a.display:hover::before {
  -webkit-transform: scaleX(0); }

@media (-webkit-min-device-pixel-ratio: 2) {
  .page .filters a.display:hover::before {
    -webkit-transform: scaleX(0) scaleY(0.5); } }
.page .filters a.display.active::before {
  -webkit-transform: scaleX(1);
  background-color: #7d8080;
  background-color: #05cc47; }

@media (-webkit-min-device-pixel-ratio: 2) {
  .page .filters a.display.active::before {
    -webkit-transform: scaleX(1) scaleY(3); } }
.page .filters a.more {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: -8px;
  width: 21px;
  height: 20px;
  text-align: left;
  border-radius: 3px; }

body.overlay-on .page .filters a.more {
  pointer-events: none; }

.page .filters a.more::after {
  position: relative;
  content: "";
  z-index: 50;
  top: -11px;
  left: 7px;
  display: inline-block;
  border: 1px solid transparent;
  border-bottom-color: #7d8080;
  border-right-color: #7d8080;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  pointer-events: none;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

.page .filters a.more:hover {
  background-color: #4f5254;
  background-color: #05cc47; }

.page .filters a.more:hover::after {
  border-bottom-color: black;
  border-right-color: black; }

body.overlay-on .filters a.more::after {
  opacity: 0.2; }

.page .filters span {
  margin-right: 10px;
  font-size: 17px;
  font-family: "Calibre-Light"; }

.page .filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(200px);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1); }

body.overlay-on .page .filters ul {
  -webkit-transform: translateY(-100px); }

.page .filters .filter {
  display: inline-block;
  position: relative; }

.page .filters .filter ul {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }

.page .filters .filter.active ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.page .filters .filter ul {
  position: absolute;
  z-index: 1200;
  xxdisplay: none; }

.page .filters .filter a.display {
  -webkit-transform: translateY(0px);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }

.page .filters .filter.active a.display {
  -webkit-transform: translateY(-50px);
  opacity: 0; }

.page .filters .filter ul a {
  display: inline-block;
  font-size: 30px;
  white-space: nowrap;
  padding: 2px 0;
  font-family: "Calibre-Semibold";
  font-family: "Calibre-Bold"; }

.page .filters .filter ul a em {
  display: none; }

.filter li.hr {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px; }

/* Right Filters */
.page .filters {
  position: relative;
  xxz-index: 500;
  xxtop: 67px;
  xxright: 0;
  margin-top: 20px;
  text-align: center !important; }

.page .filters a.display {
  display: block;
  font-size: 17px;
  text-align: left; }

.page .filters a.display::after {
  top: -4px; }

.page .filters .dropdown {
  text-align: left; }

.page .filters a.display em {
  font-size: 15px;
  display: block;
  margin-bottom: -10px;
  color: #7d8080;
  font-style: normal;
  font-family: "Calibre-Light";
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

.page .filters .filter a.display b {
  font-size: 25px;
  display: block;
  margin: 0;
  color: #5b5f61;
  color: #7d8080;
  font-family: "Calibre-Semibold";
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

.page .filters .filter a:hover.display em {
  color: #05cc47; }

.page .filters .filter a:hover.display b {
  color: #05cc47 !important; }

.page .filters .filter a.active.display em {
  color: #f2f2f2; }

.page .filters .filter a.active.display b {
  color: #f2f2f2; }

.page .filters ul {
  -webkit-transform: translateY(300px); }

body.overlay-on .page .filters {
  z-index: 1100; }

body.overlay-on .page .filters > span,
body.overlay-on .page .filters .filter:not(.active) {
  z-index: -1;
  opacity: 0.2; }

body.overlay-on .page .filters ul {
  -webkit-transform: translateY(-50px); }

.page .filters .filter ul {
  right: 0; }

.page .filters {
  display: none; }

.page .filters.active {
  display: block; }

i.caret::after {
  position: relative;
  content: "";
  z-index: 50;
  top: -0.24em;
  left: 2px;
  display: inline-block;
  border: 1px solid transparent;
  border-bottom-color: #7d8080;
  border-right-color: #7d8080;
  width: 0.24em;
  height: 0.24em;
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  pointer-events: none;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1); }

#filtering {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 40px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Calibre-Semibold";
  color: #7d8080;
  text-rendering: optimizeLegibility; }

#filtering strong {
  font-family: "Calibre-Semibold";
  xxdisplay: none; }

#filtering strong::after {
  content: ":"; }

#filtering a {
  margin-left: 15px;
  font-family: "Calibre-Light";
  text-transform: none;
  color: #7d8080; }

#filtering a:hover {
  color: #05cc47; }

#filtering a.active {
  color: #f2f2f2; }

#filtering a.active i.caret::after {
  -webkit-transition: none; }

#filtering a.active i.caret::after {
  -webkit-transform-origin: 70% 100%;
  -webkit-transform: rotate(-45deg); }

#filtering .dropdown {
  margin: 0;
  margin-top: -3px;
  margin-left: 15px;
  padding: 0;
  top: auto;
  z-index: 900; }

#filtering .dropdown > a {
  margin: 0;
  padding: 0;
  height: auto;
  color: #7d8080 !important; }

#filtering .dropdown > a:hover {
  color: #05cc47 !important; }

#filtering .dropdown .menu {
  margin-top: -20px; }

#filtering .dropdown .menu h2 {
  margin: 5px 20px 0 20px; }

#filtering .dropdown .menu .text {
  margin: 10px 20px;
  font-family: "Calibre";
  font-size: 18px; }

#filtering .dropdown .menu .text label {
  display: block;
  text-transform: none;
  margin: 4px 4px 4px -5px; }

#filtering .dropdown .menu .text label input {
  position: relative;
  top: -1px; }

.grid.has-deviations .item.post,
.grid.has-deviations .item.news {
  display: none; }

.grid.has-posts .item.art,
.grid.has-posts .item.portrait,
.grid.has-posts .item.landscape,
.grid.has-posts + .promo {
  display: none !important; }

#page-topic > header {
  padding: 30px 20px 20px 20px;
  text-rendering: optimizeLegibility;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%); }

#page-topic > header .avatar {
  float: left;
  margin-top: 4px;
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  left: -20px; }

#page-topic > header h1 {
  font-family: "Calibre-Light";
  font-size: 14px;
  color: #7d8080;
  color: #b1b2b2;
  color: #7d8080;
  margin-bottom: -3px;
  display: none; }

#page-topic > header h1 + div {
  font-family: "Calibre";
  color: #7d8080; }

#page-topic > header h1 + div strong {
  font-family: "Calibre-Semibold";
  font-family: "Calibre";
  font-size: 26px;
  xxtext-transform: uppercase;
  color: #b1b2b2;
  color: #f2f2f2; }

#page-topic > header h1 + div strong::after {
  xxcontent: "."; }

#page-topic > header h1 + div em {
  position: relative;
  font-size: 20px;
  font-size: 16px;
  color: #7d8080;
  font-style: normal;
  xxdisplay: none;
  xxmargin-left: 5px;
  display: block;
  margin-top: -2px; }

#page-topic > header h1 + div em a {
  color: inherit;
  text-decoration: underline; }

#page-topic > header h1 + div em a:hover {
  color: #f2f2f2; }

/* Flyout */
body.piemenu .grid .item.focus {
  position: relative;
  xxopacity: 0.6;
  z-index: 600;
  xx-webkit-filter: contrast(30%) saturate(300%);
  -webkit-filter: contrast(20%) sepia(100%) hue-rotate(80deg) brightness(0.8) saturate(400%); }

/* Reminder */
.reminder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #05cc47;
  display: block;
  z-index: 1000;
  font-family: 'Calibre-Light';
  color: #4f5254;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  padding: 4px; }

.reminder {
  position: fixed; }

.reminder strong {
  font-family: 'Calibre'; }

.reminder a {
  text-decoration: underline;
  color: #fff; }

.reminder + #header {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.8, 0.3, 1.2); }

.reminder.active + #header {
  -webkit-transform: translateY(33px); }

.page {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.8, 0.3, 1.2); }

.reminder.active ~ .page {
  -webkit-transform: translateY(33px); }

.ad {
  margin: 20px 20px 0px 20px;
  text-align: center; }

#demo,
#header section {
  display: none !important; }
