@font-face {
  font-family: "DIN pro";
  font-style: normal;
  font-weight: 200;
  src: url("/static/fonts/din-pro/DINPro-Light.ttf") format("truetype"); }

* {
  max-width: 100%;
  color: #fff; }

html {
  height: 100%; }

body {
  background-color: #101010;
  font-family: "DIN pro", "Open Sans", sans-serif;
  font-size: 0.75rem;
  min-width: 18rem;
  color: black;
  margin: auto;
  /*
Block elements with bottom margins only
---------------------------------------
*/ }
  body .page {
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
    body .page > #container {
      flex-grow: 1;
      margin: auto;
      max-width: 62.5rem;
      width: calc(100% - 1.25rem); }
      body .page > #container > .content {
        padding: 1rem;
        margin: auto;
        box-sizing: border-box;
        max-width: 62.5rem;
        width: calc(100% - 1.25rem); }
        @media only screen and (min-width: 75em) {
  body .page > #container > .content {
    margin: auto;
    max-width: 62.5rem; } }
    @media (min-width: 40em) {
  body .page {
    width: 100%; } }
  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 {
  font-family: "DIN pro", "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-size: 0.75rem;
  border-bottom: solid 1px #eb3326;
  padding-bottom: 0.3rem;
  font-weight: bold; }
  @media only screen and (min-width: 40em) {
  h2 {
    font-size: 1rem; } }
  @media only screen and (min-width: 60em) {
  h2 {
    font-size: 1.125rem; } }

h3 {
  font-family: "DIN pro", "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: "DIN pro", "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: "DIN pro", "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: "DIN pro", "Open Sans", sans-serif;
  font-size: 0.75rem; }

p {
  font-weight: 300; }

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.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(56, 56, 56, .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) {
  .mobile-hidden {
    display: none !important; } }

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

.fiki {
  width: 100%;
  height: 100%; }

img.wind.jv {
  transform: rotate(315deg); }
  img.wind.v {
    transform: rotate(270deg); }
  img.wind.sv {
    transform: rotate(225deg); }
  img.wind.s {
    transform: rotate(180deg); }
  img.wind.sz {
    transform: rotate(135deg); }
  img.wind.z {
    transform: rotate(90deg); }
  img.wind.jz {
    transform: rotate(45deg); }
  img.wind.j {
    transform: rotate(0deg); }

.action-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.75rem;
  background-color: #383838aa; }
  .action-icon:hover {
    background-color: #383838ff;
    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 .pagination {
    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 .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: ; }

#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.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  background: transparent;
  border: solid 1px #000;
  font-family: "DIN pro", "Open Sans", sans-serif;
  font-size: 0.875rem;
  padding: 0 0.6rem;
  line-height: 1.6rem;
  color: #000; }
  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 #000;
  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 #000; }
  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 #000;
  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"]) {
  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: transparent;
  font-family: "DIN pro", "Open Sans", sans-serif;
  font-size: 1rem;
  border: solid 1px #000;
  padding: 0.1rem 0.5rem;
  height: 2rem;
  color: #fff;
  outline: none;
  max-width: 100%;
  box-sizing: border-box; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::selection {
    background-color: #000;
    color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
    box-shadow: 0 0 5px 1px #000; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).error {
    border-color: #e91c1c; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).error:focus {
    box-shadow: 0 0 5px 1px #e91c1c; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).error::selection {
    background-color: #e91c1c;
    color: #fff; }
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):disabled {
    border-color: #d1d1d1; }

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 #000;
  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 #000; }
  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 #000;
  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 #000; }
  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.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: transparent;
  font-family: "DIN pro", "Open Sans", sans-serif;
  font-size: 1rem;
  border: solid 1px #000;
  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 #000; }
  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; }

#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: #38383822; }
  #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: #383838;
    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; } }

#footer {
  display: flex;
  justify-content: center;
  background-color: #232323;
  width: 100%; }
  #footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.25rem 0;
    width: 62.5rem; }
  #footer .container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  #footer .container > div .meteocentrum {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.5rem; }
    #footer .container > div .meteocentrum span {
      position: relative;
      font-size: 1rem;
      bottom: 0.5rem; }
    #footer .container > div .meteocentrum span:after {
      content: ":";
      margin-right: 0.5rem; }
    #footer .container > div .meteocentrum a img {
      width: 6.25rem; }
  #footer .container > div .placesList {
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #fff;
    display: block;
    margin: 0 0 1rem 1.25rem;
    padding: 0.3rem 0.625rem;
    color: white; }
    @media (min-width: 40em) {
      #footer .container > div .placesList {
        margin-bottom: 0;
        font-size: 0.875rem; } }
  #footer .container > div .facebookLikeButton {
    margin: 0 0 1rem 1.25rem;
    width: 7.75rem; }
    @media (min-width: 40em) {
      #footer .container > div .facebookLikeButton {
        margin-bottom: 0; } }
  #footer .container > div .copy {
    text-align: center;
    padding: 0 1rem;
    box-sizing: border-box;
    font-size: 0.5rem; }
    #footer .container > div .copy p {
      margin: 0; }
    #footer .container > div .copy div {
      text-align: center; }
    #footer .container > div .copy div span a {
      text-decoration: none; }
      #footer .container > div .copy div span a:hover {
        text-decoration: underline; }
      @media screen and (min-width: 680px) {
        #footer .container > div .copy div span {
          white-space: nowrap; } }
    @media (min-width: 40em) {
      #footer .container > div .copy {
        font-size: 0.625rem; } }
  @media (min-width: 40em) {
      #footer .container > div {
        flex-direction: row; } }

