@media only screen and (min-width: 1200px) {
  html.sz-big {
    font-size: 18px; }
  html.sz-small {
    font-size: 13px; } }

body {
  position: relative;
  background: #fafafa url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQIW2NgYODjBWJWKOZgQOKwQDAKByLAgSTACQAp6QE8mK8aTgAAAABJRU5ErkJggg=="); }

header.page-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999; }
  header.page-header .pre-nav .user-buttons a {
    padding: 0 10px;
    display: inline-block; }
    header.page-header .pre-nav .user-buttons a.dropdown-button {
      padding-right: 0; }
    header.page-header .pre-nav .user-buttons a i.right {
      margin-left: 0;
      font-size: 22px; }
  header.page-header nav .brand-logo,
  header.page-header nav a {
    color: #fff; }
  header.page-header nav .button-collapse {
    margin-left: 8px; }
  header.page-header nav .brand-logo {
    padding: 0 20px 0 10px;
    position: static;
    margin: 10px 10px 10px 0;
    display: block;
    height: 44px;
    width: 96px;
    font-size: 0;
    text-indent: -1000px;
    background: url(../images/logo.svg) left top no-repeat;
    background-size: contain; }
  header.page-header .search-form input[type=search]:focus::placeholder {
    color: #000; }
  header.page-header .side-nav ul .collapsible-body a {
    padding-left: 48px; }
  header.page-header .side-nav li .collapsible-header {
    padding-left: 32px; }

@media (max-width: 600px) {
  header.page-header nav .brand-logo {
    margin: 8px 10px 8px 0;
    height: 40px;
    width: 88px; } }

main.content {
  margin: 0 auto;
  padding-top: 85px;
  width: 100%;
  max-width: 1600px; }

/* Flex control */
.flex-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch; }

.flex-item {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  align-self: auto; }

.flex-item-grow {
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.flex-jc-space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-ai-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* END: Flex control */
#site-colors .dropdown-button i {
  position: relative;
  top: 6px;
  font-size: 1.5rem;
  line-height: .4; }

#dropdown-color {
  min-width: 120px; }
  #dropdown-color li {
    min-height: 0; }
    #dropdown-color li a {
      padding: 10px;
      white-space: nowrap; }
      #dropdown-color li a i {
        float: none;
        position: relative;
        margin: 0;
        top: 6px;
        font-size: 1.5rem;
        line-height: .4; }

#site-size .link-size-big {
  font-size: 18px;
  line-height: 20px; }

#site-size .link-size-medium {
  font-size: 15px;
  line-height: 20px; }

#site-size .link-size-small {
  font-size: 13px;
  line-height: 20px; }

.breadcrumbs {
  margin-top: 10px;
  height: auto;
  line-height: normal;
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .breadcrumbs .breadcrumb {
    color: #aaa;
    font-size: .9em; }
    .breadcrumbs .breadcrumb:before {
      content: '/';
      margin: 0 7px 0 5px;
      color: inherit;
      font-family: inherit;
      font-size: 1em; }
    .breadcrumbs .breadcrumb .material-icons {
      position: relative;
      font-size: 1em;
      top: 2px; }

header.page-header .search-form {
  overflow: hidden; }

header.page-header .dropdown-content li {
  min-height: 0; }

header.page-header .dropdown-content a {
  padding: 10px 10px; }

header.page-header .dropdown-content#dropdown-categories {
  top: auto !important;
  width: 570px !important;
  max-height: none !important; }
  header.page-header .dropdown-content#dropdown-categories li {
    width: 190px;
    clear: none; }
  header.page-header .dropdown-content#dropdown-categories a {
    font-size: .9rem; }
  header.page-header .dropdown-content#dropdown-categories i.material-icons {
    margin-right: 8px;
    width: auto;
    font-size: .7rem;
    line-height: 17px; }
  header.page-header .dropdown-content#dropdown-categories .category-color-0 {
    color: #536dfe; }
  header.page-header .dropdown-content#dropdown-categories .category-color-1 {
    color: #827717; }
  header.page-header .dropdown-content#dropdown-categories .category-color-2 {
    color: #69f0ae; }
  header.page-header .dropdown-content#dropdown-categories .category-color-3 {
    color: #0288d1; }
  header.page-header .dropdown-content#dropdown-categories .category-color-4 {
    color: #ffcdd2; }
  header.page-header .dropdown-content#dropdown-categories .category-color-5 {
    color: #b39ddb; }
  header.page-header .dropdown-content#dropdown-categories .category-color-6 {
    color: #c5e1a5; }
  header.page-header .dropdown-content#dropdown-categories .category-color-7 {
    color: #c0ca33; }
  header.page-header .dropdown-content#dropdown-categories .category-color-8 {
    color: #e64a19; }
  header.page-header .dropdown-content#dropdown-categories .category-color-9 {
    color: #8e24aa; }
  header.page-header .dropdown-content#dropdown-categories .category-color-10 {
    color: #ffcdd2; }
  header.page-header .dropdown-content#dropdown-categories .category-color-11 {
    color: #b39ddb; }
  header.page-header .dropdown-content#dropdown-categories .category-color-12 {
    color: #c5e1a5; }
  header.page-header .dropdown-content#dropdown-categories .category-color-13 {
    color: #c0ca33; }
  header.page-header .dropdown-content#dropdown-categories .category-color-14 {
    color: #e64a19; }
  header.page-header .dropdown-content#dropdown-categories .category-color-15 {
    color: #8e24aa; }

