@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  src: url("/static/fonts/montserrat/bold.otf") format("truetype"); }

* {
  max-width: 100%; }

html {
  height: 100%; }

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  min-width: 18rem;
  min-height: 100vh;
  color: black;
  /*
Block elements with bottom margins only
---------------------------------------
*/ }
  body .page {
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
    body .page > #container {
      flex-grow: 1;
      margin: auto;
      width: 100%;
      padding: 0 0; }
      body .page > #container > .content {
        padding: 1rem;
        margin: auto;
        box-sizing: border-box;
        max-width: 100%; }
        @media only screen and (min-width: 75em) {
  body .page > #container > .content {
    margin: auto;
    max-width: 80rem; } }
  body.modal-opened {
    overflow: hidden; }
  @media screen and (min-width: 40em) {
  body {
    font-size: 1rem; } }

p, ul, ol, dl, table, blockquote, pre, figure, hr {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
  /*
Same left margins for ul/ol, dd, blockquote
-------------------------------------------
*/ }

ul, ol, dd {
  padding-left: 1.75rem; }

dd {
  margin-left: 0;
  /*
Blockquote
----------
*/ }

blockquote {
  border: 0;
  padding-left: 1.75rem;
  margin-left: 0;
  font-style: italic;
  /*
Figure/Figcaption
-----------------
*/ }

figure {
  margin-left: 0;
  margin-right: 0; }

figure > table, figure > img, figure > picture {
  margin-bottom: 0;
  /*
Etc.
----
*/ }

fieldset {
  border: 0; }

legend {
  padding: 0 0.5rem; }

hr {
  border-style: solid; }

::-webkit-input-placeholder {
  color: grey;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

::-moz-placeholder {
  color: grey;
  opacity: 1;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

:-ms-input-placeholder {
  color: grey; }

:-moz-placeholder {
  color: grey; }

a, .a {
  text-decoration: none;
  color: #00f;
  cursor: pointer; }
  a:hover, .a:hover {
    text-decoration: none; }
    a:hover *, .a:hover * {
      text-decoration: none; }

a button, a input {
  text-decoration: none;
  border: inherit;
  border-color: inherit; }

h1 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: normal; }
  @media only screen and (min-width: 60em) {
  h1 {
    font-size: 2.5rem; } }
  h1.aktualita {
    font-size: 1.5rem;
    text-transform: none; }

h2 {
  font-family: "Open Sans", sans-serif;
  color: #3f4a50;
  font-size: 1.25rem;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 700; }
  @media only screen and (min-width: 60em) {
  h2 {
    font-size: 1.5rem; } }

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400; }
  @media only screen and (min-width: 60em) {
  h3 {
    font-size: 1.25rem; } }

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400; }
  @media only screen and (min-width: 60em) {
  h4 {
    font-size: 1.125rem; } }

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.825rem;
  font-weight: 400; }
  @media only screen and (min-width: 60em) {
  h5 {
    font-size: 1rem; } }

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem; }

p {
  font-weight: 300;
  color: #3f4a50; }

input, select, textarea {
  font: inherit;
  max-width: 100%;
  box-sizing: border-box; }

img {
  max-width: 100%; }

table {
  border-collapse: collapse; }
  table td.al, table th.al {
    text-align: left; }
    table td.ac, table th.ac {
      text-align: center; }
    table td.ar, table th.ar {
      text-align: right; }
  table td.time {
    vertical-align: top;
    width: 7rem;
    font-weight: bold; }
  table.basic-table tr td, table.basic-table tr th {
    padding: 0.125rem 0.25rem; }
    table.basic-table tr td {
      text-align: center; }
    table.basic-table tr:nth-child(2n) td {
      background-color: rgba(63, 74, 80, .3); }

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

@media only screen and (max-width: 30em) {
  .mobile0hidden {
    display: none !important; } }

form .row {
  margin-bottom: 0.5rem; }
  form .error-message {
    color: #ec1515; }
  form .ok-message {
    color: #38ae0e; }

.btn-large {
  border: none;
  background-color: #3f4a50;
  color: white;
  width: 18rem;
  height: 3.5rem;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  font-weight: bolder; }

hr {
  height: 1px;
  width: 95%;
  border-width: 0;
  color: gray;
  background-color: gray;
  margin-left: auto;
  margin-right: auto; }

.icon {
  width: 1.25rem;
  height: 1.25rem; }

.action-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.75rem;
  background-color: #3f4a50aa; }
  .action-icon:hover {
    background-color: #3f4a50ff;
    cursor: pointer; }
  .action-icon.edit, .action-icon.save, .action-icon.close, .action-icon.delete, .action-icon.add {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem; }
    .action-icon.edit .icon, .action-icon.save .icon, .action-icon.close .icon, .action-icon.delete .icon, .action-icon.add .icon {
      width: 0.75rem;
      height: 0.75rem;
      margin: 0; }
  .action-icon.delete {
    background-color: #e3545caa; }
    .action-icon.delete:hover {
      background-color: #e3545cff; }
  .action-icon.text {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    padding: 0 0.5rem;
    margin-right: 0.5rem; }
  .action-icon.add .icon {
    transform: rotate(45deg); }

#adminTable .overall-data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem; }
  #adminTable .overall-data .item + .item {
    margin-left: 0.5rem; }
  #adminTable .adminPagination {
    margin: 0.5rem 0.25rem; }
  #adminTable .buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  #adminTable .buttons input[type="button"], #adminTable .buttons button {
    border-radius: 0.125rem;
    font-size: 0.75rem;
    margin: 0.5rem 0.25rem;
    padding: 0.125rem 0.5rem;
    min-width: 4rem;
    line-height: 1.5rem; }
  #adminTable .buttons .bulk-actions {
    visibility: hidden; }
  #adminTable .buttons .bulk-actions.visible {
    visibility: visible; }
  #adminTable table {
    margin-bottom: 0;
    min-width: 100%;
    border: 1px solid #d4d3d3; }
  #adminTable table thead tr th, #adminTable table tbody tr th, #adminTable table thead tr td, #adminTable table tbody tr td {
    padding: 0.25rem;
    font-size: 0.75rem; }
    #adminTable table thead tr th:first-child, #adminTable table tbody tr th:first-child, #adminTable table thead tr td:first-child, #adminTable table tbody tr td:first-child {
      border-left: none; }
    #adminTable table thead tr th:last-child, #adminTable table tbody tr th:last-child, #adminTable table thead tr td:last-child, #adminTable table tbody tr td:last-child {
      border-right: none; }
    #adminTable table thead tr th.checkbox div, #adminTable table tbody tr th.checkbox div, #adminTable table thead tr td.checkbox div, #adminTable table tbody tr td.checkbox div {
      display: flex;
      justify-content: center;
      align-items: center; }
      #adminTable table thead tr th.checkbox div input[type="checkbox"], #adminTable table tbody tr th.checkbox div input[type="checkbox"], #adminTable table thead tr td.checkbox div input[type="checkbox"], #adminTable table tbody tr td.checkbox div input[type="checkbox"] {
        margin-right: 0; }
  #adminTable table thead tr th {
    border: solid 1px #d4d3d3;
    min-width: initial; }
    #adminTable table thead tr.column-names th {
      text-align: left;
      border-bottom: none; }
      #adminTable table thead tr.column-names th .sortable:hover {
        cursor: pointer; }
    #adminTable table thead tr.tools th {
      border-top: none; }
      #adminTable table thead tr.tools th .column-search input, #adminTable table thead tr.tools th .column-search select {
        width: 100%;
        border-radius: 0;
        font-weight: normal;
        margin: 0; }
      #adminTable table thead tr.tools th .column-search > input {
        font-size: 0.75rem;
        min-width: 4rem;
        padding: 0.1rem 0.25rem; }
      #adminTable table thead tr.tools th .column-search select {
        min-width: 6rem;
        padding-left: 0.15rem;
        font-size: 0.75rem; }
      #adminTable table thead tr.tools th .column-search .date-range .picker-wrap {
        display: flex;
        align-items: baseline;
        justify-content: center; }
        #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .label {
          margin-right: 0.25rem; }
        #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker {
          margin: 0 0 0.25rem;
          padding: 0.25rem 0.15rem;
          width: 5.5rem;
          height: auto; }
          #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input {
            font-size: 0.75rem;
            height: auto; }
            #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input[name='year'] {
              width: 1.8rem; }
            #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input[name='day'], #adminTable table thead tr.tools th .column-search .date-range .picker-wrap .inlineDatePicker input[name='month'] {
              width: 0.8rem; }
        #adminTable table thead tr.tools th .column-search .date-range .buttons input {
          border-radius: 0.125rem;
          font-size: 0.625rem;
          margin: 0.25rem 0.125rem;
          padding: 0 0.25rem;
          min-width: 4rem;
          line-height: 1.25rem; }
          #adminTable table thead tr.tools th .column-search .date-range .buttons input.delete {
            margin-right: 0.25rem; }
  #adminTable table tbody tr td {
    border: solid 1px #d4d3d3;
    border-top: none;
    border-bottom: none; }
    #adminTable table tbody tr td.no-results {
      text-align: center;
      padding: 0.5rem; }
    #adminTable table tbody tr td.boolean {
      text-align: center; }
    #adminTable table tbody tr td.date, #adminTable table tbody tr td.datetime {
      white-space: nowrap;
      font-size: 0.75rem; }
    #adminTable table tbody tr td .normal-content {
      padding-bottom: 0.25rem;
      min-height: 1.5rem; }
      #adminTable table tbody tr td .normal-content.color {
        border-radius: 0.25rem;
        width: 100%;
        height: 100%; }
    #adminTable table tbody tr td .prop-list {
      display: block;
      white-space: nowrap; }
    #adminTable table tbody tr td .edit-content {
      position: relative;
      margin-bottom: 0.125rem;
      border-radius: 0;
      border: 1px solid #9f9f9f22;
      font-weight: normal;
      font-size: 0.75rem;
      display: none;
      height: auto; }
      #adminTable table tbody tr td .edit-content.date {
        padding-bottom: 1.5rem; }
      #adminTable table tbody tr td .edit-content.date .date-picker input[name="date"] {
        width: 6rem; }
      #adminTable table tbody tr td .edit-content.date .control-panel {
        bottom: 0;
        top: auto; }
        #adminTable table tbody tr td .edit-content.date .control-panel .icon-wrap {
          width: 1.5rem;
          height: 1.5rem; }
        #adminTable table tbody tr td .edit-content.date .control-panel .icon-wrap .icon {
          width: 0.75rem;
          height: 0.75rem; }
        #adminTable table tbody tr td .edit-content.date .control-panel .icon-wrap.close {
          margin-right: 0.25rem; }
      #adminTable table tbody tr td .edit-content input {
        border-radius: 0;
        border: none;
        font-weight: normal;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1.5rem; }
      #adminTable table tbody tr td .edit-content input:focus {
        background-color: rgba(0, 0, 0, .2);
        box-shadow: none; }
    #adminTable table tbody tr td.loader {
      text-align: center;
      padding: 1rem; }
      #adminTable table tbody tr td.loader img {
        width: 5rem;
        height: auto; }
    #adminTable table tbody tr td.control-buttons {
      position: relative; }
    #adminTable table tbody tr td > div {
      display: flex;
      align-items: center; }
    #adminTable table tbody tr td input[type="checkbox"] {
      margin: 0; }
    #adminTable table tbody tr td .actions {
      display: flex; }
      #adminTable table tbody tr td .actions input[type="button"], #adminTable table tbody tr td .actions button, #adminTable table tbody tr td .actions a.button {
        border-radius: 0.125rem;
        font-size: 0.625rem;
        margin: 0.25rem 0.125rem;
        padding: 0 0.25rem;
        min-width: 4rem;
        line-height: 1.25rem; }
      #adminTable table tbody tr td .actions input[type="button"][name='delete'], #adminTable table tbody tr td .actions button[name='delete'], #adminTable table tbody tr td .actions a.button[name='delete'] {
        background-color: ; }

.categoriesList {
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 40rem; }
  .categoriesList a.category {
    box-sizing: border-box;
    border-top: solid 1px #d4d3d3;
    display: flex;
    padding: 1rem 0;
    width: 100%; }
  .categoriesList a.category:first-child {
    border-top: none; }
  .categoriesList a.category.placeholder {
    border-top: none;
    margin: 0;
    padding: 0;
    height: 0; }
  .categoriesList a.category:hover {
    background-color: #f1f1f1; }
  .categoriesList a.category:hover > div .title {
    color: #dd6123; }
  .categoriesList a.category .logo {
    background-color: #f1f1f1;
    border-radius: 0.5rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    padding: 1rem;
    width: 4rem;
    height: 3rem; }
  @media (min-width: 40em) {
      .categoriesList a.category .logo {
        width: 8rem;
        height: 6rem; } }
  .categoriesList a.category > div .title {
    margin-bottom: 0.5rem;
    color: #3f4a50; }
  .categoriesList a.category > div .description {
    font-size: 0.75rem; }

#categoryMenu {
  margin-top: 1rem; }
  #categoryMenu .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem; }
  #categoryMenu .title span {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    color: #fff; }
  #categoryMenu .title img {
    width: 1.5rem; }
  #categoryMenu .category {
    display: none;
    padding-bottom: 0.5rem; }
  #categoryMenu .category a {
    text-transform: uppercase;
    font-size: 1rem;
    display: block;
    padding: 0.5rem 0.25rem;
    color: #fff; }
  #categoryMenu .category a:hover {
    color: #dd6123; }
  #categoryMenu .title.open img {
    transform: rotate(180deg); }
  #categoryMenu .title.open ~ .category {
    display: block; }
  @media (min-width: 50em) {
  #categoryMenu .title img {
    display: none; }
  #categoryMenu .category {
    display: block; } }

