/* 	-------------------------------------------------
 	Base Mixins
	------------------------------------------------- */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/* 	-------------------------------------------------
 	Grayscale Filter
	------------------------------------------------- */
.grayscale {
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.no-grayscale {
  opacity: 100;
  filter: alpha(opacity=10000);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 100 / 100;
  opacity: 100 / 100;
  filter: none;
  -webkit-filter: grayscale(0%);
}
.crisp-edges {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
/* 	-------------------------------------------------
 	Animations
	------------------------------------------------- */
/* 	-------------------------------------------------
 	Media Wraps
	------------------------------------------------- */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}
html,
body {
  min-height: 100%;
  height: 100%;
}
h2 {
  margin-top: 0;
  font-size: 1.5em;
  padding-bottom: 10px;
  color: #ffce1f;
  border-bottom: 2px solid rgba(245, 245, 245, 0.1);
}
select {
  color: initial;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background: #14191E;
  color: #fff;
}
body.collapse,
body.collapsing {
  height: 100% !important;
  display: block;
}
@media all and (max-width: 767px) {
  body.collapse.in {
    overflow: hidden;
  }
}
.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5em;
  text-align: right;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
}
.social-icons li a {
  color: inherit;
}
.social-icons li a:hover {
  color: #ffce1f;
}
.btn {
  color: inherit;
  border-radius: 0;
}
.icn {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: none 0 50% no-repeat;
  background-size: auto 100%;
}
.icn:hover {
  background-position-x: 100%;
}
.icn-patreon {
  background-image: url('../img/patreon_icon.png');
}
.icn-kofi {
  background-image: url('../img/kofi_icon.png');
}
.social-icons li {
  min-width: 32px;
  text-align: center;
}
.social-icons li.social-youtube a:hover,
.social-icons li.social-reddit a:hover,
.social-icons li.social-youtube a:focus,
.social-icons li.social-reddit a:focus {
  color: #ff4d4d;
}
.social-icons li.social-twitch a:hover,
.social-icons li.social-twitch a:focus {
  color: #8547c4;
}
.social-icons li.social-twitter a:hover,
.social-icons li.social-twitter a:focus {
  color: #009ef6;
}
.social-icons li.social-facebook a:hover,
.social-icons li.social-facebook a:focus {
  color: #657ec6;
}
.social-icons li.social-instagram a:hover,
.social-icons li.social-instagram a:focus {
  color: #ff1290;
}
.social-icons li.social-patreon .icn,
.social-icons li.social-kofi .icn {
  display: block;
}
.fa-patreon:before {
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url('../img/patreon.svg') center no-repeat;
  background-size: contain;
  margin-top: 10px;
  margin-bottom: -5px;
}
.social-email {
  margin-left: 5px;
  padding-left: 14px;
  position: relative;
}
.social-email:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 7px;
  bottom: 5px;
  border-left: 1px solid;
}
#navigation {
  position: relative;
  min-height: 60px;
  z-index: 9999;
}
#navigation .navbar-header {
  float: none;
}
#navigation .container {
  position: relative;
}
#navigation .navbar {
  border-radius: 0;
  margin: 0;
  border: none;
  background: #2A333E;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#navigation .navbar.affix,