#header {
  max-width: 62.5rem;
  margin: auto;
  width: calc(100% - 1.25rem); }
  #header > .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    border-bottom: none;
    width: 100%;
    min-height: 4rem;
    justify-content: space-between; }
  #header > .content a .logo {
    flex-shrink: 0;
    width: 5.75rem; }
  #header > .content .facebookLikeButton {
    display: none; }
  @media (min-width: 55em) {
      #header > .content .facebookLikeButton {
        display: block;
        position: absolute;
        width: 7.75rem;
        bottom: 0.3rem;
        left: 6.25rem; } }
  #header > .content .place {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: center;
    font-size: 0.875rem; }
  #header > .content .place .info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 1rem; }
    #header > .content .place .info .name {
      text-decoration: none;
      color: #fd3; }
    #header > .content .place .info .name:hover {
      text-decoration: underline; }
    #header > .content .place .info .today {
      display: flex;
      align-items: center;
      font-size: 0.875rem; }
    #header > .content .place .info .today .day {
      text-transform: uppercase; }
    #header > .content .place .info .today .state {
      width: 1.8rem;
      height: 1.8rem; }
  @media (min-width: 40em) {
    #header > .content {
      border-bottom: solid 1px #eb3326; } }

#menu {
  display: flex;
  justify-content: flex-start;
  max-width: 62.5rem;
  margin: auto;
  width: calc(100% - 1.25rem); }
  #menu ul {
    display: flex;
    margin: 0;
    padding: 0; }
  #menu ul li {
    list-style-type: none; }
  #menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8rem;
    border-right: solid 1px #424242;
    border-bottom: solid 1px #424242;
    display: block;
    padding: 0.2rem 0.6rem;
    color: #a9a9a9; }
    #menu ul li a .long {
      display: none; }
    @media (min-width: 40em) {
        #menu ul li a .long {
          display: inline; } }
    #menu ul li a .short {
      display: inline; }
    @media (min-width: 40em) {
        #menu ul li a .short {
          display: none; } }
    #menu ul li a:first-child {
      border-left: solid 1px #424242; }
    #menu ul li a.active, #menu ul li a:hover {
      background-color: #1e1e1e;
      border-bottom: solid 1px #eb3326; }
    #menu ul li a.active span, #menu ul li a:hover span {
      color: #eb3326; }

#search {
  display: flex;
  position: relative;
  order: 1;
  width: 100%;
  flex-grow: 1;
  justify-content: center;
  align-items: center; }
  #search .input {
    position: relative;
    margin: 0.625rem auto 0;
    max-width: initial;
    width: 100%; }
  #search .input input[name="search"] {
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    font-size: 0.875rem;
    height: 2rem;
    border: solid 1px #eb3326;
    border-left: none;
    border-right: none;
    width: 100%; }
  @media (min-width: 40em) {
      #search .input input[name="search"] {
        padding: 0 0.625rem;
        width: calc(100% - 0.5rem);
        border: solid 1px #eb3326; } }
  #search .input .results {
    display: flex;
    flex-direction: column;
    position: absolute;
    min-width: 100%;
    top: 2rem;
    left: 0;
    z-index: 21; }
  #search .input .results .result {
    background-color: rgba(30, 30, 30, 0.9);
    text-decoration: none;
    border-bottom: solid 1px #eb3326;
    display: block;
    padding: 0.3rem 0.6rem;
    color: #fff; }
    #search .input .results .result.selected {
      background-color: rgba(66, 66, 66, 0.9);
      color: #eb3326; }
  @media (min-width: 40em) {
    #search .input {
      max-width: 16.5rem;
      margin: 0; } }
  #search button {
    background-image: url("/static/img/search.png");
    background-repeat: no-repeat;
    background-size: 1.125rem 1.125rem;
    background-position: 50% 50%;
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    border: none;
    width: 2rem;
    height: 2rem;
    top: calc(100% - 2rem);
    right: 0; }
  @media (min-width: 40em) {
    #search button {
      border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      -moz-border-radius: 0.1rem;
      background-color: #eb3326;
      border: solid 1px #eb3326;
      top: auto;
      right: initial;
      position: relative; } }
  @media (min-width: 40em) {
  #search {
    max-width: 20rem;
    order: 0; } }

#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: #383838;
    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; }

#facebook {
  width: 18.75rem;
  height: 15.75rem; }
  #facebook iframe {
    width: 100%;
    height: 100%; }

#map {
  display: none;
  width: 42.5rem; }
  #map h1 {
    font-size: 1rem;
    border: none;
    margin-bottom: 2rem;
    color: #fff; }
  #map .map {
    position: relative; }
  #map .map .region {
    position: absolute;
    display: none;
    top: 0;
    left: 0; }
  #map .map .region.selected {
    display: block; }
  #map .map .forecasts .forecast {
    display: none; }
    #map .map .forecasts .forecast.active {
      display: block; }
    #map .map .forecasts .forecast .town {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      position: absolute;
      text-decoration: none;
      background-color: rgba(255, 255, 255, 0.1);
      border: solid 1px rgba(255, 255, 255, 0.2);
      width: 3.75rem;
      height: 4.75rem; }
    #map .map .forecasts .forecast .town img {
      width: 3.18rem;
      height: 3.18rem; }
    #map .map .forecasts .forecast .town:hover {
      background-color: rgba(255, 255, 255, 0.5); }
  #map .timeline {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  #map .timeline button[name="play"], #map .timeline button[name="pause"] {
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border: none;
    background-color: #eb3326;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 0.9rem;
    width: 2.3rem;
    height: 2.3rem;
    cursor: pointer; }
  #map .timeline button[name="play"] {
    background-image: url("/static/img/map/timeline/play.png");
    background-size: 0.875rem 1.125rem; }
  #map .timeline button[name="pause"] {
    background-image: url("/static/img/map/timeline/pause.png");
    background-size: 0.875rem 1.125rem; }
  #map .timeline #timeline {
    position: relative;
    width: 33.5rem;
    height: 4.5rem; }
  #map .timeline #timeline .line {
    position: relative;
    background-color: #808080;
    width: 100%;
    height: 1px;
    top: calc(0.9rem + 0.375rem + 0.875rem);
    left: 0.9rem; }
    #map .timeline #timeline .line .slider {
      border-radius: 0.9rem;
      -webkit-border-radius: 0.9rem;
      -moz-border-radius: 0.9rem;
      position: absolute;
      background-color: #eb3326;
      width: 15px;
      height: 15px;
      top: -7px;
      left: -7px;
      z-index: 10; }
    #map .timeline #timeline .line .hours {
      display: flex;
      justify-content: space-between; }
    #map .timeline #timeline .line .hours .vertical-line {
      position: relative;
      background-color: #575757;
      width: 1px;
      height: 0.625rem; }
      #map .timeline #timeline .line .hours .vertical-line .hour {
        position: absolute;
        font-size: 0.75rem;
        height: 0.9rem;
        color: #fff;
        top: 1.5rem;
        left: -0.9rem; }
      #map .timeline #timeline .line .hours .vertical-line:first-child, #map .timeline #timeline .line .hours .vertical-line:last-child {
        height: 1.8rem;
        top: calc(0.9rem + 0.375rem);
        margin-top: -2rem; }
      #map .timeline #timeline .line .hours .vertical-line:first-child .hour, #map .timeline #timeline .line .hours .vertical-line:last-child .hour {
        top: 2.25rem; }
  @media (min-width: 40em) {
  #map {
    display: block; } }

