@charset "UTF-8";
body {
  background: #FDFCFA;
  text-align: center;
  font-family: Verdana, Helvetica, sans-serif;
  height: 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding: 0;
  margin: 0; }
  body.landing-page #contentSearch {
    box-shadow: none;
    line-height: 20px; }
  body.landing-page:before {
    margin-top: inherit;
    height: inherit;
    float: inherit;
    content: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input:focus, button:focus {
  outline: none; }

a, button {
  color: #A0A09F;
  text-decoration: none; }

a:hover, button:hover {
  color: #8e8e8e; }

.login {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .login a,
  .login .filler{
    float: left; }

.content {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
  flex: 1; }

.info {
  padding: 2.5rem 4.2rem 3rem;
  background: #edebe6;
  color: #414141;
  border-radius: .25rem;
  max-width: 800px;
  margin: 0 15vw;
}

.logo-sign {
  background-image: url("https://katcr.co/community/show/images/kat_logo@2x.png");
  height: 82px;
  width: 90px;
  margin: 0 auto 1em auto; }

.logo-text {
  background: url("https://katcr.co/community/show/images/kat_logo@2x.png") no-repeat -70px center;
  background-size: cover;
  height: 41px;
  width: 370px;
  margin: 0 -70px 0 30px; }

.header {
  white-space: nowrap;
  display: flex;
  flex-direction: row; }
  .header a,
  .header .filler {
    color: #787878;
    font-size: 11px;
    font-weight: 600;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-transform: uppercase; }
  .header .switch {
    align-self: flex-start; }
  .header .login {
    align-self: flex-end;
    margin-left: auto;
    background-color: #EDEBE6; }
    @media (max-width: 350px) {
      .header .login span {
        display: none; } }

.search-input {
  text-align: left;
  border: 1px solid #999;
  width: 550px;
  max-width: 95%;
  vertical-align: middle;
  white-space: nowrap;
  margin: 2em auto 0 auto;
  padding-right: 1px;
  border-radius: 2px;
  align-self: center;
  position: relative; }
  .search-input form {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row; }

#searchTool {
  float: right; }
  #searchTool i, #searchTool i:hover {
    line-height: 270%; }
  #searchTool .ka:before {
    color: inherit; }

.search-input input#contentSearch {
  border: none;
  font-size: 16px;
  padding: 0.7em 1em;
  color: #7c6a59; }
.search-input button, .search-input input, .search-input a {
  background: none;
  display: inline-block; }
.search-input input {
  flex-grow: 2; }
.search-input button, .search-input a {
  width: 35px;
  border: none;
  flex-grow: 1;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  float: left; }
.search-input button i, .search-input a i {
  float: right;
  vertical-align: bottom; }
.search-input i.ka:before {
  font-size: 18px; }

ul.nav {
  white-space: nowrap;
  display: flex;
  justify-content: space-around;
  padding: 0;
  width: 500px;
  max-width: 95%;
  margin: 3em auto 4em;
  font-size: 13px;
  text-transform: uppercase; }
  ul.nav li {
    display: inline-block;
    padding: 0 0.3em;
    text-align: center; }
    ul.nav li a i {
      padding-right: 0.4em; }



/* 
 * Footer
 */

.bottom-menu-block {
  justify-content: space-between;
  display: flex;
  padding: 20px 13px;
  font-size: 13px; }

ul.bottom-menu li {
  display: inline-block;
  padding: 0 10px; }
ul.social-buttons li {
  display: inline-block;
  vertical-align: top; }
  ul.social-buttons li a {
    margin-right: 20px; }


/*
 * Responsive styles
 */

@media screen and (max-width: 500px) {
  .bottom-menu-block {
    display: block; }

  .bottom-menu li .ka {
    display: none; }

  .social-buttons {
    margin-bottom: 20px; } }

.bottom-menu-block a:hover {
  opacity: 0.7; }


/*
 * KAT Font Face
 */

@font-face {
  font-family: "katfont";
  src: url("https://katcr.co/community/show/katfont-Regular-v2.woff") format("woff"), url("https://katcr.co/community/show/katfont-Regular-v2.svg") format("svg"); }
[class*="ka-"]:before {
  font-family: "katfont";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  margin-right: 0.6em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 16px;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer; }

.ka-settings:before { content: ""; }
.ka-star:before { content: ""; }
.ka-search:before { content: ""; }
.ka-torrent:before { content: ""; }
.ka-community:before { content: ""; }
.ka-rss:before { content: ""; }
.ka-faq:before { content: ""; }
.ka-user:before { content: ""; }