#dropdown-profile {
  top: 22px !important; }
  #dropdown-profile li a {
    margin: 0;
    padding: 6px 10px;
    display: block;
    font-size: 1em; }
    #dropdown-profile li a.logout-link {
      color: #f44336; }
    #dropdown-profile li a.admin-link {
      color: #4caf50; }

@media only screen and (min-width: 361px) and (max-width: 600px) {
  .categories-list li {
    display: inline-block;
    width: 49%;
    font-size: 0.9em; } }

.card .card-content {
  overflow: hidden; }
  .card .card-content .collection-item {
    margin-top: 15px; }
    .card .card-content .collection-item .category {
      font-size: .9em;
      font-weight: bold; }
      .card .card-content .collection-item .category a {
        color: #f37f21; }

.card .question {
  text-align: left; }
  .card .question a {
    color: #000000; }
    .card .question a:hover {
      text-decoration: underline; }

.card .card-action a:hover {
  background: none; }

.card .card-action ul.social-share {
  float: right;
  margin: 5px 0 0;
  padding: 0;
  list-style: none; }
  .card .card-action ul.social-share li {
    float: left;
    display: block;
    height: 22px;
    list-style: none; }
    .card .card-action ul.social-share li i.material-icons {
      font-size: 20px; }
  .card .card-action ul.social-share li:last-child a {
    margin-right: 0 !important; }

.card .card-action .extra-info a {
  margin-right: 0 !important; }

.images-wrapper {
  margin-top: 20px;
  text-align: center; }

.image-wrapper {
  margin: 0 10px 20px;
  display: inline-block;
  position: relative;
  padding: 20px;
  text-align: center;
  background: #eeeeee; }
  .image-wrapper img {
    max-height: 400px; }
  .image-wrapper a.image-link {
    position: absolute;
    padding: 5px;
    display: block;
    width: 40px;
    height: 40px;
    color: #000000;
    text-align: center;
    line-height: 45px;
    background: #999999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0; }
    .image-wrapper a.image-link.image-fullsize {
      top: 50%;
      left: 50%;
      margin-left: -20px;
      margin-top: -20px; }
    .image-wrapper a.image-link.image-rotate {
      top: 30px;
      right: 30px; }
  .image-wrapper:hover a.image-link {
    opacity: .6; }
    .image-wrapper:hover a.image-link:hover {
      opacity: 1; }

@media (max-width: 500px) {
  .card.question .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    margin-left: 20px;
    margin-right: 0; }
  .card.question .card-action .primary-bg.right,
  .questions-view .card.question .card-action .right {
    float: none !important; }
  .card.question .card-action .btn-flat {
    padding: 0; }
  .card.question .card-action .extra-info {
    clear: both;
    padding-top: 15px;
    line-height: normal; }
    .card.question .card-action .extra-info a {
      margin-left: 0 !important; } }

.answers {
  overflow: visible; }

.answer-card {
  position: relative; }
  .answer-card .anchor-name {
    position: absolute;
    top: -90px; }
  .answer-card .answer {
    text-align: left; }
  .answer-card .answer-action {
    margin: 0 -20px -10px;
    padding: 0 20px;
    line-height: 30px;
    border-top: 1px dotted #000000; }

.card.answer {
  border: 10px solid #26a69a; }
  .card.answer a.answer-help {
    position: absolute;
    right: 0;
    font-size: .85em;
    color: #666666;
    z-index: 2; }
    .card.answer a.answer-help:hover {
      text-decoration: underline; }
  .card.answer .answer-help-content {
    display: none;
    position: relative;
    top: 30px;
    margin-bottom: 40px; }

@media (max-width: 600px) {
  .answer-card .anchor-name {
    top: -82px; } }

@media (max-width: 500px) {
  .card.answer {
    border-width: 5px; } }

.with-avatar {
  position: relative;
  padding-left: 50px; }
  .with-avatar .user-avatar {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.username {
  font-size: .9em;
  font-weight: bold; }

ul.extra-info {
  margin: 0;
  padding: 0;
  font-size: .7rem;
  font-weight: bold;
  line-height: 30px;
  list-style: none; }
  ul.extra-info li {
    display: inline;
    list-style: none; }
    ul.extra-info li.thumb-up, ul.extra-info li.seen {
      height: 30px; }
      ul.extra-info li.thumb-up span, ul.extra-info li.seen span {
        cursor: pointer; }
      ul.extra-info li.thumb-up i.material-icons, ul.extra-info li.seen i.material-icons {
        position: relative;
        top: 3px;
        font-size: 1.1rem; }
  ul.extra-info li + li {
    padding-left: 3px; }
    ul.extra-info li + li:not(:empty):before {
      content: '';
      position: relative;
      top: -2px;
      left: -1px;
      display: inline-block;
      width: 4px;
      height: 4px;
      background-color: #000;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }

@media only screen and (max-width: 500px) {
  .with-avatar {
    padding-left: 0; }
    .with-avatar .user-avatar {
      position: static;
      float: left; }
    .with-avatar .username {
      margin-bottom: 10px;
      padding-left: 10px;
      line-height: 40px;
      overflow: hidden; }
  ul.extra-info li:nth-child(3):after {
    content: '\A';
    white-space: pre; }
  ul.extra-info li:nth-child(4):before {
    content: unset !important; } }

.btn-small {
  padding: 0 1rem;
  font-size: .9rem;
  height: 30px;
  line-height: 30px; }

.input-field.with-label-active {
  margin-top: 0;
  padding-top: 1.8rem;
  padding-bottom: 20px; }
  .input-field.with-label-active .input-field {
    margin-top: 0; }
  .input-field.with-label-active label:not(.label-icon) {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }

.row.wo-margin {
  margin-bottom: 0; }

.rotate-90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg); }

.rotate-180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.rotate-270 {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg); }

.side-questions.collection {
  overflow: visible; }
  .side-questions.collection .collection-header {
    font-size: 1.2rem;
    font-weight: bold; }
  .side-questions.collection .collection-item {
    position: relative;
    padding-left: 20px; }
    .side-questions.collection .collection-item .category {
      font-size: .8rem;
      font-weight: bold; }

.category-description {
  padding: 10px 20px 1px;
  text-align: left;
  font-size: .9rem;
  color: #fff;
  background-color: #2194f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .category-description p {
    margin-top: 0; }

ol {
  counter-reset: item; }
  ol li {
    display: block; }
    ol li:before {
      content: counters(item, ".") ". ";
      counter-increment: item; }
  ol.with-headers > li {
    margin-top: 1rem;
    font-size: 1.3rem; }
    ol.with-headers > li ol {
      font-size: 1rem; }
    ol.with-headers > li p {
      margin: 0;
      font-size: 1rem; }

form .captcha {
  padding-bottom: 20px;
  min-height: 100px; }
  form .captcha .help-block {
    position: static; }

form .help-block {
  position: absolute;
  bottom: 0;
  color: #2194f3;
  font-size: .8rem; }
  form .help-block.success {
    color: #4caf50; }
  form .help-block.error {
    color: #f44336; }

form .valid .help-block {
  color: #4caf50; }

form .invalid label,
form .invalid .help-block {
  color: #f44336; }

.toast {
  word-break: normal; }
  .toast.success {
    background-color: #4caf50; }
  .toast.error {
    background-color: #f44336; }

.modal .modal-content {
  position: relative; }
  .modal .modal-content .modal-close {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 2rem; }

.btn-flat:hover {
  background: none; }

.icon-brightness-1:after {
  content: 'brightness_1'; }

.answers-guest-help {
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer; }

.features h2 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: .82rem 0 .656rem 0; }

.side-menu {
  margin: .5rem 0 1rem;
  background: #fff;
  border: 1px solid #e0e0e0; }
  .side-menu li:hover {
    background: #eee; }
  .side-menu li a {
    padding: 5px 10px;
    display: block; }

.profile-main .username {
  font-size: 1.5em; }

.profile-main .status {
  overflow: hidden; }
  .profile-main .status.status-1 {
    color: #00cc00; }
  .profile-main .status.status-2 {
    color: #cc0000; }

.profile-main.with-avatar {
  padding-left: 120px;
  min-height: 100px; }
  .profile-main.with-avatar .user-avatar {
    width: 100px;
    height: 100px; }

.profile-card-value {
  font-weight: bold;
  text-align: right; }

@media (min-width: 993px) and (max-width: 1200px) {
  .profile-main .username {
    font-size: 1.3em; }
  .profile-main .status {
    font-size: .9em; }
  .profile-main.with-avatar {
    padding-left: 75px;
    min-height: 60px; }
    .profile-main.with-avatar .user-avatar {
      width: 60px;
      height: 60px; }
  .profile .card .card-content strong {
    display: block; } }

@media only screen and (max-width: 500px) {
  .profile-main .username {
    font-size: 1.3em;
    line-height: normal; }
  .profile-main .status {
    padding-left: 10px;
    font-size: .9em; }
  .profile-main.with-avatar {
    padding-left: 0;
    min-height: 60px; }
    .profile-main.with-avatar .user-avatar {
      position: static;
      float: left;
      width: 60px;
      height: 60px; } }

.item-content {
  margin: 1em 0;
  font-size: 1.1em;
  min-height: 1.1em;
  overflow-x: auto; }
  .item-content p {
    margin: 1em 0; }
    .item-content p:last-child {
      margin-bottom: 0; }
  .item-content strong {
    font-weight: bold; }
  .item-content em {
    font-style: italic; }
  .item-content s {
    text-line-through: single; }
  .item-content ol {
    padding-left: 3px; }
  .item-content ul {
    padding-left: 20px;
    list-style: disc; }
    .item-content ul li {
      list-style: disc; }

.material-icons {
  width: 0;
  height: 0;
  visibility: hidden; }
  .wf-materialicons-n4-active .material-icons,
  .wf-materialicons-n4-inactive .material-icons {
    width: auto;
    height: auto;
    visibility: visible; }

.alinks {
  position: relative; }

.admin-links {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  font-size: .9em;
  opacity: .3;
  z-index: 9; }
  .alinks:hover .admin-links {
    display: block; }
  .admin-links:hover {
    opacity: 1; }
  .admin-links .admin-links-open {
    display: block;
    padding: 3px 7px 0;
    color: #ffffff !important;
    background: #555555;
    line-height: normal; }
    .admin-links .admin-links-open.show {
      background: #777777; }
    .admin-links .admin-links-open i {
      font-size: 18px; }
  .admin-links ul {
    position: absolute;
    right: 0;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none; }
    .admin-links ul.show {
      display: block; }
    .admin-links ul li {
      list-style: none;
      white-space: nowrap; }
      .admin-links ul li.divider {
        background-color: #999999; }
    .admin-links ul a {
      padding: 2px 10px;
      display: block;
      color: #ffffff !important;
      background: #555555; }
      .admin-links ul a:hover {
        background: #777777; }

.margin-top30 {
  margin-top: 30px; }

h5 .answers-count {
  padding-left: 10px;
  font-size: .9em;
  color: #777777; }

#cookie-popup {
  position: fixed;
  bottom: 0;
  padding: 30px 50px;
  background: #ffffff;
  z-index: 1; }

@media (max-width: 992px) {
  #cookie-popup {
    padding: 20px 30px; } }

@media (max-width: 600px) {
  #cookie-popup {
    padding: 10px 20px; } }