.meteogram {
  position: relative;
  background-color: #101010;
  box-sizing: border-box;
  padding-bottom: 1.25rem;
  width: 100%;
  max-width: initial; }
  .meteogram #meteogramContent {
    position: absolute;
    top: 0;
    left: 2rem;
    overflow-y: hidden;
    width: calc(100% - 4rem); }
  .meteogram #meteogramContent .bubble {
    position: absolute;
    background-color: rgba(0, 0, 0, .9);
    border-radius: 1rem;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    top: 4rem;
    z-index: 22; }
  .meteogram #meteogramContent .bubble .date {
    margin-bottom: 1rem; }
  .meteogram #meteogramContent .bubble .state-and-temp {
    position: relative;
    margin-bottom: 1rem;
    width: 4rem;
    height: 4rem; }
    .meteogram #meteogramContent .bubble .state-and-temp img.state {
      position: absolute;
      width: 2.5rem;
      height: 2.5rem;
      top: 0;
      left: 0; }
    .meteogram #meteogramContent .bubble .state-and-temp .temp {
      position: absolute;
      font-size: 1.5rem;
      bottom: 0;
      right: 0; }
  .meteogram #meteogramContent .bubble .values .precip, .meteogram #meteogramContent .bubble .values .wind {
    display: flex;
    align-items: center; }
    .meteogram #meteogramContent .bubble .values .precip .icon, .meteogram #meteogramContent .bubble .values .wind .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0.5rem;
      width: 1rem;
      height: 1rem; }
      .meteogram #meteogramContent .bubble .values .precip .icon img, .meteogram #meteogramContent .bubble .values .wind .icon img {
        height: 1rem; }
    .meteogram #meteogramContent .bubble .values .precip {
      margin-bottom: 0.5rem; }
  .meteogram #temperatureGrid {
    width: 100%; }
  #placeForecastTable .head h2 {
    font-size: 1rem;
    border-bottom: solid 1px #eb3326;
    padding-bottom: 0.3rem;
    font-weight: bold; }
  #placeForecastTable table {
    border-collapse: collapse;
    width: 100%; }
  #placeForecastTable table thead tr th {
    text-align: right;
    text-transform: uppercase;
    font-size: 0.75rem;
    border-bottom: solid 1px #505050;
    white-space: nowrap;
    padding: 0.3rem 0; }
  #placeForecastTable table tbody tr td {
    border-bottom: solid 1px #505050;
    padding: 0.15rem 0;
    height: 1.8rem; }
    #placeForecastTable table tbody tr td.name span[name="hide"] {
      position: relative;
      background-image: url("/static/img/hide-place.png");
      background-repeat: no-repeat;
      background-size: 0.5rem 0.5rem;
      opacity: 0.3;
      display: block;
      margin-right: 0.3rem;
      width: 0.5rem;
      height: 0.5rem;
      float: left;
      top: 0.65rem;
      cursor: pointer; }
      #placeForecastTable table tbody tr td.name h3 a {
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: 100;
        color: #fd3; }
        #placeForecastTable table tbody tr td.name h3 a:hover {
          text-decoration: underline; }
    #placeForecastTable table tbody tr td.day > div {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      #placeForecastTable table tbody tr td.day > div img {
        margin-right: 0.3rem;
        width: 1.8rem;
        height: 1.8rem; }
      #placeForecastTable table tbody tr td.day > div .temp {
        font-size: 0.875rem; }
    #placeForecastTable table tbody tr:hover .name span[name="hide"] {
      opacity: 1; }

#radarMap {
  width: 100%; }
  #radarMap h1 {
    text-transform: uppercase;
    font-size: 0.7rem;
    border: none;
    margin-bottom: 0;
    color: #fff; }
  @media (min-width: 40em) {
    #radarMap h1 {
      font-size: 1rem; } }
  #radarMap h2 {
    font-size: 0.6rem; }
  @media (min-width: 40em) {
    #radarMap h2 {
      font-size: 0.75rem; } }
  #radarMap .map {
    display: flex;
    justify-content: center;
    position: relative;
    background-image: url("/static/img/radar/republic.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(100vw - 1.25rem);
    height: calc((100vw - 1.25rem) * 27.3 / 42.5); }
  #radarMap .map .images .image {
    display: none; }
    #radarMap .map .images .image img {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    #radarMap .map .images .image.active {
      display: block; }
  #radarMap .map .chmu-logo, #radarMap .map .legend {
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0.6rem; }
  #radarMap .map .chmu-logo {
    background-image: url("/static/img/radar/chmu-logo.png");
    padding: 0.6rem;
    width: calc((100vw - 1.25rem) * 3.5 / 42.5);
    height: calc((100vw - 1.25rem) * 1.3 / 42.5);
    right: calc((100vw - 1.25rem) * 5 / 42.5); }
  @media (min-width: 40em) {
      #radarMap .map .chmu-logo {
        width: 3.5rem;
        height: 1.3rem;
        right: 5rem; } }
  #radarMap .map .legend {
    background-image: url("/static/img/radar/legend.png");
    width: calc((100vw - 1.25rem) * 3.75 / 42.5);
    height: calc((100vw - 1.25rem) * 9.3 / 42.5);
    right: 0.6rem; }
  @media (min-width: 40em) {
      #radarMap .map .legend {
        width: 3.75rem;
        height: 9.3rem;
        right: 0.6rem; } }
  #radarMap .map .point {
    background-color: #eb3326;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    width: 0.37rem;
    height: 0.37rem;
    position: absolute; }
  #radarMap .map .point-name {
    position: absolute;
    text-align: center;
    text-decoration: underline; }
  #radarMap .map .point-name a {
    color: white; }
    #radarMap .map .point-name a:hover {
      color: #eb3326; }
  @media (min-width: 40em) {
    #radarMap .map {
      width: 42.5rem;
      height: 27.3rem; } }
  #radarMap .timeline {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  #radarMap .timeline .time-and-play {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    padding: 0.25rem;
    padding-right: 0.5rem;
    border: 1px solid white; }
  #radarMap .timeline .time-and-play button[name="play"], #radarMap .timeline .time-and-play button[name="pause"] {
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border: none;
    background-color: #eb3326;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 0.9rem;
    width: 1.75rem;
    height: 1.75rem;
    cursor: pointer; }
  #radarMap .timeline .time-and-play button[name="play"] {
    background-image: url("/static/img/map/timeline/play.png");
    background-size: 0.875rem 1.125rem; }
  #radarMap .timeline .time-and-play button[name="pause"] {
    background-image: url("/static/img/map/timeline/pause.png");
    background-size: 0.875rem 1.125rem; }
  #radarMap .timeline #timeline {
    visibility: hidden;
    position: relative;
    width: 33.5rem;
    height: 4.5rem; }
  #radarMap .timeline #timeline .line {
    position: relative;
    background-color: #808080;
    width: 100%;
    height: 1px;
    top: calc(0.9rem + 0.375rem + 0.875rem);
    left: 0.9rem; }
    #radarMap .timeline #timeline .line .slider {
      border-radius: 0.9rem;
      -webkit-border-radius: 0.9rem;
      -moz-border-radius: 0.9rem;
      position: absolute;
      background-color: #eb3326;
      width: 0.9rem;
      height: 0.9rem;
      top: -0.35rem;
      left: -0.35rem;
      z-index: 10; }
    #radarMap .timeline #timeline .line .hours {
      display: flex;
      justify-content: space-between; }
    #radarMap .timeline #timeline .line .hours .vertical-line {
      position: relative;
      background-color: #575757;
      width: 1px;
      height: 0.625rem; }
      #radarMap .timeline #timeline .line .hours .vertical-line .hour {
        position: absolute;
        font-size: 0.75rem;
        height: 0.9rem;
        color: #fff;
        top: 1.5rem;
        left: -0.9rem; }
      #radarMap .timeline #timeline .line .hours .vertical-line:first-child, #radarMap .timeline #timeline .line .hours .vertical-line:last-child {
        height: 1.8rem;
        top: calc(0.9rem + 0.375rem);
        margin-top: -2rem; }
      #radarMap .timeline #timeline .line .hours .vertical-line:first-child .hour, #radarMap .timeline #timeline .line .hours .vertical-line:last-child .hour {
        top: 2.25rem; }
  @media (min-width: 40em) {
      #radarMap .timeline #timeline {
        visibility: visible; } }
  @media (min-width: 40em) {
  #radarMap {
    width: 42.5rem; } }