#navigation .navbar.affix-top {
  left: 0;
  right: 0;
}
#navigation .navbar .navbar-nav > li > a {
  line-height: 30px;
  height: 60px;
}
#navigation .navbar img {
  display: inline-block;
  max-width: 170px;
  max-height: 45px;
  margin-top: -10px;
  margin-bottom: -10px;
}
#navigation .navbar-action {
  position: absolute;
  right: 15px;
  font-size: 1.5em;
  line-height: 60px;
  padding: 0 10px;
  color: #fff;
}
#navigation .navbar-action:hover {
  background: #20262f;
}
#navigation .navbar-crumb {
  float: left;
}
#navigation .navbar-brand {
  padding-left: 0;
  padding-right: 0;
  height: 60px;
}
#navigation .navbar-brand:hover {
  background: #20262f;
}
#navigation .navbar-brand img {
  margin-top: -4px;
}
#navigation .navbar-section {
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
}
#navigation .navbar-section:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 14px;
  bottom: 12px;
  border-left: 1px solid;
}
#navigation .navbar-toggle {
  font-size: 1.5em;
  border: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
}
#navigation .navbar-toggle:hover {
  background: #20262f;
}
#navigation .navbar-collapse {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#navigation .nav > li > a:focus,
#navigation .nav > li > a:hover,
#navigation .nav > li.active > a {
  background: #20262f;
}
#navigation .nav .open > a {
  background: #20262f;
}
#navigation .social-icons {
  float: right;
  line-height: 45px;
  padding-top: 5px;
}
@media all and (max-width: 767px) {
  #navigation {
    min-height: 50px;
  }
  #navigation .nav > li > a:focus,
  #navigation .nav > li > a:hover,
  #navigation .nav > li.active > a {
    background: #20262f;
  }
  #navigation .navbar-brand {
    padding-top: 7px;
    height: 50px;
  }
  #navigation .navbar-section {
    height: 50px;
    line-height: 50px;
  }
  #navigation .navbar.affix {
    position: static;
  }
  #navigation .navbar img {
    margin: auto;
  }
  #navigation .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  #navigation .navbar-collapse .navbar-nav {
    margin: 0;
  }
  #navigation .navbar-action {
    right: 65px;
    line-height: 52px;
    padding: 0 15px;
  }
  #navigation .social-icons {
    display: none;
  }
}
@media all and (max-width: 479px) {
  #navigation .navbar-crumb {
    text-align: center;
    float: none;
  }
  #navigation .navbar-crumb:not(.is-section) .navbar-brand {
    float: none;
    display: block;
    max-width: 180px;
    margin: -2px auto 0;
  }
  #navigation .is-section .navbar-brand {
    position: relative;
    float: left;
    z-index: 1;
    line-height: 50px;
    padding: 0;
    color: inherit;
  }
  #navigation .is-section .navbar-brand:before {
    content: "\f015";
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
  }
  #navigation .is-section .navbar-brand:before {
    font-size: 1.5em;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 2px;
  }
  #navigation .is-section .navbar-brand img {
    display: none;
  }
  #navigation .navbar-section {
    float: none;
    padding-left: 0;
  }
  #navigation .navbar-section:before {
    display: none;
  }
  #navigation .navbar-toggle {
    z-index: 1;
  }
}
#sub-navigation {
  display: block;
  background: #14191E;
  position: relative;
  z-index: 1010;
  min-height: 50px;
}
#sub-navigation .container {
  position: relative;
}
#sub-navigation .navbar {
  border: none;
  margin: 0;
}
#sub-navigation .navbar.affix {
  background: #14191E;
  left: 0;
  right: 0;
}
#sub-navigation .navbar .nav > li > a {
  color: inherit;
}
#sub-navigation .navbar .nav > li > a:focus,
#sub-navigation .navbar .nav > li > a:hover,
#sub-navigation .navbar .nav > li.active > a {
  background: #20262f;
}
#sub-navigation .navbar .nav .open > a {
  background: #20262f;
}
#sub-navigation .navbar .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 0;
  font-size: 1em;
}
#sub-navigation .navbar .dropdown-menu > li > a {
  padding: 8px 15px;
}
#sub-navigation .navbar-nav {
  margin-right: 35px;
}
#sub-navigation .navbar-actions {
  position: absolute;
  right: 10px;
  margin: 0;
}
#sub-navigation .navbar-actions .account-info .user-info {
  font-size: 16px;
  line-height: 46px;
  display: block;
  text-decoration: none;
  color: inherit;
}
#sub-navigation .navbar-actions .account-info .user-info:after {
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}
#sub-navigation .navbar-actions .account-info .user-info:after {
  font-size: 12px;
  margin-left: 5px;
}
#sub-navigation .navbar-actions .account-info .user-name {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
#sub-navigation .navbar-actions .account-info .user-name small {
  display: block;
  font-size: 0.8em;
  color: #ffce1f;
}
#sub-navigation .navbar-actions .account-info [class*="platform-"]:before {
  content: '';
  width: 1.6em;
  height: 1.6em;
  background: none center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