.categoryPath {
  margin: auto;
  padding: 1rem 1rem;
  max-width: 80rem; }
  .categoryPath a:hover {
    color: #dd6123; }
  .categoryPath h1 {
    color: #3f4a50; }

#cookiesAgreement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: #343434;
  padding: 0.5rem 1rem;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 21; }
  #cookiesAgreement p {
    text-align: center;
    margin: 0 0 1rem 0;
    color: white; }
  #cookiesAgreement p a {
    text-decoration: underline;
    margin: 0px 0.25rem;
    color: #fff; }
  @media screen and (min-width: 40em) {
  #cookiesAgreement {
    flex-direction: row; }
    #cookiesAgreement p {
      margin: 0 1rem 0 0; } }

.editableHtml, .editableText {
  position: relative;
  min-height: 0.5rem; }
  .editableHtml .control-panel, .editableText .control-panel {
    position: absolute;
    display: flex;
    justify-content: right;
    top: 0;
    right: 0;
    z-index: 2; }
  .editableHtml .control-panel .edit, .editableText .control-panel .edit, .editableHtml .control-panel .save, .editableText .control-panel .save, .editableHtml .control-panel .close, .editableText .control-panel .close, .editableHtml .control-panel .delete, .editableText .control-panel .delete, .editableHtml .control-panel .text, .editableText .control-panel .text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.75rem;
    background-color: rgba(63, 74, 80, .6); }
  .editableHtml .control-panel .edit:hover, .editableText .control-panel .edit:hover, .editableHtml .control-panel .save:hover, .editableText .control-panel .save:hover, .editableHtml .control-panel .close:hover, .editableText .control-panel .close:hover, .editableHtml .control-panel .delete:hover, .editableText .control-panel .delete:hover, .editableHtml .control-panel .text:hover, .editableText .control-panel .text:hover {
    background-color: rgba(63, 74, 80, .8);
    cursor: pointer; }
  .editableHtml .control-panel .edit, .editableText .control-panel .edit, .editableHtml .control-panel .save, .editableText .control-panel .save, .editableHtml .control-panel .close, .editableText .control-panel .close, .editableHtml .control-panel .delete, .editableText .control-panel .delete {
    border-radius: 50%;
    width: 2rem;
    height: 2rem; }
  .editableHtml .control-panel .edit .icon, .editableText .control-panel .edit .icon, .editableHtml .control-panel .save .icon, .editableText .control-panel .save .icon, .editableHtml .control-panel .close .icon, .editableText .control-panel .close .icon, .editableHtml .control-panel .delete .icon, .editableText .control-panel .delete .icon {
    width: 1rem !important;
    height: 1rem !important;
    margin: 0 !important; }
  .editableHtml .control-panel .edit, .editableText .control-panel .edit, .editableHtml .control-panel .delete, .editableText .control-panel .delete, .editableHtml .control-panel .text, .editableText .control-panel .text {
    display: none; }
  .editableHtml .control-panel .delete, .editableText .control-panel .delete {
    background-color: rgba(200, 0, 0, .6);
    margin-right: 0.5rem; }
  .editableHtml .control-panel .delete:hover, .editableText .control-panel .delete:hover {
    background-color: rgba(200, 0, 0, .8); }
  .editableHtml .control-panel .text, .editableText .control-panel .text {
    border-radius: 0.5rem;
    padding: 0 0.5rem;
    margin-right: 0.5rem; }
  .editableHtml:hover .control-panel .edit, .editableText:hover .control-panel .edit, .editableHtml:hover .control-panel .delete, .editableText:hover .control-panel .delete, .editableHtml:hover .control-panel .text, .editableText:hover .control-panel .text {
    display: flex; }

.editableText {
  display: flex;
  flex-wrap: wrap; }
  .editableText .control-panel.editing {
    top: -2rem; }
  .editableText .control-panel .close {
    margin-right: 0.25rem; }
  .editableText .editable {
    flex: 1 0 auto; }
  .editableText [contenteditable] {
    border-radius: 0.25rem;
    border: solid 1px #ccc;
    cursor: auto;
    flex-grow: 1; }
  .editableText [contenteditable]::selection {
    background-color: #000;
    color: #fff; }
  .editableText [contenteditable]:focus {
    box-shadow: 0 0 5px 1px #000; }
  .editableText .save-wrap {
    width: 100%; }

.editableHtml .control-panel.editing {
  flex-direction: column;
  right: 0rem; }
  .editableHtml .control-panel .save {
    margin-bottom: 0.25rem; }

#fbLoginButton {
  background-color: #314fb3; }

button, input[type="button"], input[type="submit"], a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  text-transform: uppercase;
  background-color: #3f4a50;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  padding: 0.25rem 1.7rem;
  line-height: 1.75rem;
  color: #fff; }
  button.small, input[type="button"].small, input[type="submit"].small, a.button.small {
    border-radius: 1.625rem;
    -webkit-border-radius: 1.625rem;
    -moz-border-radius: 1.625rem;
    font-size: 0.75rem;
    padding: 0.125rem 1.5rem;
    line-height: 1.5rem;
    min-width: 5rem; }
  button.big, input[type="button"].big, input[type="submit"].big, a.button.big {
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    font-size: 1.25rem;
    padding: 0.5rem;
    line-height: 2rem;
    min-width: 15rem; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.button:hover {
    text-decoration: none;
    opacity: 0.9;
    cursor: pointer; }
  button:active, input[type="button"]:active, input[type="submit"]:active, a.button:active {
    opacity: 0.8; }
  button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, a.button:disabled {
    color: #cecece !important;
    -webkit-box-shadow: 0 2px 1px 0px #6e14ccff;
    -moz-box-shadow: 0 2px 1px 0px #6e14ccff;
    box-shadow: 0 2px 1px 0px #6e14ccff; }
  button:disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, a.button:disabled:hover, button:disabled:active, input[type="button"]:disabled:active, input[type="submit"]:disabled:active, a.button:disabled:active {
    opacity: 1; }
  button.inverse, input[type="button"].inverse, input[type="submit"].inverse, a.button.inverse {
    background-color: #595959;
    -webkit-box-shadow: 0 2px 1px 0px #252525ff;
    -moz-box-shadow: 0 2px 1px 0px #252525ff;
    box-shadow: 0 2px 1px 0px #252525ff; }
  button.secondary, input[type="button"].secondary, input[type="submit"].secondary, a.button.secondary {
    background-color: #79be48;
    -webkit-box-shadow: 0 2px 1px 0px #47a306ff;
    -moz-box-shadow: 0 2px 1px 0px #47a306ff;
    box-shadow: 0 2px 1px 0px #47a306ff; }
  button.abort, input[type="button"].abort, input[type="submit"].abort, a.button.abort {
    background-color: #f9b34b;
    -webkit-box-shadow: 0 2px 1px 0px #c88117ff;
    -moz-box-shadow: 0 2px 1px 0px #c88117ff;
    box-shadow: 0 2px 1px 0px #c88117ff; }
  button.danger, input[type="button"].danger, input[type="submit"].danger, a.button.danger {
    background-color: #e91c1c;
    -webkit-box-shadow: 0 2px 1px 0px #c11212ff;
    -moz-box-shadow: 0 2px 1px 0px #c11212ff;
    box-shadow: 0 2px 1px 0px #c11212ff; }
  button.yellow, input[type="button"].yellow, input[type="submit"].yellow, a.button.yellow {
    background-color: #f9c001;
    -webkit-box-shadow: 0 2px 1px 0px #f0b901ff;
    -moz-box-shadow: 0 2px 1px 0px #f0b901ff;
    box-shadow: 0 2px 1px 0px #f0b901ff; }
  button.image, input[type="button"].image, input[type="submit"].image, a.button.image {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0; }
  button.facebook, input[type="button"].facebook, input[type="submit"].facebook, a.button.facebook {
    background: #314fb3 url("/static/img/icon-fb-login-register.png") no-repeat;
    padding-left: 3rem;
    background-size: contain;
    -webkit-box-shadow: 0 2px 1px 0px #203482ff;
    -moz-box-shadow: 0 2px 1px 0px #203482ff;
    box-shadow: 0 2px 1px 0px #203482ff; }

input[type="checkbox"] {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ccc;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  outline: none;
  position: relative;
  margin-right: 1rem; }
  input[type="checkbox"]:active:not(:disabled), input[type="checkbox"]:checked:active:not(:disabled) {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  input[type="checkbox"]:focus {
    box-shadow: 0 0 5px 1px #ccc; }
  input[type="checkbox"]:checked, input[type="checkbox"][indeterminate] {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); }
  input[type="checkbox"]:checked:after, input[type="checkbox"][indeterminate]:after {
    content: "";
    position: absolute;
    background-image: url("/static/img/form/cbx-checkmark.png");
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: 0% 0%;
    width: 1rem;
    height: 1rem;
    top: 1px;
    left: 1px; }
  input[type="checkbox"]:checked[indeterminate]:after, input[type="checkbox"][indeterminate][indeterminate]:after {
    background-position: 0% 100%; }
  input[type="checkbox"]:checked:disabled:checked:after, input[type="checkbox"][indeterminate]:disabled:checked:after {
    background-position: 100% 0%; }
  input[type="checkbox"]:checked:disabled[indeterminate]:after, input[type="checkbox"][indeterminate]:disabled[indeterminate]:after {
    background-position: 100% 100%; }
  input[type="checkbox"]:disabled {
    border-color: #d1d1d1; }

.datePicker {
  position: relative; }
  .datePicker input[name="date"] {
    background-image: url("/static/img/components/form/date-picker.png");
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: calc(100% - .25rem) 50%; }
  .datePicker .box {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
    border: solid 1px #d1d1d1;
    display: none;
    width: calc(100% - 2px);
    max-width: 30rem;
    min-height: calc(6 * (2.5rem + 2px) + 2rem + 1px);
    z-index: 42; }
  .datePicker .box .tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #d1d1d1;
    padding: 0.5rem 0.5rem;
    line-height: 1; }
  .datePicker .box .tools .month-year {
    text-align: center;
    flex-grow: 1; }
  .datePicker .box .days {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
  .datePicker .box .days button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: solid 1px #fff;
    padding: 0;
    width: calc((100% / 7) - 2px);
    min-width: initial;
    height: 2.5rem; }
    .datePicker .box .days button[name="placeholder"] {
      background: #e1e1e1;
      border-color: #fff; }
  .datePicker input[name="date"]:focus + .box {
    display: block; }

.inlineDatePicker {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background-color: ;
  border: solid 1px #ccc;
  margin-bottom: 1rem;
  padding: 0.25rem;
  width: 7.5rem;
  height: 1.75rem;
  line-height: 1.75; }
  .inlineDatePicker .dayName {
    text-transform: uppercase;
    width: 1.5rem;
    color: #a1a1a1; }
  .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="day"], .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="month"], .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="year"] {
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 1.5rem;
    min-width: initial;
    height: 1.75rem;
    line-height: 1.75; }
  .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="day"]:focus, .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="month"]:focus, .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="year"]:focus {
    box-shadow: none; }
  .inlineDatePicker input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[name="year"] {
    width: 2.5rem; }

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border: solid 2px #ccc;
  padding: 1.25rem 0.5rem;
  height: 2rem;
  color: #000;
  outline: none;
  max-width: 100%;
  box-sizing: border-box; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"])::selection {
    background-color: #000;
    color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus {
    box-shadow: 0 0 5px 1px #000; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]).error {
    border-color: #e91c1c; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]).error:focus {
    box-shadow: 0 0 5px 1px #e91c1c; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]).error::selection {
    background-color: #e91c1c;
    color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):disabled {
    border-color: #d1d1d1; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"])::placeholder {
    color: #ccc; }

label {
  display: flex;
  align-items: start;
  max-width: 100%; }
  label > input {
    flex: 0 0 auto; }
  label > div {
    flex-shrink: 1 !important; }

input[type="radio"] {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ccc;
  width: 1.25rem;
  height: 1.25rem;
  outline: none;
  position: relative; }
  input[type="radio"]:active:not(:disabled), input[type="radio"]:checked:active:not(:disabled) {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  input[type="radio"]:focus {
    box-shadow: 0 0 5px 1px #ccc; }
  input[type="radio"]:checked {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); }
  input[type="radio"]:checked:after {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    position: absolute;
    background-color: #000;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    top: calc(.125rem + 1px);
    left: calc(.125rem + 1px); }
  input[type="radio"]:checked:disabled:checked:after {
    background-color: #e1e1e1; }
  input[type="radio"]:disabled {
    border-color: #d1d1d1; }

select {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("/static/img/form/select-arrow.png");
  background-repeat: no-repeat;
  background-size: calc(1.5rem + 2px) 1.5rem;
  background-position: 100%;
  border: solid 1px #ccc;
  font-size: 0.85rem;
  font-weight: 300;
  padding: 0.125rem 2.5rem 0 1rem;
  height: 2rem;
  outline: none;
  color: #000; }
  select:focus {
    box-shadow: 0 0 5px 1px #ccc; }
  select::-ms-expand {
    /* remove default arrow in IE 10 and 11 */
    display: none;
    /* target Internet Explorer 9 to undo the custom arrow */ }
  @media screen and (min-width:0\0) {
  select select {
    background: none\9;
    padding: 5px \9; } }

textarea {
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border: solid 2px #ccc;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 4rem;
  line-height: 1.25rem;
  outline: none;
  overflow: auto;
  resize: none; }
  textarea::selection {
    background-color: #00099; }
  textarea:focus {
    box-shadow: 0 0 5px 1px #ccc; }
  textarea.error {
    border-color: #e91c1c; }
  textarea.error:focus {
    box-shadow: 0 0 5px 1px #e91c1c; }
  textarea.error::selection {
    background-color: #e91c1c99; }
  textarea:disabled {
    border-color: #d1d1d1; }
  textarea::placeholder {
    color: #ccc; }

.imageUploader {
  max-width: 30rem;
  width: 100%;
  height: 100%; }
  .imageUploader input[type="file"] {
    display: none; }
  .imageUploader .drop-zone {
    position: relative;
    width: 100%;
    padding-top: calc(100% / 3 * 2);
    background-color: #f2f4f5;
    border: 1px dashed #e1e7eb;
    border-radius: 0.25rem; }
  .imageUploader .drop-zone .drop-zone-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .imageUploader .drop-zone .drop-zone-content button.ghost {
    color: #3f4a50;
    border: 1px solid #3f4a50;
    border-radius: 0.25rem;
    background-color: white;
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 0.5rem; }
  .imageUploader .drop-zone .drop-zone-content .description {
    font-size: 0.875rem;
    color: #929fa6;
    font-style: italic;
    text-align: center; }
  .imageUploader .gallery {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 30rem;
    width: 100%;
    height: 100%; }
  .imageUploader .gallery .image-preview.main {
    position: relative;
    width: 100%;
    padding-top: calc(100% / 3 * 2);
    border: 1px solid white;
    box-sizing: border-box;
    height: inherit; }
    .imageUploader .gallery .image-preview.main a.cover {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .35);
      color: white;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s;
      font-weight: bold;
      font-size: 1.125rem; }
    .imageUploader .gallery .image-preview.main a.cover:hover {
      opacity: 1; }
  .imageUploader .gallery .image-preview.square {
    position: relative;
    width: 100%;
    max-width: calc(100% / 4);
    padding-top: 25%;
    border: 1px solid white;
    box-sizing: border-box; }
  .imageUploader .gallery .image-preview progress {
    position: absolute;
    width: 100%;
    height: 0.5rem;
    /* Reset the default appearance */
    bottom: 0;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0; }
    .imageUploader .gallery .image-preview progress::-webkit-progress-value {
      appearance: none;
      background-color: #3f4a50;
      transition: all 1000ms; }
    .imageUploader .gallery .image-preview progress::-moz-progress-bar {
      appearance: none;
      background-color: #3f4a50;
      transition: all 1000ms; }
  .imageUploader .gallery .image-preview a.cross {
    display: flex;
    position: absolute;
    top: -0.125rem;
    right: -0.125rem;
    line-height: 0.75rem;
    font-size: 0.75rem;
    background-color: white;
    box-shadow: 0 0 0.25rem 0.125rem rgba(0, 0, 0, .5);
    color: red;
    width: 1rem;
    height: 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    .imageUploader .gallery .image-preview a.cross div {
      width: 0.5rem;
      height: 1px;
      background-color: red;
      transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 0.5px);
      left: calc(50% - .25rem); }
    .imageUploader .gallery .image-preview a.cross div:first-child {
      transform: rotate(-45deg); }
  .imageUploader .gallery .image-preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

#activeUser {
  display: flex;
  align-items: center;
  position: relative; }
  #activeUser > a {
    display: flex;
    align-items: center; }
  #activeUser > a .name {
    font-size: 1.25rem; }
  #activeUser > a .arrow {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    margin-left: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    top: -2px; }
  #activeUser > a:hover {
    color: inherit; }
  #activeUser .menu {
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.25s ease-in;
    -o-transition: -o-transform 0.25s ease-in;
    -ms-transition: -ms-transform 0.25s ease-in;
    transition: transform 0.25s ease-in;
    display: flex;
    position: absolute;
    background-color: #fff;
    top: 2.5rem;
    right: 0;
    z-index: 21;
    max-width: 9rem;
    max-width: initial; }
  #activeUser .menu .items {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 2px 2px rgba(0, 0, 0, 0.1); }
  #activeUser .menu .items a {
    background: #fff;
    display: block;
    padding: 0.5rem 1.5rem;
    min-width: 6rem;
    white-space: nowrap; }
    #activeUser .menu .items a:first-child {
      border-top-right-radius: 0.25rem;
      border-top-left-radius: 0.25rem;
      -webkit-border-top-right-radius: 0.25rem;
      -webkit-border-top-left-radius: 0.25rem;
      -moz-border-top-right-radius: 0.25rem;
      -moz-border-top-left-radius: 0.25rem; }
    #activeUser .menu .items a:last-child {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      -webkit-border-bottom-right-radius: 0.25rem;
      -webkit-border-bottom-left-radius: 0.25rem;
      -moz-border-bottom-right-radius: 0.25rem;
      -moz-border-bottom-left-radius: 0.25rem; }
    #activeUser .menu .items a:hover {
      background: #3f4a5022; }
  #activeUser.menu-visible .menu {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.25s ease-in;
    -o-transition: -o-transform 0.25s ease-in;
    -ms-transition: -ms-transform 0.25s ease-in;
    transition: transform 0.25s ease-in; }

#adminMenu {
  flex-shrink: 0;
  box-sizing: border-box; }
  #adminMenu .content {
    background-color: #fff;
    border: solid 1px #000; }
  #adminMenu .content .section {
    border-bottom: solid 1px #000; }
  #adminMenu .content .section:last-child {
    border-bottom: none; }
  #adminMenu .content .section a.section-head, #adminMenu .content .section .section-items a {
    box-sizing: border-box;
    display: block;
    padding: 0.5rem 1rem;
    width: 100%;
    color: #000; }
  #adminMenu .content .section a.section-head {
    background-color: #3f4a50;
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff; }
    #adminMenu .content .section a.section-head:hover {
      text-decoration: none;
      opacity: 0.75; }
    #adminMenu .content .section a.section-head:after {
      content: "";
      display: block;
      border: solid 0.125rem #fff;
      border-bottom: none;
      border-left: none;
      transform: rotate(45deg);
      margin-left: 0.5rem;
      width: 0.5rem;
      height: 0.5rem; }
  #adminMenu .content .section .section-items {
    display: none;
    flex-direction: column; }
    #adminMenu .content .section .section-items a {
      font-size: 0.75rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #adminMenu .content .section .section-items a:hover {
      text-decoration: none;
      background-color: #f1f1f1; }
    #adminMenu .content .section .section-items a .number {
      background-color: ;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.625rem;
      box-sizing: border-box;
      border-radius: 100%;
      padding: 0 0.25rem;
      min-width: 1.25rem;
      height: 1.25rem;
      color: #fff; }
  #adminMenu .content .section.open a.section-head {
    border-bottom: solid 1px #000; }
    #adminMenu .content .section.open a.section-head:after {
      transform: rotate(135deg); }
    #adminMenu .content .section.open .section-items {
      display: flex; }

#adminWrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem;
  width: 100%; }
  #adminWrapper #adminMenu, #adminWrapper #groupAdminMenu {
    width: 100%; }
  #adminWrapper #container {
    overflow: hidden;
    width: 100%; }
  #adminWrapper #container > .title {
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem; }
  #adminWrapper #container > .title h1 {
    margin-bottom: 0; }
  #adminWrapper #container > .content {
    overflow: auto; }
  @media (min-width: 40em) {
  #adminWrapper {
    flex-direction: row; }
    #adminWrapper #adminMenu, #adminWrapper #groupAdminMenu {
      margin-right: 1rem;
      max-width: 14rem; } }