#regionalMap {
  width: 42.5rem; }
  #regionalMap h1 {
    font-size: 1rem;
    border: none;
    margin-bottom: 2rem;
    color: #fff; }
  #regionalMap .map {
    position: relative; }
  #regionalMap .map .region {
    position: absolute;
    display: none;
    top: 0;
    left: 0; }
  #regionalMap .map .region.selected {
    display: block; }
  #regionalMap .map .towns .town {
    position: absolute; }
    #regionalMap .map .towns .town .point {
      border-radius: 0.3rem;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      position: relative;
      background-color: #eb3326;
      display: block;
      width: 0.375rem;
      height: 0.375rem;
      top: -0.15rem;
      left: -0.15rem; }
    #regionalMap .map .towns .town .name {
      position: absolute;
      text-decoration: none;
      font-size: 0.75rem;
      white-space: nowrap;
      color: #fd3;
      top: -0.5rem;
      left: 0.5rem; }
    #regionalMap .map .towns .town .point:hover + .name, #regionalMap .map .towns .town .name:hover {
      text-decoration: underline; }
    #regionalMap .map .towns .town.main .point {
      border-radius: 0.4rem;
      -webkit-border-radius: 0.4rem;
      -moz-border-radius: 0.4rem;
      width: 0.875rem;
      height: 0.875rem;
      top: -0.45rem;
      left: -0.45rem; }
    #regionalMap .map .towns .town.main .name {
      font-size: 0.875rem;
      top: -0.625rem;
      left: 0.625rem; }

.update {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  min-height: 1.25rem; }
  .update div {
    flex-wrap: nowrap;
    font-size: 0.75rem; }
  .update div:first-child {
    margin-right: 0.3rem; }

#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; }

#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; }

.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; }

#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; }

#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: 0; }
  #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; }

#dlouhodobaPredpoved #container {
  margin-top: 1rem; }
  #dlouhodobaPredpoved #container .blocks {
    display: flex;
    flex-wrap: wrap; }
  #dlouhodobaPredpoved #container .blocks.block1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%; }
  #dlouhodobaPredpoved #container .blocks.block1 .left h1 {
    font-size: 1rem;
    border: none;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: bold; }
  #dlouhodobaPredpoved #container .blocks.block1 .left .map {
    display: flex;
    align-items: center;
    background-image: none;
    width: 100%; }
    #dlouhodobaPredpoved #container .blocks.block1 .left .map .strip {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background-color: transparent;
      width: 100%; }
    #dlouhodobaPredpoved #container .blocks.block1 .left .map .strip .day {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 0.875rem;
      padding: 0.6rem 0.3rem;
      background-color: #232323;
      border: solid 1px #e1e1e1;
      width: 5rem;
      margin-bottom: 0.6rem; }
    #dlouhodobaPredpoved #container .blocks.block1 .left .map .strip .day .date {
      text-transform: uppercase; }
    #dlouhodobaPredpoved #container .blocks.block1 .left .map .strip .day .state img {
      width: 3rem;
      height: 3rem; }
    @media (min-width: 40em) {
              #dlouhodobaPredpoved #container .blocks.block1 .left .map .strip .day {
                background-color: transparent;
                border: none;
                margin: 0; } }
    @media (min-width: 40em) {
            #dlouhodobaPredpoved #container .blocks.block1 .left .map .strip {
              background-color: rgba(16, 16, 16, 0.9);
              flex-wrap: nowrap; } }
    @media (min-width: 40em) {
          #dlouhodobaPredpoved #container .blocks.block1 .left .map {
            background-image: url("/static/img/map/republic.png");
            background-repeat: no-repeat;
            background-size: 39rem 22.5rem;
            width: 39rem;
            height: 22.5rem; } }
  #dlouhodobaPredpoved #container .blocks.block1 .right {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0; }
  #dlouhodobaPredpoved #container .blocks.block1 .right .fiki {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    width: 18.75rem;
    height: 37.5rem; }
  @media (min-width: 60em) {
          #dlouhodobaPredpoved #container .blocks.block1 .right {
            display: flex; } }
  #dlouhodobaPredpoved #container .blocks.block2 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
    flex-direction: column;
    align-items: center; }
  #dlouhodobaPredpoved #container .blocks.block2 .top-places, #dlouhodobaPredpoved #container .blocks.block2 .regional-towns {
    width: 18.5rem; }
  @media (min-width: 40em) {
          #dlouhodobaPredpoved #container .blocks.block2 .top-places, #dlouhodobaPredpoved #container .blocks.block2 .regional-towns {
            width: 19.5rem; } }
  #dlouhodobaPredpoved #container .blocks.block2 .top-places {
    margin: 0; }
  @media (min-width: 40em) {
          #dlouhodobaPredpoved #container .blocks.block2 .top-places {
            margin-right: 3rem; } }
  @media (min-width: 40em) {
        #dlouhodobaPredpoved #container .blocks.block2 {
          flex-direction: row;
          align-items: baseline; } }
  #dlouhodobaPredpoved #container .blocks.block3 {
    position: relative;
    width: 100%; }
  #dlouhodobaPredpoved #container .blocks.block3 .fiki-wrap {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
    height: 6.25rem; }

