/*
 * Custom styling on top of Bootstrap theme
 */

body {
    /* Do not blind everyone with white font */
    color: #f1f1f1;
}

a {
    color: #6de4b2;
}

a:hover,
a:focus {
  color: #7bccaa;
  text-decoration: none;
}

.well > img {
    max-width: 50%;
}

.bg-success {
    background-color: #6de4b2;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #5eca9d;
}

.has-success .input-group-addon {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #6de4b2;
}

.btn-success {
    color: #ffffff;
    background-color: #6de4b2;
    border-color: #6de4b2;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #6de4b2;
    border-color: #6de4b2;
}

.btn-success .badge {
    color: #6de4b2;
    background-color: #ffffff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #6de4b2;
}


.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #6de4b2;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus,
.navbar-default .navbar-link:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #6de4b2;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #6de4b2;
  }
}

.navbar-inverse {
    background-color: #6de4b2;
    border-color: transparent;
}


/* Backgrounds with text need to have slightly darker color */

.pager li > a,
.pager li > span,
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span,
.pagination > li > a,
.pagination > li > span {
    background-color: #5eca9d;
}

.label-success {
    background-color: #5eca9d;
}

.btn-success {
    background-color: #5eca9d;
    border-color: #5eca9d;
}

.alert-success {
    background-color: #5eca9d;
    border-color: #6de4b2;
}

.progress-bar-success {
    background-color: #5eca9d;
}

.list-group-item-success {
    background-color: #5eca9d;
}

.panel-success {
    border-color: #6de4b2;
}

.panel-success > .panel-heading {
    background-color: #5eca9d;
    border-color: #5eca9d;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #6de4b2;
}

.panel-success > .panel-heading .badge {
    color: #6de4b2;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6de4b2;
}

.navbar-inverse .badge {
    color: #6de4b2;
}

.text-success,
.text-success:hover {
    color: #6de4b2;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-control-feedback {
    color: #6de4b2;
}

.has-success .input-group-addon {
    border-color: #6de4b2;
}

a.list-group-item-success.active {
    background-color: #6de4b2;
}

.navbar-brand {
    /* font-family: Parchment;
    font-size: xx-large;
    color: white;
    position: relative;
    top: -3px;
    letter-spacing: 1px;
    */
    transition: 0.5s;
}

.affix {
    position:fixed;
}

.anchor::before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

.anchor-spaced::before {
    display: block;
    content: "";
    height: 55px;
    margin: 0 0 0;
}

.avatar-tiny,
.avatar-small,
.avatar-medium,
.avatar-large {
    border-radius: 50%;
    border: 1px solid #575757;
}

.avatar-tiny {
    width: 19px;
    height: 19px;
}

.avatar-small {
    width: 40px;
    height: 40px;
}

.avatar-medium {
    width: 80px;
    height: 80px;
}

.avatar-large {
    width: 100px;
    height: 100px;
}

.btn {
    white-space: normal;
    outline: 0 !important;
}

.btn-modal {
    border-color: white;
    border-width: 1px;
    margin-top: 10px;
}

.background-discord {
    background-color: #5a6dae;
}

.btn-discord {
    color: white;
    background-color: #5a6dae;
    margin-bottom: 10px;
    padding: 7px;
}

.btn-discord:hover {
    background-color: #48588c;
}

.btn-black {
    color: white;
    background-color: black;
}

.btn-black:hover {
    background-color: #222;
}