.companies {
  display: flex;
  width: 100vw;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  .companies img {
    max-height: 4rem; }

#contactForm {
  width: 100%; }
  #contactForm .map {
    width: 100%;
    position: relative; }
  #contactForm .map .map-descriptions {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    color: #dd6123;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 1rem;
    background-color: white;
    border-radius: 0 0 1rem 1rem;
    font-weight: 700; }
  #contactForm .info {
    display: flex;
    padding: 1rem;
    justify-content: center;
    flex-wrap: wrap; }
  #contactForm .info .content {
    box-sizing: border-box;
    margin: auto 1rem;
    padding: 1rem;
    width: calc(100% - 2rem);
    max-width: 30rem; }
  #contactForm .info .content h2 {
    margin-bottom: 1rem; }
  #contactForm .info .content .row {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem; }
    #contactForm .info .content .row img.icon {
      margin-right: 0.5rem; }
    #contactForm .info .content .row a:hover {
      color: #dd6123; }
    #contactForm .info .content .row.tel-numbers {
      align-items: flex-start; }
    #contactForm .info .content .row.tel-numbers .tel {
      display: flex;
      flex-direction: column;
      line-height: 1.5; }
  #contactForm .info .map {
    width: auto; }
  #contactForm .info .map img {
    max-width: 40rem; }
    @media (max-width: 800px) {
      #contactForm .info .map img {
        max-width: inherit; } }
  #contactForm .form {
    background-color: #f1f1f1;
    box-sizing: border-box;
    padding: 1rem 2rem; }
  #contactForm .form form {
    margin: auto;
    width: 100%;
    max-width: 30rem; }
  #contactForm .form form h2, #contactForm .form form p {
    text-align: center; }
  #contactForm .form form .row {
    margin-bottom: 0.5rem;
    width: 100%; }
    #contactForm .form form .row label {
      margin-bottom: 0.25rem; }
    #contactForm .form form .row input[type="text"], #contactForm .form form .row textarea, #contactForm .form form .row select {
      border-radius: 0.25rem;
      border: solid 1px #d4d3d3;
      background-color: #fff;
      width: 100%; }
    #contactForm .form form .row textarea {
      min-height: 8rem; }
    #contactForm .form form .row select {
      min-height: 2.6rem; }
    #contactForm .form form .row input[name="submit"] {
      display: block;
      margin-top: 1rem;
      margin-left: auto; }
  #contactForm .form-title {
    margin-top: 2rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center; }
  #contactForm .form-title h2 {
    font-size: 2rem; }
  #contactForm .form-part {
    display: flex; }
  #contactForm .form-part .insert-default {
    gap: 1rem;
    width: 28%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  #contactForm .form-part .insert-default input {
    width: 100%;
    border-radius: 10rem; }
  #contactForm .form-part .insert-text {
    width: 44%;
    padding: 1rem; }
  #contactForm .form-part .insert-text textarea {
    width: 100%;
    height: 15rem; }
  #contactForm .form-part .info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 28%;
    padding: 1rem;
    color: #3f4a50; }
  #contactForm .form-part .info p {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.25rem; }
  #contactForm .form-part .info .row {
    display: flex;
    gap: 0.5rem;
    font-size: 1.2rem; }
    #contactForm .form-part .info .row img {
      color: #3f4a50; }
  #contactForm .agree-to-terms {
    display: flex;
    margin: 0 1rem 0 1rem;
    flex-direction: row; }
  #contactForm .agree-to-terms * {
    display: flex; }

.default-footer {
  background-color: #525d63; }
  .default-footer .default-footer-data {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap; }
  .default-footer .default-footer-data .half {
    width: 50%;
    padding: 1rem 2rem; }
  .default-footer .default-footer-data .left {
    display: flex;
    justify-content: flex-end; }
  .default-footer .default-footer-data .left .tel {
    display: flex;
    flex-direction: column; }
  .default-footer .default-footer-data .default-stuff {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    color: white; }
  .default-footer .default-footer-data .default-stuff a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem; }
    .default-footer .default-footer-data .default-stuff a:hover {
      color: #dd6123; }
  .default-footer .default-footer-data .default-stuff img {
    width: 10rem; }
  .default-footer .default-footer-data .footer-link-list .title {
    text-transform: uppercase;
    color: white;
    margin-bottom: 1.4rem;
    font-size: 1rem; }
  .default-footer .default-footer-data .footer-link-list .map {
    position: relative;
    background-image: url("/static/img/components/footer/cr.png");
    background-repeat: no-repeat;
    background-size: 14.18rem 8rem;
    background-position: left bottom;
    height: 8rem; }
    .default-footer .default-footer-data .footer-link-list .map .pin {
      position: absolute;
      width: 1.5rem;
      left: 8.75rem;
      top: 2.25rem; }
  .default-footer .default-footer-data .footer-link-list a {
    color: white;
    text-decoration: none;
    font-size: 0.7rem; }
  .default-footer .default-footer-data .footer-link-list .find-us-map {
    width: 20rem; }
  @media (max-width: 800px) {
  .default-footer .default-footer-data {
    flex-wrap: wrap;
    gap: 2.5rem; }
    .default-footer .default-footer-data .half {
      width: 100%;
      display: flex;
      justify-content: center; } }

.footer-extension {
  display: flex;
  background-color: #3f4a50;
  padding: 1rem 2rem; }
  .footer-extension .opening-hours {
    position: relative;
    border: 1px solid #dd6123;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 1.5rem 0;
    width: 100%;
    max-width: 35rem; }
  .footer-extension .opening-hours .line {
    content: "";
    margin: 1rem 0;
    width: 12rem;
    height: 0.1rem;
    background-color: #dd6123; }
  .footer-extension .opening-hours h3 {
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    color: white; }
  .footer-extension .opening-hours p {
    font-weight: 100;
    margin: 0;
    color: white; }
  @media (min-width: 30em) {
    .footer-extension .opening-hours {
      flex-direction: row;
      padding: 1.5rem; }
      .footer-extension .opening-hours .line {
        width: 0.1rem;
        height: 3rem; } }

.footerLog {
  background-color: #525d63;
  text-align: center; }

footer .footer-logo {
  display: flex;
  justify-content: end;
  position: absolute;
  bottom: 0;
  width: 100%; }
  footer .footer-logo img {
    width: 10rem;
    margin: 1rem; }

#header {
  background-color: #3f4a50;
  width: 100vw; }
  #header .content {
    height: 10rem;
    display: flex;
    justify-content: space-around;
    margin: auto;
    overflow: hidden;
    width: 100%;
    max-width: 80rem; }
  #header .content h2 {
    text-transform: uppercase; }
  #header .content .logo-container {
    height: 100%;
    display: flex;
    justify-content: center; }
  #header .content .logo-container .logo {
    height: 100%; }
  #header .content .links {
    display: flex;
    width: 60%;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    margin-right: 2rem;
    gap: 1rem; }
  #header .content .links a {
    color: white;
    text-decoration: none;
    text-transform: uppercase; }