#kratkodobaPredpoved #container {
  margin-top: 1rem; }
  #kratkodobaPredpoved #container .blocks {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  #kratkodobaPredpoved #container .blocks .block {
    width: 100%; }
  #kratkodobaPredpoved #container .blocks .block1 {
    display: none;
    justify-content: space-between;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center; }
  #kratkodobaPredpoved #container .blocks .block1 .left {
    margin-bottom: 1.25rem; }
  #kratkodobaPredpoved #container .blocks .block1 .right {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    width: 18.75rem; }
  #kratkodobaPredpoved #container .blocks .block1 .right .fiki-wrap {
    margin-bottom: 1.25rem;
    width: 18.75rem;
    height: 37.5rem; }
    #kratkodobaPredpoved #container .blocks .block1 .right .fiki-wrap .fiki {
      display: flex;
      justify-content: center;
      align-items: center; }
  @media (min-width: 60em) {
          #kratkodobaPredpoved #container .blocks .block1 .right {
            display: flex; } }
  @media (min-width: 40em) {
        #kratkodobaPredpoved #container .blocks .block1 {
          flex-direction: row;
          display: flex; } }
  #kratkodobaPredpoved #container .blocks .block2 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
    flex-direction: column;
    align-items: center; }
  #kratkodobaPredpoved #container .blocks .block2 .top-places, #kratkodobaPredpoved #container .blocks .block2 .regional-towns {
    width: 18.5rem; }
  @media (min-width: 40em) {
          #kratkodobaPredpoved #container .blocks .block2 .top-places, #kratkodobaPredpoved #container .blocks .block2 .regional-towns {
            width: 19.5rem; } }
  #kratkodobaPredpoved #container .blocks .block2 .top-places {
    margin: 0; }
  @media (min-width: 40em) {
          #kratkodobaPredpoved #container .blocks .block2 .top-places {
            margin-right: 3rem; } }
  @media (min-width: 40em) {
        #kratkodobaPredpoved #container .blocks .block2 {
          flex-direction: row;
          align-items: baseline; } }
  #kratkodobaPredpoved #container .blocks .block3 {
    position: relative;
    width: 100%; }
  #kratkodobaPredpoved #container .blocks .block3 .fiki-wrap {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
    height: 6.25rem; }
  #kratkodobaPredpoved #container .blocks .block4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  #kratkodobaPredpoved #container .blocks .block4 h2 {
    width: 18.75rem;
    font-size: 1.125rem;
    border-bottom: solid 1px #eb3326;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem; }
  @media (min-width: 40em) {
          #kratkodobaPredpoved #container .blocks .block4 h2 {
            width: 42.5rem; } }
  #kratkodobaPredpoved #container .blocks .block4 .meteonews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 18.75rem;
    flex-direction: column; }
  #kratkodobaPredpoved #container .blocks .block4 .meteonews .item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin: 0.625rem 0;
    width: 100%; }
    #kratkodobaPredpoved #container .blocks .block4 .meteonews .item img {
      margin-bottom: 0.3rem;
      width: 100%; }
    #kratkodobaPredpoved #container .blocks .block4 .meteonews .item .title {
      font-size: 1rem;
      font-weight: 100;
      border: none; }
    #kratkodobaPredpoved #container .blocks .block4 .meteonews .item .description {
      font-size: 0.875rem; }
    #kratkodobaPredpoved #container .blocks .block4 .meteonews .item .more {
      align-self: flex-end;
      font-size: 0.875rem;
      color: #eb3326; }
    #kratkodobaPredpoved #container .blocks .block4 .meteonews .item .more:hover {
      text-decoration: underline; }
    @media (min-width: 40em) {
          #kratkodobaPredpoved #container .blocks .block4 .meteonews .item {
            width: 19.5rem; } }
  @media (min-width: 40em) {
          #kratkodobaPredpoved #container .blocks .block4 .meteonews {
            width: 42.5rem;
            flex-direction: row; } }
  @media (min-width: 40em) {
        #kratkodobaPredpoved #container .blocks .block4 {
          align-items: flex-start; } }