#sub-navigation .navbar-actions .account-info .platform-psn:before {
  background-image: url('../img/playstation-white.svg');
}
#sub-navigation .navbar-actions .account-info .platform-xbox:before {
  background-image: url('../img/xbox-white.svg');
  background-size: 85%;
}
#sub-navigation .navbar-actions .account-info .platform-pc:before {
  background-image: url('../img/windows-white.svg');
  background-size: 90%;
}
#sub-navigation .navbar-actions .account-info .platform-steam:before {
  background-image: url('../img/steam-white.svg');
  background-size: 100%;
}
#sub-navigation .navbar-actions .account-info .user-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #20262f;
  list-style: none;
  padding: 0;
  white-space: nowrap;
  font-size: 16px;
  min-width: 100%;
}
#sub-navigation .navbar-actions .account-info .user-menu li {
  display: block;
  line-height: inherit;
  padding: 0 10px;
  cursor: pointer;
}
#sub-navigation .navbar-actions .account-info .user-menu li:hover {
  background: #2A333E;
}
#sub-navigation .navbar-actions .account-info .user-menu li[class*="platform-"]:before {
  margin-top: -4px;
}
#sub-navigation .navbar-actions .account-info .user-menu li .fa:before {
  font-size: 1.4em;
  margin-right: 5px;
  width: 24px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
#sub-navigation .navbar-actions .account-info .user-menu li.alt {
  color: #ffce1f;
}
#sub-navigation .navbar-actions .account-info .user-menu li.checked .fa:before {
  font-size: 1.2em;
}
#sub-navigation .navbar-action {
  font-size: 1.5em;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