#imageWallpaper {
  width: 100vw;
  height: 30vw;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  #imageWallpaper[data-site="keramika"] {
    background-image: url("/static/img/core/wallpaper-keramika.jpg"); }
  #imageWallpaper[data-site="omitky"] {
    background-image: url("/static/img/core/wallpaper-omitky.png");
    background-position: center; }
  #imageWallpaper[data-site="pujcovna"] {
    background-image: url("/static/img/core/wallpaper-pujcovna.jpg"); }
  #imageWallpaper[data-site="akce-a-slevy"] {
    background-image: url("/static/img/core/wallpaper-akce-a-slevy.jpg"); }
  #imageWallpaper img {
    width: 100%; }
  #imageWallpaper .overlay {
    position: absolute;
    left: -35%;
    top: -80%;
    width: 75%;
    height: 175%;
    rotate: 30deg;
    background-color: rgba(189, 189, 189, 0.7); }
  #imageWallpaper .text {
    position: absolute;
    left: 2.5%;
    top: 20%;
    width: 25%; }
  #imageWallpaper .text h1 {
    font-weight: 700;
    color: #fff; }
  #imageWallpaper .text p {
    font-size: 1.5rem;
    color: #fff; }

.line-holder {
  width: 100%;
  display: flex;
  justify-content: center; }
  .line-holder .line {
    width: 95%;
    background-color: #b2b2b2;
    height: 1px;
    content: " ";
    display: inline-block; }

.pagination {
  display: flex;
  justify-content: center; }
  .pagination .current {
    margin: 0 0.5rem;
    background-color: #3f4a50;
    color: white;
    padding: 0.5rem; }
  .pagination span {
    line-height: 1.75rem; }

.project {
  display: flex;
  flex-direction: row;
  padding: 1rem; }
  .project .number {
    flex-direction: column;
    display: flex; }
  .project .number .line {
    content: "";
    width: 100%;
    height: 0.1rem;
    background-color: #dd6123; }
  .project .number .main {
    height: 0.2rem; }
  .project .number h1 {
    font-size: 5rem;
    text-align: center;
    color: #dd6123;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    height: 7rem; }
  .project .number .period {
    margin-top: 0.25rem; }
  .project .number .period p {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1; }
  .project .info .other-info {
    display: flex;
    flex-direction: column;
    height: 7.3rem;
    justify-content: space-between; }
  .project .info .other-info .line {
    content: "";
    width: 100%;
    height: 0.1rem;
    background-color: #3f4a50; }
  .project .info .other-info .main {
    height: 0.2rem; }
  .project .info .other-info .text-line {
    display: flex;
    justify-content: space-between; }
    .project .info .other-info .text-line :last-child {
      color: #dd6123; }
    .project .info .other-info .text-line p {
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0;
      margin-block-start: 0;
      margin-block-end: 0;
      margin-inline-start: 0;
      margin-inline-end: 0; }
  .project .info .text-info {
    margin-top: 1rem; }

.project > div {
  padding: 1rem; }

* {
  box-sizing: border-box; }

.rating {
  width: 120px;
  height: 24px;
  position: relative;
  background-color: gray; }

.rating progress.rating-bg {
  -webkit-appearance: none;
  -moz-appearence: none;
  appearance: none;
  border: none;
  display: inline-block;
  height: 24px;
  width: 100%;
  color: orange; }

.rating progress.rating-bg::-webkit-progress-value {
  background-color: orange; }

.rating progress.rating-bg::-moz-progress-bar {
  background-color: orange; }

.rating svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sidebar {
  width: calc(25vw - 3rem);
  height: auto; }
  .sidebar .responzive-control {
    display: none; }
  .sidebar .responzive-control #specificationsOpen {
    border-radius: 0;
    width: 100%;
    font-weight: 700;
    font-size: 1.2rem; }
  .sidebar .responzive-control img {
    width: 2rem;
    height: 2rem; }
  @media screen and (max-width: 650px) {
    .sidebar .responzive-control {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0.5rem;
      flex-direction: column; } }
  .sidebar > #sidebarData {
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column; }
  .sidebar > #sidebarData .sidebar-group {
    position: relative; }
  .sidebar > #sidebarData .sidebar-group h2 {
    text-transform: uppercase;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .sidebar > #sidebarData .sidebar-group .sidebar-group-data {
    display: flex;
    flex-direction: column;
    position: relative; }
    .sidebar > #sidebarData .sidebar-group .sidebar-group-data a {
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 400; }
    .sidebar > #sidebarData .sidebar-group .sidebar-group-data .price-range {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .sidebar > #sidebarData .sidebar-group .sidebar-group-data .types .circle-color-select {
      height: 25px;
      width: 25px;
      background-color: #bbb;
      border-radius: 50%;
      border: 1px solid #b1b1b1;
      display: inline-block; }
  .sidebar > #sidebarData .sidebar-group .after-selector a:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    right: 0px;
    margin-left: 5px;
    border-radius: 5px;
    background-color: none;
    border: 1px solid #3f4a50; }
    @media screen and (max-width: 650px) {
        .sidebar > #sidebarData .sidebar-group .after-selector a:after {
          border-color: white;
          display: none; } }
    .sidebar > #sidebarData .sidebar-group .after-selector .selected:after {
      background-color: #3f4a50; }
  .sidebar > #sidebarData .sidebar-group .sidebar-group-data::after {
    content: "";
    border: 0.25px solid #a4a4a4;
    align-self: stretch;
    width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 1000px) {
      .sidebar > #sidebarData .sidebar-group .sidebar-group-data::after {
        display: none; } }
  @media screen and (max-width: 1000px) {
      .sidebar > #sidebarData .sidebar-group:not(:last-child)::after {
        content: "";
        align-self: stretch;
        height: 100%;
        position: absolute;
        width: 0.05rem;
        right: -1rem;
        top: 0;
        background-color: #3f4a50; } }
  @media screen and (max-width: 1000px) {
    .sidebar > #sidebarData {
      flex-direction: row;
      width: 100%;
      gap: 2rem;
      justify-content: center; } }
  @media screen and (max-width: 650px) {
    .sidebar > #sidebarData {
      display: none;
      background-color: #3f4a50;
      width: 98%;
      position: absolute;
      z-index: 1000;
      flex-wrap: wrap;
      left: 50%;
      transform: translate(-50%, 0);
      color: white;
      flex-direction: row;
      justify-content: flex-start;
      padding: 1rem; }
      .sidebar > #sidebarData .sidebar-group a {
        color: white; }
        .sidebar > #sidebarData .sidebar-group h2 {
          color: white; }
        .sidebar > #sidebarData .sidebar-group .price-wrap {
          color: white; }
          .sidebar > #sidebarData .sidebar-group .price-wrap input {
            color: white; }
          .sidebar > #sidebarData .sidebar-group .price-wrap .price-title {
            color: white; }
      .sidebar > #sidebarData .full-width.sidebar-group {
        width: 100%; }
        .sidebar > #sidebarData .full-width.sidebar-group a {
          position: relative; }
          .sidebar > #sidebarData .full-width.sidebar-group a:not(:last-child):after {
            content: "";
            align-self: stretch;
            height: 100%;
            position: absolute;
            width: 0.05rem;
            right: -1rem;
            top: 0;
            background-color: white;
            display: flex;
            border-radius: 0;
            padding: 0;
            border-color: transparent;
            border: none; }
        .sidebar > #sidebarData .full-width.sidebar-group .sidebar-group-data {
          display: flex;
          flex-direction: row;
          gap: 2rem; }
          .sidebar > #sidebarData .full-width.sidebar-group .sidebar-group-data .selected {
            font-weight: 900; }
            .sidebar > #sidebarData .full-width.sidebar-group .sidebar-group-data .selected :after {
              background-color: white; } }
  @media screen and (max-width: 1000px) {
  .sidebar {
    width: 100%; } }

a {
  color: #3f4a50; }

.simple-tiles {
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .simple-tiles .price-roller {
    display: flex;
    justify-content: center;
    margin-left: 2rem;
    margin-right: 2rem; }
  .simple-tiles .price-roller .price-roller-item {
    width: calc(100vw/6 - 2rem);
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    margin: 0.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-color: white;
    height: auto;
    font-size: 0.7rem;
    font-weight: bolder;
    text-align: center;
    -webkit-box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2); }
  .simple-tiles .price-roller .price-roller-item img {
    width: 100%; }
  .simple-tiles .price-roller .price-roller-item h5 {
    font-size: 0.8rem; }
  @media (max-width: 800px) {
    .simple-tiles .price-roller {
      flex-wrap: wrap; }
      .simple-tiles .price-roller .price-roller-item {
        width: 10rem;
        flex-grow: 1; } }

#uploadedImages {
  max-width: 30rem; }
  #uploadedImages .uploaded-image {
    position: relative; }
  #uploadedImages .uploaded-image .remove-button {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem; }

#message .message {
  -webkit-box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1500;
  top: 10%;
  left: 0;
  right: 0;
  width: 60rem;
  max-width: 100%;
  margin: auto;
  background-color: #fff;
  border: 1px solid #3f4a50;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  text-align: center; }
  #message .message .success {
    color: green; }
  #message .message .error {
    color: red; }
  #message .message .common {
    color: #444; }

#productGallery {
  max-width: 40rem; }
  #productGallery.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem; }
  #productGallery .preview {
    width: 100%;
    max-width: initial;
    padding-top: calc(100% / 3 * 2);
    margin-bottom: 2px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    flex-grow: 1; }
  #productGallery .preview img, #productGallery .preview .placeholder {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    object-position: center center;
    cursor: pointer;
    top: 0;
    position: absolute; }
  #productGallery .preview:hover {
    -webkit-box-shadow: 0 0 0 1px #3f4a50;
    -moz-box-shadow: 0 0 0 1px #3f4a50;
    box-shadow: 0 0 0 1px #3f4a50; }
  #productGallery .items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
  #productGallery .items .item {
    width: calc(100% / 3);
    padding-top: calc((100% / 9 * 2) - 1px);
    margin-right: 2px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; }
  #productGallery .items .item:last-child {
    margin-bottom: 0; }
  #productGallery .items .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    display: block;
    top: 0;
    cursor: pointer; }
  #productGallery .items .item:hover {
    -webkit-box-shadow: 0 0 0 1px #3f4a50;
    -moz-box-shadow: 0 0 0 1px #3f4a50;
    box-shadow: 0 0 0 1px #3f4a50; }
  #productGallery .data {
    display: none; }
  @media (min-width: 45rem) {
  #productGallery {
    flex-direction: row; }
    #productGallery .preview {
      width: calc((100% / 4 * 3) - 1px);
      padding-top: calc(((100% / 4 * 3) / 3 * 2) - 1px);
      margin-right: 2px; }

    #productGallery .items {
      flex-direction: column;
      width: calc((100% / 4) - 1px); }
      #productGallery .items .item {
        width: 100%;
        padding-top: calc((100% / 3 * 2) - 1px);
        margin-bottom: 2px; } }

.filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0; }
  .filter-price .price-field {
    position: relative;
    width: 100%;
    height: 2rem;
    box-sizing: border-box;
    background: #3f4a50;
    padding-top: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.2rem; }
  .filter-price .price-field input[type=range] {
    position: absolute;
    color: #dd6123; }
  .filter-price .price-field input[type=range] {
    width: calc(100% - 2rem);
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none; }
  .filter-price .price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; }
  .filter-price .price-field input[type=range]:active, .filter-price .price-field input[type=range]:focus {
    outline: 0; }
  .filter-price .price-field input[type=range]::-ms-track {
    width: calc(100% - 2rem);
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px; }
  .filter-price .price-field input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100; }
  .filter-price .price-field input[type=range]::-moz-range-thumb {
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100; }
  .filter-price .price-field input[type=range]::-ms-thumb {
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100; }
  .filter-price .price-field input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px; }
  .filter-price .price-field input[type=range]::-moz-range-track {
    width: calc(100% - 2rem);
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px; }
  .filter-price .price-field input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px; }
  .filter-price .price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s; }
  .filter-price .price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s; }
  .filter-price .price-wrap {
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 7px;
    color: #535c62;
    align-items: center; }
  .filter-price .price-wrap .price-title {
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-right: 5px;
    color: #3f4a50; }
  .filter-price .price-wrap .price-wrap-1, .filter-price .price-wrap .price-wrap-2 {
    display: flex; }
  .filter-price .price-wrap .price-wrap_line {
    margin: 0 10px; }
  .filter-price .price-wrap #one, .filter-price .price-wrap #two {
    width: 2rem;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #3f4a50;
    font-family: 'Karla', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400; }
  .filter-price .price-wrap label {
    text-align: right;
    align-items: center; }

.price-tiles {
  background-color: #f5f5f5;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .price-tiles .price-roller {
    display: flex;
    justify-content: center;
    margin-left: 2rem;
    margin-right: 2rem; }
  .price-tiles .price-roller .price-roller-item {
    width: calc(100vw/6 - 2rem);
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    margin: 0.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-color: white;
    height: auto;
    font-size: 0.7rem;
    font-weight: bolder;
    box-shadow: #3f4a50;
    -webkit-box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2); }
  .price-tiles .price-roller .price-roller-item img {
    width: 100%; }
  .price-tiles .price-roller .price-roller-item .price {
    right: 0.5rem;
    bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: bolder;
    display: flex;
    flex-flow: row-reverse;
    margin-top: 1rem; }
  .price-tiles .price-roller .price-roller-item h5 {
    font-size: 0.8rem; }
  @media (max-width: 800px) {
    .price-tiles .price-roller {
      flex-wrap: wrap; }
      .price-tiles .price-roller .price-roller-item {
        width: 10rem;
        flex-grow: 1; } }