#pocasi #container .blocks {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%; }
  #pocasi #container .blocks .block {
    width: 100%; }
  #pocasi #container .blocks .block1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    width: 100%; }
  #pocasi #container .blocks .block1 .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  #pocasi #container .blocks .block1 .left > .header {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: none;
    margin-bottom: 0.6rem;
    padding: 0.3rem;
    width: 100%; }
    @media (min-width: 40em) {
          #pocasi #container .blocks .block1 .left > .header {
            padding: 1rem; } }
    #pocasi #container .blocks .block1 .left > .header .l {
      display: flex; }
    #pocasi #container .blocks .block1 .left > .header .l .town h1 {
      display: flex;
      flex-direction: column; }
    #pocasi #container .blocks .block1 .left > .header .l .town h1 .forecastFor {
      font-size: 0.6rem;
      font-weight: 100; }
    @media (min-width: 40em) {
                  #pocasi #container .blocks .block1 .left > .header .l .town h1 .forecastFor {
                    font-size: 0.75rem; } }
    #pocasi #container .blocks .block1 .left > .header .l .town h1 .name {
      font-size: 1.875rem; }
    @media (min-width: 40em) {
                  #pocasi #container .blocks .block1 .left > .header .l .town h1 .name {
                    font-size: 3rem; } }
    #pocasi #container .blocks .block1 .left > .header .l .town .info {
      display: flex;
      font-size: 0.75rem;
      line-height: 1.125rem; }
    #pocasi #container .blocks .block1 .left > .header .l .town .info .region {
      text-decoration: none;
      margin-right: 0.625rem;
      color: white; }
    #pocasi #container .blocks .block1 .left > .header .l .town .info .region:hover {
      text-decoration: underline;
      color: #eb3326; }
    @media (min-width: 40em) {
                #pocasi #container .blocks .block1 .left > .header .l .town .info {
                  font-size: 0.875rem; } }
    #pocasi #container .blocks .block1 .left > .header .l .town button {
      border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      -moz-border-radius: 0.1rem;
      text-decoration: underline;
      background-color: transparent;
      font-size: 0.75rem;
      border: none;
      padding: 0;
      cursor: pointer;
      color: white; }
    #pocasi #container .blocks .block1 .left > .header .l .town button:hover {
      color: #eb3326; }
    #pocasi #container .blocks .block1 .left > .header .r {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    #pocasi #container .blocks .block1 .left > .header .r .values {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #pocasi #container .blocks .block1 .left > .header .r .values .temp {
      font-size: 2.8rem;
      font-weight: 600; }
    @media (min-width: 40em) {
                #pocasi #container .blocks .block1 .left > .header .r .values .temp {
                  font-size: 3.75rem; } }
    #pocasi #container .blocks .block1 .left > .header .r .values .state {
      width: 3rem;
      height: auto; }
    @media (min-width: 40em) {
                #pocasi #container .blocks .block1 .left > .header .r .values .state {
                  width: 3.75rem;
                  height: 3.75rem; } }
    #pocasi #container .blocks .block1 .left > .header .r .now {
      text-transform: uppercase;
      font-size: 1.25rem;
      margin-bottom: 0.3rem; }
    #pocasi #container .blocks .block1 .left > .header .r .sunriseSunset {
      display: flex; }
    #pocasi #container .blocks .block1 .left > .header .r .sunriseSunset .sunrise, #pocasi #container .blocks .block1 .left > .header .r .sunriseSunset .sunset {
      display: flex;
      align-items: center; }
    #pocasi #container .blocks .block1 .left > .header .r .sunriseSunset .sunrise img, #pocasi #container .blocks .block1 .left > .header .r .sunriseSunset .sunset img {
      margin-right: 0.3rem;
      width: 1.25rem;
      height: 1.25rem; }
    #pocasi #container .blocks .block1 .left > .header .r .sunriseSunset .sunrise .time, #pocasi #container .blocks .block1 .left > .header .r .sunriseSunset .sunset .time {
      font-size: 0.875rem;
      line-height: 1.25rem; }
    #pocasi #container .blocks .block1 .left > .header .r .sunriseSunset .sunrise {
      margin-right: 0.6rem; }
  #pocasi #container .blocks .block1 .left .radarLink {
    margin-bottom: 0.6rem;
    align-self: flex-start; }
    #pocasi #container .blocks .block1 .left .radarLink .radar {
      border: none;
      padding: 0;
      margin: 0; }
    #pocasi #container .blocks .block1 .left .radarLink .radar a {
      font-size: 1.12rem;
      font-weight: bold;
      text-decoration: none;
      color: #fd3; }
    #pocasi #container .blocks .block1 .left .radarLink .radar a:hover {
      text-decoration: underline; }
  #pocasi #container .blocks .block1 .left .fiki-wrap {
    display: flex;
    margin-top: 0.6rem;
    margin-bottom: 1.25rem;
    width: 100%;
    height: 6.25rem; }
    @media (min-width: 40em) {
          #pocasi #container .blocks .block1 .left .fiki-wrap {
            display: none; } }
  #pocasi #container .blocks .block1 .left .big-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.25rem; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      cursor: pointer;
      margin-bottom: 1rem; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .title {
      text-transform: uppercase;
      font-size: 0.875rem;
      margin-bottom: 0.6rem; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box {
      display: flex;
      flex-direction: column;
      align-items: center;
      border: solid 1px #505050;
      border-right: none;
      width: 8.5rem;
      height: 8.5rem; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .state {
      display: flex;
      align-items: flex-end;
      height: 50%; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .state img {
      width: 5rem;
      height: 5rem; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values {
      display: flex;
      width: 100%;
      height: 50%; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .l {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      height: 100%; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .l .temp {
      font-size: 2.5rem; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .r {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .r .precip, #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .r .wind {
      display: flex;
      align-items: center;
      height: 1.25rem; }
      #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .r .precip img, #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .r .wind img {
        margin-right: 0.3rem; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .r .precip img {
      width: 0.6rem;
      height: 0.6rem; }
      #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .r .precip .value {
        font-size: 0.75rem; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .r .wind img.wind {
      width: 0.5rem;
      height: 0.75rem; }
      #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box .values .r .wind .value {
        font-size: 0.75rem; }
    @media (min-width: 40em) {
              #pocasi #container .blocks .block1 .left .big-widgets .big-widget .box {
                width: 10.5rem;
                height: 10.5rem; } }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget:first-child .title {
      color: #eb3326; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget:first-child .box {
      border-top: solid 1px #eb3326; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget:nth-child(2n+1) .box {
      background-color: #232323; }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget:nth-child(2n) .box {
      background-color: #191919;
      border-right: solid 1px #505050; }
    @media (min-width: 40em) {
              #pocasi #container .blocks .block1 .left .big-widgets .big-widget:nth-child(2n) .box {
                border-right: none; } }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget:last-child .box {
      border-right: solid 1px #505050;
      width: 8.5rem; }
    @media (min-width: 40em) {
              #pocasi #container .blocks .block1 .left .big-widgets .big-widget:last-child .box {
                width: 10.5rem; } }
    #pocasi #container .blocks .block1 .left .big-widgets .big-widget:hover .box {
      background-color: #101010; }
  #pocasi #container .blocks .block1 .left .small-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    #pocasi #container .blocks .block1 .left .small-widgets .small-widget {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 1.25rem; }
    #pocasi #container .blocks .block1 .left .small-widgets .small-widget .title {
      text-transform: uppercase;
      font-size: 0.65rem;
      margin-bottom: 0.3rem;
      height: 0.9rem; }
    #pocasi #container .blocks .block1 .left .small-widgets .small-widget .box {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #232323;
      border: solid 1px #505050;
      width: 5.6rem;
      height: 2.8rem; }
    #pocasi #container .blocks .block1 .left .small-widgets .small-widget .box .state {
      margin-right: 0.6rem; }
    #pocasi #container .blocks .block1 .left .small-widgets .small-widget .box .state img {
      width: 2.5rem;
      height: 2.5rem; }
    #pocasi #container .blocks .block1 .left .small-widgets .small-widget .box .temp {
      font-size: 1.12rem; }
    @media (min-width: 40em) {
              #pocasi #container .blocks .block1 .left .small-widgets .small-widget .box {
                width: 6.25rem;
                height: 3rem; } }
    #pocasi #container .blocks .block1 .left .small-widgets .small-widget.placeholder {
      display: none; }
    #pocasi #container .blocks .block1 .left .small-widgets .small-widget.placeholder .box {
      background-color: transparent;
      border: solid 1px transparent; }
    @media (min-width: 40em) {
            #pocasi #container .blocks .block1 .left .small-widgets .small-widget {
              margin-bottom: 0; } }
  @media (min-width: 40em) {
          #pocasi #container .blocks .block1 .left {
            width: 42.5rem; } }
  #pocasi #container .blocks .block1 .right {
    display: none;
    flex-direction: column;
    width: 18.75rem; }
  @media (min-width: 40em) {
          #pocasi #container .blocks .block1 .right {
            flex-direction: row;
            display: flex; } }
  #pocasi #container .blocks .block2 .footer {
    display: flex;
    justify-content: space-between; }
  #pocasi #container .blocks .block2 .footer .legend {
    display: flex;
    font-size: 0.75rem; }
    #pocasi #container .blocks .block2 .footer .legend .temperature, #pocasi #container .blocks .block2 .footer .legend .precipitation {
      display: flex;
      align-items: center;
      margin-left: 1.25rem; }
    #pocasi #container .blocks .block2 .footer .legend .temperature .point, #pocasi #container .blocks .block2 .footer .legend .precipitation .point {
      border-radius: 0.3rem;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      margin-right: 0.3rem;
      width: 0.75rem;
      height: 0.75rem; }
    #pocasi #container .blocks .block2 .footer .legend .temperature .point {
      background-color: #e92e22; }
    #pocasi #container .blocks .block2 .footer .legend .precipitation .point {
      background-color: #40abff; }
  #pocasi #container .blocks .block3 .fiki {
    margin-bottom: 1.25rem;
    width: 100%; }
  #pocasi #container .blocks .staticHtml, #pocasi #container .blocks .dynamicHtml {
    margin-bottom: 1rem; }
  #pocasi #container .blocks .block4 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap; }
  #pocasi #container .blocks .block4 .l .detailForecast {
    width: 100%; }
    #pocasi #container .blocks .block4 .l .detailForecast .head {
      margin-bottom: 0.6rem; }
    #pocasi #container .blocks .block4 .l .detailForecast .head h2 {
      font-size: 0.875rem; }
    #pocasi #container .blocks .block4 .l .detailForecast .head h2 .date:after {
      content: " - "; }
    @media (min-width: 40em) {
              #pocasi #container .blocks .block4 .l .detailForecast .head h2 {
                font-size: 1rem; } }
    #pocasi #container .blocks .block4 .l .detailForecast .head h3 {
      font-size: 0.75rem;
      font-weight: 100; }
    #pocasi #container .blocks .block4 .l .detailForecast table {
      margin-bottom: 1.25rem;
      width: 100%; }
    #pocasi #container .blocks .block4 .l .detailForecast table thead tr th, #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td {
      text-align: left;
      border-bottom: solid 1px #5e5e5e; }
    #pocasi #container .blocks .block4 .l .detailForecast table thead tr th:first-child, #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td:first-child {
      text-align: left; }
    #pocasi #container .blocks .block4 .l .detailForecast table thead tr th:last-child, #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td:last-child {
      text-align: right; }
    #pocasi #container .blocks .block4 .l .detailForecast table thead tr th {
      padding-bottom: 0.3rem; }
    #pocasi #container .blocks .block4 .l .detailForecast table thead tr th.humid {
      display: none; }
    @media (min-width: 40em) {
                #pocasi #container .blocks .block4 .l .detailForecast table thead tr th.humid {
                  display: revert; } }
    #pocasi #container .blocks .block4 .l .detailForecast table thead tr th.wind {
      text-align: right; }
    @media (min-width: 40em) {
                #pocasi #container .blocks .block4 .l .detailForecast table thead tr th.wind {
                  text-align: left; } }
    #pocasi #container .blocks .block4 .l .detailForecast table th {
      font-size: 0.75rem; }
    @media (min-width: 40em) {
              #pocasi #container .blocks .block4 .l .detailForecast table th {
                font-size: 1rem; } }
    #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td {
      font-size: 0.875rem;
      height: 2rem; }
    #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td img, #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td span {
      vertical-align: middle; }
    #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td.state div, #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td.precip div, #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td.wind div {
      display: flex;
      align-items: center; }
    #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td.state div img {
      width: 1.8rem;
      height: 1.8rem; }
    #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td.precip div img {
      margin-right: 0.125rem;
      width: 0.9rem;
      height: 0.9rem; }
    #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td.wind {
      text-align: right; }
    #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td.wind div img {
      margin-right: 0.125rem;
      width: 0.5rem;
      height: 0.75rem; }
    @media (min-width: 40em) {
                #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td.wind {
                  text-align: left; } }
    #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td.humid {
      display: none; }
    @media (min-width: 40em) {
                #pocasi #container .blocks .block4 .l .detailForecast table tbody tr td.humid {
                  display: revert; } }
    @media (min-width: 40em) {
          #pocasi #container .blocks .block4 .l .detailForecast {
            width: 42.5rem;
            max-width: 100%; } }
  #pocasi #container .blocks .block4 .r {
    display: flex;
    flex-direction: column; }
  #pocasi #container .blocks .block4 .r .place-image {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 1.5rem; }
    #pocasi #container .blocks .block4 .r .place-image img {
      width: 18.5rem; }
    #pocasi #container .blocks .block4 .r .place-image .source {
      font-size: 0.7rem;
      text-align: center;
      max-width: 18.5rem; }
    #pocasi #container .blocks .block4 .r .place-image .source a {
      color: #b1faf3; }
  #pocasi #container .blocks .block4 .r .top-places {
    margin-bottom: 1.25rem;
    width: 18.5rem; }
  #pocasi #container .blocks .block4 .r .fiki {
    display: none; }
    @media (min-width: 40em) {
          #pocasi #container .blocks .block4 .r .fiki {
            display: block; } }
  @media (min-width: 40em) {
        #pocasi #container .blocks .block4 {
          flex-direction: row; } }
  #pocasi #container .blocks .block5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  #pocasi #container .blocks .block5 .fiki {
    width: 100%; }