.btn-tdm {
    background-color: black;
    background-image: url('/static/portal/img/social/tdm.png');
    background-size: 85%;
    background-repeat: no-repeat;
    width: 150px;
    background-position-x: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.btn-tdm:hover {
    background-color: #222;
    background-blend-mode: lighten;
}

.btn-ttlg {
    background-color: black;
    background-image: url('/static/portal/img/banner/ttlg.png');
    background-size: cover;
    width: 150px;
    background-position-x: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.btn-ttlg:hover {
    background-color: #222;
    background-blend-mode: lighten;
}

.attention-blink {
  animation: attention-highlight 2s ease-in;
  background-image: linear-gradient(100deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, white 70%, rgba(0,0,0,0), rgba(0,0,0,0) 100%);
  background-size: 400% 400%;
}

@keyframes attention-highlight {
 0% {
    background-position: 300% 0%;
 }
 100% {
    background-position: 0% 0%;
 }
}

@keyframes xblink-primary {
 0% {
  color: inherit;
  background-color: inherit;
 }
 75% {
  color: #6de4b2;
  background-color: #6de4b2;
 }
 100% {
  color: inherit;
  background-color: inherit;
 }
}

blockquote {
    display: inline-block;
}

.bookmark-button {
    float: right;
    position: absolute;
    top: -15px;
    font-size: larger;
    width: 20px;
    right: 15px;
}

.carousel-caption {
    background: rgba(50, 50, 50, 0.75);
}

.carousel-caption > a > h4 {
    color: white;
    text-decoration-color: white;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
    margin: 0px 10px;
}

.carousel-caption > a:hover {
    text-decoration: none;
}

.carousel-caption > p {
    padding: 5px;
}

.carousel-caption > p > a {
    text-shadow: rgba(0, 0, 0, 1) 0px 1px 2px;
}

.carousel-caption > p > a:hover {
    text-decoration: none;
}

.index-carousel-control {
    width: 5%;
    opacity: 0.85;
}

.col-thumbnail > small > i > a {
    color: white;
    text-decoration: underline;
}

.decoration-none,
.decoration-none:hover,
.decoration-none:focus {
    text-decoration: none;
}

@media (min-width:993px) {
    .form-snippet-label {
        text-align: left;
        font-size: small;
    }
}

@media (max-width: 992px) {
    .form-snippet-label {
        text-align: left;
        font-size: small;
    }
}

.form-error {
    background: rgba(255, 125, 125, 0.25);
    padding: 5px;
    position: relative;
    top: 6px;
}

.fmroundbox {
  background: rgba(50, 50, 50, 0.80);
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  right: 0;
}

.fmdarkbox {
  background: rgba(50, 50, 50, 0.75);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.fmlightbox {
  background: rgba(50, 50, 50, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.vertical-center {
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100%;     
  min-height: 100vh;

  display: flex;
  align-items: center;
}

input[type="checkbox"] {
    filter: invert();
    background-color: #202020;
    margin: 4px;
 }

input[type="checkbox"]:checked {
    accent-color: #202020;
    filter: inherit;
    outline: none;
    border: 1px solid #ddd !important;
}

input[type=number]::-webkit-inner-spin-button {
    filter: invert();
}

.fmuniversalform select,
.fmuniversalform input,
.fmuniversalform textarea,
.form-control select,
.form-control input,
.form-control textarea
{
    color: #ddd;
    background-color: #202020;
    outline: none;
}

.form-control-input {
    border-bottom: solid 1px #555;
}

.fmuniversalform > textarea,
.form-control > textarea,
.form-control > input {
    /* Checkbox is centered because below */
    /* width: 100%; */
    text-align: left;
    padding: 0px 10px;
}

.form-control > textarea,
.form-control > input[type=text],
.form-control > input[type=password],
.form-control > input[type=url] {
    width: 100%;
    color: silver;
}

.form-control > input[type=checkbox] {
    margin-left: 10px;
}

.form-control > ul {
    list-style: none;
    font-size: small;
    color: silver;
}

.form-control > select {
    color: silver;
}

.form-control-wrapper > ul {
    /* Make bullet points of the form checkbox list invisible */
    list-style: none;
}

.form-control {
    border: 1px #555 solid;
    border-bottom-color: #444;
    border-right-color: #444;
    border-radius: 4px;
    height: 100%;
    padding: 5px;
    background: #eee;
    list-style: none !important;
    color: #ddd;
    background-color: #272727 !important;
}

.form-control:has(textarea),
.form-control > textarea,
.form-control:has(input[type="password"]),
.form-control > input[type="password"],
.form-control:has(input[type="text"]),
.form-control > input[type="text"] {
    border-top-color: #444;
    border-left-color: #444;
    border-bottom-color: #555;
    border-right-color: #555;
    background-color: #202020 !important;
}

.form-control > .form-control {
    border: none;
}

footer {
    /* Important for pages like Community */
    margin-top: 30vh;
}

input[type=text].search {
    background: inherit !important;
    border-bottom: solid #0dbf90 1px !important;
    color: silver;
    outline: none;
}

label {
    padding: 0 5px 0 10px;
}

.nav a {
    transition: 0.5s;
}

.nav .material-icons {
    position: relative;
    top: 4px;
}

.navbar {
    background-color: rgb(34, 34, 34);
    background-image: linear-gradient(to bottom right, rgb(30, 40, 30), rgb(25, 30, 25));
}

@media (min-width:768px) {
@media (max-width:992px) {
    .navbar {
        font-size: x-small;
    }
}
}

@media (min-width:768px) {
    .index-carousel-caption {
        left: 10% !important;
        right: 10% !important;
    }
}

.navbar .active {
    background-color: rgb(40, 45, 40);
}

@media (min-width:768px) {
    .mobile-only {
        display:none !important;
    }
 
    .desktop-only {
        display:block !important;
    }
}

@media (max-width: 767px) {
    #index-search-label {
        font-size: x-small;
    }

    .mobile-only {
        display:block !important;
    }
 
    .desktop-only {
        display:none !important;
    }
}

.popover {
    background-color: #464545;
}

.popover > .arrow::after {
    border-bottom-color: #464545 !important;
}

select {
    color: black;
    background-color: #ffffff;
}

.sticker-body {
    min-height: 120px;
}

.table-row-spaced {
    transition: 0.5s;
    border-width: 5px 0;
    border-style: solid;
    border-color: #303030;
    background-color: #3d3d3d;
}

.table-row-spaced.moving-work {
    border-width: 10px 0;
    border-style: solid;
    border-color: #303030;
    background-color: #3d3d3d !important;
}

.moved-work {
    border-width: 10px 0;
    border-style: solid;
    z-index: 200;
    position: sticky;
    top: 100px;
    bottom: 50px;
    background: #28415b !important;
}


@keyframes bounce-arrow { 
  0% { transform: translateY(0); }
  100% { transform: translateY(-5px); }
}

.action-buttons-td {
    position: relative;
}

.move-work-arrow {
  animation: bounce-arrow 0.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  color: white;
  position: absolute;
  font-size: large;
  top: 32px;
  height: 0;
  left: 80px;
  z-index: 100;
  outline: 0 !important;
}

.move-work-arrow > i {
    background: #505050;
    padding: 4px;
    border-radius: 50%;
}

.table-row-spaced a {
    text-decoration: none !important;
}

.thumbnail {
    margin-bottom: 5px;
}

.user-label {
    margin: 2px;
    display: inline-block;
    vertical-align: bottom;
	padding: 4px 7px;
    font-size: 12px;
    height: 23px;
}

.label-donor {
    background-color: #ff5c5f;
    text-decoration: none !important;
}

.label-patron {
    background-color: #1eff00; 
    text-decoration: none !important;
}

.label-patron-2 {
    background-color: #0070dd;
    text-decoration: none !important;
}

.label-patron-3 {
    background-color: #e9d536;
    text-decoration: none !important;
}

.text-patron-3 {
    color: #d5d577;
}

.text-outline {
    text-shadow: 1px 1px 1px black;
}

.user-label-admin-small {
    vertical-align: middle;
    width: 16px;
}

.user-label-official-small {
    vertical-align: middle;
    width: 16px;
}

.user-label-privileged-small {
    vertical-align: middle;
    width: 16px;
    position: relative;
    top: -2px;
}


.user-label-regular-small {
    vertical-align: middle;
    width: 16px;
}


ul#id_avatar {
    /* Do not display list dot for listed avatars */
    list-style: none;
    padding: 10px;
    margin-bottom: 0px;
    /* Do not bloat the page with entire gallery */
    max-height: 560px;
    overflow-y: scroll;
}

ul#id_avatar li {
    background: #333;
    color: white;
    /* Needed to make list item hover highlight look better */
    padding: 0px;
}

ul#id_avatar li label:hover {
    background: #444;
}

ul#id_avatar li label {
    /* Needed to make list item hover highlight look better */
    padding: 20px;
    margin: 0px;
    width: 100%;
}