.main-catalog {
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 2rem; }
  @media screen and (max-width: 1000px) {
  .main-catalog {
    flex-direction: column; } }

.tabs {
  margin: 0 2rem; }
  .tabs h3 {
    color: #3f4a50; }
  .tabs .section {
    margin-bottom: 2rem; }

#product-info {
  box-sizing: border-box;
  background-color: #d9dada;
  padding: 1.5rem;
  font-size: 0.8rem;
  width: 100%; }
  #product-info .product-info {
    display: flex;
    flex-direction: column; }
  #product-info .product-info a {
    color: #dd6123;
    text-decoration: underline; }
  #product-info .product-info a:hover {
    color: #3f4a50; }
  #product-info .product-info div {
    width: calc(100% - 1rem); }
  @media (min-width: 50em) {
    #product-info .product-info {
      flex-direction: row;
      justify-content: space-between; } }

#technical-info .product-technical-info {
  padding: 1rem; }
  #technical-info .product-technical-info a {
    color: #dd6123;
    text-decoration: underline; }
  #technical-info .product-technical-info a:hover {
    color: #3f4a50; }
  #technical-info .product-technical-info table tbody tr td + td {
    padding-left: 1rem; }

#technical-info > *:nth-child(odd) {
  background-color: #d9dada; }

#technical-info > *:nth-child(even) {
  background-color: #ebecec; }

.product-main-part {
  display: flex;
  flex-direction: column;
  margin: 0 2rem 2rem; }
  .product-main-part #product-images .control {
    opacity: 1;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    color: black; }
  .product-main-part #product-images #control-up {
    top: 0.5rem; }
  .product-main-part #product-images #control-down {
    bottom: 0.5rem; }
  .product-main-part .product-info {
    width: 100%; }
  .product-main-part .product-info .rating {
    display: flex;
    flex-direction: row;
    gap: 1rem; }
  .product-main-part .product-info .rating p {
    color: gray;
    font-size: 0.8rem;
    margin: 0; }
  .product-main-part .product-info h1 {
    font-weight: 700;
    font-size: 2rem; }
  .product-main-part .product-info p {
    color: gray;
    font-size: 0.95rem; }
  .product-main-part .product-info .other {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .product-main-part .product-info .other h2 {
    text-transform: capitalize; }
    .product-main-part .product-info .other h2.ownPrice {
      text-transform: none; }
  .product-main-part .product-info .other div {
    flex-direction: column; }
  .product-main-part .product-info .other .specifications {
    width: 40%;
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start; }
    .product-main-part .product-info .other .specifications .quantity {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .product-main-part .product-info .other .specifications .quantity div {
      display: flex;
      flex-direction: row; }
      .product-main-part .product-info .other .specifications .quantity div img {
        width: 0.5rem;
        margin: 0 0.5rem; }
    .product-main-part .product-info .other .specifications .quantity .circle {
      display: flex;
      text-align: center;
      height: 3.5rem;
      width: 3.5rem;
      background-color: #3f4a50;
      color: white;
      justify-content: center;
      align-content: center;
      align-items: center;
      border-radius: 3.5rem;
      font-size: 2rem;
      font-weight: 700; }
    .product-main-part .product-info .other .specifications .color {
      display: flex;
      align-items: center;
      margin-top: 1rem; }
    .product-main-part .product-info .other .specifications .color .types .circle-color-select {
      height: 25px;
      width: 25px;
      background-color: #bbb;
      border-radius: 50%;
      border: 1px solid #b1b1b1;
      display: inline-block; }
  .product-main-part .product-info .other .price {
    width: 60%;
    display: flex;
    align-items: center; }
    .product-main-part .product-info .other .price .support-info {
      display: flex;
      flex-direction: column;
      width: 90%; }
    .product-main-part .product-info .other .price .support-info div {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
  @media (min-width: 30em) {
  .product-main-part {
    flex-direction: row; }
    .product-main-part #product-images {
      margin-right: 2rem;
      max-width: 30rem;
      width: 100%; }

    .product-main-part .product-info {
      flex-grow: 1; } }

.productPath {
  padding: 2rem; }
  .productPath a:hover {
    color: #dd6123; }
  .productPath h1 {
    color: #3f4a50; }

.product-tile {
  border: 1px solid lightgray;
  gap: 0.2rem;
  width: 100%;
  height: 13rem;
  padding: 2%;
  overflow: hidden;
  position: relative; }
  .product-tile > a {
    height: 50%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center; }
  .product-tile > a img {
    width: 100%;
    height: fit-content; }
  .product-tile h5 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size : 0.8rem;
    margin-bottom: 0; }
  .product-tile p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.6rem;
    margin-bottom: 0; }
  .product-tile .action {
    position: absolute;
    bottom: 0.5rem; }
  .product-tile .action button {
    font-size: 0.6rem;
    border: 0.1px solid black;
    background-color: white;
    padding: 0.1rem;
    border-radius: 0;
    color: black;
    text-transform: none;
    line-height: 1rem; }

.product-tile:hover {
  border: 1px solid black; }

.products-part {
  margin-top: 1rem;
  margin-right: 1rem;
  width: 75vw; }
  .products-part .products-title {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.25rem;
    text-align: center;
    font-weight: bolder;
    flex-direction: column; }
  .products-part .nested-categories a {
    background-color: #3f4a50;
    padding: 5px;
    color: white;
    border-radius: 5px;
    margin-right: 0.25rem; }
  .products-part .products .products-sort-by {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem; }
  .products-part .products .products-sort-by a {
    margin: 0; }
    .products-part .products .products-sort-by a h2 {
      text-transform: uppercase;
      font-size: 0.9rem;
      margin: 0; }
  .products-part .products .products-sort-by *:not(:first-child) h2:before {
    content: "";
    border: 0.25px solid #a4a4a4;
    align-self: stretch;
    width: 100%;
    margin-right: 0.7rem; }
  .products-part .products .products-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;
    margin-top: 1rem; }
  .products-part .load-more {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    position: relative; }
  .products-part .load-more .btn-large {
    border: none;
    background-color: #3f4a50;
    color: white;
    width: 18rem;
    height: 3.5rem;
    border-radius: 0.25rem;
    font-size: 1.25rem;
    margin-left: auto;
    font-weight: bolder;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase; }
  .products-part .load-more .next-product-page {
    position: absolute;
    right: 0.5rem;
    bottom: 0;
    gap: 0.2rem;
    display: flex; }
  .products-part .load-more .next-product-page a {
    color: white;
    border: 0px solid white;
    background-color: #c5c6c6;
    width: 1.25rem;
    height: 1.5rem;
    border-radius: 0.1rem;
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
  .products-part .load-more .next-product-page .selected {
    background-color: #3f4a50;
    color: white; }
  @media screen and (max-width: 1000px) {
  .products-part {
    width: 100%;
    padding: 1rem; } }

.sort-up:after {
  content: "↑";
  align-self: stretch;
  width: 100%;
  margin-left: 0.5rem;
  margin-bottom: 0.2rem; }

.sort-down:after {
  content: "↓";
  align-self: stretch;
  width: 100%;
  margin-left: 0.5rem;
  margin-bottom: 0.2rem; }

.products-list {
  display: flex;
  flex-wrap: wrap; }
  .products-list a.product {
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    display: flex;
    flex-direction: column;
    margin: 1rem;
    width: calc(100% / 4 - 2rem);
    min-width: 10rem;
    min-height: 15rem; }
  .products-list a.product:hover {
    color: #dd6123; }
  .products-list a.product:hover .image {
    background-color: #525d63; }
  .products-list a.product .image {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    width: 100%;
    height: 75%; }
  .products-list a.product .image img {
    background-color: #fff;
    border: solid #fff 0.25rem;
    max-width: 80%;
    max-height: 8rem; }
  .products-list a.product .description {
    font-size: 0.825rem;
    padding: 0.5rem; }

#signpost {
  position: relative;
  display: none;
  margin: auto;
  margin-bottom: 2rem; }
  #signpost img {
    max-width: 65rem; }
  #signpost .left {
    top: 4rem;
    left: 4rem;
    position: absolute;
    color: #dd6123;
    max-width: 45%; }
  #signpost .left h2 {
    margin: 0;
    font-size: 1.25rem;
    color: #dd6123; }
  #signpost .left h1 {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem; }
  #signpost .left .description {
    position: relative; }
  #signpost .left .description span, #signpost .left .description p {
    color: #3f4a50;
    text-transform: uppercase;
    font-size: 0.825rem; }
  #signpost .left .contact {
    display: flex;
    flex-direction: row;
    color: #3f4a50;
    margin-top: 2rem; }
  #signpost .left .contact .info {
    width: 80%; }
    #signpost .left .contact .info p {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 0.5rem; }
    #signpost .left .contact .info .row {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.825rem; }
    #signpost .left .contact .info .row img {
      max-width: 0.825rem; }
    #signpost .left .contact .info .row a:hover {
      color: #dd6123; }
  #signpost .left .contact .mail-icon {
    width: 20%;
    position: relative; }
    #signpost .left .contact .mail-icon a {
      position: absolute;
      bottom: 0;
      right: 0; }
    #signpost .left .contact .mail-icon a img {
      max-width: 3rem; }
  #signpost .right {
    top: 4rem;
    right: 20%;
    position: absolute;
    color: #dd6123; }
  #signpost .right h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3rem; }
  #signpost .right p {
    color: #dd6123;
    line-height: 2; }
  @media only screen and (min-width: 60em) {
  #signpost {
    display: block; } }

.sites-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto 7rem;
  max-width: 85rem;
  width: 100%;
  z-index: 2; }
  .sites-list .site {
    position: relative;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border: #e4e4e4 3px solid;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    width: 20%;
    min-width: 15rem;
    height: 18rem;
    overflow: hidden; }
  .sites-list .site.keramika {
    background-image: url("/static/img/pages/home/keramika/image.png"); }
  .sites-list .site.keramika .bottom {
    background-image: url("/static/img/pages/home/keramika/tile.png");
    background-position: 100% 50%; }
  .sites-list .site.omitky {
    background-image: url("/static/img/pages/home/omitky/image.png"); }
  .sites-list .site.omitky .bottom {
    background-image: url("/static/img/pages/home/omitky/tile.png");
    background-position: 100% 50%; }
  .sites-list .site.pujcovna {
    background-image: url("/static/img/pages/home/pujcovna/image.png"); }
  .sites-list .site.pujcovna .bottom {
    background-image: url("/static/img/pages/home/pujcovna/tile.png");
    background-position: 100% 80%; }
  .sites-list .site.akce-a-slevy {
    background-image: url("/static/img/pages/home/akce-a-slevy/image.png");
    background-position: 40%; }
  .sites-list .site.akce-a-slevy .bottom {
    background-image: url("/static/img/pages/home/akce-a-slevy/tile.png");
    background-position: 100% 50%; }
  .sites-list .site .top {
    text-align: right;
    flex-grow: 1;
    width: 100%; }
  .sites-list .site .top img {
    width: 5rem;
    padding: 0.5rem; }
  .sites-list .site .icon {
    width: 4rem;
    height: 4rem; }
  .sites-list .site > span {
    color: white;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0.5rem 0;
    max-width: 65%;
    text-shadow: 0.1rem 0.1rem 0 #3f4a50; }
  .sites-list .site .arrows {
    width: 2.5rem;
    height: 2.5rem; }
  .sites-list .site .bottom {
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 4rem; }
  .sites-list .site .bottom span {
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    width: 100%;
    color: #fff; }

#forgottenPassword .confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 2rem auto;
  padding: 0 1rem; }
  #forgottenPassword .confirmation .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem; }
  #forgottenPassword .confirmation .announcement {
    flex-shrink: 1;
    text-align: left;
    font-size: 1rem;
    font-weight: 200; }

#loginComponent h1 {
  text-align: center;
  margin-bottom: 1rem; }
  #loginComponent form {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center; }
  #loginComponent form .row {
    margin-bottom: 1rem; }
  #loginComponent form .row input[type='text'], #loginComponent form .row input[type='password'], #loginComponent form .row input[type='email'] {
    width: 15rem; }
  #loginComponent .switch-process {
    text-align: center; }

#userRegistrationDone {
  margin: auto; }
  #userRegistrationDone .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 2rem; }
  #userRegistrationDone .title .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem; }
  #userRegistrationDone .title .label {
    flex-shrink: 0;
    font-size: 1.25rem; }
  #userRegistrationDone .announcement {
    text-align: center;
    font-size: 1rem; }

#userWhisperer input[name="productSearch"], #userWhisperer input[name="userSearch"] {
  margin-bottom: 0;
  width: 100%; }
  #userWhisperer .list {
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #d3d5d3;
    border-top: none;
    width: 100%; }
  #userWhisperer .list a {
    font-size: 0.9rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 1.75rem;
    padding: 0 0.5rem; }
  #userWhisperer .list a:hover, #userWhisperer .list a.selected {
    background-color: #3f4a50;
    color: #fff; }
  #userWhisperer .list .separator {
    content: "";
    background-color: #d3d5d3;
    margin: auto;
    width: calc(100% - 1rem);
    height: 1px; }
  #userWhisperer .list .separator:last-child {
    display: none; }
  #userWhisperer input[name="productSearch"]:focus + .list, #userWhisperer input[name="userSearch"]:focus + .list {
    display: flex; }