#pocasiKraj #container {
  margin-top: 1rem; }
  #pocasiKraj #container .blocks {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  #pocasiKraj #container .blocks .block {
    width: 100%; }
  #pocasiKraj #container .blocks .block1 {
    display: none;
    justify-content: space-between;
    position: relative;
    width: 100%; }
  #pocasiKraj #container .blocks .block1 .right {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    width: 18.75rem; }
  #pocasiKraj #container .blocks .block1 .right .fiki {
    display: flex;
    margin-bottom: 1.25rem;
    width: 18.75rem;
    height: 37.5rem;
    justify-content: center;
    align-items: center; }
  @media (min-width: 60em) {
          #pocasiKraj #container .blocks .block1 .right {
            display: flex; } }
  @media (min-width: 40em) {
        #pocasiKraj #container .blocks .block1 {
          display: flex; } }
  #pocasiKraj #container .blocks .block2 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
    flex-direction: column;
    align-items: center; }
  #pocasiKraj #container .blocks .block2 .top-places, #pocasiKraj #container .blocks .block2 .regional-towns {
    width: 18.5rem; }
  @media (min-width: 40em) {
          #pocasiKraj #container .blocks .block2 .top-places, #pocasiKraj #container .blocks .block2 .regional-towns {
            width: 19.5rem; } }
  #pocasiKraj #container .blocks .block2 .top-places {
    margin: 0; }
  @media (min-width: 40em) {
          #pocasiKraj #container .blocks .block2 .top-places {
            margin-right: 3rem; } }
  @media (min-width: 40em) {
        #pocasiKraj #container .blocks .block2 {
          flex-direction: row;
          align-items: baseline; } }