/*#login_page_form #id_username {
    position: relative;
    left: 20px;
}

#login_page_form #id_password {
    position: relative;
    left: 60px;
}*/

.user-link {
    text-decoration: none !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.notification-label {
    padding: 1px 3px;
    font-size: 9px;
    vertical-align: top;
    border-radius: 20px;
    position: absolute;
}

.work-gallery-control {
    font-size: 40px !important;
    width: 5% !important;
}

a.work-gallery-video-item,
a.work-gallery-picture-item {
    text-decoration: none !important;    
    outline: none;
    border: 0;
    color: white;
}

div.work-gallery-video-item,
div.work-gallery-picture-item {
    padding-top: 0px;
    text-align: center;
}

.work-gallery-element-edit-official {
    border: 1px #3498db;
    border-style: solid;
}

/* gallery */

@media (max-width: 767px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

.category-card {
    margin-top: 25px;
}

.category-card-title {
    text-align: center;
    padding: 5px;
}

.card {
    display: inline-block;
}

.card-reproduction-col {
    text-align: center;
}

.card-reproduction-full {
  position: relative;
}


.modal-content-fs {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  /*
  position: relative;
  top: -25px !important;
  */
}

@media (max-width: 767px) {
    .modal-content-fs {
        top: -10px;
    }

    .card-reproduction-full {
        top: 25px;
    }
}

@media (min-width: 768px) {
    .modal-content-fs {
        top: -85vh;
    }

    .card-reproduction-full {
        top: 10px;
    }

    .modal-page-link-wrapper {
        height: 80vh;
    }
}

.modal-dialog-fs {
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-fs {
    background-color: #303030;
}

.modal-fs-img {
    padding: 1px;
    box-shadow: 2px 2px 8px #111;
    border: 10px solid #464545;
    width: auto;
}

/* Make space for search bar */
@media (max-width: 1200px) {
    .fm-navbar-container {
        margin: auto 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .modal-fs-img {
        max-height: 75vh;
        max-width: 85vw;
    }
}

@media (min-width: 767px) {
    .modal-fs-img {
        /*max-height: 85vh;*/
        max-height: 77vh;
        /*max-width: 65vw;*/
        max-width: 100%;
    }

}

.navbar-collapse {
    max-height: 75vh !important;
}

.modal-fs-pic {
    padding: 0% 0%;
    width: 100%;
    /* If the picture does not fit the screen */
    /*text-align: center;*/
}

div.modal-page-link {
  text-align: center;
}

a {
    outline: 0 !important;
}

a.modal-page-link {
  position: relative;
  font-weight: bold;
  font-size: 20px;
}

.text-default {
    color: white;
}

.text-default:hover {
    color: white;
}

@media (max-width: 991px) {
    .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    a.modal-page-link {
        top: 0px;
        height: 50px;
        padding-top: 10px;
    }

    a.modal-page-link p {
        height: 40px;
        margin-bottom: 0;
    }
}

@media (min-width: 991px) {
    .navbar-nav > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }

    a.modal-page-link {
        top: 50vh;
        height: 85vh;
        padding-top: 42vh;
    }
}

.navbar-right > li > a {
    padding-left: 12px;
    padding-right: 12px;
}

.modal-media-description {
    text-align: left;
    padding: 20px;
}

.auto-resizable-iframe {
  max-width: 80vw;
  max-height: 80vh;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 60%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

code {
    font-weight: bold;
}

.i-am-blind {
    filter: contrast(90%) brightness(140%) saturate(125%);
}

.bg-spotlight-yellow {
    background-image: linear-gradient(45deg, #313131, #1e1e1e, #383622) !important;
}

.bg-spotlight-blue {
    background-image: linear-gradient(45deg, #313131, #1e1e1e, #223239) !important;
}

.dropdown-menu {
    position: absolute;
    top: 99%;
}

.dropdown-menu li a {
    transition: 0.5s;
}

.community-column {
    height: 90vh;
}

.community-header {
    font-size: smaller;
    color: white
}

.community-link-big {
    color: #f3d858;
    font-weight: bold;
}

.community-link {
    color: #f3d858;
    font-size: small;
}

.community-link:hover,
.community-link:focus,
.community-link-big:hover,
.community-link-big:focus {
    color: #f3d858;
}

.community-sublink,
.community-sublink:hover,
.community-sublink:focus {
    color: #f4e7a6;
    font-size: smaller;
    padding-left: 2px;
}

#fm_form > div > div > div > .alert.alert-dismissible.alert-info {
    padding: 0;
    background: transparent;
    border: 0;
    margin-bottom: 5px;
    color: silver;
}

input.search {
    color: #eee;
    background-color: #111611;
    border-bottom-color: #404040 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    font-size: medium;
}

@media (min-width:768px) {

    .search:focus {
        position: relative;
        width: calc(100%) !important;
        transition: 0.25s;
        z-index: 1;
    }

    .search-button {
        position: fixed;
        top: 20px;
    }

    .search {
        transition: 0.25s;
    }

}

.search-a,
.search-a:focus {
    padding: 15px !important;
    top: 5px;
    padding-right: 0;
    background-color: inherit !important;
}


.list-group-item,
.panel,
.well {
    background-image: url('/static/img/noise.png');
}

.fm-sidebar-item {
    font-size: medium;
    display: block;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    margin: 2px;
    padding: 2px;
    padding-left: 10px;
    text-align: left;
    background-color: #3b3b3b;
}

.fm-sidebar-header {
    text-transform: uppercase;
    font-size: small;
    display: block;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 2px;
    text-align: left;
}

.fm-sidebar-col {
    padding: 0;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .fm-sidebar-container {
        position: fixed;
    }
}

@media (min-width: 768px) {
    .filter-group {
        position: fixed;
    }
}

.position-fixed-helper {
    position: fixed;
    height: 0;
}

.glyph {
    width: 0.3em !important;
    display: inline-block;
    height: 68px;
}

.glyph-encoded {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.glyph-revealing {
    opacity: 0.25;
    transition: 0.5s ease-in-out;
    transform: scaleX(0.75);
}

.glyph-revealed {
    opacity: 1;
    transition: 0.5s ease-in-out;
    transform: scaleX(0.75);
}

.glyph-revealing-tdp {
    opacity: 0.25;
    transition: 0.5s ease-in-out;
    transform: scaleX(0.75);
}

.glyph-revealed-tdp {
    opacity: 1;
    transition: 0.5s ease-in-out;
    transform: scaleX(0.75);
    font-family: Arial !important;
}

.alert {
    position: fixed;
    z-index: 100;
    opacity: 0.9;
    min-width: 40%;
}

ul#id_games {
    padding: 0 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #303030;
}



.work-list img {
    top: 70px;
    position: relative;
    left: 10px;
    max-width: 250px;
    max-height: 220px;
}

@media (max-width: 992px) {
    .work-list img {
        top: 60px;
        max-height: 110px;
    }
}

.work-list {
    position: relative;
    padding: 0;
    min-height: 200px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 90px;
}

@media (max-width: 992px) {
    .work-list {
        min-height: 200px;
    }
}

@media (min-width:993px) {
    .work-list {
        min-height: 200px;
    }
}

.work-list:after {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* background: linear-gradient(45deg, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0) 5%, #303030db 45%, #303030 60%, #303030 90%, #383838 100%); */
    height: 100%;
}

@media (max-width: 992px) {

    .work-list-gradient:after {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 5%, #303030 60%, #303030 90%, #383838 100%);
    }

}

@media (min-width:993px) {

    .work-list-gradient:after {
        background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30%, #303030 70%, #303030 90%, #383838 100%);
    }

}

.work-list .work-list-description {
    z-index: 10;
    padding-top: 30px;
    /*
    display: inline;
    position: relative;
    top: -90px;
    left: 35%; 
    padding: 15px;
    padding-bottom: 0;
    min-height: 165px;
    */
}

@media (max-width: 992px) {

    .work-list .work-list-description {
        text-align: right;
    }

    .work-list .work-list-description ul {
    }

}

@media (min-width:993px) {

    .work-list .work-list-description {
    }

}

.work-list-place-1,
.work-list-place-1:hover {
    color: #d5d577;
}

.work-list-place-2,
.work-list-place-2:hover {
    color: #e5d4b7;
}

.work-list-place-3,
.work-list-place-3:hover {
    color: #e3af87;
}

.work-list-year {
    position: absolute;
    float: left;
    left: 20px;
    z-index: 10;
    font-size: small;
}

@media (max-width: 992px) {

    .work-list-year {
        top: 10px;
        left: 10px;
    }

}

@media (min-width:993px) {

    .work-list-year {
        top: 20px;
    }

}

.light-text-shadow {
    text-shadow: 0 0 3px #111, 0 0 5px #111;
}

.video-game-box {
    box-shadow: -1px -1px 0px #555555,
                -2px -2px 0px #656565,
                -3px -3px 0px #777,
                -4px -4px 0px #777,
                -5px -5px 0px #757575,
                -6px -6px 0px #888;
    margin-bottom: 10px;
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  transform: scale(1.05);
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

.loading-icon {
    transition: transform 0.5s;
    animation-iteration-count: infinite;
    transform: rotate(+180deg);
    -webkit-animation: loading 1.5s ease-in-out infinite;
    -moz-animation: loading 1.5s ease-in-out infinite;    
}

.ready-state-1 {
    rotate: 90deg;
}

.ready-state-2 {
    rotate: 180deg;
}

.ready-state-3 {
    rotate: 270deg;
}

.ready-state-4 {
}

.progress {
    height: 20px;
}

.progress .progress-bar {
    font-size: 15px;
    line-height: 20px;
}


@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner::before {
  content: 'settings';
  position: absolute;
  margin-top: -10px;
  margin-left: calc(50% - 32px);
  animation: spinner 2s ease infinite;
}

.t1-text {
    color: #eec09d;
    opacity: 0.8;
}

.t1-icon {
    width: auto;
    height: 16px;
    position: relative;
    top: -1px;
    padding-right: 2px;
}

.t2-icon {
    width: auto;
    height: 16px;
    position: relative;
    top: -1px;
    padding-right: 0px;
    opacity: 0.8;
}

.t2-text {
    color: #e9d261;
    opacity: 0.8;
}

.t3-text {
    color: #9eceff;
    opacity: 0.8;
}

.tdm-text {
    color: #e59557;
    opacity: 0.8;
}

.thievery-text {
    color: #e4f9b4;
    opacity: 0.8;
}

#filters {
    z-index: 200;
}


@media (min-width: 768px) {

    #filters {
        position: fixed;
    }

    #filters .list-group-item {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }

}

@media (max-width: 767px) {

    #filters {
        position: relative;
    }

}

.btn-keepers {
}

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