#sub-navigation .navbar-action > a {
  color: #ffce1f;
}
#sub-navigation .navbar-action:hover,
#sub-navigation .navbar-action.open {
  background: #20262f;
}
#sub-navigation .navbar-action:hover > a,
#sub-navigation .navbar-action.open > a {
  background: none;
}
#sub-navigation .navbar-action > span {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
#sub-navigation .navbar-action.disabled {
  cursor: not-allowed;
  background: none;
}
#sub-navigation .navbar-action.disabled > span {
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
  filter: alpha(opacity=(20));
  -moz-opacity: 0.2;
  opacity: 0.2;
}
#sub-navigation .navbar-home {
  font-size: 1.5em;
  padding-top: 13px;
  padding-bottom: 13px;
}
#sub-navigation .navbar-blog {
  color: #ffce1f !important;
}
@media all and (min-width: 768px) {
  #sub-navigation {
    height: auto !important;
  }
}
@media all and (max-width: 767px) {
  #sub-navigation {
    height: auto !important;
  }
  #sub-navigation .container {
    padding: 0;
  }
  #sub-navigation .navbar-nav {
    margin: 0;
    height: 0;
    overflow: hidden;
  }
  #sub-navigation .navbar-actions {
    position: absolute;
    overflow: visible;
    height: auto;
    top: 0;
    right: 0;
    margin: 0;
  }
  #sub-navigation .navbar-actions li {
    float: left;
  }
  #sub-navigation .navbar-actions .navbar-action {
    line-height: 46px;
  }
  #sub-navigation.collapse.in .navbar-nav {
    height: auto;
    margin-top: 50px;
  }
  #sub-navigation.collapse.in .navbar-actions {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  #sub-navigation.collapse.in {
    display: block;
  }
  #sub-navigation .navbar-home {
    display: none;
  }
  #sub-navigation .navbar-action {
    line-height: 40px;
  }
  #sub-navigation .navbar .dropdown-menu {
    padding: 5px 0;
  }
  #sub-navigation .navbar .dropdown-menu > li > a {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }
  #sub-navigation .navbar .dropdown-menu > li > a:hover,
  #sub-navigation .navbar .dropdown-menu > li > a:focus {
    background: #20262f;
  }
}
#sub-navigation .navbar-nav {
  margin-right: 0;
}
#sub-navigation .navbar-actions {
  position: static;
  float: right;
}
#sub-navigation .navbar-actions a {
  text-decoration: none;
}
#sub-navigation .navbar-actions a > span {
  vertical-align: middle;
}
#sub-navigation .navbar-actions .title {
  font-size: 16px;
}
#sub-navigation .navbar-actions .language-info .user-menu {
  width: 284px;
  left: -142px;
}
#sub-navigation .navbar-actions .language-info .user-menu:after {
  content: '';
  display: block;
  clear: both;
}
#sub-navigation .navbar-actions .language-info .user-menu li {
  float: left;
  width: 50%;
}
#sub-navigation .navbar-actions .action-toggle {
  width: 50px;
  text-align: center;
}
.embed #sub-navigation .container:before {
  top: 0;
}
@media all and (max-width: 1199px) {
  #sub-navigation .container {
    width: 100%;
  }
  #sub-navigation .container:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  #sub-navigation .navbar-nav {
    display: block;
    float: none;
    width: 100%;
  }
  #sub-navigation .navbar-actions {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  #navigation .container {
    width: auto;
    padding: 0 34px;
  }
  #sub-navigation .container:before {
    top: 0;
  }
  #sub-navigation .navbar-submenu {
    position: fixed;
    right: 0;
    top: 110px;
    bottom: 0;
    width: auto;
    min-width: 300px;
    background: #14191E;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
  }
  #sub-navigation .navbar-submenu li {
    float: none;
    display: block;
  }
  #sub-navigation .navbar-submenu .dropdown-menu {
    position: static;
    float: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: none;
  }
  #sub-navigation .navbar-submenu .dropdown-menu > li > a {
    color: inherit;
  }
  #sub-navigation .navbar-submenu .dropdown-menu > li > a:hover,
  #sub-navigation .navbar-submenu .dropdown-menu > li > a:focus {
    background: #20262f;
    outline: none;
  }
  body.collapse.in #sub-navigation .navbar-submenu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 2;
  }
  body.collapse.in #sub-navigation .action-toggle .fa:before {
    content: "\f00d";
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
  }
  body.collapse.in #sub-navigation .navbar-hitbox {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
  }
}
@media all and (max-width: 767px) {
  #sub-navigation .navbar-actions .language-info .user-menu {
    left: auto;
    right: 0;
  }
  #sub-navigation .container:before {
    top: 0;
  }
}
@media all and (max-width: 479px) {
  #sub-navigation .navbar-actions .account-info .user-name {
    display: none;
  }
  #sub-navigation .navbar-actions .language-info .user-menu {
    left: auto;
    right: 0;
  }
  #sub-navigation .navbar-actions .language-info .user-name {
    display: inline;
  }
}
@media all and (max-width: 767px) {
  #navigation {
    position: fixed;
    right: 0;
    top: 0;
  }
  #navigation .container {
    padding: 0;
  }
  #navigation .navbar-crumb {
    left: 0;
    position: fixed;
    right: 50px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    background: #2A333E;
  }
  #sub-navigation .navbar-actions {
    padding-right: 0;
  }
  #sub-navigation .navbar-nav.navbar-submenu {
    position: fixed;
    top: 0px;
    margin: 0;
    margin-top: 50px !important;
    bottom: 0;
    height: auto;
    background: #14191E;
    z-index: 10;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    overflow: auto;
  }
  #sub-navigation .navbar-nav.navbar-submenu li > a {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  #sub-navigation.collapse.in .navbar-nav.navbar-submenu {
    margin: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  body.collapse.in #navigation .navbar-crumb {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  body.collapse.in #sub-navigation .action-toggle .fa:before {
    content: "\f00d";
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
  }
  body.no-menu #navigation {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
  }
  body.no-menu #navigation a {
    pointer-events: initial;
  }
  body.no-menu #navigation .navbar {
    background: none;
  }
  body.no-menu #navigation .navbar-crumb {
    position: static;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    right: 0;
  }
  body.no-menu #sub-navigation {
    margin-right: 0;
  }
  body.no-menu #sub-navigation .navbar-actions {
    padding-right: 5px;
  }
}
@media all and (max-width: 479px) {
  #sub-navigation .navbar-actions {
    padding-right: 0;
  }
}
#content {
  padding-top: 40px;
  min-height: 100%;
  padding-bottom: 80px;
  margin-bottom: -60px;
  overflow: hidden;
}
#content .content-block {
  background: #181D25;
  padding: 30px;
  margin-bottom: 30px;
}
#content .content-block a {
  color: #ffce1f;
}
#content .content-block .btn {
  color: #000;
}
#content .content-block .btn-danger {
  background: #b43531;
  color: #fff;
}
#content .content-block .btn-danger:hover,
#content .content-block .btn-danger:focus {
  background: #c83b36;
  color: #fff;
}
#content .content-title {
  background: #181D25;
  padding: 20px 30px;
  margin-bottom: 10px;
}
#content .content-title h1,
#content .content-title h2 {
  border: none;
  margin: 0;
  padding: 0;
}
#content .content-grid {
  margin: 0 -5px;
  margin-bottom: 30px;
}
#content .content-tile {
  width: 33.33333333%;
}
#content .content-tile .content-tile-inner {
  position: relative;
  display: block;
  padding-bottom: 75%;
  margin: 0 5px 10px;
  background: #181D25 center no-repeat;
  background-size: auto 120%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#content .content-tile img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#content .content-tile .content-title {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  padding: 10px 20px;
  font-size: 1.2em;
  background: #2A333E;
}
#content .content-tile .content-detail {
  background: #181D25;
  margin: 0 5px 10px;
  padding: 20px 20px;
  min-height: 180px;
}
#content .content-tile .content-detail:after {
  content: '';
  display: block;
  clear: both;
}
#content .content-tile .content-detail a {
  color: inherit;
  text-decoration: none;
}
#content .content-tile .content-detail .btn {
  position: absolute;
  font-size: 1em;
  float: right;
  background: #222934;
  right: 20px;
  bottom: 25px;
}
#content .content-tile .content-detail .btn:hover,
#content .content-tile .content-detail .btn:focus {
  color: #ffce1f;
}
#content .content-tile:hover .content-tile-inner {
  background-size: auto 125%;
}
#content .content-tile:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.05);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.05);
  transform: translateX(-50%) translateY(-50%) scale(1.05);
}
#content .featured .content-tile .content-tile-inner {
  padding-bottom: 62.5%;
}
#content .featured .content-tile .content-tile-inner:before {
  content: '';
  position: absolute;
  background: rgba(17, 17, 17, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#content .blog .content-tile .content-tile-inner {
  background-size: cover;
  padding-bottom: 61.875%;
}
@media all and (max-width: 991px) {
  #content .featured .content-tile {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  #content .content-tile {
    width: 100%;
  }
  #content .content-tile .content-tile-inner {
    padding-bottom: 56.25%;
  }
  #content .featured .content-tile {
    width: 100%;
  }
}
#support-me {
  position: relative;
  background: #232d32;
  padding: 15px;
  text-align: center;
  font-size: 1.1em;
  z-index: 1;
}
#support-me a {
  cursor: pointer;
  color: #e6461a;
}
#support-me a:hover {
  color: #b93814;
}
#support-me .logo-patreon {
  margin-left: 3px;
}
#support-me .support-intro {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#support-me .support-patreon,
#support-me .support-kofi {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  background: #ccc;
  padding: 2px 8px;
  margin: 0 2px;
  font-size: 0.9em;
  color: inherit !important;
  text-decoration: none;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#support-me .support-patreon .icn,