#radar #container {
  margin-top: 1rem; }
  #radar #container .blocks {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  #radar #container .blocks .block {
    width: 100%; }
  #radar #container .blocks .block1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%; }
  #radar #container .blocks .block1 .left {
    width: 100%; }
  @media (min-width: 40em) {
          #radar #container .blocks .block1 .left {
            width: 42.5rem; } }
  #radar #container .blocks .block1 .right {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    width: 18.75rem; }
  #radar #container .blocks .block1 .right .fiki {
    display: flex;
    margin-bottom: 1.25rem;
    width: 18.75rem;
    height: 37.5rem;
    justify-content: center;
    align-items: center; }
  @media (min-width: 60em) {
          #radar #container .blocks .block1 .right {
            display: flex; } }
  #radar #container .blocks .block1-2 {
    position: relative;
    width: 100%; }
  #radar #container .blocks .block1-2 .fiki-wrap {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
    height: 6.25rem; }
  #radar #container .blocks .block1-2 .fiki-wrap .fiki {
    display: flex;
    justify-content: center;
    align-items: center; }
  @media (min-width: 40em) {
          #radar #container .blocks .block1-2 .fiki-wrap {
            width: 42.6rem; } }
  #radar #container .blocks .block2 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
    flex-direction: column;
    align-items: center; }
  #radar #container .blocks .block2 .top-places, #radar #container .blocks .block2 .regional-towns {
    width: 18.5rem; }
  @media (min-width: 40em) {
          #radar #container .blocks .block2 .top-places, #radar #container .blocks .block2 .regional-towns {
            width: 19.5rem; } }
  #radar #container .blocks .block2 .top-places {
    margin: 0; }
  @media (min-width: 40em) {
          #radar #container .blocks .block2 .top-places {
            margin-right: 3rem; } }
  @media (min-width: 40em) {
        #radar #container .blocks .block2 {
          flex-direction: row;
          align-items: baseline; } }
  #radar #container .blocks .block3 {
    position: relative;
    width: 100%; }
  #radar #container .blocks .block3 .fiki-wrap {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
    height: 6.25rem; }

#seznamVsechMist #container {
  margin: 1rem auto; }
  #seznamVsechMist #container h1 {
    text-transform: uppercase;
    font-size: 1rem; }
  #seznamVsechMist #container .list {
    display: flex;
    flex-direction: column; }
  #seznamVsechMist #container .list .region {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 100;
    color: #fd3; }
  #seznamVsechMist #container .list .region:hover {
    text-decoration: underline; }

#seznamVsechMistVKraji #container {
  margin: 1rem auto; }
  #seznamVsechMistVKraji #container h1 {
    text-transform: uppercase;
    font-size: 1rem; }
  #seznamVsechMistVKraji #container .blocks {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 3;
    column-gap: 10px;
    column-fill: auto; }
  #seznamVsechMistVKraji #container .blocks .block {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid; }
  #seznamVsechMistVKraji #container .blocks .block .letter {
    font-size: 1.25rem;
    line-height: 2.5rem; }
  #seznamVsechMistVKraji #container .blocks .block .list .town {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 100;
    display: block;
    color: #fd3; }
    #seznamVsechMistVKraji #container .blocks .block .list .town:hover {
      text-decoration: underline; }
  @media (min-width: 40em) {
      #seznamVsechMistVKraji #container .blocks {
        -webkit-column-count: 6;
        -webkit-column-gap: 10px;
        -webkit-column-fill: auto;
        -moz-column-count: 6;
        -moz-column-gap: 10px;
        -moz-column-fill: auto;
        column-count: 6;
        column-gap: 10px;
        column-fill: auto; } }

#zkracenePocasi #container {
  margin-top: 1rem; }
  #zkracenePocasi #container .blocks {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  #zkracenePocasi #container .blocks h1 {
    margin: auto;
    margin-bottom: 2rem; }
  #zkracenePocasi #container .blocks .block {
    width: 100%; }
  #zkracenePocasi #container .blocks .block1 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
    flex-direction: column;
    align-items: center; }
  #zkracenePocasi #container .blocks .block1 .top-places, #zkracenePocasi #container .blocks .block1 .regional-towns {
    width: 18.5rem; }
  @media (min-width: 40em) {
          #zkracenePocasi #container .blocks .block1 .top-places, #zkracenePocasi #container .blocks .block1 .regional-towns {
            width: 21rem; } }
  #zkracenePocasi #container .blocks .block1 .top-places {
    margin-bottom: 1rem; }
  #zkracenePocasi #container .blocks .block2 {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column; }
  #zkracenePocasi #container .blocks .block2 .townForecast {
    padding: 0.5rem;
    border-bottom: gray 1px solid;
    font-size: 0.825rem;
    max-width: 60rem; }