#adminProductGallery form .show-type {
  align-items: center; }
  #adminProductGallery form .show-type select {
    margin-left: 0.25rem; }
  #adminProductGallery form .title {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left; }
  #adminProductGallery form progress {
    margin-bottom: 0.5rem;
    /* Reset the default appearance */
    width: 8rem;
    -webkit-appearance: none;
    appearance: none;
    height: 0.5rem; }
  #adminProductGallery form progress::-webkit-progress-bar {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    overflow: hidden; }
  #adminProductGallery form progress::-webkit-progress-value {
    background-color: #3f4a50; }
  #adminProductGallery form .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: max-content; }
  #adminProductGallery form .items label {
    display: flex;
    padding: 1rem;
    border: 1px solid #3f4a50;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
    position: relative; }
    #adminProductGallery form .items label.placeholder {
      width: 11rem;
      padding: 0;
      border: none;
      height: 0;
      margin: 0 0.5rem; }
    #adminProductGallery form .items label .label {
      display: flex;
      align-items: center; }
    #adminProductGallery form .items label .label input {
      margin-right: 0.5rem; }
    #adminProductGallery form .items label img {
      width: 9rem;
      height: 6rem;
      margin-bottom: 0.5rem;
      object-fit: cover;
      object-position: center center; }
    #adminProductGallery form .items label .claim {
      background-color: #3f4a50;
      color: white;
      padding: 0.25rem;
      font-size: 0.75rem;
      position: absolute;
      top: 0;
      left: 0; }
  #adminProductGallery form .drop-zone {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 1px #d1d1d1;
    padding: 0.25rem;
    width: calc(100% - .5rem - 2px);
    max-width: 20rem;
    min-height: 4rem;
    margin-bottom: 1rem; }
  #adminProductGallery form .drop-zone input[type="file"] {
    display: none; }
  #adminProductGallery form .drop-zone input[name="image"] {
    display: none; }
  #adminProductGallery form .drop-zone div {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #d1d1d1; }
    #adminProductGallery form .drop-zone div a:hover {
      text-decoration: underline; }

#productsSearch {
  padding: 0 1rem;
  width: 100%;
  display: flex;
  align-items: center; }
  #productsSearch input[name="search"] {
    margin: 0 0.5rem 0 auto;
    padding: 1rem 0.5rem; }

#mAdminAddBrand form {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

#mAdminAddParameter form {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

#mAdminAddTopLevelCategory form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #mAdminAddTopLevelCategory form .row {
    width: 40%; }
  #mAdminAddTopLevelCategory form .row input, #mAdminAddTopLevelCategory form .row select {
    width: 100%; }
  #mAdminAddTopLevelCategory form .row.buttons {
    display: flex;
    justify-content: center; }
    #mAdminAddTopLevelCategory form .row.buttons input {
      width: auto; }

#mAdminAddUserRole h2 {
  margin-bottom: 1rem; }
  #mAdminAddUserRole form {
    max-width: 21rem; }
  #mAdminAddUserRole form .row {
    width: 100%;
    margin-bottom: 1rem; }
  #mAdminAddUserRole form .row label {
    margin-bottom: 0.25rem; }
  #mAdminAddUserRole form .row input, #mAdminAddUserRole form .row select {
    box-sizing: border-box; }
  #mAdminAddUserRole form .row input {
    box-sizing: border-box;
    margin-bottom: 0; }
    #mAdminAddUserRole form .row input[type="text"] {
      width: 100%; }
  #mAdminAddUserRole form .row select {
    width: 100%; }
  #mAdminAddUserRole form .row.buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    #mAdminAddUserRole form .row.buttons input[name="save"] {
      margin-right: 1rem; }

#mAdminCategory h2 {
  margin-bottom: 1rem; }
  #mAdminCategory form {
    margin: auto;
    width: 100%;
    max-width: 30rem; }
  #mAdminCategory form .row {
    width: 100%; }
  #mAdminCategory form .row label {
    margin-bottom: 0.5rem; }
  #mAdminCategory form .row input[type="text"], #mAdminCategory form .row textarea {
    width: 100%; }

#mAdminProduct form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #mAdminProduct form .holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
  #mAdminProduct form .holder .parameters {
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
    #mAdminProduct form .holder .parameters input {
      margin-left: 0.5rem; }
  #mAdminProduct form .holder .section {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding: 0 0.5rem; }
    #mAdminProduct form .holder .section .row input, #mAdminProduct form .holder .section .row select {
      width: 100%; }

#mAdminSendNewEmail h2 {
  margin-bottom: 0.5rem; }
  #mAdminSendNewEmail h3 {
    margin-bottom: 0.5rem;
    margin-top: 1rem; }
  #mAdminSendNewEmail h4 {
    margin-bottom: 0.25rem;
    margin-top: 1rem;
    font-weight: bold; }
  #mAdminSendNewEmail select {
    width: 30rem;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 0.5rem; }
  #mAdminSendNewEmail label {
    display: flex;
    flex-direction: column; }
  #mAdminSendNewEmail label .label {
    font-weight: bold; }
  #mAdminSendNewEmail label .label:first-letter {
    text-transform: uppercase; }
  #mAdminSendNewEmail label input {
    width: 30rem;
    box-sizing: border-box;
    max-width: 100%; }
  #mAdminSendNewEmail .subject, #mAdminSendNewEmail .recipient {
    margin-bottom: 0.5rem;
    width: 30rem;
    max-width: 100%;
    border: none; }
  #mAdminSendNewEmail .subject:hover, #mAdminSendNewEmail .recipient:hover {
    border: none; }
  #mAdminSendNewEmail .body {
    margin-bottom: 1rem; }
  #mAdminSendNewEmail .buttons {
    display: flex;
    justify-content: space-between;
    width: 30rem; }
  #mAdminSendNewEmail .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto; }
  #mAdminSendNewEmail .title .checkmark {
    flex-shrink: 0;
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-right: 20px;
    width: 50px;
    height: 50px; }
  #mAdminSendNewEmail .title .label {
    flex-shrink: 0;
    font-size: 20px; }

@media screen and (min-width: 50em) {
      #mEmailQueueItem .modalWrapper {
        padding-bottom: 2rem;
        width: 50rem; } }
  #mEmailQueueItem .modalWrapper .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center; }
  #mEmailQueueItem .modalWrapper .container h2 {
    margin-bottom: 1rem; }
  #mEmailQueueItem .modalWrapper .container .buttons {
    margin-top: 1rem; }

#mFbAccountsLinking .modalWrapper, #mFbRegister .modalWrapper {
  max-width: 40rem;
  text-align: center; }
  #mFbAccountsLinking .modalWrapper .container .content form, #mFbRegister .modalWrapper .container .content form {
    max-width: 35rem; }
    #mFbAccountsLinking .modalWrapper .container .content form .claim, #mFbRegister .modalWrapper .container .content form .claim {
      text-align: left; }
    #mFbAccountsLinking .modalWrapper .container .content form .user-info, #mFbRegister .modalWrapper .container .content form .user-info {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      margin: 0 1rem 1rem; }
      #mFbAccountsLinking .modalWrapper .container .content form .user-info img.avatar, #mFbRegister .modalWrapper .container .content form .user-info img.avatar {
        border-radius: 3rem;
        -webkit-border-radius: 3rem;
        -moz-border-radius: 3rem;
        margin: 0 0 1rem;
        width: 6rem;
        height: 6rem; }
      #mFbAccountsLinking .modalWrapper .container .content form .user-info .rows .row, #mFbRegister .modalWrapper .container .content form .user-info .rows .row {
        text-align: center;
        margin-bottom: 0.25rem;
        width: 100%; }
        #mFbAccountsLinking .modalWrapper .container .content form .user-info .rows .row.name, #mFbRegister .modalWrapper .container .content form .user-info .rows .row.name {
          font-size: 1.5rem; }
      @media only screen and (min-width: 30em) {
        #mFbAccountsLinking .modalWrapper .container .content form .user-info, #mFbRegister .modalWrapper .container .content form .user-info {
          flex-direction: row;
          align-items: center; }
          #mFbAccountsLinking .modalWrapper .container .content form .user-info img.avatar, #mFbRegister .modalWrapper .container .content form .user-info img.avatar {
            margin: 0 1rem 0 0; }
          #mFbAccountsLinking .modalWrapper .container .content form .user-info .rows .row, #mFbRegister .modalWrapper .container .content form .user-info .rows .row {
            text-align: left; } }
    #mFbAccountsLinking .modalWrapper .container .content form .advanced, #mFbRegister .modalWrapper .container .content form .advanced {
      text-align: left; }
      #mFbAccountsLinking .modalWrapper .container .content form .advanced .row .label, #mFbRegister .modalWrapper .container .content form .advanced .row .label {
        margin-bottom: 0.25rem;
        padding-left: 0.5rem;
        font-weight: bold; }
      #mFbAccountsLinking .modalWrapper .container .content form .advanced .row input, #mFbRegister .modalWrapper .container .content form .advanced .row input {
        width: 12rem; }
    #mFbAccountsLinking .modalWrapper .container .content form .agreement, #mFbRegister .modalWrapper .container .content form .agreement {
      margin-bottom: 1rem; }

#mFbAskForUserPosts .modalWrapper {
  max-width: 40rem; }
  #mFbAskForUserPosts .modalWrapper .container .content form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    padding: 0 2rem; }
    #mFbAskForUserPosts .modalWrapper .container .content form .row {
      display: flex;
      flex-direction: column;
      text-align: center; }
      #mFbAskForUserPosts .modalWrapper .container .content form .row.error-message {
        margin-top: 0.5rem;
        color: #ff181e; }

#mFbAskForUserPostsDone .modalWrapper {
  max-width: 35rem; }
  #mFbAskForUserPostsDone .modalWrapper .container .content form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    padding: 0 2rem; }
    #mFbAskForUserPostsDone .modalWrapper .container .content form img.checkmark {
      margin-bottom: 1rem;
      width: 3rem;
      height: 3rem; }
    #mFbAskForUserPostsDone .modalWrapper .container .content form .row {
      display: flex;
      flex-direction: column;
      text-align: center; }
      #mFbAskForUserPostsDone .modalWrapper .container .content form .row.error-message {
        margin-top: 0.5rem;
        color: #ff181e; }
      #mFbAskForUserPostsDone .modalWrapper .container .content form .row input[name="ok"] {
        min-width: 10rem; }

#mProductGallery {
  background-color: rgba(0, 0, 0, .8); }
  #mProductGallery .modalWrapper {
    width: auto; }
  #mProductGallery .modalWrapper .container {
    position: inherit; }
  #mProductGallery .modalWrapper .container .closer:before, #mProductGallery .modalWrapper .container .closer:after {
    background-color: #fff; }
  #mProductGallery .modalWrapper .container .content {
    background-color: white;
    border: none;
    position: relative;
    left: 0; }
    #mProductGallery .modalWrapper .container .content img {
      max-height: calc(100vh - 4rem); }
    #mProductGallery .modalWrapper .container .content a {
      position: absolute;
      display: flex;
      align-items: center;
      width: 25%;
      top: 20%;
      bottom: 20%; }
    #mProductGallery .modalWrapper .container .content a:hover .icon {
      display: block; }
    #mProductGallery .modalWrapper .container .content a .icon {
      background-image: url("/static/img/icons/left-right.png");
      background-repeat: no-repeat;
      background-size: 2.5rem 4rem;
      display: block;
      width: 1.25rem;
      height: 2rem; }
      @media screen and (min-width: 50rem) {
        #mProductGallery .modalWrapper .container .content a .icon {
          display: none; } }
    #mProductGallery .modalWrapper .container .content a.previous {
      justify-content: flex-start;
      left: 1rem; }
      #mProductGallery .modalWrapper .container .content a.previous .icon {
        background-position: 0 0;
        margin-left: 1rem; }
    #mProductGallery .modalWrapper .container .content a.next {
      justify-content: flex-end;
      right: 1rem; }
      #mProductGallery .modalWrapper .container .content a.next .icon {
        background-position: -1.25rem 0;
        margin-right: 1rem; }
    #mProductGallery .modalWrapper .container .content .alt {
      text-align: center;
      padding: 0.5rem;
      color: white; }