#support-me .support-kofi .icn {
  width: 20px;
  height: 20px;
  background-position-x: 100%;
}
#support-me .support-patreon {
  background: #ef6652;
}
#support-me .support-patreon .icn-patreon {
  background-image: url('../img/patreon_icon_alt.png');
}
#support-me .support-kofi {
  background: #46b798;
}
@media all and (max-width: 767px) {
  #support-me .support-intro {
    margin-bottom: 4px;
  }
  #support-me .support-patreon,
  #support-me .support-kofi {
    margin: 0 0 4px;
  }
}
#footer {
  position: relative;
  background: #0e1115;
  padding: 30px 0 40px;
  z-index: 1;
}
#footer p a {
  color: #ebb800;
}
#footer p a:hover,
#footer p a:focus {
  color: #ffce1f;
}
@media all and (max-width: 991px) {
  #footer {
    text-align: center;
  }
  #footer .social-icons {
    text-align: inherit;
  }
}
@media all and (max-width: 767px) {
  #footer .sep {
    display: none;
  }
  #footer .footer-link {
    display: block;
    margin-top: 8px;
  }
}
.embed #navigation,
.embed #sub-navigation,
.embed #support-me,
.embed #footer {
  display: none;
}
.embed #sub-navigation .action-settings,
.embed #sub-navigation .action-toggle {
  display: none;
}
#embed-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 5px 10px;
  text-align: right;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.modal-dialog {
  margin: 80px auto;
  background: #181D25;
}
.modal-title {
  display: inline-block;
  font-size: 1.4em;
  color: #ffce1f;
}
.modal-header {
  border: none;
  padding-bottom: 0;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  margin-top: 3px;
}
.modal-footer {
  border: none;
}
/*# sourceMappingURL=screen.css.map */