.modal {
  display: flex;
  justify-content: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: calc(100% - 1rem);
  color: #333;
  z-index: 41;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0; }
  .modal .modalWrapper {
    width: 100%;
    max-width: 60rem;
    max-height: calc(100vh - 2rem);
    color: #333; }
  .modal .modalWrapper * {
    flex-shrink: 0; }
  .modal .modalWrapper .container {
    position: relative;
    width: calc(100% - 2rem);
    margin-top: 1rem;
    height: 100%; }
  .modal .modalWrapper .container .content {
    background: #fff;
    border: solid 1px #a9a9a9;
    width: 100%;
    padding: 2rem 1rem 1rem;
    box-sizing: border-box;
    text-align: center; }
    .modal .modalWrapper .container .content .title {
      font-size: 2rem;
      margin: 0.5rem auto 1rem; }
    .modal .modalWrapper .container .content .logo {
      margin: 2.5rem 0 2rem;
      width: 152px;
      height: 20px; }
    .modal .modalWrapper .container .content form {
      margin-bottom: 1rem;
      width: 100%; }
    .modal .modalWrapper .container .content form .row {
      margin-bottom: 1rem; }
      .modal .modalWrapper .container .content form .row input[type='submit'], .modal .modalWrapper .container .content form .row button {
        margin: auto; }
    .modal .modalWrapper .container .content form .error-message {
      text-align: center;
      font-size: 1rem;
      padding: 1rem 2rem;
      width: 100%;
      box-sizing: border-box;
      color: #f00; }
  .modal .modalWrapper .container .closer {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    width: 28px;
    height: 28px;
    min-width: 0rem;
    right: 0.5rem;
    top: 0.5rem; }
    .modal .modalWrapper .container .closer:before, .modal .modalWrapper .container .closer:after {
      position: absolute;
      background-color: #000;
      top: 0;
      left: 10px;
      content: " ";
      height: 29px;
      width: 5px; }
    .modal .modalWrapper .container .closer:before {
      transform: rotate(45deg); }
    .modal .modalWrapper .container .closer:after {
      transform: rotate(-45deg); }
    .modal .modalWrapper .container .closer:hover {
      opacity: 0.7;
      cursor: pointer; }
  .modal .modalWrapper .modal-margin {
    padding-bottom: 1rem; }
  @media (min-width: 30rem) {
  .modal {
    padding-top: 1rem; }
    .modal .modalWrapper {
      margin-top: 1rem;
      width: calc(100vw - 2rem); } }

#adminEmailTemplate #adminWrapper form .row {
  margin-bottom: 0.5rem; }
  #adminEmailTemplate #adminWrapper form .row label {
    margin-bottom: 0.5rem; }
  #adminEmailTemplate #adminWrapper form .row.emailSubject #emailSubject {
    border: solid 1px #000;
    min-height: 1rem;
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box; }
  #adminEmailTemplate #adminWrapper form .row.emailBody .email-wrapper {
    background-color: #fff;
    font-size: 14px;
    font-weight: 200;
    border: solid 1px #000;
    margin: auto;
    padding: 30px 3rem;
    width: 400px;
    color: #000; }
    #adminEmailTemplate #adminWrapper form .row.emailBody .email-wrapper p {
      margin-bottom: 0; }
    #adminEmailTemplate #adminWrapper form .row.emailBody .email-wrapper #emailBody {
      min-height: 1rem;
      border-radius: 0.5rem;
      padding: 0.5rem;
      margin: 0 -0.5rem; }
    #adminEmailTemplate #adminWrapper form .row.emailBody .email-wrapper #emailBody .block-placeholder {
      text-align: center; }
  #adminEmailTemplate #adminWrapper form .row.recipients .recipients-label {
    color: #d4d3d3; }
  #adminEmailTemplate #adminWrapper form .row.recipients textarea {
    width: 20rem;
    min-height: 10rem; }
  #adminEmailTemplate #adminWrapper form .row.state {
    height: 2rem; }
  #adminEmailTemplate #adminWrapper form .row.state .message {
    text-align: center; }
    #adminEmailTemplate #adminWrapper form .row.state .message.error {
      color: #ec1515; }
    #adminEmailTemplate #adminWrapper form .row.state .message.completed {
      color: #38ae0e; }
  #adminEmailTemplate #adminWrapper form .row.state .sending {
    height: 2rem;
    background-image: url("/static/img/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem 1.25rem;
    margin-bottom: 1rem; }
  #adminEmailTemplate #adminWrapper form .row.buttons {
    display: flex;
    align-items: center;
    justify-content: center; }
  #adminEmailTemplate #adminWrapper form .row.buttons input:first-child {
    margin-right: 0.25rem; }

#adminEditProduct .container {
  overflow: hidden; }
  #adminEditProduct form {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  #adminEditProduct form .holder {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%; }
  #adminEditProduct form .holder .row {
    display: flex;
    width: 100%;
    align-items: center; }
  #adminEditProduct form .holder .row textarea {
    width: 100%;
    height: auto;
    margin-bottom: 0; }
  #adminEditProduct form .holder .row label {
    min-width: 10rem;
    font-style: italic; }
  #adminEditProduct form .holder .row .info {
    border: #ccc 2px solid;
    border-radius: 1rem;
    padding: 0.5rem;
    width: 100%;
    min-height: 4rem; }
  #adminEditProduct form .holder .row .categories .category {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem; }
    #adminEditProduct form .holder .row .categories .category input {
      padding: 0 0.5rem;
      margin-left: 0.5rem; }
  #adminEditProduct form .holder .parameters {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
  #adminEditProduct form .holder .parameters input {
    margin-left: 0.5rem; }
  #adminEditProduct form .holder .section {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0 0.5rem; }
  #adminEditProduct form .holder .section .input-row {
    display: flex;
    align-items: center; }
  #adminEditProduct form .holder .imageUploading {
    display: flex;
    min-width: 15rem; }
  #adminEditProduct form .holder #adminProductParameters .input-row {
    display: flex;
    align-items: center; }
  #adminEditProduct form .buttons {
    width: 100%;
    text-align: center; }

#adminEditUser #adminWrapper #container > .content {
  padding: 1rem; }
  #adminEditUser #adminWrapper #container > .content input {
    margin-bottom: 0;
    width: 15rem; }
  #adminEditUser #adminWrapper #container > .content .user-item {
    display: flex;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center; }
  #adminEditUser #adminWrapper #container > .content .user-item .item-title {
    margin-right: 1rem;
    min-width: 5rem;
    font-style: italic; }
  #adminEditUser #adminWrapper #container > .content .user-item .item-value {
    font-weight: bold; }
  #adminEditUser #adminWrapper #container > .content .user-item.email .item-value {
    margin-right: 0.5rem; }
  #adminEditUser #adminWrapper #container > .content .user-header {
    border-bottom: 1px solid #d4d3d3; }
  #adminEditUser #adminWrapper #container > .content .user-data {
    padding-top: 1rem; }

.admin .footerLog {
  width: 100%;
  position: fixed;
  bottom: 0; }

#apiAuth h1 {
  text-align: center; }
  #apiAuth form {
    text-align: center; }
  #apiAuth form label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.25rem; }
  #apiAuth form label input[type="text"] {
    width: 20rem; }
  #apiAuth form input[type="submit"] {
    margin: auto; }

#apiDoc {
  margin: auto;
  padding: 1rem;
  max-width: 90rem; }
  #apiDoc h1 {
    color: black;
    text-align: center; }
  #apiDoc h3 {
    font-weight: bold; }
  #apiDoc .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem; }
  #apiDoc .group a.group-header {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #888;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    color: black; }
  #apiDoc .group a.group-header .title {
    font-size: 1.25rem;
    font-weight: bold; }
  #apiDoc .group a.group-header .arrow {
    position: relative;
    border: solid 2px #000;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    width: 0.75rem;
    height: 0.75rem;
    top: -0.25rem; }
  #apiDoc .group a.group-header:hover {
    background-color: rgba(136, 136, 136, .1); }
  #apiDoc .group a.group-header.closed .arrow {
    transform: rotate(-45deg); }
  #apiDoc .group .group-body .item {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border: solid 1px #d4d3d3;
    margin-bottom: 1rem;
    background-color: #d4d3d319; }
  #apiDoc .group .group-body .item.GET {
    border-color: #65b1fb;
    background-color: #65b1fb19; }
  #apiDoc .group .group-body .item.GET .left .label {
    background-color: #65b1fb; }
  #apiDoc .group .group-body .item.GET .body {
    border-color: #65b1fb; }
  #apiDoc .group .group-body .item.GET input[type="submit"], #apiDoc .group .group-body .item.GET button {
    background-color: #65b1fb; }
  #apiDoc .group .group-body .item.POST {
    border-color: #50cb92;
    background-color: #50cb9219; }
  #apiDoc .group .group-body .item.POST .left .label {
    background-color: #50cb92; }
  #apiDoc .group .group-body .item.POST .body {
    border-color: #50cb92; }
  #apiDoc .group .group-body .item.POST input[type="submit"], #apiDoc .group .group-body .item.POST button {
    background-color: #50cb92; }
  #apiDoc .group .group-body .item.PUT {
    border-color: #faa03f;
    background-color: #faa03f19; }
  #apiDoc .group .group-body .item.PUT .left .label {
    background-color: #faa03f; }
  #apiDoc .group .group-body .item.PUT .body {
    border-color: #faa03f; }
  #apiDoc .group .group-body .item.PUT input[type="submit"], #apiDoc .group .group-body .item.PUT button {
    background-color: #faa03f; }
  #apiDoc .group .group-body .item.PATCH {
    border-color: #58e2c2;
    background-color: #58e2c219; }
  #apiDoc .group .group-body .item.PATCH .left .label {
    background-color: #58e2c2; }
  #apiDoc .group .group-body .item.PATCH .body {
    border-color: #58e2c2; }
  #apiDoc .group .group-body .item.PATCH input[type="submit"], #apiDoc .group .group-body .item.PATCH button {
    background-color: #58e2c2; }
  #apiDoc .group .group-body .item.DELETE {
    border-color: #f64044;
    background-color: #f6404419; }
  #apiDoc .group .group-body .item.DELETE .left .label {
    background-color: #f64044; }
  #apiDoc .group .group-body .item.DELETE .body {
    border-color: #f64044; }
  #apiDoc .group .group-body .item.DELETE input[type="submit"], #apiDoc .group .group-body .item.DELETE button {
    background-color: #f64044; }
  #apiDoc .group .group-body .item.HEAD {
    border-color: #8f2bfa;
    background-color: #8f2bfa19; }
  #apiDoc .group .group-body .item.HEAD .left .label {
    background-color: #8f2bfa; }
  #apiDoc .group .group-body .item.HEAD .body {
    border-color: #8f2bfa; }
  #apiDoc .group .group-body .item.HEAD input[type="submit"], #apiDoc .group .group-body .item.HEAD button {
    background-color: #8f2bfa; }
  #apiDoc .group .group-body .item.OPTIONS {
    border-color: #155ca5;
    background-color: #155ca519; }
  #apiDoc .group .group-body .item.OPTIONS .left .label {
    background-color: #155ca5; }
  #apiDoc .group .group-body .item.OPTIONS .body {
    border-color: #155ca5; }
  #apiDoc .group .group-body .item.OPTIONS input[type="submit"], #apiDoc .group .group-body .item.OPTIONS button {
    background-color: #155ca5; }
  #apiDoc .group .group-body .item a.head {
    text-decoration: none;
    color: black;
    box-sizing: border-box;
    padding: 0.25rem;
    display: flex;
    align-items: center; }
  #apiDoc .group .group-body .item a.head .left {
    margin-right: 1rem; }
    #apiDoc .group .group-body .item a.head .left .label {
      border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.9rem;
      color: #fff;
      min-width: 5rem;
      height: 1.75rem;
      font-weight: bold; }
  #apiDoc .group .group-body .item a.head .right {
    display: flex;
    align-items: flex-end; }
    #apiDoc .group .group-body .item a.head .right .path {
      font-weight: bold;
      margin-right: 1rem; }
    #apiDoc .group .group-body .item a.head .right .title {
      font-size: 0.9rem; }
  #apiDoc .group .group-body .item .body {
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.5rem;
    border-top: 1px solid #d4d3d3;
    display: none;
    width: 100%; }
  #apiDoc .group .group-body .item .body.active {
    display: flex; }
  #apiDoc .group .group-body .item .body > .description {
    color: #888;
    font-style: italic;
    margin-bottom: 1.5rem; }
  #apiDoc .group .group-body .item .body .method {
    margin-bottom: 1.5rem; }
    #apiDoc .group .group-body .item .body .method .row {
      display: flex;
      align-items: baseline;
      margin-bottom: 0.5rem; }
    #apiDoc .group .group-body .item .body .method .row .description {
      margin-bottom: 0; }
      #apiDoc .group .group-body .item .body .method .row .description:after {
        content: ":";
        margin-right: 0.5rem; }
    #apiDoc .group .group-body .item .body .method .row .code {
      width: 4rem;
      font-weight: bold; }
  #apiDoc .group .group-body .item .body form {
    margin-bottom: 1.5rem;
    width: 100%; }
    #apiDoc .group .group-body .item .body form table {
      width: 100%; }
    #apiDoc .group .group-body .item .body form table thead tr th, #apiDoc .group .group-body .item .body form table tbody tr th, #apiDoc .group .group-body .item .body form table thead tr td, #apiDoc .group .group-body .item .body form table tbody tr td {
      text-align: left;
      font-size: 0.9rem;
      padding: 0.5rem 0rem; }
      #apiDoc .group .group-body .item .body form table thead tr th:first-child, #apiDoc .group .group-body .item .body form table tbody tr th:first-child {
        padding-right: 2rem; }
      #apiDoc .group .group-body .item .body form table thead tr th:last-child, #apiDoc .group .group-body .item .body form table tbody tr th:last-child, #apiDoc .group .group-body .item .body form table thead tr td:last-child, #apiDoc .group .group-body .item .body form table tbody tr td:last-child {
        width: 100%; }
    #apiDoc .group .group-body .item .body form table thead tr {
      border-bottom: solid 1px #888; }
      #apiDoc .group .group-body .item .body form table thead tr th {
        color: #888; }
    #apiDoc .group .group-body .item .body form table tbody tr th, #apiDoc .group .group-body .item .body form table tbody tr td {
      vertical-align: top; }
      #apiDoc .group .group-body .item .body form table tbody tr th .type, #apiDoc .group .group-body .item .body form table tbody tr td .type {
        font-weight: normal;
        font-style: italic; }
      #apiDoc .group .group-body .item .body form table tbody tr th .name {
        display: flex;
        align-items: center; }
      #apiDoc .group .group-body .item .body form table tbody tr td {
        max-width: 50rem; }
      #apiDoc .group .group-body .item .body form table tbody tr td .description {
        margin-bottom: 0.5rem; }
      #apiDoc .group .group-body .item .body form table tbody tr td input, #apiDoc .group .group-body .item .body form table tbody tr td select, #apiDoc .group .group-body .item .body form table tbody tr td textarea {
        margin-bottom: 0;
        width: 100%;
        max-width: 30rem; }
      #apiDoc .group .group-body .item .body form table tbody tr td input {
        background-color: #fff;
        font-family: "Courier New", Courier, monospace, BPMono, sans-serif;
        font-weight: normal; }
      #apiDoc .group .group-body .item .body form table tbody tr td textarea {
        background-color: #fff; }
      #apiDoc .group .group-body .item .body form table tbody tr td .file input[type="file"] {
        display: none; }
        #apiDoc .group .group-body .item .body form table tbody tr td .file button[name="chooseFile"] {
          border-radius: 0.25rem; }
      #apiDoc .group .group-body .item .body form table tbody tr td a.attachment {
        text-decoration: underline;
        display: block;
        margin-top: 0.5rem; }
      #apiDoc .group .group-body .item .body form table tbody tr.required th .name:before {
        content: "!";
        background-color: ;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        font-size: 0.75rem;
        font-weight: bold;
        box-sizing: border-box;
        border-radius: 100%;
        margin-right: 0.25rem;
        width: 1rem;
        height: 1rem;
        color: #fff; }
    #apiDoc .group .group-body .item .body form table tfoot tr td label.checkbox {
      margin: 1rem 0; }
      #apiDoc .group .group-body .item .body form table tfoot tr td input[type='submit'] {
        font-weight: bold;
        border-radius: 0.25rem;
        border: none;
        margin-right: 0.5rem;
        width: 100%;
        max-width: 30rem; }
  #apiDoc .group .group-body .item .body .curl {
    background-color: #fff;
    margin-bottom: 0.5rem;
    display: block;
    font-family: Monaco;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    font-size: 0.625rem;
    line-height: 1.15; }
  #apiDoc .group .group-body .item .body .result {
    margin-bottom: 1rem; }
    #apiDoc .group .group-body .item .body .result .http-code {
      font-weight: bold;
      font-size: 1.25rem; }
    #apiDoc .group .group-body .item .body .result .http-code.red {
      color: ; }
    #apiDoc .group .group-body .item .body .result code, #apiDoc .group .group-body .item .body .result pre {
      display: block;
      padding: 1rem;
      border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      border: 1px solid #d4d3d3;
      background: #fff;
      word-break: break-all;
      word-wrap: break-word; }
  #apiDoc .group .group-body .item .body .response {
    font-size: 0.9rem;
    margin-bottom: 0.5rem; }
    #apiDoc .group .group-body .item .body .response .row {
      display: flex;
      align-items: center; }
    #apiDoc .group .group-body .item .body .response .row.arg {
      font-size: 0.75rem;
      font-style: italic;
      margin-left: 4rem;
      color: #888; }
      #apiDoc .group .group-body .item .body .response .row.arg .name:after {
        content: ":";
        margin-right: 0.5rem; }
    #apiDoc .group .group-body .item .body .response .row .code {
      width: 4rem;
      font-weight: bold;
      font-size: 1rem; }
    #apiDoc .group .group-body .item .body .response .row .description {
      margin-bottom: 0; }
  #apiDoc .group .group-body.closed {
    display: none; }
  #apiDoc .model {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border: 2px solid ;
    margin-bottom: 0.5rem;
    background-color: 19; }
  #apiDoc .model a.head {
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    color: black; }
  #apiDoc .model a.head .title {
    font-size: 1rem;
    font-weight: bold;
    margin-right: 1rem; }
  #apiDoc .model a.head .arrow {
    position: relative;
    border: solid 2px #000;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    width: 0.5rem;
    height: 0.5rem; }
  #apiDoc .model a.head:hover {
    background-color: rgba(136, 136, 136, .1); }
  #apiDoc .model a.head.opened .arrow {
    transform: rotate(45deg); }
  #apiDoc .model .body {
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    border-top: 1px solid ;
    display: none;
    flex-direction: column; }
  #apiDoc .model .body.opened {
    display: flex; }
  #apiDoc .model .body table.properties {
    width: 100%; }
  #apiDoc .model .body table.properties thead tr th, #apiDoc .model .body table.properties tbody tr th, #apiDoc .model .body table.properties thead tr td, #apiDoc .model .body table.properties tbody tr td {
    padding: 0.25rem 0.5rem; }
  #apiDoc .model .body table.properties thead tr {
    border-bottom: solid 1px #888; }
    #apiDoc .model .body table.properties thead tr th {
      white-space: nowrap;
      text-align: left;
      font-size: 0.75rem;
      color: #888; }
  #apiDoc .model .body table.properties tbody tr.property td {
    vertical-align: top;
    line-height: 1rem;
    border-bottom: solid 1px rgba(136, 136, 136, .1); }
    #apiDoc .model .body table.properties tbody tr.property td.name {
      font-size: 0.9rem;
      font-weight: bold;
      padding-right: 2rem; }
    #apiDoc .model .body table.properties tbody tr.property td.type, #apiDoc .model .body table.properties tbody tr.property td.db-type {
      font-size: 0.75rem; }
    #apiDoc .model .body table.properties tbody tr.property td.type:first-letter {
      text-transform: uppercase; }
    #apiDoc .model .body table.properties tbody tr.property td.type.int {
      color: goldenrod; }
    #apiDoc .model .body table.properties tbody tr.property td.type.string {
      color: green; }
    #apiDoc .model .body table.properties tbody tr.property td.type.double {
      color: #92008d; }
    #apiDoc .model .body table.properties tbody tr.property td.type.array {
      color: red; }
    #apiDoc .model .body table.properties tbody tr.property td.type.object {
      color: #0099c5; }
    #apiDoc .model .body table.properties tbody tr.property td.type.object a {
      text-decoration: none;
      color: inherit; }
      #apiDoc .model .body table.properties tbody tr.property td.type.object a:hover {
        text-decoration: underline; }
    #apiDoc .model .body table.properties tbody tr.property td.db-type {
      font-style: italic;
      color: #888; }
    #apiDoc .model .body table.properties tbody tr.property td.list {
      font-size: 0.75rem;
      width: 100%; }
    #apiDoc .model .body table.properties tbody tr.property td.list .item .key:after {
      content: "=";
      margin: 0 0.5rem; }

#console {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  background-image: url("/static/img/1/debugger/console/bg.jpg");
  background-position: 50% 50%;
  background-attachment: fixed;
  width: 100%;
  height: 100vh; }
  #console .results {
    background: rgba(0, 0, 0, 0.6);
    height: calc(100vh - 65px);
    overflow-y: scroll;
    word-wrap: break-word;
    color: #fff; }
  #console .results li:last-child {
    margin-bottom: 30px; }
  #console .input {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    bottom: 2rem; }
  #console .input .tools {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    align-items: center;
    background: #fff;
    padding: 0 5px;
    width: calc(100% - 10px);
    height: 30px; }
  #console .input .tools .left, #console .input .tools .right {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  #console .input .tools .left button, #console .input .tools .right button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    padding: 2px 5px;
    min-width: initial;
    cursor: pointer;
    color: #157efb; }
  #console .input .tools .left button:active, #console .input .tools .right button:active {
    color: #60c9f9; }
  #console .input .tools .left button[name="switch-layout"], #console .input .tools .right button[name="switch-layout"] {
    background-repeat: no-repeat;
    background-size: 18px 36px;
    background-position: 50% 0%;
    padding: 0;
    width: 18px;
    height: 18px; }
    #console .input .tools .left button[name="switch-layout"]:active, #console .input .tools .right button[name="switch-layout"]:active {
      background-position: 50% 100%; }
  #console .input .tools .left button.arrow, #console .input .tools .right button.arrow {
    align-self: flex-end;
    position: relative;
    border: solid #157efb;
    border-width: 0 2px 2px 0;
    padding: 0;
    width: 10px;
    height: 10px; }
    #console .input .tools .left button.arrow:active, #console .input .tools .right button.arrow:active {
      border-color: #60c9f9; }
    #console .input .tools .left button.arrow[name="previous-command"], #console .input .tools .right button.arrow[name="previous-command"] {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      bottom: 3px; }
    #console .input .tools .left button.arrow[name="next-command"], #console .input .tools .right button.arrow[name="next-command"] {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      bottom: 9px; }
  #console .input .tools .left {
    justify-content: flex-start; }
  #console .input .tools .right {
    justify-content: flex-end; }
  #console .input .area {
    flex-grow: 1;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    height: 15px; }
  #console .input .area textarea[name="input"] {
    background: transparent;
    resize: none;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    border: none;
    width: 100%;
    height: 100%;
    line-height: 15px;
    color: #fff; }
  #console .input .area textarea[name="input"]:focus {
    outline: 0; }
  #console pre {
    background: transparent !important;
    font-size: 13px !important;
    border: none !important;
    color: #fff !important; }
  #console pre .name {
    font-weight: bold !important;
    color: #c05 !important; }
  #console pre .type {
    color: #cdd !important; }
  #console.horizontal .input .tools button[name="switch-layout"] {
    background-image: url("/static/img/debugger/console/vertical.png"); }
  #console.vertical {
    justify-content: space-between;
    flex-direction: row; }
  #console.vertical .results {
    padding-right: 25%;
    width: 75%;
    height: 100vh; }
  #console.vertical .input {
    width: 25%;
    height: 100%;
    top: 0;
    right: 0; }
  #console.vertical .input .tools button[name="switch-layout"] {
    background-image: url("/static/img/debugger/console/horizontal.png"); }
  #console.vertical .input .area {
    flex-shrink: 1;
    height: calc(100% - 30px - 20px); }
  #console.vertical .input .area textarea[name="input"] {
    white-space: pre;
    overflow-y: auto;
    height: 100%; }

* {
  margin: 0;
  padding: 0; }

#log .head {
  position: fixed;
  background: #000;
  width: 100%;
  height: 80px;
  top: 0; }

#log .head h1 {
  color: #fff;
  float: left; }

#log .head button[name="clear-log"] {
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  margin: 25px;
  width: 100px;
  height: 30px;
  color: #000;
  float: right; }

#log ul {
  padding-top: 80px; }

#log ul li {
  white-space: pre; }

* {
  margin: 0;
  padding: 0; }

#log .head {
  position: fixed;
  background: #000;
  width: 100%;
  height: 80px;
  top: 0; }

#log .head h1 {
  color: #fff;
  float: left; }

#log .head button[name="clear-log"] {
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  margin: 25px;
  width: 100px;
  height: 30px;
  color: #000;
  float: right; }

#log ul {
  padding-top: 80px; }

#log ul li {
  white-space: pre; }

#error #container > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: black;
  background-image: url("/static/img/pages/error-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: white;
  min-height: 50vh; }
  #error #container > .content h2 {
    margin-bottom: 2rem; }
  #error #container > .content a.button {
    text-align: center;
    padding: 0.5rem 1.5rem; }

#profile #container > .content h1 {
  text-align: center; }
  #profile #container > .content form {
    display: flex;
    flex-direction: column;
    align-items: center; }

#ssoRegistration #container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #ssoRegistration #container form .row {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #ssoRegistration #container form .row.agreements {
    align-items: flex-start; }
  #ssoRegistration #container form .row label {
    margin-bottom: 0.5rem; }
  #ssoRegistration #container form .row input[name="submit"] {
    margin: 0.5rem 0 1rem; }

#styles #container {
  display: flex;
  justify-content: center; }
  #styles #container > div > .content {
    margin-bottom: 20px;
    padding: 4rem 2rem;
    width: calc(100% - 4rem);
    max-width: 60rem; }
  #styles #container > div > .content .title, #styles #container > div > .content .subtitle {
    text-transform: uppercase; }
  #styles #container > div > .content .title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem; }
  #styles #container > div > .content .subtitle {
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }
  #styles #container > div > .content .block {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem; }
  #styles #container > div > .content .block.typography {
    display: flex;
    justify-content: flex-start;
    align-items: baseline; }
    #styles #container > div > .content .block.typography.image {
      align-items: flex-start;
      width: 100%; }
    #styles #container > div > .content .block.typography.image img {
      border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      max-width: 100%; }
    #styles #container > div > .content .block.typography .label {
      margin-right: 1rem;
      min-width: calc(9rem); }
  #styles #container > div > .content .block > .subblock {
    margin-right: 1rem; }

#passwordRecovery {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: scroll;
  width: 100%;
  height: 100vh; }
  #passwordRecovery .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border: solid 1px #000;
    padding: 20px 40px 40px;
    font-size: 14px;
    width: 400px; }
  #passwordRecovery .container .title {
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    margin: 20px auto; }
  #passwordRecovery .container .email {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px; }
  @media screen and (max-width: 620px) {
    #passwordRecovery .container {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      overflow: scroll;
      width: 100%;
      height: 100vh; }
      #passwordRecovery .container .title {
        font-size: 40px;
        margin: 10px auto; }
      #passwordRecovery .container .email {
        margin-bottom: 10px; } }
  #passwordRecovery .container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px; }
  #passwordRecovery .container form .row {
    display: flex;
    justify-content: center;
    align-items: center; }
  #passwordRecovery .container form .row input {
    width: 15rem; }
  #passwordRecovery .container form .row.send {
    display: flex;
    justify-content: center; }
  #passwordRecovery .container .confirmation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #passwordRecovery .container .confirmation > div {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 40px; }
  #passwordRecovery .container .confirmation > div .checkmark {
    background-image: url("/static/img/checkmark.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin-right: 20px;
    width: 50px;
    height: 50px; }
  #passwordRecovery .container .confirmation > div .announcement {
    text-align: center;
    font-size: 20px;
    font-weight: 200; }
  #passwordRecovery .container .confirmation button {
    min-width: 200px; }

#home {
  display: flex;
  position: relative;
  min-height: 100vh;
  background-image: url("/static/img/pages/home/Background.png");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover; }

#katalog #container {
  background-color: #525d63; }
  #katalog #container > .content {
    display: flex;
    flex-direction: column;
    padding: 0; }
  #katalog #container > .content .text {
    width: 100%;
    min-height: 10rem;
    background: white; }
  #katalog #container > .content .text .htmlField {
    min-height: 10rem; }
  #katalog #container > .content .left {
    background-color: #525d63;
    box-sizing: border-box;
    padding: 1rem;
    min-width: 20%; }
  @media (min-width: 80rem) {
        #katalog #container > .content .left {
          border-left: solid 4px #dd6123; } }
  #katalog #container > .content .right {
    background-color: #fff;
    box-sizing: border-box;
    flex-grow: 1;
    padding: 1rem; }
  #katalog #container > .content .right .pagination {
    margin-top: 1rem; }
  @media (min-width: 50em) {
      #katalog #container > .content {
        flex-direction: row; } }

#produkt #container {
  background-color: #525d63; }
  #produkt #container > .content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0; }
